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

html {
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #1D1D1D;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    /*max-width: 1920px;*/
    background: #F4F4F4;
}

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

a {
    color: inherit;
    text-decoration: 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:hover {
    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: 1310px;
        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 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: 49px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border-radius: 100px;
    border: 1px solid #1D1D1D;
}

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

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    outline: none;
}

form .form-group button:hover {
}


.form_title {
    color: black;
    font-size: 36px; /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 47px;
}

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

.btn {
    box-sizing: border-box;
    background: #1D1D1D;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 49px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .3s;
    text-align: center;
    border-radius: 100px;
}

.btn:hover {
    background: #666;
}

.btn.grey {
    background: #666;
}

.btn.grey:hover {
    background: #949498;
}

.btn.glass {
    color: #1d1d1d;
    background: transparent;
    border: 1px solid #1D1D1D;
}

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

.anim {
    transition: all .5s ease-in-out;
    opacity: 0 !important;
}

.anim.animated {
    opacity: 1 !important;
}

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

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: #ffffff;
    padding: 20px 0;
    transition: all .3s;
}

header.scroll {
    padding: 10px 0;
}

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

.logo_wrap {
    display: flex;
}

.logo_wrap .logo2 {
    /* padding-left: 15px; */
    /* margin-left: 15px; */
    /* border-left: 1px solid #000000; */
}

.top_addr {
    padding-left: 30px;
    background: url("../img/ico_loc.png") 0 50% no-repeat;
}

.top_phone {
    display: block;
    padding-left: 30px;
    background: url("../img/ico_phone.png") 0 50% no-repeat;
    transition: all .3s;
}

.top_phone:hover {
    color: #666;
}

header .btn {
    width: 250px;
}

.menu {
    border-radius: 0px 0px 25px 25px;
    border-top: 1px solid #949498;
    background: #F4F4F4;
    position: fixed;
    top: 89px;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 25px 0;
    transition: all .3s;
}

.menu.scroll {
    padding: 10px 0;
    top: 69px;
}

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

.menu .container > div {
    display: flex;
    gap: 0 30px;
}

.menu a {
    transition: all .3s;
}

.menu a:hover {
    color: #666;
}

header .m_btn {
    display: none;
}


/**********************
        BANNER
**********************/

.banner {
    margin-top: 90px;
}

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

.title_container {
    position: absolute;
    top: 92px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 88%;
    text-align: center;
    background: #FFFFFFCC;
    border-radius: 30px;
    padding: 30px 0;
}

.title_container .title1 {
    font-size: 48px;
}

.title_container .title1 b {
    font-weight: 600;
}

.title_container .title1 span {
    font-size: 42px;
}

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

.title_container .title2 {
    margin-top: 15px;
    font-size: 26px;
}

.title_container .btn {
    margin: 25px auto 0;
    width: 250px;
}

.timer_block {
    display: flex;
    border-radius: 25px;
    background: #FFF;
    justify-content: space-between;
    align-items: center;
    padding: 35px 50px;
    margin-top: -30px;
}

.timer_title {
    font-size: 24px;
    margin-bottom: 20px;
}

.timer_text {
    width: 48%;
}

#timer_form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

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

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

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

.cars_items {
    margin-top: 120px;
}

.cars_items_title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 60px;
}

.car_item {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 120px;
}

.car_wrap {
    width: 87%;
    border-radius: 25px;
    padding: 40px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#l6 .car_wrap {
    background: url("../img/cars/l6/l6_bg.jpg") 100% 0 no-repeat #fff;
}

#l7 .car_wrap {
    background: url("../img/cars/l7/l7_bg.jpg") 100% 0 no-repeat #fff;
}

#l9 .car_wrap {
    background: url("../img/cars/l9/l9_bg.jpg") 100% 0 no-repeat #fff;
}

#m5 .car_wrap {
    background: url("../img/cars/l6/l6_bg.jpg") 100% 0 no-repeat #fff;
}

