@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Zen+Dots&display=swap');

html {
	scroll-behavior: smooth;
}

:root {
	--primary: #3f5f6c;
	--secondary: #2a3337;
}

strong {
	font-weight: 700;
}

button {
	border: 0;
}

.d-none {
	display: none !important;
}
#map {
	height: 522px;
	width: 100%;
}
.btn {
	font-family: var(--muller);
	text-align: left;
	color: var(--white);
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	padding: 0 14px;
	font-size: 20px;
}

.btn-outline {
	border: 1px solid var(--secondary);
}

.btn-outline:hover {
	background-color: var(--primary);
	border-color: var(--primary);
	color: #fff;
}

.btn-outline-white {
	border-color: #fff;
	color: #fff;
}

.btn-outline-white:hover {
	background: rgba(63, 95, 108, 0.33);
}

.btn-gradient {
	background: linear-gradient(91deg, #3f5f6c 8.22%, #699bb1 95.35%);
}

.btn-primary {
	background-color: var(--primary);
	color: #fff;
}

.btn-primary:hover {
	background-color: var(--secondary);
}

.btn-show-more {
	position: absolute;
	right: 0;
	bottom: 0;
	color: var(--primary);
	z-index: -1;
}

.btn-show-more svg {
	position: absolute;
	bottom: -16px;
	left: 0;
	transform: translate(-55%, 0);
}

.btn-show-more span {
	color: var(--secondary);
	text-decoration: underline;
}
.hide-on-mob {
	display: block;
}
.hide-on-pc {
	display: none;
}
.input {
	background: none;
	border: none;
	box-shadow: none;
	border-bottom: 2px solid #fff;
	height: 65px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 24px;
}

.input-primary {
	border-color: var(--primary);
	color: var(--primary);
}

body,
* {
	font-family: 'Inter', sans-serif;
}

body {
	color: var(--secondary);
}

.container {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
	max-width: 1420px;
}

.header__top {
	display: none;
}

.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 116px;
	background-color: #fff;
}

.header__left {
	display: flex;
	align-items: center;
	gap: 18px;
	height: 65px;
}

.header__logo {
	width: 290px;
	color: var(--secondary);
}

.header__logo svg,
.header__logo img {
	width: 100%;
}

.header__left i {
	width: 2px;
	height: 100%;
	background-color: var(--secondary);
}

.header__title {
	font-size: 16px;
}

.header__title span {
	font-size: 32px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	margin-top: 10px;
}

.header__info {
	display: flex;
	align-items: center;
	gap: 30px;
}

.header__info address {
	display: flex;
	align-items: center;
	gap: 40px;
}

.header__info address a {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 16px;
}

.header__btn {
	width: 288px;
	height: 65px;
}

.header__nav {
	background-color: var(--secondary);
	color: #fff;
	height: 65px;
}

.header__nav ul {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
}

.burger {
	display: none;
}

.menu {
	display: none;
}

.hero {
	height: 800px;
	position: relative;
}

.swiper-hero {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* z-index: -1; */
}

.swiper-hero .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.swiper-hero .swiper-pagination {
	bottom: 90px;
	left: calc((100vw - 1420px) / 2);
	display: flex;
	gap: 10px;
}

.swiper-hero .swiper-pagination-bullet {
	width: 110px;
	height: 6px;
	opacity: 0.3;
	background: #fff;
	border-radius: 0;
}

.swiper-hero .swiper-pagination-bullet-active {
	opacity: 1;
}

.hero__inner {
	position: relative;
	z-index: 1;
	width: 560px;
	margin-left: auto;
	color: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px 0 94px;
}

.hero__inner-text {
	height: 100%;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 50px;
}

.hero__inner-text.is-active {
	display: flex;
}

.hero__title {
	font-size: 37px;
	font-weight: 700;
}

.hero__subtitle {
	color: #7bc4e5;
	font-size: 36px;
	font-weight: 700;
	margin-top: 64px;
	/* margin-bottom: 40px; */
}

