html {
	scroll-behavior: smooth;
}
/* ui */
.default-white {
	width: 315px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #fff;
	color: #00647b;
	text-align: center;

	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	border: none;
	outline: none;
	text-decoration: none;
	transition: all 0.3s ease;
}
.default-white:hover {
	background: #439db0;
	color: #fff;
}
.default-white:hover svg path {
	fill: #fff;
}

.default-green {
	width: 315px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #00647b;
	color: #fff;
	text-align: center;
	padding: 0 15px;

	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	border: none;
	outline: none;
	text-decoration: none;
	transition: all 0.3s ease;
}
.default-green:hover {
	background: #439db0;
	color: #fff;
}
.default-green:hover svg path {
	fill: #fff;
}

.download-default {
	width: 210px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: none;
	color: #fff;
	text-align: center;

	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	border: 1px solid #fff;
	outline: none;
	text-decoration: none;
	transition: all 0.3s ease;
}
.download-default:hover {
	background: rgba(255, 255, 255, 0.1);
}

/* promo */
.promo {
	position: relative;
	padding: 80px 0 50px 0;
}
.promo::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 670px;
	background: url('../images/promo/bg.png') center center / cover no-repeat;
	z-index: -1;
}
.promo__title {
	color: #fff;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	margin: 0 0 20px 0;
}

.promo__descr {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin: 0 auto 30px auto;
	max-width: 650px;
}
.promo__btn {
	margin: 0 auto 20px auto;
}
.promo__img {
	width: 855px;
	height: 485px;
	margin: 0 auto;
}
.promo__img img {
	width: 100%;
	height: 100%;
}

/* menu-page */
.menu-page {
	position: sticky;
	top: 60px;
	padding: 12.5px 0 0 0;
	background: #fff;
	box-shadow: 0px 8px 13.5px 0px rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease;
	z-index: 100;
}
.menu-page.default {
	top: 0px;
}
.menu-page__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0 0 12.5px 0;
}

.menu-page__wrapper::-webkit-scrollbar {
	height: 4px;
}

.menu-page__wrapper::-webkit-scrollbar-track {
	background: #ced7d9;
}

.menu-page__wrapper::-webkit-scrollbar-thumb {
	background-color: #62868e;
}

.menu-page__item {
}

.menu-page__img {
	width: 35px;
	height: 35px;
}
.menu-page__img img {
	width: 100%;
	height: 100%;
}

.menu-page__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	list-style: none;
}

.menu-page__list-item a {
	position: relative;
	color: #6c7c80;

	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	transition: all 0.3s ease;
	text-decoration: none;
	white-space: nowrap;
}
.menu-page__list-item a:hover {
	color: #0d171a;
}
.menu-page__list-item a.active {
	color: #0d171a;
	font-weight: 700;
}
.menu-page__list-item a:hover::before {
	content: '';
	position: absolute;
	bottom: -23px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #00647b;
}

.menu-page__up {
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #0d171a;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	cursor: pointer;
}

/* about */
.about {
	padding: 100px 0;
	background: url('../images/about/bg.png') center center / cover no-repeat;
}
.about__wrapper {
	display: flex;
	gap: 55px;
}

.about__item {
	flex: 1 1 50%;
}

.about__label {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin: 0 0 10px 0;
}

.about__title {
	color: #fff;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
}

.about__sub-title {
	color: #fff;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: 114%;
	margin: 0 0 20px 0;
}

.about__descr {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 30px 0;
}
.about__descr span {
	font-weight: 700;
	background: none !important;
}

.about__price {
	width: 250px;
	height: 37px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	background: rgba(255, 255, 255, 0.1);
	text-decoration: none;
}

.about__text {
	color: #ced7d9;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 20px 0;
}

.about__buttons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

/* awd */
.awd {
	padding: 100px 0;
	background: white;
}
.awd__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 60px;
}

.awd__item {
	flex: 1 1 50%;
}

.awd__title {
	color: #0d171a;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 20px 0;
}

.awd__descr {
	color: #0d171a;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 30px 0;
}

