* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Haval', sans-serif;
    font-size: 16px;
    color: #121314;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: #CDD4DB;
}

.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: 100%;
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        width: 1500px;
        padding: 0 30px;
    }
}

.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: 500px;
    max-width: 100%;
    padding: 30px;
    overflow: hidden;
    position: relative;
    background: #121314;
}


.popup_container h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 0;
}

.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;
}

.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;
    color: #ffffff;
}

.agree_field a {
    color: inherit;
}

.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 input[type=number],
form .form-group select {
    height: 45px;
    width: 100%;
    color: #FFFFFF;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'Haval', sans-serif;
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border-radius: 0px;
    border: 1px solid #DFDFDF;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/ico_select.png) 95% 50% no-repeat #ffffff;
    font-family: 'Haval', sans-serif;
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'Haval', 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;
}

#cookies-banner {
    position: fixed;
    bottom: 10px;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 30px;
    z-index: 99999;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    font-size: 12px;
    border-radius: 100px;
    max-width: 1920px;
}

#cookies-banner.hidden {
    display: none;
}

.cookies {
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 10px 5%;
    z-index: 10;
}

.cookies_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.cookies_text {
    text-align: left;
}

.cookies_text > a {
    /*color: #000000;*/
    text-decoration: underline;
}

#cookies-banner .btn {
    padding: 12px 20px;
    cursor: pointer;
    width: 150px;
    height: 30px;
    font-size: 14px;
    border-radius: 50px;
}

.btn {
    box-sizing: border-box;
    background: #121314;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .4s ease-out;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.btn span {
    position: relative;
    z-index: 1;
}

.btn:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #00CABF;
    transition: all .4s ease-out;
}

.btn.white {
    background: #ffffff;
    color: #121314;
}

.btn.glass {
    border: 1px solid #FFFFFF;
    background: transparent;
    color: #FFFFFF;
}

.btn:hover {
    border-color: #00CABF;
    color: #ffffff;
}

.btn:hover:before {
    left: 0;
}

.anim {
    opacity: 0;
    transform: translateY(100px);
    transition: all .5s .1s ease-out;
}

.anim.animated {
    opacity: 1;
    transform: translateY(0);
}

/**********************
        HEADER
**********************/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    background: #ffffff;
    padding: 15px 0;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_wrap {
    display: flex;
}

.logo_wrap > div {
    height: 50px;
    display: flex;
    align-items: center;
}

.logo_wrap > div:first-child {
    border-right: 1px solid #626970;
    margin-right: 13px;
    padding-right: 13px;
}

header .m_btn {
    display: none;
}

header .btn {
    width: 220px;
}

.menu {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background: #121314;
    padding: 15px 0;
    z-index: 15;
}

.menu .container {
    display: flex;
    justify-content: space-between;
}

.menu .container > div {
    display: flex;
    gap: 0 30px;
}

.menu a {
    color: #ffffff;
    transition: all .4s ease-out;
}

.menu a:hover {
    color: #00cabf;
}

/**********************
        BANNER
**********************/

.banner {
    margin-top: 124px;
}

.banner picture img {
    max-width: none;
    height: 680px;
    transform: translateX(-50%);
    left: 50%;
    display: block;
    position: relative;
}

.title_container {
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 1.61%, rgba(255, 255, 255, 0.80) 27.46%, rgba(255, 255, 255, 0.80) 78.13%, rgba(255, 255, 255, 0.00) 107.02%);
}

.title_container .title1 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 130%;
}

.title_container .btn {
    margin: 25px auto 0;
    width: 300px;
}

.timer_block {
    background: #121314;
    padding: 30px 0;
}

.timer_block .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timer_wrap {
    position: relative;
}

.timer_wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 55px);
    right: -85px;
    width: 1px;
    height: 110px;
    background: #626970;
}

.timer_title {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
}

div[id^=timer] {
    white-space: nowrap;
}

