html {
    overflow-x: hidden;
}

body {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    font-family: "TENET Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background: #3E3A39;
    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;
}

.compensate-for-scrollbar {
    margin: 0 auto !important;
    overflow: auto !important;
}

/******************************************************************************/

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 */
    outline: none;
}

a {
    text-decoration: none;
    color: black;
}

.container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1350px;
    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: 1350px;
        max-width: 100%;
    }
}

@media (min-width: 1570px) {
    .container {
        width: 1350px;
        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;
}
.fancybox-container .fancybox-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup_container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: right;
    padding: 32px;
    background: url(../img/popup_container_bg.jpg) no-repeat;
    background-size: cover;
    border-radius: 30px;
    overflow: hidden;
}

.form_popup_block {
    width: 100%;
    max-width: 467px;
    padding: 24px;
    background: url(../img/form_popup_block_bg.jpg) no-repeat;
    background-size: cover;
    border-radius: 24px;
}

.popup_container .agree_field {
    font-size: 12px;
    color: #ffffff;
}

.popup_container .agree_field a {
    color: #ffffff;
    text-decoration: underline;
}

.popup_container h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.form_title2 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.form_title3 {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    color: #ffffff;
}
.form_title3 a {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.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: 8px;
}

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    width: 100%;
    height: 56px;
    padding: 0 16px;
    font-family: "TENET Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    box-sizing: border-box;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 16px;
    outline: none;
}

.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 button {
    cursor: pointer;
}

.fancybox-content {
    color: #ffffff;
}

.alert.fancybox-content {
    padding: 32px;
    overflow: hidden;
    background: url(../img/fancybox-content_bg.jpg) no-repeat;
    background-size: cover;
    border-radius: 32px;
}
.alert.fancybox-content b {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}
.alert.fancybox-content p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: initial;
}

.agree_field {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    color: #ffffff;
    cursor: pointer;
}
.agree_field a {
    color: #ffffff;
}
.agree_field input {
    position: absolute;
    left: -5000px;
    visibility: hidden;
}

.agree_field input+a {
    color: #ffffff;
}

.agree_field input+span {
    width: 12px;
    height: 12px;
    border: 1px solid #ffffff;
    background: transparent;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

.agree_field input:checked+span {
    background: url("../img/check_ico.svg") 50% 50% no-repeat #ffffff;
}

form .form-group {
    margin-bottom: 8px;
    position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    width: 100%;
    height: 56px;
    padding: 0 16px;
    font-family: "TENET Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #F7F0EB;
    box-sizing: border-box;
    text-transform: uppercase;
    background: #3E3A3966;
    border: 1px solid #ffffff;
    border-radius: 16px;
    outline: none;
}

form .form-group button {
    font-family: "TENET Sans", sans-serif;
    width: 100%;
    height: 56px;
    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;
    color: #ffffff;
    font-size: 36px;
    text-align: center;
}

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


.btn {
    position: relative;
    width: 250px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    background: #C7B9AB;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.btn:hover {
    color: #000000;
    background: #FFFFFF;
}
.btn:after {
    content: '';
    position: relative;
    display: block;
    min-width: 24px;
    height: 24px;
    background: url(../img/btn_arrows.svg) no-repeat;
}

.btn.white {
    background: #FFFFFF;
}
.btn.white:hover {
    background: #C7B9AB;
}

.section_item {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

/*************************************************************************************************************************/

.mobile_phone {
    display: none;
}

.header {
    position: fixed;
    left: 0;
    width: 100%;
    background: #3E3A39;
    z-index: 8;
}

.header .header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.header .logo_wrap {
    display: flex;
    align-items: center;
}

.header .logo2 {
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.header .logo2 span {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}
.header .logo2 b {
    font-size: 16px;
    font-weight: 700;
}

.header .top_addr {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 28px;
    font-size: 16px;
    font-weight: 400;
}
.header .top_addr:before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../img/top_addr_ico.svg) no-repeat;
}
.header .top_phone {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 28px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}
.header .top_phone:before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../img/top_phone_ico.svg) no-repeat;
}