.hero__inner-text-slide-2 .hero__subtitle {
	font-weight: 500;
	font-size: 30px;
	line-height: 1;
	color: #fff;
	margin-top: 72px;
}

.hero__inner-text-slide-2 .hero__subtitle span {
	color: #7bc4e5;
}

.hero__offer {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	/* padding: 62px 0 84px; */
	border-bottom: 5px solid #fff;

	align-items: flex-start;
}
.hero__offer-btn {
	width: 294px;
	height: 60px;
	margin-top: auto;
	margin-bottom: 50px;
}
.hero__offer > p {
	font-size: 24px;
	font-weight: 700;
}

.hero__offer-text {
	/* display: none; */
	height: 68px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transition: all ease 0.3s;
}

.hero__offer-text.active {
	/* display: block; */
	opacity: 1;
	visibility: visible;
	position: static;
}

/* .hero__offer-text.second {
    font-size: 20px;
    font-weight: 400;
    background-image: linear-gradient(to right, rgba(32,43,48, .6), rgb(32,43,48));
    padding: 8px 77px 12px 8px;
    line-height: 24px;
} */

.hero__offer-text.second b {
	font-weight: 700;
}

.hero__offer > p span {
	display: block;
}

.hero__offer .btn {
	width: 250px;

	font-size: 17px;
}

.hero__timer > p {
	font-size: 20px;
}

.benefits {
	margin-top: -68px;
}

.benefits__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.benefits-item {
	width: 100%;
	height: 136px;
	background: var(--primary);
	color: #fff;
	display: flex;
	align-items: center;
	padding: 0 38px;
	position: relative;
	font-size: 24px;
	font-weight: 500;
	text-align: left;
	z-index: 1;
	cursor: pointer;
}

.benefits-item::after {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	height: 12px;
	width: 300px;
	opacity: 0.3;
	background: #fff;
	transition: all 0.3s;
}

.benefits-item:hover {
	background: var(--secondary);
}

.benefits-item:hover::after {
	right: auto;
	left: 0;
}

.section {
	margin-top: 80px;
}

.section-title {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 40px;
}

.models__tabs {
	display: flex;
	gap: 10px;
}

.models__tabs .tab {
	background: #fff;
	padding: 10px;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
	cursor: pointer;
}

.models__tabs .tab:hover,
.models__tabs .tab.active {
	outline: 1px solid var(--secondary);
}

.models__main {
	position: relative;
	margin-top: 40px;
}

.models__main::before {
	content: '';
	position: absolute;
	left: 0;
	top: 225px;
	width: 100%;
	height: calc(100% - 450px);
	min-height: 460px;
	background-color: var(--secondary);
	z-index: -1;
}

.models__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px 20px;
	position: relative;
	z-index: 1;
}

.models__list .btn-show-more {
	display: none;
}

.models__list .btn-show-more span {
	color: #fff;
}

.models__list.filtered .btn-show-more {
	display: flex;
}

.model-card {
	position: relative;
	height: 700px;
	z-index: 1;
	background-color: #fff;
	box-shadow: 0px 0px 18px 0px rgba(42, 51, 55, 0.3);
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.model-card__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 305px;
	z-index: -1;
}

.model-card__bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.model-card__title {
	font-family: 'Zen Dots', sans-serif;
	color: #fff;
	font-size: 32px;
}

.model-card__image {
	width: 100%;
}

.model-card__terms {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-left: 20px;
	padding-bottom: 15px;
	border-bottom: 5px solid var(--primary);
	/* margin-top: 10px; */
}

.model-card__terms li {
	font-size: 16px;
	list-style: disc;
	font-weight: 500;
}

.model-card__prices {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 26px;
	margin-top: 22px;
	align-items: end;
}

.model-card__prices span {
	font-size: 20px;
	font-weight: 600;
}

.model-card .btn {
	width: 100%;
	margin-top: 8px;
}

.filter {
	display: flex;
	gap: 20px;
}

.select2-container {
	width: 460px !important;
}