#timer_form {
    width: 680px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#timer_form .form_comment {
    width: 100%;
    color: #ffffff;
    font-size: 22px;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#timer_form .form_comment b {
    text-transform: none;
    font-weight: 400;
}

#timer_form .form-group {
    width: 42%;
}

#timer_form .form-group.wide {
    width: 56.5%;
}

/**********************
         CARS
**********************/

.blocks_title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.cars_items {
    margin-top: 90px;
}

.cars_list {
    display: flex;
    flex-direction: column;
    gap: 70px 0;
    margin-top: 50px;
}

.car_item {

}

.car_wrap {
    display: flex;
    justify-content: space-between;
    padding: 35px 60px 30px 0;
}

#h3 .car_wrap {
    background: url("../img/h3_bg.jpg") 50% no-repeat;
}

#h5 .car_wrap {
    background: url("../img/h5_bg.jpg") 50% no-repeat;
}

#h7 .car_wrap {
    background: url("../img/h7_bg.jpg") 50% no-repeat;
}

#h9 .car_wrap {
    background: url("../img/h9_bg.jpg") 50% no-repeat;
}

.car_image {
    width: 50%;
}

.car_colors {
    display: flex;
    justify-content: center;
    gap: 0 12px;
}

.car_colors > div {
    cursor: pointer;
    width: 30px;
    height: 30px;
    transition: all .3s ease;
    border: 1px solid transparent;
}

.car_colors > div.active {
    border: 1px solid #626970;
}

.car_text {
    width: 48%;
}

.car_name {
    font-size: 32px;
    font-weight: 700;
}

.car_name b {
    font-size: 60px;
}

.car_profit {
    min-height: 40px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    background: linear-gradient(90deg, #00CABF 0%, rgba(0, 202, 191, 0.90) 50%, rgba(0, 202, 191, 0.00) 100%);
    padding-left: 8px;
    margin-right: -60px;
    position: relative;
    overflow: hidden;
}

.car_profit:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.90) 50%, rgba(255, 255, 255, 0.00) 100%);
    transition: all .4s ease-out;
}

.car_profit span {
    color: #ffffff;
    display: block;
    padding: 7px 0 7px 34px;
    background: url("../img/ico_profit.svg") 0 50% no-repeat;
    transition: all .4s ease-out;
    position: relative;
    z-index: 1;
}


.car_profit:hover span {
    background: url("../img/ico_profit_hov.svg") 0 50% no-repeat;
    color: #00cabf;
}

.car_profit:hover:before {
    left: 0;
}

.car_props {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    gap: 8px 0;
}

.car_props > a {
    display: flex;
    align-items: center;
    min-height: 30px;
    width: 54%;
    padding-left: 38px;
    position: relative;
    transition: all .4s ease-out;
}

.car_props > a:nth-child(odd) {
    width: 44%;
}

.car_props > a.ico1 {
    background: url("../img/prop_ico1.svg") 0 50% no-repeat;
}

.car_props > a.ico1:hover {
    background: url("../img/prop_ico1_hov.svg") 0 50% no-repeat;
}

.car_props > a.ico2 {
    background: url("../img/prop_ico2.svg") 0 50% no-repeat;
}

.car_props > a.ico2:hover {
    background: url("../img/prop_ico2_hov.svg") 0 50% no-repeat;
}

.car_props > a.ico3 {
    background: url("../img/prop_ico3.svg") 0 50% no-repeat;
}

.car_props > a.ico3:hover {
    background: url("../img/prop_ico3_hov.svg") 0 50% no-repeat;
}

.car_props > a.ico4 {
    background: url("../img/prop_ico4.svg") 0 50% no-repeat;
}

.car_props > a.ico4:hover {
    background: url("../img/prop_ico4_hov.svg") 0 50% no-repeat;
}

.car_gallery_wrap {
    margin-top: 35px;
    position: relative;
}