.header .m_btn {
    display: none;
}

.menu_wrap {
    display: flex;
    justify-content: space-between;
    padding: 13px 0;
    border-top: 1px solid #FFFFFF;
}
.car_menu {
    display: flex;
    column-gap: 40px;
}
.car_menu a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.2s linear;
}
.car_menu a:hover {
    color: #C30D23;
}
.main_menu {
    display: flex;
    column-gap: 40px;
}
.main_menu a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    transition: all 0.2s linear;
}
.main_menu a:hover {
    color: #C30D23;
}

/**************************************************************************************************************/

.main_banner {
    margin-top: 130px;
}

.main_banner .slider_item {
    height: 650px;
}

.main_banner .slide1 {
    background: url("../img/bg1.jpg") 50% 0 no-repeat;
}

.main_banner .title_container {
    position: relative;
    top: 32px;
    padding: 30px 8px;
    background: linear-gradient(90deg, rgba(216, 206, 197, 0.5) 0%, rgba(247, 240, 235, 0.5) 53.17%, rgba(216, 206, 197, 0.5) 100%);
    border: 1px solid #C7B9AB;
    backdrop-filter: blur(4px);
    border-radius: 32px;
}
.main_banner .title_container .br_mob {
    display: none;
}
.main_banner .title_container .title1 {
    font-size: 26px;
    font-weight: 700;
    color: #3E3A39;
    text-align: center;
}
.main_banner .title_container .title2 {
    font-size: 32px;
    font-weight: 700;
    color: #3E3A39;
    text-align: center;
    text-transform: uppercase;
}
.main_banner .title_container .title2 span {
    color: #C30D23;
}

.banner_props {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    column-gap: 50px;
}
.banner_props a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 52px;
    height: 40px;
    font-size: 26px;
    font-weight: 400;
    color: #000000;
}
.banner_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
}
.banner_props .ico1:before {
    background: url(../img/banner_props_ico1.svg) no-repeat;
}
.banner_props .ico2:before {
    background: url(../img/banner_props_ico2.svg) no-repeat;
}
.banner_props .ico3:before {
    background: url(../img/banner_props_ico3.svg) no-repeat;
}
.banner_props .ico4:before {
    background: url(../img/banner_props_ico4.svg) no-repeat;
}

.run_now {
    display: flex;
    align-items: center;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    height: 50px;
}

.run_now_cont {
    display: flex;
    align-items: center;
    column-gap: 30px;
    white-space: nowrap;
    animation: runstring 22s infinite linear;
    /* notice the infinite */
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
}

.run_now_cont div {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 50px;
    gap: 6px;
}

.run_now_cont div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #C30D23;
}

@keyframes runstring {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.timer_block {
    background: #514C4B;
    box-shadow: 0 5px 7px 0 #2A252366;
}

.timer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    column-gap: 95px;
}
.timer {
    display: flex;
    align-items: center;
    column-gap: 48px;
}
.timer .timer_item {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
}
#timer_form {
    width: 568px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#timer_form .form-group:nth-child(7) {
    width: 49%;
}
#timer_form .form-group:nth-child(8) {
    width: 49%;
}

#timer_form .form-group input[type="text"],
#timer_form .form-group input[type="tel"] {
    color: #ffffff;
    background: #FFFFFF1A;
    border-color: #ffffff;
}
#timer_form .form-group input[type="text"]::placeholder,
#timer_form .form-group input[type="tel"]::placeholder {
    color: #ffffff;
}
#timer_form .agree_field,
#timer_form .agree_field a {
    color: #ffffff;
}

/**************************************************************************************************************/

.advantages {
    margin-top: 60px;
}
.advantages_wrapper {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.advantages_block {
    position: relative;
    width: 20%;
    height: 130px;
    padding: 18px 20px;
    border: 1px solid #C7B9AB;
    border-radius: 24px;
    overflow: hidden;
    z-index: 2;
}
.advantages_block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/advantages_block_bg.png) no-repeat;
    z-index: -1;
}
.advantages_img {
    position: absolute;
    right: 0;
    bottom: 0;
}

/**************************************************************************************************************/

