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

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

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: "TENET Sans", sans-serif;
    outline: none;
    border: 1px solid #0b0d0c;
}

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

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

@media (min-width: 1570px) {
    .container {
        width: 1310px;
        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, 0.075), 0 0 6px #eba5a3;
}

#form_popup {
    display: none;
}

.popup_container {
    width: 520px;
    max-width: 100%;
    padding: 5px 29px 30px;
    overflow: hidden !important;
    position: relative;
    box-sizing: border-box;
    background: #f7f0eb;
    text-align: center;
    border-radius: 32px;
}

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

.popup_container .agree_field a {
    color: #615952;
}

.popup_container .agree_field input:checked + span {
    background: url(../img/check_ico_bl.svg) 50% 50% no-repeat;
}

.popup_container .agree_field input + span {
    border-color: #615952;
}

.popup_container h2 {
    margin: 0;
    padding-top: 25px;
    padding-bottom: 29px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #615952;
    text-transform: uppercase;
}

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #615952;
    padding-bottom: 15px;
}

.popup_container .form_comment a {
    display: block;
    color: #615952;
    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: 56px;
    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: #615952;
    border: 1px solid #998e83;
    border-radius: 12px;
    padding: 0 20px;
}

.popup_container .form-group ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #998e83;
}

.popup_container .form-group ::-moz-placeholder {
    /* Firefox 19+ */
    color: #998e83;
}

.popup_container .form-group :-ms-input-placeholder {
    /* IE 10+ */
    color: #998e83;
}

.popup_container .form-group :-moz-placeholder {
    /* Firefox 18- */
    color: #998e83;
}

.popup_container .form-group textarea {
    color: #615952;
    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 #998e83;
    border-radius: 12px;
    padding: 10px;
    resize: none;
    font-size: 16px;
}

.popup_container .form-group select {
    color: #615952;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    padding-left: 16px;
    height: 56px;
    border: 1px solid #998e83;
}

.popup_container .form-group button {
    cursor: pointer;
}

.fancybox-slide--html .fancybox-close-small {
    color: #615952;
}

.alert.fancybox-content {
    overflow: hidden;
    text-align: center;
    color: #615952;
    background: #f7f0eb;
    border-radius: 32px;
}

.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: -1px;
    left: 0;
}

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

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 20px;
    font-family: "TENET Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #f7f0eb;
    text-transform: uppercase;
    background: #f7f0eb1a;
    backdrop-filter: blur(4px);
    border: 1px solid #f7f0eb;
    border-radius: 12px;
    box-sizing: border-box;
    outline: none;
}

form .form-group button {
    font-family: "TENET Sans", sans-serif;
    width: 100%;
    height: 56px;
    cursor: pointer;
    outline: none;
}

form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #f7f0eb;
}

form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #f7f0eb;
}

form :-ms-input-placeholder {
    /* IE 10+ */
    color: #f7f0eb;
}

form :-moz-placeholder {
    /* Firefox 18- */
    color: #f7f0eb;
}

.form_title {
    margin: 0;
    padding: 0;
    padding-bottom: 47px;
    color: #3e3a39;
    font-size: 36px;
    text-align: center;
}

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

.btn {
    position: relative;
    width: 230px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #615952;
    background: #d8cec5;
    border: 1px solid #d8cec5;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.5s linear;
    cursor: pointer;
}

.btn:hover {
    background: #ffffff;
    border-color: #c7b9ab;
}

.btn:after {
    content: "";
    position: relative;
    display: block;
    min-width: 28px;
    height: 28px;
    background: url(../img/btn_arrow_black.svg) no-repeat;
    transition: all 0.5s linear;
}

.btn.white {
    background: #ffffff;
    border-color: #ffffff;
}

.btn.white:hover {
    background: #f7f0eb;
    border-color: #c7b9ab;
}

.btn.gray {
    color: #ffffff;
    background: #615952;
    border-color: #615952;
}

.btn.gray:hover {
    color: #ffffff;
    background: #c30d23;
    border-color: #c30d23;
}

.btn.gray:after {
    background: url(../img/btn_arrow_white.svg) no-repeat;
}

.btn.glass {
    background: #f7f0eb;
    border-color: #c7b9ab;
}

.btn.glass:hover {
    background: #ffffff;
}

.section_item span {
    position: relative;
    display: block;
    padding-left: 24px;
    font-size: 12px;
    font-weight: 400;
    color: #c7b9ab;
    text-transform: uppercase;
}

.section_item span:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 12px;
    height: 12px;
    background: #c30d23;
    border-radius: 50px;
}

.section_item b {
    display: block;
    margin-top: 20px;
    font-family: "TENET Sans SE", sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

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

.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: 20px 0;
    transition: all 0.2s linear;
}

.scroll .header .header_wrapper {
    padding: 12px 0;
}

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

.header .logo1 {
    display: flex;
    align-items: center;
    padding: 16px 25px 16px 0;
    margin-right: 25px;
    border-right: 1px solid #c7b9ab;
}

.header .logo2 {
    display: flex;
    flex-direction: column;
}

.header .logo2 span {
    font-size: 18px;
    font-weight: 400;
    color: #c7b9ab;
}

.header .top_addr {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 34px;
    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: 34px;
}

.header .top_phone:before {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../img/top_phone_ico.svg) no-repeat;
}

.header .top_phone a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.header .m_btn {
    display: none;
}