.awd__info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 50px;
	margin: 0 0 30px 0;
}

.awd__info-item h3 {
	color: #0d171a;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.awd__info-item span {
	color: #6c7c80;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.awd__img {
	width: 100%;
	height: 100%;
}
.awd__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* forms */
.forms {
	padding: 60px 0;
	background: url('../images/forms/web.jpg') center center / cover no-repeat;
}

.forms__top-buttons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 40px;
	margin: 0 0 40px 0;
}
.forms__top-buttons button {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	cursor: pointer;
	white-space: nowrap;
}
.forms__top-buttons button.active {
	color: #fff;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	padding: 0 0 10px 0;
}

.forms__title {
	color: #fff;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 20px 0;
}

.forms__descr {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 20px 0;
	max-width: 730px;
}
.forms__descr a {
	color: #fff;
	text-decoration: underline;
}

.forms__btn {
	width: 210px;
}

.forms__form {
	padding: 10px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
}

.forms__form-input {
	flex: 1 1 45%;
	height: 50px;
}
.forms__form-input input {
	width: 100%;
	height: 100%;
	padding: 14px 20px;
	background: none;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	border: 1px solid #ced7d9;
}
.forms__form-input.phone {
	position: relative;
}
.forms__form-input.phone::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	width: 32px;
	height: 16px;
	background: url('../images/forms/kz.svg') center center / cover no-repeat;
	pointer-events: none;
}
.forms__form-input.phone input {
	padding: 14px 20px 14px 65px;
}

.forms__form-selecet {
	flex: 1 1 45%;
	border: 1px solid #ced7d9;
	height: 50px;
}
.forms__form-selecet select {
	width: 100%;
	height: 100%;
	padding: 14px 20px;
	background: none;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
}
.forms__form-selecet select option {
	color: #0d171a;
}

.forms__form-button {
	flex: 1 1 45%;
}
.forms__form-button button {
	margin: 0 0 10px 0;
	cursor: pointer;
	width: 100%;
}
.forms__form-button p {
	color: #6c7c80;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

/* design */
.design {
	padding: 100px 0;
	background: white;
}
.design__label {
	margin: 0 0 10px 0;
	color: #00647b;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.design__title {
	margin: 0 0 30px 0;
	color: #0d171a;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 1000px;
}

.design__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 30px;
}

.design__item p {
	color: #6c7c80;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.design__item:first-child p {
	max-width: 580px;
}
.design__item img {
	width: 265px;
	height: 290px;
	object-fit: cover;
}
.design__item:last-child p {
	max-width: 390px;
}
.design__item:last-child {
	align-self: flex-end;
}
.design__btn {
	display: none;
}

/* pictures */
.pictures {
	padding: 0 0 100px 0;
}
.pictures__label {
	color: #00647b;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin: 0 0 10px 0;
}
.pictures__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 40px 0;
}
.pictures__top .default-green {
	width: 270px;
}
.pictures__title {
	color: #0d171a;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: 114%;
}

.pictures__block {
	padding: 150px 0 0 0;
}

/* exterior */
.pictures__block .widget360-rotator-root_exterior--1QL-n {
	max-height: 580px;
}
.pictures__block .widget360-tabs-root--2U-hk {
	padding: 0;
	top: -150px;
	max-width: 100%;
	border-bottom: 1px solid #ced7d9;
}
.pictures__block .widget360-tabs-root--2U-hk button {
	color: #6c7c80;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	border-width: 4px;
}
.pictures__block
	.widget360-tabs-root--2U-hk
	button.perxWidget360-tabs-root__item_active--3pmg9 {
	color: #0d171a;
}
.pictures__block .widget360-picker-wrapper--2s2Mg {
	padding: 0 0 0 5px;
}
.pictures__block .widget360-picker-itemInner--1bnr5 {
	border-radius: 0px !important;
}
.pictures__block
	.widget360-picker-item--Oc9QZ:not(.widget360-picker-itemActive--3QXEn)
	.widget360-picker-itemOuter--2GyjI {
	border-radius: 12px;
}
.pictures__block .widget360-picker-itemActive--3QXEn {
	border: 2px solid black;
	border-radius: 12px;
	width: 60px;
	height: 60px;
}
.pictures__block .widget360-picker-name--Bn92G {
	padding: 0;
	color: #6c7c80;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.pictures__block .widget360-picker-root--3lGl8 {
	bottom: auto;
	top: -110px;
	display: flex;
	flex-direction: column-reverse;
}
/* .pictures__block .widget360-picker-item--Oc9QZ {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	border: none;
}
.pictures__block
	.widget360-picker-item--Oc9QZ:not(.widget360-picker-itemActive--3QXEn)
	.widget360-picker-itemOuter--2GyjI {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	border: none;
} */