#m7 .car_wrap {
    background: url("../img/cars/l7/l7_bg.jpg") 100% 0 no-repeat #fff;
}

#m9 .car_wrap {
    background: url("../img/cars/l6/l6_bg.jpg") 100% 0 no-repeat #fff;
}

.car_text {
    width: 36%;
}

.car_name {
    font-size: 40px;
    margin-bottom: 40px;
}

.car_name b {
    font-weight: 900;
}

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

.car_props > a {
    display: block;
    padding-left: 35px;
    font-size: 20px;
    position: relative;
    transition: all .3s;
    white-space: nowrap;
}

.car_props > a:hover {
    color: #666;
}

.car_props > a:before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    width: 25px;
    height: 25px;
    background: url("../img/car_ico1.png") 50% no-repeat #1D1D1D;
    border-radius: 50%;
    transition: all .3s;
}

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

.car_props > a.ico2:before {
    background: url("../img/car_ico2.png") 50% no-repeat #1D1D1D;
}

.car_props > a.ico3:before {
    background: url("../img/car_ico3.png") 50% no-repeat #1D1D1D;
}

.car_props > a.ico4:before {
    background: url("../img/car_ico4.png") 50% no-repeat #1D1D1D;
}

.car_props > a.ico5:before {
    background: url("../img/car_ico5.png") 50% no-repeat #1D1D1D;
}

.car_props > a.ico6:before {
    background: url("../img/car_ico6.png") 50% no-repeat #1D1D1D;
}

.car_props > a.ico7:before {
    background: url("../img/car_ico7.svg") 50% no-repeat #1D1D1D;
}

.car_props > a.ico8:before {
    background: url("../img/car_ico8.svg") 50% no-repeat #1D1D1D;
}

.car_props > a.ico9:before {
    background: url("../img/car_ico9.svg") 50% no-repeat #1D1D1D;
}

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


.car_profit {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin-bottom: 72px;
}

.car_profit > a {
    display: block;
    padding-left: 35px;
    font-size: 20px;
    position: relative;
    transition: all .3s;
}

.car_profit > a:hover {
    color: #666;
}

.car_profit > a:before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    width: 25px;
    height: 25px;
    background: url("../img/car_ico1.png") 50% no-repeat #1D1D1D;
    border-radius: 50%;
    transition: all .3s;
}

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

.car_profit > a.ico1:before {
    background: url("../img/car_profit_ico1.svg") 50% no-repeat #1D1D1D;
}
.car_profit > a.ico1 b {
    font-size: 32px;
}

.car_profit > a.ico2:before {
    background: url("../img/car_profit_ico2.svg") 50% no-repeat #1D1D1D;
}

.car_image {
    width: 63%;
    margin-top: 26px;
}

.car_main_techs {
    display: flex;
    justify-content: center;
    gap: 0 40px;
    margin-top: 15px;
}

.car_main_techs > div {
    text-align: center;
}

.car_main_techs > div span {
    display: block;
}

.car_main_techs > div span b {
    font-size: 42px;
    font-family: 'RobotoFlex';
    font-weight: 800;
}

.car_gallery {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    width: 11.3%;
}

.car_gallery > a {
    display: block;
    overflow: hidden;
    border-radius: 15px;
    width: 100%;
    height: 115px;
}

.car_gallery > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.car_gallery > a:hover img {
    transform: scale(1.1);
}

.car_btns {
    width: 100%;
    margin-top: 40px;
    display: flex;
    gap: 0 20px;
}

.car_btns .btn {
    width: 100%;
}

.car_techs {
    margin-top: 20px;
    display: flex;
    padding: 40px;
    justify-content: space-between;
    align-items: center;
    border-radius: 25px;
    background: #FFF;
    width: 100%;
}

.car_techs > div {
    text-align: center;
    padding-right: 50px;
    position: relative;
}

.car_techs > div:before {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: #1D1D1D;
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
}

.car_techs > div:last-child {
    padding-right: 0;
}