.menu {
    padding: 20px 0;
    background: #514c4b;
    transition: all 0.2s linear;
}

.scroll .menu {
    padding: 12px 0;
}

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

.menu_wrap > div {
    display: flex;
    column-gap: 40px;
}

.car_menu a {
    font-family: "TENET Sans SE", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
}

.car_menu a:hover {
    color: #c30d23;
}

.main_menu a {
    font-size: 16px;
    font-weight: 400;
    color: #f7f0eb;
    transition: all 0.5s ease-in-out;
}

.main_menu a:hover {
    color: #c7b9ab;
}

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

.main_banner {
    position: relative;
    margin-top: 156px;
}

.main_banner .slider_item {
    height: 750px;
}

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

.main_banner .title_container {
    position: relative;
    top: 50px;
    text-align: center;
}

.main_banner .title_container .br_mob {
    display: none;
}

.main_banner .title_container .title1 {
    font-family: "TENET Sans SE", sans-serif;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    /* color: #3e3a39; */
}

.main_banner .title_container .title1 span {
    background: #c30d23;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 16px;
    margin-left: 5px;
    font-size: 28px;
}

.main_banner .title_container .title2 {
    /* font-family: "TENET Sans SE", sans-serif; */
    font-size: 28px;
    font-weight: 700;
    /* color: #3e3a39; */
    text-transform: uppercase;
    margin-top: 15px;
}

.main_banner .title_container .title2 span {
    background: #c30d23;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 16px;
    margin-left: 5px;
}

.main_banner .title_container .btn {
    margin: 0 auto;
    margin-top: 25px;
    width: 260px;
}

.main_banner .banner-props {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 20px;
}

.main_banner .banner-props__item {
    background: url(../img/banner-props__bg.svg) 0% 50% no-repeat;
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 11px 15px 10px 10px;
    line-height: 1;
}

.main_banner .banner-props__ico {
}

.main_banner .banner-props__ico img {
}

.main_banner .banner-props__text {
    font-size: 20px;
    color: #615952;
    white-space: nowrap;
}

.banner_label {
    font-weight: 700;
    font-size: 26px;
    display: flex;
    gap: 16px;
    align-items: flex-end;
    /* color: #3e3a39; */
    color: #fff;
    align-self: flex-start;
}

.banner_label::before {
    display: block;
    content: "";
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 100%;
    background-image: url("../img/ico_label.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}

.banner_label .red {
    color: #c30d23;
}

.banner_label sup {
    font-size: 56%;
}

.timer_block {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
}

.timer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.timer_title {
    font-family: "TENET Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.timer div[id^="timer"] {
    position: relative;
    left: -24px;
    margin-top: 24px;
}

#timer_form {
    max-width: 515px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#timer_form .form-group:nth-child(7) {
    width: 52%;
}

#timer_form .form-group:nth-child(8) {
    width: 45%;
}

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

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

.run_now_cont {
    display: flex;
    align-items: center;
    animation: runstring 20s infinite linear;
}

.run_now_cont div {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 20px;
    min-height: 60px;
    margin-right: 60px;
    font-family: "TENET Sans SE", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
}

.run_now_cont div i {
    position: relative;
    left: 0;
    width: 60px;
    height: 60px;
    background: url("../img/run_now_ico.svg") 50% 50% no-repeat #e1001b;
    border-radius: 100px;
    box-shadow: 0 0 10px 0 #48111140;
}

.run_now_cont div i:before {
    content: "";
    position: absolute;
    top: 0;
    inset: 0;
    padding: 1px;
    border-radius: 100px;
    background: linear-gradient(220deg, #ffffff, #ffffff00);
    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;
}

@keyframes runstring {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

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

.advantages {
    margin-top: 120px;
}

.advantages_wrapper {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    column-gap: 25px;
}

.advantages_block {
    position: relative;
    width: 20%;
    height: 186px;
    padding: 20px;
    background: url(../img/advantages_block_bg.jpg) 0 100% no-repeat;
    background-size: 100% 100%;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.2s linear;
}

.advantages_block:hover {
    background-size: 120% 120%;
    transform: scale(1.08);
}

.advantages_block:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 28px;
    height: 28px;
    background: url(../img/btn_arrow_black.svg) no-repeat;
}

.advantages_title {
    font-size: 17px;
    font-weight: 700;
    color: #615952;
    position: relative;
    z-index: 1;
}

.advantages_title span {
    color: #c30d23;
}

.advantages_imgs {
    position: absolute;
    right: 0;
    bottom: 0;
}

.advantages_wrapper .slick-dots {
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}

.advantages_wrapper .slick-dots li button {
    display: none;
}

.advantages_wrapper .slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background: #d8cec5;
    transition: all 0.4s linear;
}

.advantages_wrapper .slick-dots li.slick-active {
    width: 16px;
    height: 16px;
    background: #ffffff;
}

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

.cars_menu {
    margin-top: 120px;
}

.cars_menu_list {
    margin-top: 96px;
    display: flex;
    column-gap: 25px;
}

.cars_menu_item {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cars_menu_title {
    width: 168px;
    position: absolute;
    top: -25px;
    display: flex;
    justify-content: space-between;
    padding: 5px;
    border-radius: 50px;
    background: #ffffff;
    z-index: 2;
}

.cars_menu_title:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: url(../img/cars_menu/cars_menu_title_bg.png) no-repeat;
    background-size: contain;
    z-index: -1;
}

