html {
    overflow-x: hidden;
}

body {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    background: #000000;
    overflow-x: hidden;
}

.compensate-for-scrollbar {
    margin: 0 auto !important;
    overflow: auto !important;
}

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
    padding: 0;
}

input[type=file] {
    display: none;
}

/******************************************************************************/

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
    transition: 0.5s;
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    background: url(../img/select_ico.svg) 100% 50% no-repeat;
    font-family: "Inter", sans-serif;
    outline: none;
}

a {
    text-decoration: none;
    color: black;
}

.container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1246px;
    position: relative;
}

@media (min-width: 576px) {
    .container {
        width: 760px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 1180px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1246px;
        max-width: 100%;
    }
}

@media (min-width: 1570px) {
    .container {
        width: 1246px;
        max-width: 100%;
    }
}

input[type=text],
input[type=tel] {
    color: #939393;
}

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3;
}

#form_popup {
    display: none;
}

.popup_container {
    width: 520px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden !important;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #545454;
    text-align: center;
    padding-bottom: 30px;
    background: #000000;
    border-radius: 36px;
}

.popup_container .agree_field {
    color: #ffffff;
    font-size: 10px;
}

.popup_container .agree_field a {
    color: #ffffff;
    text-decoration: underline;
}

.popup_container h2 {
    margin: 0;
    padding-top: 25px;
    padding-bottom: 29px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    padding-bottom: 15px;
}

.popup_container .form_comment a {
    display: block;
    color: #ffffff;
    text-decoration: none;
}

.popup_container .form-group {
    margin-bottom: 19px;
}

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    display: block;
    height: 50px;
    line-height: 100%;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 10px;
}

.popup_container .form-group ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
}

.popup_container .form-group ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
}

.popup_container .form-group :-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
}

.popup_container .form-group :-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
}

.popup_container .form-group textarea {
    color: #ffffff;
    display: block;
    height: 100px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 10px;
    resize: none;
    font-size: 16px;
}

.popup_container .form-group select {
    color: #ffffff;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding-left: 16px;
    height: 40px;
    border: 1px solid #ffffff;
}

.popup_container .form-group button {
    cursor: pointer;
}


.alert.fancybox-content {
    overflow: hidden;
}

.fancybox-content {
    background: #000000;
    border: 1px solid #545454;
    border-radius: 36px;
}

.agree_field {
    font-size: 10px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    font-weight: 400;
    padding-left: 18px;
    color: #ffffff;
    cursor: pointer;
}
.agree_field a {
    color: #ffffff;
    text-decoration: underline;
}
.agree_field input {
    position: absolute;
    left: -5000px;
    visibility: hidden;
}

.agree_field input+a {
    color: #000000;
}

.agree_field input+span {
    width: 7px;
    height: 7px;
    border: 1px solid #D9D9D9;
    background: transparent;
    border-radius: 50px;
    position: absolute;
    top: 1px;
    left: 0;
}

.agree_field input:checked+span {
    background: #D9D9D9;
}

form .form-group {
    margin-bottom: 12px;
    position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    font-family: "Inter", sans-serif;
    height: 50px;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    box-sizing: border-box;
    font-weight: 400;
    border: 1px solid #ffffff;
    padding: 0 16px;
    outline: none;
    background: transparent;
    border-radius: 50px;
}

select {
    font-family: "Inter", sans-serif;
    display: block;
    color: #ffffff;
    height: 50px;
    width: 100%;
    padding-left: 16px;
    padding-right: 35px;
    font-size: 18px;
    font-weight: 300;
    outline: none;
    background: url(../img/select_ico.svg) right 20px center no-repeat;
    border: 1px solid #ffffff;
    border-radius: 50px;
}

form .form-group button {
    font-family: "Inter", sans-serif;
    width: 100%;
    height: 50px;
    cursor: pointer;
    outline: none;
    border: none;
}
form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
}

form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
}

form :-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
}

form :-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
}

.form_title {
    margin: 0;
    padding: 0;
    padding-bottom: 47px;
    color: #ffffff;
    font-size: 36px;
    text-align: center;
}

.form_title span {
    display: block;
    white-space: nowrap;
}


.btn {
    background: #002D28;
    color: #ffffff;
    text-align: center;
    height: 50px;
    width: 224px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    transition: all .2s linear;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    z-index: 3;
}
.btn span {
    position: relative;
    z-index: 2;
}
.btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 200px;
    background: #00110F;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0;
    z-index: 1;
    transition: all 0.2s linear;
}
.btn:hover::before {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
}