.car_techs > div:last-child:before {
    display: none;
}

.car_techs > div span {
    display: block;
}

.car_techs > div span b {
    font-size: 42px;
    font-family: 'RobotoFlex';
    font-weight: 800;
}

/**********************
        TRADEIN
**********************/

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

.tradein_wrap {
    width: 49.2%;
    border-radius: 25px;
    background: #FFF;
    padding: 40px;
}

.tradein_title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
}

.tradein_comment {
    font-size: 20px;
    margin-bottom: 30px;
}

.tradein_imgs {
    width: 49.2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tradein_imgs .column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px 0;
    width: 31.3%;
}

.tradein_imgs .img1,
.tradein_imgs .img2,
.tradein_imgs .img3 {
    border-radius: 16px;
    overflow: hidden;
}


.tradein_imgs .img3 {
    position: relative;
    width: 65.6%;
}

.tradein_imgs .img3:before {
    content: '';
    display: block;
    width: 91px;
    height: 91px;
    background: url("../img/tradein_ico.png") 50% no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

/**********************
       CREDIT
**********************/

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

.credit_wrap {
    width: 49.2%;
    border-radius: 25px;
    background: #FFF;
    padding: 40px;
}

.credit_title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
}

.credit_comment {
    font-size: 20px;
    margin-bottom: 30px;
}

.credit_imgs {
    width: 49.2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.credit_imgs .column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px 0;
    width: 31.3%;
}

.credit_imgs .img1,
.credit_imgs .img2,
.credit_imgs .img3 {
    border-radius: 16px;
    overflow: hidden;
}


.credit_imgs .img3 {
    position: relative;
    width: 65.6%;
}

.credit_imgs .img3:before {
    content: '';
    display: block;
    width: 91px;
    height: 91px;
    background: url("../img/credit_ico.png") 50% no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}

/**********************
      ADVANTAGES
**********************/

.advantages {
    margin-top: 120px;
}

.ags_title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 60px;
}

.ags_wrap {
    border-radius: 25px;
    background: #FFF;
    padding: 40px;
}

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

.ags_row > div {
    text-align: center;
}

.ags_row > div span {
    display: block;
}

.ags_row > div span b {
    font-weight: 800;
    font-size: 42px;
    font-family: 'RobotoFlex';
}

.ags_img {
    margin: 45px 0;
}

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

.contacts {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
}

.cont_wrap {
    width: 38.7%;
    border-radius: 25px;
    background: #FFF;
    padding: 40px;
}

.cont_title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 55px;
}

.bot_addr {
    padding-left: 30px;
    background: url("../img/ico_loc_bot.png") 0 50% no-repeat;
    margin-bottom: 20px;
}

.bot_phone {
    display: block;
    padding-left: 30px;
    background: url("../img/ico_phone_bot.png") 0 50% no-repeat;
    margin-bottom: 20px;
    transition: all .3s;
}

.bot_phone:hover {
    color: #666666;
}

.worktime {
    padding-left: 30px;
    background: url("../img/ico_time.png") 0 50% no-repeat;
}

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

#map1 {
    width: 59.8%;
    height: 397px;
    background: url("../img/map.jpg") 50% no-repeat;
    overflow: hidden;
    border-radius: 25px;
}


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

footer {
    margin-top: 120px;
}

.foot_head {
    border-radius: 25px 25px 0px 0px;
    background: #1D1D1D;
    padding: 40px 0;
}

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

.foot_bot {
    border-top: 1px solid #FFF;
    background: #666;
    padding: 40px 0;
    color: #ffffff;
}

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

.foot_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px 0;
}

footer .disclamer {
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    display: none;
    padding: 0 0 40px;
    background: #666;
}


#cookies_popup {
    position: fixed;
    bottom: 12px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    color: #000;
    padding: 20px;
    border-radius: 20px;
    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);
}
#cookies_popup .text {}
#cookies_popup .text p {margin: 0px;}
#cookies_popup .btn {
    padding-inline: 20px;
    flex-shrink: 0;
    margin-left: 15px;
}

