/* fonts */
@font-face {
	font-family: "GothamPro";
	font-style: normal;
	font-weight: 300;
	src:
		local("GothamPro-Light"),
		url("../fonts/GothamPro-Light.ttf") format("woff");
}
@font-face {
	font-family: "GothamPro";
	font-style: normal;
	font-weight: 400;
	src:
		local("GothamPro-regular"),
		url("../fonts/GothamPro.ttf") format("woff");
}
@font-face {
	font-family: "GothamPro";
	font-style: normal;
	font-weight: 500;
	src:
		local("GothamPro-medium"),
		url("../fonts/GothamPro-Medium.ttf") format("woff");
}
@font-face {
	font-family: "GothamPro";
	font-style: normal;
	font-weight: 700;
	src:
		local("GothamPro-bold"),
		url("../fonts/GothamPro-Bold.ttf") format("woff");
}
@font-face {
	font-family: "GothamPro";
	font-style: normal;
	font-weight: 900;
	src:
		local("GothamPro-ExtraBold"),
		url("../fonts/GothamPro-Black.ttf") format("woff");
}
*,
*::after,
*::before {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	background: #f8f8f8;
}

body {
	font-family: "GothamPro", sans-serif;
	line-height: 1.2;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	background: #f5f5f5;
	position: relative;
	overflow-x: hidden;
}
body.active {
	overflow: hidden;
}

body,
.body-page {
	padding: 0;
}

.container {
	padding: 0 20px;
}
.h4,
.h3,
.h2,
.h1 {
	font-weight: 700;
	margin-bottom: 15px;
}
.h1 {
	font-size: 32px;
}
.h2 {
	font-size: 24px;
}
.h3 {
	font-size: 20px;
}
.h4 {
	font-size: 18px;
}

input,
button,
textarea {
	font-family: "GothamPro", sans-serif;
}

a {
	color: #000;
}

.btn__item,
.btn__prem {
	font-family: "GothamPro", sans-serif;
	cursor: pointer;
	border: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 47px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	border-radius: 11px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.main {
	overflow: hidden;
	margin-top: 120px;
}

.container {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
}

.body-page {
	background: #f8f8f8;
	padding: 20px;
}

.btn__prem {
	background-color: #fe8c12;
	color: #fff;
}
.btn__prem:hover {
	background-color: #e67700;
}

.btn__item {
	background-color: #232b38;
	color: #fff;
	font-weight: 700;
}
.btn__item:hover {
	background-color: #2e394b;
}

.input__prem {
	outline: none;
	border: none;
	font-weight: 400;
	height: 47px;
	padding: 0px 13px;
	font-size: 15px;
	background: transparent;
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	border-radius: 11px;
	color: #000;
	width: 100%;
}
.input__prem::-moz-placeholder {
	color: #000000;
	font-family: "GothamPro", sans-serif;
}
.input__prem::-webkit-input-placeholder {
	color: #000000;
	font-family: "GothamPro", sans-serif;
}
.input__prem:-ms-input-placeholder {
	color: #000000;
	font-family: "GothamPro", sans-serif;
}
.input__prem::-ms-input-placeholder {
	color: #000000;
	font-family: "GothamPro", sans-serif;
}
.input__prem::placeholder {
	color: #000000;
	font-family: "GothamPro", sans-serif;
}
.input__prem:focus {
	border: 1px solid #fe8c12;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	padding: 10px 0px;
	background-color: #fff;
	border-bottom: 1px solid #e0e0e0;
}
.header::after {
	content: "";
	position: absolute;
	bottom: -70px;
	left: 0;
	width: 100%;
	height: 80px;
}
.header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header__logo {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}
.header__logo-des {
	font-size: 12px;
	color: #929292;
}
.header__logo-des span {
	color: #000;
	font-size: 19px;
	font-weight: 700;
}
.header__nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}
.header__nav-item a {
	text-decoration: none;
	font-size: 18px;
}
.header__nav-item a:hover {
	color: #fe8c12;
}
.header__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}
.header__phone {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}
.header__like {
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}
.header .btn__prem {
	width: 223px;
	height: 39px;
	font-size: 18px;
}

.header__mobil {
	display: none;
}

.intro {
	margin-bottom: 70px;
}

.intro__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 20px 590px;
	grid-template-columns: auto 590px;
	gap: 20px;
	margin-bottom: 20px;
}

.intro__ban {
	background:
		-webkit-gradient(linear, left top, left bottom, color-stop(13.32%, rgba(0, 0, 0, 0.8)), color-stop(86.38%, rgba(0, 0, 0, 0))),
		url("../img/intro-ban-bg.webp") center/cover no-repeat;
	background:
		-o-linear-gradient(top, rgba(0, 0, 0, 0.8) 13.32%, rgba(0, 0, 0, 0) 86.38%),
		url("../img/intro-ban-bg.webp") center/cover no-repeat;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.8) 13.32%, rgba(0, 0, 0, 0) 86.38%),
		url("../img/intro-ban-bg.webp") center/cover no-repeat;
	border-radius: 11px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.intro__ban-title {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	line-height: 0.9;
}
.intro__ban-title span {
	font-size: 70px;
}
.intro__ban-content {
	text-align: center;
}
.intro__ban-content .btn__prem {
	width: 430px;
	font-size: 18px;
	font-weight: 700;
}