.car_gallery_wrap .swiper-button-prev,
.car_gallery_wrap .swiper-button-next {
    margin: 0;
    width: 32px;
    height: 32px;
    background: url("../img/arrow.svg") 50% no-repeat;
    top: calc(50% - 16px);
    left: -40px;
}

.car_gallery_wrap .swiper-button-next {
    transform: rotate(-180deg);
    left: unset;
    right: -40px;
}

.car_gallery_wrap .swiper-button-prev:after,
.car_gallery_wrap .swiper-button-next:after {
    display: none;
}

.car_gallery .swiper-scrollbar {
    display: none;
}

.car_gallery .swiper-slide a {
    outline: none;
}

.car_btns {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #626970;
}

.car_btns .btn {
    width: 32.5%;
}

/**********************
       COMPLECTS
**********************/

.bg_black {
    margin-top: 100px;
    padding: 80px 0;
    background: #121314;
}

#instock {
    position: relative;
}

#instock .blocks_title {
    color: #ffffff;
    text-align: left;
}

#filter_table {
    display: none;
}

.filter_quick_menu {
    position: absolute;
    top: -10px;
    right: 30px;
    display: flex;
    gap: 0 28px;
}

.filter_quick_menu > li {
    display: block;
    color: #ffffff;
    font-size: 24px;
    width: 70px;
    height: 40px;
    border: 2px solid transparent;
    transition: all .4s ease-out;
}

.filter_quick_menu > li.current {
    border-color: #FFFFFF;
}

.filter_quick_menu > li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding-top: 4px;
}

.tb_complects {
    margin-top: 130px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 20px;
}

.tb_complects > div:first-child {
    display: none;
}

.tb_complects > div {
    border: 1px solid #3D3A3A;
}

.compl_image {
    background: url("../img/compl_bg.svg") 50% 0 no-repeat #121314;
    height: 180px;
}

.compl_image img {
    margin-top: -50px;
}

.compl_wrap {
    background: #626970;
    padding: 1px 25px 25px;
}

.compl_name {
    width: fit-content;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.38) inset;
    backdrop-filter: blur(8.5px);
    padding: 18px 25px 13px;
    color: #c5c5c5;
    text-transform: uppercase;
    font-size: 20px;
    margin: -25px auto 0;
}

.compl_name span {
    color: #ffffff;
}

.compl_techs {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 17px 0;
}

.compl_techs > div {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    font-size: 16px;
}

.compl_techs > div i {
    flex-grow: 1;
    border-bottom: 1px dashed #999999;
    margin: 0 5px 3px;
}

.compl_techs > div {
    font-size: 16px;
}

.compl_techs > div b {
    font-size: 18px;
}

.compl_btns {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.tb_complects_showmore {
    display: block;
    margin-top: 40px;
    color: #ffffff;
    text-decoration: underline;
    font-size: 18px;
}

/**********************
        TRADEIN
**********************/

.tradein {
    margin-top: 90px;
    background: url("../img/tradein_bg.jpg") 50% 0 no-repeat;
    padding-top: 60px;
}

.tradein > img {
    display: none;
}

.tradein_wrap {
    border: 1px solid #3D3A3A;
}

.tradein_text {
    padding: 40px 50px 0;
}

.tradein .blocks_title {
    color: #ffffff;
    text-align: left;
}

.tradein_comment {
    margin-top: 25px;
    font-size: 20px;
    color: #ffffff;
    line-height: 130%;
}

.tradein_form_wrap {
    margin-top: 250px;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.38) inset;
    backdrop-filter: blur(15px);
    padding: 35px 50px 38px;
}

#tradein_form {
    width: 850px;
    max-width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#tradein_form .form-group {
    width: 49%;
}

#tradein_form input[type="tel"]::placeholder {
    color: #ffffff;
}

/**********************
       CREDIT
**********************/

.credit {
    margin-top: 50px;
    background: url("../img/credit_bg.jpg") 50% 0 no-repeat;
    padding-top: 80px;
}

.credit > img {
    display: none;
}