#cookies_popup a {
    text-decoration: underline;
    color: #000;
}
.cookie__more {
    display: none;
}

#cookies_popup {
    position: fixed;
    bottom: 12px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    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);
}
#cookies_popup .text {}
#cookies_popup .text p {margin: 0px;}
#cookies_popup .btn {
    padding-inline: 20px;
    flex-shrink: 0;
    margin-left: 15px;
}

#cookies_popup a {
    text-decoration: underline;
    color: #000;
}

.cookie__more {
    display: none;
  }

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

@media (max-width: 1380px) {
    .title_container .title1 {
        font-size: 26px;
    }
    .title_container .title1 span {
        font-size: 24px;
    }
}

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

    .top_addr {
        display: none;
    }

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

    .banner picture img {
        height: 620px;
    }

    .title_container {
        top: 85px;
    }

    .timer_block {
        padding: 30px;
    }

    .timer_title {
        font-size: 20px;
    }

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

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

    div[id^=timer] {
        transform: scale(0.7) !important;
        width: 650px;
    }

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

    .car_text {
        width: 40%;
    }

    .car_props > a {
        font-size: 15px;
    }

    .car_image {
        width: 59%;
        margin-top: 100px;
    }

    .car_main_techs {
        gap: 0 20px;
    }

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

    .car_main_techs > div span b {
        font-size: 30px;
    }

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

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

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

    .tradein {
        align-items: center;
    }

    .tradein_comment br {
        display: none;
    }

    .tradein_wrap {
        padding: 30px;
    }

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

    .credit {
        align-items: center;
    }

    .credit_comment br {
        display: none;
    }

    .credit_wrap {
        padding: 30px;
    }

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

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

    .ags_row > div span b {
        font-size: 30px;
    }

    /*******************************************************************/
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .logo_wrap {
        width: 40%;
    }

    header .btn {
        width: 200px;
    }

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

    .banner picture img {
        height: 460px;
    }

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

    .title_container .title1 span {
        font-size: inherit;
    }

    .title_container .title2 {
        font-size: 20px;
        margin-top: 5px;
    }

    .title_container .btn {
        display: none;
    }

    .timer_block {
        margin-top: 18px;
        flex-direction: column;
        gap: 20px 0;
    }
    
    .timer_title {
        text-align: center;
    }

    .timer_text {
        width: 100%;
    }

    .timer {
        width: 100%;
    }

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

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

    .cars_items {
        margin-top: 60px;
    }

    .cars_items_title {
        font-size: 5vw;
    }

    .car_item {
        flex-direction: column;
        margin-bottom: 60px;
    }

    .car_wrap {
        width: 100%;
        padding: 80px 30px 30px;
        flex-direction: column;
        position: relative;
        background-size: 70% !important;
    }

    .car_image {
        order: 1;
        width: 100%;
        margin-top: 0;
    }

    .car_text {
        order: 2;
        width: 100%;
    }

    .car_props {
        margin-top: 30px;
    }

    .car_props > a br {
        display: none;
    }

    .car_name {
        position: absolute;
        top: 30px;
        left: 30px;
    }

    .car_btns {
        order: 3;
        gap: 0 10px;
    }

    .car_gallery {
        width: 100%;
        margin-top: 20px;
        flex-direction: row;
        justify-content: space-between;
    }

    .car_gallery > a {
        width: 24%;
    }

    .car_techs {
        padding: 30px;
    }

    .car_techs > div {
        font-size: 10px;
        padding-right: 22px;
    }

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

    .car_techs > div:before {
        height: 40px;
        top: calc(50% - 20px);
    }

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

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

    .tradein_wrap {
        width: 100%;
    }

    .tradein_imgs {
        width: 100%;
    }

    .tradein_imgs img {
        width: 100%;
        height: 100%;
    }

    .tradein_imgs .img1, .tradein_imgs .img2, .tradein_imgs .img3 {
        border-radius: 30px;
    }

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

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

    .credit_wrap {
        width: 100%;
    }

    .credit_imgs {
        width: 100%;
    }

    .credit_imgs img {
        width: 100%;
        height: 100%;
    }

    .credit_imgs .img1, .credit_imgs .img2, .credit_imgs .img3 {
        border-radius: 30px;
    }

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

    .advantages {
        margin-top: 60px;
    }

    .ags_title {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .ags_wrap {
        padding: 30px;
    }

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

    .ags_row > div span b {
        font-size: 24px;
    }

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

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

    .cont_wrap {
        width: 100%;
    }

    .cont_title {
        margin-bottom: 30px;
    }

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

    #map1 {
        width: 100%;
    }

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

    footer {
        margin-top: 60px;
    }

    .anim {
        opacity: 1 !important;
    }
}