/* interior */
.pictures__block .perxWidget360-content-root--1X51J {
	max-height: 580px;
}
/* tech */
.tech {
	padding: 100px 0;
	background: #f1f0f0;
}
.tech__label {
	color: #00647b;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin: 0 0 10px 0;
}

.tech__title {
	color: #0d171a;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: 114%;
	margin: 0 0 20px 0;
}

.tech__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
	margin: 0 0 40px 0;
}
.tech__top p {
	color: #0d171a;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	max-width: 890px;
}
.tech__top .default-green {
	width: 280px;
	white-space: nowrap;
}

.tech__top-buttons {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ced7d9;
	margin: 0 0 20px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
}
.tech__top-buttons button {
	position: relative;
	color: #6c7c80;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	cursor: pointer;
}
.tech__top-buttons button.active {
	color: #0d171a;
}
.tech__top-buttons button.active::before {
	content: '';
	position: absolute;
	bottom: -21px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #00647b;
}

.tech__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	height: auto;
	gap: 20px;
}
.tech__item {
	height: auto;
}
.tech__item:first-child {
	flex: 1 1 65%;
}
.tech__item:last-child {
	flex: 1 1 35%;
}

.tech__item-img {
	position: relative;
	width: 100%;
	height: 100%;
}
.tech__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tech__item-bullet {
	width: 40px;
	height: 40px;
	border: 2px solid white;
	border-radius: 100px;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: absolute;
	animation: pulse-ring 1s infinite ease-out;
}
.tech__item-bullet::before {
	content: '';
	width: 15px;
	height: 15px;
	background: white;
	border-radius: 100px;
}
.tech__item-bullet.active {
	background: rgba(255, 255, 255, 0.3);
	border: none;
	animation: none;
}
.tech__item-bullet:active {
	transform: scale(1.1);
}
.tech__item-bullet.active::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 25px;
	height: 25px;
	background: none;
	border: 2px solid white;
	border-radius: 100px;
}
/* bullet animations */
@keyframes pulse-ring {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
}
/* bullet positions */
/* exterior */
.tech__item-bullet.wheels {
	bottom: clamp(10vh, 40.45%, 40vh);
	left: clamp(10vw, 32.67%, 25vw);
}

.tech__item-bullet.trunk {
	top: clamp(5vh, 26.3%, 30vh);
	right: clamp(0.5vw, 18.54%, 6vw);
}

.tech__item-bullet.handles {
	bottom: clamp(20vh, 54.18%, 60vh);
	right: clamp(10vw, 39.08%, 30vw);
}

.tech__item-bullet.view {
	bottom: clamp(15vh, 45%, 50vh);
	left: clamp(3vw, 8.42%, 8vw);
}

.tech__item-bullet.led {
	bottom: clamp(20vh, 54%, 55vh);
	left: clamp(13vw, 16.25%, 20vw);
}

/* interior */
.tech__item-bullet.space {
	top: clamp(5vh, 60.3%, 30vh);
	right: clamp(0.5vw, 39.54%, 18vw);
}
.tech__item-bullet.chairs {
	bottom: clamp(5vh, 1.18%, 60vh);
	left: clamp(10vw, 27.08%, 30vw);
}
.tech__item-bullet.wheel {
	bottom: clamp(15vh, 40%, 50vh);
	left: clamp(19vw, 5.42%, 8vw);
}
.tech__item-bullet.modern {
	bottom: clamp(2vh, 10%, 55vh);
	left: clamp(24vw, 16.25%, 20vw);
}