.intro__title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
}

.intro__content > p {
	font-size: 16px;
	font-weight: 400;
	color: #929292;
	margin-bottom: 25px;
}

.intro__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px 40px;
	margin-bottom: 30px;
}
.intro__list-item a {
	text-decoration: none;
	font-size: 14px;
}
.intro__list-item a span {
	color: #92be1f;
}

.intro__form {
	padding: 20px 30px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 11px;
}
.intro__form .btn__item {
	width: 100%;
}

.intro__form-box {
	margin-bottom: 30px;
}

.intro__form-box,
.intro__form-row {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 12px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000000;
	line-height: 46px;
	padding: 0px 13px;
}

.select2-container--default .select2-selection--single {
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	border-radius: 11px;
	height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px;
	right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 transparent transparent transparent;
	border-width: 5px 5px 0 5px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background: #f5f5f5;
	color: #000;
}

.intro__form-range {
	position: relative;
	margin-bottom: 30px;
}

.intro__form-range-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px;
}

.irs-bar {
	width: 100%;
	height: 2px;
	top: 0;
	background: #cfcfcf;
}

.irs-bar::after {
	content: "";
	display: block;
	height: 100%;
	background-color: #fe8c12;
}

.irs-line {
	width: 100%;
	height: 2px;
	background: #cfcfcf;
}

.irs-from,
.irs-to,
.irs-max,
.irs-min {
	display: none;
}

.irs-handle {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 20px;
	height: 20px;
	bottom: 0px;
	background: #fe8c12;
	border: 2px solid #ffffff;
	padding: 2px;
	border-radius: 10px;
}

.irs-single {
	display: none;
}

.favorite-icon.active svg * {
	fill: #fe8c12;
	stroke: #fe8c12;
}

.intro__form-range-row input {
	font-size: 15px;
	color: #000;
	padding-bottom: 5px;
	outline: none;
	background: none;
	border: none;
	border-bottom: 1px solid #b1b1b1;
}

.intro__car-type {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
}
.intro__car-type a {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 82px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 11px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.intro__car-type a:hover {
	-webkit-box-shadow: 0px 5px 10px 1px rgba(90, 90, 90, 0.39);
	box-shadow: 0px 5px 10px 1px rgba(90, 90, 90, 0.39);
}

.section__title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 35px;
}

.cars__list {
	margin-bottom: 45px;
}
.cars__list .section__title {
	margin-bottom: 50px;
}

.cars__list-inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.cars__list-item-img {
	display: block;
	width: 100%;
	height: 260px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 12px;
	border-radius: 11px;
	position: relative;
}

.cars__list-item-ins-box {
	position: absolute;
	z-index: 1;
	bottom: 13px;
	left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-size: 14px;
}

.cars__list-item-ins {
	padding: 3px 7px;
	background: #28a9ae;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2px;
	color: #fff;
}

.cars__list-item-name {
	text-decoration: none;
	font-size: 22px;
	font-weight: 700;
	display: block;
	margin-bottom: 15px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 340px;
}

.cars__list-item-content p {
	font-size: 16px;
	font-weight: 400;
	color: #5d5f5e;
	margin-bottom: 15px;
	min-height: 42px;
}

.cars__list-item-price {
	font-size: 16px;
	color: #929292;
	margin-bottom: 16px;
}
.cars__list-item-price b {
	font-size: 20px;
	font-weight: 700;
	color: #000;
}
.cars__list-item-price span {
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	font-size: 16px;
}

.cars__list-item-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}
.cars__list-item-btn .btn__prem {
	width: 290px;
}

.btn__like {
	outline: none;
	border: none;
	background: transparent;
	cursor: pointer;
}

.index-page .cars__list-min {
	margin-bottom: 50px;
}

.cars__list-inner {
	margin-bottom: 30px;
}

.cars__list-min {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(6, 1fr);
	gap: 30px 20px;
}
.cars__list-min .cars__list-item-img {
	height: 170px;
	margin-bottom: 8px;
}

.cars__list-min-item-name {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 225px;
}

.cars__list-min-item-contnet p {
	font-size: 16px;
	font-weight: 400;
	color: #5d5f5e;
	margin-bottom: 9px;
}
.cars__list-min-item-contnet .cars__list-item-btn {
	gap: 9px;
}
.cars__list-min-item-contnet .cars__list-item-btn .btn__prem {
	height: 30px;
	width: 190px;
}

.cars__list-min-item-price {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
}