.btn.white {
    color: #000000;
    background: #FFFFFF;
}
.btn.white:before {
    background: #D2D2D2;
}

.section_item {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
}

/*************************************************************************************************************************/

.header {
    position: fixed;
    left: 0;
    width: 100%;
    background: #000000E5;
    z-index: 8;
}

.header .header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.header .logo_wrap {
    display: flex;
    align-items: center;
}

.header .logo1 {
    display: flex;
    align-items: center;
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid #FFFFFF;
    font-size: 20px;
    text-transform: uppercase;
}
.header .logo2 {
    display: flex;
    column-gap: 8px;
    font-size: 20px;
}
.header .logo2 span {
    font-size: 20px;
    font-weight: 500;
}

.header .top_addr {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 26px;
    font-size: 16px;
    font-weight: 400;
}
.header .top_addr:before {
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../img/top_addr_ico.svg) no-repeat;
    transition: all 0.2s linear;
}
.header .top_addr:hover:before {
    background: url(../img/top_addr_ico_hov.svg) no-repeat;
}

.header .top_phone {
    position: relative;
    padding-left: 26px;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}
.header .top_phone:before {
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../img/top_phone_ico.svg) no-repeat;
    transition: all 0.2s linear;
}
.header .top_phone:hover:before {
    background: url(../img/top_phone_ico_hov.svg) no-repeat;
}

.header .m_btn {
    display: none;
}

.menu {
    position: fixed;
    width: fit-content;
    margin: 0 auto;
    top: 80px;
    left: 0;
    right: 0;
    padding: 18px 27px 12px;
    background: #00000099;
    border-radius: 0 0 20px 20px;
    backdrop-filter: blur(4px);
}
.scroll .menu {
    display: none;
}
.scroll_bottom .menu {
    display: block;
}
.main_menu {
    display: flex;
    column-gap: 30px;
}
.main_menu a {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 6px;
    transition: all 0.2s linear;
}
.main_menu a:hover {
    text-shadow: 0 0 .65px #ffffff, 0 0 .65px #ffffff;
}
.main_menu a:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #002D28;
    border-radius: 50px;
    opacity: 0;
    transition: all 0.2s linear;
}
.main_menu a:hover:before {
    opacity: 1;
}
.main_menu a:after {
    content: '';
    position: absolute;
    bottom: 2px;
    width: 0;
    height: 1px;
    background: #002D28;
    transition: all 0.2s linear;
}
.main_menu a:hover:after {
    width: 90%;
}

/**************************************************************************************************************/

.main_banner .slider_item {
    height: 750px;
}

.main_banner .slide1 {
    background: url("../img/bg1.jpg") 50% 0 no-repeat;
}

/*.main_banner .title_container {
    position: relative;
    top: 170px;
    padding: 20px 30px;
    border-radius: 20px;
    background: #000000CC;
}

.main_banner .title_container .title1 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}
.main_banner .title_container .title2 {
    margin-top: 8px;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.main_banner .title_container .title2 b {
	display:inline-block;
	padding:4px 12px;
	border-radius:10px;
	font-size:34px;
	font-weight:500;
	background: linear-gradient(90deg, #006B5B 0%, #002D28 100%);
}


.main_banner .title_container .title3 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}*/

/* �������� ��������� �� ����� ���������� ������ */
.title_container {
    position: relative;
    top: 207px;
    position: relative; /* ����� ��� ���������������� ���� */
    /* max-width: 960px; */
    /* margin: 50px auto 20px auto; */ /* �������� ������ ������ ��� ���������� ������ */
    padding: 28px 30px 32px 30px;
    box-sizing: border-box;
    text-align: center;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 24px;
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    color: #ffffff;
    background: #000000CC;
}

/* ������� ��� "������ �� 24.05" */
.banner-date {
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translate(-50%, -100%); /* ������� ������ ����� �� ������� ������� */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff;
    padding: 8px 24px;
    border-radius: 12px 12px 0 0; /* ���������� ������ ������ */
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: none;
    white-space: nowrap; /* ������ �� �������� ���� �� ����� ������ */
    background: #00000080;
}

.banner-date .date-icon {
	display: flex;
    align-items: center !important;
}

/* ����� ��������� */
.title2 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

/* ��������� ����� ������ ����-������� ������ */
.title2 .highlight {
	display:inline-block;
	padding:4px 12px;
	border-radius:10px;
	font-size:34px;
	font-weight:500;
	background: linear-gradient(90deg, #006B5B 0%, #002D28 100%);
}

/* ��������� ��� ������ ������ */
.features-grid {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap; /* ������������ ��� ��������� */
}

/* ����� ��������� ������ ������������ */
.feature-item {
    background: #FFFFFF4D;
    padding: 8px 18px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, 0.9);
    /* transition: background 0.2s ease; */
    backdrop-filter: blur(4px);
}