.tech__info {
	height: 100%;
	padding: 20px;
	background: white;
}

.tech__info-img {
	width: 100%;
	height: 240px;
	margin: 0 0 10px 0;
}
.tech__info-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tech__info-navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin: 0 0 25px 0;
}

.tech__info-pagination {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
}
.tech__info-pagination button {
	width: 10px;
	height: 10px;
	border-radius: 100px;
	border: 1px solid #0d171a;
	cursor: pointer;
}
.tech__info-pagination button.active {
	border: none;
	background: #0d171a;
}

.tech__info-arrows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.tech__info-arrows button:active {
	transform: scale(1.1);
}

.tech__info-arrows-left {
	cursor: pointer;
}

.tech__info-arrows-right {
	cursor: pointer;
}

.tech__info-title {
	color: #0d171a;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin: 0 0 10px 0;
}

.tech__info-descr {
	color: #6c7c80;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

/* video */
.video {
	width: 100%;
	height: 660px;
}
.video video {
	width: 100%;
	height: 100%;
	object-fit: none;
}

/* models */
.models {
	padding: 100px 0;
	background: white;
}
.models__label {
	margin: 0 0 10px 0;
	color: #00647b;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.models__title {
	margin: 0 0 40px 0;
	color: #0d171a;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: 114%;
}

.models__wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 40px;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0 0 30px 0;
}

.models__wrapper::-webkit-scrollbar {
	height: 4px;
}

.models__wrapper::-webkit-scrollbar-track {
	background: #ced7d9;
}

.models__wrapper::-webkit-scrollbar-thumb {
	background-color: #00647b;
}

.models__card {
	max-width: 370px;
	padding: 18px;
	border: 1px solid #ced7d9;
}

.models__card-img {
	width: 100%;
	height: 190px;
	margin: 0 0 10px 0;
}
.models__card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.models__card-title {
	color: #0d171a;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin: 0 0 5px 0;
}

.models__card-price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin: 0 0 15px 0;
}
.models__card-price p {
	color: #0d171a;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.models__card-price span {
	color: #00647b;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	padding: 3px 10px;
	border-radius: 3px;
	background: #ecf3f5;
}

.models__card-descr {
	color: #6c7c80;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin: 0 0 10px 0;
}

.models__card-text {
	color: #6c7c80;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 20px 0;
}
.models__card-text span,
.models__card-text b {
	font-weight: 700;
	background: none;
}

.models__card-btn {
	width: fit-content;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #00647b;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	background: #ecf3f5;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	text-decoration: none;
}

/* credit */
.credit {
	padding: 100px 0 !important;
	background: #f1f0f0 !important;
}
.credit__label {
	color: #00647b;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin: 0 0 10px 0;
}

.credit__title {
	padding: 0 0 40px 0;
	color: #0d171a;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: 114%;
	border-bottom: 1px solid #ced7d9;
	margin: 0 0 40px 0;
}
.credit__container {
	padding: 0 !important;
	justify-content: flex-start !important;
	gap: 60px !important;
}
.credit__container.j7 {
	position: relative;
}
.credit__container.j7::before {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 40%;
	width: 630px;
	height: 430px;
	background-image: url('/images/J7-silver.png');
	background-size: auto 500px;
	background-repeat: no-repeat;
	background-position: right;
	opacity: 0.1;
	pointer-events: none;
	z-index: 0;
}

/* safety */
.safety {
	padding: 100px 0;
	background: white;
}

.safety__label {
	margin: 0 0 10px 0;
	color: #00647b;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.safety__title {
	margin: 0 0 40px 0;
	color: #0d171a;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: 114%;
}

.safety__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 40px;
	flex-wrap: wrap;
}