.cars_menu {
    margin-top: 120px;
}
.cars_menu_list {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    column-gap: 70px;
}
.cars_menu_item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}
.cars_menu_item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/cars_menu_item_hov.png) 50% 50% no-repeat;
    background-size: 100%;
    opacity: 0;
    z-index: -1;
    transition: all 0.2s linear;
}
.cars_menu_item:hover:before  {
    opacity: 1;
}
.cars_menu_title {
    position: relative;
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'TENET Sans SE', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #F7F0EB;
    z-index: 2;
    transition: all 0.2s linear;
}
.cars_menu_title b {
    font-size: 24px;
    color: #C30D23;
}
.cars_menu_title:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    inset: -1px;
    padding: 1px;
    border-radius: 30px;
    background: linear-gradient(90deg, #D8CEC5 0%, #F7F0EB 53.17%, #D8CEC5 100%);
    mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    z-index: 2;
}
.cars_menu_title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #514C4B 0%, #7B7472 53.17%, #514C4B 100%);
    border-radius: 30px;
    opacity: 0;
    z-index: -1;
    transition: all 0.2s linear;
}
.cars_menu_item:hover .cars_menu_title:after {
    opacity: 1;
}
.cars_items {
    margin-top: 10px;
}
.car_item {
    margin-top: 70px;
}
.car_wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: url(../img/car_item_bg.png) 50% 0 no-repeat;
    background-size: cover;
    border-radius: 32px;
    overflow: hidden;
    z-index: 2;
}
.car_wrapper:before {
    content: '';
    position: absolute;
    inset: 1px;
    padding: 1px;
    border-radius: 30px;
    background: linear-gradient(90deg, #D8CEC5 0%, #F7F0EB 53.17%, #D8CEC5 100%);
    mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    z-index: -1;
}
.car_wrap {
    display: flex;
    padding: 30px 50px 14px 30px;
    width: 82%;
    max-width: 100%;
}
.car_block {
    min-width: 332px;
}
.car_name {
    font-family: 'TENET Sans SE', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #F7F0EB;
}
.car_name b {
    font-size: 38px;
    color: #C30D23;
}
.car_profit {
    margin-top: 16px;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 2px;
    width: fit-content;
    height: 42px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    background: linear-gradient(90deg, #C30D23 0%, #DC5767 50%, #C30D23 100%);
    border-radius: 50px;
    overflow: hidden;
    white-space: nowrap;
}
.car_profit:before {
    content: '';
    position: relative;
    display: block;
    min-width: 37px;
    height: 37px;
    background: url(../img/car_profit_ico.svg) 50% 50% no-repeat;
}
.car_profit:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
            120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

.car_profit:hover:after {
    animation: shine 1.5s ease-out infinite;
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}
.car_props {
    width: fit-content;
    margin-top: 16px;
    padding: 14px 24px 14px 14px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    background: #514C4B;
    border-radius: 30px;
    box-shadow: -3px 0 14px 0 #BDB3AB33;
}
.car_props a {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding-left: 34px;
    min-height: 34px;
    font-family: "HarmonyOS Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #F7F0EB;
}
.car_props a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    transition: all 0.2s linear;
}
.car_props .ico1:before {
    background: url(../img/car_props_ico1.svg) 50% 50% no-repeat;
}
.car_props .ico1:hover:before {
    background: url(../img/car_props_ico1_hov.svg) 50% 50% no-repeat;
}
.car_props .ico2:before {
    background: url(../img/car_props_ico2.svg) 50% 50% no-repeat;
}
.car_props .ico2:hover:before {
    background: url(../img/car_props_ico2_hov.svg) 50% 50% no-repeat;
}
.car_props .ico3:before {
    background: url(../img/car_props_ico3.svg) 50% 50% no-repeat;
}
.car_props .ico3:hover:before {
    background: url(../img/car_props_ico3_hov.svg) 50% 50% no-repeat;
}
.car_props .ico4:before {
    background: url(../img/car_props_ico4.svg) 50% 50% no-repeat;
}
.car_props .ico4:hover:before {
    background: url(../img/car_props_ico4_hov.svg) 50% 50% no-repeat;
}
.car_props .ico5:before {
    background: url(../img/car_props_ico5.svg) 50% 50% no-repeat;
}
.car_props .ico5:hover:before {
    background: url(../img/car_props_ico5_hov.svg) 50% 50% no-repeat;
}

.img_block {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding-left: 52px;
    z-index: 2;
}
.img_block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 114%;
    height: 100%;
    background: url(../img/img_block_bg.png) 50% 50% no-repeat;
    background-size: 100%;
    z-index: -1;
}
.dots {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}
.dot_color {
    width: 34px;
    height: 34px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.dot_color.active {
    transform: scale(1.2);
}

.car_gallery {
    position: relative;
    height: 376px;
    padding: 16px 32px;
}
.car_gallery:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140%;
    background: #514C4B;
    box-shadow: -3px 0 14px 0 #BDB3AB2E;
    z-index: -2;
}
.car_gallery .slick-list {
    width: 172px;
    min-height: 333px;
}
.car_gallery a {
    margin: 6px 0;
    min-height: 98px;
}
.car_gallery a img {
    border-radius: 14px;
}
.car_gallery .slick-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    background: url(../img/btn_arrow.svg) no-repeat;
    font-size: 0;
    border: none;
    cursor: pointer;
    transition: all 0.2s linear;
    z-index: 2;
}
.car_gallery .slick-arrow:hover {
    background: url(../img/btn_arrow_hov.svg) no-repeat;
}
.car_gallery .slick-prev {
    top: 10px;
}
.car_gallery .slick-next {
    bottom: 16px;
    transform: translateX(-50%) rotate(180deg);
}