.credit_wrap {
    border: 1px solid #3D3A3A;
}

.credit_text {
    padding: 40px 50px 0;
}

.credit .blocks_title {
    color: #ffffff;
    text-align: left;
}

.credit_comment {
    margin-top: 25px;
    font-size: 20px;
    color: #ffffff;
    line-height: 130%;
}

.credit_form_wrap {
    margin-top: 250px;
    box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.38) inset;
    backdrop-filter: blur(5px);
    padding: 35px 50px 38px;
}

#credit_form {
    width: 850px;
    max-width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#credit_form .form-group {
    width: 49%;
}

#credit_form input[type="tel"]::placeholder {
    color: #ffffff;
}

/**********************
      CONTACTS
**********************/

.contacts {
    margin-top: 90px;
}

#map1 {
    margin-top: 40px;
    height: 458px;
    width: 100%;
    background: url("../img/map.jpg") 50% 0 no-repeat;
}

.contacts_wrap {
    position: relative;
}

.contacts_text_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 8px 50px;
    background: rgba(98, 105, 112, 0.70);
    backdrop-filter: blur(22px);
}

.contacts_logo_wrap {
    display: flex;
    align-items: center;
}

.contacts_logo_wrap > div:first-child {
    min-height: 50px;
    display: flex;
    align-items: center;
    padding-right: 13px;
    margin-right: 13px;
    border-right: 1px solid #FFFFFF;
}

.contacts_text {
    margin-top: 7px;
    padding-top: 20px;
    border-top: 1px solid #FFFFFF;
    display: flex;
    justify-content: space-between;
}

.bot_addr {
    font-size: 18px;
    color: #ffffff;
    line-height: 130%;
}

.bot_addr span {
    display: block;
    font-size: 15px;
}

.bot_phone {
    display: block;
    font-size: 18px;
    color: #ffffff;
}

.bot_phone span {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
}

.worktime {
    font-size: 18px;
    color: #ffffff;
}

.worktime span {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
}

.contacts_text .btn {
    width: 380px;
}

/**********************
        FOOTER
**********************/

footer {
    padding: 35px 0;
}

.foot_wrap {
    display: flex;
    justify-content: space-between;
}

.yurinfo {
    font-size: 16px;
    line-height: 140%;
}