.cars_menu_title p {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 41px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.cars_menu_title b {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 41px;
}

.cars_menu_title b span {
    color: #c30d23;
}

.cars_menu_img {
    position: relative;
    display: flex;
    justify-content: center;
    width: 300px;
    padding: 30px 0 20px;
    overflow: hidden;
    border-radius: 32px;
    background: url(../img/cars_menu/cars_menu_item_bg.jpg) no-repeat #f0e8e2;
    background-size: 100%;
    transition: all 0.5s linear;
}

.cars_menu_item:hover .cars_menu_img {
    background: #d8cec5;
}

.cars_menu_img:before {
    content: "";
    position: absolute;
    top: 0;
    inset: 0;
    padding: 1px;
    border: 1px solid #ffffff;
    border-radius: 32px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.cars_menu_item:hover .cars_menu_img:before {
    opacity: 1;
}

.cars_menu_list .slick-dots {
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}

.cars_menu_list .slick-dots li button {
    display: none;
}

.cars_menu_list .slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background: #d8cec5;
    transition: all 0.4s linear;
}

.cars_menu_list .slick-dots li.slick-active {
    width: 16px;
    height: 16px;
    background: #ffffff;
}

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

.cars_items {
}

.car_item {
    margin-top: 70px;
}

.car_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 90px;
    padding: 0 40px;
    background: url(../img/car_head_bg.jpg) no-repeat;
    border-radius: 32px;
    overflow: hidden;
}

.car_name {
    font-size: 44px;
    font-weight: 400;
    text-transform: uppercase;
    color: #3e3a39;
}

.car_name b {
    font-weight: 700;
}

.car_name b span {
    color: #c30d23;
}

.car_profit {
    /* width: fit-content; */
    position: relative;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    column-gap: 23px;
    background: url(../img/car_profit_bg.svg) no-repeat;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 20px;
}

.car_profit:before {
    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:before {
    animation: shine 1.5s ease-out infinite;
}

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

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}

.car_profit i {
    display: block;
    width: 56px;
    height: 56px;
    background: url(../img/car_profit_ico.svg) 50% 50% no-repeat;
}