.feature-icon {
	display: flex;
    align-items: center !important;
}

/* ������ ��� ��������� �� ������ */
.feature-item:hover {
    background: rgba(255, 255, 255, 0.25);
}


/**************************************************************************************************************/

.timer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 24px 0;
}
.timer_item {
    font-size: 24px;
    font-weight: 600;
}
#timer_form {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 512px;
}
#timer_form .form-group:nth-child(7) {
    width: 49%;
}
#timer_form .form-group:nth-child(8) {
    width: 49%;
}

/**************************************************************************************************************/

.test-drive-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-color: #141414; */
  border-radius: 16px;
  padding: 12px 0;
  box-sizing: border-box;
  margin-top: 60px;
  position:relative;
  background-image: linear-gradient(to right, #141414 70%, transparent 70%);
}


/* ������� ������ ������������ ����� ������ � ����� */
.test-drive-block::before,
.test-drive-block::after {
  content: "";
  position: absolute;
  left: 40%; /* ���������� ����� ���, ��� ��������� ����� ���� */
  right: 0px;   /* ���� �� ������ ������� ���� */
  height: 12px; /* ������� ����� */
  background-color: #0b1315; /* ���� ����� */
}

/* ������� �����: ��������� � ������ ����� � ��������� � ������ ������ */
.test-drive-block::before {
  top: 0;
  border-radius: 0 4px 4px 0; /* ����������� ����� ����� */
}

/* ������ �����: ��������� � ������ ���� � ��������� � ������ ������ */
.test-drive-block::after {
  bottom: 0;
  border-radius: 0 4px 4px 0; /* ����������� ����� ����� */
}



.test-drive-content {
  /* flex: 0 0 500px; */
  padding-left: 32px; /* ���������� ������ ��� ������ ����� */
}

.test-drive-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 12px 0;
}

.test-drive-subtitle {
  color: white;
  font-size: 18px;
  margin: 0 0 24px 0;
}

.test-drive-btn {
  /* background: #002D28; */
  width: 303px;
  max-width: 100%;
}

.test-drive-image {
  /* display: flex; */
  /* justify-content: flex-end; */
  border-radius:20px;
  padding:8px;
  background: black;
  padding-right: 0;
  position: relative;
  z-index: 2;
}

.test-drive-image img {
  max-width: 100%;
  height: auto;
	border-radius:12px;
}

/**************************************************************************************************************/

.cars_menu {

}
.cars_menu_list {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    column-gap: 18px;
}
.cars_menu_item {
    position: relative;
    width: 290px;
    height: 140px;
    display: flex;
    align-items: center;
    background: linear-gradient(360deg, #0B0B0B 0%, #1B1B1B 100%);
    border: 0.8px solid #545454;
    border-radius: 32px;
    overflow: hidden;
    transition: all 0.2s linear;
}

.cars_menu_item:hover {
    background: #002D28;
}
.cars_menu_title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    transition: all 0.2s linear;
}
.cars_menu_item:hover .cars_menu_title {
    opacity: 0;
}
.cars_menu_item img {
    position: absolute;
    left: 44%;
    height: 100%;
    max-width: initial;
    transition: all 0.2s linear;
}
.cars_menu_item:hover img {
    left: 24px;
}

.cars_items {
    position: relative;
    background: url(../img/cars_items_decor.svg) 50% -120px no-repeat;
    padding-top: 120px;
    margin-top: 60px;

}
.cars_items:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 252px;
    background: linear-gradient(180deg, #0D0D0D 0%, #000000 100%);
    z-index: -1;
}
.cars_items:after {
    content: '';
    position: absolute;
    bottom: -242px;
    left: 0;
    width: 100%;
    height: 640px;
    background: url(../img/instock_decor.svg) 50% 0 no-repeat;
    z-index: 2;
}

.car_item {
    margin-top: 86px;
    position: relative;
    z-index: 3;
    scroll-margin-top: 150px;
}
.car_wrapper {
    padding: 28px 22px 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: url(../img/car_bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    border-radius: 0 36px 36px 0;
}
.img_block {
    position: relative;
    z-index: 2;
}
.img_block:before {
    content: '';
    position: absolute;
    top: 70px;
    left: 0;
    width: 302px;
    height: 294px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 200, 177, 0.3) 0%, rgba(0, 200, 177, 0) 100%);
    z-index: -1;
}
.img_block img {
    position: relative;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.car_name {
    position: relative;
    top: -12px;
    left: -16px;
    padding-left: 86px;
    font-size: 32px;
    font-weight: 400;
}
.car_name:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 74px;
    height: 30px;
    background: url(../img/car_name_logo.svg) no-repeat;
}

