* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    color: #0B0D0C;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: white;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #C0C0C0;
}

::-webkit-scrollbar-thumb {
    background: #1D449C;
    border-radius: 10px;
}

.fancybox-slide--html .fancybox-close-small { /* color: white !important; */
}

.fancybox-button svg {
    transform: scale(2);
}

.compensate-for-scrollbar {
    margin-right: auto !important;
    overflow: auto !important;
}

.fancybox-content {
    overflow: hidden;
}


input[type=file] {
    display: none;
}


sup {
    display: inline-block;
    vertical-align: top;
    top: -3px;
    position: relative;
    font-size: 80%;
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
}

select::-ms-expand {
    display: none;
}

select::-ms-expand {
    display: none;
}

a {
    color: inherit;
    text-decoration: none;
}

.fancybox-type-image .fancybox-close {
    right: 9px;
}

.fancybox-close {
    background: url(../img/bg_close.png) 50% 50% no-repeat !important;
    color: black;
    width: 22px !important;
    height: 22px !important;
    top: -25px !important;
    right: -25px !important;
}


.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 1140px;
    position: relative;
    width: 100%;
}

@media (min-width: 1200px) {
    .container {
        padding: 0 30px;
        width: 1680px;
        max-width: 100%;
    }
}

.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, #form_popup2 {
    display: none;
}

.popup_container {
    width: 420px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box; /* border: 2px solid black; */
    background: white;
    text-align: center;
    padding-bottom: 30px;
}

.popup_container .agree_field {
    color: black;
    font-size: 10px;
    text-align: left;
    width: 100%;
    display: block;
}

.popup_container .agree_field a {
    color: black;
}


.popup_container h2 {
    font-size: 20px;
    font-weight: 700;
    /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 25px;
    color: black;
}

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #414141;
    padding-bottom: 15px;
}

.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    -moz-transform: rotate(45deg); /* Aey Firefox */
    -ms-transform: rotate(45deg); /* Aey IE */
    -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Aey Opera */
    transform: rotate(45deg);
    cursor: pointer;
}

.popup_container .close:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 16px;
    width: 34px;
    height: 1px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .close:after {
    content: '';
    position: absolute;
    left: 16px;
    top: 0px;
    width: 1px;
    height: 34px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .form-group {
    margin-bottom: 19px;
}

.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 10px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
}

.agree_field a {
    text-decoration: underline;
}

.agree_field input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
}

.agree_field span {
    padding-left: 25px;
    display: inline-block;
}

form {
}

form .form-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group select {
    height: 50px;
    width: 100%;
    color: #000000;
    font-size: 14px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'Onest', sans-serif;
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #A3B0BA;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.png) 95% 50% no-repeat #ffffff;
    font-family: 'Onest', sans-serif;
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'Onest', sans-serif;
    outline: none;
}

form .form-group button:hover {
}


.form_title {
    color: black;
    font-size: 36px; /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 47px;
}

.form_title span {
    display: block;
    color: #ff0000;
    white-space: nowrap;
}

.btn {
    box-sizing: border-box;
    background: #0B0D0C;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .3s;
    text-align: center;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.btn.glass {
    background: transparent;
    border: 1px solid #0B0D0C;
    color: #0b0d0c;
}

.btn span {
    position: relative;
    z-index: 1;
}

.btn:before,
.btn:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background-color: #1d449c;
    border-radius: 50%;
}

.btn:before {
    left: -20px;
    transform: translate(-50%, -50%);
}

.btn:after {
    right: -20px;
    transform: translate(50%, -50%);
}

.btn:hover:before {
    animation: cross-left 0.8s both;
    animation-direction: alternate;
}

.btn:hover:after {
    animation: cross-right 0.8s both;
    animation-direction: alternate;
}

@keyframes cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 150%;
        height: 150%;
    }
}

@keyframes cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 150%;
        height: 150%;
    }
}

.btn.glass:before,
.btn.glass:after {
    background: #C0C0C0;
}

.swiper-pagination-bullet {
    border-radius: 0 !important;
}

.anim {
/*    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition-delay: .2s;*/
}

.anim.animated {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 {
    transition-delay: .4s;
}

.delay-2 {
    transition-delay: .6s;
}

.delay-3 {
    transition-delay: .8s;
}


/**********************
        HEADER
**********************/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FEFEFE;
    z-index: 15;
}

.head_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 15px;
}

.logo_wrap {
    display: flex;
    align-items: center;
}

.logo_wrap .logo2 {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #C0C0C0;
}

.top_addr_wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
    display: flex;
    list-style-type: none;
    width: 40%;
}

.column {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.top_addr_wrap li {
    position: relative;
    width: fit-content;
    padding-left: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
}
.top_addr_wrap li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 38px;
    background: #C0C0C0;
}
.top_addr_wrap li b {
    margin-top: 3px;
}

.top_addr_wrap {
    position: relative;
    cursor: pointer;
}

.top_addr_list {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    z-index: 10;
    width: 100%;
    margin-top: 333px;
}

.top_addr_wrap.active .top_addr_list {
    display: block;
}

.top_addr_list div {
    padding: 10px;
    border-top: 1px solid #eee;
}

.top_addr_list div:hover {
    background-color: #f0f0f0;
}

/* .active_addr {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 50px;
    font-size: 18px;
}
.active_addr:before {
    content: '';
    position: absolute;
    left: 6px;
    width: 30px;
    height: 30px;
    background: url(../img/header_addr_ico.svg) no-repeat;
}
.active_addr:after {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 30px;
}

.active_addr span {
    width: fit-content;
} */
.addr_item {
    font-size: 18px;
    font-weight: 400;
}
.addr_item {
    margin-top: 4px;
}
.addr_item:nth-child(1) {
    margin-top: 0;
}
.top_addr_drop {
    position: absolute;
    left: 0;
    margin-top: 20px;
    display: none;
    z-index: 2;
}

.top_addr {
    font-size: 18px;
}

.top_addr span {
    display: block;
    color: #c0c0c0;
    margin-bottom: 5px;
}

