* {
	scroll-behavior: smooth;
}
/* promo */
.promo {
	padding: 180px 0;
	background: url('../images/promo/web.png') center center / cover no-repeat;
}
.promo__block {
	max-width: 450px;
}

.promo__title {
	color: #fff;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 10px 0;
}

.promo__price {
	padding: 3px 10px;
	border-radius: 5px;
	background: #3998ae;
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 20px 0;
	display: block;
	width: fit-content;
}

.promo__descr {
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}

.promo__btn {
	max-width: 290px;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: white;
	color: #00647b;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 14px;
}

/* menuPage */
.c7-pageMenu {
	padding: 10px 0;
	background: white;
	position: sticky;
	top: 0px;
	z-index: 100;
	transition: all 0.3s ease;
}
.c7-pageMenu.top {
	top: 100px;
}
.c7-pageMenu__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}
.c7-pageMenu__logo {
	min-width: 40px;
	height: auto;
}
.c7-pageMenu__logo img {
	width: 100%;
	height: 100%;
}

.c7-pageMenu__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.c7-pageMenu__list a {
	color: #30363a;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	white-space: nowrap;
}

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

.c7-pageMenu__drive {
	width: 165px;
	height: 40px;
	background: #00647b;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 0px !important;
}

.c7-pageMenu__price {
	background: white;
	width: 115px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border: 1px solid #68777c;
	color: #68777c;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 0px !important;
}

/* reviews */
.reviews {
	padding: 100px 0 0 0;
	background: white;
}
.reviews__title {
	text-align: center;
	color: #30363a;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 40px 0;
}

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

.reviews__item:first-child {
	flex: 1 1 60%;
	height: auto;
}
.reviews__item:last-child {
	flex: 1 1 40%;
	max-height: 485px;
	overflow-y: auto;
}

.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%;
}
/* smart tech */
.smart-tech {
	padding: 100px 0;
}
.smart-tech__title {
	color: #30363a;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 20px 0;
}

.smart-tech__descr {
	color: #30363a;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%;
	margin: 0 0 40px 0;
}

.smart-tech__img {
	width: 100%;
	height: 580px;
	margin: 0 0 30px 0;
}
.smart-tech__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.smart-tech__sub-title {
	color: #30363a;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 30px 0;
}

.smart-tech__items {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	border-bottom: 1px solid #c1c8ca;
	margin: 0 0 30px 0;
}
.smart-tech__item {
	cursor: pointer;
	max-width: 110px;
	opacity: 0.5;
	padding: 0 0 20px 0;
	height: 130px;
}
.smart-tech__item.active {
	opacity: 1;
	border-bottom: 4px solid #00647b;
}
.smart-tech__item p {
	color: #30363a;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	white-space: pre-wrap;
}
.smart-tech__item img {
	margin: 0 0 10px 0;
	width: 110px;
	height: 65px;
	object-fit: cover;
}

.smart-tech__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	height: 80px;
}