.car_btns {
    width: 100%;
    padding: 0 32px 24px;
    display: flex;
    justify-content: space-between;
    column-gap: 12px;
}
.car_btns .btn {
    width: 33%;
}

/**************************************************************************************************************/


#instock {
    margin-top: 120px;
}
.filter_quick_menu {
    margin: 60px 0 0;
    display: flex;
    justify-content: center;
    column-gap: 30px;
}
.filter_quick_menu li {
    position: relative;
    width: 250px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'TENET Sans SE', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #F7F0EB;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 2;
    transition: all 0.2s linear;
}
.filter_quick_menu li b {
    font-size: 24px;
    color: #C30D23;
}
.filter_quick_menu li:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    inset: -1px;
    padding: 1px;
    border-radius: 30px;
    background: linear-gradient(90deg, #D8CEC5 0%, #F7F0EB 53.17%, #D8CEC5 100%);
    mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    z-index: 2;
}
.filter_quick_menu li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #514C4B 0%, #7B7472 53.17%, #514C4B 100%);
    border-radius: 30px;
    opacity: 0;
    z-index: -1;
    transition: all 0.2s linear;
}
.filter_quick_menu li.current:after,
.filter_quick_menu li:hover:after {
    opacity: 1;
}

#filter_table {
    display: none;
}

#tb_complects tbody tr:nth-child(1) {
    display: none;
}
#tb_complects tbody tr td:before {
    display: none;
}

.tb_complects_container {
    margin-top: 25px;
}
#tb_complects {
    width: 100%;
}

#tb_complects .item {
    margin-top: 45px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 38px 15px 44px;
    background: url(../img/complects_bg.png) 50% 0 no-repeat;
    border-radius: 32px;
    overflow: hidden;
    z-index: 2;
}
#tb_complects .item:before {
    content: '';
    position: absolute;
    inset: 1px;
    padding: 1px;
    border-radius: 30px;
    background: linear-gradient(90deg, #D8CEC5 0%, #F7F0EB 53.17%, #D8CEC5 100%);
    mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    z-index: -1;
}

.compl_head {
    display: flex;
    column-gap: 20px;
}
.compl_name {
    font-family: 'TENET Sans SE', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #F7F0EB;
}
.compl_name b {
    color: #C30D23;
}
.compl_name span {
    font-family: 'TENET Sans', sans-serif;
}

