* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    color: black;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: #F3F3F3;
}

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

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1130px;
        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: 12px;
}

.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: 45px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'Mulish', sans-serif;
    padding: 0px 20px;
    outline: none;
    border-radius: 100px;
    border: 1px solid #CEC7C1;
    background: #F5F4F3;
}

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: 'Mulish', sans-serif;
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'Mulish', 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;
    border-radius: 32px;
    background: linear-gradient(90deg, #1B365D -14.69%, #418FDE 175.76%);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 45px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    /*transition: all .3s;*/
    text-align: center;
}

.btn.glass {
    border: 1px solid #1B365D;
    color: #1b365d;
    background: transparent;
}

.btn.white {
    background: #FFFFFF;
    color: #000000;
}

.btn:hover {
    background: #1B365D;
    color: #ffffff;
}

.btn.grey {
    background: linear-gradient(91deg, #585E6B 10.91%, #A9AEB9 114.34%);
}

.btn.grey:hover {
    background: #585F6C;
}

/**********************
        HEADER
**********************/

.header {
    position: fixed;
    top: 0;
    left: calc(50% - 655px);
    /* right: 0; */
    z-index: 15;
    background: #FFFFFF;
    padding: 10px 0;
    border-radius: 0px 0px 50px 50px;
    width: 100%;
    max-width: 1310px;
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    width: 100%;
}

.header__addr {
    padding: 2px 0 2px 35px;
    font-weight: 500;
    background: url("../img/ico__loc.svg") 0 50% no-repeat;
    transition: all .3s ease;
}

.header__addr:hover {
    color: #20365a;
}

.header__phone {
    display: block;
    padding: 2px 0 2px 35px;
    font-weight: 500;
    background: url("../img/ico__phone.svg") 0 50% no-repeat;
    transition: all .3s ease;
}

.header__phone:hover {
    color: #20365a;
}

.header .btn {
    width: 230px;
}

.header__menu {
    /* position: fixed; */
    /* top: 103px; */
    left: 0;
    right: 0;
    z-index: 15;
    /* border-radius: 0px 0px 50px 50px; */
    /* background: #FFF; */
    border-top: 1px solid #E6E3E2;
    padding-top: 10px;
    margin-top: 10px;
    color: #3A3C4E;
}

.header__menu-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* padding: 0 30px; */
}

.header__menu-block {
    display: flex;
    gap: 34px;
}

.header__menu a {
    font-weight: 500;
    transition: all .3s ease;
    font-weight: 300;
}

.header__menu a:hover {
    text-shadow: 0.2px -0.2px #3a3c4e4e, -0.2px 0.2px #3a3c4e4e, 0.5px -0.2px #3a3c4e4e, -0.2px 0.2px #3a3c4e4e, 0.2px -0.2px #3a3c4e4e, -0.2px 0.2px #3a3c4e4e, 0.5px -0.2px #3a3c4e4e, -0.2px 0.2px #3a3c4e4e;
}

.header .m_btn {
    display: none;
}

.anim {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.anim.animated {
    opacity: 1;
    transform: translateY(0);
}

/**********************
        intro
**********************/

.intro {
}

.intro picture img {
    max-width: none;
    height: 800px;
    transform: translateX(-50%);
    left: 50%;
    display: block;
    position: relative;
}

.title_container {
    position: absolute;
    top: 130px;
    left: 15px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: #fff;
}

.title_container .title_date {
    width: fit-content;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.80);
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 5px;
    padding-left: 45px;
    padding-right: 17px;
    color: #000;
    position: relative;
}

.title_container .title_date:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -1px;
    background: linear-gradient(270deg, #418FDE 0%, #1B365D 100%);
    border-radius: 50%;
}

.title_container .title_date:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -2px;
    background: url(../img/ico__intro-title.svg) 50% no-repeat;
    border-radius: 50%;
    z-index: 1;
}

.title_container .title1 {
    margin-top: 10px;
    font-size: 40px;
    font-weight: 400;
}

.title_container .title2 {
    font-size: 32px;
    font-weight: 400;
    margin-top: 10px;
}

.title_container .title1 sup {
    font-size: 0.6em;
}

.title_container .title1 .title1__text_bg {
    display: inline-block;
    font-weight: 700;
    padding: 3px 15px;
    background: #3A3C4E;
    border-radius: 50px;
    position: relative;
    top: -1px;
}

.title_container .title3 {
    background: url(../img/ico__intro-title2.svg) 0 50% no-repeat;
    padding-left: 33px;
    margin-top: 5px;
    font-size: 20px;
}

.title_container .btn {
    margin-top: 15px;
    width: 260px;
}


.timer_block {
    border-radius: 50px;
    background: #FFF;
    padding: 35px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

#timer_form {
    width: 100%;
    max-width: 385px;
}

#timer_form .form_comment {
    font-size: 23px;
    margin-bottom: 20px;
    width: 100%;
}

#timer_form .form-group {
    /* width: 45%; */
}

#timer_form .form-group.wide {
    width: 53%;
}

/**********************
         CARS
**********************/


.cars_items {
    margin-top: 45px;
}

.car_item {
    margin-top: 45px;
}

.cars_items_title {
    font-size: 28px;
    color: #3A3C4E;
    text-align: center;
}

.cars_list {
    /* margin-top: 100px; */
    position: relative;
}

.cars_list:before,
.cars_list:after {
    content: "";
    display: block;
    width: 214px;
    height: 1px;
    background: #A9AEB9;
    position: absolute;
    right: 0;
    z-index: 1;
    opacity: .5;
}

.cars_list:before {
    top: 0;
}

.cars_list:after {
    bottom: 0;
}

.cars_list .slick-list {
    /* padding-top: 70px !important; */
}

.cars_list .slick-track {
    /* padding: 20px 0 !important; */
    /* border-top: 1px solid #D3D3D3; */
    /* border-bottom: 1px solid #D3D3D3; */
    display: flex;
    align-items: center;
}

