html {
    overflow-x: hidden;
}

body {
    font-family: 'SF Pro Display';
    font-size: 16px;
    color: black;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: url(../img/bg1.jpg) 50% 135px no-repeat white;
}

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


.resp_table {
    width: 100%;
}

.resp_table tr td:before {
    display: none;
}

.resp_table img {
    max-width: 100%;
    display: block;
}


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 {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.png) 95% 50% no-repeat;
    outline: none;
    font-family: 'SF Pro Display';
}

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: 1220px;
        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;
}

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    height: 45px;
    width: 100%;
    color: #000000;
    font-size: 18px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'SF Pro Display';
    padding: 0;
    outline: none;
    background: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #252b33;
}

.popup_container .form-group select {
    color: #1d1f20;
    height: 50px;
    border: 1px solid white;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    font-family: 'SF Pro Display';
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #c0c6c9;
}

.popup_container .form-group select option {
}

.popup_container .form-group button {
    cursor: pointer;
    height: 38px;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
}

.popup_container .form-group button:before {
    display: none;
}

.popup_container .form-group button:after {
    display: none;
}


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

.popup_container .form-disclamer {
    color: #b8b8b8;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
}


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: 18px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'SF Pro Display';
    padding: 0;
    outline: none;
    background: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #252b33;
}

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: 'SF Pro Display';
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'SF Pro Display';
    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: #005693;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 380px;
    max-width: 100%;
    height: 70px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .3s;
    text-align: center;
}

.btn:hover {
    background: #0074c6;
}

.btn.dark {
    background: #252b33;
}

.btn.dark:hover {
    background: #005693;
}

.btn.glass {
    background: transparent;
    border: 1px solid #005693;
    color: #000000;
}

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

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

header {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

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

.logo1 {
    align-self: flex-start;
    width: 196px;
}

header .m_btn {
    display: none;
}

.dealer {
    color: #838589;
    font-size: 18px;
}

.dealer span {
    display: block;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-size: 29px;
    margin-bottom: -3px;
}

.top_addr {
    line-height: 140%;
}

.top_phone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 278px;
    height: 90px;
    color: #ffffff;
    font-weight: 700;
    background: #005693;
    text-decoration: none;
    font-size: 20px;
}

.menu {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 4;
}

.menu .container {
    height: 49px;
}

.menu .container:before {
    content: '';
    background: #f0f0f0;
    width: 150%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 0;
}

.menu_cars {
    display: none;
}

.menu_blocks {
    width: 80.2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    height: 100%;
}

.menu a {
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s;
    position: relative;
}

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

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

.br_mob {
 display: none;
}
.banner_slider {
    position: relative;
    width: 100%;
    margin-top: 139px;
}
.banner_slider .slider_item {
    height: 800px;
}
.banner_slider .slider_item.slide1 {
    height: auto;
}

.banner_slider .slide2 {
    background: url("../img/slide2.jpg") 50% 0 no-repeat;
}

.banner_slider .slide3 {
    overflow: hidden;
    background: url("../img/slide3.jpg") 50% 0 no-repeat;
}


.banner_slider .slick-prev {
    width: 23px;
    height: 43px;
    z-index: 1;
    left: 30px;
    background: url("../img/bn_prev.png") 50% no-repeat !important;
}

.banner_slider .slick-next {
    width: 23px;
    height: 43px;
    z-index: 1;
    right: 30px;
    background: url("../img/bn_next.png") 50% no-repeat !important;
}

.banner_slider .slick-prev:before,
.banner_slider .slick-next:before {
    display: none !important;
}

.slide1 .title_container {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    min-height: 285px;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.767);
}



.banner_slider .slide4 {
    position: relative;
    background: url(../img/bg4.jpg) 50% 0 no-repeat;
    height: 780px;
}
.banner_slider .slide4:before {
    content: '';
    background: url(../img/bg4_before.png) no-repeat;
    background-size: contain;
    width: 1500px;
    height: 30vw;
    position: absolute;
    top: 270px;
    left: 50%;
    margin-left: -750px;
    right: 0;
    z-index: 2;
}
.banner_slider .slide4:after {
    content: '';
    background: url(../img/bg4_after.png) no-repeat;
    background-size: contain;
    width: 1280px;
    height: 40vw;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -640px;
    right: 0;
}
.banner_slider .slide4 .title_container {
    padding: 0;
    margin: 0;
    position: relative;
    /* z-index: 2; */
}
.banner_slider .slide4 .title_wrap {
    text-align: center;
    color: #fff;
    width: 100%;
    background: #000000d9;
    padding: 35px;
}
.banner_slider .slide4 .br_mob {
    display: none;
}
.banner_slider .slide4 .title1 {
    font-size: 33px;
    font-weight: 400;
    margin-bottom: 5px;
}
.banner_slider .slide4 .title1 span {
    font-weight: 700;
    color: #FFBC59;
}
.banner_slider .slide4 .title1 b {
    font-weight: 700;
}
.banner_slider .slide4 .title2 {
    font-size: 31px;
}
.banner_slider .slide4 .title2 b {
    color: #FFBC59;
}
.banner_slider .slide4 .title3 {
    font-size: 24px;
}