.compl_profit {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 2px;
    width: fit-content;
    height: 42px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    background: linear-gradient(90deg, #C30D23 0%, #DC5767 50%, #C30D23 100%);
    border-radius: 50px;
    overflow: hidden;
}
.compl_profit:before {
    content: '';
    position: relative;
    display: block;
    min-width: 37px;
    height: 37px;
    background: url(../img/car_profit_ico.svg) 50% 50% no-repeat;
}
.compl_profit:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
            120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

.compl_profit:hover:after {
    animation: shine 1.5s ease-out infinite;
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}

.compl_tehs {
    margin-top: 28px;
    display: flex;
    column-gap: 30px;
}
.compl_tehs > div {
    position: relative;
    padding-left: 32px;
    display: flex;
}
.compl_tehs > div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
}
.compl_tehs .ico1:before {
    background: url(../img/compl_tehs_ico1.svg) no-repeat;
}
.compl_tehs .ico2:before {
    background: url(../img/compl_tehs_ico2.svg) no-repeat;
}
.compl_tehs .ico3:before {
    background: url(../img/compl_tehs_ico3.svg) no-repeat;
}
.compl_tehs > div span {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    font-size: 16px;
    font-weight: 400;
    color: #F7F0EB;
}
.compl_tehs > div span b {
    font-size: 22px;
    font-weight: 700;
}

#tb_complects .item .btns {
    width: 606px;
    margin-top: 26px;
    display: flex;
    column-gap: 18px;
}
#tb_complects .item .btns .btn {
    width: 49%;
}

.tb_complects_showmore {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    color: #ffffff;
}

/****************************************************************************************************/

.services {
    margin-top: 120px;
}
.services#testdrive {
    margin-top: 100px;
}
.services#credit {
    margin-top: 100px;
}
.services_wrapper {
    position: relative;
    display: flex;
    padding: 32px;
    overflow: hidden;
    border-radius: 32px;
    z-index: 2;
}

#tradein .services_wrapper {
    justify-content: right;
}

#credit .services_wrapper {
    justify-content: right;
}

.services_imgs {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -2;
}

.services_imgs img {
    max-width: initial;
    height: 100%;
}

.services_wrapper:before {
    content: '';
    position: absolute;
    inset: 1px;
    padding: 1px;
    border-radius: 30px;
    background: linear-gradient(90deg, #D8CEC5 0%, #F7F0EB 53.17%, #D8CEC5 100%);
    mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    z-index: -1;
}
.services_block {
    width: fit-content;
    padding: 30px 30px 20px;
    background: url(../img/services_block_bg.jpg) no-repeat;
    border-radius: 30px;
    background-size: cover;
}
.services .section_item {
    text-align: left;
}
.services_comment {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 400;
}
#testdrive .services_comment {
    margin-top: 20px;
}
.services form {
    margin-top: 10px;
    width: 380px;
}
.services #testdrive_form {
    margin-top: 26px;
}

/****************************************************************************************************/

.contacts {
    margin-top: 100px;
}
.contacts_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 8px;
}
.contacts_block {
    position: relative;
    padding: 18px 30px 24px 24px;
    background: url(../img/services_block_bg.jpg) 50% 0 no-repeat;
    background-size: cover;
    border-radius: 32px;
    overflow: hidden;
    z-index: 2;
}
.contacts .section_item {
    text-align: left;
}
.contacts_block:before {
    content: '';
    position: absolute;
    inset: 1px;
    padding: 1px;
    border-radius: 30px;
    background: linear-gradient(90deg, #D8CEC5 0%, #F7F0EB 53.17%, #D8CEC5 100%);
    mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    z-index: -1;
}
.contacts .logo_wrap {
    display: flex;
}
.contacts .logo_wrap .logo3 {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 10px;
    margin-right: 10px;
}
.contacts .logo_wrap .logo3:before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 20px;
    background: #ffffff;
}
.contacts .logo_wrap .logo4 {
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.contacts .logo_wrap .logo4 span {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}
.contacts .logo_wrap .logo4 b {
    font-weight: 700;
}
.contacts .section_item {
    margin-top: 10px;
}
.contacts_wrap {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.contacts_wrap > div {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 42px;
    min-height: 32px;
    font-size: 16px;
    font-weight: 400;
}
.contacts_wrap > div a {
    font-weight: 700;
    color: #ffffff;
}
.contacts_wrap > div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 32px;
    height: 32px;
}
.contacts_wrap .bottom_addr:before {
    background: url(../img/bottom_addr_ico.svg) no-repeat;
}
.contacts_wrap .bottom_hour:before {
    background: url(../img/bottom_hour_ico.svg) no-repeat;
}
.contacts_wrap .bottom_phone:before {
    background: url(../img/bottom_phone_ico.svg) no-repeat;
}
.contacts .btn {
    margin-top: 20px;
    width: 366px;
}
#map1 {
    position: relative;
    width: 68%;
    height: 360px;
    background: url(../img/map.jpg) 50% 0 no-repeat;
    background-size: cover;
    border-radius: 32px;
    overflow: hidden;
}