.dots {
    position: absolute;
    left: 6px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 25px;
}
.dots .dot_color {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    cursor: pointer;
}
.dots .dot_color:hover,
.dots .dot_color.active {
    outline: 1px solid #545454;
}

.car_btns {
    margin-top: 28px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.car_btns .btn {
    width: 50%;
}

.info_block {
    position: relative;
    width: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 18px;
    z-index: 2;
}

.car_profit {
    position: absolute;
    top: -12px;
    left: 202px;
    display: flex;
    align-items: center;
    column-gap: 16px;
    height: 50px;
    padding: 0 20px 0 5px;
    font-size: 20px;
    font-weight: 600;
    color: #002D28;
    text-transform: uppercase;
    border-radius: 50px;
    background: #ffffff;
}
.car_profit:before {
    content: '';
    position: relative;
    display: block;
    min-width: 40px;
    height: 40px;
    background: url(../img/car_profit_ico.svg) no-repeat;
}

.car_props {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    padding: 18px 22px;
    border: 1px solid #545454;
    border-radius: 30px;
    background: #000000;
}
.car_props a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 46px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.car_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../img/car_props_ico.svg) no-repeat;
    transition: all 0.2s linear;
}
.car_props a:hover:before {
    background: url(../img/car_props_ico_hov.svg) no-repeat;
}

.car_props2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 3px;
}
.car_props2 a {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 10px;
    height: 58px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background: radial-gradient(95.81% 95.81% at 4.19% 50%, #1B1B1B 0%, #000000 100%);
    border-radius: 8px;
}
.car_props2 a span {
    position: relative;
    z-index: 2;
}
.car_props2 a:before {
    content: '';
    position: relative;
    display: block;
    min-width: 30px;
    height: 30px;
    z-index: 2;
}
.car_props2 .ico1:before {
    background: url(../img/car_props2_ico1.svg) 50% 50% no-repeat;
}
.car_props2 .ico2:before {
    background: url(../img/car_props2_ico2.svg) 50% 50% no-repeat;
}
.car_props2 .ico3:before {
    background: url(../img/car_props2_ico3.svg) 50% 50% no-repeat;
}
.car_props2 .ico4:before {
    background: url(../img/car_props2_ico4.svg) 50% 50% no-repeat;
}
.car_props2 .ico5:before {
    background: url(../img/car_props2_ico5.svg) 50% 50% no-repeat;
}
.car_props2 .ico6:before {
    background: url(../img/car_props2_ico6.svg) 50% 50% no-repeat;
}

.car_props2 a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 58px;
    background: radial-gradient(95.81% 95.81% at 4.19% 50%, #00544A 0%, #002D28 100%);
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px #00473F66;
    opacity: 0;
    transition: all 0.2s linear;
}
.car_props2 a:hover:after {
    opacity: 1;
    height: 60px;
    right: -10px;
}

.car_tehs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 130px;
    margin-bottom: 10px;
}
.car_tehs:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -0.5px;
    width: 1px;
    height: 100%;
    background: #545454;
}
.car_tehs:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    width: 100%;
    height: 1px;
    background: #545454;
}
.car_tehs > div {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    width: 50%;
}
.car_tehs > div:nth-child(1):before {
    content: '';
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 6px;
    height: 6px;
    background: #545454;
    border-radius: 50px;
    z-index: 4;
    transition: all 0.2s linear;
}
.car_tehs:hover > div:nth-child(1):before {
    background: #002D28;
}
.car_tehs > div:nth-child(1),
.car_tehs > div:nth-child(2) {
    padding-bottom: 13px;
}
.car_tehs > div:nth-child(3),
.car_tehs > div:nth-child(4) {
    padding-top: 8px;
    padding-bottom: 6px;
}

.car_tehs > div:nth-child(2),
.car_tehs > div:nth-child(4) {
    text-align: right;
}
.car_tehs > div span {
    font-size: 12px;
    color: #545454;
}
.car_tehs > div b {
    font-size: 16px;
    font-weight: 400;
}

.car_gallery {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    width: 206px;
}
.car_gallery a {
    overflow: hidden;
    border-radius: 30px;
}
.car_gallery a img {
    width: 100%;
    transition: all 0.2s linear;
}
.car_gallery a:hover img {
    transform: scale(1.1);
}