.select2-container--default .select2-selection--single {
	border-radius: 0;
	border: 0;
	border-bottom: 2px solid var(--secondary);
	height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 100%;
	font-size: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 25px;
	height: 10px;
	background-image: url(../img/select-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.equipments__list {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 140px;
	position: relative;
	z-index: 1;
}

.equipment-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.equipment-item__title {
	font-size: 20px;
	font-weight: 700;
	width: 290px;
}

.equipment-item__specifications {
	gap: 30px;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	display: grid;
	grid-template-columns: 65px 130px 65px 130px;
}

.equipment-item__prices {
	font-size: 20px;
	color: var(--primary);
	font-weight: 700;
	/* display: grid;
  grid-template-columns: 170px 160px;
  gap: 30px; */
}

.equipment-item .btn {
	width: 296px;
	font-size: 24px;
	background-color: #fff;
}

.equipment-item .btn:hover {
	background-color: var(--primary);
}

.credit {
	height: 640px;
	background-image: url(../img/credit.webp);
	background-position: center;
	background-size: cover;
	color: #fff;
	position: relative;
}

.credit::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 812px;
	height: 44px;
	background-color: #fff;
	opacity: 0.3;
}

.credit__inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	padding: 70px 0 34px;
}

.credit__title {
	display: flex;
	align-items: end;
	justify-content: end;
	text-align: end;
	font-size: 42px;
	line-height: 1.2;
	font-weight: 800;
	max-width: 573px;
	width: 100%;
	gap: 5px;
}

.credit__title span {
	display: flex;
	font-weight: 800;
	font-size: 42px;
	line-height: 115%;
	letter-spacing: 0%;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: relative;
	max-width: 242px;
	width: 100%;
	z-index: 2;
}

.credit__title span::before {
	content: '';
	display: flex;
	background: #3f5f6c;
	position: absolute;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 59px;
}

.credit__subtitle {
	font-weight: 500;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 0%;
	margin-top: 20px;
	color: #d9d9d9;
}

.credit__main {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 115px;
}

.credit__terms {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.credit__terms li {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	gap: 20px;
	font-size: 24px;
	font-weight: 500;
}

.credit__terms li::after {
	content: '';
	opacity: 0.3;
	background: #fff;
	width: 14px;
	height: 14px;
}

.credit__form {
	/* display: grid;
  grid-template-columns: 460px 460px; */
	display: flex;
	max-width: 460px;
	width: 100%;
	flex-direction: column;
	gap: 18px 20px;
}

.agreement {
	display: flex;
	align-items: center;
	gap: 10px;
	grid-column: 2;
}

.agreement input {
	/* display: none; */
	position: absolute;
	opacity: 0;
}

.agreement input + span {
	background: #ffffff30;
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.agreement-black input + span {
	background-color: #00000030;
}

.agreement input:checked + span::after {
	content: '';
	width: 8px;
	height: 8px;
	background-color: #fff;
}

.agreement-black input:checked + span::after {
	background-color: #000;
}

.agreement p {
	font-size: 10px;
}

.agreement-black p {
	color: #000;
}

.agreement p a {
	text-decoration: underline;
}

.trade-in {
	background-image: url(../img/trade-in.webp);
}

.trade-in::after {
	left: 0;
	right: auto;
}

.trade-in .credit__title {
	justify-content: start;
	text-align: unset;
}

.trade-in .credit__inner {
	align-items: flex-start;
}

.trade-in .credit__main {
	align-items: flex-start;
	gap: 60px;
}

.trade-in .credit__terms {
	align-items: flex-start;
	margin-top: 60px;
}

.trade-in .credit__terms li {
	justify-content: flex-start;
	flex-direction: row-reverse;
	text-align: left;
}

.popular__list {
	position: relative;
	padding-bottom: 140px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 20px;
	z-index: 1;
}

.popular-card {
	height: 640px;
	background: #fff;
	box-shadow: 0px 0px 18px 0px rgba(42, 51, 55, 0.3);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	padding: 25px;
}

.popular-card__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 305px;
	z-index: -1;
}

.popular-card__image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.popular-card__image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(var(--secondary) 0%, transparent 100%);
}

