/* GENERAL CSS */

body {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-size: 18px;
	line-height: 22px;
	color: rgb(18, 18, 43);
/*	background-color: rgb(243, 243, 245);*/
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	/*background-image: url(../img/main_bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center bottom;*/
	font-family: "Exo 2", sans-serif;
}

body.new_car_cat,
body.new_car {
	background-image: none;
}


body.overlay_on {
	/*overflow-y: hidden;
	padding-right: 16px;*/

}

* {
	outline: none !important;
}

a,
a:active {
	color: rgb(33, 36, 43);
	text-decoration: none;
}

a:hover {
	color: rgb(200, 0, 0);
	text-decoration: none;
}

a,
a:hover,
button,
button:hover {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

h1 {
	font-size: 40px;
	line-height: 44px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}

[alt] {
	font-size: 14px;
	font-size: 13px;
	color: #333;
	padding: 0;
	margin: 0;
	line-height: 16px;
	text-align: center;
}

:root {
	--swiper-theme-color: rgb(170, 3, 3);
}

.container {
	max-width: 1620px;
	margin: auto;
}

.row {
	padding: 0px 50px;
}

.clear {
	clear: both;
}

.hidden {
	display: none !important;
}



/* Формы и поля ввода */

input[type="text"],
input[type="email"],
input[type="tel"] {
	line-height: 48px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	padding: 0px 15px;
	width: 100%;
	border: 1px solid rgb(255, 255, 255);
	color: rgb(33, 36, 43);
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 4px;
}

.white input[type="text"],
.white input[type="email"],
.white input[type="tel"],
.white textarea {
	border: 1px solid rgb(33, 36, 43);
	color: rgb(33, 36, 43);
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
textarea:hover {
	box-shadow: 0 0 10px 0px rgb(170, 3, 3);
	border: 1px solid rgb(170, 3, 3);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	border: 1px solid rgb(200, 0, 0);
	box-shadow: 0 0 3px 0px rgb(170, 3, 3);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

input[type="text"]:not(:placeholder-shown),
input[type="email"]:not(:placeholder-shown),
input[type="tel"]:not(:placeholder-shown),
textarea:not(:placeholder-shown) {
    background-color: #f0f5f8;
}

textarea {
	padding: 10px;
	resize: vertical;
	height: 105px;
	min-height: 105px;
	max-height: 400px;
}

button,
input[type="submit"] {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 5px;
	line-height: 50px;
	width: 100%;
	border: none;
	background-color: rgb(170, 3, 3);
	color: rgb(255, 255, 255);
	white-space: nowrap;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 4px;
}

button:hover,
input[type="submit"]:hover {
	background-color: rgb(200, 0, 0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

input[type="checkbox"],
input[type="radio"] {
	accent-color: rgb(170, 3, 3);
	height: 40px;
	width: 40px;
	min-width: 40px;
}

.form__agree {
	display: block;
	max-width: 670px;
}

.form__agree > a {
	color: rgb(170, 3, 3);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.form__agree > a:hover {
	color: rgb(200, 0, 0);
	text-decoration: underline;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

/* END. Формы и поля ввода */



/* Всплывающие окна */

#promo__FORM_popup,
#VIN_lead_popup,
#VIN_report_popup,
#callback__FORM_popup,
#credit__FORM_popup,
#tradein__FORM_popup,
#installment__FORM_popup,
#reserve__FORM_popup {
	display: none;
}

.popup__big_FORM_wrap {
	display: flex;
	flex-flow: column;
	color: rgb(33, 36, 43);
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px 0px rgb(33, 36, 43);
	padding: 70px;
	max-width: 900px;
	box-sizing: content-box;
	border-radius: 4px;
}

.popup__FORM_wrap {
	display: flex;
	flex-flow: column;
	color: rgb(255, 255, 255);
	background-color: rgb(14, 15, 16);
	box-shadow: 0px 0px 10px 0px rgb(33, 36, 43);
	padding: 70px;
	max-width: 330px;
	box-sizing: content-box;
	border-radius: 4px;
}

.popup__FORM_wrap.white {
	color: rgb(33, 36, 43);
	background-color: rgb(255, 255, 255);
}

.vin_report__title,
.callback_form__title {
	display: flex;
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
	gap: 10px;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.vin_report__title > i,
.callback_form__title > i {
	font-size: 22px;
}

.vin_report__description,
.callback_form__description {
	display: flex;
	text-align: center;
	margin: 20px auto 0px;
	max-width: 290px;
}

.callback_form__vin_description {
	display: flex;
	text-align: center;
	margin: 20px auto 0px;
	max-width: 280px;
}

.callback_form__vin_antispam {
	display: block;
	text-align: center;
	margin: 10px auto 0px;
	max-width: 260px;
	font-size: 14px;
	line-height: 18px;
}

.callback_form__wrap {
	display: flex;
	flex-flow: column;
	margin-top: 30px;	
	gap: 20px;
}

.callback_form__wrap > div {
	display: flex;
}

.callback_form__agree {
	font-size: 12px;
	line-height: 16px;
}

.popup__FORM_check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.popup__FORM_check input[type="checkbox"] {
	height: 20px;
	width: 20px;
	min-width: 20px;
	margin-top: 2px;
}

.popup__big_FORM_wrap .f-button[data-fancybox-close],
.popup__FORM_wrap .f-button[data-fancybox-close] {
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: rgb(170, 3, 3);
	border-radius: 0px;
	right: -70px;
	top: 0px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 4px;
}

.popup__big_FORM_wrap .f-button[data-fancybox-close]::after,
.popup__FORM_wrap .f-button[data-fancybox-close]::after {
	display: block;
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	content: '\f00d';
	font-weight: 100;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 30px;
}

.popup__big_FORM_wrap .f-button[data-fancybox-close]:hover,
.popup__FORM_wrap .f-button[data-fancybox-close]:hover {
	background-color: rgb(200, 0, 0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.fancybox__dialog svg {
	display: none;
}

.popup__FORM_success {
	display: flex;
	flex-flow: column;
	gap: 10px;
	color: rgb(0, 170, 0);
	text-align: center;
}

.popup__FORM_success > div {
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
}

.popup__FORM_success > span {
	display: flex;
}

/* END. Всплывающие окна */



/* Offcanvas Menu */

.offcanvas_menu__btn {
	display: none;
	line-height: 68px;
	position: relative;
	color: rgb(255, 255, 255);
	align-items: center;
}
/*
.offcanvas_menu__btn:after {
	display: block;
	content: '';
	bottom: 20px;
	position: absolute;
	width: 0;
	height: 1px;
	background-color: rgb(255, 255, 255);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.offcanvas_menu__btn:hover::after {
	width: 100%;
	background-color: rgb(170, 3, 3);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
*/
.offcanvas_menu__btn > div {
	display: flex;
	align-items: baseline;
}

.offcanvas_menu__btn > div > i {
	display: block;
	margin-right: 7px;
}

.offcanvas_menu__btn > div > em {
	display: block;
	font-style: normal;
}



.offcanvas_menu__close {
	display: flex;
	line-height: 68px;
	position: relative;
	color: rgb(255, 255, 255);
	align-items: baseline;
	flex-flow: row;
}

.offcanvas_menu__close > i  {
	margin-right: 7px;
}
/*
.offcanvas_menu__close:after {
	display: block;
	content: '';
	bottom: 20px;
	position: absolute;
	width: 0;
	height: 1px;
	background-color: rgb(255, 255, 255);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.offcanvas_menu__close:hover::after {
	width: 100%;
	background-color: rgb(170, 3, 3);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
*/




.offcanvas_menu {
	display: none;
	position: fixed;
	overflow-y: auto;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	background-color: rgb(36, 38, 43);
	z-index: 100;
	top: 0px;
}

.offcanvas_menu.open {
	display: block;
}


.offcanvas_menu .top_bar {
	color: rgb(255, 255, 255);
}

.offcanvas_menu .singe_bar__wrap {
	background-color: rgb(36, 38, 43);
	box-shadow: none;
}



.offcanvas_nav {
	display: block;
	background-color: rgb(33, 36, 43);
	border-top: 1px solid rgb(16, 18, 21);
	border-bottom: 1px solid rgb(16, 18, 21);
}

.offcanvas_nav .main_menu {
	justify-content: space-between;
}

nav .duble_line_btns .whatsapp_btn,
nav .duble_line_btns .phone_btn,
.offcanvas_nav .duble_line_btns .whatsapp_btn,
.offcanvas_nav .duble_line_btns .phone_btn {
	color: rgb(255, 255, 255);
}

.offcanvas_nav .duble_line_btns .whatsapp_btn > span,
.offcanvas_nav .duble_line_btns .phone_btn > span {
	justify-content: flex-start;
}





.offcanvas_list_menu {
	display: flex;
	gap: 20px;
}

.offcanvas_list_menu > ul {
	display: flex;
	list-style: none;
	flex-flow: column;
	width: 100%;
	margin: 15px 0px;
}

.offcanvas_list_menu > ul > li {
	display: block;
	position: relative;
	margin: 5px 0px;
}

.offcanvas_list_menu > ul > li > a {
	display: block;
	position: relative;
	white-space: nowrap;
	color: rgb(255, 255, 255);
	padding: 0px 15px;
	line-height: 46px;
	height: 48px;
	background-color: rgb(33, 36, 43);
	border-radius: 4px;
	border: 1px solid rgb(16, 18, 21);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;	
}

.offcanvas_list_menu > ul > li > a:hover {
	background-color: rgba(200, 0, 0, 1);
	border: 1px solid rgb(170, 3, 3);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}



.top_banner {
	position: relative;

}



/* Header */

header {
	position: relative;
}

.top_bar {
	display: none;
	flex-flow: row;
	align-items: center;
	height: 50px;
	justify-content: space-between;
}

.logo {
	display: flex;
	align-items: center;
}

.logo > img {
	display: block;
	height: 50px;
	width: auto;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.logo > span {
	display: block;
	margin-left: 20px;
	color: rgb(255, 255, 255);
	line-height: 50px;
	white-space: nowrap;
	border-left: 10px solid rgb(170, 3, 3);
	padding-left: 20px;
	font-size: 22px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	display: none;
}

.logo > span > em {
	font-style: normal;
	color: rgb(170, 3, 3);
}

.logo:hover > span {
	color: rgb(170, 3, 3);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.callback_btn {
	padding: 0px 10px;
	background-color: rgb(170, 3, 3);
	line-height: 48px;
	height: 50px;
	color: rgb(255, 255, 255);
	white-space: nowrap;
	min-width: 200px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 4px;
	gap: 7px;
}

.callback_btn > i {
	display: block;
}

.callback_btn > span {
	display: block;
}

.callback_btn:hover {
	background-color: rgb(200, 0, 0);
	color: rgb(255, 255, 255);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;	
}

.singe_bar__wrap {
	display: block;
	position: relative;
	z-index: 2;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 4px 4px -5px rgb(31, 42, 53);
}

.singe_bar {
	display: flex;
	padding: 30px 0px;
	justify-content: space-between;
	gap: 30px;
	align-items: center;
}

.singe_bar > span {
	display: flex;
}

.duble_line_btns {
	display: flex;
	gap: 30px;
	align-items: center;
}

.duble_line_btns .address {
	display: flex;
	gap: 7px;
	font-size: 16px;
	height: 50px;
	justify-content: center;
	align-items: center;
	line-height: 20px;
}

.duble_line_btns .address > i {
	padding-top: 8px;
	height: 100%;
	box-sizing: border-box;
}

.duble_line_btns .address > span {
	width: 200px;
}

.duble_line_btns .whatsapp_btn {
	display: flex;
	flex-flow: column;
	align-content: center;
	gap: 5px;
	height: 50px;
	justify-content: center;
}

.duble_line_btns .whatsapp_btn > div {
	display: flex;
	gap: 7px;
	align-items: center;
}

.duble_line_btns .whatsapp_btn > span {
	display: flex;
	font-size: 12px;
	gap: 5px;
	align-items: first baseline;
	justify-content: center;
	line-height: 12px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;	
}

.duble_line_btns .whatsapp_btn:hover > span {
	color: rgb(44, 183, 65);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;	
}

.whatsapp_btn img {
	display: block;
	width: 18px;
}

.duble_line_btns .whatsapp_btn > span > i {
	color: rgb(44, 170, 63);
}

.duble_line_btns .phone_btn {
	display: flex;
	flex-flow: column;
	align-content: center;
	gap: 5px;
	height: 50px;
	justify-content: center;
}

.mobile_adaptive .whatsapp_btn,
.mobile_adaptive .phone_btn {
	display: none;
}

.main_menu > div {
	display: flex;
	gap: 30px;
}

.duble_line_btns .phone_btn > div {
	display: flex;
	gap: 7px;
	align-items: baseline;
	white-space: nowrap;
}

.duble_line_btns .phone_btn > span {
	display: flex;
	font-size: 12px;
	gap: 5px;
	align-items: first baseline;
	justify-content: center;
	line-height: 12px;
}

.duble_line_btns .phone_btn > span > span {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;	
}

.duble_line_btns .phone_btn:hover > span > span {
	color: rgb(44, 183, 65);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;	
}

.duble_line_btns .phone_btn > span > i {
	color: rgb(170, 3, 3);
}

.duble_line_btns .callback_btn {
	display: flex;
	align-content: center;
	gap: 7px;
}

.duble_line_btns .phone_btn > span.active > i {
	color: rgb(44, 170, 63) !important;
}

.header_cup {
	display: block;
}

.mobile_duble_line {
	display: none;
	justify-content: space-between;
	margin: 15px 0 10px;
}

.mobile_duble_line.duble_line_btns .whatsapp_btn {
	color: rgb(255, 255, 255);
}

.mobile_duble_line.duble_line_btns .whatsapp_btn > span {
	justify-content: flex-start;
}

/* End. Header */



/* Main Menu */

nav {
	display: block;
	background-color: rgb(33, 36, 43);
	box-shadow: 0px 0px 5px 0px rgb(16, 18, 21);
	position: relative;
	z-index: 2;
	border-top: 1px solid rgb(16, 18, 21);
	border-bottom: 1px solid rgb(16, 18, 21);
}

.main_menu {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.desck_menu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: start;
	gap: 30px;
}

.desck_menu > li {
	display: block;
	position: relative;
}

.desck_menu > li > a {
	display: block;
	position: relative;
	white-space: nowrap;
	padding: 0px;
	line-height: 68px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	color: rgb(255, 255, 255);
}

.desck_menu > li > a > i {
	margin-left: 7px;
}

.desck_menu > li.dropdown > a {
	padding: 0px 15px;
	margin: 0px -15px;
}

.desck_menu > li.dropdown > a::after {
	display: none;
}

.desck_menu > li > a::after {
	display: block;
	content: '';
	bottom: 20px;
	position: absolute;
	width: 0;
	height: 1px;
	background-color: rgb(255, 255, 255);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.desck_menu > li > a.active:after,
.desck_menu > li > a:hover:after {
	width: 100%;
	background-color: rgb(255, 0, 0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.desck_menu > li > a.active,
.desck_menu > li > a:hover,
.desck_menu > li.dropdown:hover > a {
	color: rgb(255, 0, 0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.sub_menu__wrap {
	display: block;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 39px;
	left: 50%;
	transform: translate(-50%,0);
	padding-top: 30px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.desck_menu > li.dropdown:hover .sub_menu__wrap {
	opacity: 1;
	pointer-events: all;
	z-index: 10;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.sub_menu {
	display: flex;
	flex-flow: column;
	width: 210px;
	box-sizing: border-box;
	background-color: rgb(33, 36, 43);
	box-shadow: 0px 4px 10px -4px rgb(55, 76, 96);
	border-top: 1px solid rgb(170, 3, 3);
}

.sub_menu > li {
	display: block;
	position: relative;
}

.sub_menu > li > a {
	display: block;
	position: relative;
	white-space: nowrap;
	color: rgb(255, 255, 255);
	padding: 0px;
	line-height: 50px;
	text-align: center;
	background-color: rgba(200, 0, 0, 0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.sub_menu > li > a:hover {
	background-color: rgba(200, 0, 0, 1);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}




/* End. Main Menu */



/* LCD Display */

.lcd_display {
	position: relative;
}


.lcd_display.product {
	display: none;
}


    .marquee {
      --bg: #21242b;      /* тёмный фон для градиента по краям */
      --fg: #ffffff;      /* цвет текста */
      --accent: #aa0303;  /* акцент (также основной фон дорожки) */
      --speed: 26s;       /* базовая скорость, влияет на плавность */
      --h: 50px;          /* высота бегущей строки */

      position: relative;
      overflow: hidden;
      height: var(--h);
      background:
        linear-gradient(90deg, rgba(34,211,238,.18), transparent 30%),
        var(--accent);
      color: var(--fg);
      border-radius: 4px;
      box-shadow: 0 6px 24px rgba(34, 211, 238, .15);
      border: 1px solid rgba(170, 3, 3, 0.35);
      margin-top: 10px;
      cursor: grab;
      user-select: none;
    }
    .marquee--dragging { cursor: grabbing; }

    /* затемнение по краям — красивый fade */
    .marquee::before,
    .marquee::after {
      content: "";
      position: absolute;
      top: 0; bottom: 0;
      width: 15%;
      pointer-events: none;
      z-index: 2;
    }
    .marquee::before { left: 0;  background: linear-gradient(90deg, var(--bg), transparent); }
    .marquee::after  { right: 0; background: linear-gradient(-90deg, var(--bg), transparent); }

    /* внутренняя дорожка — мы отключим CSS-анимацию и будем двигать через JS */
    .marquee__inner {
      display: flex;
      width: max-content;
      align-items: center;
      gap: 50px;
      white-space: nowrap;
      height: 100%;
      will-change: transform;
      /* animation: marquee var(--speed) linear infinite;  <-- ОТКЛЮЧЕНО в JS */
      padding: 0 30px;
      font-weight: 500;
      letter-spacing: .2px;
      transition: transform 120ms ease; /* для лёгкой отзывчивости при drag */
    }
    .marquee--dragging .marquee__inner { transition: none; }

    .marquee__chunk {
      display: inline-flex;
      align-items: center;
      gap: 18px;
    }

    @media (max-width: 767px) {
      .marquee { --h: 26px; margin-top: 5px; }

      .marquee__inner { font-size: 15px; gap: 40px; padding: 0 20px; }
    }

/* End. LCD Display */




/* Main */

main {
	position: relative;
	padding: 50px 0px;
}



.breadcrumbs {
	display: block;
	margin: 0px 0px 20px;
}

.breadcrumbs > ul {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}

.breadcrumbs > ul > li {
	display: block;
	position: relative;
	margin-right: 25px;
	padding-right: 15px;
	font-size: 16px;
	white-space: nowrap;
}

.breadcrumbs > ul > li > a {
	display: flex;
	align-items: center;
}

.breadcrumbs > ul > li > a > i {
	display: block;
	margin-right: 7px;
	font-size: 12px;
}

.breadcrumbs > ul > li::after {
	display: block;
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	content: '\f054';
	right: -10px;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 12px;
	margin-top: 1px;
}

.breadcrumbs > ul > li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	color: rgb(170, 3, 3);
}

.breadcrumbs > ul > li:last-child:after {
	display: none;
}

.newcar_page_title,
.page_title {
	display: flex;
	margin: 0px 0px 20px;
}

.page_title.mobile {
	display: none;
}

.page_title span {
	white-space: nowrap;
}

.block_sub_title {
	display: flex;
	margin: 0px 0px 20px;
	align-items: baseline;
	justify-content: space-between;
}

.block_sub_title > h2,
.block_sub_title > h3,
.block_sub_title > span {
	display: flex;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	align-items: center;
}

.block_sub_title > h2 > i,
.block_sub_title > h3 > i,
.block_sub_title > span > i {
	display: block;
	font-size: 16px;
	margin-top: 1px;
	margin-right: 7px;
}

.page_sub_title {
	display: flex;
	margin: 50px 0px 20px;
	align-items: center;
	justify-content: space-between;
}

.page_sub_title > a {
	display: flex;
	align-items: baseline;
	color: rgba(12, 12, 12, 1);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	font-size: 14px;
	gap: 7px;
}

.page_sub_title > a:hover {
	color: rgba(200, 0, 0, 1);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.page_sub_title > a > span {
	white-space: nowrap;
}

.page_sub_title > a > i {
	font-size: 12px;
}

.new_car_h1__title > span,
.page_sub_title > h3,
.page_sub_title > span {
	display: block;
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
}

.page_title > em,
.page_sub_title > h1 {
	display: block;
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
	font-style: normal;
}


.full_mobile_whatsapp_btn {
	display: none;
	position: fixed;
	z-index: 100;
	bottom: 0;
	width: 100%;
	padding: 0px 20px;
	box-sizing: border-box;
}

.full_mobile_whatsapp_btn > a {
	display: flex;
	gap: 10px;
	/* width: 220px; */
	background-color: #21242b;
	color: #fff;
	height: 50px;
	margin: 0px auto 0px;
	padding: 0px 20px;
	box-sizing: border-box;
	border-radius: 3px;
	justify-content: center;
}

.full_mobile_whatsapp_btn > a > div {
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.full_mobile_whatsapp_btn > a > div > img {
	display: block;
	height: 30px;
}

.full_mobile_whatsapp_btn > a > div > div {
	display: block;
	font-size: 18px;
	line-height: 18px;
}

.full_mobile_whatsapp_btn > a > div > span {
	display: block;
	font-size: 14px;
	line-height: 14px;
}


/* Home slider */

.home_slider {
	position: relative;
}

.home_slider__item {
	display: flex;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	height: auto;
}

.full_width {
	width: 100%;
}

.home_slider_content__wrap {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	min-height: 600px;
}

.home_slider_content {
	display: block;
	position: relative;	
	padding: 50px;
	box-sizing: border-box;
	width: 50%;
}

.home_slider_content::after {
	position: absolute;
	display: block;
	content: '';
	background-color: rgba(33, 36, 43, 0.9);
	backdrop-filter: blur(4px);
	width: 100%;
	height: 100%;
	z-index: 0;
	left: 0px;
	top: 0px;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 4px 4px -5px rgb(31, 42, 53);
	border-radius: 4px;
}

.home_slider_content > .inner {
	display: flex;
	flex-flow: row;
	gap: 30px;
}

.home_slider_info {
	display: flex;
	flex-flow: column;
	position: relative;
	z-index: 1;
}

.home_slider_info h1,
.home_slider_info h2 {
	display: block;
	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
	text-transform: uppercase;
}

.home_slider_info h3 {
	display: block;
	font-size: 50px;
	line-height: 40px;
	font-weight: 500;
	color: rgb(230, 0, 0);
	margin-top: 10px;
	text-transform: uppercase;
	margin-left: 0px;
	white-space: nowrap;
}

.home_slider_info > span {
	display: block;
	font-size: 24px;
	line-height: 28px;
	margin-top: 30px;
}

.home_slider_info > div {
	display: flex;
	margin-top: 30px;
	gap: 30px;
}

.home_slider_info > div > span {
	display: flex;
	gap: 15px;
	align-items: center;
}

.home_slider_info > div > span > i {
	display: flex;
	color: rgb(255, 255, 255);
	background-color: rgb(33, 36, 43);
	height: 50px;
	width: 50px;
	min-width: 50px;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	font-size: 24px;
}

.home_slider_info > div > span > em {
	font-style: normal;
	white-space: nowrap;
	text-shadow: 0px 0px 7px #fff;
}

.home_slider_btn {
	display: flex;
	gap: 5px;
	padding: 0px 10px;
	background-color: rgb(170, 3, 3);
	line-height: 50px;
	color: rgb(255, 255, 255);
	white-space: nowrap;
	width: 100%;
	justify-content: center;
	align-items: baseline;
	border-radius: 4px;
	min-width: 200px;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.home_slider_btn:hover {
	background-color: rgb(200, 0, 0);
	color: rgb(255, 255, 255);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.home__slider_btn > i {
	margin-right: 7px;
}




.home_slider_decor {
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	align-items: center;
	z-index: 1;
}

.home_slider_decor > img {
	display: block;
}






.slide_opening {
	
}

.slide_opening .home_slider_info {
	width: 70%;
}

.slide_opening .home_slider_info h3 {
	font-size: 50px;
	line-height: 30px;
	margin-left: -5px;
}

.slide_opening .home_slider_decor > img {
	display: block;
	position: absolute;
	height: calc(100% + 100px);
	width: auto;
	bottom: 0px;
	right: -110px;
}





.slide_benefit {

}

.slide_benefit .home_slider_info {
	width: 70%;
}

.slide_benefit .home_slider_info h3 {
	font-size: 50px;
	line-height: 40px;
}

.slide_benefit .home_slider_info > span {
	max-width: 430px;
}

.slide_benefit .home_slider_decor > img {
	display: block;
	position: absolute;
	height: calc(100% + 50px);
	width: auto;
	top: -110px;
	right: -140px;
}








.slide_instalment {

}

.slide_instalment .home_slider_decor > img {
	display: block;
	position: absolute;
	width: 260px;
	top: -38px;
}










/* END. Home slider */



/* Brand catalog */

.brand_catalog_wrap {
	margin-top: 0px;
}

.brand_catalog {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.brand_catalog {
    max-height: none;
    overflow: visible;
}
.brand_catalog::after {
    display: none;
}
.brand_catalog__toggle_wrap {
    display: none;
}

.brand_catalog > a {
	display: flex;
	flex: 0 0 calc((100% - 5 * 20px) / 6);
	box-sizing: border-box;
	padding: 10px 15px;
	align-items: center;
	gap: 10px;
	width: 100%;
	flex-flow: row;
	height: 50px;
	background-color: rgb(255, 255, 255);
	border-radius: 4px;
	border: 1px solid rgb(208, 208, 208);
}

.brand_catalog > a:hover {
	box-shadow: 0px 0px 5px -1px rgba(55, 76, 96, 0.4);
}

.brand_catalog > a > i {
	display: flex;
	font-size: 16px;
}

.brand_catalog > a > div {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	flex-flow: row;
	width: 100%;
}

.brand_catalog > a > div > span {
	display: flex;
	white-space: nowrap;
	font-size: 16px;
}

.brand_catalog > a > div > em {
	font-style: normal;
	font-size: 16px;
}

/* END. Brand catalog */












.used_car__wrapper {
	position: relative;
	overflow: hidden;
}

.new_car__wrapper {
	position: relative;
	overflow: hidden;
}






















.short_btns {
	display: flex;
	gap: 10px 20px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.short_btns > div {
	display: flex;
	align-items: baseline;
	font-size: 16px;
	white-space: nowrap;
}

.short_btns > div > i {
	margin-right: 7px;
	font-size: 14px;
}











.car_main_info {
	display: flex;
	margin: -10px;
}

.car_main_info__photo {
	display: block;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}












.car_main_info__main {
	display: flex;
	flex-flow: column;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	justify-content: space-between;
}

.car_main_info__main__top_wrap {
	display: block;
}

.car_main_info__price {
	display: flex;
	gap: 20px;
	align-items: end;
}





.car_main_info__price_wrap {
	display: flex;
	flex-flow: column;
}

.car_main_info__price_wrap > div {
	display: flex;
	align-items: end;
	gap: 20px;
}

.car_main_info__price_main {
	display: flex;
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
	white-space: nowrap;
	color: rgb(170, 3, 3);
}

.car_main_info__price_old {
	display: flex;
	text-decoration: line-through;
	font-size: 20px;
	font-weight: 500;
	white-space: nowrap;
}

.car_main_info__price_wrap > span {
	display: block;
	font-size: 16px;
	margin-top: 5px;
}



.car_main_info__credit_price {
	display: flex;
	flex-flow: column;
}

.car_main_info__credit_price > div {
	display: block;
	font-size: 20px;
	font-weight: 500;
	white-space: nowrap;
}

.car_main_info__credit_price > span {
	display: block;
	font-size: 16px;
	white-space: nowrap;
	margin-top: 5px;
}















.car_main_info__discount {
	display: flex;
	flex-flow: column;
	padding: 30px;
	margin-top: 20px;
	gap: 20px;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgba(18, 18, 18, 0.2);
}

.car_main_info__discount > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.car_main_info__discount > div > div {
	display: flex;
	align-items: center;
	gap: 20px;
}

.car_main_info__discount > div > div > a {
	display: block;
	position: relative;
	height: 16px;
	width: 35px;
	background: rgba(18, 18, 18, 0.3);
	border-radius: 4px;
	cursor: pointer;
}

.car_main_info__discount > div > div > a:after {
	display: block;
	position: absolute;
	content: '';
	top: 50%;
	transform: translate(0px, -50%);
	left: 0px;
	width: 20px;
	height: 20px;
	background-color: rgb(33, 36, 43);
	border-radius: 100%;
}

.car_main_info__discount > div > div > a.active:after {
	left: auto;
	right: 0px;
	background-color: rgb(170, 3, 3);
}





.car_main_info__discount > div > div > span {
	display: block;
}

.car_main_info__discount > div > div > span > span {
	white-space: nowrap;
}

.car_main_info__discount > div > div > span > em {
	font-style: normal;
	color: rgb(170, 3, 3);
}

.car_main_info__discount > div > span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	white-space: nowrap;
}





.car_main_info__characteristics {
	display: flex;
	flex-flow: wrap;
	margin: 20px -25px 5px -25px;
}

.car_main_info__characteristics_item {
	display: block;
	width: 50%;
	padding: 10px 25px;
	box-sizing: border-box;
}

.car_main_info__characteristics_item > div {
	display: flex;
	position: relative;
	justify-content: space-between;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.car_main_info__characteristics_item > div:hover {
	color: rgb(170, 3, 3);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.car_main_info__characteristics_item > div:after {
	display: block;
	position: absolute;
	content: '';
	bottom: -5px;
	width: 100%;
	border-bottom: 1px dashed rgba(18, 18, 18, 0.5);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.car_main_info__characteristics_item > div:hover:after {
	border-bottom: 1px dashed rgba(255, 0, 0, 1);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.car_main_info__characteristics_item__title {
	display: block;
	white-space: nowrap;
}

.car_main_info__characteristics_item__des {
	display: block;
	white-space: nowrap;
}










.car_main_info__btns {
	display: flex;
	margin-top: 20px;
	gap: 20px;
}

.car_main_info__btns > a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 5px;
	width: 100%;
	line-height: 50px;
	background-color: rgb(33, 36, 43);
	color: rgb(255, 255, 255);
	white-space: nowrap;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 4px;
}

.car_main_info__btns > a.car_main_info__btns_main {
	background-color: rgb(170, 3, 3);
	color: rgb(255, 255, 255);
}

.car_main_info__btns > a.car_main_info__btns_main:hover,
.car_main_info__btns > a:hover {
	background-color: rgb(200, 0, 0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
















.car_vin_check {
	display: flex;
	background-color: rgb(33, 36, 43);
	color: rgb(255, 255, 255);
	padding: 30px;
	margin-top: 50px;
	gap: 50px;
	align-items: end;
	border-radius: 4px;
}




.car_vin_check__title {
	display: flex;
	flex-flow: column;
	justify-content: center;
	white-space: nowrap;
}

.car_vin_check__title > div {
	font-size: 26px;
	line-height: 28px;
	font-weight: 500;
	display: flex;
	align-items: end;
}

.car_vin_check__title > div > i {
	margin-left: 10px;
	line-height: 22px;
}

.car_vin_check__title > span {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}






.car_vin_check__info {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	gap: 50px;
}

.car_vin_check__info > div {
	display: flex;
	align-items: center;
}

.car_vin_check__info > div > i {
	display: block;
	font-size: 40px;
	margin-right: 10px;
}

.car_vin_check__info > div > div {
	display: flex;
	flex-flow: column;
}

.car_vin_check__info > div > div > em {
	display: block;
	font-style: normal;
	font-size: 20px;
	line-height: 20px;
	white-space: nowrap;
}

.car_vin_check__info > div > div > span {
	display: flex;
	font-style: normal;
	align-items: center;
	margin-top: 8px;
	color: rgb(0, 200, 0);
	white-space: nowrap;
}

.car_vin_check__info > div > div > span > i {
	margin-right: 7px;
}






.car_vin_check__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	min-width: 200px;
	padding: 0px 5px;
	background-color: rgb(0, 170, 0);
	color: rgb(255, 255, 255);
	height: 50px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 4px;
}

.car_vin_check__btn > i {
	display: block;
	margin-right: 10px;
}

.car_vin_check__btn > span {
	display: block;
}

.car_vin_check__btn:hover {
	background-color: rgb(200, 0, 0);
	color: rgb(255, 255, 255);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}











.vin_report__car_name {
	display: block;
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
	margin-top: 20px;
}

.vin_report__car_name > span {
	white-space: nowrap;
}



.vin_report_head__wrap {
	display: flex;
	flex-flow: row;
	margin-top: 20px;
	gap: 50px;
}



.vin_report_main__wrap {
	display: flex;
	flex-flow: column;
	gap: 10px;
	width: 100%;
}

.vin_report_main__wrap > div {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.vin_report_main__wrap > div > span {
	display: block;
}

.vin_report_main__wrap > div > em {
	display: block;
	font-style: normal;
}

.vin_report__tooltip {
	font-style: italic;
}



.vin_report__one_img {
	display: flex;
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
	border-radius: 4px;
}

.vin_report__one_img > img {
	width: 120%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}




.vin_report_detail__wrap {
	display: flex;
	flex-flow: column;
	margin-top: 30px;
	gap: 20px;
	padding-top: 30px;
	border-top: 1px solid rgb(208, 208, 208);
}

.vin_report_detail__wrap > div {
	display: flex;
	flex-flow: column;
	gap: 5px;
}

.vin_report_detail__wrap > div > span {
	display: flex;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	gap: 7px;
	align-items: flex-start;
}

.vin_report_detail__wrap > div > span > i {
	display: block;
	font-size: 16px;
	color: rgb(0, 170, 0);
	margin-top: 4px;
}

.vin_report_detail__wrap > div > em {
	display: block;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
}































.car_configuration {
	position: relative;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	margin-top: 50px;
}

.car_configuration__wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 20px;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
}

.car_configuration__wrap .column {
	position: relative;
	padding: 2px 0px 2px 20px;
	box-sizing: border-box;
	width: calc((100% - 20px * 2) / 3);
}

.car_configuration__wrap .column::before {
	display: block;
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	content: '\f00c';
	font-weight: 400;
	font-size: 14px;
	left: 0px;
	top: 3px;
	/*top: 50%;
	transform: translate(0px, -50%);*/
}








.car_configuration__shell {
  position: relative;
}

.car_configuration__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  max-height: 150px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}

.car_configuration__wrap.show-all {
  max-height: none;
}
/*
.car_configuration__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
  transition: opacity 0.3s ease;
}
*/
.car_configuration__wrap.show-all::after {
  opacity: 0;
}

.car_configuration__wrap .column {
  position: relative;
  padding: 2px 0px 2px 20px;
  box-sizing: border-box;
  width: calc((100% - 20px * 2) / 3);
}

.car_configuration__toggle {
	margin-top: 20px;
	display: flex;
}

.car_configuration__toggle a {
	display: flex;
	cursor: pointer;
	color: rgba(255, 0, 0, 1);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	color: rgba(12, 12, 12, 1);
	font-size: 14px;
}

.car_configuration__toggle a:hover {
	color: rgba(200, 0, 0, 1);
	-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
	  transition: all .5s ease;
}




































.used_car__credit {
	display: flex;
	position: relative;
	background-color: rgb(33, 36, 43);
	color: #fff;
	background-image: url(../img/header_bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: left bottom;
	padding: 30px;
	margin-top: 50px;
	gap: 50px;
	border-radius: 4px;
}

.used_car__credit__main {
	display: block;
	width: 70%;
}





.used_car__credit__title {
	display: flex;
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
	gap: 10px;
}

.used_car__credit__title > i {
	font-size: 29px;
	line-height: 28px;
}

.used_car__credit__sub_title {
	display: block;
	margin-top: 5px;
	font-size: 14px;
}








.credit_calculator {
	display: flex;
	gap: 20px;
	margin-top: 20px;
}

.credit_calculator__slider_group {
	display: flex;
	flex-flow: column;
	width: 100%;
	gap: 10px;
}

.credit_calc__top_group {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.credit_calc__top_group > label {
	display: flex;
	gap: 5px;
	white-space: nowrap;
}

.credit_calc__top_group > span {
	display: flex;
	text-align: right;
	font-size: 14px;
}



.credit_calc__bottom_group {
	display: flex;
	flex-flow: column;
	gap: 10px;
}

.credit_calc__bottom_group > input {
	display: flex;
}

.credit_calc__bottom_group > span {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.credit_calc__bottom_group > span > em {
	display: flex;
	font-style: normal;
	font-size: 14px;
}






.calc_range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 1px;
  background: linear-gradient(to right, rgb(170, 3, 3) 40%, rgb(244, 244, 244) 40%);
  outline: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

/* Chrome, Safari, Edge */
.calc_range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: rgb(170, 3, 3);
  border: none;
  margin-top: -7px;
  cursor: pointer;
  transition: background 0.2s;
}

.calc_range::-webkit-slider-thumb:hover {
  background: rgb(200, 0, 0);
}

/* Firefox */
.calc_range::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: rgb(170, 3, 3);
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.calc_range::-moz-range-thumb:hover {
  background: rgb(200, 0, 0);
}

.calc_range::-moz-range-track {
  background: transparent;
  height: 2px;
}








.credit_calculator__result {
	display: flex;
	margin-top: 20px;
	gap: 5px;
	font-size: 22px;
}

.credit_calculator__result > div {
	display: block;
	white-space: nowrap;
}

.credit_calculator__result > span {
	display: block;
	white-space: nowrap;
}




.credit_calculator__form_inner {
	display: flex;
	margin-top: 20px;
	flex-flow: column;
	gap: 20px;
}

.credit_calculator__form_inner > div {
	display: flex;
	gap: 20px;
}

.credit_calculator__form_inner > div > span {
	display: flex;
	width: 100%;
	gap: 20px;
}

.credit_calculator__form_check {
	display: flex;
	align-items: center;
	gap: 10px;
}

.credit_calculator__form_success {
	display: flex;
	margin-top: 45px;
	flex-flow: column;
	gap: 10px;
	color: rgb(0, 170, 0);
}

.credit_calculator__form_success > div {
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
}

.credit_calculator__form_success > span {
	display: flex;
}


















.used_car__credit__slider {
	display: block;
	width: 30%;
}

.used_car__one_img {
	display: flex;
	overflow: hidden;
	position: relative;
	height: 100%;
	border-radius: 4px;
}

.used_car__one_img > img {
	width: 105%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}












.credit_calc__decor {
	display: flex;
	position: relative;
	width: 30%;
}

.credit_calc__decor > img {
	display: block;
	position: absolute;
	width: auto;
	height: 130%;
	right: 0;
	bottom: -30px;
}
















.similar_cars__slider {
	display: flex;
	flex-flow: wrap;
	position: relative;
	margin: -10px;
}









.special_offers__slider {
	display: flex;
	flex-flow: wrap;
	position: relative;
	margin: -10px;
}





















.partner_banks__slider {
	position: relative;
	padding: 1px 0px;
}

.partner_banks__slider .partner_banks__item {
	border: 1px solid rgb(208, 208, 208);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 10px;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
}

.partner_banks__slider .partner_banks__item > img {
	max-width: 100%;
	height: auto;
	width: 100px;
	aspect-ratio: 10/4;
	object-fit: contain;
}












/* End. Main */


/* Search */

.search_wrap {
	position: relative;
	margin-bottom: 50px;
}




.search_btn {
	display: flex;
	margin: 0px 0px 15px;
	gap: 20px;
	display: none;
}

.search_btn > a {
	display: block;
	position: relative;
	white-space: nowrap;
	color: rgb(33, 36, 43);
	line-height: 50px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.search_btn > a > span {
	display: inline;
}

.search_btn > a::after {
	display: block;
	content: '';
	bottom: 10px;
	position: absolute;
	width: 0;
	height: 1px;
	background-color: rgb(255, 255, 255);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.search_btn > a.active:after,
.search_btn > a:hover:after {
	width: 100%;
	background-color: rgb(170, 3, 3);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.search_btn > a.active,
.search_btn > a:hover {
	color: rgb(170, 3, 3);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}



























.search_form {
	display: flex;
	flex-flow: wrap;
	background-color: rgb(233, 237, 242);
	padding: 20px;
	gap: 20px;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(208, 208, 208);
}

.form_item {
	display: flex;
	flex: 0 0 calc((100% - 3 * 20px) / 4);
	box-sizing: border-box;
	gap: 20px;
}

.form_item > div {
	display: flex;
	line-height: 50px;
	position: relative;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	width: 100%;
	font-size: 16px;
}

.form_select__btn {
	display: block;
	position: relative;
	padding: 0px 30px 0px 15px;
	width: 100%;
	cursor: pointer;
	white-space: nowrap;
	border-radius: 4px;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(208, 208, 208);
}

.form_select__btn::after {
	display: block;
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	content: '\f107';
	right: 15px;
	top: 50%;
	transform: translate(0,-50%);
	margin-top: 2px;
}

.form_select__dropdown {
	display: none;
	position: absolute;
	flex-flow: column;
	top: 46px;
	left: 0px;
	box-sizing: border-box;
	background-color: rgb(246, 248, 250);
	box-shadow: 0px 4px 10px -4px rgb(55, 76, 96);
	z-index: 10;
	right: 0px;
	padding: 15px;
	border: 1px solid rgb(208, 208, 208);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.form_select__dropdown.open {
  display: flex;
  opacity: 1;
}

.form_select__search {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0px 0px 15px;
}

.form_select__search > input {
	display: block;
	line-height: 40px;
	padding: 0px 15px;
	border: 0px;
	box-sizing: border-box;
	width: 100%;
}

.form_select__dropdown > ul {
	display: block;
	list-style: none;
	max-height: 280px;
	overflow-y: auto;
}

.form_select__dropdown > ul > li {
	display: block;
}

.form_select__dropdown > ul > li > a {
	display: block;
	line-height: 40px;
	position: relative;
	padding-left: 15px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;	
}


.form_select__dropdown > ul > li:first-child {
	margin-top: -5px;
}

.form_select__dropdown > ul > li:last-child {
	margin-bottom: -5px;
}


.form_select__dropdown > ul > li > a::before {
	display: block;
	position: absolute;	
	font-family: "Font Awesome 5 Pro";
	content: '\f105';
	left: 0px;
	top: 50%;
	transform: translate(0,-50%);
}

.form_select__dropdown > ul > li > a:hover {
	padding-left: 20px;
	color: rgb(170, 3, 3);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;	
}

.form_item > div > .submit {
	display: flex;
	justify-content: center;
	align-items: baseline;
	padding: 0px 5px;
	width: 100%;
	background-color: rgb(170, 3, 3);
	color: rgb(255, 255, 255);
	white-space: nowrap;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 4px;
	gap: 7px;
}

.form_item > div > .submit > i {
	font-size: 16px;
}

.form_item > div:hover > .submit {
	background-color: rgb(200, 0, 0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;	
}














.advanced_search__btn {
	display: none;
	margin: 15px 0px 0px;
	justify-content: center;
}

.advanced_search__btn > a {
	display: inline-flex;
	position: relative;
	white-space: nowrap;
	align-items: baseline;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.advanced_search__btn > a > i {
	display: flex;
	margin-right: 7px;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.advanced_search__btn > a:hover {
	color: rgb(170, 3, 3);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.advanced_search__btn > a > span {
	display: block;
}

.advanced_search__btn > a > em {
	display: none;
	font-style: normal;
}































/* End. Search */








/* Catalog */

.catalog_wrap {
	display: flex;
	flex-flow: wrap;
	position: relative;
	margin: -10px;	
}

.catalog_item {
	display: block;
	position: relative;
	padding: 10px;
	width: 25%;
	box-sizing: border-box;
}

.catalog_item > a,
.catalog_item > div {
	display: flex;
	position: relative;
	border: 1px solid rgb(208, 208, 208);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	overflow: hidden;
	height: 100%;
	flex-flow: column;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);	
}

.catalog_item > a:hover,
.catalog_item > div:hover {
	box-shadow: 0px 0px 5px -1px rgba(55, 76, 96, 0.4);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;	
}




.catalog_item__face {
	display: block;
	position: relative;
	border-bottom: 1px solid rgb(208, 208, 208);
	cursor: pointer;
}

.catalog_item__face .catalog_item__carousel,
.catalog_item__face .swiper-wrapper {
	cursor: pointer !important;
}



.catalog_item__tags {
	display: flex;
	position: absolute;
	padding: 15px;
	z-index: 2;
	gap: 15px;
	left: 0px;
	right: 0px;
	top: 0px;
}

.catalog_item__tags > div {
	display: flex;
	/* background-color: rgba(255, 255, 255, 0.9); */
	background-color: rgb(246, 248, 250);
	/* border: 1px solid rgb(208, 208, 208); */
	padding: 2px 10px;
	color: rgb(33, 36, 43);
	font-size: 14px;
	align-items: center;
	width: 100%;
	justify-content: center;
	font-weight: 500;
	max-width: 80px;
	border-radius: 4px;
}

.catalog_item__tags > div:last-child {
	margin-right: 0px;
}

.catalog_item__tags > div > i {
	display: block;
	margin-right: 5px;
	font-size: 12px;
}

.catalog_item__tags > div > span {
	display: block;
	white-space: nowrap;
}

.catalog_item__tags > div.catalog_item__tags__in_stock {
	color: rgb(0, 170, 0);

}





.catalog_item__img {
	display: flex;
	box-sizing: border-box;
	margin-top: 30px;
	padding: 0px 15px;
}

.catalog_item__img > img {
	display: block;
	height: 100%;
}

.catalog_item__face .swiper-slide {
	margin-bottom: -5px;
}






















.swiper_button_next {
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 1;
	right: 15px;
	width: 20px;
	height: 40px;
	background-color: rgb(33, 36, 43);
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: 300;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;

	border-radius: 4px;
	background-color: rgb(246, 248, 250);
	color: rgb(33, 36, 43);
	opacity: 0.5;
	height: 30%;
}

.car_main_gallery:hover .swiper_button_next,
.catalog_item__face:hover .swiper_button_next {
	background-color: rgb(255, 255, 255);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0.9;
}

.swiper_button_next:after {
	display: flex;
	position: relative;
	font-family: "Font Awesome 5 Pro";
	content: '\f105';
}

.swiper_button_prev {
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 1;
	left: 15px;
	width: 20px;
	height: 40px;
	background-color: rgb(33, 36, 43);
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: 300;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;

	border-radius: 4px;
	background-color: rgb(246, 248, 250);
	color: rgb(33, 36, 43);
	opacity: 0.5;
	height: 30%;
}

.car_main_gallery:hover .swiper_button_prev,
.catalog_item__face:hover .swiper_button_prev {
	background-color: rgb(255, 255, 255);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0.9;
}

.swiper_button_prev:after {
	display: flex;
	position: relative;
	font-family: "Font Awesome 5 Pro";
	content: '\f104';
}

.swiper_pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0,0,0);
	top: auto !important;
	bottom: 0px;
	height: 5px !important;
	z-index: 10;
	opacity: 0.3;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.car_main_gallery:hover .swiper_pagination,
.catalog_item__face:hover .swiper_pagination {
	opacity: 1;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.car_main_gallery .swiper-slide > a {
	display: block;
	margin-bottom: -5px;
}

.car_main_info__photo .swiper-wrapper {
	border-radius: 4px;
}

.car_main_gallery__thumbs .swiper-slide {
	border-radius: 4px;
	overflow: hidden;
}

.car_main_gallery__thumbs {
	margin-top: 20px;
}

.car_main_gallery__thumbs .swiper-slide {
	margin-bottom: -5px;
	opacity: 0.5;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.car_main_gallery__thumbs .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}


















.swiper_button_next__home,
.swiper_button_next__reviews,
.swiper_button_next__similar,
.swiper_button_next__special {
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 1;
	right: 0px;
	width: 30px;
	height: 70px;
	background-color: rgb(33, 36, 43);
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: 300;
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;



	border-radius: 4px;
	background-color: rgb(246, 248, 250);
	color: rgb(33, 36, 43);
	opacity: 1;
	height: 90%;
}

.swiper_button_next__home {
	height: 30%;
	right: 10px;
	opacity: 0.7;
}

.swiper_button_next__home:after,
.swiper_button_next__reviews:after,
.swiper_button_next__similar:after,
.swiper_button_next__special:after {
	display: flex;
	position: relative;
	font-family: "Font Awesome 5 Pro";
	content: '\f105';
	
}

.swiper_button_prev__home,
.swiper_button_prev__reviews,
.swiper_button_prev__similar,
.swiper_button_prev__special {
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 1;
	left: 0px;
	width: 30px;
	height: 70px;
	background-color: rgb(33, 36, 43);
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: 300;
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;


	border-radius: 4px;
	background-color: rgb(246, 248, 250);
	color: rgb(33, 36, 43);
	opacity: 1;
	height: 90%;
}

.swiper_button_prev__home {
	height: 30%;
	left: 10px;
	opacity: 0.7;
}

.swiper_button_prev__home:after,
.swiper_button_prev__reviews:after,
.swiper_button_prev__similar:after,
.swiper_button_prev__special:after {
	display: flex;
	position: relative;
	font-family: "Font Awesome 5 Pro";
	content: '\f104';
}




.block_slider__wrap {
	position: relative;
	padding: 0px 50px;
	margin-left: -50px;
	margin-right: -50px;
	box-sizing: border-box;
}

.block_slider__wrap:hover .swiper_button_next__home,
.block_slider__wrap:hover .swiper_button_next__reviews,
.block_slider__wrap:hover .swiper_button_next__similar,
.block_slider__wrap:hover .swiper_button_next__special {
	background-color: rgb(217, 225, 232);
	opacity: 0.9;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}


.block_slider__wrap:hover .swiper_button_prev__home,
.block_slider__wrap:hover .swiper_button_prev__reviews,
.block_slider__wrap:hover .swiper_button_prev__similar,
.block_slider__wrap:hover .swiper_button_prev__special {
	background-color: rgb(217, 225, 232);
	opacity: 0.9;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}



.f-panzoom__viewport > .f-panzoom__content {
	border-radius: 4px;
	overflow: hidden;
}









.seo_text__wrap {
	display: block;
	margin: 50px 0px 0px;
}

.seo_text__wrap hr {
	display: block;
	margin: 20px 0px;
	border-color: rgb(170, 3, 3);
}

.seo_text__wrap h2 {
	display: block;
	font-size: 30px;
	line-height: 34px;
	margin: 30px 0 10px;
}

.seo_text__wrap h3 {
	display: block;
	font-size: 20px;
	line-height: 24px;
	margin: 30px 0 10px;	
}

.seo_text__wrap h4 {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	margin: 30px 0 10px;
}

.seo_text__wrap p {
	display: block;
	margin: 10px 0 20px;
}

.seo_text__wrap a {
	color: rgb(170, 3, 3);
	text-decoration: underline;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.seo_text__wrap a:hover {
	color: rgb(200, 0, 0);
	text-decoration: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.seo_text__wrap ul {
	display: block;
	list-style: disc;
	margin: 10px 0px 20px 25px;
}

.seo_text__wrap ul li {
	display: list-item;
}

.seo_text__wrap ul li:last-child {
	margin-bottom: 0px;
}

.seo_text__wrap ol {
	display: block;
	margin: 10px 0px 20px 25px;
}

.seo_text__wrap ol li {
	display: list-item;
	margin-bottom: 5px;
}

.seo_text__wrap ol li:last-child {
	margin-bottom: 0px;
}

.seo_text__wrap img {
	display: block;
}

.seo_text__wrap table {
	display: table;
	width: 100%;
}

.seo_text__wrap table thead {

}

.seo_text__wrap table th {
	border: 1px solid rgb(208, 208, 208);
	box-sizing: border-box;
	padding: 10px 15px;
}

.seo_text__wrap table td {
	border: 1px solid rgb(208, 208, 208);
	box-sizing: border-box;
	padding: 10px 15px;
}


.seo_text__wrap dl {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 12px 20px;
  margin: 20px 0;
  padding: 0;
}

.seo_text__wrap dl > div {
  display: contents; /* чтобы dt и dd встали в сетку */
}

.seo_text__wrap dt {
  font-weight: 600;
  color: #222;
}

.seo_text__wrap dd {
  margin: 0;
  color: #555;
  line-height: 1.5;
}

.seo_text__wrap dl > div:not(:last-child) dt,
.seo_text__wrap dl > div:not(:last-child) dd {
  border-bottom: 1px solid rgb(208, 208, 208);
  padding-bottom: 8px;
}







/*
.owl-theme .owl-nav,
.owl-theme .owl-dots {
	margin-top: 0px;
}

.owl-theme .owl-nav {
	margin-top: 0px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 15px;
	right: 15px;
	display: flex;
	justify-content: space-between;
}

.owl-theme .owl-nav .disabled {
	opacity: 1;
}

.owl-theme .owl-nav > button {
	background-color: rgb(33, 36, 43) !important;
	width: 20px;
	height: 30px;
	margin: 0px !important;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.catalog_item__face:hover .owl-theme .owl-nav > button {
	background-color: rgb(170, 3, 3) !important;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.owl-theme .owl-nav > button > span {
	font-size: 30px;
	color: #fff;
}

.owl-theme .owl-dots {
	margin-top: 0px;
	position: absolute;
	bottom: 0px;
	display: flex;
	justify-content: center;
	left: 0px;
	right: 0px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 5px;
	margin: 5px 7px;
	background: rgb(33, 36, 43);
	border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: rgb(170, 3, 3) !important;
}
*/

















.catalog_item__info {
	display: flex;
	position: relative;
	padding: 15px;
	flex-flow: column;
	height: 100%;
	justify-content: space-between;
}

.catalog_item__info > div {
	display: block;
}




.catalog_item__name {
	display: flex;
	margin-bottom: 15px;
	align-items: baseline;
}

.catalog_item__name > div {
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
}

.catalog_item__name > span {
	display: flex;
	color: rgb(33, 36, 43);
	position: relative;
	margin-left: 15px;
	white-space: nowrap;
}


.catalog_item__name > span::before {
	display: block;
	position: relative;
	content: '/';
	margin-right: 10px;
	font-weight: 500;
}




.catalog_item__specific {
	display: block;
	margin-bottom: 15px;
}

.catalog_item__specific > ul {
	display: flex;
	list-style: none;
	flex-flow: wrap;
	gap: 5px 10px;
	max-width: 300px;
}

.catalog_item__specific > ul > li {
	position: relative;
	white-space: nowrap;
	font-size: 14px;
	color: rgb(33, 36, 43);
	z-index: 2;
	display: block;
	padding-left: 10px;
/*	width: 33.333333333%;*/
	box-sizing: border-box;
}

/*
.catalog_item__specific > ul > li::before {
	display: block;
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	content: '\f0da';
	font-weight: 600;
	font-size: 12px;
	left: 5px;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 1;
}
*/

.catalog_item__specific > ul > li::before {
	display: block;
	position: absolute;
	content: '';
	top: 50%;
	transform: translate(0,-50%);
	z-index: 1;
	width: 5px;
	height: 5px;
	background-color: rgb(33, 36, 43);
	left: 0px;
	border-radius: 2px;
	margin-top: 1px;
}












.catalog_item__price {
	display: flex;
	justify-content: space-between;
}

.catalog_item__price_wrap {
	display: flex;
	margin-right: 10px;
	flex-flow: column;
	justify-content: center;
}

.catalog_item__price_wrap > div {
	display: flex;
	flex-flow: wrap;
}

.catalog_item__price_main {
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	white-space: nowrap;
	margin-right: 15px;
	margin-bottom: 5px;
}

.catalog_item__price_old {
	display: block;
	text-decoration: line-through;
	font-size: 14px;	
	color: rgb(33, 36, 43);
	white-space: nowrap;
}

.catalog_item__price_wrap > span {
	display: block;
	color: rgb(33, 36, 43);
	font-size: 12px;
	white-space: nowrap;
	line-height: 12px;
}

.catalog_item__price_wrap > em {
	display: block;
	font-style: normal;
	white-space: nowrap;
	color: rgb(0, 170, 0);
	font-size: 16px;
}

.catalog_item__price_wrap > em > i {
	margin-right: 7px;
	font-size: 14px;
}







.catalog_item__vin {
	display: flex;
/*	color: rgb(0, 170, 0);*/
	flex-flow: column;
	text-align: center;
	border: 1px solid rgb(208, 208, 208);
	width: 80px;
	padding: 5px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 4px;
}
/*
.catalog_item__info:hover .catalog_item__vin {
	color: rgb(255, 255, 255);
	border: 1px solid rgb(0, 170, 0);
	background-color: rgb(0, 170, 0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
*/
.catalog_item__vin > div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalog_item__vin > div > em {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
}

.catalog_item__vin > div > i {
	display: block;
	margin-right: 5px;
	margin-top: 2px;
}

.catalog_item__vin > span {
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	margin-top: 2px;
}

















.catalog_item__btn {
	display: flex;
	color: rgb(255, 255, 255);
	margin-top: 15px;
	flex-flow: wrap;
	justify-content: center;
	background-color: rgb(33, 36, 43);
	padding: 9px 5px;
	gap: 5px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	font-size: 16px;
	border-radius: 4px;
}

.catalog_item__info:hover .catalog_item__btn {
	background-color: rgb(200, 0, 0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.catalog_item__btn > span {
	display: block;
	white-space: nowrap;
}























/* НОВЫЕ АВТО */

.new_auto .catalog_item {

}

.new_auto .catalog_item .catalog_item__img {
	margin-top: 0px;
	padding: 0px;
}

.catalog_item__credit {
	display: flex;
	flex-flow: wrap;
	gap: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	border-top: 1px solid #d0d0d0;
	align-items: baseline;
}


.catalog_item > a:hover .catalog_item__credit,
.catalog_item > div:hover .catalog_item__credit {
	color: rgb(33, 36, 43);
}




.catalog_item__credit > span {
	display: block;
	white-space: nowrap;
}


.catalog_item__credit > i {
	display: block;
	font-size: 16px;
}













.newcar_page_top {
	display: flex;
	flex-flow: row;
}

.newcar_page_top > div {
	display: flex;
	width: 50%;
	margin-bottom: 25px;
}

.newcar_page_top > div.newcar_page_title {
	flex-flow: column;
}

.newcar_page_top .short_btns {
	margin-top: 5px;
	margin-bottom: 0px;
}

.newcar_page_top > div.car_main_info__price {
	padding: 0px 10px;
	box-sizing: border-box;
}











.new_car_h1__title {
	display: flex;
	margin: 0px 0px 20px;
	align-items: center;
	justify-content: space-between;
}



.new_car_main_info {
	display: flex;
}

.new_car_main_info__photo {
	display: flex;
	position: relative;
	padding: 0px 50px 50px 50px;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgba(18, 18, 18, 0.2);
	align-items: center;
	flex-flow: column;
	width: 100%;
}

.new_car_main_info__photo > picture {
	display: flex;

}

.new_car__photo_color {
	display: flex;
	flex-flow: wrap;
	gap: 15px 20px;
	justify-content: center;
}

.new_car__photo_color__title {
	display: flex;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
}

.new_car__photo_color > a {
	display: flex;
	flex-flow: row;
	gap: 10px;
}

.new_car__photo_color > a > span {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid rgba(18, 18, 18, 0.2);
}

.new_car__photo_color > a > em {
	display: block;
	font-style: normal;
}

.new_car__photo_color a.is-active {
	color: rgb(200, 0, 0);
}








.new_car_main_info__btns {
	display: flex;
	margin-top: 20px;
	gap: 20px;
}

.new_car_main_info__btns > a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 5px;
	width: 100%;
	line-height: 48px;
	border: 1px solid rgb(33, 36, 43);
	white-space: nowrap;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 4px;
}

.new_car_main_info__btns > a.car_main_info__btns_main {
	background-color: rgb(170, 3, 3);
	color: rgb(255, 255, 255);
	border: 1px solid rgb(170, 3, 3);
}

.new_car_main_info__btns > a.car_main_info__btns_main:hover,
.new_car_main_info__btns > a:hover {
	background-color: rgb(200, 0, 0);
	border: 1px solid rgb(200, 0, 0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	color: rgb(255, 255, 255);
}




















.new_car__all_info {
	display: flex;
	margin-top: 50px;
	flex-flow: column;
}






.new_car_config__tab_btns {
	display: flex;
	gap: 50px;
}

.new_car_config__tab_btns > a {
	display: flex;
	align-items: baseline;
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
	gap: 7px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;

}

.new_car_config__tab_btns > a > i {
	display: block;
	font-size: 26px;
}












.newcar_tabs__wrap {
	display: flex;
	flex-flow: column;
	margin-top: 30px;
}

.newcar_tab {
	display: none;
	flex-flow: column;
	gap: 30px;
}

.newcar_tab.active {
	display: flex;
}

.new_car_config__tab_btns a {
	display: flex;
	align-items: baseline;
	gap: 7px;
	white-space: nowrap;
}

.new_car_config__tab_btns a.active {
	color: rgb(200, 0, 0);
}





/* item */

.newcar_config__item {
	display: flex;
	flex-flow: column;
	gap: 15px;
}

.newcar_config__title {
	display: flex;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}




/* SUB item */

.newcar_config__item_inner {
	display: flex;
	flex-flow: column;
	border: 1px solid rgb(208, 208, 208);
	padding: 30px;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
}

.newcar_config__item_main {
	display: flex;
	flex-flow: row;
	gap: 30px;
}

.newcar_config__item_main > div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.newcar_config__item_main > .name {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	min-width: 260px;
}

.newcar_config__item_main > .name > span {
	display: block;
}

.newcar_config__item_main > .name > h3 {
	display: block;
}

.newcar_config__item_inner.is-open .newcar_config__item_main > .name > h3 {
	color: rgb(200, 0, 0);
}

.newcar_config__item_main > .coast {
	display: flex;
	width: 100%;
}

.newcar_config__item_main > .coast > div {
	display: flex;
	flex-flow: column;
}

.newcar_config__item_main > .coast > div > span {
	display: block;
}

.newcar_config__item_main > .coast > div > div {
	display: flex;
	flex-flow: row;
	gap: 15px;
	font-size: 20px;
	line-height: 24px;
	align-items: baseline;
}

.newcar_config__item_main > .coast > div > div > .price_main {
	display: flex;
	white-space: nowrap;
	color: rgb(170, 3, 3);
}

.newcar_config__item_main > .coast > div > div > .price_old {
	display: flex;
	text-decoration: line-through;
	white-space: nowrap;
	opacity: 0.7;
	font-size: 16px;
}

.newcar_config__item_main > .more {
	display: flex;
}

.newcar_config__item_main > .more > a {
	display: flex;
	flex-flow: column;
	padding-top: 4px;
	gap: 2px;
}

.newcar_config__item_main > .more > a > span {
	display: block;
}

.newcar_config__item_main > .more > a > div {
	display: flex;
	flex-flow: row;
	gap: 5px;
	font-size: 14px;
	align-items: baseline;
}

.newcar_config__item_main > .more > a > div > i {
	font-size: 14px;
	transition: transform .3s ease;
}

.newcar_config__item_main > .more > a > div > i.rotate-up {
  transform: rotate(180deg);
}

.newcar_config__item_main > .btns {
	display: flex;
	gap: 20px;
	width: 100%;
	flex-flow: row-reverse;
}

.newcar_config__item_main > .btns > a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 20px;
	width: 100%;
	line-height: 48px;
	border: 1px solid rgb(33, 36, 43);
	white-space: nowrap;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 4px;
}

.newcar_config__item_main > .btns > a.car_main_info__btns_main {
	background-color: rgb(170, 3, 3);
	color: rgb(255, 255, 255);
	border: 1px solid rgb(170, 3, 3);
}

.newcar_config__item_main > .btns > a.car_main_info__btns_main:hover,
.newcar_config__item_main > .btns > a:hover {
	background-color: rgb(200, 0, 0);
	color: rgb(255, 255, 255);
	border: 1px solid rgb(200, 0, 0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}



.newcar_config__item_hidden {
	display: none;
}

.newcar_config__item_hidden > div {
	margin-top: 30px;
	column-count: 3;
	column-width: 20em;
	border-top: 1px solid rgb(208, 208, 208);
	padding-top: 30px;
}

.newcar_config__item_hidden > div > ul {
	padding-left: 20px;
	margin-bottom: 10px;
}

.newcar_config__item__list_title {
	margin-left: -20px;
	font-weight: 600;
	list-style: none;
	margin-bottom: 10px;
}
















.newcar_spectable_wrap {
	display: flex;
	flex-flow: row;
}





.newcar_spectable_labels {
	display: flex;
	flex-flow: column;
	padding-right: 10px;
	box-sizing: border-box;
	width: 340px;
	min-width: 340px;
}

.newcar_spectable_labels > .navigate {
	display: flex;
	position: relative;
	gap: 10px;
	justify-content: flex-end;
}

.swiper_button_next__spectable_slide {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	width: 30px;
	height: 70px;
	font-size: 20px;
	font-weight: 300;
	cursor: pointer;
	border-radius: 4px;
	background-color: rgb(246, 248, 250);
	color: rgb(33, 36, 43);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.swiper_button_next__spectable_slide:after {
	display: flex;
	position: relative;
	font-family: "Font Awesome 5 Pro";
	content: '\f105';
}

.swiper_button_prev__spectable_slide {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	width: 30px;
	height: 70px;
	font-size: 20px;
	font-weight: 300;
	cursor: pointer;
	border-radius: 4px;
	background-color: rgb(246, 248, 250);
	color: rgb(33, 36, 43);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.swiper_button_prev__spectable_slide:after {
	display: flex;
	position: relative;
	font-family: "Font Awesome 5 Pro";
	content: '\f104';
}












.newcar_spectable_labels > .wrap {
	display: flex;
	flex-flow: column;
}

.newcar_spectable_labels > .wrap > div {
	display: flex;
	padding: 10px 15px;
	font-size: 16px;
	border-radius: 4px;
	height: 70px;
	box-sizing: border-box;
	align-items: center;
}

.newcar_spectable_labels > .wrap > div > span {
	display: flex;
}

.newcar_spectable_labels > .wrap > div:nth-child(even) {
	background-color: rgb(246, 248, 250);
}








.newcar_spectable_slider {
	position: relative;
	width: 100%;
}

.spectable_slide {
	display: flex;
	flex-flow: column;
}

.spectable_slide > .title {
	display: flex;
	border-radius: 4px;
	border: 1px solid #d0d0d0;
	padding: 10px 15px;
	background-color: rgb(246, 248, 250);
	height: 70px;
	box-sizing: border-box;
	align-items: center;
}

.spectable_slide > .title > span {
	display: flex;
	font-weight: 500;
	max-width: 170px;
}

.spectable_slide > .wrap {
	display: flex;
	flex-flow: column;
}

.spectable_slide > .wrap > div {
	display: flex;
	padding: 10px 15px;
	font-size: 16px;
	border-radius: 4px;
	height: 70px;
	box-sizing: border-box;
	align-items: center;
}

.spectable_slide > .wrap > div > span {
	display: flex;
}

.spectable_slide > .wrap > div:nth-child(even) {
	background-color: rgb(246, 248, 250);
}


































.new_car_bonus {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	gap: 20px;
}

.new_car_bonus__item {
	display: flex;
	flex: 0 0 calc((100% - 3 * 20px) / 4);
	flex-flow: row;
	gap: 15px;
	border: 1px solid rgb(208, 208, 208);
	padding: 30px;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
}

.new_car_bonus__item_content {
	display: flex;
	flex-flow: column;
	width: 100%;
}

.new_car_bonus__item_content > .name {
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
}

.new_car_bonus__item_content > .descr {
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
}

.new_car_bonus__item_img {
	display: flex;
}

.new_car_bonus__item_img > div {
	display: block;
}









































.new_car_gallery {
	display: block;
	margin-top: 50px;
}

/* FULL WIDTH */
.car-media--full {
  width: 100%;
  margin: 0; /* убираем возможные отступы контейнеров */
}
.car-media--full .car-media__swiper { width: 100%; }

/* БАЗА */
.car-media {
  --gap: 10px;
  --radius: 12px;
}
.car-media__inner picture,
.car-media__inner img { display:block; width:100%; height:100%; }
.car-media__item {
  position:relative; overflow:hidden; border-radius:3px;
}
.car-media__item img {
  width:100%; height:100%;
  object-fit:cover;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.car-media__item:hover img {
	transform:scale(1.03);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

/* Скрытые элементы присутствуют в DOM, но невидимы на странице */
.car-media__hidden {
  position:absolute !important;
  left:-99999px !important;
  top:auto !important;
  width:1px; height:1px;
  overflow:hidden;
}

/* ДЕСКТОП: плитка */
@media (min-width: 768px) {
  .car-media__swiper { overflow:visible; }
  .car-media__inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr; /* левая большая, справа две колонки */
    grid-template-rows: repeat(2, 1fr); /* две строки одинаковой высоты */
    gap: 20px;
    height: 100%; /* чтобы грид занял всю высоту */
  }

  .car-media__item--hero {
    grid-column: 1 / 2;
    grid-row: 1 / 3; /* растягиваем на обе строки */
    height: 100%;
  }

  /* правая сетка — 4 фото полностью заполняют по высоте */
  .car-media__item:nth-child(2) { grid-column: 2; grid-row: 1; }
  .car-media__item:nth-child(3) { grid-column: 3; grid-row: 1; }
  .car-media__item:nth-child(4) { grid-column: 2; grid-row: 2; }
  .car-media__item:nth-child(5) { grid-column: 3; grid-row: 2; }

  /* высота фото подгоняется */
  .car-media__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .car-media__item--more::after {
    content:''; position:absolute; inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.55) 100%);
  }

	.car-media__more-text {
		position: absolute;
		left: 50%;
		bottom: 10px;
		transform: translateX(-50%);
		margin: 0;
		padding: 6px 12px;
		background: rgba(255, 255, 255, 0.9);
		color: #121212;
		font-size: 14px;
		border-radius: 3px;
		pointer-events: none;
		z-index: 1;
	}

}

/* МОБИЛЬНЫЕ: свайпер */
@media (max-width: 767px) {
  .car-media__inner { display:flex; }
  .car-media__item { width: 100vw; height: 62vw; }
  .car-media__item + .car-media__item { margin-left: var(--gap); }
}







/* End. Catalog */


/* Pagination */

.pagination {
	display: flex;
	margin-top: 30px;
	gap: 20px;
	justify-content: center;
}

.pagination > a, .pagination > span {
	display: flex;
	width: 50px;
	height: 50px;
	border: 1px solid rgb(208, 208, 208);
	justify-content: center;
	align-items: center;
	font-size: 16px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	background-color: rgb(255, 255, 255);
	border-radius: 4px;
}

.pagination > a:hover, .pagination > a.active {
	border: 1px solid rgb(200, 0, 0);
	background-color: rgb(200, 0, 0);
	color: rgb(255, 255, 255);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

/* End. Pagination */










/* Universal blocks */

.fancy_header {
	display: flex;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.fancy_header__info {
	display: block;
	z-index: 2;
	color: #fff;
	width: 50%;
	box-sizing: border-box;
}

.fancy_header__info > div {
	position: relative;
	display: flex;
	flex-flow: column;
	gap: 30px;
	padding: 50px;
	box-sizing: border-box;
}

.fancy_header__info > div::after {
	position: absolute;
	display: block;
	content: '';
	background-color: rgba(33, 36, 43, 0.7);
	backdrop-filter: blur(4px);
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0px;
	top: 0px;
}

.fancy_header__info > div > h1 {
	display: block;
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
}

.fancy_header__info > div > p {
	display: block;
	margin: 0px;
}

.fancy_header__info > div > p > b {
	color: rgb(240, 0, 0);
}

.fancy_header__img {
	display: block;
	position: absolute;
	background-size: auto;
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.fancy_header__img.about_header__bg {
	background-image: url(../img/about_header__bg.png);
}

.fancy_header__img.autocredit_header__bg {
	background-image: url(../img/autocredit_header__bg.png);
}

.fancy_header__img.tradein_header__bg {
	background-image: url(../img/tradein_header__bg.png);
}

.fancy_header__img.instalment_header__bg {
	background-image: url(../img/instalment_header__bg.png);
}

.fancy_header__img.carbuyback_header__bg {
	background-image: url(../img/carbuyback_header__bg.png);
}






.fancy_main {
	display: block;
	margin-top: 50px;
}

.fancy_main > h2 {
	display: block;
	margin-bottom: 30px;
}

.four_blocks {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.four_blocks.short {
	flex-flow: row;
}

.four_blocks > div {
	display: flex;
	flex: 0 0 calc((100% - 1 * 20px) / 2);
	flex-flow: column;
	gap: 15px;
	border: 1px solid rgb(208, 208, 208);
	padding: 30px;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
}

.four_blocks.short > div {
	flex: 0 0 calc((100% - 3 * 20px) / 4);
}

.four_blocks > div > h3 {
	display: flex;
	gap: 20px;
	font-size: 22px;
	line-height: 26px;
	align-items: center;
	max-width: 280px;
}

.four_blocks.short > div > h3 {
	max-width: 220px;
}

.four_blocks > div > h3 > i {
	display: flex;
	font-size: 50px;
	margin-top: 4px;
	color: rgb(170, 3, 3);
}

.four_blocks > div > p {
	display: block;
	margin: 0px;
}

.four_blocks a {
	color: rgb(170, 3, 3);
}

.four_blocks a:hover {
	text-decoration: underline;
}






.fancy_stage {
	display: block;
	margin-top: 50px;
}

.fancy_stage > h2 {
	display: block;
	margin-bottom: 30px;
}

.stage_blocks {
	display: flex;
	flex-flow: row;
	gap: 20px;
}

.stage_blocks > div {
	display: flex;
	flex: 0 0 calc((100% - 3 * 20px) / 4);
	flex-flow: column;
	gap: 15px;
	border: 1px solid rgb(208, 208, 208);
	padding: 30px;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
}

.stage_blocks > div > div {
	display: flex;
	gap: 20px;
	align-items: center;
}

.stage_blocks > div > div > div {
	display: flex;
	font-size: 20px;
	width: 34px;
	height: 34px;
	align-items: center;
	background-color: rgb(170, 3, 3);
	min-width: 34px;
	justify-content: center;
	border-radius: 100%;
	color: rgb(255, 255, 255);
	border: 8px solid rgb(255, 152, 152);
	font-weight: 500;
}

.stage_blocks > div > div > span {
	display: flex;
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
}

.stage_blocks > div > span {
	display: flex;
}

.stage_blocks > div > p {
	display: flex;
	margin: 0;
}










.fancy_two_blocks {
	display: flex;
	gap: 20px;
	margin-top: 20px;
}

.fancy_two_blocks__item {
	display: flex;
	flex-flow: wrap;
	width: 100%;
	border: 1px solid rgb(208, 208, 208);
	padding: 30px;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
}

.fancy_two_blocks__item > h3 {
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 20px;
	width: auto;
	position: relative;
	padding-bottom: 10px;
}

.fancy_two_blocks__item > h3:after {
	display: block;
	content: '';
	position: relative;
	width: 100%;
	height: 2px;
	background-color: rgb(170, 3, 3);
	bottom: -10px;
}

.fancy_two_blocks__item > div {
	display: flex;
	flex-flow: column;
	gap: 15px;
}

.fancy_two_blocks__item > div > span {
	display: flex;
	max-width: 600px;
}

.fancy_two_blocks__item > div > span > i {
	display: block;
	margin-right: 7px;
	margin-top: 3px;
	font-size: 16px;
}





.fancy_attention {
	display: flex;
	flex-flow: column;
	margin-top: 50px;
}

.fancy_attention > h3 {
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}

.fancy_attention > div {
	display: flex;
}








.fancy_form_block {
	display: flex;
	flex-flow: column;
	position: relative;
	background-color: rgb(33, 36, 43);
	color: #fff;
	/*background-image: url(../img/header_bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: left bottom;*/
	padding: 30px;
	margin-top: 50px;
	border-radius: 4px;
}

.fancy_form_block__wrapper {
	display: flex;
	flex-flow: row;
	gap: 20px;
}

.fancy_form_block > div > form {
	display: flex;
	flex-flow: column;
	width: 60%;
}

.fancy_form__decor {
	display: flex;
	position: relative;
	width: 40%;
}

.fancy_form__decor > img {
	display: block;
	position: absolute;
	width: auto;
	height: 125%;
	right: -30px;
	bottom: -30px;
}



.fancy_form__title {
	display: flex;
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 10px;
	align-items: center;
}

.fancy_form__title > i {
	margin-right: 7px;
	font-size: 22px;
	font-weight: 400;
}

.fancy_form__description {
	display: flex;
	margin-bottom: 20px;
}





.fancy_form__wrap {
	display: flex;
	flex-flow: column;
	gap: 20px;
}

.fancy_form__wrap > div {
	display: flex;
	flex-flow: column;
	gap: 20px;
}





.fancy_form__wrap > div > div {
	display: flex;
	flex-flow: row;
	width: 100%;
	gap: 20px;
}

.fancy_form__wrap > div > div > span {
	display: flex;
	width: 100%;
}




.fancy_form__wrap > div > button {
	display: flex;
	flex-flow: column;
	width: 100%;
}




.fancy_form__agree > label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.fancy_form__agree > label > input[type="checkbox"] {
	height: 40px;
	width: 40px;
	min-width: 40px;
	margin-top: 2px;
}

.fancy_form__agree > label > span {
	display: block;
}

.fancy_form__agree > label > span > a {
	color: rgb(170, 3, 3);
}

.fancy_form__agree > label > span > a:hover {
	color: rgb(200, 0, 0);
	text-decoration: underline;
}




.fancy_form__success {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	gap: 10px;
	color: rgb(0, 170, 0);
	text-align: center;
}

.fancy_form__success > div {
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
}

.fancy_form__success > span {
	display: flex;
}






/* End. Universal blocks */










/* All Reviews */

.reviews_grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.reviews__slider {
	position: relative;
	margin: -10px;
}

.reviews__item {
	display: block;
	padding: 10px;
	box-sizing: border-box;
}

.reviews_grid > .reviews__item {
	flex: 0 0 calc((100% - 3 * 20px) / 4);
	padding: 0px;
}


.reviews__item > .inner {
	display: flex;
	position: relative;
	border: 1px solid rgb(208, 208, 208);
	padding: 20px;
	flex-flow: column;
	box-sizing: border-box;
	height: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
}

.reviews__item > .inner:hover {
	box-shadow: 0px 0px 5px -1px rgba(55, 76, 96, 0.4);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.reviews__item > .inner > span {
	display: flex;
	position: relative;
	align-items: center;
	margin-bottom: 20px;
}

.reviews_block__ava {
	display: block;
	background-color: rgba(255, 255, 255, 0.04);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin-right: 20px;
}

.reviews_block__name {
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.reviews_block > .inner:hover .reviews_block__name {
	color: rgb(200, 0, 0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.reviews_block__txt {
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 20px;
}

.reviews_block__source {
	display: flex;
	color: rgba(18, 18, 18, 0.5);
}

.reviews_block__source > div {
	display: block;
}

.reviews_block__source > a {
	display: block;
	margin-left: 10px;
	white-space: nowrap;
}

.reviews_block__source > span {
	display: block;
	color: rgb(254, 254, 255);
	margin-left: 10px;
	white-space: nowrap;
}



/* END. All Reviews */



/* Promos */

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

.promos_block > div {
	display: flex;
	width: 100%;
	flex-flow: column;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 400px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 4px;
}

.promos_block > div:hover {
	box-shadow: 0px 4px 10px -4px rgb(55, 76, 96);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.promos_block > div:nth-child(6n-5),
.promos_block > div:nth-child(6n) {
	grid-column: span 2;
}

.promos_block > div > a {
	display: flex;
	position: relative;
	flex-flow: column;
	overflow: hidden;
	padding: 30px;
	height: 100%;
	color: rgb(255, 255, 255);
	z-index: 0;
	justify-content: center;
	gap: 10px;
	border-radius: 4px;
}

.promos_block > div > a:after {
	position: absolute;
	display: block;
	content: '';
	background-color: rgba(33, 36, 43, 0.6);
	backdrop-filter: blur(1px);
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0px;
	top: 0px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.promos_block > div:hover > a:after {
	background-color: rgba(33, 36, 43, 0.7);
	backdrop-filter: blur(4px);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.promos_block__title {
	display: flex;
	z-index: 1;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	max-width: 210px;
}

.promos_block__descr  {
	display: flex;
	z-index: 1;
	max-width: 430px;
}

.promos_block > div > a > img {
	display: flex;
	position: absolute;
	width: 110%;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}

/* END. Promos */






























/* Contacts */

.contacts {
	display: flex;
	position: relative;
	background-color: rgb(33, 36, 43);
	color: #fff;
	/*background-image: url(../img/header_bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: left bottom;*/
	padding: 50px;
	gap: 50px;
	align-items: center;
	border-radius: 4px;
}

.contacts_info_block {
	display: flex;
	flex-flow: column;
	width: 100%;
	gap: 50px;
}

.contacts_info_block > div,
.contacts_info_block > a {
	display: flex;
	flex-flow: row;
	color: rgb(255, 255, 255);
	gap: 20px;
}

.contacts_info_block > div > span,
.contacts_info_block > a > span {
	display: flex;
	flex-flow: column;
	gap: 5px;
}

.contacts_info_block > div > div,
.contacts_info_block > a > div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	min-width: 55px;
	background-color: rgb(255, 255, 255);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 4px;
}

.contacts_info_block > div > div > i,
.contacts_info_block > a > div > i {
	font-size: 22px;
	color: rgb(33, 36, 43);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.contacts_info_block > div > span > em,
.contacts_info_block > a > span > em {
	font-style: normal;
	font-size: 24px;
	line-height: 28px;
}
.contacts_info_block > a > span > span {
	white-space: nowrap;
}

.contacts_info_block > a {
	color: rgb(255, 255, 255);
	width: 230px;
}

.contacts_info_block > a:hover {
	color: rgb(200, 0, 0);
}

.contacts_info_block > a:hover > div > i {
	color: rgb(255, 255, 255);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.contacts_info_block > a:hover > div {
	background-color: rgb(200, 0, 0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.contacts__requisites_min {
	flex-flow: wrap !important;
	gap: 10px !important;
	text-transform: uppercase;
	justify-content: space-between;
}

.contacts__requisites_min > em {
	font-style: normal;
}




.contacts_form_block {
	display: flex;
	flex-flow: column;
	width: 100%;
	margin: -100px 0px;
	box-sizing: border-box;
	max-width: 580px;
	border-radius: 4px;
}

.contacts_form_block > form {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 4px 10px -4px rgb(55, 76, 96);
	padding: 50px;
	box-sizing: border-box;
	min-height: 570px;
	border-radius: 4px;
	color: rgb(18, 18, 43);
}

.contacts_form__title {
	display: flex;
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 10px;
	align-items: center;
}

.contacts_form__title > i {
	margin-right: 7px;
	font-size: 22px;
	font-weight: 400;
}

.contacts_form__description {
	display: flex;
	margin-bottom: 20px;
}

.contacts_form__wrap {
	display: flex;
	flex-flow: column;
	gap: 20px;
}

.contacts_form__wrap input[type="checkbox"] {
	height: 30px;
	width: 30px;
	min-width: 30px;
	margin-top: 2px;
}

.contacts_form_block input[type="text"],
.contacts_form_block input[type="email"],
.contacts_form_block input[type="tel"],
.contacts_form_block textarea {
	border: 1px solid rgb(208, 208, 208);
}

.contacts__success {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	background-color: rgb(33, 36, 43);
	box-shadow: 0px 4px 10px -4px rgb(55, 76, 96);
	padding: 50px;
	box-sizing: border-box;
	min-height: 570px;
	gap: 10px;
	color: rgb(0, 170, 0);
	text-align: center;
	border-radius: 4px;
}

.contacts__success > div {
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
}

.contacts__success > span {
	display: flex;
}









.contacts_social_block {
	display: flex;
	gap: 20px;
	height: 50px;
	align-items: flex-end;
	padding-left: 50px;
}

.contacts_social_block > a {
	white-space: nowrap;
}

.contact_callback_btn {
	display: flex;
	align-items: center;
}

.contact_callback_btn > i {
	margin-right: 7px;
	color: rgb(170, 3, 3);
}

.contact_map {
	display: block;
	position: relative;
	height: 500px;
	background-color: rgba(18, 31, 47, 0.5);
	overflow: hidden;
	margin: 50px 0px 0px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 4px;
	border: 1px solid rgb(208, 208, 208);
}

.contact_map::after {
	display: block;
	position: absolute;
	content: '';
	background-image: url(../img/map_load.png);
	width: 280px;
	height: 140px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	opacity: 0.5;
}

.contact_map iframe {
	filter: grayscale(.7);
	opacity: .95;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

.contact_map:hover iframe {
	filter: grayscale(0);
	opacity: 1;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	transition: all 1.5s ease;
}


/* End. Contacts */












/* Новый дизайн страницы НОВЫХ авто */


.newcar_newDesign {
	display: flex;
	flex-flow: row;
	gap: 20px;
}

.newcar_newDesign__image {
	display: flex;
	width: 100%;
}

.newcar_newDesign__short_btns {
	display: flex;
	gap: 10px;
	margin: 10px 0px 0px 10px;
	flex-wrap: wrap;
	position: absolute;
}

.newcar_newDesign__short_btns > div {
	display: flex;
	align-items: baseline;
	font-size: 14px;
	white-space: nowrap;
	padding: 2px 10px;
	background-color: rgba(246, 248, 250, 0.9);
	border-radius: 4px;
}

.newcar_newDesign__short_btns > div > i {
	margin-right: 5px;
	font-size: 12px;
}

.newcar_newDesign__image_wrap {
	display: block;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}

.newcar_newDesign__image_wrap > img {
	display: flex;
}

.newcar_newDesign__info {
	display: flex;
	flex-flow: column;
	width: 100%;
	gap: 30px;
	justify-content: space-between;
	padding-bottom: 7%;
}

.newcar_newDesign__DIV {
	display: flex;
	flex-flow: column;
	gap: 10px;
}

.newcar_newDesign__DIV_Decor {
	position: relative;
	display: flex;
	flex-flow: row;
	align-items: flex-end;
}

.newcar_newDesign__DIV_Decor__left {
	display: flex;
	flex-flow: column;
	gap: 10px;
	width: 50%;
}

.newcar_newDesign__timer__info {
	display: flex;
	flex-flow: column;
	gap: 10px;
	position: relative;
}






.tooltip_ico {
	display: flex;
}

.tooltip_ico > i {
	display: flex;
}

.tooltip_btn {
	position: relative;
	display: inline-flex;
	margin-left: 2px;
	font-size: 22px;
}

.tooltip_btn > i {
	display: flex;
	cursor: pointer;
}

.tooltip_btn > i:hover {
	color: rgb(170, 3, 3);;
}

.tooltip_block {
	display: none;
	position: absolute;
	background-color: rgb(170, 3, 3);
	padding: 10px 15px;
	border-radius: 4px;
	color: #fff;
	z-index: 1;
	font-size: 14px;
	line-height: 18px;
	left: 50%;
	box-sizing: border-box;
	top: -90px;
	transform: translate(-50%,0);
	width: 380px;
	text-align: center;
	box-shadow: 0px 0px 5px 0px rgb(16, 18, 21);
	margin-left: -10px;
}

.tooltip_block::after {
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid rgb(170, 3, 3);
	transform: translate(0,-50%);
	left: 50%;
	bottom: -20px;
}

.tooltip_block.active {
	display: flex;
}




.newcar_newDesign__timer__info_main {
	display: block;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	max-width: 360px;
}











.newcar_newDesign__DIV_Decor__Right {
	display: flex;
	position: absolute;
	width: 360px;
	right: 0;
	bottom: -50px;
}

.newcar_newDesign__DIV_Decor__Right > img {
	width: 100%;
	height: auto;
}

.newcar_newDesign__timer {
	display: flex;
	flex-flow: row;
	gap: 20px;
}

.newcar_newDesign__timer_ico {
	display: flex;
	background-color: rgb(33, 36, 43);
	color: rgb(255, 255, 255);
	border-radius: 4px;
	padding: 20px;
	font-size: 30px;
	align-items: center;
	justify-content: center;
}

.newcar_newDesign__timer_wrap {
	display: flex;
	flex-flow: column;
	gap: 15px;
	width: 100%;
	padding-right: 10px;
}

.newcar_newDesign__timer_wrap > span {
	display: flex;
	font-weight: 500;
	color: rgb(170, 3, 3);
}

.timer_mechanism {
	display: flex;
	flex-flow: row;
	gap: 20px;
}

.timer_mechanism > div {
	display: flex;
	position: relative;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	border: 1px solid rgb(208, 208, 208);
	border-radius: 4px;
	padding: 15px;
	gap: 10px;
	width: 100%;
}

.timer_mechanism > div::after {
	display: flex;
	position: absolute;
	content: ':';
	right: -15px;
	top: 28px;
	font-size: 30px;
}

.timer_mechanism > div:last-child:after {
	display: none;
}

.timer_mechanism > div > span {
	display: flex;
	font-size: 30px;
}

.timer_mechanism > div > em {
	display: flex;
	font-style: normal;
	font-size: 14px;
}

.newcar_Actions_newDesign {
	display: block;
	position: relative;
	z-index: 2;
	padding-top: 0px;
	box-sizing: content-box;
}

.newcar_Actions_newDesign::before {
	display: block;
	position: absolute;
	content: '';
	background-image: url(../img/line_decor_newCar__before.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 120px;
	top: -90px;
	left: 0;
	right: 0;
	z-index: 3;
	pointer-events: none;
}

.new_car_main_info__btns__wrap {
	display: flex;
	margin: 0px -10px;
	justify-content: end;
	background-color: #fff;
}

.new_car_main_info__btns__wrap > .new_car_main_info__btns {
	width: 50%;
	padding: 0px 10px;
	box-sizing: border-box;
	top: -20px;
	position: relative;
	z-index: 3;
	margin-top: 0;
}

.newcar_Actions_newDesign .page_sub_title {
	margin: -40px 0px 20px;
	position: relative;
	z-index: 3;
}

.new_car_NEW__wrapper {
	margin-top: 0px;
}

.new_car_main_info__photo > picture {
	justify-content: center;
}

.new_car_main_info__photo > picture > img {
	width: 50%;
}

.new_car_get_offer {
	padding: 0px 10px;
	background-color: rgb(40, 167, 69);
	line-height: 48px;
	height: 50px;
	color: rgb(255, 255, 255);
	white-space: nowrap;
	min-width: 200px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 4px;
	gap: 7px;
}

.new_car_get_offer > i {
	display: block;
}

.new_car_get_offer > span {
	display: block;
}

.new_car_get_offer:hover {
	background-color: rgb(200, 0, 0);
	color: rgb(255, 255, 255);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;	
}


.second_phone {
	background-color: rgb(33, 36, 43);	
	color: rgb(255, 255, 255);
	align-content: baseline;
	gap: 7px;

	background-color: rgb(170, 3, 3);
	border: 1px solid rgb(170, 3, 3) !important;
}

.second_phone > i {
	display: block;
}





















/* Footer */

footer {
	position: relative;
	padding: 50px 0px;
	background-color: rgb(33, 36, 43);
	color: #fff;
	/*background-image: url(../img/footer_bg.jpg);
	background-attachment: fixed;
	background-size: cover;*/
	background-position: center bottom;
	box-shadow: 0px 4px 10px -4px rgb(55, 76, 96);
	border-top: 10px solid rgb(14, 15, 16);
	border-bottom: 10px solid rgb(14, 15, 16);
}

.footer_top {
    display: block;
    background-color: rgb(33, 36, 43);
}

.footer_top__wrap {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.footer_top__wrap > div > a {
	color: rgb(255, 255, 255);
}

footer .duble_line_btns {
	flex-flow: row-reverse;
}















.footer_menu {
    display: flex;
    padding-top: 50px;
    gap: 20px;
}

.footer_menu > div {
	display: block;
	width: 100%;
}

.footer_menu > div > span {
	display: block;
	font-size: 26px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.footer_menu > div > ul {
	display: block;
	width: 100%;
	padding: 0px;
	columns: 6;
	-webkit-columns: 6;
	-moz-columns: 6;
}

.footer_menu > div > ul > li {
	display: block;
}

.footer_menu > div > ul > li > a {
	display: inline-block;
	color: rgb(255, 255, 255);
	margin: 10px 0px;
}

.footer_menu > div > ul > li > a:hover {
	color: rgb(170, 3, 3);
}











.footer_bottom {
	display: flex;	
	flex-flow: column;
}

.footer_bottom > div {
	display: flex;	
	padding-top: 50px;
}

.footer_bottom > div > span {
	padding-right: 10%;
}

.footer_bottom > div > span > a {
	color: rgb(255, 255, 255);
	text-decoration: underline;
}





/* Ссылки на страницы правовой информации */

.wsp_footer__legal_notice {
	display: flex;
	border-top: 1px solid rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	width: 100%;
	padding: 15px 0px;
	gap: 30px;
}

.wsp_footer__legal_notice li {
	display: block;
	position: relative;
	float: left;
}

.wsp_footer__legal_notice li > a {
	display: block;
	color: rgb(255, 255, 255);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.wsp_footer__legal_notice li > a:hover {
	color: rgb(170, 3, 3);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.wsp_footer__legal_notice li:after {
	display: block;
	content: '/';
	pointer-events: none;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translate(0,-50%);
	color: #fff;
}

.wsp_footer__legal_notice li:last-child {
	margin-right: 0px;
}

.wsp_footer__legal_notice li:last-child:after {
	display: none;
}

/* End. Footer */



/* Overlay */

.page_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: all .4s;
    background-color:#202224;
    opacity: 97%;
    z-index: 9;
}

.page_overlay.active {
    visibility: visible;
}

/* End. Overlay */



.form_select__search > input:hover,
.form_select__search > input:focus,
.form_select__search > input:avtive {
	box-shadow: none !important;
	border: 0px solid rgb(0, 0, 0) !important;
}



/* Scroll to top */

.scroll_to_top {
	display: flex;
	position: fixed;
	z-index: 1;
	cursor: pointer;
	bottom: 50px;
	right: 50px;
	background-color: rgb(170, 3, 3);
	width: 50px;
	height: 50px;
	opacity: 0;
	transform: translateY(100px);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}

.scroll_to_top > i {
	color: rgb(255, 255, 255);
	font-size: 30px;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.scroll_to_top:hover {
	background-color: rgb(200, 0, 0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

/* End. Scroll to top */












/* ВРЕМЕННОЕ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

/* Скрыл стрелки слайдера в карточек нового авто */

.new_catalog .catalog_item__face .swiper_button_next,
.new_catalog .catalog_item__face .swiper_button_prev,
.new_car_page .catalog_item__face .swiper_button_next,
.new_car_page .catalog_item__face .swiper_button_prev {
	display: none !important;
}

.new_catalog .catalog_item__face,
.new_car_page .catalog_item__face {
	padding: 20px;
}

.new_catalog .catalog_item__face .swiper_button_next,
.new_car_page .catalog_item__face .swiper_button_prev {
	display: none !important;
}