/**************************************************************************************************************/

#instock {
    position: relative;
    padding-top: 120px;
    padding-bottom: 60px;
    background: #1B1B1B;
    z-index: 1;
}
#instock:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 360px;
    background: linear-gradient(180deg, #000000 13.06%, #1B1B1B 100%);
    z-index: -2;
}

.filter_quick_menu {
    display: none;
}

#filter_table {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
#filter_table .select_container {
    width: 32%;
}

#filter_table .select_container select {
    border-color: #545454;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #545454;
}

#tb_complects {
    margin-top: 20px;
    width: 100%;
}

#tb_complects tbody tr:nth-child(1) {
    display: none;
}
#tb_complects tbody tr td:before {
    display: none;
}
#tb_complects .item {
    margin-top: 44px;
    display: flex;
    justify-content: space-between;
    column-gap: 7px;
    background: url(../img/compl_item_bg.png) no-repeat;
    padding-bottom: 30px;
    border-right: 1px solid #545454;
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
}

#tb_complects .compl_img {
    position: relative;
    display: flex;
    justify-content: center;
    min-width: 400px;
    height: 134px;
    border-radius: 30px;
    overflow: hidden;
    z-index: 2;
}
#tb_complects .compl_img img {
    position: relative;
    z-index: 2;
}
#tb_complects .compl_img:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #002D28 -133.57%, rgba(115, 115, 115, 0) 80.42%);
    z-index: -1;
}
#tb_complects .compl_img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #00574D -16.42%, rgba(115, 115, 115, 0) 80.42%);
    opacity: 0;
    z-index: 1;
    transition: all 0.2s linear;
}
#tb_complects .compl_img:hover:after {
    opacity: 1;
}

#tb_complects .compl_wrap {
    padding: 34px 18px 0 40px;
    display: flex;
    justify-content: space-between;
    width: -webkit-fill-available;
    width: -moz-available;
}

#tb_complects .compl_name {
    display: flex;
    align-items: center;
    column-gap: 16px;
}
#tb_complects .compl_name span {
    font-size: 32px;
    font-weight: 400;
    color: #545454;
}
#tb_complects .compl_name b {
    position: relative;
    display: inline-block;
    margin-left: 8px;
    padding: 0 20px;
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 50px;
    overflow: hidden;
    z-index: 2;
}
#tb_complects .compl_name b:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002D28;
    z-index: -2;
}
#tb_complects .compl_name b:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(104.44deg, #002D28 33.71%, #00675C 56.53%, #002D28 74.28%);
    transform: translateX(-100%);
    z-index: -1;
}
#tb_complects .compl_name b:hover:after {
    animation: blick 0.8s linear;
}

@keyframes blick {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translateX(100%)
    }
}

#tb_complects .compl_tehs {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}
#tb_complects .compl_tehs > div {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    padding-left: 18px;
}
#tb_complects .compl_tehs > div:nth-child(1) {
    min-width: 155px;
}
#tb_complects .compl_tehs > div:nth-child(2) {
    min-width: 129px;
}
#tb_complects .compl_tehs > div span {
    font-size: 12px;
    font-weight: 400;
    color: #545454;
}
#tb_complects .compl_tehs > div b {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}
#tb_complects .compl_tehs > div:before {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background: #545454;
}
#tb_complects .compl_tehs > div:after {
    content: '';
    position: absolute;
    top: 0;
    left: -0.5px;
    width: 1px;
    height: 80%;
    background: #545454;
}

#tb_complects .btns {
    width: 318px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
#tb_complects .btns .btn {
    width: 100%;
}

.tb_complects_showmore {
    display: block;
    margin-top: 24px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: underline;
}

/****************************************************************************************************/

.credit {
    margin-top: 120px;
    padding-bottom: 20px;
    background: linear-gradient(360deg, rgba(0, 142, 126, 0.1) 0%, rgba(141, 141, 141, 0) 100%);
}
.credit_wrapper {
    margin-top: 60px;
    display: flex;
    column-gap: 20px;
}
.credit_block {
    width: 351px;
}
.credit_comment {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
#credit_form {
    margin-top: 30px;
}
#credit_form .form-group {
    margin-bottom: 20px;
}
#credit_form .form-group:nth-child(8) {
    margin-bottom: 0;
}
.credit_img {
    margin-top: 46px;
}