.safety__item {
	flex: 1 1 30%;
	padding: 0 30px 20px 0;
	border-bottom: 1px solid #ced7d9;
}

.safety__item-title {
	margin: 0 0 15px 0;
	color: #0d171a;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.safety__item-descr {
	color: #6c7c80;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.safety__show-more {
	display: none;
}

/* smart */
.smart {
	padding: 100px 0;
	background: #f1f0f0;
}
.smart__label {
	margin: 0 0 10px 0;
	color: #00647b;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.smart__title {
	margin: 0 0 40px 0;
	color: #0d171a;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: 114%;
}

.smart__info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin: 0 0 40px 0;
}

.smart__text {
	color: #0d171a;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	max-width: 660px;
}

.smart__btn {
	width: 260px;
}

.smart__wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 20px;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0 0 30px 0;
	cursor: grab;
	user-select: none;
}

.smart__wrapper::-webkit-scrollbar {
	height: 4px;
}

.smart__wrapper::-webkit-scrollbar-track {
	background: #ced7d9;
}

.smart__wrapper::-webkit-scrollbar-thumb {
	background-color: #00647b;
}

.smart__wrapper.active {
	cursor: grabbing;
}

.smart__item {
	background: white;
	max-width: 315px;
	min-width: 315px;
	width: 100%;
	padding: 15px 13px;
}

.smart__item-img {
	width: 100%;
	height: 180px;
	margin: 0 0 20px 0;
}
.smart__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.smart__item-title {
	margin: 0 0 10px 0;
	color: #0d171a;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.smart__item-descr {
	color: #6c7c80;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

/* reviews */
.reviews {
	padding: 100px 0;
	background: white;
}
.reviews__title {
	color: #0d171a;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: 114%;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #ced7d9;
}

.reviews__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 15px;
}

.reviews__item:first-child {
	flex: 1 1 60%;
	height: auto;
}
.reviews__item:last-child {
	flex: 1 1 40%;
}

.reviews__item-video {
	width: 100%;
	height: 100%;
}

.reviews__item-video iframe {
	width: 100%;
	height: 100%;
	object-fit: none;
}

.reviews__block {
	width: 100%;
	margin: 0 0 10px 0;
	background: white;
	transition: all 0.3s ease;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-decoration: none;
	cursor: pointer;
}

.reviews__block:hover,
.reviews__block.active {
	background: #ecf3f5;
}

.reviews__block-img {
	position: relative;
	min-width: 135px;
	max-width: 135px;
	width: 100%;
	height: 95px;
}
.reviews__block-img::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	background: url('../images/reviews/play.svg') center center / cover no-repeat;
}
.reviews__block-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reviews__block-text {
	padding: 15px 20px;
}
.reviews__block-text h3 {
	color: #6c7c80;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 5px 0;
}

.reviews__block-text p {
	color: #0d171a;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.reviews__item-bottom {
	padding: 8px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}
.reviews__item-bottom p {
	max-width: 270px;
	color: #6c7c80;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.reviews__item-bottom a {
	color: #cd1039;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

/* characteristics */
.tabs__content {
	display: none;
}
.tabs__content.active {
	display: block;
}

.characteristics {
	position: relative;
	padding: 0 0 100px 0;
	background: white;
}
.characteristics__top-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	margin: 0 0 40px 0;
}
.characteristics__title {
	color: #0d171a;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: 114%;
}

.characteristics__top-buttons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}
.characteristics__top-buttons button {
	color: #6c7c80;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	cursor: pointer;
}
.characteristics__top-buttons button.active {
	color: #00647b;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
}

.characteristics__buttons {
	border-bottom: 1px solid #ced7d9;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
	margin: 0 0 30px 0;
	overflow-x: auto;
}

.characteristics__buttons::-webkit-scrollbar {
	height: 4px;
}

.characteristics__buttons::-webkit-scrollbar-track {
	background: #ced7d9;
}

.characteristics__buttons::-webkit-scrollbar-thumb {
	background-color: #62868e;
}