.banner_props {
    margin-top: 517px;
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
    position: relative;
    z-index: 2;
}
.banner_props a {
    position: relative;
    min-height: 60px;
    padding-left: 66px;
    width: 33%;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    background: #005693;
    transition: all 0.2s linear;
}
.banner_props a:hover {
    background: #252b33;
}
.banner_props a:before {
    content: '';
    position: absolute;
    left: 12px;
    width: 40px;
    height: 40px;
}
.banner_props .ico1:before {
    background: url(../img/banner_props_ico1.svg) no-repeat;
}
.banner_props .ico2:before {
    background: url(../img/banner_props_ico2.svg) no-repeat;
}
.banner_props .ico3:before {
    background: url(../img/banner_props_ico3.svg) no-repeat;
}

.run_now {
    display: flex;
    align-items: center;
    background: #252B33;
    overflow: hidden;
    position: relative;
    height: 70px;
}
.run_now_text {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: runstring 12s infinite linear;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
  
.run_now_text div {
    position: relative;
    padding-left: 80px;
    padding-right: 40px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}
.run_now_text div span {
    color: #FFBC59;
}
.run_now_text div:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url(../img/run_now_ico.svg) no-repeat;
}
@keyframes runstring {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}

.title_container {
    margin-top: 42px;
    display: flex;
    justify-content: center;
    /*min-height: 285px;*/
    color: #fff;
    background: #00000070;
    padding: 35px;
}


.title1 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.title1 b {
    text-transform: uppercase;
    font-size: 29px;
}

.title1 span {
    font-weight: 700;
    color: #FFBC59;
}

.title2 {
    font-size: 30px;
}

.title2 span {
    font-weight: 700;
    /* color: #005693; */
}

.title2 span b {
    font-size: 36px;
}

/* .title_slide2 {
    display: none;
} */

.title3 {
    font-size: 36px;
}

.title3 b {
    text-transform: uppercase;
}

.title_container .btn {
    margin-top: 20px;
}

.timer_wrap {
    width: 36.4%;
    font-size: 26px;
    margin-top: 0;
}

.timer_title {
    font-size: 26px;
    margin-bottom: 10px;
}

div[id^=timer] {
    margin: 0 !important;
}

/**********************
        OFFERS
**********************/

.offers {
    margin-top: 490px;
    display: flex;
    justify-content: space-between;
}

.offer_item {
    box-sizing: border-box;
    width: 380px;
    display: block;
    padding: 18px 20px;
    background: #f4f4f4;
    font-size: 24px;
    color: #000000;
    text-decoration: none;
    position: relative;
    transition: all .3s;
}

.offer_item > span {
    position: relative;
    z-index: 1;
}

.offer_item b span {
    font-size: 30px;
    color: #005693;
    transition: all .3s;
}

.offer_item:hover {
    color: #ffffff;
}

.offer_item:hover b span {
    color: #ffffff;
}

.offer_item:before {
    content: url("../img/ico_gift.png");
    font-family: 'Montserrat';
    position: absolute;
    font-weight: 900;
    font-size: 108px;
    color: #252b33;
    line-height: 70%;
    top: 10px;
    right: 50px;
    transition: all .3s;
    z-index: 1;
}

.offer_item:last-child:before {
    content: '%';
    opacity: 0.05;
    top: 15px;
}

.offer_item:after {
    content: url("../img/arrow_r.png");
    box-sizing: border-box;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background: #252b33;
    padding-right: 8px;
    transition: all .3s;
    z-index: 0;
}

.offer_item:hover:after {
    width: 100%;
}

.offer_item:hover:before {
    color: #ffffff;
}

/**********************
        OFFERS2
**********************/

   .offers2 {
    padding: 12px 0 18px;
    background: #F4F4F4;
  }
  .offers2_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .offers2_title {
    position: relative;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 10px;
    font-size: 28px;
    font-weight: 400;
  }
  .offers2_title:before {
    content: '';
    position: absolute;
    left: 0;
    width: 3px;
    height: 87px;
    background: #005693;
  }
  .offers2_title b {
    font-size: 30px;
    color: #005693;
  }
  .offers2_title.offers2_title_left {
    padding-left: 16px;
  }
  .offers2_title.offers2_title_right {
    padding-right: 16px;
    text-align: right;
  }
  .offers2_title.offers2_title_right:before {
    left: auto;
    right: 0;
  }