.anim-bg {
    display: flex;
    gap: 20px;
}
.anim-bg_right {
    flex-direction: row-reverse;
}
.anim-bg-img {
    position: relative;
}
.anim-bg-img:before {
    content: "";
    display: block;
    width: 104%;
    height: 104%;
    background: #000000;
    transition: all 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    top: -2%;
}
.anim-bg.animated .anim-bg-img:before {
    width: 0;
}
.anim-bg_left .anim-bg-img:before {
    left: -2%;
}
.anim-bg_right .anim-bg-img:before {
    right: -2%;
}
.anim-bg-img_1:before {
    transition: all 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: 1.2s;
}
.anim-bg-img_2:before {
    transition: all 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: 1.5s;
}
.anim-bg-img_3:before {
    transition: all 2.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: 1s;
}

/****************************************************************************************************/

.testdrive {
    position: relative;
    margin-top: 140px;
    background: linear-gradient(360deg, rgba(0, 142, 126, 0.1) 0%, rgba(141, 141, 141, 0) 100%);
}
.testdrive:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 945px;
    background: url(../img/testdrive_bg.svg) 50% -10px no-repeat;
}
.testdrive_wrapper {
    margin-top: 60px;
    display: flex;
    column-gap: 20px;
}
.testdrive_block {
    width: 351px;
}
.testdrive_comment {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
#testdrive_form {
    margin-top: 30px;
}
#testdrive_form .form-group {
    margin-bottom: 20px;
}
#testdrive_form .form-group:nth-child(8) {
    margin-bottom: 0;
}
.testdrive_img {
    margin-top: 46px;
}

/****************************************************************************************************/

.contacts {
    padding-top: 104px;
    background: linear-gradient(180deg, rgba(0, 142, 126, 0.1) 0%, rgba(141, 141, 141, 0) 100%);
}
.contacts_block {
    background: #000000;
}
.contacts_wrapper {
    margin-top: 50px;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.contacts .logo3 {
    display: flex;
}
.contacts .logo4 {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 20px;
}
.contacts .logo4 span {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}
.bottom_addr {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 26px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.bottom_addr:before {
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../img/bottom_addr_ico.svg) no-repeat;
    transition: all 0.2s linear;
}
.bottom_addr:hover:before {
    background: url(../img/bottom_addr_ico_hov.svg) no-repeat;
}

.bottom_phone {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 26px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.bottom_phone:before {
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../img/bottom_phone_ico.svg) no-repeat;
    transition: all 0.2s linear;
}
.bottom_phone:hover:before {
    background: url(../img/bottom_phone_ico_hov.svg) no-repeat;
}

.bottom_hour {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 26px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.bottom_hour:before {
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../img/bottom_hour_ico.svg) no-repeat;
    transition: all 0.2s linear;
}
.bottom_hour:hover:before {
    background: url(../img/bottom_hour_ico_hov.svg) no-repeat;
}

#map1 {
    position: relative;
    height: 500px;
    width: 100%;
    background: url(../img/map.jpg) 50% 0 no-repeat;
    background-size: cover;
}

/****************************************************************************************************/


footer {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 16px;
}
footer .footer_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px 14px;
}
footer a {
    color: #ffffff;
}
footer .disclamer {
    width: 100%;
    font-size: 12px;
    display: none;
    text-align: left;
    padding-top: 35px;
}

/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1920px) {}

@media (max-width: 1800px) {}

@media (max-width: 1570px) {
    .timer div[id^="timer"] {
        transform: scale(0.8) !important;
        white-space: nowrap;
    }
}

@media (max-width: 1290px) {
    .header .logo2 {
        flex-direction: column;
        row-gap: 4px;
    }

    #tb_complects .item {
        background-size: auto 100%;
        overflow: hidden;
        border-radius: 0 36px 36px 0;
        border-right: 1px solid #545454;
    }
    #tb_complects .compl_tehs {
        column-gap: 14px;
    }
    #tb_complects .compl_tehs > div:nth-child(1),
    #tb_complects .compl_tehs > div:nth-child(2),
    #tb_complects .compl_tehs > div:nth-child(3) {
        min-width: initial;
    }
}