/****************************************************************************************************/


footer {
    margin-top: 120px;
    padding: 32px 0;
    background: #514C4B;
    font-size: 16px;
}
.footer_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px 10px;
    padding: 0 20px;
}
.your_info {
    font-size: 16px;
    font-weight: 400;
}
footer a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.footer_block {
    display: flex;
    flex-direction: column;
    align-items: end;
}
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;
    }
    .timer {
        column-gap: 1vw;
    }
    .timer_wrap {
        column-gap: 2vw;
    }
}

@media (max-width: 1390px) {
    .main_banner .title_container .title1 {
        font-size: 28px;
    }
    .main_banner .title_container .title2 {
        font-size: 28px;
    }
    .banner_props {
        column-gap: 24px;
    }
    .banner_props a {
        font-size: 20px;
    }

    .car_wrap {
        width: 74%;
    }
}

@media (max-width: 1290px) {
    .header .logo1 {
        width: 140px;
    }
    .header .top_addr {
        font-size: 14px;
    }
    .header .top_phone {
        font-size: 14px;
    }
    .header .logo2 b {
        font-size: 14px;
    }
    .header .logo2 span {
        font-size: 12px;
    }
    .main_banner .title_container .title2 {
        font-size: 24px;
    }

    .advantages_block {
        height: 164px;
    }
    .advantages_block:before {
        background-size: auto 100%;
    }

    .car_gallery {
        padding: 16px 20px;
    }
    .car_gallery .slick-list {
        width: 170px;
    }
    .car_gallery a {
        min-height: 96px;
    }
    .car_gallery .slick-next {
        bottom: 10px;
    }

    .contacts_block {
        min-width: 420px;
    }
    .contacts .btn {
        width: 100%;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .header .top_addr {
        font-size: 12px;
    }
    .header .top_phone {
        font-size: 12px;
    }
    .header .btn {
        width: 210px;
    }

    #timer_form {
        width: 300px;
    }
    #timer_form .form-group:nth-child(7) {
        width: 100%;
    }
    #timer_form .form-group:nth-child(8) {
        width: 100%;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 991px) {
    .header .header_wrapper {
        flex-wrap: wrap;
    }

.header .logo_wrap {
    max-width: 35%;
}

.header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background: #3E3A39;
}

    .header .btn {
        display: none;
    }

    .header .top_addr {
        display: none;
    }

    .header .m_btn {
        display: block;
        position: relative;
        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: absolute;
        width: 100%;
        top: 82px;
        left: 100%;
        background: #3E3A39;
        z-index: 10;
        height: auto;
        transition: all .2s linear;
        overflow: scroll;
    }

    .header .menu.active {
        left: 0;
    }

    .menu_wrap {
        flex-direction: column;
        align-items: center;
        row-gap: 12px;
    }
    .car_menu,
    .main_menu {
        flex-direction: column;
        align-items: center;
        row-gap: 12px;
    }

    .main_banner .title_container {
        top: 2vw;
        padding: 2vw;
        backdrop-filter: unset;
        background: none;
        border: none;
        border-radius: 0;
    }
    .main_banner .title_container .br_mob {
        display: block;
    }
    .main_banner .title_container .title1 {
        font-size: 2.6vw;
        color: #fff;
    }
    .main_banner .title_container .title2 {
        font-size: 2.6vw;
        color: #fff;
    }
    .timer {
        flex-direction: column;
        align-items: center;
    }
    .timer_wrap {
        padding: 20px 0;
        flex-direction: column;
        align-items: center;
        row-gap: 14px;
    }
    .timer .timer_item br {
        display: none;
    }

    .advantages_wrapper {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .advantages_block {
        width: 30%;
    }
    .car_wrap {
        width: auto;
        padding: 30px 74px 14px 30px;
    }
    .car_gallery {
        order: 3;
        width: 100%;
        height: auto;
    }
    .car_gallery:before {
        height: 100%;
    }
    .car_gallery .slick-list {
        width: 100%;
        min-height: initial;
    }
    .car_gallery a {
        margin: 0 6px;
        min-height: initial;
    }
    .car_gallery a img {
        width: 100%;
    }
    .car_gallery .slick-dots {
        margin: 14px 0 0;
        display: flex;
        justify-content: center;
        column-gap: 6px;
    }
    .car_gallery .slick-dots li button {
        display: none;
    }
    .car_gallery .slick-dots li {
        width: 14px;
        height: 14px;
        background: #C7B9AB;
        border-radius: 50px;
    }
    .car_gallery .slick-dots li.slick-active {
        background: #ffffff;
    }
    .car_btns {
        flex-direction: column;
        row-gap: 14px;
        padding: 0 20px 24px;
    }
    .car_btns .btn {
        width: 100%;
    }

    #tb_complects .item {
        flex-direction: column;
        background-size: cover;
    }
    #tb_complects .item .btns {
        width: 100%;
    }
}