.popular-card__image::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(transparent 0%, #fff 100%);
}

.popular-card__content {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.popular-card__prices {
	display: grid;
	grid-template:
		'old-price old-price'
		'special new-price';
	color: var(--primary);
}

.popular-card__prices .old-price {
	grid-area: old-price;

	text-align: right;
}

.popular-card__prices .new-price {
	grid-area: new-price;

	font-size: 32px;
	font-weight: 600;
	text-align: right;
}

.popular-card__prices .special {
	grid-area: special;

	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 500;
	background-color: var(--primary);
	color: #fff;
}

.popular-card__specifications {
	display: flex;
	flex-direction: column;
	gap: 6px;
	color: var(--secondary);
	font-weight: 500;
	padding-left: 25px;
	list-style-type: disc;
}

.popular-card__buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.popular-card__buttons .btn {
	width: 100%;
}

.contacts {
	background-color: var(--secondary);
}

.map {
	height: 522px;
	background-image: url(../img/map.webp);
	background-size: cover;
	background-position: center;
}

.contacts__inner {
	padding: 40px 0;
	color: #fff;
}

.contacts__title {
	font-size: 42px;
	font-weight: 700;
}

.contacts__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.contacts__list {
	display: flex;
	align-items: center;
	gap: 50px;
}

.contacts__list li {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 16px;
}

.contacts .btn {
	width: 362px;
	height: 65px;
}

.footer {
	background-color: #fff;
	padding: 60px 0;
	font-size: 12px;
	line-height: 1.2;
}

.footer__main {
	display: flex;
	align-items: center;
	gap: 240px;
}

.footer__links {
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-decoration: underline;
}

.disclaimer {
	margin-top: 54px;
}

.modal {
	padding: 0;
	width: 600px;
	height: 455px;
	border-radius: 3px;
	overflow: hidden;
	background-color: #fff;
	display: none;
}

.modal__inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 25px 35px 35px;
}

.modal__title {
	color: var(--secondary);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
}

.modal__benefit {
	padding: 8px 0;
	font-weight: 700;
	color: #fff;
	position: relative;
	z-index: 1;
}

.modal__benefit::before {
	content: '';
	position: absolute;
	left: -35px;
	top: 0;
	width: 300px;
	height: 100%;
	background-color: var(--primary);
	z-index: -1;
}

.modal__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: #000;
}

.modal__form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.modal__form .input {
	font-size: 16px;
	height: 40px;
}

.modal__form .btn {
	margin-top: 15px;
}