.section__info {
	width: 100%;
	height: 110px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 11px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.section__info-box {
	font-size: 40px;
	font-weight: 400;
}
.section__info-box span {
	color: #fe8c12;
	font-weight: 700;
}

.receipts {
	margin-bottom: 50px;
}

.receipts__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
.receipts__title .section__title {
	margin-bottom: 0;
}

.receipts__number {
	font-size: 16px;
	font-weight: 400;
	color: #929292;
}

.receipts__btn {
	width: 100%;
	height: 64px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
	background: #ffffff;
	border: 1px solid #e7e7e7;
	border-radius: 11px;
}

.present {
	margin-bottom: 116px;
}

.present__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.present__item {
	color: #fff;
	background: #232b38;
	border: 1px solid #e7e7e7;
	border-radius: 11px;
	padding: 30px 35px;
	position: relative;
	overflow: hidden;
}
.present__item h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 12px;
}
.present__item p {
	margin-bottom: 25px;
}
.present__item:nth-child(1) .present__img {
	bottom: -60px;
}

.present__item-contnet {
	max-width: 250px;
	position: relative;
	z-index: 2;
}
.present__item-contnet .btn__prem {
	padding: 0px 20px;
}

.present__img {
	position: absolute;
	right: -10px;
	bottom: -25px;
	z-index: 0;
}

.feedback {
	margin-bottom: 105px;
}
.feedback__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.feedback__box {
	width: 70%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 130px;
}
.feedback__content {
	max-width: 470px;
}
.feedback__content h2 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
}
.feedback__content p {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 45px;
}

.feedback__form .btn__prem {
	width: 100%;
	margin-bottom: 16px;
}

.feedback__form-row {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 20px;
}

.main-form-checkbox {
	display: block;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.main-form-checkbox-input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.main-form-checkbox-checkmark {
	position: absolute;
	top: 6px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}

.main-form-checkbox-input:checked ~ .main-form-checkbox-checkmark {
	background: url("../img/form-check.svg") center/cover no-repeat;
}

.main-form-checkbox-text {
	font-size: 14px;
}

.main-form-checkbox-text a {
	display: inline;
	text-decoration: underline;
}

.mark__list {
	margin-bottom: 55px;
}

.mark__list-inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(9, 1fr);
	gap: 30px;
}

.mark__list-item a {
	text-decoration: none;
	font-size: 14px;
}
.mark__list-item a span {
	color: #92be1f;
}

.footer {
	border-top: 1px solid #e0e0e0;
	background: #f8f8f8;
	padding-bottom: 45px;
}

.footer__nav {
	padding: 37px 0px;
}

.footer__nav-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__nav-item a {
	text-decoration: none;
}
.footer__nav-item a:hover {
	color: #fe8c12;
}

.footer__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px 0px;
	margin-bottom: 20px;
}
.footer__contact-item {
	font-size: 14px;
	font-weight: 400;
}
.footer__contact .btn__prem {
	width: 230px;
}

.copyright p {
	font-size: 12px;
}