.car_profit span {
    /* width: 218px; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #615952;
    gap: 7px;
    line-height: 1;
}

.car_profit span .text_red {
    color: #c30d23;
    font-weight: 700;
    font-size: 1.2em;
}

.car_wrapper {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f7f0eb;
    padding: 0 40px 40px;
    border-radius: 32px;
}

.info_block {
    margin-top: 50px;
    max-width: 310px;
}

.car_props {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.car_props a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 36px;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #615952;
    transition: all 0.5s ease-in-out;
}

.car_props a:hover {
    color: #3e3a39;
}

.car_props a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
}

.car_props .ico1:before {
    background: url(../img/car_props_ico1.svg) 50% 50% no-repeat #998e83;
}

.car_props .ico2:before {
    background: url(../img/car_props_ico2.svg) 50% 50% no-repeat #998e83;
}

.car_props .ico3:before {
    background: url(../img/car_props_ico3.svg) 50% 50% no-repeat #998e83;
}

.car_props .ico4:before {
    background: url(../img/ico_label_white.svg) 50% 50% no-repeat #998e83;
}

.car_props a:hover:before {
    background-color: #c30d23;
}

.car_tehs {
    margin-top: 25px;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding-left: 32px;
}

.car_tehs:before {
    content: "";
    position: absolute;
    left: 8px;
    width: 6px;
    height: 100%;
    background: #c30d23;
    transform: skewX(-20deg);
}

.car_tehs > div {
    display: flex;
    flex-direction: column;
}

.car_tehs > div b {
    font-family: "TENET Sans SE", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #3e3a39;
    white-space: nowrap;
}

.car_tehs > div span {
    font-size: 14px;
    font-weight: 400;
    color: #998e83;
    white-space: nowrap;
}

.img_block {
    position: relative;
    top: -40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dots {
    position: absolute;
    bottom: -20px;
    display: flex;
    column-gap: 10px;
}

.dots .dot_color {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s linear;
}

.dots .dot_color.active {
    transform: scale(1.3);
}

.car_gallery {
    margin-top: 40px;
    width: 300px;
    height: 248px;
    padding-right: 38px;
    overflow: hidden;
}

.car_gallery .slick-list {
    transform: translate3d(0, -100px, 0);
}

.car_gallery .slick-track {
    display: flex;
    flex-direction: column;
}

.car_item .car_gallery a {
    display: flex;
    justify-content: center;
    height: 150px;
    transform: scale(0.8);
    transition: all 0.4s linear;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0.4;
}

.car_item .car_gallery a img {
    transition: all 0.2s linear;
}

.car_item .car_gallery a:hover img {
    transform: scale(1.08);
}

.car_item .car_gallery .slick-slide.slick-active {
    transform: scale(0.8) translateY(70%);
}

.car_item
.car_gallery
.slick-slide.slick-active
+ .slick-active
+ .slick-active {
    transform: scale(0.8) translateY(-70%);
}

.car_item .car_gallery .slick-slide.slick-active.slick-current {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
}

.car_gallery .slick-arrow {
    position: absolute;
    right: 0;
    width: 28px;
    height: 28px;
    background: url(../img/btn_arrows.svg) no-repeat;
    border: none;
    font-size: 0;
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.5s ease-in-out;
}

.car_gallery .slick-arrow:hover {
    opacity: 1;
}

.car_gallery .slick-prev {
    top: 0;
    transform: rotate(180deg);
}

.car_gallery .slick-next {
    bottom: 0;
}

.car_gallery .slick-dots {
    margin: 0;
    position: absolute;
    top: 32px;
    bottom: 32px;
    right: 0;
    width: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.car_gallery .slick-dots li button {
    display: none;
}

.car_gallery .slick-dots li {
    position: initial;
    width: 6px;
    height: -webkit-fill-available;
    border: none;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.car_gallery .slick-dots li.slick-active {
    background: #d8cec5;
}

.car_btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 25px;
    margin-top: 30px;
}

.car_btns .btn {
    width: 32%;
}

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

#instock {
    margin-top: 120px;
}

#filter_table {
    display: none;
}

.filter_quick_menu {
    margin-top: 70px;
    margin-bottom: 72px;
    display: flex;
    column-gap: 25px;
}

.filter_quick_menu li {
    width: 230px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: #c7b9ab;
    text-transform: uppercase;
    border: 1px solid #c7b9ab;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.filter_quick_menu li:hover {
    background: #d8cec580;
}

.filter_quick_menu li.current {
    color: #615952;
    background: #d8cec5;
    border-color: #d8cec5;
}

.tb_complects_showmore {
    display: block;
    margin-top: -30px;
    font-size: 18px;
    color: #f7f0eb;
}

#tb_complects {
    width: 100%;
}

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

#tb_complects tbody tr td:before {
    display: none;
}

#tb_complects .item {
    margin-bottom: 120px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px;
    background: url("../img/compl_item_bg.jpg") 50% 50% no-repeat;
    border-radius: 32px;
    background-size: cover;
}

.compl_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.compl_name {
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    color: #3e3a39;
    white-space: nowrap;
}

.compl_name span {
    display: inline-block;
    margin-left: 40px;
    font-family: "TENET Sans SE", sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #c30d23;
}

.compl_img {
    margin-top: -110px;
}

.compl_block .car_profit {
    margin-top: 35px;
}

.compl_wrap {
    margin-top: 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 16px;
}

.compl_tehs {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 30px;
    padding-left: 40px;
    white-space: nowrap;
}

.compl_tehs:before {
    content: "";
    position: absolute;
    left: 8px;
    width: 6px;
    height: 84%;
    background: #c30d23;
    transform: skewX(-20deg);
}

.compl_tehs > div {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.compl_tehs > div:before {
    content: "";
    position: relative;
    display: block;
    left: 0;
    height: 30px;
}

.compl_tehs .ico1:before {
    min-width: 18px;
    background: url(../img/compl_tehs_ico1.svg) no-repeat;
}

.compl_tehs .ico2:before {
    min-width: 30px;
    background: url(../img/compl_tehs_ico2.svg) no-repeat;
}

.compl_tehs .ico3:before {
    min-width: 30px;
    background: url(../img/compl_tehs_ico3.svg) no-repeat;
}

.compl_tehs span b {
    font-family: "TENET Sans SE", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #3e3a39;
}

.compl_tehs span {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    color: #998e83;
}

#instock .btns {
    width: 100%;
    max-width: 52%;
    display: flex;
    column-gap: 25px;
}

#instock .btns .btn {
    width: 48%;
}

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

.tradein {
    margin-top: 140px;
}

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

.tradein_img {
    position: initial;
    width: 56%;
    border-radius: 32px 0 0 32px;
    overflow: hidden;
}

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

.car_profit2 {
    width: fit-content;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 6px;
    padding: 10px;
    background: url(../img/car_profit_bg.png) 50% 50% no-repeat #f7f0eb;
    border-radius: 50px;
    overflow: hidden;
}

.car_profit2:before {
    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_profit2:hover:before {
    animation: shine 1.5s ease-out infinite;
}

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

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}

.car_profit2 span {
    width: 218px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #615952;
}

.car_profit2 i {
    display: block;
    width: 56px;
    height: 56px;
}

.car_profit2.ico1 {
    left: 30px;
    bottom: -36px;
}

.car_profit2.ico1 i {
    background: url(../img/car_profit2_ico1.svg) 50% 50% no-repeat;
}

.tradein_block {
    width: 44%;
    padding: 40px;
    border-radius: 0 32px 32px 0;
    background: #f7f0eb;
}

.tradein .section_item span {
    color: #998e83;
}

.tradein .section_item b {
    color: #3e3a39;
}

.tradein_comment {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #615952;
}

#tradein_form {
    margin-top: 25px;
}

#tradein_form .form-group input[type="text"],
#tradein_form .form-group input[type="tel"] {
    color: #615952;
    border-color: #998e83;
}

#tradein_form .form-group input[type="text"]::placeholder,
#tradein_form .form-group input[type="tel"]::placeholder {
    color: #998e83;
}

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

#tradein_form .agree_field input + span {
    border-color: #615952;
}

#tradein_form .agree_field,
#tradein_form .agree_field a {
    color: #615952;
}

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

.testdrive {
    margin-top: 148px;
}

.testdrive_wrap {
    padding: 40px;
    background: url(../img/testdrive_bg.jpg) 50% 0 no-repeat;
    border: 1px solid #c7b9ab;
    border-radius: 32px;
}

.testdrive_comment {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #f7f0eb;
}

#testdrive_form {
    margin-top: 25px;
    max-width: 477px;
}

.car_profit2.ico2 {
    right: 46px;
    background: url(../img/car_profit2_bg1.png) 50% 50% no-repeat #f7f0eb;
}

.car_profit2.ico2 span {
    width: 373px;
}

.car_profit2.ico2 i {
    background: url(../img/car_profit2_ico2.svg) 50% 50% no-repeat;
}

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

.credit {
    margin-top: 154px;
}

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

.credit_img {
    position: initial;
    width: 56%;
    border-radius: 32px 0 0 32px;
    overflow: hidden;
}

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

.car_profit2.ico3 {
    left: 30px;
    bottom: -30px;
    background: url(../img/car_profit2_bg2.png) 50% 50% no-repeat #f7f0eb;
}

.car_profit2.ico3 i {
    background: url(../img/car_profit2_ico3.svg) 50% 50% no-repeat;
}

.car_profit2.ico3 span {
    width: 383px;
}

.credit_block {
    width: 44%;
    padding: 40px;
    border-radius: 0 32px 32px 0;
    background: #f7f0eb;
}

.credit .section_item span {
    color: #998e83;
}

.credit .section_item b {
    color: #3e3a39;
}

.credit_comment {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #615952;
}

#credit_form {
    margin-top: 25px;
}

#credit_form .form-group input[type="text"],
#credit_form .form-group input[type="tel"] {
    color: #615952;
    border-color: #998e83;
}

#credit_form .form-group input[type="text"]::placeholder,
#credit_form .form-group input[type="tel"]::placeholder {
    color: #998e83;
}

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

#credit_form .agree_field input + span {
    border-color: #615952;
}

#credit_form .agree_field,
#credit_form .agree_field a {
    color: #615952;
}

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

.contacts {
    margin-top: 148px;
}

.contacts_wrapper {
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.contacts_block {
    width: 414px;
}

.contacts_img img {
    border-radius: 32px 32px 0 0;
}

.contacts_cont {
    padding: 25px 30px 30px;
    background: #f7f0eb;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-radius: 0 0 32px 32px;
}

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

.contacts .logo3 {
    display: flex;
    align-items: center;
    padding: 6px 20px 6px 0;
    margin-right: 20px;
    border-right: 1px solid #998e83;
}

.contacts .logo4 {
    display: flex;
    flex-direction: column;
}

.contacts .logo4 span {
    font-size: 16px;
    font-weight: 400;
    color: #998e83;
}

.contacts_wrap {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.contacts_wrap > div {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 34px;
    font-size: 16px;
    font-weight: 400;
    color: #615952;
}

.contacts_wrap > div a {
    color: #615952;
}

.contacts_wrap > div:before {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
}

.contacts_wrap .bottom_addr:before {
    background: url(../img/bottom_addr_ico.svg) no-repeat;
}

.contacts_wrap .bottom_phone:before {
    background: url(../img/bottom_phone_ico.svg) no-repeat;
}

.contacts_wrap .bottom_hour:before {
    background: url(../img/bottom_hour_ico.svg) no-repeat;
}

.contacts .btn {
    margin-top: 30px;
    width: 100%;
}

#map1 {
    position: relative;
    width: 66%;
    max-width: 100%;
    height: 604px;
    background: url(../img/map.jpg) 50% 0 no-repeat;
    background-size: cover;
    border-radius: 32px;
    overflow: hidden;
}

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

footer {
    margin-top: 120px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #514c4b;
    font-size: 16px;
    color: #f7f0eb;
}

footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 12px;
}

footer a {
    font-size: 16px;
    color: #f7f0eb;
}

.footer_wrap {
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 6px;
}

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) {
}

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

@media (max-width: 1290px) {
    .header .logo1 img {
        max-width: 160px;
    }

    .header .logo2 img {
        max-width: 140px;
    }

    .header .logo2 span {
        font-size: 14px;
    }

    .run_now {
        height: 64px;
    }

    .run_now_cont div {
        margin-right: 40px;
        font-size: 24px;
    }

    .run_now_cont div i {
        width: 42px;
        height: 42px;
        background-size: 70%;
    }

    .img_block {
        top: 0;
        width: 40%;
    }

    .car_tehs > div b {
        font-size: 20px;
    }

    .dots {
        position: relative;
        bottom: 10px;
        column-gap: 10px;
    }

    .dots .dot_color {
        width: 24px;
        height: 24px;
    }

    .car_btns {
        margin-top: 24px;
    }

    .compl_tehs span {
        font-size: 12px;
    }

    .compl_tehs span b {
        font-size: 18px;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .header .logo1 {
        padding: 8px 14px 8px 0;
        margin-right: 14px;
    }

    .header .logo1 img {
        max-width: 130px;
    }

    .header .logo2 img {
        max-width: 120px;
    }

    .header .logo2 span {
        font-size: 12px;
    }

    .header .top_addr {
        font-size: 14px;
    }

    .header .top_phone a {
        font-size: 14px;
    }

    .header .btn {
        width: 200px;
    }

    .img_block {
        width: 34%;
    }

    .car_gallery {
        width: 260px;
        height: 182px;
    }

    .car_item .car_gallery a {
        height: 126px;
        border-radius: 14px;
    }

    .car_item .car_gallery .slick-slide.slick-active {
        transform: scale(0.8) translateY(90%);
    }

    .car_item
    .car_gallery
    .slick-slide.slick-active
    + .slick-active
    + .slick-active {
        transform: scale(0.8) translateY(-90%);
    }
}

/*IPAD PRO BEGIN*/

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

@media (max-width: 991px) {
    .header .logo1 {
        padding: 8px 14px 8px 0;
        margin-right: 14px;
    }

    .header .logo1 img {
        max-width: 130px;
    }

    .header .logo2 img {
        max-width: 120px;
    }

    .header .logo2 span {
        font-size: 12px;
    }

    .header .top_phone a {
        font-size: 14px;
    }

    .header .top_addr {
        display: none;
    }

    .header .btn {
        display: none;
    }

    .header .m_btn {
        display: block;
        position: absolute;
        right: 15px;
        width: 30px;
        height: 22px;
        z-index: 1;
    }

    .top_phone {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 2px;
        background: #c7b9ab;
        transition: all 0.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: 72px;
        left: 100%;
        padding: 12px 0;
        background: #3e3a39;
        z-index: 10;
        height: auto;
        transition: all 0.2s linear;
        overflow: scroll;
    }

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

    .menu_wrap {
        flex-direction: column;
        align-items: center;
        row-gap: 14px;
    }

    .menu_wrap > div {
        flex-direction: column;
        align-items: center;
        row-gap: 14px;
    }

    .main_banner {
        margin-top: 72px;
    }

    .main_banner .title_container .br_mob {
        display: block;
    }

    .main_banner .title_container .title1 {
        font-size: 3.6vw;
    }

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

    .main_banner .banner-props {
        top: 250%;
        right: unset;
    }

    .main_banner .banner-props__item {
    }

    .main_banner .banner-props__ico {
    }

    .main_banner .banner-props__ico img {
    }

    .main_banner .banner-props__text {
    }

    .timer_block {
        position: relative;
        width: 100%;
        bottom: 0;
    }

    .timer_wrap {
        padding: 20px 0;
        align-items: center;
        flex-direction: column;
    }

    .timer_title {
        text-align: center;
    }

    .timer div[id^="timer"] {
        transform: scale(0.8) !important;
        min-width: 485px !important;
        display: flex;
        justify-content: left;
        white-space: nowrap;
        left: 0;
    }

    .timer_form {
        max-width: 50%;
    }

    .advantages {
        margin-top: 60px;
    }

    .advantages_wrapper {
        margin-top: 34px;
        width: 100%;
        left: 0;
        flex-direction: column;
        gap: 10px;
    }

    .advantages_block {
        margin: 0;
        width: 100%;
        height: 95px;
        display: flex;
        align-items: center;
    }

    .advantages_block:before {
        display: none;
    }

    .advantages_title {
        font-size: 17px;
    }

    .advantages_title br {
        display: none;
    }

    .advantages_title .br_mob {
        display: block;
    }

    .advantages_imgs {
        top: unset;
        width: 32%;
        bottom: -5px;
        display: flex;
        justify-content: flex-end;
    }

    .section_item b {
        margin-top: 12px;
        font-size: 28px;
    }

    .cars_menu {
        margin-top: 60px;
    }

    .cars_menu_list {
        margin-top: 40px;
        /* display: block; */
        width: 100%;
        left: 0%;
        column-gap: 1%;
        justify-content: space-between;
    }

    .cars_menu_list .slick-track {
        padding-top: 30px;
    }

    .cars_menu_item {
        /* margin: 0 12px; */
        width: 30%;
    }

    .cars_menu_title {
        order: 1;
        position: static;
        background: none;
        color: #fff;
        display: inline;
        text-align: center;
        width: 100%;
        font-size: 4vw;
    }

    .cars_menu_title b {
        display: inline;
        width: auto;
        font-size: 1.3em;
    }

    .cars_menu_title p {
        width: auto;
        display: inline;
        font-size: inherit;
    }

    .cars_menu_title b span {
        color: inherit;
    }

    .cars_menu_title:before {
        display: none;
    }

    .cars_menu_img {
        width: 100%;
        background: none;
        padding: 0;
    }

    .cars_menu_img:before {
        display: none;
    }

    .img_block {
        width: 50%;
    }

    .car_gallery {
        width: 102%;
        height: auto;
        left: -1%;
        padding: 0;
        order: 4;
    }

    .car_gallery .slick-list {
        transform: none;
    }

    .car_gallery .slick-track {
        display: block;
    }

    .car_item .car_gallery a {
        height: auto;
        opacity: 1;
        transform: none;
        margin: 0 12px;
    }

    .car_item .car_gallery .slick-slide.slick-active {
        transform: none;
    }

    .car_item
    .car_gallery
    .slick-slide.slick-active
    + .slick-active
    + .slick-active {
        transform: none;
    }

    .car_gallery .slick-dots {
        margin-top: 12px;
        margin-bottom: 0;
        position: relative;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        column-gap: 6px;
    }

    .car_gallery .slick-dots li {
        width: 14px;
        height: 14px;
        border-radius: 50px;
        background: #d8cec5;
        transition: all 0.4s linear;
    }

    .car_gallery .slick-dots li.slick-active {
        width: 16px;
        height: 16px;
        background: #ffffff;
    }

    #instock {
        margin-top: 60px;
    }

    .filter_quick_menu {
        margin-top: 40px;
    }

    .compl_name span {
        margin-left: 10px;
    }

    #tb_complects .item {
        padding: 24px;
    }

    .compl_wrap {
        flex-direction: column;
        row-gap: 24px;
    }

    #instock .btns {
        max-width: initial;
    }

    .tradein {
        margin-top: 60px;
    }

    .tradein_img {
        width: 50%;
    }

    .tradein_img img {
        position: relative;
        z-index: -1;
        left: 50%;
        transform: translateX(-50%);
    }

    .tradein_block {
        width: 50%;
        padding: 20px;
    }

    .testdrive {
        margin-top: 60px;
    }

    .credit {
        margin-top: 60px;
    }

    .credit_img {
        width: 50%;
    }

    .credit_img img {
        position: relative;
        z-index: -1;
        left: 50%;
        transform: translateX(-50%);
    }

    .credit_block {
        width: 50%;
        padding: 20px;
    }

    .contacts {
        margin-top: 60px;
    }

    .contacts_wrapper {
        flex-direction: column;
        row-gap: 20px;
    }

    #map1 {
        width: 100%;
        height: 360px;
    }

    footer {
        margin-top: 60px;
    }
}