/**********************
         CARS
**********************/
.cars_wrap {
    margin-top: 70px;
}
.cars_menu {
    /*margin-top: 70px;*/
    display: flex;
    justify-content: space-between;
}

.cars_menu .slick-prev,
.car_slider .slick-prev  {
    width: 40px !important;
    height: 40px !important;
    background: url("../img/prev.png") !important;
    left: -80px !important;
}

.cars_menu .slick-next,
.car_slider .slick-next {
    width: 40px !important;
    height: 40px !important;
    background: url("../img/next.png") !important;
    right: -80px !important;
}

.car_slider .slick-prev:before, 
.car_slider .slick-next:before {display: none!important;}

.cars_menu .slick-prev:before,
.cars_menu .slick-next:before {
    display: none !important;
}

.cars_menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.cars_menu a .menu_img {
    display: flex;
    align-items: flex-end;
    min-height: 84px;
    margin-bottom: 20px;
    opacity: 0.5;
    transition: all .3s;
}

.cars_menu a .menu_text {
    display: block;
    text-align: center;
    color: #000000;
    font-size: 20px;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: all .3s;
}

.cars_menu a:hover .menu_img {
    opacity: 1;
}

.cars_menu a:hover .menu_text {
    border-color: #000000;
}


.cars_items {
    margin-top: 70px;
}

.car_item {
    margin-bottom: 90px;
    position: relative;
}

.car_item_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.car_item_wrap .car_new {
    position: absolute;
    top: 0;
    right: 50%;
}

.car_image {
    width: 49.2%;
}

.car_image img {
    width: 100%;
}

.car_text {
    width: 47%;
    position: relative;
}

.car_title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.car_cred {
    width: 206px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    text-decoration: none;
    font-size: 20px;
    color: #000000;
    position: absolute;
    top: 0;
    right: 0;
}

.car_cred b {
    color: #005693;
    font-size: 30px;
}

.car_props,
.car_props2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.car_props a {
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    line-height: 140%;
    padding-left: 63px;
    padding-top: 8px;
    padding-bottom: 8px;
    /* width: 40%; */
}

.car_props a.ico1 {
    background: url("../img/car_ico1.png") 0 50% no-repeat;
}
.car_props a.ico8 {
    background: url(../img/car_ico8.svg) 0 50% no-repeat;
}
.car_props a.ico2 {
    background: url("../img/car_ico2.png") 0 50% no-repeat;
}

.car_props a.ico3 {
    background: url("../img/car_ico3.png") 0 50% no-repeat;
}

.car_props a.ico6 {
    background: url("../img/car_ico6.png") 0 50% no-repeat;
}

.car_props a.ico9 {
    background: url("../img/car_ico9.png") 0 50% no-repeat;
}

.car_props a.ico1:hover {
    background: url("../img/car_ico1_hover.png") 0 50% no-repeat;
}

.car_props a.ico2:hover {
    background: url("../img/car_ico2_hover.png") 0 50% no-repeat;
}

.car_props a.ico3:hover {
    background: url("../img/car_ico3_hover.png") 0 50% no-repeat;
}


.car_props a span {
    font-size: 24px;
    color: #005693;
    font-weight: 700;

}

.car_props a:hover span {
    color: #252b33;
}

.car_btns {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid rgba(37, 43, 51, 0.2);
}

.car_props2 a {
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    padding-left: 63px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    width: 60%;
}

.car_props2 a .gos {
    font-size: 24px;
    color: #005693;
    font-weight: 700;
}

.car_props2 a:hover span {
    color: #252b33;
}

.car_props3 a {
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    padding-left: 63px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    width: 100%;
}

.car_props2 a b {
    font-size: 24px;
    color: #005693;

}

.car_props2 a:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    background: #005693;
    width: 47px;
    height: 47px;
}

.car_props2 a.ico1:before {
    background: url("../img/car_ico4.png") 50% no-repeat #005693;
}

.car_props2 a.ico2:before {
    background: url("../img/car_ico5.png") 50% no-repeat #005693;
}

.car_props2 a.ico6:before {
    background: url("../img/car_ico6.png") 50% no-repeat;
}

.car_props2 a.ico7:before {
    background: url("../img/car_ico7.png") 50% no-repeat #005693;
}

.car_props2 a.ico8:before {
    background: url("../img/car_ico8.png") 50% no-repeat #005693;
}

.car_props2 a:hover:before {
    background-color: #252b33;
}

.car_props2 a.ico6:hover:before {
    background-color: unset;
}

#sobol_nn .car_props{flex-direction: column; align-items: flex-start;}
#sadko .car_props2{flex-direction: column; align-items: flex-start; gap: 20px;}