@media (max-width: 1440px) {
	.container {
		max-width: 1240px;
	}
	.header__nav ul {
		gap: 20px;
	}
	.header__contact {
		gap: 15px;
	}
	.intro__list {
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
	}
	.intro__car-type a img {
		width: 80px;
	}
	.cars__list-inner {
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
	}
	.cars__list-min {
		-ms-grid-columns: (1fr) [4];
		grid-template-columns: repeat(4, 1fr);
	}
	.mark__list-inner {
		-ms-grid-columns: (1fr) [7];
		grid-template-columns: repeat(7, 1fr);
	}
}
@media (max-width: 1240px) {
	.container {
		max-width: 970px;
	}
	.header__phone span {
		display: none;
	}
	.intro__inner {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
	.intro__ban {
		height: 200px;
	}
	.intro__car-type {
		-ms-grid-columns: (1fr) [4];
		grid-template-columns: repeat(4, 1fr);
	}
	.cars__list-inner {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
	.cars__list-min {
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
	}
	.header__nav-item a {
		font-size: 14px;
	}
	.section__info-box {
		font-size: 32px;
	}
	.present__inner {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
	.mark__list-inner {
		gap: 15px;
		-ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
		grid-template-columns: repeat(6, 1fr);
	}
}
@media (max-width: 970px) {
	.container {
		max-width: 740px;
	}
	.header__desktop {
		display: none;
	}
	.header__mobil {
		display: block;
	}
	.header__mobil-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.header__burger {
		width: 30px;
		height: 20px;
		position: relative;
	}
	.header__burger-line {
		position: absolute;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 2px;
		background-color: #fe8c12;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.header__burger.active .header__burger-line:nth-child(1) {
		-webkit-transform: translateY(9px) rotate(45deg);
		-ms-transform: translateY(9px) rotate(45deg);
		transform: translateY(9px) rotate(45deg);
	}
	.header__burger.active .header__burger-line:nth-child(2) {
		opacity: 0;
	}
	.header__burger.active .header__burger-line:nth-child(3) {
		-webkit-transform: translateY(-9px) rotate(-45deg);
		-ms-transform: translateY(-9px) rotate(-45deg);
		transform: translateY(-9px) rotate(-45deg);
	}
	.header__burger-line:nth-child(1) {
		top: 0;
	}
	.header__burger-line:nth-child(2) {
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.header__burger-line:nth-child(3) {
		bottom: 0;
	}
	.header__mobil-list {
		position: fixed;
		z-index: 9999;
		left: -70%;
		width: 70%;
		top: 63px;
		background-color: #fff;
		padding: 20px;
		height: 100vh;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		color: #fff;
	}
	.header__mobil-list.active {
		left: 0;
	}
	.header__mobil-list ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		margin-bottom: 20px;
	}
	.header__phone {
		margin-bottom: 15px;
	}
	.header__phone span {
		display: block;
	}
	.header__like {
		display: block;
		margin-bottom: 10px;
	}
	.intro__ban-title {
		font-size: 28px;
	}
	.intro__ban-title span {
		font-size: 50px;
	}
	.intro__car-type {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
	.section__info-box {
		font-size: 26px;
	}
	.present__inner {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
	.feedback__box {
		width: 100%;
	}
	.feedback__img {
		display: none;
	}
	.mark__list-inner {
		-ms-grid-columns: (1fr) [4];
		grid-template-columns: repeat(4, 1fr);
	}
	.footer__contact {
		gap: 50px;
	}
}
@media (max-width: 740px) {
	.container {
		max-width: 100%;
		padding: 0px 20px;
	}
	.intro__list {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
	.intro__form-box,
	.intro__form-row {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
	.intro__car-type {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
	.intro__ban-title {
		font-size: 24px;
	}
	.intro__ban-title span {
		font-size: 38px;
	}
	.cars__list-inner {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
	.cars__list-min {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
	.mark__list-inner {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
	.footer__nav-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 10px;
	}
	.present,
	.feedback {
		margin-bottom: 40px;
	}
}
@media (max-width: 460px) {
	.intro__title {
		font-size: 26px;
	}
	.intro__ban-content .btn__prem {
		width: 100%;
	}
	.intro__form-range-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
	.cars__list-min .cars__list-item-img {
		height: 260px;
	}
	.section__info-box {
		font-size: 16px;
	}
	.feedback__content {
		width: 100%;
	}
	.feedback__form-row {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
	.feedback__form-item .input__prem {
		width: 100%;
	}
	.footer__contact {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
	.header__mobil-list {
		width: 100%;
		left: -100%;
	}
}
.catalog {
	margin-bottom: 45px;
}
.catalog__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}
.catalog__title .section__title {
	margin-bottom: 0;
	font-size: 32px;
}
.catalog .section__info {
	margin-bottom: 30px;
}
.catalog__number {
	color: #929292;
}
.catalog__item {
	margin-bottom: 20px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 320px 30px auto;
	grid-template-columns: 320px auto;
	gap: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.catalog__item:last-child {
	margin-bottom: 0;
}
.catalog__item-img {
	width: 100%;
	height: 240px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 11px;
}
.catalog__item-content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 100px 345px;
	grid-template-columns: auto 345px;
	gap: 100px;
}
.catalog__item-content-col .btn__prem {
	width: 100%;
	margin-bottom: 45px;
}
.catalog__item-content-box > p {
	font-size: 14px;
	color: #5d5f5e;
}
.catalog__item-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 26px;
}
.catalog__item-info-col > p {
	max-width: 260px;
	font-weight: 500;
}
.catalog__item-info-col .cars__list-item-ins {
	margin-bottom: 12px;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}
.catalog__item-info-col .cars__list-item-ins:last-child {
	margin-bottom: 0;
}
.catalog__item-name {
	text-decoration: none;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 14px;
	display: block;
}
.catalog__item-price {
	font-size: 24px;
	margin-bottom: 16px;
}
.catalog__item-price span {
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	font-size: 18px;
	color: #929292;
}
.catalog__item-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 16px;
	text-decoration: none;
	font-size: 14px;
	color: #5d5f5e;
}

.tradein__ban {
	margin-bottom: 45px;
	position: relative;
	background-color: #fff;
}
.tradein__ban-img {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	width: 60%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	min-height: 440px;
	background: url("../img/tradein-ban-img.webp") center/cover no-repeat;
	text-align: center;
	padding: 55px 20px;
	color: #fff;
	font-size: 5vw;
	font-weight: 700;
}
.tradein__ban-content {
	max-width: 490px;
	padding: 60px 0px;
}
.tradein__ban-content > h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.tradein__ban-des {
	font-size: 24px;
	margin-bottom: 40px;
}
.tradein__ban-des span {
	font-size: 32px;
	color: #fe8c12;
	font-weight: 700;
}

@media (max-width: 1440px) {
	.catalog__item-content {
		gap: 30px;
	}
	.tradein__ban-content {
		max-width: 400px;
	}
}

.catalog__item > a img {
	height: auto;
	max-width: 100%;
}

@media (max-width: 1240px) {
	.catalog__item-content {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
	.catalog__item > a {
		display: block;
		height: 100%;
	}
	.catalog__item > a img {
		height: auto;
		max-width: 100%;
	}
	.catalog__item-content-col .btn__prem {
		margin-bottom: 15px;
	}
	.tradein__ban-img {
		width: 53%;
	}
}
@media (max-width: 970px) {
	.catalog__item {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
	.tradein__ban-img {
		display: none;
	}
	.tradein__ban-content {
		max-width: 100%;
	}
	.catalog .section__info {
		padding: 10px;
	}
}
@media (max-width: 460px) {
	.catalog__title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		gap: 10px;
	}
	.catalog__item-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
	.tradein__ban-content {
		padding: 30px 0px;
	}
	.tradein__ban-content > h2 {
		font-size: 28px;
	}
	.tradein__ban-des {
		font-size: 18px;
	}
	.tradein__ban-des span {
		font-size: 24px;
	}
	.catalog__item-price span {
		font-size: 16px;
	}
	.catalog__item-price {
		font-size: 22px;
	}
}
.crumbs {
	margin-bottom: 20px;
}
.crumbs__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.crumbs__item a {
	color: #28a9ae;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.crumbs__item a:after {
	content: "";
	width: 4px;
	height: 1px;
	background-color: #28a9ae;
	margin: 0px 5px;
}
.crumbs__item span {
	color: #929292;
}

.model__img {
	overflow: hidden;
}

.model__img-ins {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.model__img-ins-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	margin-left: 10px;
}
.model__img-ins-number span {
	color: #fe8c12;
	font-size: 12px;
}

.model {
	margin-bottom: 60px;
}
.model__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 20px 467px;
	grid-template-columns: auto 467px;
	gap: 20px;
}
.model__content {
	padding: 12px 20px 25px 12px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 11px;
}
.model__content-row {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 30px 315px;
	grid-template-columns: auto 315px;
	gap: 30px;
	margin-bottom: 25px;
}

.model__slider {
	margin-bottom: 6px;
}

.model__slide {
	width: 100%;
	height: 390px;
	border-radius: 11px;
}

.model__slider-list-slide {
	width: 100%;
	height: 75px;
	border-radius: 11px;
}

.model__slider-list {
	padding-bottom: 12px;
}

.swiper-scrollbar {
	background: #d9d9d9;
	border-radius: 18px;
}

.swiper-scrollbar-drag {
	background: #fe8c12;
	border-radius: 18px;
}

.model__content-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.model__content-box-ban {
	background: url("../img/model-content-ban.webp") center/cover no-repeat;
	border-radius: 11px;
	text-align: center;
	padding: 9px;
	color: #fff;
}
.model__content-box-ban h3 {
	font-size: 20px;
	font-weight: 700;
}
.model__content-box-ban p {
	font-size: 14px;
}

.model__like {
	background: transparent;
	border: none;
	outline: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 14px;
	font-size: 14px;
	color: #5d5f5e;
	margin-bottom: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.model__name {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.4;
}

.model__price {
	margin-bottom: 16px;
}
.model__price b {
	font-size: 24px;
	font-weight: 700;
	color: #fe8c12;
}
.model__price span {
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	color: #929292;
}

.model__des {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 18px;
}

.model__content-box-col > p {
	font-size: 14px;
	color: #929292;
}

.model__info {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px 30px;
}

.model__info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 400;
	color: #5d5f5e;
}
.model__info-item b {
	color: #000;
	font-weight: 500;
	min-width: 75px;
	font-size: 12px;
	display: block;
}

.model__form {
	background: #fffdfb;
	border: 1px solid #e7e7e7;
	border-radius: 11px;
	overflow: hidden;
}
.model__form-title {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 14px;
	padding: 12px 0px;
}
.model__form-title-des {
	font-size: 20px;
	font-weight: 700;
}
.model__form-title-des span {
	color: #fe8c12;
}
.model__form-content {
	padding: 18px 45px;
}

.model__form-car {
	padding-bottom: 26px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e7e7e7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}
.model__form-car > img {
	width: 135px;
	height: 90px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 11px;
}

.model__form-car-des h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 7px;
}
.model__form-car-des p {
	font-size: 14px;
}

.model__form-info {
	margin-bottom: 18px;
	text-align: center;
}
.model__form-info p {
	font-size: 14px;
	color: #5d5f5e;
}

.model__form-price {
	font-size: 20px;
	font-weight: 700;
	color: #fe8c12;
	margin-bottom: 10px;
}

.model__form-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 28px;
}

.model__form-item .btn__prem {
	width: 100%;
}

.model__form-bank {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.model__form-bank-item {
	width: 48px;
	height: 48px;
	border-radius: 11px;
	border: 1px solid #e7e7e7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #f5f5f5;
}
.model__form-bank-item img {
	max-width: 38px;
}

.model__list-inner {
	padding: 20px 35px;
	border: 1px solid #e7e7e7;
	border-radius: 11px;
	background-color: #fff;
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
	display: block;
	margin-bottom: 35px;
}

.comp-list {
	padding-bottom: 20px;
}

.cplist-heading {
	font-size: 16px !important;
	font-weight: bolder;
	padding-bottom: 5px;
}

.cplist-heading::before {
	display: none;
}

.model_special_tabs_description .comp-list:nth-child(1) {
	padding-top: 0px;
}

.comp-list li {
	margin-bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
}

.comp-list li::before {
	content: "";
	min-width: 3px;
	min-height: 3px;
	background-color: #05141f;
	margin-right: 8px;
	border-radius: 100%;
}

.comp-list li:nth-child(1) {
	list-style-type: none;
	margin-left: 0px;
}

.model__cars-list-inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.model__cars-list-inner .cars__list-item-img {
	height: 170px;
}

.model__present {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}

@media (max-width: 1440px) {
	.model__cars-list-inner {
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
	}
	.model__content-row {
		-ms-grid-columns: auto 250px;
		grid-template-columns: auto 250px;
	}
	.model__slide {
		height: 360px;
	}
}
@media (max-width: 1240px) {
	.model__cars-list-inner {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
	.model__inner {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (max-width: 740px) {
	.model__content-row {
		-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	.model__info {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
	.model__list-inner {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
	.model__content-box {
		gap: 20px;
	}
	.crumbs__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media (max-width: 540px) {
	.model__slide {
		height: 260px;
	}
	.model__list-inner {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	.model__info {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
	.model__cars-list-inner {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
	.model__form-car {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
	.model__form-car > img {
		width: 100%;
	}
	.model__form-content {
		padding: 10px 20px;
	}
}
@media (max-width: 450px) {
	.model__slide {
		height: 190px;
	}
	.model__img-ins {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
}
.credit-page .cars__list .section__title {
	margin-bottom: 35px;
}

.credit__title {
	text-align: center;
	margin-bottom: 25px;
}
.credit__title-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 12px;
}
.credit__title-des {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
}
.credit__title-des span {
	color: #fe8c12;
}
.credit__title > p {
	font-size: 20px;
}

.credit {
	margin-bottom: 45px;
}

.creedit__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 20px 466px;
	grid-template-columns: auto 466px;
	gap: 20px;
}

.credit__content {
	padding: 30px 60px;
	border: 1px solid #e7e7e7;
	border-radius: 11px;
	background-color: #fff;
}

.credit__form-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 22px;
	gap: 20px;
}
.credit__form-title > img {
	width: 80px;
}

.credit__form-title-des p {
	font-size: 20px;
	margin-bottom: 13px;
}
.credit__form-title-des h3 {
	font-size: 24px;
	font-weight: 400;
	font-weight: 700;
	text-transform: uppercase;
}
.credit__form-title-des > div {
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
}

.credit__form-row {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 25px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
	margin-bottom: 40px;
}

.credit__form-row > * {
	min-width: 0;
}

.credit__form-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}

.credit__form-car {
	display: block !important;
}

.credit__form-car-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
}
.credit__form-car-inner > img {
	height: 90px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 133px;
	border-radius: 11px;
}

.credit__form-car-des h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

.credit__form-car-price p {
	font-size: 14px;
	color: #929292;
}
.credit__form-car-price span {
	font-size: 16px;
	font-weight: 400;
	color: #fe8c12;
}

.credit__form-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.credit__form-info-item p {
	font-size: 14px;
	margin-bottom: 5px;
}
.credit__form-info-item span {
	font-size: 14px;
	font-weight: 700;
}

.credit__form-contact h3 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
}

.credit__form-contact-box {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 25px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px 25px;
}

.credit__form-contact-item .btn__prem {
	width: 100%;
}

.credrit__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.credrit__list-col {
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 11px;
	border: 1px solid #e7e7e7;
	height: -moz-max-content;
	height: -webkit-max-content;
	height: max-content;
}
.credrit__list-col h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.credrit__list-col ul li {
	font-size: 14px;
	margin-bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.credrit__list-col ul li:last-child {
	margin-bottom: 0;
}
.credrit__list-col ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #000;
}

.credit__bank {
	padding: 10px;
	margin: -10px;
	overflow: hidden;
}

.credit__bank-slider {
	overflow: visible;
	height: 560px;
	padding-bottom: 10px;
}

.credit__bank-item {
	border: 1px solid #e7e7e7;
	border-radius: 11px;
	background-color: #fff;
	overflow: hidden;
	cursor: pointer;
}
.credit__bank-item.active {
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.credit__bank-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 20px;
	background: #f4f4f4;
	border-bottom: 1px solid #e7e7e7;
}

.credit__bank-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-size: 14px;
}
.credit__bank-name > img {
	width: 20px;
}

.credit__bank-number {
	font-size: 14px;
}
.credit__bank-number span {
	color: #fe8c12;
}

.credit__bank-info {
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.credit__bank-info-item p {
	font-size: 12px;
	color: #929292;
}
.credit__bank-info-item span {
	font-size: 14px;
	font-weight: 500;
}

.credit__bank-slider-btn-prev,
.credit__bank-slider-btn-next {
	right: auto !important;
	left: 50% !important;
}
.credit__bank-slider-btn-prev:after,
.credit__bank-slider-btn-next:after {
	color: #adadad;
	font-size: 24px;
}

.credit__bank-slider-btn-prev {
	top: -20px;
	-webkit-transform: translate(-50%, 0) rotate(90deg);
	-ms-transform: translate(-50%, 0) rotate(90deg);
	transform: translate(-50%, 0) rotate(90deg);
}

.credit__bank-slider-btn-next {
	bottom: -40px;
	-webkit-transform: translate(-50%, 0) rotate(90deg);
	-ms-transform: translate(-50%, 0) rotate(90deg);
	transform: translate(-50%, 0) rotate(90deg);
	top: auto;
}

.credit__bank {
	position: relative;
}

@media (max-width: 1440px) {
	.creedit__inner {
		-ms-grid-columns: auto 400px;
		grid-template-columns: auto 400px;
	}
	.credit__form-info-item p {
		font-size: 12px;
	}
}
@media (max-width: 1240px) {
	.creedit__inner {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
	.creedit__inner {
		gap: 40px;
	}
}
@media (max-width: 970px) {
	.credit__form-row,
	.credit__form-contact-box {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
	.credit__form-row {
		margin-bottom: 20px;
	}
	.credrit__list {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (max-width: 620px) {
	.credit__content {
		padding: 20px;
	}
	.credit__form-title > img {
		display: none;
	}
	.credit__form-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
}
@media (max-width: 450px) {
	.credit__form-car-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
	.credit__form-car-inner > img {
		width: 100%;
		height: auto;
	}
	.credit__form-title-des h3 {
		font-size: 20px;
	}
	.credit__bank-title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		gap: 10px;
	}
	.credit__bank-slider {
		height: 710px;
	}
	.credit__title-des {
		font-size: 24px;
	}
	.credit__title > p {
		font-size: 16px;
	}
}
.tradein {
	margin-bottom: 40px;
}
.tradein__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 465px 20px auto;
	grid-template-columns: 465px auto;
	gap: 20px;
	margin-bottom: 20px;
}

.tradein__car-box {
	padding: 30px 50px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 11px;
}
.tradein__car-box h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 13px;
}
.tradein__car-box > img {
	width: 100%;
	border-radius: 11px;
	margin-bottom: 15px;
	max-height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.tradein__car-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 20px;
}

.tradein__car-row {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.tradein__form-car-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
.tradein__form-car-check .main-form-checkbox-text {
	font-size: 16px;
	font-weight: 500;
}
.tradein__form-car-check .main-form-checkbox-checkmark {
	top: 2px;
}

.tradein__form-car-price {
	color: #929292;
	font-weight: 500;
}

.tradein__form-ins {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.tradein__form-ins-des span {
	font-weight: 700;
	color: #fe8c12;
}

.tradein-page .credit__content {
	padding: 0px;
	background: transparent;
	border: none;
	border-radius: 0;
}
.tradein-page .credit__content-box {
	padding: 30px 60px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 11px;
}
.tradein-page .credit__content .credrit__list-col {
	max-width: 470px;
}

.tradein__contnet-price p {
	font-size: 14px;
	color: #929292;
	margin-bottom: 8px;
}

.tradein__contnet-price-des {
	color: #fe8c12;
	font-weight: 500;
}
.tradein__contnet-price-des span {
	color: #5d5f5e;
	font-weight: 400;
}

.tradein__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 465px 20px 470px;
	grid-template-columns: 465px 470px;
	gap: 20px;
}

@media (max-width: 1440px) {
	.tradein__inner {
		-ms-grid-columns: 400px auto;
		grid-template-columns: 400px auto;
	}
	.tradein__list {
		-ms-grid-columns: 400px 400px;
		grid-template-columns: 400px 400px;
	}
	.tradein__car-row {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
	.tradein-page .credit__form-car-inner {
		margin-bottom: 20px;
	}
	.tradein-page .credit__content-box {
		height: 100%;
	}
}
@media (max-width: 1240px) {
	.tradein__inner {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
	.tradein__car-row {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 970px) {
	.tradein__list {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (max-width: 540px) {
	.tradein__car-row {
		-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}
	.tradein__form-car-check {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
	.tradein-page .credit__content-box {
		padding: 20px;
	}
	.tradein__car-box {
		padding: 20px;
	}
}
.map {
	margin-bottom: 85px;
}

.contact {
	margin-bottom: 60px;
}

.contact__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 340px 150px auto;
	grid-template-columns: 340px auto;
	gap: 150px;
}

.contact__content h1 {
	margin-bottom: 88px;
}

.contact__item {
	margin-bottom: 62px;
}
.contact__item:last-child {
	margin-bottom: 0;
}
.contact__item h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px;
}
.contact__item p {
	font-size: 20px;
}
.contact__item a {
	font-size: 24px;
	font-weight: 400;
	text-decoration: none;
}

.contact__form {
	overflow: hidden;
	border-radius: 11px;
	border: 1px solid #e7e7e7;
	background-color: #fffdfb;
	position: relative;
}

.contact__form-title {
	padding: 24px 40px;
	border-bottom: 1px solid #e7e7e7;
}
.contact__form-title h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 7px;
	position: relative;
	z-index: 1;
}
.contact__form-title p {
	position: relative;
	z-index: 1;
}

.contact__form-form {
	padding: 20px 40px;
	max-width: 420px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	position: relative;
	z-index: 1;
}

.contact__form-form-item {
	width: 100%;
}
.contact__form-form-item .btn__prem {
	width: 100%;
}

.textarea {
	width: 100%;
	height: 85px;
	border: 1px solid #e0e0e0;
	border-radius: 11px;
	background: #f5f5f5;
	padding: 16px 13px;
	outline: none;
	resize: none;
	font-size: 15px;
	font-family: "GothamPro", sans-serif;
}
.textarea::-moz-placeholder {
	font-family: "GothamPro", sans-serif;
}
.textarea::-webkit-input-placeholder {
	font-family: "GothamPro", sans-serif;
}
.textarea:-ms-input-placeholder {
	font-family: "GothamPro", sans-serif;
}
.textarea::-ms-input-placeholder {
	font-family: "GothamPro", sans-serif;
}
.textarea::placeholder {
	font-family: "GothamPro", sans-serif;
}

.contact__img {
	position: absolute;
	bottom: 40px;
	right: 40px;
	z-index: 0;
}

@media (max-width: 1440px) {
	.contact__img {
		max-width: 250px;
	}
}
@media (max-width: 1240px) {
	.contact__inner {
		gap: 20px;
	}
}
@media (max-width: 970px) {
	.contact__inner {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
	.contact__content h1 {
		margin-bottom: 30px;
	}
	.contact__item {
		margin-bottom: 20px;
	}
}
@media (max-width: 450px) {
	.contact__img {
		display: none;
	}
	.contact__form-form,
	.contact__form-title {
		padding: 20px;
	}
}
.present__prem-item-content {
	padding: 30px 35px;
	background: #232b38;
	border: 1px solid #e7e7e7;
	border-radius: 11px;
	color: #fff;
}
.present__prem-item-content h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 12px;
}
.present__prem-item-content p {
	max-width: 250px;
}

.present__prem-item-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -100px;
	height: 180px;
}
.present__prem-item-row .btn__prem {
	width: 135px;
	margin-left: 20px;
}

.present-page .present h1 {
	font-size: 32px;
	margin-bottom: 28px;
}

.like-page .cars__list {
	margin-bottom: 100px;
}
.like-page .cars__list .section__title {
	margin-bottom: 40px;
	font-size: 32px;
	font-weight: 700;
}

@media (max-width: 740px) {
	.like-page .cars__list {
		margin-bottom: 40px;
	}
}
.popup {
	padding: 0px;
}

.popup__special-box {
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 11px;
	padding: 30px 35px;
}

.popup__feedback {
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 11px;
}

.popup__special {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 35px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 35px;
	background: #ffffff;
}

.popup__special-content h3 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
}
.popup__special-content p {
	font-size: 20px;
	margin-bottom: 12px;
}

.popup__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	position: relative;
	z-index: 1;
}
.popup__form-item .btn__prem {
	width: 100%;
	position: relative;
}

.popup__form-item .btn__prem::after,
.popup__form-item .btn__prem::before {
	content: "";
	position: absolute;
	top: 0;
	width: 25%;
	height: 100%;
}

.popup__form-item .btn__prem::after {
	left: 5px;
}

.popup__form-item .btn__prem::before {
	right: 5px;
}

.popup__form-item .btn__prem span {
	position: relative;
	z-index: 2;
}

.popup__special-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
}
.popup__special-img p {
	color: #929292;
}
.popup__special-img img {
	width: 100%;
	border-radius: 11px;
	border: 1px solid #fe8c12;
	position: relative;
	z-index: 1;
}

.popup__special-img-box {
	position: relative;
}

.popup__special-img-box::after,
.popup__special-img-box::before {
	content: "";
	position: absolute;
	z-index: 2;
}

.popup__special-img-box::after {
	left: -10px;
	top: -20px;
	width: 60px;
	height: 60px;
}

.popup__special-img-box::before {
	right: -10px;
	bottom: -20px;
	width: 55px;
	height: 40px;
}

.popup__special-price {
	font-weight: 700;
	color: #fe8c12;
	font-size: 20px;
}

@media (max-width: 835px) {
	.popup__special {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 20px;
	}
}
.popup__feedback {
	position: relative;
	overflow: hidden;
}

.popup__feedback-inner {
	overflow: hidden;
	max-width: 385px;
	padding: 30px 35px;
}
.popup__feedback-inner h3 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}
.popup__feedback-inner p {
	font-size: 20px;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}

.popup__img-feedback {
	position: absolute;
	bottom: -20px;
	right: 0;
	width: 320px;
}

.popup__present {
	position: relative;
	padding: 30px 35px;
	background-color: #232b38;
	border-radius: 11px;
	overflow: revert;
}

.popup__present::after {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 80%;
}

.popup__present-inner {
	color: #fff;
	overflow: hidden;
}
.popup__present-inner h3 {
	font-size: 32px;
	font-weight: 700;
}
.popup__present-inner p {
	margin-bottom: 25px;
}
.popup__present-inner .popup__form {
	width: 250px;
}

.present__img {
	width: 167px;
	position: absolute;
	z-index: 0;
	bottom: 64px;
	right: -30px;
}

.cars__list-item-content .btn__item {
	margin-top: 10px;
	width: 100%;
}

.cars__list-min-item-contnet .cars__list-item-btn .btn__item,
.cars__list-min-item-contnet .cars__list-item-btn .btn__prem {
	height: 30px;
	width: 100%;
	margin-top: 8px;
}

.cars__list-min-item-contnet .cars__list-item-btn {
	align-items: start;
}

.cars__list-min-item-contnet .favorite-icon {
	margin-top: 12px;
}