/*IPAD END*/
@media (max-width: 980px) {
}

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .banner_label {
        font-size: 16px;
        display: flex;
        gap: 12px;
        justify-content: center;
        padding-top: 5px;
        color: #ffffff;
    }

    .banner_label::before {
        width: 28px;
        height: 28px;
    }

    .main_banner .slider_item {
        height: 98vw;
    }

    .main_banner .banner_slide1 {
        background: url(../img/bg1_mob.jpg) 50% 100% no-repeat;
        background-size: 100%;
    }

    .main_banner .title_container {
        top: 6vw;
        position: static;
        margin-top: 13vw;
    }

    .main_banner .title_container .title1 {
        font-size: 5vw;
        text-align: center;
        margin-bottom: 3px;
        color: #ffffff;
    }

    .main_banner .title_container .title1 span {
        padding: 1vw 2vw;
        margin-top: 10px;
    }

    .main_banner .title_container .title2 {
        font-size: 6vw;
        text-align: center;
        color: #ffffff;
    }

    .main_banner .title_container .title2 span {
        padding: 1vw 2vw;
    }

    .main_banner .title_container .title2 br {
        display: none;
    }

    .main_banner .title_container .btn {
        margin: 3vw auto 0;
        display: none;
    }

    .main_banner .banner-props {
        position: static;
        align-items: center;
        margin-top: 2vw;
        flex-direction: column;
        gap: 0;
    }

    .main_banner .banner-props__item {
        background-size: 100%;
        padding: 2.7vw 4vw 2.5vw 2.3vw;
        gap: 7vw;
        transform: scale(.75);
    }

    .main_banner .banner-props__ico {
        width: 7%;
    }

    .main_banner .banner-props__ico img {
    }

    .main_banner .banner-props__text {
        font-size: min(4.7vw, 19px);
    }

    .run_now {
        height: 52px;
    }

    .run_now_cont div {
        font-size: 16px;
    }

    .run_now_cont div i {
        width: 36px;
        height: 36px;
    }

    .section_item b {
        font-size: 26px;
    }

    .car_item {
        margin-top: 40px;
    }

    .car_head {
        padding: 0 20px;
        min-height: 64px;
    }

    .car_name {
        font-size: 32px;
    }

    .car_item .car_profit {
        position: absolute;
        left: 24px;
        top: 84px;
        background-size: 100%;
        background-position: 50% 50%;
    }

    .car_item .car_profit i {
        width: 38px;
        height: 38px;
        background-size: 60%;
    }

    .car_item .car_profit span {
        width: 148px;
        font-size: 16px;
    }

    .car_wrapper {
        padding: 70px 20px 20px;
    }

    .info_block {
        order: 2;
        margin-top: 24px;
    }

    .car_props a {
        min-height: 38px;
        font-size: 16px;
    }

    .car_props a:before {
        width: 38px;
        height: 38px;
        background-size: 60% !important;
    }

    .img_block {
        width: 100%;
    }

    .car_tehs {
        margin-top: 24px;
        row-gap: 10px;
        padding: 0;
    }

    .car_tehs:before {
        display: none;
    }

    .car_tehs > div b {
        font-size: 16px;
    }

    .car_tehs > div span {
        font-size: 12px;
    }

    .car_item .car_gallery {
        margin-top: 24px;
    }

    .car_item .car_gallery a {
        margin: 0 6px;
    }

    .car_btns {
        order: 3;
        flex-direction: column;
        row-gap: 12px;
    }

    .car_btns .btn {
        width: 100%;
    }

    .filter_quick_menu {
        margin-bottom: 20px;
        column-gap: 12px;
    }

    #tb_complects .item {
        margin-bottom: 30px;
        padding: 18px;
        width: 100%;
    }

    .compl_name {
        font-size: 24px;
    }

    .compl_name span {
        font-size: 24px;
    }

    .compl_block {
        align-items: start;
        flex-direction: column;
    }

    .compl_img {
        margin-top: 0;
    }

    .compl_block .car_profit {
        margin-top: 12px;
        background-size: 100%;
        background-position: 50% 50%;
        padding: 7px 20px 6px 4px;
    }

    .compl_block .car_profit i {
        width: 38px;
        height: 38px;
        background-size: 60%;
    }

    .compl_block .car_profit span {
        /* width: 146px; */
        font-size: 16px;
    }

    .compl_tehs {
        padding-left: 0;
    }

    .compl_tehs:before {
        display: none;
    }

    #instock .btns {
        max-width: initial;
        flex-direction: column;
        row-gap: 12px;
    }

    #instock .btns .btn {
        width: 100%;
    }

    .tradein_wrap {
        flex-direction: column;
    }

    .tradein_img {
        width: 100%;
        border-radius: 32px 32px 0 0;
    }

    .tradein_img img {
        max-width: 100%;
    }

    .tradein_block {
        width: 100%;
        border-radius: 0 0 32px 32px;
    }

    .car_profit2.ico1 {
        bottom: initial;
        top: -32px;
        background-size: 96%;
    }

    .car_profit2.ico1 i {
        width: 38px;
        height: 38px;
    }

    .car_profit2.ico1 span {
        width: 180px;
        font-size: 16px;
    }

    .testdrive_wrap {
        padding: 46px 20px 20px;
        background: url(../img/testdrive_bg_mob.jpg) 50% 0 no-repeat;
        background-size: auto 100%;
    }

    #testdrive_form {
        margin-top: 40vw;
    }

    .car_profit2.ico2 {
        right: initial;
        left: 30px;
        top: -22px;
        background-size: 96%;
    }

    .car_profit2.ico2 i {
        width: 38px;
        height: 38px;
    }

    .car_profit2.ico2 span {
        width: 300px;
        font-size: 16px;
    }

    .credit_wrap {
        flex-direction: column;
    }

    .credit_img {
        width: 100%;
        border-radius: 32px 32px 0 0;
    }

    .credit_img img {
        max-width: 100%;
    }

    .credit_block {
        width: 100%;
        border-radius: 0 0 32px 32px;
    }

    .car_profit2.ico3 {
        left: 30px;
        bottom: initial;
        top: -20px;
        background-size: 96%;
    }

    .car_profit2.ico3 i {
        width: 38px;
        height: 38px;
    }

    .car_profit2.ico3 span {
        width: 300px;
        font-size: 16px;
    }

    .contacts_block {
        width: 100%;
    }

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

    .contacts_cont {
        padding: 16px 16px 20px;
    }

    .footer_wrap {
        align-items: start;
    }
}