/*IPAD END*/

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

    .car_profit {
        margin-top: 30px;
        margin-bottom: 28px;
    }

    .cookie__more {
        display: block;
        margin: 0 auto;
        font-size: 14px;
        color: #000;
        font-weight: 500;
        line-height: 25px;
        background-color: transparent;
        border: none;
        padding: 10px;
        text-decoration: underline;
      }

    .cookie__textMore {
        display: none;
    }
    #cookies_popup {
        flex-direction: column;
    }
        #cookies_popup .text {}
        #cookies_popup .text p {}
        #cookies_popup .btn {
        margin-left: 0px;
        margin-top: 15px;
        width: 100%;
    }

    .anim {
        opacity: 1 !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: #1D1D1D;
        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: -120%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 20px 0;
    }

    .menu.active {
        right: 0;
    }

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

    .menu .container .menu_cars {
        gap: 10px;
        margin-top: 58px;
        flex-wrap: wrap;
        justify-content: center;
    }

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

    header {
        padding: 10px 0;
    }

    .logo_wrap {
        flex-direction: column;
        align-items: center;
        width: 27%;
        gap: 10px 0;
    }

    .logo_wrap .logo2 {
        margin-left: 0;
        padding-left: 0;
        border: none;
    }

    header .container {
        justify-content: flex-start;
        gap: 0 30px;
    }

    .top_addr {
        display: none;
    }

    .top_phone {
        align-self: center;
        font-size: 4vw;
    }

    header .btn {
        display: none;
    }

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

    .banner {
        margin-top: 72px;
        padding-top: 4vw;
    }

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

    .title_container {
        position: relative;
        width: 100%;
        top: 0px;
        left: 0;
        padding: 0;
        color: #000000;
        margin-bottom: 10px;
        transform: none;
        background: none;
    }

    .title_container .title1 {
        font-size: 6vw;
    }

    .title_container .title1 span {
        font-size: 4vw;
        display: block;
        margin-top: 10px;
    }

    .title_container .title1 > b {
        display: block;
    }

    .title_container .title1 br {
        display: none;
    }

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

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

    .title_container .btn {
        display: none;
    }

    .timer_block {
        margin-top: 18px;
        flex-direction: column;
        padding: 15px;
        gap: 20px 0;
    }

    .timer_title {
        text-align: center;
        font-size: 4vw;
    }

    .timer_text {
        width: 100%;
    }

    div[id^=timer] {
        transform: scale(0.6) !important;
        width: 650px;
    }

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

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

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

    .cars_items {
        margin-top: 60px;
    }

    .cars_items_title {
        font-size: 8vw;
        text-align: center;
        margin-bottom: 30px;
    }

    .car_item {
        flex-direction: column;
        margin-bottom: 60px;
    }

    .car_wrap {
        width: 100%;
        padding: 60px 15px 15px;
        flex-direction: column;
        position: relative;
        background-size: 60% !important;
    }

    .car_image {
        order: 1;
        width: 100%;
        margin-top: 0;
    }

    .car_main_techs {
        gap: 0;
        justify-content: space-between;
        margin-top: 5px;
    }

    .car_main_techs > div {
        font-size: 2.5vw;
    }

    .car_main_techs > div span b {
        font-size: 7vw;
    }

    .car_text {
        order: 2;
        width: 100%;
    }

    .car_props {
        margin-top: 30px;
    }

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

    .car_props > a br {
        display: none;
    }

    .car_name {
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 7vw;
    }

    .car_btns {
        margin-top: 15px;
        order: 3;
        gap: 10px 0;
        flex-direction: column;
    }

    .car_btns .btn {
        width: 100%;
    }

    .car_gallery {
        width: 100%;
        margin-top: 20px;
        flex-direction: row;
        justify-content: space-between;
    }

    .car_gallery > a {
        width: 24%;
    }

    .car_gallery > a {
        height: 70px;
    }

    .car_techs {
        padding: 15px;
        flex-flow: wrap;
        gap: 10px 0;
    }

    .car_techs > div {
        width: 49%;
        font-size: 3vw;
        padding-right: 0;
    }

    .car_techs > div:before {
        display: none;
    }

    .car_techs > div:last-child {
        width: 100%;
        display: none;
    }

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

    .car_techs > div:before {
        height: 40px;
        top: calc(50% - 20px);
    }

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

    .tradein {
        flex-direction: column;
        gap: 20px 0;
    }

    .tradein_wrap {
        width: 100%;
        padding: 15px;
        text-align: center;
    }

    .tradein_title {
        font-size: 8vw;
        margin-bottom: 10px;
    }

    .tradein_comment {
        font-size: 5vw;
        margin-bottom: 10px;
    }

    .tradein_comment br {
        display: none;
    }

    .tradein_imgs {
        width: 100%;
    }

    .tradein_imgs .column {
        display: none;
    }

    .tradein_imgs img {
        width: 100%;
        height: 100%;
    }

    .tradein_imgs .img3 {
        width: 100%;
        border-radius: 30px;
    }

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

    .credit {
        flex-direction: column-reverse;
        gap: 20px 0;
    }

    .credit_wrap {
        width: 100%;
        padding: 15px;
        text-align: center;
    }

    .credit_title {
        font-size: 8vw;
        margin-bottom: 10px;
    }

    .credit_comment {
        font-size: 5vw;
        margin-bottom: 10px;
    }

    .credit_comment br {
        display: none;
    }

    .credit_imgs {
        width: 100%;
    }

    .credit_imgs .column {
        display: none;
    }

    .credit_imgs img {
        width: 100%;
        height: 100%;
    }

    .credit_imgs .img3 {
        width: 100%;
        border-radius: 30px;
    }

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

    .advantages {
        margin-top: 60px;
    }

    .ags_title {
        font-size: 8vw;
        text-align: center;
        margin-bottom: 30px;
    }

    .ags_wrap {
        padding: 15px;
    }

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

    .ags_row > div {
        font-size: 4vw;
        width: 100%;
    }

    .ags_row > div br {
        display: none;
    }

    .ags_row > div span b {
        font-size: 7vw;
    }

    .ags_img {
        margin: 20px 0;
    }

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

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

    .cont_wrap {
        width: 100%;
        padding: 15px;
    }

    .cont_title {
        margin-bottom: 30px;
        font-size: 8vw;
        text-align: center;
    }

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

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

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

    footer {
        margin-top: 60px;
    }

    .foot_head {
        padding: 20px 0;
    }

    .foot_head .container {
        align-items: center;
    }

    .foot_head .container > div {
        width: 40%;
    }

    .foot_bot {
        padding: 20px 0;
    }

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

    .yurinfo {
        font-size: 3.5vw;
    }

    .foot_wrap {
        align-items: center;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {
    .title_container .title1 br {
        display: none;

    }

}

@media (max-width: 360px) {
    div[id^=timer] {
        transform: scale(0.5) !important;
    }
}

@media (max-width: 320px) {

}