.characteristics__btn {
	cursor: pointer;
	color: #6c7c80;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	padding: 0 0 20px 0;
	white-space: nowrap;
}
.characteristics__btn.active {
	color: #0d171a;
	border-bottom: 4px solid #00647b;
}

.characteristics__toggle {
	display: none;
}

.characteristics__content {
}

.characteristics__content-title {
	color: #0d171a;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin: 0 0 20px 0;
}

.characteristics__content-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	row-gap: 10px;
	column-gap: 40px;
	flex-wrap: wrap;
}
.characteristics__content-wrapper div {
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	padding: 10px 20px;
	background: rgba(206, 215, 217, 0.15);
}
.characteristics__content-wrapper div p {
	color: #6c7c80;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.characteristics__content-wrapper div span {
	color: #0d171a;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

/* guarantee */
.guarantee {
	padding: 50px 0;
	background: linear-gradient(
			0deg,
			rgba(0, 0, 0, 0.5) 0%,
			rgba(0, 0, 0, 0.5) 100%
		),
		url('../images/guarantee/bg.png') lightgray -39.5px 0px / 121.067% 105.581% no-repeat;
}
.guarantee__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.guarantee__item {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.guarantee__item-img {
	min-width: 80px;
	max-width: 110px;
	width: 100%;
	height: 100%;
}
.guarantee__item-img img {
	width: 100%;
	height: 100%;
}

.guarantee__item-text {
	color: #ced7d9;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

/* tradein */
.tradein {
	padding: 100px 0;
	background: #f1f0f0;
}
.tradein__title {
	color: #00647b;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	text-transform: uppercase;
}

.tradein__descr {
	color: #0d171a;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 40px 0;
}

.tradein__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 15px;
}

.tradein__item-img {
	width: 37px;
	height: 37px;
	margin: 0 0 15px 0;
}
.tradein__item-img img {
	width: 100%;
	height: 100%;
}

.tradein__item-text {
	color: #6c7c80;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.tradein__item-btn {
	width: 285px;
}

/* wp */
.wp-form {
	padding: 40px 0 100px 0;
	border-top: 1px solid #ced7d9;
}
.wp-form__wrapper {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 25px;
}

.wp-form__item:first-child {
	max-width: 470px;
}

.wp-form__item-title {
	color: #0d171a;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 20px 0;
}

.wp-form__item-descr {
	color: #0d171a;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 30px 0;
}

.wp-form__form-input {
	margin: 0 0 10px 0;
	width: 100%;
	height: 50px;
}
.wp-form__form-input input {
	width: 100%;
	height: 100%;
	padding: 13px 20px;
	border: 1px solid #ced7d9;
	border-radius: 0px !important;
}
.wp-form__form-input:nth-child(2) input {
	padding: 13px 20px 13px 50px;
}
.wp-form__form-input:nth-child(2) {
	position: relative;
}
.wp-form__form-input:nth-child(2)::before {
	content: '';
	position: absolute;
	top: 13.5px;
	left: 20px;
	width: 20px;
	height: 20px;
	background: url('../images/wp-form/wp-icon.svg') center center / cover
		no-repeat;
}

.wp-form__form-descr {
	margin: 10px 0 20px 0;
	color: #6c7c80;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.wp-form__form-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background: #00647b;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	cursor: pointer;
	border-radius: 0px !important;
}

.wp-form__item-img {
	width: 100%;
	height: 100%;
}
.wp-form__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* links */
.links {
	padding: 100px 0 40px 0;
	background: white;
	display: block;
}
.links__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 30px;
}

.links__item {
	flex: 1 1 25%;
	padding: 35px 20px;
	background: #ecf3f5;
	display: block;
	text-decoration: none;
}

.links__item-img {
	width: 20px;
	height: 20px;
	margin: 0 0 10px 0;
}
.links__item-img img {
	width: 100%;
	height: 100%;
}

.links__item-title {
	color: #00647b;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	margin: 0 0 10px 0;
}

.links__item-descr {
	color: #6c7c80;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
/* bottom-menu */
.bottom-menu {
	display: none;
}