.cars_list .slick-prev,
.cars_list .slick-next {
    width: 40px !important;
    height: 40px !important;
    background: url("../img/ico__arrow1.svg") 50% no-repeat;
    position: absolute;
    top: 50%;
    right: -50px;
    transition: all .3s;
    border: none;
    color: transparent;
    cursor: pointer;
}

.cars_list .slick-prev {
    right: unset;
    left: -50px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.car.slick-slide {
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
}

.car.slick-slide.slick-active {
    max-width: 867px !important;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.car_card_sm {
    display: block;
    /* padding-left: 20px; */
    /* margin-top: 40px; */
    cursor: pointer;
    opacity: 0.5;
    transition: all .3s;
    height: 100%;
}

.car_card_sm:hover {
    opacity: 1;
}

.car.slick-slide.slick-active .car_card_sm {
    display: none;
}


.car_title_sm {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.car_title_sm span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 73px;
    height: 16px;
    border: 1px solid #000000;
    border-radius: 5px;
    font-size: 10px;
    transition: all .3s;
    margin-bottom: 3px;
}

.car_title_sm img {
    margin-left: -2px;
    margin-right: -2px;
    display: inline-block;
}

.car.slick-active .car_title_sm {
    display: none;
}

.car_img_sm {
    width: 250px;
    border-radius: 7px;
    /* border: 1px solid #D3D3D3; */
}

.car_title {
    display: none;
    column-gap: 5px;
    font-size: 23px;
    position: absolute;
    top: 0;
    color: #3A3C4E;
    z-index: 1;
}

.car_bonus {
    display: block;
    max-width: 35%;
    left: 200px;
    top: 0;
    font-size: 20px;
    color: #fff;
    background-color: rgb(249 35 35 / 80%);
    padding: 7px;
    column-gap: 5px;
    position: absolute;
    z-index: 1;
}

.car.slick-active .car_title {
    display: block;
}

.car_wrap {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-end; */
    position: absolute;
    visibility: hidden;
    flex-wrap: wrap;
}

.car.slick-active .car_wrap {
    /* padding-right: 20px; */
    /* border-right: 1px solid #D3D3D3; */
    position: relative;
    visibility: visible;
    /* background: #fff; */
}

.car .car_image {
    width: 54.5%;
    border: none;
    /* height: 100%; */
    border-radius: 0 0 24px 0;
    background: url(../img/bg__car-img.svg) 50% 15px no-repeat #F3F3F3;
    background-size: 90%;
    display: flex;
    align-items: flex-end;
}

.car_colors {
    display: none;
    align-items: center;
    column-gap: 35px;
    margin-top: 5px;
    justify-content: center;
}

.car.slick-active .car_colors {
    display: flex;
}

.car_colors > span {
    font-size: 20px;
    margin-right: 20px;
}

.car_colors div {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
}

.car_colors img {
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    display: block;
    border-radius: 50%;
    transition: all .3s;
}

.car_colors div.active img {
    border: 1px solid #8E8E92;
    padding: 1px;
}

.car_colors div span {
    font-size: 10px;
    position: relative;
    text-align: center;
}

.car_text {
    width: 40%;
    display: none;
}

.car_profit {
    background: url(../img/ico__car-profit.svg) 18px 50% no-repeat #3A3C4E;
    color: #fff;
    padding: 9px 68px 8px 63px;
    border-radius: 0 50px 50px 0;
    margin-left: -17px;
    font-size: 18px;
}

.car.slick-active .car_text {
    display: block;
    border-radius: 24px 24px 0 0;
    background: #fff;
    padding: 21px 17px;
    box-sizing: border-box;
}

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

.car_props > a {
    display: block;
    color: #000000;
    padding-left: 47px;
    text-decoration: none;
    font-size: 16px;
    position: relative;
}

.car_props > a:before,
.car_props > a:after {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.car_props > a:before {
    background: linear-gradient(270deg, #418FDE 0%, #1B365D 100%);
}

.car_props > a.ico1:after {
    background: url("../img/ico__car-props1.svg") 54% 55% no-repeat;
}

.car_props > a.ico2:after {
    background: url("../img/ico__car-props2.svg") 50% no-repeat;
}

.car_props > a.ico3:after {
    background: url("../img/ico__car-props3.svg") 50% 46% no-repeat;
}

.car_props > a.ico4:after {
    background: url("../img/ico__car-props4.svg") 50% no-repeat;
}


.car_btns {
    display: flex;
    row-gap: 10px;
    justify-content: space-between;
    width: 100%;
    border-radius: 24px 0 24px 24px;
    background: #fff;
    padding: 17px 21px;
}

.car_btns .btn {
    width: 32.5%;
}

.car_gallery {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 17px;
}

.car_gallery_item img {
    width: 447px;
    max-width: unset;
    margin-left: calc(50% - 226px);
}

.car_gallery_item {
    opacity: .5;
    transition: all .3s linear;
    overflow: hidden;
    border-radius: 24px;
    width: 29%; /* display: flex; *//* align-items: center; */
}

.car_gallery_item.active {
    opacity: 1;
    width: 447px;
}

/**********************
       COMPLECTS
**********************/

#instock {
    margin-top: 45px;
}

.instock_title {
    text-align: center;
    color: #3A3C4E;
    /* text-transform: uppercase; */
    font-size: 28px;
}

#filter_table {
    display: none;
}

.filter_quick_menu {
    display: flex;
    justify-content: space-evenly;
    gap: 0 20px;
    margin-top: 26px;
    padding-bottom: 26px;
}

.filter_quick_menu > li {
    border-radius: 100px;
    display: block;
    cursor: pointer;
    transition: all .3s ease;
    font-size: 20px;
    text-transform: uppercase;
}

.filter_quick_menu > li:hover {
    text-decoration: underline;
    text-shadow: 0.2px -0.2px #3a3c4e4e, -0.2px 0.2px #3a3c4e4e, 0.5px -0.2px #3a3c4e4e, -0.2px 0.2px #3a3c4e4e, 0.2px -0.2px #3a3c4e4e, -0.2px 0.2px #3a3c4e4e, 0.5px -0.2px #3a3c4e4e, -0.2px 0.2px #3a3c4e4e;
}

.filter_quick_menu > li.current {
    text-decoration: underline;
    text-shadow: 0.2px -0.2px #3a3c4e4e, -0.2px 0.2px #3a3c4e4e, 0.5px -0.2px #3a3c4e4e, -0.2px 0.2px #3a3c4e4e, 0.2px -0.2px #3a3c4e4e, -0.2px 0.2px #3a3c4e4e, 0.5px -0.2px #3a3c4e4e, -0.2px 0.2px #3a3c4e4e;
}

.tb_complects .compl-item {
    padding: 0 30px;
    position: relative;
    height: auto;
}

.tb_complects .compl-item:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -5px;
    background: #A9AEB9;
}

.tb_complects .compl-item > div {
    display: flex;
    justify-content: space-between;
    padding: 21px;
    border: 1px solid var(--3, #A9AEB9);
    border-radius: 24px;
    width: 100%;
    height: 100%;
}

.tb_complects .slick-track {
    display: flex !important;
    padding-bottom: 1px;
    margin-right: -6px;

}

.tb_complects .slick-prev, .tb_complects .slick-next {
    width: 40px !important;
    height: 40px !important;
    background: url(../img/ico__arrow1.svg) 50% no-repeat #F3F3F3;
    position: absolute;
    top: 43%;
    right: -50px;
    transition: all .3s;
    border: none;
    color: transparent;
    cursor: pointer;
    z-index: 1;
}

.tb_complects .slick-list {
    margin: 0 -30px;
}

.tb_complects .slick-prev {
    right: unset;
    left: -50px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.compl_image_wrap {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.compl_image {
    position: relative;
    z-index: 1;
}

.compl_image img {

}

.compl_techs_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: linear-gradient(90deg, #1B365D 0%, #418FDE 100%);
    cursor: pointer;
    position: absolute;
    left: 130px;
    top: 50px;
}

.compl_techs_btn img {
    transition: all .3s ease;
}

.compl_techs_btn:hover img {
    transform: rotate(45deg);
}

.compl_techs {
    display: flex;
    justify-content: space-evenly;
}

.compl_techs.show {
    opacity: 1;
}

.compl_techs > div {
    font-size: 14px;
    font-weight: 500;
    color: #83859a;
    text-align: center;
}

.compl_techs > div b {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #20365a;
}

.compl_btns {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
}

.compl_btns .btn {
    width: 100%;
}

.compl_text {
    width: 52%;
    padding-bottom: 10px;
}

.compl_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.compl_name font {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
}

.compl_name font b {
    color: #20365a;
}

.compl_name span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 345px;
    height: 69px;
    border-radius: 100px;
    background: linear-gradient(90deg, #1B365D 0%, #418FDE 100%);
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
}

.compl_props {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    padding-right: 40px;
    gap: 20px 0;
}

.compl_props > a {
    display: flex;
    align-items: center;
    width: 50%;
    padding-left: 50px;
    min-height: 40px;
    font-size: 18px;
    position: relative;
}

.compl_props > a b {
    font-weight: 600;
}

.compl_props > a:before {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #20365A;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 3px;
    box-sizing: border-box;
}

.compl_props > a.ico1:before {
    content: url("../img/compl_ico1.png");
}

.compl_props > a.ico2:before {
    content: url("../img/compl_ico2.png");
}

.compl_props > a.ico3:before {
    content: url("../img/compl_ico3.png");
}

.compl_props > a.ico4:before {
    content: url("../img/compl_ico4.png");
}

.compl_props > a:hover:before {
    background: linear-gradient(90deg, #1B365D 0%, #418FDE 100%);
}

.tb_complects_showmore {
    font-weight: 500;
    display: flex;
    justify-content: center;
    gap: 0 10px;
    margin-top: 60px;
}

/**********************
       WARRANTY
**********************/

.warranty {
    margin-top: 120px;
}

.warranty_title {
    font-size: 23px;
    color: #585E6B;
    font-weight: 600;
    position: absolute;
    top: 100px;
    z-index: 1;
    left: 27px;
}

.warranty_main {
    position: relative;
}

.warranty_props {
    position: absolute;
    top: 175px;
    z-index: 1;
    left: 27px;
    color: #585E6B;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.warranty_props_item {
    padding-left: 20px;
    position: relative;
}

.warranty_props_item:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
    background: #A9AEB9;
}

.warranty_img {
    position: relative;
    border-radius: 50px;
    margin-top: 60px;
    background: #fff;
}

.warranty_img img {
    border-radius: 50px;
    transform: translate(3px, -2px);
}

.warranty_ico {
    position: absolute;
    border-radius: 20px;
    background: linear-gradient(270deg, #418FDE 0%, #1B365D 100%);
    z-index: 1;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    left: calc(50% - 40px);
}

.warranty_ico img {
    transform: rotate(45deg) translateX(-2px);
    border-radius: 0;
    margin: 0;
}

.warranty_img_text {
    position: absolute;
    top: 100px;
    left: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 40px;
    line-height: 160%;
}

.warranty_img_text b {
    font-weight: 900;
}

.warranty_info {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 0 16px;
}

.warranty_info .info_item {
    border-radius: 36px;
    width: 100%;
    font-weight: 500;
    padding: 21px;
    position: relative;
    background: #fff;
    font-size: 14px;
    box-shadow: 0px 4px 6px 0px #0000001A;
}

.warranty_info .info_item:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/warranty_info_ico.png") 50% no-repeat;
    position: absolute;
    top: 0;
    left: calc(50% - 20px);
}

.warranty_opts {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    border-radius: 30px;
}

.warranty_opts .opts_item {
    padding: 15px 0;
    cursor: pointer;
    border-bottom: 1px solid var(--3, #A9AEB9);
}

.warranty_opts .opts_item:first-child {
    padding-top: 0;
}

.warranty_opts .opts_item:last-child {
    padding-bottom: 0;
    border: none;
}

.warranty_opts .opts_item .opts_item_title {
    padding-left: 75px;
    min-height: 60px;
    display: flex;
    align-items: center;
    font-size: 20px;
    text-transform: uppercase;
    background: url("../img/ico__warranty-list.svg") 0 50% no-repeat;
    transition: all .3s;
    position: relative;
}


.warranty_opts .opts_item .opts_item_title br {
    display: none;
}

.warranty_opts .opts_item .opts_item_title:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: calc(50% - 20px);
    background: url("../img/ico__arrow1.svg") 50% no-repeat;
    transition: all .3s;
    transform: rotate(90deg);
}

.warranty_opts .opts_item.active .opts_item_title:after {
    transform: rotate(-90deg);
}

.warranty_opts .opts_item .opts_item_text {
    margin-top: 15px;
    display: none;
    padding-left: 75px;
}

.warranty_btns {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 17px;
    left: 0;
    width: 100%;
    padding: 0 21px;
}

.warranty_btns .btn {
    width: 30.5%;
    height: 36px;
    position: relative;
}

.warranty_btns .btn:before {
    content: "";
    display: block;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: url(../img/ico__warranty-btn.svg) 50% no-repeat #3A3C4E;
    left: -2px;
    position: absolute;
}

/**********************
     CREDIT_TRADEIN
**********************/

.credit_tradein {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.credit {
    width: 49.2%;
    border-radius: 50px;
    background: #FFF;
    position: relative;
    /* overflow: hidden; */
    padding-bottom: 40px;
    box-shadow: 0px 4px 6px 0px #0000001A;
}

.credit:before,
.credit:after {
    content: "";
    position: absolute;
    border-radius: 20px;
    z-index: 1;
    width: 66px;
    height: 66px;
    right: 20px;
    top: -30px;
}

.credit:before {
    background: linear-gradient(270deg, #A9AEB9 0%, #585E6B 100%);
    transform: rotate(-45deg);
}

.credit:after {
    background: url(../img/ico__credit.svg) 50% no-repeat;
    z-index: 2;
}

.credit_img {
    top: -118px;
    right: -34px;
    border-radius: 50px;
    overflow: hidden;
}

.credit_title {
    color: #3A3C4E;
    font-size: 28px;
    font-weight: 600;
    padding-left: 28px;
    margin-top: 25px;
}

.credit_comment {
    font-size: 23px;
    font-weight: 400;
    padding-left: 28px;
    margin-top: 10px;
}

.tradein {
    width: 49.2%;
    border-radius: 50px;
    background: #FFF;
    position: relative;
    /* overflow: hidden; */
    padding-bottom: 40px;
    box-shadow: 0px 4px 6px 0px #0000001A;
}

.tradein:before,
.tradein:after {
    content: "";
    position: absolute;
    border-radius: 20px;
    z-index: 1;
    width: 66px;
    height: 66px;
    right: 20px;
    top: -30px;
}

.tradein:before {
    background: linear-gradient(270deg, #A9AEB9 0%, #585E6B 100%);
    transform: rotate(-45deg);
}

.tradein:after {
    background: url(../img/ico__tradein.svg) 50% no-repeat;
    z-index: 2;
}

.tradein_img {
    top: -118px;
    right: -34px;
    border-radius: 50px;
    overflow: hidden;
}

.tradein_title {
    color: #3A3C4E;
    font-size: 28px;
    font-weight: 600;
    padding-left: 28px;
    margin-top: 25px;
}

.tradein_comment {
    font-size: 23px;
    font-weight: 400;
    padding-left: 28px;
    margin-top: 10px;
}

/**********************
       offer
**********************/

.our-offer {
    margin-top: 45px;
}

.our-offer__title {
    text-align: center;
    font-size: 28px;
    color: #3A3C4E;
    padding-bottom: 45px;
}

.our-offer_cont {
    display: flex;
    justify-content: right;
    column-gap: 15px;
}

.our-offer_cont .our-offer_item {
    position: relative;
    width: 85px;
    height: 138px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    padding: 23px 28px;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s linear;
}

.our-offer_cont .our-offer_item.active {
    width: 75%;
}

.our-offer_cont .our-offer_item.item1 {
    background: url(../img/bg__our-offer-opened.svg) 0 100% no-repeat #D9D9D9;
    background-size: contain;
}

.our-offer_cont .our-offer_item.item2 {
    background: url(../img/bg__our-offer-opened.svg) 0 100% no-repeat #D9D9D9;
    background-size: contain;
}

.our-offer_cont .our-offer_item.item3 {
    background: url(../img/bg__our-offer-opened.svg) 0 100% no-repeat #D9D9D9;
    background-size: contain;
}

.our-offer_cont .our-offer_item.item4 {
    background: url(../img/bg__our-offer-opened.svg) 0 100% no-repeat #D9D9D9;
    background-size: contain;
}

.our-offer_cont .our-offer_item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 7px;
}

.our-offer_cont .our-offer_item.active:before {
    opacity: 0;
}

.our-offer_cont .our-offer_item.item1:before {
    background: url(../img/bg__our-offer1.jpg) 50% 50% no-repeat;
    background-size: 102% auto;
}

.our-offer_cont .our-offer_item.item2:before {
    background: url(../img/bg__our-offer2.jpg) 50% 50% no-repeat;
    background-size: 102% auto;
}

.our-offer_cont .our-offer_item.item3:before {
    background: url(../img/bg__our-offer3.jpg) 50% 50% no-repeat;
    background-size: 102% auto;
}

.our-offer_cont .our-offer_item.item4:before {
    background: url(../img/bg__our-offer4.jpg) 50% 50% no-repeat;
    background-size: 102% auto;
}

.our-offer_cont .our-offer_item span {
    font-family: "Knewstar", sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #1B365D;
    transform: rotate(-90deg) translate(-136px, 26px);
    position: absolute;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: left;
    /* white-space: nowrap; */
    display: none;
    padding-left: 42px;
}

.our-offer_cont .our-offer_item.item1 span {
    background: url(../img/ico__our-offer1.svg) 0 0 no-repeat;
}

.our-offer_cont .our-offer_item.item2 span {
    background: url(../img/ico__our-offer2.svg) 0 0 no-repeat;
}

.our-offer_cont .our-offer_item.item3 span {
    background: url(../img/ico__our-offer3.svg) 0 0 no-repeat;
}

.our-offer_cont .our-offer_item.item4 span {
    background: url(../img/ico__our-offer4.svg) 0 0 no-repeat;
}

.our-offer_cont .our-offer_item.active span {
    position: relative;
    width: 100%;
    display: block;
    text-align: left;
    font-weight: 400;
    transform: none;
}

.our-offer_cont .our-offer_item p {
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    color: #ffffff;
    max-width: 80%;
    margin: 4px 0 0 0;
    line-height: 138%;
    opacity: 0;
    display: none;
    height: 0;
}

.our-offer_cont .our-offer_item.active p {
    opacity: 1;
    display: block;
}

.our-offer_cont .our-offer_item i {
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    font-family: "Knewstar", sans-serif;
    font-style: normal;
    width: 98px;
    height: 98px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50px;
}

.our-offer_cont .our-offer_item i b {
    font-size: 24px;
    font-weight: 400;
    background: linear-gradient(270deg, #418FDE 0%, #1B365D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.our-offer_cont .our-offer_item.active i {
    left: 96%;
}

/**********************
        QUEST
**********************/

.quest {
    margin-top: 45px;
    background: url("../img/bg__more-quest.svg") 50% 50% no-repeat;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quest_title {
    font-size: 28px;
    color: #3A3C4E;
}

.quest__main {
    max-width: 275px;
}

.quest_text {
}

.quest_comment {
    margin-top: 20px;
    color: #585E6B;
}

#quest_form {
    margin-top: 22px;
    width: 100%;
}

#quest_form .form-group {
    width: 100%;
}

#quest_form .agree_field {
    /* color: #ffffff; */
}

.quest__img-block {
    display: flex;
    flex-wrap: wrap;
    max-width: 50%;
    gap: 18px;
    position: relative;
}

.quest__img-block:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1B365D;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
}

.quest__img {
    width: calc(50% - 9px);
    display: flex;
    align-items: center;
}

.quest__img:nth-child(2) {
    align-items: flex-end;
}

.quest__img:nth-child(3) {
    align-items: flex-start;
    justify-content: flex-end;
}

.quest__img img {
}

/**********************
      CONTACTS
**********************/

.contacts {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
    position: relative;
    z-index: 2;
}

.cont_wrap {
    background: #FFFFFF;
    border-radius: 46px;
    padding: 34px;
    width: 310px;
    position: absolute;
    z-index: 1;
    top: 10px;
}

.cont_logo_wrap {
    display: flex;
    align-items: center;
    gap: 13px;
}

.cont_logo2 {
    padding-left: 13px;
    border-left: 1px solid var(--3, #A9AEB9);
}

.bot_addr {
    margin-top: 22px;
    padding: 3px 0 3px 36px;
    background: url("../img/ico__loc.svg") 0 50% no-repeat;
    font-weight: 500;
}

.bot_phone {
    display: block;
    margin-top: 22px;
    padding: 3px 0 3px 36px;
    background: url("../img/ico__phone.svg") 0 50% no-repeat;
    font-weight: 500;
}

.worktime {
    margin-top: 15px;
    padding: 3px 0 3px 36px;
    background: url("../img/ico__clock.svg?v=2") 0 50% no-repeat;
    font-weight: 500;
}

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

#map1 {
    width: 100%;
    height: 416px;
    position: relative;
    z-index: 1;
}


/**********************
        FOOTER
**********************/


footer {
    padding: 30px 0;
    margin-top: 0;
    background: #585E6B;
    color: #fff;
}

footer a {
    color: inherit;
}

.foot_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yurinfo {
}

.foot_links {
}

footer .disclamer {
    color: #fff;
    font-size: 14px;
    text-align: left;
    display: none;
    padding-top: 20px;
}


/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1400px) {
    .header {
        max-width: 100%;
        left: 0;
    }
}

@media (max-width: 1600px) {
    .intro .swiper-button-prev {
        left: 30px;
    }

    .intro .swiper-button-next {
        right: 30px;
    }
}

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

    .top_addr {
        display: none;
    }

    .car_bonus {
        max-width: 35%;
        left: 170px;
        font-size: 18px;
    }

    /*******************************************************************/
    .intro picture img {
        height: 620px;
    }

    .intro .swiper-button-prev {
        left: 15px;
    }

    .intro .swiper-button-next {
        right: 15px;
    }

    .title_container .title1 {
        font-size: 30px;
        margin-top: 10px;
    }

    .title_container .title2 {
        font-size: 24px;
        margin-top: 10px;
    }

    .title_container .title2 span {
        background-size: 100%;
        width: 150px;
    }

    .title_container .btn {
        margin-top: 0;
    }

    .timer_block {
        padding: 30px;
        flex-direction: column-reverse;
        gap: 20px 0;
    }

    #timer_form {
        width: 100%;
    }

    #timer_form .form_comment {
        text-align: center;
    }

    .timer {
        display: flex;
        justify-content: center;
    }

    /* div[id^=timer] {
         transform: scale(0.6) !important;
     }*/
    /*******************************************************************/
    .car {
        margin-top: 60px;
    }

    .car_wrap1 {
        padding: 20px 15px;
    }

    .car_image_wrap {
        width: 55%;
    }

    .car_props {
        gap: 10px 0;
    }

    .car_wrap2 {
        padding: 20px 15px;
    }

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

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

    .car_gallery_wrap {
        margin-right: 20px;
    }

    /*******************************************************************/
    .tb_complects > div {
        background-size: 100%;
        padding-bottom: 0;
    }

    .compl_text {
        padding-bottom: 15px;
    }

    .compl_props {
        margin-top: 30px;
        gap: 10px 0;
    }

    .compl_props > a {
        font-size: 14px;
    }

    .compl_props > a b {
        white-space: nowrap;
    }

    .compl_name span {
        width: 245px;
        height: 50px;
    }

    .compl_name font {
        font-size: 32px;
    }

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

    .compl_techs_btn {
        left: 90px;
        top: 30px;
    }

    /*******************************************************************/
    .warranty_info .info_item {
        font-size: 12px;
        padding-top: 65px;
    }

    .warranty_info .info_item:before {
        top: 10px;
    }

    /*******************************************************************/
    .credit {
        padding: 30px;
    }

    .credit_img {
        top: -150px;
        width: 65%;
    }

    /*******************************************************************/
    .tradein {
        padding: 30px;
    }

    .tradein_img {
        top: -150px;
        width: 65%;
    }

    /*******************************************************************/
    .ags_list > div {
        background-size: 100%;
        font-size: 16px;
    }

    .ags_list > div:before {
        top: -5px;
    }

    /*******************************************************************/
    .quest {
        padding: 30px;
        margin-top: 60px;
    }

    .quest_title {
        font-size: 32px;
    }

    /*******************************************************************/
    .contacts {
        margin-top: 60px;
    }

    .cont_wrap {
        padding: 30px;
    }

    /*******************************************************************/
    footer {
        margin-top: 60px;
    }
}