@media (max-width: 1186px) {
    .header .top_addr {
        font-size: 14px;
    }
    .header .top_phone a {
        font-size: 14px;
    }

    .timer_item {
        font-size: 20px;
    }

    .car_name {
        position: relative;
        top: 0;
        left: 0;
    }
    .car_wrapper {
        background: linear-gradient(360deg, #0B0B0B 0%, #1B1B1B 100%);
        border: 1px solid #545454;
        border-radius: 36px;
    }
    .car_gallery {
        flex-direction: row;
        width: fit-content;
        column-gap: 12px;
    }

    #tb_complects .compl_tehs > div b {
        font-size: 16px;
    }

    #tb_complects .btns {
        width: 240px;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 991px) {
    .header .header_wrapper {
        flex-wrap: wrap;
    }
    .header .logo1 {
        width: 141px;
    }
    .header .logo2 {
        width: 86px;
    }
    .header .logo2 span {
        font-size: 14px;
    }
    .header .btn {
        display: none;
    }
    .header .top_addr {
        font-size: 14px;
        margin-right: 60px;
    }
    .top_phone {
        width: 100%;
        margin-top: 12px;
        display: flex;
        justify-content: center;
    }
    .header .m_btn {
        display: block;
        position: absolute;
        top: 26px;
        right: 15px;
        width: 30px;
        height: 22px;
        z-index: 1;
    }
    .header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 2px;
        background: #ffffff;
        transition: all .2s linear;
    }
    .header .m_btn span:nth-child(1) {
        top: 0;
    }
    .header .m_btn span:nth-child(2) {
        top: calc(50% - 2px);
        opacity: 1;
    }
    .header .m_btn span:nth-child(3) {
        bottom: 0;
    }
    .header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-47deg);
        top: 0;
    }
    .header .m_btn.active span:nth-child(2) {
        opacity: 0;
    }
    .header .m_btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }
    .header .menu {
        position: fixed;
        width: 100%;
        top: 100px;
        left: 100%;
        background: #000000;
        border-radius: 0 0 20px 20px;
        z-index: 10;
        height: auto;
        transition: all .2s linear;
        overflow: scroll;
    }
    .scroll .menu {
        display: block;
    }
    .header .menu.active {
        left: 0;
    }
    .main_menu {
        flex-direction: column;
        align-items: center;
        row-gap: 14px;
    }

    .main_banner .slide1 {
        height: 74vw;
        background-position: 50% 100%;
        background-size: 160%;
    }
    .main_banner .title_container {
        top: 140px;
        padding: 2vw;
    }
    .main_banner .title_container .title1 {
        font-size: 4vw;
    }
    .main_banner .title_container .title2 {
        margin-top: 1vw;
        font-size: 4vw;
    }
    .main_banner .title_container .title3 {
        margin-top: 1vw;
        font-size: 3vw;
    }

    .timer {
        margin-top: 20px;
    }
    .timer_wrap {
        position: relative;
        padding-top: 36px;
        flex-direction: column-reverse;
        align-items: center;
    }
    .timer_item {
        position: absolute;
        top: 16px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .car_item {
        margin-top: 60px;
    }

    .cars_menu_list {
        flex-wrap: wrap;
        row-gap: 14px;
    }
    .cars_menu_item {
        width: 30%;
    }

    .info_block {
        margin-top: 16px;
        margin-right: initial;
        width: 100%;
        row-gap: 20px;
    }

    #instock {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    #tb_complects {
        margin-top: 0;
    }
    #tb_complects .item {
        padding: 70px 16px 16px;
        position: relative;
        background: linear-gradient(360deg, #0B0B0B 0%, #1B1B1B 100%);
        border: 1px solid #545454;
        flex-direction: column;
        align-items: start;
        border-radius: 30px;
    }
    #tb_complects .compl_img:before {
        display: none;
    }
    #tb_complects .compl_img {
        min-width: initial;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }
    #tb_complects .compl_wrap {
        padding: 0;
    }
    #tb_complects .compl_name {
        position: absolute;
        top: 18px;
        left: 14px;
    }
    .credit {
        margin-top: 60px;
    }
    .credit_wrapper {
        flex-direction: column;
        row-gap: 14px;
    }
    .testdrive {
        margin-top: 60px;
    }
    .testdrive_wrapper {
        flex-direction: column-reverse;
        row-gap: 14px;
    }
    .contacts {
        padding-top: 60px;
    }
    .contacts_wrapper {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 12px;
        row-gap: 12px;
        margin: 0 auto;
        width: 100%;
        max-width: 450px;
    }
    .bottom_addr br {
        display: none;
    }
    .contacts .logo3 {
        order: -2;
    }
    .contacts .logo4 {
        order: -1;
    }

    #map1 {
        height: 300px;
    }
}