@media screen and (max-width: 600px) {
	.hide-on-mob {
		display: none;
	}
	.hide-on-pc {
		display: block;
	}
	.container {
		max-width: calc(100% - 30px);
	}

	.input {
		height: 50px;
		font-size: 16px;
		padding: 0 15px;
	}

	.btn {
		height: 50px;
		font-size: 16px;
	}

	.btn-show-more {
		width: 100%;
		justify-content: flex-start;
	}

	.btn-show-more svg {
		bottom: 50%;
		left: auto;
		right: 10px;
		transform: translate(0, 50%);
		width: 140px;
	}

	.btn-show-more span {
		font-size: 15px;
	}

	.section {
		margin-top: 50px;
	}

	.section-title {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.header.opened {
		position: relative;
		z-index: 3;
	}

	.header.opened .header__inner {
		background: none;
		color: #fff;
	}

	.header.opened .header__logo {
		color: #fff;
	}

	.header.opened .header__left i {
		background-color: #fff;
	}

	.header.opened .burger span {
		background-color: #fff;
	}

	.header__inner {
		height: 42px;
	}

	.header__logo {
		width: 100px;
	}

	.header__info {
		display: none;
	}

	.header__nav {
		display: none;
	}

	.header__top {
		display: block;
		background-color: var(--secondary);
		color: #fff;
		height: 20px;
	}

	.header__top address {
		height: 100%;
		display: flex;
		align-items: center;
		gap: 18px;
	}

	.header__top a {
		display: flex;
		align-items: center;
		font-size: 8px;
		gap: 10px;
		font-weight: 200;
		text-decoration: underline;
	}

	.header__left {
		height: 22px;
		gap: 5px;
	}

	.header__left i {
		width: 1px;
	}

	.header__title {
		font-size: 6px;
	}

	.header__title span {
		font-size: 14px;
		margin-top: 4px;
	}

	.menu {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 0;
		overflow: hidden;
		background-color: var(--secondary);
		color: #fff;
		z-index: 2;
		transition: all 0.3s;
	}

	.header.opened + .menu {
		height: 300px;
	}

	.menu__inner {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 86px 0 15px;
	}

	.menu__nav ul {
		display: flex;
		flex-direction: column;
		gap: 15px;
		font-size: 14px;
	}

	.hero {
		height: 640px;
	}

	.hero__inner {
		padding: 0px 0 50px;
		width: 100%;
	}

	.hero .container {
		padding-top: 20px;
	}

	.hero__title {
		font-size: 30px;
		max-width: 300px;
	}
	.hero__subtitle {
		/* max-width: 200px; */
		/* max-width: 230px; */
		font-size: 16px;
		margin-bottom: 241px;
	}

	.burger {
		display: flex;
		flex-direction: column;
		gap: 5px;
		width: 26px;
	}

	.burger span {
		width: 100%;
		height: 3px;
		background-color: var(--secondary);
	}

	.swiper-hero .swiper-pagination {
		left: 0;
		top: 0;
		bottom: auto;
		width: 100%;
		gap: 10px;
	}

	.swiper-hero .swiper-pagination-bullet {
		flex: 1;
		margin: 0 !important;
		height: 6px;
	}

	.hero__offer {
		flex-direction: column;
		padding: 12px 0 15px;
		flex: 1;
		border-width: 1px;
	}

	.hero__offer > p {
		width: 100%;
		font-size: 16px;
		font-weight: 500;
	}

	.hero__offer > p span {
		display: inline-block;
	}

	.hero__offer .btn {
		width: 100%;
	}

	.hero__timer {
		margin-top: 10px;
	}

	.hero__timer > p {
		font-size: 12px;
	}

	.hero__offer-text.second {
		font-size: 16px;
		line-height: 22px;
	}

	.benefits {
		margin-top: -30px;
	}

	.benefits__inner {
		flex-direction: column;
		gap: 10px;
	}

	.benefits-item {
		height: 86px;
		padding: 0 20px;
		font-size: 16px;
	}

	.benefits-item::after {
		width: 216px;
		height: 10px;
	}

	.model__tabs-container {
		overflow-x: scroll;
		padding: 5px;
		margin: -5px;
	}

	.models__tabs .tab {
		font-size: 16px;
		padding: 7px 10px;
		min-width: max-content;
	}

	.models__main {
		margin-top: 30px;
	}

	.models__main::before {
		height: 140px;
		bottom: 0;
		top: auto;
		min-height: unset;
	}

	.models__main > .container {
		max-width: 100%;
	}

	.models__list {
		grid-template-columns: 1fr;
	}

	.models__list.filtered {
		padding-bottom: 140px;
	}

	.models__list.filtered .btn-show-more {
		bottom: 30px;
	}

	.model-card {
		height: 530px;
		padding: 20px 15px 15px;
	}

	.model-card__title {
		font-size: 22px;
	}

	.model-card__bg {
		height: 238px;
	}

	.model-card__terms {
		gap: 8px;
		border-width: 3px;
	}

	.model-card__terms li {
		font-size: 14px;
	}

	.model-card__prices {
		margin-top: 15px;
	}

	.model-card__prices s {
		font-size: 13px;
	}

	.model-card__prices span {
		font-size: 16px;
	}

	.filter {
		flex-direction: column;
	}

	.select2-container {
		width: 100% !important;
	}

	.equipments__list {
		margin-top: 30px;
		gap: 15px;
		padding-bottom: 50px;
	}

	.equipment-item {
		flex-direction: column;
		gap: 15px;
	}

	.equipment-item__title {
		width: 100%;
		font-size: 16px;
		color: #fff;
		padding: 10px 0;
		position: relative;
		z-index: 1;
	}

	.equipment-item__title::after {
		content: '';
		position: absolute;
		top: 0;
		left: -15px;
		height: 100%;
		width: calc(100% + 30px);
		background-color: var(--secondary);
		z-index: -1;
	}

	.equipment-item__specifications {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.equipment-item__prices {
		display: flex;
		justify-content: space-between;
		width: 100%;
		gap: 0;
	}

	.equipment-item .btn {
		width: 100%;
	}

	.popular__inner > .container {
		max-width: 100%;
	}

	.popular__list {
		padding-bottom: 50px;
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.popular-card {
		padding: 25px 15px 15px;
		height: 580px;
	}

	.popular-card__content {
		gap: 20px;
	}

	.popular-card__prices {
		row-gap: 10px;
	}

	.popular-card__prices .new-price {
		font-size: 20px;
	}

	.popular-card__prices .special {
		height: 25px;
	}

	.popular-card__specifications {
		font-size: 14px;
	}

	.credit {
		height: 600px;
		background-image: url(../img/credit-mob.webp);
	}

	.trade-in {
		background-image: url(../img/trade-in-mob.webp);
	}

	.credit::after {
		left: 0;
		right: auto;
		width: 250px;
		height: 35px;
	}

	.credit__inner {
		padding: 50px 0 15px;
		align-items: flex-start;
	}

	.credit__title {
		font-size: 24px;
		justify-content: start;
		text-align: unset;
	}

	.trade-in .credit__title {
		font-size: 22px;
	}

	.trade-in .credit__terms {
		margin-top: 170px;
	}

	.credit__title span {
		font-size: 22px;
		max-width: 139px;
	}

	.credit__title span::before {
		height: 35px;
	}

	.trade-in .credit__inner {
		justify-content: start;
	}

	.credit__subtitle {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px;
	}

	.credit__main {
		align-items: flex-start;
		gap: 30px;
		width: 100%;
	}

	.trade-in .credit__main {
		gap: 30px;
	}

	.credit__terms {
		gap: 14px;
		align-items: flex-start;
	}

	.credit__terms li {
		justify-content: flex-start;
		flex-direction: row-reverse;
		text-align: left;
		font-size: 14px;
		gap: 13px;
	}

	.credit__terms li::after {
		width: 9px;
		height: 9px;
	}

	.credit__form {
		display: flex;
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}

	.credit__form .btn {
		margin-top: 15px;
	}

	.contacts {
		height: 626px;
		position: relative;
		background: none;
	}

	.contacts > .container {
		height: fit-content;
	}

	.map {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-image: url(../img/map-mob.webp);
		z-index: -1;
	}

	.contacts__inner {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 20px 15px 15px;
	}

	.contacts__inner::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: -1;
		background-color: var(--secondary);
	}

	.contacts__inner::after {
		display: none;
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		width: 200px;
		height: 26px;
		opacity: 0.3;
		background: #fff;
	}

	.contacts__title {
		font-size: 24px;
	}

	.contacts__main {
		flex-direction: column;
	}

	.contacts__list {
		flex-direction: column;
		margin-top: 42px;
		width: 100%;
		align-items: flex-start;
		gap: 22px;
	}

	.contacts .btn {
		height: 50px;
		margin-top: 30px;
		width: 100%;
	}

	.footer {
		padding: 30px 0;
	}

	.footer__main {
		flex-direction: column;
		gap: 20px;
	}

	.footer__links {
		width: 100%;
	}

	.footer__main > p {
		width: 100%;
	}

	.modal {
		width: 100%;
		max-width: 360px;
		height: 474px;
	}

	.modal__inner {
		padding: 30px 25px;
	}

	.modal__title {
		font-size: 24px;
	}

	.modal__list {
		font-size: 14px;
	}

	.modal__list li {
		display: flex;
		gap: 13px;
	}
}

.showmore-hide,
.filtered-hide {
	display: none !important;
}

.models__list .model-card:nth-child(16) {
	display: none;
}

/* COLOR SELECT */

.card-gallery {
	/* max-width: 642px; */
	width: 100%;
	height: auto;
	background: transparent;
	position: relative;
	margin-bottom: 35px;
}

.models-swiper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 100%;
	max-width: 100%;
	position: static;
}

.models-swiper > .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 242px;
	width: 100%;
}