.top_phone {
    position: relative;
    width: fit-content;
    padding-left: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
}

.top_phone:before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 38px;
    background: #C0C0C0;
}

.top_phone b {
    font-size: 14px;
}

.head_wrap .btn {
    width: 253px;
}

.menu {
    border-top: 1px solid #C0C0C0;
    display: flex;
    justify-content: space-between;
}

.menu > div {
    display: flex;
    justify-content: space-between;
    gap: 0 8px;
}

.menu a {
    display: block;
    padding: 15px 0;
    position: relative;
    transition: all .4s ease-out;
    text-transform: uppercase;
}

.menu a:before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #1D449C;
    position: absolute;
    bottom: 0;
    transition: all .4s ease-out;
}

.menu a:hover {
    color: #1d449c;
}

.menu a:hover:before {
    width: 100%;
}

header .m_btn {
    display: none;
}


/**********************
        BANNER
**********************/

.banner {
    margin-top: 142px;
}

.banner picture img {
    max-width: none;
    height: 800px;
    transform: translateX(-50%);
    left: 50%;
    display: block;
    position: relative;
}

.title_container {
    position: absolute;
    top: 65px;
    margin: 0 auto;
    left: 50%;
    width: 100%;
    max-width: 1310px;
    transform: translateX(-50%);
    padding: 25px 20px;
    background: #F3F3F34D;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    z-index: 2;
}

.title_container .title1 {
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #0B0D0C;
}

.title_container .title1 .br_mob {
    display: none;
}

.title_container .title2 {
    font-family: 'Wadik', sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #1D449C;
}

.title_container .title3 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #0B0D0C;
}

.banner_props {
    display: flex;
    justify-content: space-between;
    margin-top: -150px;
    margin-bottom: 50px;
    padding-bottom: 30px !important;
}

.banner_props .swiper-slide { display:none; }
.banner_props .swiper-wrapper { width:100%; }
.banner_props .swiper-slide:nth-child(1) { display:block; width:100%; }

.banner_props .swiper-slide a {
    display: flex;
    align-items: center;
    border-radius: 4px;
    min-height: 99px;
    padding-left: 90px;
    font-size: 20px;
    transition: all .4s ease-out;
}

.banner_props .swiper-slide a:hover {
    color: #ffffff;
}

.banner_props .swiper-slide a.ico1 {
    background: url("../img/bn_ico1.png") 0 50% no-repeat #F8F8F8;
}

.banner_props .swiper-slide a.ico1:hover {
    background: url("../img/bn_ico1_hov.png") 0 50% no-repeat #1d449c;
}

.banner_props .swiper-slide a.ico2 {
    background: url("../img/bn_ico2.png") 0 50% no-repeat #F8F8F8;
}

.banner_props .swiper-slide a.ico2:hover {
    background: url("../img/bn_ico2_hov.png") 0 50% no-repeat #1d449c;
}

.banner_props .swiper-slide a.ico3 {
    background: url("../img/bn_ico3.png") 0 50% no-repeat #F8F8F8;
}

.banner_props .swiper-slide a.ico3:hover {
    background: url("../img/bn_ico3_hov.png") 0 50% no-repeat #1d449c;
}

.banner_props .swiper-slide a.ico4 {
    background: url("../img/bn_ico4.png") 0 50% no-repeat #F8F8F8;
}

.banner_props .swiper-slide a.ico4:hover {
    background: url("../img/bn_ico4_hov.png") 0 50% no-repeat #1d449c;
}

.banner_props .swiper-pagination {
    bottom: 0 !important;
}

.banner_props .swiper-pagination-bullet {
    background: #C0C0C0;
    opacity: 1;
    width: 2px;
    height: 29px;
    border-radius: 0 !important;
}

.banner_props .swiper-pagination-bullet-active {
    background: #333D46;
}


.timer_block {
    background: #F8F8F8;
    padding: 25px 0;
}

.timer_block .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.timer_title {
    font-family: 'Wadik';
    font-size: 22px;
}

.timer_title b {
    display: block;
    font-size: 36px;
}

#timer_form {
    width: 530px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#timer_form .form-group {
    width: 48.5%;
}

div[id^=timer] {
    white-space: nowrap;
}

[id^=timer-number] {
    font-family: 'Wadik' !important;
    font-weight: 700;
}

/**********************
         CARS
**********************/

.cars_items {
    margin-top: 150px;
}

.cars_items_title {
    font-family: 'Wadik';
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 36px;
}

.car_item {
    margin-bottom: 150px;
}

.car_item:last-child {
    margin-bottom: 0;
}

.car_wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.car_wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 117px;
    height: 344px;
    border-radius: 4px;
    background: #F8F8F8;
}
.model_info_wrap {
    position: absolute;
    left: 400px;
    top: 40px;
    display: flex;
    align-items: center;
}

.model_info_btn {
    width: 32px;
    height: 32px;
    background: url(../img/info_btn_ico.svg) no-repeat;
    cursor: pointer;
    transition: all 0.2s linear;
    z-index: 4;
}

.model_info_btn:hover {
    background: url(../img/info_btn_ico_hov.svg) no-repeat;
}

.model_info_text {
    width: 768px;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-42%);
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    background: #FFFFFFCC;
    backdrop-filter: blur(10px);
    display: none;
    transition: all 0.2s linear;
    z-index: 5;
}

.model_info_text.active {
    display: block;
}

.model_info_btn_close {
    position: absolute;
    top: 6px;
    right: 12px;
    width: 14px;
    height: 12px;
    cursor: pointer;
}

.model_info_btn_close:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background: #000000b3;
    transform: rotate(46deg) translateX(4px) translateY(4px);
}

.model_info_btn_close:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000000b3;
    transform: rotate(-46deg) translateX(4px) translateY(-4px);
}


.car_text {
    padding: 15px 0 30px 80px;
}

.car_name {
    position: relative;
    width: fit-content;
    color: #c0c0c0;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
}

.car_name b {
    display: block;
    color: #000000;
    font-size: 32px;
    font-family: 'Wadik';
    margin-top: -5px;
}