.smart-tech__bottom-descr {
	max-width: 930px;
	color: #30363a;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}

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

.smart-tech__arrows-btn {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border: 1px solid #68777c;
	cursor: pointer;
}
/* exteior */
.exterior {
	padding: 100px 0 0 0;
}
.exterior__title {
	margin: 0 0 20px 0;
	color: #30363a;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.exterior__descr {
	margin: 0 0 40px 0;
	color: #30363a;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%;
}

.exterior__img {
	margin: 0 0 20px 0;
}

.exterior__subt-title {
	color: #30363a;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 10px 0;
}

.exterior__text {
	color: #30363a;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}

.container {
}
.exterior .swiper {
	width: 100%;
	overflow: hidden;
}
.exteriorSlider {
}
.exteriorSlider__bottom {
	margin: 30px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.exteriorSlider__bottom-buttons {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 20px;
	height: 50px;
}

.exteriorSlider .swiper-pagination {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.exteriorSlider .swiper-pagination-bullet-active {
	background: #96bfc9;
}
.exteriorSlider .swiper-button-prev {
	position: static;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border: 1px solid #68777c;
}
.exteriorSlider .swiper-button-prev::after,
.exteriorSlider .swiper-button-next::after {
	content: '';
	display: none;
}
.exteriorSlider .swiper-button-next {
	position: static;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border: 1px solid #68777c;
}
/* offers */
.offers {
	padding: 100px 0 0 0;
}
.offers .swiper {
	width: 100%;
	overflow: hidden;
}
.offers__title {
	color: #30363a;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 30px 0;
}
.offers__second-title {
	color: #30363a;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%;
	margin: 0 auto 40px auto;
	max-width: 620px;
}

.offers__img {
	width: 100%;
	height: 245px;
	margin: 0 0 20px 0;
}
.offers__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.offers.engine .offers__img {
	margin: 0;
}

.offers__item {
	padding: 25px;
}

.offers__subt-title {
	color: #30363a;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 10px 0;
}

.offers__text {
	color: #30363a;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	margin: 0 0 15px 0;
}

.offersSlider .swiper-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
}
.offersSlider .swiper-slide {
	flex: 1 1 33%;
	border: 1px solid #f3f3f3;
}
.offersSlider__bottom {
	position: absolute;
	bottom: 150px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.offersSlider .swiper-pagination {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.offersSlider .swiper-pagination-bullet-active {
	background: #96bfc9;
}
.offers__info {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 50px;
	margin: 0 0 15px 0;
}
.offers__info span {
	color: #68777c;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.offers__info p {
	color: #30363a;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}
.offers__list {
	list-style: disc;
	padding: 0 0 0 15px;
}
.offers__list li {
	color: #30363a;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}
.offers__block {
	margin: 0 0 10px 0;
}
.offers__block h4 {
	color: #30363a;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}
.offers__block p {
	color: #30363a;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

/* models */
.models {
	padding: 100px 0 0 0;
}
.models__title {
	color: #30363a;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 30px 0;
}
.models .swiper {
	width: 100%;
	overflow: hidden;
}
.tab-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 345px;
	width: 100%;
	margin: 0 auto 40px auto;
}

.tab-btn {
	flex: 1 1 50%;
	color: #6c7c80;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	cursor: pointer;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #c1c8ca;
}

.tab-btn.active {
	color: #30363a;
	font-weight: 600;
	border-bottom: 4px solid #00647b;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.models__img {
	width: 100%;
	height: 180px;
}
.models__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.models__sub-title {
	color: #30363a;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 5px 0;
}

.models__price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin: 0 0 20px 0;
}
.models__price p {
	color: #30363a;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.models__price span {
	padding: 2px 6px;
	border-radius: 3px;
	background: #ecf3f5;
	color: #00647b;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}

.models__info b {
	display: block;
	color: #68777c;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 155%;
	margin: 0 0 10px 0;
}
.models__info p {
	color: #68777c;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}
.models__info p b {
	display: inline;
	margin: 0;
}

.models__btns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	max-width: 510px;
	width: 100%;
	margin: 0 auto;
}

.models__btn {
	flex: 1 1 50%;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00647b;
	border: 1px solid #00647b;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 14px;
}
.models__btn.mob {
	display: none;
}
.models__btn:first-child {
	background: none;
	color: #00647b;
}
.modelsSlider {
	margin: 0 0 30px 0;
}
.modelsSlider .swiper-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
}
.modelsSlider .swiper-slide {
	flex: 1 1 33%;
	padding: 15px 20px;
	border: 1px solid #f3f3f3;
}
.offers.spec .swiper-slide {
	border: none;
}
.modelsSlider__bottom {
	display: none;
	padding: 20px 0 0 0;
}

.modelsSlider .swiper-pagination {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.modelsSlider .swiper-pagination-bullet-active {
	background: #96bfc9;
}
/* safety */
.safety {
	padding: 100px 0 0 0;
}
.safety__title {
	margin: 0 0 20px 0;
	color: #30363a;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.safety__wrapper {
	display: flex;
	gap: 30px;
	justify-content: center;
	align-items: flex-start;
}

.safety__item {
	flex: 1 1 100%;
}
.safety__item-img {
	width: 100%;
	height: 100%;
}
.safety__item-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.safety .accordion {
	padding: 15px 0;
	border-bottom: 1px solid rgba(104, 119, 124, 0.4);
}
.safety .accordion__body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}
.safety .accordion__body img {
	display: none;
}
.safety .accordion__body p {
	padding: 20px 0 0 0;
	color: #30363a;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}

.safety .accordion.active .accordion__body {
	max-height: 200px; /* или больше, в зависимости от контента */
}

.safety .accordion__header {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}
.safety .accordion__title {
	color: #30363a;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 0;
}
.safety .accordion__title::after {
	content: '' !important;
	display: none !important;
}
.safety .accordion__header img {
	transition: transform 0.3s ease;
}

.safety .accordion.active .accordion__header img {
	transform: rotate(45deg); /* из плюса делаем крест */
}

.safety .safety__item-img {
	display: none;
}

.safety .safety__item-img.active {
	display: block;
}
/* credit */
#credit .button {
	border-radius: 0px !important;
}
/* tradein */
.tradein {
	width: 100%;
	height: 100%;
	padding: 60px;
	background: #f3f3f3;
	border-radius: 10px;
}
.tradein__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}
.tradein__item {
	flex: 1 1 100%;
}
.tradein__item:first-child {
	max-width: 475px;
	width: 100%;
}

.tradein__item-title {
	color: #30363a;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 10px 0;
}

.tradein__item-descr {
	color: #30363a;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}

.tradein .accordion {
	padding: 20px 0;
	border-bottom: 1px solid rgba(104, 119, 124, 0.4);
	cursor: pointer;
}
.tradein .accordion__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tradein .accordion__title {
	padding: 0 !important;
	color: #30363a;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: all 0.4s ease;
}
.tradein .accordion__title::after {
	content: '';
	display: none;
}
.tradein .accordion__body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}
.tradein .accordion__body p {
	color: #30363a;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}
.tradein .accordion__body ul {
	list-style: disc;
	list-style-type: disc;
	padding-left: 20px; /* важно! */
}
.tradein .accordion__body ul li {
	list-style: disc;
	list-style-type: disc;
	color: #30363a;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
}

.tradein .accordion__header img {
	transition: all 0.4s ease;
}

.tradein .accordion.active .accordion__header img {
	transform: rotate(45deg);
}
.tradein .accordion.active .accordion__title {
	padding: 0 0 20px 0 !important;
}