.car_btns .btn {
    width: 48%;
    margin-bottom: 20px;
    font-weight: 400;
}

.car_btns .btn:last-child {
    width: 100%;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.car_choose {
    border-top: 1px solid rgba(37, 43, 51, 0.2);
    padding-top: 30px;
    display: flex;
    align-items: flex-end;
}

.choose_item {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    min-height: 160px;
}

.choose_item > img {
    opacity: 0.5;
}

.choose_item.active > img {
    opacity: 1;
}

.choose_item span {
    display: inline-block;
    margin-top: 15px;
    font-size: 20px;
}

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

#instock {
    background: #303030;
    padding: 90px 0;
}

.compl_title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.tb_complects_container {

}

#filter_table {
    margin-bottom: 15px;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 4px;
}

#filter_table .select_container {
    position: relative;
    width: 31.5%;
    display: inline-block;
}

/*#filter_table .select_container:after {
    content: '';
    background: url(../img/ico_select.png) 0px 0px no-repeat;
    width: 15px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
}*/

#filter_table select {
    font-family: 'SF Pro Display';
    height: 60px;
    padding-left: 20px;
    outline: none;
    background: white url("../img/ico_select.png") 95% 50% no-repeat;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: none;
    text-align: left;
}

#filter_table select[name="models"] {
}

#filter_table select[name="complects"] {
}

#filter_table select[name="engine"] {
}

#filter_table select option {
    color: black;
}

.tb_complects {
    width: 100%;
    color: black;
    border-collapse: collapse;
    margin: 0px auto;
}

.tb_complects.limit tr:nth-child(n+5) {
    display: none;
}

.tb_complects tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    background: #ffffff;
    margin-bottom: 20px;
}


.tb_complects tr:first-child {
    display: none;
    /* border: none; */
}

.tb_complects tr:first-child th:not(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4)) {
    display: none;
}

.tb_complects tr:first-child th {
    width: 22%;
    text-align: center;
    background: #ececec;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
}

.tb_complects tr th {
    text-align: left;
    font-size: 16px;
    /* text-transform: uppercase; */
}

.tb_complects tr td {
    font-size: 18px;
    vertical-align: middle;
    padding: 20px 0;
    position: relative;
}

.tb_complects tr:nth-child(2) td {
}

.tb_complects tr td:first-child {
    box-sizing: border-box;
    width: 24.6%;
    padding-left: 30px;
}

.tb_complects tr td:nth-child(2) {
    box-sizing: border-box;
    width: 24%;
}

.tb_complects tr td:nth-child(3) {
    width: 16%;
}


.tb_complects tr td .popup { /* padding: 0px; *//* color:white; *//* margin-left:auto; *//* width: 100%; *//* display:inline-block; *//* box-sizing:border-box; *//* font-size: 16px; *//* font-weight: 400; *//* margin: 0px; */
}

.tb_complects tr td .popup:first-child { /* background:#949494; *//* border-color:#949494; */
}

.tb_complects tr td .popup:first-child:hover { /* background:#858484; *//* border-color:#858484; */
}

.tb_complects_showmore {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    display: block;
    text-decoration: underline;
    margin-top: 20px;
}

.tb_complects tr td.btns {
    box-sizing: border-box;
    width: 49.6%;
    display: flex;
    padding-right: 30px;
}

.tb_complects tr td.btns .btn {
    font-weight: 400;
}

.tb_complects tr td.btns .btn:first-child {
    margin-right: 10px;
}



.tb_complects tr td .param1 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tb_complects tr td .param2 {
    font-size: 20px;
    font-weight: 400;
}

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

.tradein {
    padding: 145px 0;
    background: url("../img/tradein_bg.jpg") 50% 0 no-repeat;
}

.tradein > img {
    display: none;
}

.tradein_title {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.tradein_title span {
    text-transform: none;
}
.tradein_profit {
    font-size: 36px;
}

.tradein_profit span {
    font-weight: 700;
    font-size: 38px;
    color: #005693;
}

.tradein .btn {
    width: 585px;
    max-width: 100%;
    margin-top: 30px;
}

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

.credit {}

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

.credit .img_wrap > div {
    width: 49.2%;
}

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

.credit_block,
.lizing_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 48.7%;
    margin-top: 50px;
}

.credit_block > img,
.lizing_block > img {
    display: none;
}

.credit_title,
.lizing_title {
    font-size: 30px;
    display: flex;
    align-items: center;
}

.credit_title span,
.lizing_title span {
    font-size: 87px;
    color: #005693;
    font-weight: 700;
    display: flex;
    margin-right: 20px;
}

.credit_title span sup,
.lizing_title span sup {
    font-weight: 900;
    font-size: 50px;
}

.credit_title font b,
.lizing_title font b {
    text-transform: uppercase;
}