.car_name span {
    position: absolute;
    bottom: 4px;
    left: 110%;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Wadik';
    text-transform: uppercase;
    color: #ffffff;
    padding: 2px 4px;
    height: 30px;
    align-items: center;
    background: #1D449C;
    border-radius: 5px;
}

.car_props {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
    margin-top: 29px;
    position: relative;
}

.car_props > a {
    display: flex;
    align-items: center;
    padding-left: 65px;
    font-size: 20px;
    min-height: 30px;
}

.car_props > a br {
    display: none;
}

.car_props > a.ico1 {
    background: url("../img/car_ico1.png") 0 50% no-repeat;
}

.car_props > a.ico2 {
    background: url("../img/car_ico2.png") 0 50% no-repeat;
}

.car_props > a.ico3 {
    background: url("../img/car_ico3.png") 0 50% no-repeat;
}

.car_props > a.ico4 {
    background: url("../img/car_ico4.png") 0 50% no-repeat;
}

.car_image_wrap {
    position: absolute;
    width: 58%;
    top: 0;
    right: 265px;
    display: flex;
    align-items: center;
}

.car_image_name {
    position: absolute;
    top: 0;
    right: 185px;
    color: #c0c0c0;
    font-size: 24px;
    text-transform: uppercase;
    text-align: right;
    transform: rotate(-90deg);
    transform-origin: 100% 0;
}

.car_image_name b {
    font-family: 'Wadik';
    display: block;
    color: #f8f8f8;
    font-size: 47px;
}

.car_image {
    position: relative;
    z-index: 1;
}

.car_colors {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px 0;
    position: absolute;
    right: 25px;
    width: 30px;
    z-index: 1;
}

.car_colors > div {
    width: 21px;
    height: 21px;
    border-radius: 4px;
    transition: all .4s ease-out;
    cursor: pointer;
    position: relative;
}

.car_colors > div.wt {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15);
}

.car_colors > div.active {
    width: 30px;
    height: 30px;
}

.car_colors > div:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 25px;
    top: 2.5px;
    left: -5px;
    background: #C0C0C0;
    opacity: 0;
    transition: all .4s ease-out;
}

.car_colors > div.active:before {
    opacity: 1;
}

.car_gallery_wrap {
    width: 265px;
    margin-right: -11px;
}

.car_gallery {
    width: 100%;
    height: 328px;
    padding-right: 12px !important;
}

.car_gallery .swiper-slide {
    transition: all .4s ease-out;
    overflow: hidden;
    border-radius: 4px;
}

.car_gallery .swiper-pagination {
    flex-direction: column;
    gap: 15px 0;
    right: 0 !important;
}

.car_gallery .swiper-pagination-bullet {
    background: #C0C0C0;
    opacity: 1;
    width: 2px;
    height: 29px;
    border-radius: 0 !important;
}

.car_gallery .swiper-pagination-bullet-active {
    background: #333D46;
}

.car_btns {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.car_btns .btn {
    width: 32%;
}

/**********************
       COMPLECTS
**********************/

#instock {
    margin-top: 150px;
}

.instock_title {
    font-family: 'Wadik';
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

#filter_table {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    gap: 0 20px;
}

#filter_table .select_container {
    width: 32.5%;
}

#filter_table select {
    appearance: none;
    -moz-appearance: none;
    font-family: 'Onest';
    width: 100%;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #A3B0BA;
    padding-left: 20px;
    font-size: 14px;
    background: url("../img/ico_select.png") 95% 50% no-repeat;
    outline: none;
}

.tb_complects {
    margin-top: 50px;
    /*display: flex;
    flex-flow: wrap;
    justify-content: space-between;*/
    gap: 20px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.tb_complects > div:first-child {
    display: none;
}

.tb_complects > div {
    border-radius: 4px;
    background: #F8F8F8;
    padding: 20px;
    width: 100%;
    max-width: 526px;
}

.compl_car {
    color: #c0c0c0;
    text-transform: uppercase;
}

.compl_car b {
    font-family: 'Wadik';
    display: block;
    font-size: 20px;
    color: #000000;
    margin-top: 3px;
}

.compl_image_wrap {
    margin-top: 10px;
    position: relative;
    padding-top: 15px;
    width: 100%;
}

.compl_image_wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #ffffff;
    width: 100%;
    height: 90%;
}

.compl_opts {
    margin-left: 15px;
    position: relative;
    z-index: 2;
}

.compl_opts_btn {
    display: flex;
    align-items: center;
    min-height: 32px;
    background: url("../img/plus.png") 0 50% no-repeat;
    transition: all .4s ease-out;
    font-size: 14px;
    text-decoration: underline;
    color: #1d449c;
    padding-left: 46px;
    cursor: pointer;
    width: fit-content;
}

#tb_complects [data-param1="001"] .compl_opts_btn {
    display: none;
}

.compl_opts_btn:hover {
    background: url("../img/plus_hov.png") 0 50% no-repeat;
}

.compl_opts_list {
    flex-direction: column;
    gap: 10px 0;
    padding: 20px;
    border-radius: 4px;
    background: rgba(51, 61, 70, 0.80);
    backdrop-filter: blur(4px);
    position: absolute;
    left: 30px;
    top: 35px;
    opacity: 0;
    transition: all .4s ease-out;
    width: 330px;
    display: flex;
    pointer-events: none;
}

.compl_opts_list.show {
    opacity: 1;
}

.compl_opts_list > li {
    display: block;
    color: #FEFEFE;
    padding-left: 10px;
    position: relative;
    font-size: 14px;
}

.compl_opts_list > li:before {
    content: '';
    width: 2px;
    height: 15px;
    background: #FEFEFE;
    position: absolute;
    top: 2px;
    left: 0;
}

.compl_image_slider {
    margin-top: 10px;
    padding-bottom: 15px !important;
    width: 100%;
}

.compl_image_slider .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 0 4px;
    bottom: 0 !important;
}

.compl_image_slider .swiper-pagination-bullet {
    background: #C0C0C0;
    opacity: 1;
    width: 29px;
    height: 2px;
    color: transparent;
}