/*IPAD PRO BEGIN*/

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

    .anim {
        opacity: 1 !important;
        transform: unset !important;
    }

    .container {
        width: 100%;
    }

    header {
        padding: 10px 0;
    }

    .logo_wrap {
        width: 45%;
    }

    header .btn {
        width: 180px;
    }

    .menu {
        top: 76px;
        border-radius: 0px 0px 30px 30px;
    }

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

    /*******************************************************************/
    .intro picture img {
        height: 470px;
    }

    .title_container {
        top: 105px;
    }

    .title_container .title2 {
        margin-top: 0;
    }

    .title_container .btn {
        display: none;
    }

    .timer_block {
        margin-top: -50px;
    }

    /*******************************************************************/
    .cars_items {
        margin-top: 60px;
    }

    .car_wrap1 {
        padding: 20px 30px;
    }

    .car_image_wrap {
        position: relative;
        width: 100%;
        top: 0 !important;
        right: 0;
        margin-top: 20px;
    }

    .car_image_wrap:before {
        top: -30px;
    }

    .car_image_slider .swiper-button-prev {
        left: 0;
    }

    .car_image_slider .swiper-button-next {
        right: 0;
    }

    .car_props {
        margin-top: -50px;
        position: relative;
        z-index: 1;
    }

    .car_btns {
        margin-top: 30px;
    }

    .car_wrap2 {
        flex-direction: column;
        gap: 30px 0;
    }

    .car_techs {
        width: 100%;
        flex-flow: unset;
    }

    .car_techs > div {
        width: auto;
    }

    .car_gallery_wrap {
        width: 90%;
        margin-right: 0;
    }

    /*******************************************************************/
    #instock {
        margin-top: 60px;
    }

    .tb_complects > div {
        flex-direction: column-reverse;
        background: #FFFFFF;
        border-radius: 30px;
        padding: 30px;
        margin-top: 60px;
    }

    .compl_text {
        width: 100%;
    }

    .compl_image_wrap {
        width: 100%;
    }

    .compl_image {
        text-align: center;
    }

    .compl_techs {
        z-index: 1;
    }

    /*******************************************************************/
    .warranty_info {
        flex-direction: column;
        gap: 15px 0;
    }

    .warranty_info .info_item {
        padding: 20px 20px 20px 90px;
        font-size: 16px;
    }

    .warranty_info .info_item:before {
        top: calc(50% - 20px);
        left: 25px;
    }

    .warranty_opts {
        padding: 20px;
    }

    /*******************************************************************/
    .credit_tradein {
        flex-direction: column;
        gap: 100px;
    }

    .credit {
        width: 100%;
    }

    .credit_img {
        width: auto;
        right: 15px;
    }

    /*******************************************************************/
    .tradein {
        width: 100%;
    }

    .tradein_img {
        width: auto;
        right: 15px;
    }

    .tradein_comment br {
        display: none;
    }

    /*******************************************************************/
    .advantages {
        margin-top: 60px;
    }

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

    .ags_list > div:before {
        top: 0;
    }

    .ags_list {
        margin-top: 30px;
    }

    /*******************************************************************/
    .quest {
        flex-direction: column;
        gap: 20px 0;
        background-size: cover;
    }

    #quest_form {
        width: 100%;
    }

    /*******************************************************************/
    .contacts {
        flex-direction: column;
        gap: 20px 0;
    }

    .cont_wrap {
        width: 100%;
    }

    #map1 {
        height: 400px;
        width: 100%;
        background-size: cover;
    }

    /*******************************************************************/
    footer {
        padding: 30px 0;
    }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {

    .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: #1B365D;
        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;
        border-radius: 0 0 30px 30px;
    }

    .menu.active {
        right: 0;
    }

    .menu .container {
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
    }

    .header__menu a {
        padding: 10px 0;
    }

    /*******************************************************************/
    header {
        padding: 5px 0;
    }

    .top_addr {
        display: none;
    }

    header .btn {
        display: none;
    }

    header .container {
        flex-flow: wrap;
        gap: 10px;
    }

    .header__logo {
        order: -1;
    }

    .header__phone {
        order: 1;
        width: 100%;
    }

    .header__addr {
        display: none;
    }

    .header {
        border-radius: 0;
    }

    .header__menu {
        display: none;
    }

    .logo_wrap {
        width: auto;
        order: -1;
    }

    .head_contacts {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        margin-top: 5px;
    }

    /*******************************************************************/
    .intro {
        margin-top: 80px;
    }

    .intro picture img {
        width: 100%;
        height: auto;
    }

    .intro .swiper-button-prev,
    .intro .swiper-button-next {
        width: 30px;
        height: 30px;
        left: 15px;
    }

    .intro .swiper-button-next {
        left: unset;
        right: 15px;
    }

    .intro .swiper-button-prev:after,
    .intro .swiper-button-next:after {
        width: 20px;
        height: 20px;
        background-size: 100%;
    }

    .title_container {
        top: 40px;
        left: 0;
        padding: 0 15px;
    }

    .title_container .title_date {
        margin: 0 auto;
        font-size: 5vw;
    }

    .title_container .title1 {
        font-size: 5vw;
        text-align: center;
        margin-top: 10px;
    }

    .title_container .title2 {
        font-size: 5vw;
        text-align: center;
        margin-top: 10px;
    }

    .title_container .title2 .title2__text_bg {
        white-space: nowrap;
        padding: 0;
        display: inline;
        background: none;
    }

    .title_container .title2 span {
        background-size: 100%;
        width: 110px;
        height: 35px;
    }

    .title_container .title3 {
        font-size: 3.5vw;
        align-self: flex-start;
    }

    .title_container .btn {
        display: none;
    }

    .timer_block {
        margin-top: -30px;
        flex-direction: column-reverse;
        gap: 10px 0;
        padding: 15px;
    }

    #timer_form {
        width: 100%;
    }

    #timer_form .form_comment {
        text-align: center;
        font-size: 5vw;
    }

    #timer_form .form-group {
        width: 100% !important;
    }

    .timer {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
    }

    div[id^=timer] {
        transform: scale(0.5) !important;
    }

    /*******************************************************************/
    .cars_items_title {
        font-size: 7vw;
    }

    .cars_items {
        margin-top: 60px;
    }

    .car {
        margin-top: 40px;
    }

    .car_wrap {
        display: block;
    }

    .car_text {
        width: 100%;
    }

    .car .car_image {
        width: 100%;
        background-position: 50%;
        background-size: 80%;
    }

    .car_wrap1 {
        padding: 15px;
    }

    .car_title {
        position: static;
    }

    .car_bonus {
        position: static;
        max-width: 100%;
        font-size: 4vw;
        padding: 5px;
    }

    .cars_list:after, .cars_list:before {
        display: none;
    }

    .car_name {
        font-size: 8vw;
    }

    .car_profit {
        font-size: 5vw;
    }

    .car_image_wrap {
        position: relative;
        width: 100%;
        top: 0 !important;
        right: 0;
        margin-top: 20px;
    }

    .car_image_wrap:before {
        top: -90px;
        right: 0;
        width: 60%;
        background-size: 100%;
    }

    .car_image_slider .swiper-button-prev,
    .car_image_slider .swiper-button-next {
        width: 30px;
        height: 30px;
        background-size: 100% !important;
    }

    .car_image_slider .swiper-button-prev {
        left: 0;
    }

    .car_image_slider .swiper-button-next {
        right: 0;
    }

    .car_image_slider .swiper-button-prev:after,
    .car_image_slider .swiper-button-next:after {
        width: 20px;
        height: 20px;
        background-size: 100%;
    }

    .car_props {
        position: relative;
        z-index: 1;
        /* gap: 10px 0; */
    }

    .car_props > a {
        font-size: 4vw;
    }

    .car_btns {
        margin-top: 10px;
        flex-direction: column;
        gap: 10px 0;
        border-radius: 20px;
    }

    .car_btns .btn {
        width: 100%;
    }

    .car_wrap2 {
        flex-direction: column;
        gap: 15px 0;
        padding: 15px;
    }

    .car_techs {
        width: 100%;
    }

    .car_techs > div {
        font-size: 3vw;
    }

    .car_techs > div span b {
        font-size: 5vw;
    }

    .car_gallery_wrap {
        width: 100%;
        margin-right: 0;
    }

    .car_gallery_wrap .swiper-button-prev,
    .car_gallery_wrap .swiper-button-next {
        display: none;
    }

    .car_gallery {
        /* padding-bottom: 30px !important; */
        gap: 10px;
    }

    .car_gallery_item.active {
        width: 33%;
    }

    .car_gallery_item img {
        width: 100%;
        max-width: 100%;
        margin: 0;
        border-radius: 13px;
    }

    .car_gallery_item {
        width: 33%;
        border-radius: 0;
    }

    .car_gallery .swiper-slide {
        border-radius: 10px;
    }

    .car_gallery .swiper-pagination {
        display: block;
        bottom: 0 !important;
    }


    .car_gallery .swiper-pagination-bullet-active {
        background: #20365a;
    }

    /*******************************************************************/
    #instock {
        margin-top: 60px;
    }

    .filter_quick_menu {
        margin-top: 20px;
        text-align: center;
    }

    .instock_title {
        font-size: 8vw;
    }

    .tb_complects > div {
        flex-direction: column-reverse;
        background: #FFFFFF;
        border-radius: 30px;
        padding: 15px;
        margin-top: 30px;
    }

    .compl_name {
        flex-direction: column;
        gap: 10px 0;
    }

    .compl_name font {
        font-size: 8vw;
    }

    .compl_name span {
        width: 100%;
        font-size: 8vw;
        height: 50px;
    }

    .compl_props {
        padding-right: 0;
        margin-top: 20px;
        flex-direction: column;
        gap: 10px 0;
    }

    .compl_props a {
        width: 100%;
        font-size: 4vw;
    }

    .compl_text {
        width: 100%;
    }

    .compl_image_wrap {
        width: 100%;
    }

    .compl_image {
        text-align: center;
    }

    .compl_btns {
        flex-direction: column;
        gap: 10px 0;
    }

    .compl_btns .btn {
        width: 100%;
    }

    .compl_techs {
        z-index: 1;
        position: relative;
        opacity: 1;
        top: 0;
        pointer-events: all;
        padding: 0;
        justify-content: center;
    }

    .compl_techs_btn {
        display: none;
    }

    .tb_complects_showmore {
        margin-top: 30px;
    }

    /*******************************************************************/
    .warranty {
        margin-top: 50px;
    }

    .warranty_title {
        font-size: 8vw;
        position: static;
    }

    .warranty_props {
        position: static;
        margin-top: 15px;
        gap: 5px;
    }

    .warranty_img {
        display: none;
    }

    .warranty_img {
        margin-top: 20px;
    }

    .warranty_img img {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }

    .warranty_btns {
        flex-direction: column;
        gap: 20px 0;
        margin-top: 20px;
        position: static;
        padding: 0;
    }

    .warranty_btns .btn {
        width: 100%;
    }

    .warranty_info {
        flex-direction: column;
        gap: 15px 0;
    }

    .warranty_info .info_item {
        font-size: 3.5vw;
        /* min-height: 250px; */
        /* padding-top: 40px; */
        display: flex;
        align-items: center;
    }

    .warranty_info .info_item:before {
        top: 10px;
    }

    .warranty_opts {
        padding: 15px;
        gap: 0;
        margin-top: 10px;
    }

    .warranty_opts .opts_item {
        padding: 5px 0;
    }

    .warranty_opts .opts_item .opts_item_title {
        /* background-size: 45px !important; */
        padding-left: 55px;
        font-size: 4vw;
    }

    .warranty_opts .opts_item .opts_item_title br {
        display: block;
    }

    .warranty_opts .opts_item .opts_item_title:after {
        /* width: 30px; */
        /* height: 30px; */
        /* background-size: 100% !important; */
        /* top: calc(50% - 15px); */
    }

    .warranty_opts .opts_item .opts_item_text {
        font-size: 3.5vw;
        padding: 0;
        padding-bottom: 10px;
    }

    /*******************************************************************/
    .credit_tradein {
        flex-direction: column;
        gap: 45px;
        margin-top: 45px;
    }

    .credit {
        width: 100%;
        /* padding: 100px 15px 15px; */
    }

    .credit_img {
        width: 100%;
        right: 0;
    }

    .credit_img img {
        width: 100%;
    }

    .credit_title {
        text-align: center;
        font-size: 8vw;
    }

    .credit_comment {
        text-align: center;
        font-size: 5vw;
        padding: 15px 0;
    }

    /*******************************************************************/
    .tradein {
        width: 100%;
        /* padding: 120px 15px 15px; */
    }

    .tradein_img {
        width: 100%;
        right: 0;
    }

    .tradein_img img {
        width: 100%;
    }

    .tradein_title {
        text-align: center;
        font-size: 8vw;
    }

    .tradein_comment {
        text-align: center;
        font-size: 5vw;
        padding: 15px 0;
    }

    /*******************************************************************/
    .our-offer__title {
        text-align: center;
        font-size: C;
    }

    .our-offer_cont {
        flex-wrap: wrap;
        gap: 15px;
    }

    .our-offer_cont .our-offer_item {
        width: 100% !important;
        height: auto;
        padding-right: 80px;
    }

    .our-offer_cont .our-offer_item:before {
        display: none !important;
    }

    .our-offer_cont .our-offer_item span {
        display: block !important;
    }

    .our-offer_cont .our-offer_item span {
        font-size: 20px;
    }


    /*******************************************************************/
    .advantages {
        margin-top: 60px;
    }

    .ags_title {
        font-size: 6vw;
    }

    .ags_img {
        margin-top: 20px;
    }

    .ags_list > div:before {
        top: -20px;
    }

    .ags_list {
        margin-top: 30px;
        flex-flow: wrap;
        gap: 30px 0;
    }

    .ags_list > div {
        width: 49%;
        border-radius: 20px;
        font-size: 4vw;
        min-height: 120px;
    }

    .ags_list > div:last-child {
        margin: 0 auto;
    }

    /*******************************************************************/
    .quest {
        flex-direction: column;
        gap: 40px 0;
        background: url("../img/quest_bg_mob.jpg") 50% no-repeat;
        margin-top: 60px;
        padding: 0;
        background-size: 100%;
    }

    .quest__main {
        max-width: 100%;
    }

    .quest__img-block {
        max-width: 100%;
    }

    .quest_title {
        text-align: center;
        font-size: 7vw;
    }

    .quest_comment {
        text-align: center;
        font-size: 5vw;
    }

    #quest_form {
        width: 100%;
    }

    #quest_form .form-group {
        width: 100%;
    }

    /*******************************************************************/
    .contacts {
        flex-direction: column;
        gap: 20px 0;
        margin-top: 45px;
    }

    .cont_wrap {
        width: 100%;
        padding: 15px;
        position: relative;
        top: 0;
    }

    #map1 {
        height: 350px;
        width: 100%;
        margin-top: 45px;
    }

    /*******************************************************************/
    footer {
        padding: 30px 0;
        margin-top: 20px;
        border-radius: 30px 30px 0 0;
    }

    .foot_wrap {
        flex-direction: column;
        align-items: center;
        gap: 20px 0;
    }

    .foot_links {
        align-items: center;
        width: 100%;
    }

    .yurinfo {
        width: 100%;
        text-align: center;
    }

}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {

}

@media (max-width: 360px) {

}

@media (max-width: 320px) {

}