.models-swiper > .swiper-wrapper > .swiper-slide {
	max-width: 100%;
	/* width: 100%; */
	/* max-height: 400px; */
	height: auto;
	position: relative;
	transition: all 1s;
}

/* .models-swiper > .swiper-wrapper > .swiper-slide > a > img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
} */

.swiper-wrapper > img {
	/* display: none; */
	visibility: hidden;
	opacity: 0;
	width: 0;
	height: 0;
}

.swiper-wrapper > img.active {
	display: flex;
	visibility: visible;
	opacity: 1;
	width: 100%;
	height: 100%;
}

.card__color-select {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 5px;
	/* margin-top: 20px;
	height: 60px; */
}

.card__colors {
	display: flex;
	gap: 10px;
}

.card__colors .color {
	width: 30px;
	height: 30px;
	/* border-radius: 50%; */
	box-shadow: 0 1px 2px #000;
	transition: all 0.4s;
	border: 1px solid #9b9b9b;
	background-position: bottom;
	cursor: pointer;
}

.card__colors .color.active {
	scale: 1.1;
	background: url(../img/ico/mark.svg) no-repeat;
	background-position: center;
}

.active-black {
	background: url(../img/ico/mark-black.svg) no-repeat !important;
	background-position: center !important;
}

@media (max-width: 768px) {
	.hero__offer-btn {
		width: 100%;
	}
	.card-gallery {
		height: auto;
		margin-bottom: -4px;
	}
	.card__color-select {
		margin-top: 0;
		/* height: 30px; */
		margin-bottom: 13px;
	}
	.card__colors .color {
		height: 20px;
		width: 20px;
	}
	.card__colors .color.active {
		background-size: 60%;
	}
	.models-swiper > .swiper-wrapper {
		height: 204px;
		justify-content: center;
	}
	.models-swiper > .swiper-wrapper > .swiper-slide {
		max-width: 375px;
		max-height: 204px;
	}
	.active-black {
		background-size: 60% !important;
	}
}
@media (max-width: 768px) {
	#map {
		height: 330px;
	}
}
.hero__list {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-top: 48px;
}
.hero__list--item {
	font-weight: 600;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 15px;
}
.hero__list--item p {
	font-weight: 600;
	font-size: 26px;
}
.hero__list--item::before {
	content: '';
	display: flex;
	width: 22px;
	height: 15px;
	align-items: center;
	justify-content: center;
	background-image: url(../img/arr.svg);
	background-position: center;
}
@media (max-width: 768px) {
	.hero__subtitle {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.hero__list--item p {
		font-size: 16px;
	}
	.hero__list {
		margin-bottom: 201px;
	}
	.swiper-hero .swiper-slide img {
		object-position: top;
	}
	.hero__inner-text {
		margin-bottom: 0px;
	}
	.hero__offer-btn {
		margin-bottom: 0px;
		max-height: 50px;
		height: 100%;
	}
	.hero__list {
		margin-top: 0px;
		margin-bottom: auto;
		height: 100%;
	}

	.hero__inner-text-slide-2 .hero__title span {
		display: block;
		font-size: 20px;
	}

	.hero__inner-text-slide-2 .hero__subtitle {
		font-size: 15px;
		margin-top: 20px;
	}
	.hero__inner-text-slide-2 .hero__subtitle span {
		display: block;
	}
	.hero__offer {
		flex: unset;
	}
}