.compl_image_slider .swiper-pagination-bullet-active {
    background: #333D46;
}

.compl_name {
    font-family: 'Wadik';
    color: #1d449c;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
}

.compl_techs {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    margin-top: 25px;
}

.compl_techs > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

.compl_techs > div b {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.compl_btns {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.tb_complects_showmore {
    display: block;
    color: #1d449c;
    margin-top: 50px;
    text-decoration: underline;
}

/**********************
      TEST-DRIVE
**********************/

.test_drive {
    margin-top: 150px;
}

.test_drive_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 0 20px;
}

.test_drive_text {
    width: 526px;
    border-radius: 4px;
    background: #F8F8F8;
    padding: 20px 40px 15px;
    position: relative;
}

.test_drive_text:before {
    content: '';
    display: block;
    position: absolute;
    top: 20%;
    left: 0;
    width: 2px;
    height: 60%;
    background: #1D449C;
}

.test_drive_title {
    font-family: 'Wadik';
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.test_drive_comment {
    margin-top: 20px;
    font-size: 18px;
    padding-left: 60px;
    background: url("../img/test_drive_ico.png") 0 50% no-repeat;
}

#test_drive_form {
    margin-top: 20px;
}

.test_drive_img {
    border-radius: 4px;
    overflow: hidden;
}

.test_drive_img.sm {
    min-height: 308px;
}

.test_drive_img.sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**********************
        TRADEIN
**********************/

.tradein {
    margin-top: 20px;
}

.tradein_wrap {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
}

.tradein_text {
    border-radius: 4px;
    background: #F8F8F8;
    padding: 20px 40px;
    position: relative;
    width: 50%;
}

.tradein_text:before {
    content: '';
    display: block;
    position: absolute;
    top: 28%;
    left: 0;
    width: 2px;
    height: 44%;
    background: #1D449C;
}

.tradein_title {
    font-family: 'Wadik';
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.tradein_comment {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 18px;
    padding-left: 60px;
    background: url("../img/tradein_ico.png") 0 50% no-repeat;
    min-height: 30px;
}

#tradein_form {
    border-radius: 4px;
    background: #F8F8F8;
    width: 50%;
    padding: 40px 40px 15px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    position: relative;
}

#tradein_form:before {
    content: '';
    display: block;
    position: absolute;
    top: 28%;
    left: 0;
    width: 2px;
    height: 44%;
    background: #1D449C;
}

#tradein_form .form-group {
    width: 49%;
}

#tradein_form .agree_field {
    width: 49%;
    margin-left: auto;
}

.tradein_img {
    margin-top: 20px;
    border-radius: 4px;
    overflow: hidden;
}

/**********************
        CREDIT
**********************/

.credit {
    margin-top: 20px;
}

.credit_wrap {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
}

.credit_text {
    border-radius: 4px;
    background: #F8F8F8;
    padding: 20px 40px;
    position: relative;
    width: 41%;
}

.credit_text:before {
    content: '';
    display: block;
    position: absolute;
    top: 34%;
    left: 0;
    width: 2px;
    height: 32%;
    background: #1D449C;
}

.credit_title {
    font-family: 'Wadik';
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.credit_comment {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 18px;
    padding-left: 60px;
    background: url("../img/credit_ico.png") 0 50% no-repeat;
    min-height: 30px;
}

#credit_form {
    margin-top: 40px;
    width: 525px;
}

#credit_form .cred_vznos {
    margin-top: 50px;
}

#credit_form .form_comment {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 14px;
}

#credit_form .form-group .irs--flat {
    margin-top: -10px;
}

#credit_form .form-group .irs--flat .irs-line {
    height: 1px;
    background: #333D46;
}

#credit_form .form-group .irs--flat .irs-bar {
    height: 1px;
    background: #333D46;
}

#credit_form .form-group .irs--flat .irs-single {
    color: #ffffff;
    font-size: 14px;
    top: 35px;
    font-family: 'Onest', sans-serif;
    border-radius: 4px;
    background: #1D449C;
}

#credit_form .form-group .irs--flat .irs-single:before {
    display: none;
}

#credit_form .form-group .irs--flat .irs-handle {
    cursor: pointer;
    width: 9px;
    height: 9px;
    top: 21px;
    background: #1D449C;
    border-radius: 50%;
}

#credit_form .form-group .irs--flat .irs-handle i {
    display: none;
}

#credit_form .form-group .irs-min,
#credit_form .form-group .irs-max {
    font-family: 'Onest', sans-serif;
    display: block !important;
    top: 17px;
    border-radius: 4px;
    background: #333D46;
    color: #ffffff;
    font-size: 14px;
    padding: 2px 4px;
    line-height: 100%;
    z-index: 1;
}

.credit_video {
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
}

.credit_video .play_btn {
    position: absolute;
    top: calc(50% - 39px);
    left: calc(50% - 39px);
}

.credit_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**********************
        LIZING
**********************/

.lizing {
    margin-top: 20px;
}

.lizing_wrap {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
}

.lizing_text {
    border-radius: 4px;
    background: #F8F8F8;
    padding: 20px 40px;
    position: relative;
    width: 526px;
}

.lizing_text:before {
    content: '';
    display: block;
    position: absolute;
    top: 21%;
    left: 0;
    width: 2px;
    height: 58%;
    background: #1D449C;
}

.lizing_title {
    font-family: 'Wadik';
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.lizing_comment {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 18px;
    padding-left: 60px;
    background: url("../img/credit_ico.png") 0 50% no-repeat;
    min-height: 30px;
}

#lizing_form {
    margin-top: 30px;
}

.lizing_img {
    min-height: 308px;
    border-radius: 4px;
    overflow: hidden;
}

.lizing_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**********************
        REVIEWS
**********************/

.reviews {
    margin-top: 150px;
}

.reviews_title {
    display: flex;
    align-items: center;
    font-family: 'Wadik';
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    gap: 0 33px;
}