/*IPAD END*/
@media (max-width: 980px) {}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .header .top_addr {
        display: none;
    }
    .main_banner .slide1 {
        background: url(../img/bg1_mob.jpg) 50% 100% no-repeat;
        background-size: 100%;
        /*height: 98vw;*/
        height: 130vw;
        margin-bottom: 140px;
    }
    .main_banner .title_container {
        top: 170px;
    }
    .main_banner .title_container .title1 {
        font-size: 5vw;
    }
    .main_banner .title_container .title2 {
        font-size: 18px;
        margin-top: 0;
	margin-bottom:10px;
    }
  .title2 .highlight { font-size:4vw;margin-top:5px; }
  .features-grid {gap:5px;position: absolute;top: calc( 130vw - 160px );left: 0;right: 0;display: flex;flex-direction: column;}
  .feature-item {font-size:2.5vw;/* padding: 4px 8px; *//* gap:4px; */font-size: 18px;width: 100%;}
  .feature-item svg { height:15px; }

    .main_banner .title_container .title3 {
        font-size: 3.2vw;
    }
    .banner-date { font-size:15px; }

    .timer div[id^="timer"] {
        transform: scale(0.7) !important;
    }
    #timer_form {
        width: 100%;
        max-width: 460px;
    }
    #timer_form .form-group:nth-child(7) {
        width: 100%;
    }
    #timer_form .form-group:nth-child(8) {
        width: 100%;
    }

	.img_block img {    top: auto;
    transform: none;}

    .car_wrapper {
        padding: 18px 14px 16px;
    }

    .car_profit {
        position: relative;
        top: 0;
        left: 0;
        width: fit-content;
        margin-top: 20px;
        height: auto;
        padding-left: 3px;
        margin-top: 10px;
        margin-bottom: 10px;
	gap:0;
    }

	.car_profit:before {
		height:30px;
		width:30px;
		min-width: 30px;
		background-size: 25px;
		background-position: left center;
	}

    .dots {
        position: relative;
        margin-top: 14px;
        top: 0;
        left: 0;
        justify-content: center;
        flex-direction: row;
        column-gap: 14px;
	top: auto;
	transform: none;
    }

    .cars_menu_item {
        width: 100%;
    }

    .car_gallery {
        margin-top: 16px;
    }

    .car_gallery a {
        overflow: hidden;
        border-radius: 14px;
    }

    .car_btns {
        margin-top: 16px;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .car_btns .btn {
        width: 100%;
    }

    #filter_table {
        margin-top: 30px;
        flex-direction: column;
        row-gap: 10px;
    }
    #filter_table .select_container {
        width: 100%;
    }

    #tb_complects .compl_wrap {
        flex-direction: column;
        row-gap: 14px;
    }
    #tb_complects .btns {
        margin-top: 14px;
        width: 100%;
    }
	
	.cars_items:after {display:none;}

  .test-drive-block {
    flex-direction: column-reverse; /* �������� ����� ������, ����� �����. ���� ����� �������� � ������� -reverse */
    gap: 0px;
    padding: 0px;
    text-align: center; /* ���������� ����� �� ������� */
  }
  .test-drive-content { padding:15px;  }


  .test-drive-title {
    font-size: 24px; /* ��������� ������ ��������� */
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .test-drive-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .test-drive-btn {
    display: inline-block;
    width: 100%; /* ������ �� ��� ������ ������ ��� �������� ������� ������� */
    box-sizing: border-box;
    padding: 14px 20px; /* ����������� ������� ����� */
  }

  .test-drive-image {
    width: 100%;
  }
  .test-drive-image {
	border-radius: 16px;
  }


}
/*MOBILE END*/
@media (max-width: 680px) {}

@media (max-width: 540px) {}

@media (max-width: 520px) {}

/* Portrait phones and smaller */
@media (max-width: 440px) {
    .main_banner .title_container {
        /* top: 38vw; */
    }

    .car_profit {
        font-size: 16px;
    }

    .car_props2 a {
        height: 38px;
        font-size: 14px;
    }
    .car_props2 a:before {
        min-width: 24px;
        height: 24px;
        background-size: contain !important;
    }
    .car_props2 a:after {
        display: none;
    }

    .credit_block {
        width: 100%;
    }
    .credit_img img {
        width: 100%;
    }

    .testdrive_block {
        width: 100%;
    }
    .testdrive_img img {
        width: 100%;
    }

}

@media (max-width: 390px) {
    .timer div[id^="timer"] {
        transform: scale(0.56) !important;
    }
    #timer_form {
        margin-top: 0;
    }

    .cars_menu_item {
        width: 100%;
        height: 98px;
    }


}


@media (max-width: 378px) {
  .main_banner .slide1 {
	/* height: 135vw; */
	}
}

@media (max-width: 360px) {}

@media (max-width: 320px) {}