/*MOBILE END*/
@media (max-width: 680px) {
}

@media (max-width: 540px) {
    .header .menu {
        top: 90px;
    }

    .header .header_wrapper {
        flex-wrap: wrap;
        padding: 12px 0;
    }

    .header .top_phone {
        margin-top: 12px;
        padding-left: 0;
        column-gap: 6px;
    }

    .header .top_phone:before {
        position: relative;
    }

    .header .m_btn {
        top: 16px;
    }

    .main_banner {
        margin-top: 92px;
    }

    .main_banner .title_container {
        top: 16vw;
    }

    .main_banner .title_container .btn {
        display: none;
    }

    #timer_form {
        flex-direction: column;
        margin-top: 20px;
    }

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

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

    .timer div[id^="timer"] {
        justify-content: center;
    }

    .car_head {
        padding: 0 16px;
        min-height: 46px;
    }

    .car_name {
        font-size: 24px;
    }

    .car_item .car_profit {
        top: 66px;
    }

    .compl_tehs {
        column-gap: 16px;
    }

    .compl_tehs > div {
        column-gap: 8px;
    }

    .compl_tehs span b {
        font-size: 14px;
    }

    .compl_tehs span {
        font-size: 8px;
    }

    .compl_tehs > div:before {
        height: 20px;
        background-size: contain !important;
        background-position: 50% 50% !important;
    }

    .compl_tehs .ico1:before {
        min-width: 12px;
    }

    .compl_tehs .ico2:before {
        min-width: 18px;
    }

    .compl_tehs .ico3:before {
        min-width: 18px;
    }

    .contacts .logo3 {
        padding: 4px 10px 4px 0;
    }

    .contacts .logo3 img {
        max-width: 140px;
    }

    .contacts .logo4 img {
        max-width: 120px;
    }

    .contacts .logo4 span {
        font-size: 12px;
    }

    .contacts_wrap > div {
        font-size: 14px;
    }
}

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