.reviews_wrap {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.reviews_img {
    width: 33%;
    border-radius: 4px;
    overflow: hidden;
}

.reviews_slider {
    width: 66.3%;
    margin: 0 !important;
    padding-bottom: 50px !important;
}

.rev_item {
    padding: 20px;
    border-radius: 4px;
    background: #F8F8F8;
}

.rev_item .item_head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.rev_item .item_date {
    font-size: 14px;
    color: #c0c0c0;
}

.rev_item .item_name {
    font-size: 20px;
    font-weight: 700;
    margin-top: 4px;
}

.rev_item .item_rate {
    color: #c0c0c0;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.rev_item .item_text {
    margin-top: 20px;
    padding: 20px;
    border-radius: 4px;
    background: #FEFEFE;
    height: 225px;
    overflow-y: auto;
    position: relative;
}

.rev_item .item_text::-webkit-scrollbar {
    width: 5px;
}

.rev_item .item_text:after {
    content: '';
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    height: 40px;
    /*background: rgba(255, 255, 255, 0.8);*/
    background: linear-gradient(to bottom, transparent, white);
}

.reviews_slider .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 0 4px;
    bottom: 0 !important;
}

.reviews_slider .swiper-pagination-bullet {
    background: #C0C0C0;
    opacity: 1;
    width: 29px;
    height: 2px;
    color: transparent;
}

.reviews_slider .swiper-pagination-bullet-active {
    background: #333D46;
}


/**********************
        CONTACTS
**********************/

.contacts {
    margin-top: 150px;
}

.cont_title {
    font-family: 'Wadik', sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}
.cont_wrapper {
    margin-top: 50px;
    display: flex;
    column-gap: 10px;
}
.cont_block {
    position: relative;
    padding: 40px;
    background: #F8F8F8;
    width: 50%;
    cursor: pointer;
}
.cont_block:hover,
.cont_block.active {
    background: #1D449C;
}
.cont_block:before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 172px;
    background: #1D449C;
}
.cont_block:hover:before,
.cont_block.active:before {
    background: #ffffff;
}
.cont_name {
    font-family: 'Wadik', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1D449C;
    text-transform: uppercase;
}
.cont_block:hover .cont_name,
.cont_block.active .cont_name {
    color: #FEFEFE;
}
.cont_plashka {
    position: absolute;
    top: 30px;
    right: 35px;
    display: flex;
    align-items: center;
    height: 35px;
    padding: 0 42px 0 10px;
    font-family: "Wadik", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    background: #ffffff;
    border-radius: 5px;
}
.cont_plashka:before {
    content: '';
    position: absolute;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url(../img/cont_plashka_ico.svg) no-repeat;
}
.cont_addr {
    margin-top: 34px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.cont_addr span {
    font-size: 16px;
    font-weight: 400;
    color: #C0C0C0;
}
.cont_addr:hover .cont_name,
.cont_addr.active .cont_name {
    color: #FEFEFE;
}
.cont_addr b {
    font-size: 18px;
    font-weight: 700;
    color: #0B0D0C;
}
.cont_wrap {
    margin-top: 20px;
    display: flex;
    column-gap: 68px;
}
.cont_wrap > div {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.cont_wrap > div span {
    font-size: 16px;
    font-weight: 400;
    color: #C0C0C0;
}
.cont_block:hover .cont_wrap > div span,
.cont_block.active .cont_wrap > div span {
    color: #ffffff;
}
.cont_block:hover .cont_addr span ,
.cont_block.active .cont_addr span {
    color: #ffffff;
}
.cont_wrap > div b {
    font-size: 18px;
    font-weight: 700;
    color: #0B0D0C;
}
.cont_block:hover .cont_addr b,
.cont_block.active .cont_addr b {
    color: #ffffff;
}

.cont_block a {
    font-size: 18px;
    font-weight: 700;
    color: #0B0D0C;
}

.cont_block:hover a,
.cont_block.active a {
    color: #ffffff;
}

.cont_block:hover b,
.cont_block.active b {
    color: #ffffff;
}

#map1 {
    margin-top: 58px;
    width: 100%;
    height: 347px;
    background: url("../img/map.jpg") 50% no-repeat;
    border-radius: 4px;
    overflow: hidden;
}

/**********************
        FOOTER
**********************/


footer {
    padding: 30px 0;
    background: #0B0D0C;
    margin-top: 20px;
}

.foot_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 46.5%;
    color: #c0c0c0;
}

.foot_text .yurinfo {
    font-size: 12px;
}

.foot_text .foot_links {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

.foot_text .foot_links a {
    font-size: 14px;
}

.foot_logo_wrap {
    display: flex;
    align-items: center;
}

.foot_logo_wrap .foot_logo1 {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #C0C0C0;
}

footer .disclamer {
    color: #c0c0c0;
    font-size: 14px;
    text-align: left;
    display: none;
    padding-top: 20px;
}

#cookies-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000000;
  text-align: center;
  z-index: 1000;
  font-size: 14px;
  color: #000000;
  max-width: 1120px;

}

#cookies-banner.hidden {
  display: none;
}

.cookies {
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 40px;
  z-index: 10;
}

.cookies_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
  background-color: #ffffff;
  padding: 20px 10%;
  padding-right: 0px;
  box-shadow: 0 0 30px 0 #0000001F;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.cookies_text {
  text-align: left;
}

.cookies_text a{
  text-decoration: underline;
}

#cookies-banner .btn {
  padding: 12px 40px;
  cursor: pointer;
  width: 300px;
}

.modal {
  display: none; 
  position: fixed; 
  z-index: 999999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto;
  background-color: rgba(0,0,0,0.5); 
}

html.noscroll {
  overflow: hidden;
}