.foot_links {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.foot_links > a {
    font-size: 16px;
}

footer .disclamer {
    font-size: 14px;
    text-align: left;
    display: none;
    padding-top: 20px;
}

.cookie_disc {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 140%;
}

.cookie_disc a {
    font-weight: 700;
    text-decoration: underline;
}

/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1500px) {

    .timer_wrap:after {
        right: -55px;
    }

    .car_props > a {
        font-size: 15px;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {

    .top_addr {
        display: none;
    }

    .menu a {
        font-size: 14px;
    }

    /*******************************************************************/
    .banner picture img {
        height: 480px;
    }

    .title_container {
        padding: 15px 0;
    }

    .title_container .title1 {
        font-size: 26px;
    }

    .title_container .btn {
        margin-top: 10px;
    }

    .timer_block .container {
        flex-direction: column;
        gap: 30px 0;
    }

    .timer_wrap:after {
        display: none;
    }

    .timer_title {
        text-align: center;
    }

    #timer_form {
        width: 100%;
    }

    #timer_form .form_comment {
        text-align: center;
    }

    /*******************************************************************/
    .car_wrap {
        padding: 20px 20px 20px 0;
        align-items: center;
    }

    .car_profit {
        margin-right: -20px;
    }

    .car_props {
        flex-direction: column;
        margin-top: 15px;
    }

    .car_props > a {
        width: 100% !important;
    }

    .car_gallery_wrap {
        margin-top: 15px;
    }


    /*******************************************************************/
    .tb_complects {
        grid-template-columns: repeat(2, 1fr);
    }

    /*******************************************************************/
    .tradein_text {
        padding: 40px 20px 0;
    }

    .tradein_comment {
        font-size: 18px;
    }

    .tradein_form_wrap {
        padding: 35px 20px;
    }

    #tradein_form {
        width: 100%;
    }

    /*******************************************************************/
    .credit_text {
        padding: 40px 20px 0;
    }

    .credit_comment {
        font-size: 18px;
    }

    .credit_form_wrap {
        padding: 35px 20px;
    }

    #credit_form {
        width: 100%;
    }

    /*******************************************************************/
    .contacts_text_wrap {
        padding: 8px 15px;
    }

    .contacts_text .btn {
        display: none;
    }

    /*******************************************************************/
    .foot_links > a {
        font-size: 12px;
    }

    .yurinfo {
        font-size: 12px;
    }

    .foot_dealer {
        font-size: 12px;
    }

    .sinoby {
        font-size: 12px;
    }

}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {

    .anim {
        opacity: 1;
        transform: none;
    }

    /*******************************************************************/
    .logo_wrap {
        width: 35%;
    }

    .menu .container > div {
        gap: 0 20px;
    }

    .menu a {
        font-size: 10px;
    }

    /*******************************************************************/
    .banner picture img {
        height: 350px;
    }

    .title_container {
        top: 10px;
    }

    .title_container .title1 {
        font-size: 20px;
    }

    /*******************************************************************/
    .car_wrap {
        padding: 120px 15px 20px;
        flex-direction: column;
        background-size: cover !important;
        position: relative;
    }

    .car_image {
        width: 100%;
        text-align: center;
    }

    .car_title {
        width: 100%;
        position: absolute;
        top: 20px;
        left: 0;
        padding: 0 15px;
    }

    .car_profit {
        margin-top: 10px;
    }

    .car_text {
        width: 100%;
    }

    .car_props {
        margin-top: 30px;
        flex-direction: row;
    }

    .car_props > a {
        width: 49% !important;
    }

    .car_btns {
        flex-direction: column;
        gap: 10px 0;
    }

    .car_btns .btn {
        width: 100%;
    }

    .car_gallery {
        padding-bottom: 20px !important;
    }

    /*******************************************************************/
    .filter_quick_menu {
        gap: 0 15px;
    }

    .compl_techs > div b {
        font-size: 16px;
    }

    .compl_wrap {
        padding: 1px 15px 15px;
    }

    /*******************************************************************/
    .tradein {
        background: none;
        padding-top: 0;
    }

    .tradein > img {
        display: block;
        width: 100%;
    }

    .tradein_form_wrap {
        margin-top: 0;
    }

    .tradein_text {
        padding: 30px 15px;
    }

    /*******************************************************************/
    .credit {
        background: none;
        padding-top: 0;
    }

    .credit > img {
        display: block;
        width: 100%;
    }

    .credit_form_wrap {
        margin-top: 0;
        background: rgba(255, 255, 255, 0.20);
    }

    .credit_text {
        padding: 30px 15px;
    }

    /*******************************************************************/
    .contacts_wrap {
        margin-top: 50px;
    }

    .contacts_text_wrap {
        position: relative;
        background: #121314;
    }

    .contacts_text {
        flex-direction: column;
        gap: 15px 0;
        padding: 15px 0;
    }

    #map1 {
        margin-top: 0;
    }

    .foot_wrap {
        flex-flow: wrap;
        gap: 10px 0;
    }


}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {

    .anim {
        opacity: 1;
        transform: none;
    }

    .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%;
    }

    /*******************************************************************/

    #cookies-banner {
        padding: 20px 15px;
        font-size: 3vw;
        border-radius: 20px;
        width: 95%;
    }

    .cookies_wrap {
        flex-wrap: wrap;
    }

    .cookies_text > span {
        display: none;
    }

    .cookies_text {
        width: 100%;
        text-align: center;
    }

    .cookies_text br {
        display: none;
    }

    #cookies-banner .btn {
        width: 100%;
        font-size: 14px;
        height: 30px;
    }

    /*******************************************************************/
    header .m_btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 5px;
        right: 15px;
    }

    header .m_btn span {
        position: relative;
        display: block;
        width: 30px;
        height: 3px;
        background: #1C1C1C;
        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: flex;
        flex-direction: column;
        position: fixed;
        top: 107px;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 20px 0;
        row-gap: 10px;
    }

    .menu.active {
        right: 0;
    }

    .menu .container {
        flex-direction: column;
        gap: 20px 0;
    }

    .menu .container > div {
        flex-direction: column;
        align-items: center;
        row-gap: 10px !important;
    }

    .menu a {
        padding: 0;
    }

    .menu a:before {
        display: none;
    }

    /*******************************************************************/
    header {
        padding: 10px 0;
    }

    header .container {
        flex-flow: wrap;
    }

    .logo_wrap {
        width: 85%;
    }

    .logo_wrap > div {
        height: 30px;
    }

    .top_addr {
        display: none;
    }

    .top_phone {
        display: block;
        margin-top: 5px;
        text-align: center;
        width: 100%;
    }

    .menu .container > div {
        gap: 0 20px;
    }

    header .btn {
        display: none;
    }

    /*******************************************************************/
    .banner {
        margin-top: 50px;
    }

    .banner picture img {
        height: auto;
        width: 100%;
    }

    .title_container {
        top: 80px;
        padding: 15px;
        width: 100%;
    }

    .title_container .title1 {
        font-size: 5vw;
    }

    .title_container .title1 br {
        display: none;
    }

    .title_container .btn {
        width: 100%;
        margin-top: 10px;
    }

    .timer_block .container {
        flex-direction: column;
        gap: 20px 0;
    }

    .timer_wrap {
        width: 100%;
    }

    .timer_wrap:after {
        display: none;
    }

    .timer_title {
        text-align: center;
        font-size: 5vw;
    }

    .timer {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;
    }

    div[id^=timer] {
        transform: scale(0.55) !important;
    }

    #timer_form {
        width: 100%;
    }

    #timer_form .form_comment {
        text-align: center;
        font-size: 4vw;
    }

    #timer_form .form_comment br {
        display: none;
    }

    #timer_form .form-group {
        width: 100% !important;
    }

    /*******************************************************************/
    .bg_black {
        margin-top: 50px;
        padding: 40px 0;
    }

    .blocks_title {
        font-size: 8vw;
    }

    .cars_items {
        margin-top: 60px;
    }

    .car_wrap {
        padding: 120px 0 10px;
        flex-direction: column;
        position: relative;
        background-position: 50% 0 !important;
        background-size: 200% 80vw !important;
    }

    .car_image {
        width: 100%;
        text-align: center;
    }

    .car_title {
        width: 100%;
        position: absolute;
        top: 20px;
        left: 0;
        padding: 0 15px;
    }

    .car_name {
        font-size: 8vw;
    }

    .car_name b {
        font-size: 12vw;
    }

    .car_profit {
        margin-top: 10px;
        margin-right: -15px;
        font-size: 4vw;
    }

    .car_text {
        width: 100%;
    }

    .car_props {
        margin-top: 30px;
        flex-direction: column;
    }

    .car_props > a {
        width: 100% !important;
        font-size: 4vw;
        line-height: 130%;
    }

    .car_props > a br {
        display: none;
    }

    .car_btns {
        flex-direction: column;
        gap: 10px 0;
        padding: 15px;
    }

    .car_btns .btn {
        width: 100%;
    }

    .car_gallery_wrap {
        margin-top: 20px;
    }

    .car_gallery {
        padding-bottom: 20px !important;
    }

    .car_gallery .swiper-scrollbar {
        display: block;
    }

    .car_gallery .swiper-scrollbar-drag {
        background: #121314;
    }

    /*******************************************************************/
    #instock .blocks_title {
        text-align: center;
    }

    .filter_quick_menu {
        gap: 0 15px;
        position: relative;
        justify-content: space-between;
        right: 0;
        top: 0;
        margin-top: 30px;
    }

    .compl_techs > div b {
        font-size: 16px;
    }

    .compl_wrap {
        padding: 1px 15px 15px;
    }

    .tb_complects {
        margin-top: 80px;
        grid-template-columns: 1fr;
    }

    .compl_image {
        height: 35vw;
    }

    .compl_name {
        font-size: 5vw;
    }

    .compl_techs > div {
        font-size: 4vw;
    }

    .compl_techs > div b {
        font-size: 4vw;
    }

    .tb_complects_showmore {
        font-size: 4vw;
    }

    /*******************************************************************/
    .tradein {
        background: none;
        padding-top: 0;
    }

    .tradein .blocks_title {
        text-align: center;
    }

    .tradein > img {
        display: block;
        width: 100%;
    }

    .tradein_form_wrap {
        margin-top: 0;
    }

    .tradein_text {
        padding: 30px 15px;
        text-align: center;
    }

    .tradein_comment {
        font-size: 4vw;
    }

    .tradein_comment br {
        display: none;
    }

    .tradein_form_wrap {
        padding: 15px;
    }

    #tradein_form {
        width: 100%;
    }

    #tradein_form .form-group {
        width: 100%;
    }

    /*******************************************************************/
    .credit {
        background: none;
        padding-top: 0;
    }

    .credit .blocks_title {
        text-align: center;
    }

    .credit > img {
        display: block;
        width: 100%;
    }

    .credit_form_wrap {
        margin-top: 0;
    }

    .credit_text {
        padding: 30px 15px;
        text-align: center;
    }

    .credit_comment {
        font-size: 4vw;
    }

    .credit_comment br {
        display: none;
    }

    .credit_form_wrap {
        padding: 15px;
        background: rgba(255, 255, 255, 0.20);
    }

    #credit_form {
        width: 100%;
    }

    #credit_form .form-group {
        width: 100%;
    }

    /*******************************************************************/
    .contacts {
        margin-top: 60px;
    }

    .contacts_wrap {
        margin-top: 30px;
    }

    .contacts_text_wrap {
        position: relative;
        background: #121314;
        padding: 10px 15px;
    }

    .contacts_logo_wrap {
        width: 100%;
    }

    .contacts_text {
        flex-direction: column;
        gap: 15px 0;
        padding: 15px 0;
    }

    .bot_addr {
        font-size: 4vw;
    }

    .bot_addr span {
        font-size: 3vw;
    }

    .bot_phone {
        font-size: 4vw;
    }

    .bot_phone span {
        font-size: 3vw;
    }

    .worktime {
        font-size: 4vw;
    }

    .worktime span {
        font-size: 3vw;
    }

    .contacts_text .btn {
        margin-top: 20px;
        background: #FFFFFF;
        color: #121314;
    }

    #map1 {
        margin-top: 0;
        height: 350px;
    }

    /*******************************************************************/
    .foot_wrap {
        flex-flow: wrap;
        gap: 10px 0;
        align-items: center;
    }

    .foot_links {
        width: 100%;
    }

    .foot_links > a {
        font-size: 3.5vw;
        text-align: center;
    }

    .yurinfo {
        font-size: 3.5vw;
        text-align: center;
        width: 100%;
    }

    .foot_dealer {
        font-size: 3vw;
        text-align: center;
        width: 100%;
    }

    .sinoby {
        font-size: 3vw;
        text-align: center;
        width: 100%;
    }

    .cookie_disc {
        font-size: 3vw;
        text-align: center;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {
    .car_wrap {
        background-size: 200% 85vw !important;
    }
}

@media (max-width: 360px) {
    div[id^=timer] {
        transform: scale(0.45) !important;
    }

    .car_wrap {
        background-size: 200% 90vw !important;
    }
}

@media (max-width: 320px) {

}