/*IPAD END*/
@media (max-width: 980px) {}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .popup_container {
        width: fit-content;
        padding: 0;
        justify-content: center;
        background: url(../img/form_popup_block_bg.jpg) no-repeat;
        background-size: cover;
    }
    .form_popup_block {
        background: transparent;
    }
    .form_title2 {
        font-size: 16px;
    }
    .form_title3 {
        margin-top: 2px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .mobile_phone {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 10px;
        display: block;
        background: #3E3A39;
        z-index: 12;
        text-align: center;
        box-shadow: 0px 0px 5px hwb(0deg 0% 100% / 10%);
    }

    .mobile_phone span {
        animation: mobile_phone 1s ease-out infinite;
    }

    .mobile_phone a {
        display: block;
        color: inherit;
        text-decoration: none;
        font-weight: 700;
        animation: mobile_phone 1s ease-out infinite;
    }

    @keyframes mobile_phone {
        0% {
            text-shadow: 0px 0px 0px #C7B9AB;
        }
        50% {
        }
        to {
            text-shadow: 0px 0px 5px #C7B9AB;
        }
    }


    .header .top_phone {
        order: 3;
        margin: 12px auto 0;
        padding: 0;
        width: 100%;
        justify-content: center;
        column-gap: 10px;
        display: none;
    }
    .header .top_phone:before {
        position: relative;
    }
    .logo_wrap:nth-child(5) {
        order: 1;
    }
    .header .m_btn {
        order: 2;
    }

    .main_banner .slider_item {
        height: 98vw;
    }
    .main_banner .slide1 {
        background: url(../img/bg1_mob.jpg) 50% 100% no-repeat;
        background-size: 100%;
    }

.main_banner {
    margin-top: 70px;
}
    .main_banner .title_container .title1 {
        font-size: 4vw;
    }
    .main_banner .title_container .title2 {
        font-size: 3.2vw;
        line-height: 140%;
    }
    .banner_props {
        flex-direction: column;
        row-gap: 2vw;
    }
    .banner_props a {
        padding: 2.5vw 1vw;
        padding-left: 11vw;
        font-size: 3vw;
        height: auto;
        background: linear-gradient(90deg, rgba(216, 206, 197, 0.5) 0%, rgba(247, 240, 235, 0.5) 53.17%, rgba(216, 206, 197, 0.5) 100%);
        border: 1px solid #C7B9AB;
        backdrop-filter: blur(4px);
        border-radius: 5px;
    }
    .banner_props a:before {
        width: 6vw;
        height: 6vw;
        background-size: 100% auto !important;
        background-position-x: 50% !important;
        left: 2vw;
    }

    .run_now {
        height: 50px;
    }

    .run_now_cont {
        column-gap: 20px;
        font-size: 18px;
    }

    .run_now_cont div {
        padding-left: 30px;
    }

    .run_now_cont div:before {
        width: 14px;
        height: 14px;
    }

    #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%;
    }

    .advantages_wrapper {
        margin-top: 20px;
    }
    .advantages_block {
        width: 100%;
        height: auto;
    }
    .advantages_block:before {
        background-size: 100% auto;
    }

    .cars_menu {
        margin-top: 60px;
    }
    .cars_menu_list {
        column-gap: 4vw;
    }
    .car_name {
        position: absolute;
        top: 20px;
    }
    .car_wrap {
        width: 100%;
        padding: 70px 18px 24px;
        flex-direction: column-reverse;
    }
    .car_block {
        min-width: initial;
    }
    .img_block {
        padding-left: 0;
        flex-direction: column;
    }
    .dots {
        flex-direction: row;
        column-gap: 10px;
    }
    .dot_color {
        width: 24px;
        height: 24px;
    }

    #instock {
        margin-top: 60px;
    }
    .filter_quick_menu {
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 14px;
    }
    .compl_head {
        flex-direction: column;
    }
    #tb_complects .item {
        margin-top: 20px;
        padding: 15px 18px 15px 18px;
    }
    .compl_tehs {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    #tb_complects .item .btns {
        flex-direction: column;
        row-gap: 20px;
    }
    #tb_complects .item .btns .btn {
        width: 100%;
    }

    .services {
        margin-top: 60px;
    }
    .services#testdrive {
        margin-top: 60px;
    }
    .services#credit {
        margin-top: 60px;
    }
    .services_wrapper {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
        padding: 0;
        border-radius: 0;
    }
    .services_wrapper:before {
        display: none;
    }
    .services_block {
        padding: 16px;
        border-radius: 20px;
    }
    .services_imgs {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
    }
    .services_imgs img {
        max-width: 100%;
        height: auto;
    }
    .services form {
        width: 100%;
    }
    .section_item {
        font-size: 32px;
    }
    .services_comment {
        font-size: 16px;
    }
    .contacts {
        margin-top: 60px;
    }
    .contacts_wrapper {
        flex-direction: column;
        row-gap: 14px;
    }
    #map1 {
        width: 100%;
        height: 320px;
    }
    footer {
        margin-top: 60px;
    }
    .footer_wrapper {
        padding: 0;
    }
    .footer_block {
        align-items: start;
    }
	
	.advantages_img {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
	.advantages_img img {
    height: 60px;
}
	
}
/*MOBILE END*/
@media (max-width: 680px) {}

@media (max-width: 540px) {}

@media (max-width: 520px) {}

/* Portrait phones and smaller */
@media (max-width: 440px) {
    .header .logo1 {
        width: 110px;
    }
    .header .logo2 img {
        width: 40px;
    }
    .header .logo2 b {
        font-size: 10px;
    }
    .header .logo2 span {
        font-size: 8px;
    }
    .header .menu {
        top: 72px;
    }

    .main_banner .title_container .title2 {
        font-size: 3vw;
    }

    .cars_menu_title {
        font-size: 12px;
    }
    .cars_menu_title b {
        font-size: 18px;
    }

    .car_props a {
        font-size: 14px;
    }

    .contacts .logo_wrap .logo3 {
        width: 120px;
    }
    .contacts_block {
        min-width: initial;
        width: 100%;
    }
    .contacts .logo_wrap .logo4 span {
        font-size: 10px;
    }
}

@media (max-width: 390px) {}


@media (max-width: 378px) {}

@media (max-width: 360px) {}

@media (max-width: 320px) {}