/* Portrait phones and smaller */
@media (max-width: 440px) {
    .car_tehs {
        column-gap: 6px;
    }

    .car_tehs > div span {
        font-size: 10px;
    }

    .car_profit2.ico1 {
        top: -22px;
    }

    .car_profit2.ico1 i {
        width: 26px;
        height: 26px;
        background-size: 86%;
    }

    .car_profit2.ico1 span {
        width: 140px;
        font-size: 12px;
    }

    .car_profit2.ico2 i {
        width: 26px;
        height: 26px;
        background-size: 86%;
    }

    .car_profit2.ico2 span {
        width: 234px;
        font-size: 12px;
    }

    .car_profit2.ico3 i {
        width: 26px;
        height: 26px;
        background-size: 86%;
    }

    .car_profit2.ico3 span {
        width: 234px;
        font-size: 12px;
    }

    .testdrive_comment {
        margin-top: 18px;
        font-size: 14px;
    }

    .testdrive_comment br {
        display: none;
    }

    .credit_comment {
        margin-top: 18px;
        font-size: 14px;
    }

    .credit_comment br {
        display: none;
    }

    .tradein_comment {
        margin-top: 18px;
        font-size: 14px;
    }

    .tradein_comment br {
        display: none;
    }
}

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

@media (max-width: 378px) {
    .timer div[id^="timer"] {
        transform: scale(0.7) !important;
    }
}

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

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