/* Содержимое модального окна */
.modal-content {
  background-color: #fff;
  margin: 4% auto;
  padding: 20px;
  border-radius: 8px;
  width: 95%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  opacity: 0;
  transform: translateY(-30px) scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Крестик закрытия */
.close {
  color: #aaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.modal.show {
  display: block;
}

/* Анимация появления */
.modal.show .modal-content {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Анимация исчезания */
.modal.hide .modal-content {
  opacity: 0;
  transform: translateY(-30px) scale(0.95);
}
/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1600px) {
    .cont_plashka {
        top: 4px;
        right: 14px;
    }

    .timer_title {
        font-size: 18px;
    }

    #timer_form {
        flex-direction: column;
        width: 350px;
    }

    #timer_form .form-group {
        width: 100%;
    }

    /*********************************************************************/

    .car_wrap {
        align-items: center;
    }

    .car_image_wrap {
        top: 30px;
    }

    .car_text {
        /*padding-left: 40px;*/
    }

    .car_props > a br {
        display: block;
    }

    .car_image_name b {
        font-size: 40px;
    }

    /*********************************************************************/

    .tb_complects > div {
        max-width: 445px;
    }

    /*********************************************************************/

    #credit_form {
        width: 420px;
    }

    /*********************************************************************/

    .reviews_img {
        display: none;
    }

    .reviews_slider {
        width: 100%;
    }

    .top_addr_wrap {
        column-gap: 10px;
    }

    .top_addr_wrap li {
        font-size: 12px;
    }

}