#credit_form,
#lizing_form {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#credit_form .form-group,
#lizing_form .form-group {
    width: 47%;
}

#credit_form .form-group.full_width,
#lizing_form .form-group.full_width {
    width: 100%;
}

#credit_form .btn,
#lizing_form .btn {
    margin-top: 15px;
}

/**********************
        SERVICE
**********************/

/* .service {
    margin-top: 70px;
    padding: 80px 0 100px;
    background: url("../img/service_bg.jpg") 50% 0 no-repeat;
} */

.service > img {
    width: 100%;
    margin-top: 20px;
}

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

.service_title b {
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.service_offer {
    display: flex;
    align-items: center;
    font-size: 30px;
}

.service_offer span {
    font-size: 87px;
    font-weight: 700;
    color: #005693;
    display: block;
    margin-right: 15px;
}

.service_offer span sup {
    font-weight: 900;
    font-size: 50px;
}

.service_offer font b {
    font-weight: 400;
    color: #005693;
}

.service .btn {
    width: 585px;
    max-width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

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

.contacts {
    margin-top: 160px;
}

.cont_list {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: -70px;
    position: relative;
    z-index: 1;
}

.cont_item {
    position: absolute;
    left: 0;
    top: -60px;
    width: 31%;
    background: url("../img/cont_item_bg.png") 100% 0 no-repeat #f9f9f9;
}

.cont_item_wrap {
    padding: 35px 15px 15px 30px;
}

.cont_item .item_name {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

.bot_phone {
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    text-decoration: none;
    margin-bottom: 20px;
}

.bot_addr {
    margin-bottom: 20px;
}

.cont_mail {
    text-decoration: none;
    color: #000000;
}

#map1 {
    width: 100%;
    height: 500px;
    background: url("../img/map.jpg") 50% 0 no-repeat;
}

footer {
    padding: 20px 0;
    background: #252b33;
}

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

.foot_dealer {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #838589;
}

.foot_dealer b {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 29px;
}

.foot_dealer span {
    display: block;
    padding-left: 9px;
    border-left: 1px solid #838589;
    margin-left: 10px;
}

.foot_wrap > a {
    font-size: 16px;
    color: #838589;
}

.foot_wrap .foot_politics > a {
   font-size: 16px;
   line-height: 180%;
   color: #838589;
}

footer .switch {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    font-weight: 900;
}

footer .disclamer {
    color: #fff;
    font-size: 12px;
    text-align: left;
    /*display: none;*/
}


.copyright {
    font-size: 12px;
    font-weight: 400;
}

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

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

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .offers2_title {
        font-size: 20px;
      }
    .offers2_title b {
        font-size: 24px;
    }

    .title3 {
        font-size: 30px;
    }

    .top_worktime {
        display: none;
    }

    .menu_blocks {
        width: 77.2%;
    }

    .title1 b {
        font-size: 24px;
    }

    .title2 {
        font-size: 20px;
        text-align: center;
    }

    .timer_wrap {
        width: 47%;
    }

    .offer_item {
        width: 32%;
    }

    .cars_menu a .menu_text {
        font-size: 16px;
    }

    .car_props a {
        font-size: 20px;
    }

    .car_props a span {
        font-size: 28px;
    }

    .tb_complects tr td.btns .btn {
        font-size: 16px;
    }

    .credit_title, .lizing_title {
        font-size: 24px;
    }

    .credit_title span, .lizing_title span {
        font-size: 65px;
    }

    .tradein .btn {
        width: 430px;
    }

    .cont_item .item_name {
        font-size: 20px;
    }

    .car_title {
        margin-bottom: 0;
    }

    .car_cred {
        position: relative;
        margin-bottom: 15px;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .offers2_img {
        max-width: 194px;
      }
    .offers2_title:before {
        height: 60px;
    }
    .offers2_title {
        row-gap: 4px;
    }

    .banner_slider .slick-slide {
        height: 660px;
    }

    .banner_slider .slide1,
    .banner_slider .slide2 {
        background-size: 130%;
    }

    .banner_slider .slick-prev,
    .banner_slider .slick-next {
        top: 24%;
    }

    .title_slide2 {
        /* min-height: 168px; */
    }


    body {
        background-size: 130%;
    }

    .top_addr {
        display: none;
    }

    .menu_blocks {
        width: 69.2%;
    }

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

    .title_container {
        flex-direction: column;
        margin-top: 34px;
        /* background: none; */
        /* padding: 0; */
    }

    .title_wrap {
        text-align: center;
    }

    /* .title1 {
        background: rgba(255, 255, 255, 0.7);
        padding-bottom: 15px;
        margin-bottom: 0;
    } */

    /* .title2 {
        background: rgba(255, 255, 255, 0.7);
    } */

    .title_container .btn {
        display: none;
    }

    .timer_wrap {
        width: 100%;
        text-align: center;
        margin-top: 336px;
    }

    .timer_title {
        background: rgba(255, 255, 255, 0.7);
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .timer {
        background: rgba(255, 255, 255, 0.7);
    }

    div[id^=timer] {
        margin: 0 auto !important;
    }

    .offers {
        margin-top: 50px;
        flex-direction: column;
    }

    .offer_item {
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .offer_item > span br {
        display: none;
    }

    .cars_menu a .menu_text {
        font-size: 12px;
    }

    .cars_menu {
        margin-top: 0;
    }

    .car_item {
        padding-top: 60px;
        position: relative;
    }

    .car_item_wrap {
        flex-direction: column;
    }

    .car_item_wrap .car_new {
        right: 0;
    }

    .car_image {
        width: 100%;
    }

    .car_text {
        width: 100%;
        position: unset;
    }

    .car_title {
        position: absolute;
        top: 0;
        left: 0;
    }

    .car_cred {
        position: absolute;
        top: 0;
        right: 0;
    }

    .choose_item span {
        font-size: 14px;
    }

    .tb_complects tr td.btns {
        padding-right: 10px;
        flex-direction: column;
        width: 35%;
    }

    .tb_complects tr td:first-child {
        width: 30%;
    }

    .tb_complects tr td:nth-child(2) {
        width: 30%;
    }

    .tb_complects tr td.btns .btn:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .tb_complects tr td .param1 {
        font-size: 16px;
    }

    .tb_complects tr td .param2 {
        font-size: 16px;
    }

    #filter_table select {
        font-size: 13px;
    }

    .tradein {
        padding: 0;
        background: none;
        margin-bottom: 30px;
    }

    .tradein > img {
        display: block;
        width: 100%;
    }
    
    .tradein_title {
        padding-top: 30px;
        text-align: center;
    }
    
    .tradein_profit {
        text-align: center;
    }

    .tradein .btn {
        width: 100%;
    }

    .credit .img_wrap {
        display: none;
    }

    .credit .container .wrap {
        flex-direction: column;
    }

    .credit_block > img, .lizing_block > img {
        display: block;
    }

    .credit_block, .lizing_block {
        width: 100%;
    }

    .credit_title, .lizing_title {
        margin-top: 30px;
    }

    .service {
        padding: 0;
        background: none;
    }

    .service > img {
        display: block;
        width: 100%;
    }

    .service_title {
        padding-top: 30px;
        text-align: center;
    }

    .service_offer {
        justify-content: center;
    }

    .service .btn {
        width: 100%;
    }

    .cont_list {
        flex-direction: column;
    }

    .cont_item {
        top: 0;
        width: 100%;
        margin-top: 30px;
    }

    .cont_item .btn {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .cont_item {
        top: 0;
        position: relative;
        margin-bottom: 116px;
    }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .br_mob {
        display: block;
       }
    .offers2 {
        margin-top: 20px;
        background: transparent;
    }
    .offers2_title.offers2_title_right {
        padding-top: 10px;
        width: auto;
        text-align: left;
        padding-left: 16px;
        order: 2;
    }
    .offers2_title.offers2_title_right:before {
        left: 0;
        right: auto;
    }
    .offers2_title:before {
        height: 45px;
        top: 50%;
        transform: translateY(-62%);
    }
    .offers2_img {
        margin-top: 16px;
        order: 3;
    }
    .offers2_content {
        flex-direction: column;
        align-items: start;
        row-gap: 0;
    }
    .offers2_title br {
        display: none;
    }
    .offers2_title {
        row-gap: 6px;
        font-size: 20px;
    }
    .offers2_title b {
        font-size: 22px;
    }
    .offers2_title:before {
        height: 54px;
    }

    .cont_item {
        margin-bottom: 0;
    }
    .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%;
    }

    .resp_table tr {
        display: block;
        padding-bottom: 0px;
    }

    .resp_table tr th {
        display: none;
    }

    .resp_table tr td {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 5px 15px;
    }

    .resp_table tr td:before {
        display: inline-block;
        width: 43%;
        margin-right: 2%;
        font-weight: 700;
        vertical-align: top;
        display: none;
    }

    .resp_table img {
        max-width: none;
        margin: 0px auto; /* width: 100%; */
        margin-left: -15px; /* width: calc(100% + 30px); */
        max-width: calc(100% - 125px);
        display: inline-block;
        padding-bottom: 10px;
    }

    .tb_complects_container {
        padding-bottom: 0px;
    }

    #instock {
        padding: 30px 0;
    }


    #filter_table {
        display: block;
        padding-top: 15px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    #filter_table .select_container {
        width: 100%;
        padding-bottom: 10px;
    }

    .tb_complects {
        padding-bottom: 30px;
    }

    .tb_complects tr {
        border: none;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    .tb_complects tr td:first-child {
        padding-top: 20px !important;
        text-align: center;
        width: 100%;
    }

    .tb_complects tr td:nth-child(2) {
        width: 100%;
    }

    .tb_complects tr td {
        padding: 0 15px !important;
    }

    .tb_complects tr td .model {
        padding-left: 0px;
    }

    .tb_complects tr td .popup {
        width: 100%;
        margin-bottom: 10px;
    }

    .tb_complects_showmore {

    }

    .tb_complects tr td.tdbutton1 {
        display: block;
        padding-right: 0px;
        width: 100%;
    }

    .tb_complects tr td.btns {
        display: block;
        width: 100%;
        padding: 0px;
        margin-top: 10px;
    }

    .tb_complects tr td.btns .btn {
        width: 100%;
    }

    .tb_complects tr td.btns .btn:first-child {
        margin-right: 0px;
    }

    .tb_complects tr td .param1 {
        /* position: absolute; */
        top: 0px;
        text-align: left;
        width: 100%;
    }

    .tb_complects tr td .param2,
    .tb_complects tr td .param3,
    .tb_complects tr td .param4 {
        /* display: inline-block; */
        width: 100%;
        text-align: left;
    }

    .tb_complects tr td .param3,
    .tb_complects tr td .param4 {
        padding-left: 0;
    }

    .tb_complects tr td .param5 {
        text-align: left;
        padding-bottom: 10px;
        padding-top: 5px;
    }

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

    header {}

    header .container {
        flex-flow: wrap;
    }

    .logo1 {
        width: 20%;
    }

    .top_addr {
        display: none;
    }

    .top_worktime {
        display: none;
    }

    .top_phone {
        margin-top: 8px;
        height: auto;
        width: 100%;
        padding: 10px 0;
    }

    .dealer {
        text-align: center;
        font-size: 16px;
    }

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

    header .m_btn {
        display: block;
        position: relative;
        width: 30px;
        height: 21px;
        z-index: 1;
    }

    header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #005693;;
        transition: all .3s linear;
    }

    header .m_btn span:nth-child(1) {
        top: 0;
    }

    header .m_btn span:nth-child(2) {
        top: calc(50% - 1px);
        opacity: 1;
    }

    header .m_btn span:nth-child(3) {
        bottom: 0;
    }

    header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-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: 40px 0 10px;
    }

    .menu .container {
        height: auto;
    }

    .menu .container:before {
        display: none;
    }

    .menu_blocks {
        width: 100%;
        flex-direction: column;
    }

    .menu_cars {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #000000;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .menu.active {
        right: 0;
    }

    .menu a {
        padding: 5px 0;
    }

    body {
        background-size: 130%;
    }

    .banner_slider .slick-slide {
        height: 110vw;
    }

    .banner_slider .slide1,
    .banner_slider .slide2 {
        background-size: 130%;
    }

    .banner_slider .slide2 {
        background-position: 65% 0;
    }

    .banner_slider .slick-prev,
    .banner_slider .slick-next {
        top: 13%;
    }

    .banner_slider .slick-prev {
        left: 10px;
    }

    .banner_slider .slick-next {
        right: 10px;
    }

    .title_container {
        flex-direction: column;
        margin-top: 20px;
        padding: 0;
        background: none;
    }

    .title1 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 46vw;
        background: #00000070;
    }

    .title1 b {
        font-size: inherit;
    }

    .title2 {
        font-size: 22px;
        text-align: center;
        background: rgba(255, 255, 255, 0.7);
        color: #000000;
    }

    .title2 br {
        /* display: none; */
    }

    .title2 span {
        white-space: nowrap;
    }

    .title2 span b {
        font-size: 30px;
    }

    .title3 {
        font-size: 22px;
        text-align: center;
        margin-top: 230px;
    }

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

    .timer_wrap {
        width: 100%;
        margin-top: 30px;
        background: rgba(255, 255, 255, 0.7);
    }
    
    .timer_title {
        text-align: center;
    }

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

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

    .offers {
        margin-top: 30px;
        flex-direction: column;
    }

    .offer_item {
        width: 100%;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .cars_menu {
        display: none !important;
    }

    .cars_items {
        margin-top: 0;
    }

    .car_item {
        padding-top: 50px;
        position: relative;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column-reverse;
    }

    .car_item_wrap {
        flex-direction: column;
    }
    .car_item_wrap .car_new {
        width: 60px;
        right: 0;
    }

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

    .car_text {
        width: 100%;
        position: unset;
    }

    .car_title {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 30px;
    }

    .car_cred {
        position: relative;
        margin-bottom: 15px;
    }

    .car_props {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .car_props a {
        width: 70%;
    }

    .car_props a:first-child {
        /*margin-bottom: 20px;*/
    }

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

    .car_props2 a {
        margin: 5px 0;
        width: 70%;
    }

    .car_btns .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .car_choose {
        flex-flow: wrap;
        justify-content: space-between;
        padding-top: 15px;
    }

    .choose_item {
        width: 47%;
        margin-bottom: 10px;
        background: #f4f4f4;
        min-height: unset;
    }

    .choose_item.active {
        background: #005693;
        color: #ffffff;
    }

    .choose_item img {
        display: none;
    }

    .choose_item span {
        font-size: 14px;
        margin-top: 0;
        padding: 5px 0;
    }

    .tradein {
        padding: 0;
        background: none;
        margin-bottom: 30px;
    }

    .tradein > img {
        display: block;
        width: 100%;
    }

    .tradein_title {
        padding-top: 30px;
        text-align: center;
        font-size: 22px;
    }

    .tradein_profit {
        text-align: center;
        font-size: 22px;
    }

    .tradein_profit span {
        font-size: 30px;
    }

    .tradein .btn {
        width: 100%;
    }

    .credit .img_wrap {
        display: none;
    }

    .credit .container .wrap {
        flex-direction: column;
    }

    .credit_block > img, .lizing_block > img {
        display: block;
    }

    .credit_block, .lizing_block {
        width: 100%;
        margin-top: 0;
    }

    .lizing_block {
        margin-top: 30px;
    }

    .credit_title, .lizing_title {
        margin-top: 20px;
        flex-direction: column;
        text-align: center;
    }

    .credit_title span, .lizing_title span {
        margin-right: 0;
    }

    #credit_form, #lizing_form {
        margin-top: 15px;
    }

    #credit_form .form-group, #lizing_form .form-group {
        width: 100%;
    }

    .service {
        padding: 0;
        background: none;
    }

    .service > img {
        display: block;
        width: 100%;
    }

    .service_title {
        padding-top: 20px;
        text-align: center;
        font-size: 22px;
        margin-bottom: 15px;
    }

    .service_offer {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .service_offer span {
        margin-right: 0;
    }

    .service .btn {
        width: 100%;
        margin-top: 20px;
    }

    .contacts {
        margin-top: 20px;
    }

    .cont_list {
        flex-direction: column;
        margin-bottom: 30px;
    }

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

    .cont_item_wrap {
        padding: 15px;
    }

    .cont_item .btn {
        width: 100%;
    }

    #map1 {
        height: 400px;
        background: url("../img/map_mob.jpg") 50% no-repeat;
    }

    .foot_wrap {
        flex-direction: column;
    }

    .foot_dealer {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .foot_dealer span {
        border: none;
        margin: 0;
        padding: 0;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 440px) {
    .title_container {
        margin-top: 4px;  
    }
    .banner_slider .slick-slide {
        height: 130vw;
    }
    .title1 {
        margin-bottom: 42vw;
    }

}

@media (max-width: 390px) {
    .title1 {
        margin-bottom: 32vw;
    }
}

@media (max-width: 360px) {
    .title1 {
        font-size: 20px;
        margin-bottom: 110px;
    }

    .title2 {
        font-size: 20px;
    }

    .timer_title {
        font-size: 22px;
    }

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

    .offer_item {
        font-size: 20px;
    }

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

    .credit_title, .lizing_title {
        font-size: 26px;
    }
}

@media (max-width: 320px) {

}

.title__advant {
    display: flex;
    margin-top: 18px;
    column-gap: 16px;
    align-items: center;
}

.title__icon {
    width: 47px;
    height: 47px;
    background-image: url(../img/title_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title__advantDescr {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 767px) {
    .title__advantDescr {
        font-size: 14px;
    }
    .top_phone {
        margin-top: 8px; 
    }
   
}


/* COOKIES */

.cookie-popup {
    position: fixed;
    left: 20px;
    bottom: 20px;
    max-width: 300px;
    background: white;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    z-index: 9999;
    display: none; /* Сначала скрыто */
  }
  
  .cookie-text {
    margin: 0 0 15px 0;
    color: #333;
  }
  
  .cookie-buttons {
    display: flex;
    gap: 10px;
  }
  
  .cookie-btn {
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    transition: background 0.2s;
  }
  
  .accept-btn {
    background: #005693;
    color: white;
  }
  
  .accept-btn:hover {
    background: #005693;
  }
  
  .hide-btn {
    background: #f0f0f0;
    color: #333;
  }
  
  .hide-btn:hover {
    background: #e0e0e0;
  }
  
  @media (max-width: 768px) {
    .cookie-content {
      flex-direction: column;
      text-align: center;
    }
  }