@media (max-width: 1380px) {
    .menu a {
        font-size: 14px;
    }

    .top_addr_wrap {
        width: 50%;
    }
    .top_addr_wrap li {
        display: none;
    }

    .title_container {
        max-width: 80%;
    }
    .title_container .title1 {
        font-size: 26px;
    }
    .title_container .title2 {
        font-size: 28px;
    }

}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    
    .top_addr {
        display: none;
    }

    .menu a {
        font-size: 12px;
    }

    .menu > div {
        gap: 0 6px;
    }

    /*********************************************************************/

    .banner {
        margin-top: 130px;
    }

    .banner picture img {
        height: 570px;
    }

    .title_container {
        top: 20px;
    }

    .banner_props {
        margin-top: -120px;
    }

    .banner_props .swiper-slide a {
        padding-left: 70px;
        font-size: 14px;
        min-height: 75px;
    }

    #timer_form {
        display: none;
    }

    /*********************************************************************/

    .car_wrap {
        align-items: flex-end;
    }

    .car_image_wrap {
        right: 0;
    }

    .car_image_name {
        right: 135px;
    }

    .car_image_name b {
        font-size: 30px;
    }

    .car_gallery_wrap {
        width: 50%;
        margin-right: 0;
    }

    .car_gallery {
        height: auto;
        padding-bottom: 20px !important;
        padding-right: 0 !important;
    }

    .car_gallery .swiper-pagination-bullet {
        width: 29px;
        height: 2px;
    }

    .car_gallery .swiper-pagination {
        bottom: 0 !important;
    }

    .car_colors {
        right: 0;
    }

    /*********************************************************************/

    .tb_complects {
        display: flex;
        justify-content: space-between;
        flex-flow: wrap;
        gap: 20px 0;
    }

    .tb_complects > div {
        width: 49%;
        max-width: 100%;
    }

    .compl_image_wrap:before {
        height: 210px;
    }

    /*********************************************************************/

    .test_drive_img.img2 {
        display: none;
    }

    #tradein_form {
        padding-top: 20px;
    }

    #tradein_form .form-group {
        width: 100%;
    }

    #tradein_form .agree_field {
        width: 100%;
    }

    /*********************************************************************/

    .credit_text {
        width: 49%;
    }

    #credit_form {
        max-width: 100%;
    }

    /*********************************************************************/

    .lizing_img.img2 {
        display: none;
    }

    /*********************************************************************/

    .rev_item .item_name {
        font-size: 16px;
    }

    /*********************************************************************/

    .foot_text {
        width: 60%;
    }

    .foot_logo_wrap {
        width: 35%;
    }

}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {

    header .m_btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        width: 30px;
        height: 21px;
        z-index: 1;
    }

    header .m_btn span {
        position: relative;
        display: block;
        width: 30px;
        height: 3px;
        background: #005A2B;
        transition: all .3s linear;
    }

    header .m_btn span:nth-child(2) {
        opacity: 1;
    }

    header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }

    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;
    }

    .menu {
        display: block;
        position: fixed;
        top: 107px;
        background: white;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 10px 0;
    }

    .menu.active {
        right: 0;
    }

    .menu .container,
    .menu > div {
        flex-direction: column;
        align-items: center;
    }

    .menu a {
        font-size: 16px;
        padding: 10px 0;
    }

    /*******************************************************************/

    .head_wrap .btn {
        display: none;
    }

    .head_wrap {
        padding: 15px 0;
    }

    /*********************************************************************/

    .banner {
        margin-top: 70px;
    }

    .banner picture img {
        height: 420px;
    }

    .title_container {
        top: 20px;
        padding: 2vw 1vw;
    }

    .title_container .title1 {
        font-size: 2.6vw;
    }
    .title_container .title2 {
        font-size: 3vw;
    }
    .title_container .title3 {
        margin-top: 1vw;
        font-size: 2.4vw;
    }

    .banner_props {
        margin-top: -100px;
        flex-flow: wrap;
        gap: 15px 0;
        margin-bottom: 20px;
        padding-bottom: 20px !important;
    }

    .banner_props .swiper-pagination-bullet {
        width: 29px;
        height: 2px;
    }

    .timer_block .container {
        flex-direction: column;
        gap: 20px 0;
    }

    #timer_form {
        display: flex;
        width: 100%;
    }

    /*********************************************************************/

    .cars_items {
        margin-top: 80px;
    }

    .car_item {
        margin-bottom: 80px;
    }

    .cars_items_title {
        font-size: 30px;
    }

    .car_text {
        padding-left: 40px;
    }

    .car_props {
        gap: 15px 0;
    }

    .car_props > a {
        font-size: 18px;
    }

    .car_wrap:before {
        height: 100%;
    }
    .model_info_wrap {
        align-items: start;
    }

    .model_info_text {
        /* width: 40%; */
        top: 44px;
        left: -100px;
    }

    .car_colors {
        gap: 10px 0;
    }

    .car_btns {
        margin-top: 20px;
    }

    /*********************************************************************/

    #instock {
        margin-top: 80px;
    }

    .instock_title {
        font-size: 30px;
    }

    .compl_image_wrap:before {
        height: 175px;
    }

    /*********************************************************************/

    .test_drive {
        margin-top: 80px;
    }

    .test_drive_img.img1 {
        display: none;
    }

    .test_drive_text {
        width: 100%;
    }

    /*********************************************************************/

    .tradein_wrap {
        flex-direction: column;
        gap: 20px 0;
    }

    .tradein_text {
        width: 100%;
    }

    #tradein_form {
        width: 100%;
    }

    /*********************************************************************/

    .credit_wrap {
        flex-direction: column;
        gap: 20px 0;
    }

    .credit_text {
        width: 100%;
    }

    #credit_form {
        width: 100%;
    }

    /*********************************************************************/

    .lizing_img {
        display: none;
    }

    .lizing_text {
        width: 100%;
    }

    /*********************************************************************/

    .reviews {
        margin-top: 80px;
    }

    /*********************************************************************/

    .contacts {
        margin-top: 80px;
    }

    .cont_wrap {
        flex-direction: column;
        gap: 20px 0;
    }

    .cont_text {
        width: 100%;
    }

    #map1 {
        width: 100%;
    }

    /*********************************************************************/

    .foot_text {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px 0;
    }

    .foot_logo_wrap {
        width: 50%;
    }

    .anim {
        opacity: 1 !important;
        transform: unset !important;
    }

    .cont_wrapper {
        flex-direction: column;
        row-gap: 10px;
    }
    .cont_block {
        width: 100%;
    }

}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .cont_wrapper {
        flex-direction: column;
        row-gap: 10px;
    }
    .cont_block {
        width: 100%;
        padding: 16px;
    }
    .cont_plashka {
        top: 60px;
    }
    .cont_block:nth-child(2) .cont_addr {
        margin-top: 67px;
    }

    .anim {
        opacity: 1 !important;
        transform: unset !important;
    }

    .fancybox-type-image {
        width: 100% !important;
        margin: 0px !important;
        left: 0px !important;
    }

    .fancybox-close {
        right: 9px !important;
        top: 9px !important;
    }

    .fancybox-inner {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .fancybox-wrap {
        margin: 0px !important;
        width: 100% !important;
        left: 0px !important;
        top: 20px !important;
    }

    .fancybox-type-image .fancybox-close {
        top: -8px !important;
    }

    .popup_container {
        width: 100%;
    }

    /*******************************************************************/

    header .m_btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 15px;
        right: 15px;
    }

    header .m_btn span {
        position: relative;
        display: block;
        width: 30px;
        height: 3px;
        background: #005A2B;
        transition: all .3s linear;
    }

    header .m_btn span:nth-child(2) {
        opacity: 1;
    }

    header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }

    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;
    }

    .active_addr {
         display: none;
    }

    .menu {
        display: block;
        position: fixed;
        top: 107px;
        background: white;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 10px 0;
        border-top: none;
    }

    .menu.active {
        right: 0;
    }

    .menu > div {
        flex-direction: column;
        align-items: center;
    }

    .menu a {
        padding: 10px 0;
        font-size: 14px;
    }

    /*******************************************************************/

    .logo_wrap {
        width: 85%;
    }

    .head_wrap {
        flex-flow: wrap;
        padding: 10px 0;
        border-bottom: 1px solid #C0C0C0;
    }

    .top_addr_wrap{
        display: none;
    }
    
    .head_wrap .btn {
        display: none;
    }

    .top_phone {
        margin: 0 auto;
        width: fit-content;
    }

    .top_phone span {
        display: none;
    }
    .top_phone:before {
        display: none;
    }

    /*********************************************************************/

    .banner {
        margin-top: 70px;
    }

    .banner picture img {
        height: auto;
        width: 100%;
    }

    .title_container {
        top: 10vw;
        max-width: 94%;
        padding: 2vw 1vw;
    }

    .title_container .title1 {
        font-size: 4vw;
    }
    .title_container .title1 .br_mob {
        display: block;
    }
    .title_container .title2 {
        font-size: 4vw;
    }
    .title_container .title3 {
        margin-top: 1vw;
        font-size: 3vw;
    }

    .banner_props {
        margin-top: -50px;
        flex-flow: wrap;
        gap: 10px 0;
        margin-bottom: 0px;
        padding-bottom: 0 !important;
    }

    .banner_props .swiper-slide { display:none; }
    .banner_props .swiper-wrapper { width:100%; }
    .banner_props .swiper-slide:nth-child(1) { display:block; width:100%; }

    .banner_props .swiper-slide a {
        width: fit-content;
        padding-left: 52px;
        padding-right: 20px;
        font-size: 4vw;
        min-height: 46px;
    }

    .banner_props .swiper-slide a.ico1 {
        background-size: 40px;
    }

    .banner_props .swiper-pagination-bullet {
        width: 29px;
        height: 2px;
    }

    .timer_block .container {
        flex-direction: column;
        gap: 20px 0;
    }

    .timer_title {
        text-align: center;
        font-size: 4vw;
    }

    .timer_title b {
        font-size: 7vw;
    }

    #timer_form {
        display: flex;
        width: 100%;
    }

    .timer {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
    }

    div[id^=timer] {
        transform: translateX(-50%) scale(0.65) !important;
        transform-origin: center;
        width: 800px;
        display: flex;
        justify-content: center;
        position: relative;
        left: 50%;
    }

    /*********************************************************************/

    .cars_items {
        margin-top: 64px;
    }

    .car_item {
        margin-bottom: 80px;
    }

    .cars_items_title {
        font-size: 6vw;
        text-align: center;
    }

    .car_wrap {
        flex-direction: column;
    }

    .car_wrap:before {
        display: none;
    }
    .model_info_wrap {
        top: 20px;
        left: 290px;
    }
    .model_info_btn {
        left: initial;
        right: 0;
    }
    .model_info_text {
        left: 0;
        transform: none;
        width: 90vw;
        left: -40vw;
        font-size: 14px;
    }

    .car_text {
        padding: 0;
    }

    .car_name b {
        font-size: 8vw;
    }

    .car_image_wrap {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        flex-direction: column;
        margin-top: 40px;
    }

    .car_image {
        width: 125%;
    }

    .car_image_name {
        top: -30px;
        right: 70px;
    }

    .car_colors {
        position: relative;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: center;
        gap: 0 15px;
        right: 0;
        margin-top: 15px;
        height: 30px;
    }

    .car_props {
        margin-top: 20px;
        gap: 10px 0;
    }

    .car_props > a {
        font-size: 5vw;
        padding-left: 50px;
    }

    .car_gallery_wrap {
        width: 100%;
        margin-right: 0;
    }

    .car_gallery {
        height: auto;
        padding-bottom: 20px !important;
        padding-right: 0 !important;
        margin-top: 20px;
    }

    .car_gallery .swiper-pagination-bullet {
        width: 29px;
        height: 2px;
    }

    .car_gallery .swiper-pagination {
        bottom: 0 !important;
    }

    .car_btns {
        margin-top: 20px;
        flex-direction: column;
        gap: 10px 0;
    }

    .car_btns .btn {
        width: 100%;
    }

    /*********************************************************************/

    #instock {
        margin-top: 80px;
    }

    .instock_title {
        font-size: 6vw;
        text-align: center;
    }

    #filter_table {
        flex-direction: column;
        gap: 10px 0;
        margin-top: 30px;
    }

    #filter_table .select_container {
        width: 100%;
    }

    .tb_complects {
        display: flex;
        flex-flow: wrap;
        gap: 20px 0;
    }

    .tb_complects > div {
        width: 100%;
        max-width: 100%;
        padding: 15px;
    }

    .compl_image_wrap:before {
        height: 45vw;
    }

    /*********************************************************************/

    .test_drive {
        margin-top: 80px;
    }

    .test_drive_img.sm {
        min-height: auto;
    }

    .test_drive_img.img3 {
        display: none;
    }

    .test_drive_wrap {
        flex-direction: column;
        gap: 20px 0;
    }

    .test_drive_text {
        width: 100%;
        padding: 20px;
    }

    .test_drive_title {
        font-size: 6vw;
    }

    .test_drive_comment {
        font-size: 4vw;
        padding-left: 50px;
    }

    .test_drive_comment br {
        display: none;
    }

    .agree_field {
        font-size: 9px;
    }

    /*********************************************************************/

    .tradein_wrap {
        flex-direction: column;
        gap: 20px 0;
    }

    .tradein_text {
        width: 100%;
        padding: 20px;
    }

    .tradein_title {
        font-size: 6vw;
    }

    .tradein_comment {
        font-size: 4vw;
        padding-left: 50px;
    }

    .tradein_comment br {
        display: none;
    }

    #tradein_form {
        width: 100%;
        padding: 20px;
    }

    #tradein_form .form-group {
        width: 100%;
    }

    #tradein_form .agree_field {
        width: 100%;
    }

    /*********************************************************************/

    .credit_wrap {
        flex-direction: column;
        gap: 20px 0;
    }

    .credit_text {
        width: 100%;
        padding: 20px;
    }

    .credit_title {
        font-size: 6vw;
    }

    .credit_comment {
        font-size: 4vw;
        padding-left: 50px;
    }

    .credit_comment br {
        display: none;
    }

    #credit_form {
        width: 100%;
    }

    #credit_form .form-group .irs-min, #credit_form .form-group .irs-max {
        font-size: 10px;
    }

    #credit_form .form-group .irs--flat .irs-single {
        font-size: 10px;
    }

    /*********************************************************************/

    .lizing_img {
        display: none;
    }

    .lizing_text {
        width: 100%;
        padding: 20px;
    }

    .lizing_title {
        font-size: 6vw;
    }

    .lizing_comment {
        font-size: 4vw;
        padding-left: 50px;
    }

    .lizing_comment br {
        display: none;
    }

    /*********************************************************************/

    .reviews {
        margin-top: 80px;
    }

    .reviews_title {
        font-size: 7vw;
        gap: 10px 0;
        justify-content: space-between;
    }

    .reviews_wrap {
        flex-direction: column;
        margin-top: 30px;
        gap: 20px 0;
    }

    .reviews_img {
        display: block;
        width: 100%;
    }

    .reviews_slider {
        padding-bottom: 30px !important;
        margin-top: 0;
    }

    .rev_item {
        padding: 15px;
    }

    .rev_item .item_text:after {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }

    .rev_item .item_head {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px 0;
    }

    /*********************************************************************/

    .contacts {
        margin-top: 80px;
    }

    .cont_wrap {
        flex-direction: column;
        gap: 20px 0;
    }

    .cont_text {
        width: 100%;
        padding: 20px;
    }

    .cont_title {
        font-size: 6vw;
        text-align: center;
    }

    #map1 {
        margin-top: 28px;
        width: 100%;
        height: 350px;
    }

    /*********************************************************************/

    .foot_wrap {
        flex-direction: column-reverse;
        gap: 20px 0;
    }

    .foot_text {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px 0;
        width: 100%;
    }

    .foot_text .yurinfo {
        font-size: 3vw;
    }

    .foot_logo_wrap {
        width: 100%;
    }

    .foot_text .foot_links {
        align-items: center;
        width: 100%;
    }

    .car_name span {
        font-size: 16px;
        height: 24px;
    }

    .cookies_wrap {
        flex-wrap: wrap;
    }
    .cookies {
        padding-bottom: 0px;
    }

    .cookies_wrap {
        padding-right: 10%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 460px) {
    .title_container .title1 {
        font-size: 4.4vw;
    }
    .title_container .title2 {
        font-size: 4.6vw;
    }
    .title_container .title3 {
        font-size: 4vw;
    }
    .model_info_text {
        left: -65vw;
    }
    #coolray .model_info_btn {
        margin-left: 30px;
    }
}

@media (max-width: 360px) {

}

@media (max-width: 320px) {

}