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: 104px;
    margin-top: 18px;
}
.logo1 img {
    width: 100%;
}
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: 89px;
    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: 20%;
    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
**********************/

.banner_slider {
    position: relative;
    width: 100%;
    margin-top: 139px;
}
.banner_slider .slider_item {
   /*  height: 800px; */
   height: auto;
}
.banner_slider .slick-slide {
}

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

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

.title1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
.title1 .br_mob {
    display: none;
}
.title1 b {
    text-transform: uppercase;
    font-size: 40px;
}

.title1 span {
    color: #005693;
}

.title2 {
    font-size: 30px;
}
.title2 .br_mob {
    display: none;
}
.title2 span {
    font-weight: 700;
    color: #005693;
}

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

.title_slide2 {
}

.title3 {
    font-size: 36px;
}

.title3 b {
    text-transform: uppercase;
}


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

.slide5 .banner_props {
   margin-top: 648px;
}

.banner_props {
    margin-top: 630px;
    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: 18px;
    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%)
    }
}

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

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

.slide2 .title_container {
    margin-top: 75px;
    padding: 30px;
    background: #FFFFFF52;
    text-align: center;
}
.slide2 .title1 {
    font-size: 40px;
    margin-bottom: 20px;
}
.slide2 .title2 {
    font-size: 30px;
    font-weight: 600;
}
.slide2 .title2 span {
    font-weight: 700;
}
.slide3 .title_container {
    margin-top: 50px;
    margin-bottom: -50px;
}

.slide3 .title_container .title1 {
    font-size: 60px;
    font-weight: 400;
}

.slide3 .title_container .title1 b {
    font-size: 50px;
    display: block;
    font-weight: 700;
    color: #000000;
}

.slide3 .title_container .title1 font {
    font-size: 54px;
    font-weight: 400;
    display: block;
    position: relative;
    padding: 25px 0;
    margin-top: 90px;
}

.slide3 .title_container .title1 font b {
    font-weight: 400;
    position: relative;
    color: #ffffff;
    text-transform: unset;
}

.slide3 .title_container .title1 span {
    position: relative;
    font-weight: 700;
    font-size: 80px;
    color: #ffffff;
}

.slide3 .title_container .title1 font:before {
    content: '';
    position: absolute;
    top: 0;
    left: -19vw;
    height: 208px;
    width: 793px;
    background: #005693;
}


.banner_slider .slide4 {
    position: relative;
    /* background: url(../img/1980х700.cleaned.jpg) 50% 0 no-repeat; */
    /* height: 800px; */
    height: auto;
    /* position: relative; */
}

/* .banner_slider .slide5 {
    position: relative;
    background: url(../img/bg5_new.jpg) 50% 0 no-repeat;
    height: 800px;
    position: relative;
} */

.banner_slider .slide4 .slide_link,
.banner_slider .slide5 .slide_link{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.banner_slider .slide4 .title_container,
.banner_slider .slide5 .title_container {
    padding: 0;
    margin: 0;
}
.banner_slider .slide4 .title_wrap {
    margin: 0 auto;
    margin-top: 4vw;
    width: fit-content;
    text-align: center;
    color: #fff;
    background: #00000070;
    padding: 35px;
}
.banner_slider .slide4 .br_mob,
.banner_slider .slide5 .br_mob {
    display: none;
}
.banner_slider .slide4 .title1,
.banner_slider .slide5 .title1 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 5px;
}
.banner_slider .slide4 .title1 span,
.banner_slider .slide5 .title1 span {
    font-weight: 700;
    color: #FFBC59;
}
.banner_slider .slide4 .title1 b,
.banner_slider .slide5 .title1 b {
    font-weight: 700;
}
.banner_slider .slide4 .title2,
.banner_slider .slide5 .title2 {
    font-size: 36px;
}
.banner_slider .slide4 .title2 b,
.banner_slider .slide5 .title2 b {
    color: #FFBC59;
}
.banner_slider .slide4 .title3,
.banner_slider .slide5 .title3 {
    font-size: 24px;
}

/**********************
        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: '%';
    top: 15px;
    opacity: 0.05;
}

.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;
    white-space: nowrap;

  }
  .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_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 {
    position: relative;
    margin-bottom: 90px;
}

.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;
    flex-direction: column;
    align-items: start;
    row-gap: 14px;
}

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

.car_props a {
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 24px;
    line-height: 140%;
    padding-left: 63px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.car_props a .br_mob {
    display: none;
}
.car_props a.ico1 {
    background: url("../img/car_ico1.png") 0 50% no-repeat;
}
.car_props2 a.ico1 .br_mob {
    display: none;
}
/* .car_props2 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.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: 36px;
    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: 20px;
    padding-left: 63px;
    position: relative;
    /* min-height: 46px; */
    padding-top: 8px;
    padding-bottom: 8px;
}

.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.ico7:before {
    background: url("../img/car_ico7.png") 50% no-repeat #005693;
}

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

.car_props a.discount-label {
    padding: 0;
    width: 100%;
    display: block;
}

.discount-label__block {
    display: flex;
    width: 100%;
    background-color: #F3F3F3;
    align-items: center;
}

.discount-label__left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26%;
    padding: 11px;
    font-family: SF Pro Display;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    background-color: #045692;

}

.discount-label__right {
    align-items: center;
    justify-content: center;
    width: 74%;
    font-family: SF Pro Display;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    background-color: #F3F3F3;

}

.discount-label__right .painted-text {
    font-size: inherit;
    font-weight: 700;
    color: #045692;
}

.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_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 {
    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{
    min-height: 108px;
}

.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,
.action__form {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

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

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

#credit_form .btn,
#lizing_form .btn,
.action__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 {
    display: none;
}

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

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

.contacts {
    margin-top: 80px;
}

.cont_list {
    display: flex;
    /* justify-content: space-between; */
    margin: 0 -.1666%;
    margin-bottom: -70px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.cont_item {
    width: 31%;
    min-height: 396px;
    background: url("../img/cont_item_bg.png") 100% 0 no-repeat #f9f9f9;
    margin: 0 1.1666%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 25px;
}

.cont_item:last-child {
    position: absolute;
    bottom: -428px;
}

.cont_item_wrap {
    padding: 35px 15px 45px 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;
}

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

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: 1680px) {
    .banner_slider .slider_item.slide4, 
    .banner_slider .slider_item.slide5 {
        /* height: 44vw; */
        height: auto;
    }
    .banner_slider .slide4,
    .banner_slider .slide5 {
        background-size: cover;
    }
    .banner_slider .slide4:after,
    .banner_slider .slide5:after {
        left: 50%;
        margin-left: -40%;
        width: 80%;
        top: 1vw;
    }
    .banner_slider .slide4:before,
    .banner_slider .slide5:before {
        width: 74%;
        top: 16vw;
        left: 50%;
        margin-left: -37%;
    }

    .banner_props {
        margin-top: 22vw;
    }

    .slide5 .banner_props {
      margin-top: 34vw;
    }
  }

@media (max-width: 1500px) {
    .slide3 .title_container .title1 font:before {
        left: -25vw;
    }

    
}

@media (max-width: 1440px) {
    .banner_slider .slide4:after,
    .banner_slider .slide5:after {
        top: 4vw;
    }

    .banner_props {
        margin-top: 20vw;
    }

}

@media (max-width: 1180px) {
    .slide2 .title1 {
        font-size: 28px;
    }
    .slide2 .title2 {
        font-size: 24px;
    }

    .banner_slider .slide4 .title2,
    .banner_slider .slide5 .title2 {
        font-size: 28px;
    }
    .banner_props {
        margin-top: 15vw;
        column-gap: 1vw;
    }

   .slide5 .banner_props {
      margin-top: 30vw;
      column-gap: 1;
    }
    .banner_props a {
        width: 24%;
        font-size: 14px;
    }
}

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

    .offers2_title {
        font-size: 20px;
    }
    .offers2_title b {
        font-size: 24px;
    }

    .title_container.slide2 .title1 font:before {
        left: -36vw;
    }

    .title3 {
        font-size: 30px;
    }

    .top_worktime {
        display: none;
    }

    .menu_blocks {
        width: 77.2%;
    }

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

    .title2 {
        font-size: 20px;
    }

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

    .discount-label__left {
        font-size: 33px;
    }

    .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) {

    .title_container.slide2 {
        margin-top: 160px;
        margin-bottom: 160px;
    }

    .title_container.slide2 .title1 {
        text-align: left;
    }

    .title_container.slide2 .title1 b {
        font-size: 50px;
    }

    .title_container.slide2 .title1 font {
        font-size: 60px;
    }

    .title_container.slide2 .title1 font:before {
        width: 600px;
        height: 100px;
    }

    .banner_slider .slide1,
    .banner_slider .slide2,
    .banner_slider .slide3 {
        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: 160px;
    }

    .title_wrap {
        text-align: center;
    }

    .title_container .btn {
        display: none;
    }

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

    .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;
        margin: 0;
        margin-bottom: 30px;
    }

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

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

@media (max-width: 991px) {
    .banner_slider .slider_item.slide4,
    .banner_slider .slider_item.slide5 {
        /* height: 48vw; */
        /* height: 50vw; */
        height: auto;
    }
    .banner_props {
        margin-top: 17vw;
    }
    .banner_props a:before {
        width: 26px;
        height: 26px;
        background-size: contain !important;
    }
    .banner_props a {
        position: relative;
        height: 42px;
        min-height: initial;
        font-size: 11px;
        padding-left: 48px;
    }
    .slider_item.slide4 .title_wrap{
        margin-top: 4vw;
        padding: 2vw;
    }
      .banner_slider .slide4:before,
      .banner_slider .slide5:before {
          top: 20vw;
      }
      .banner_slider .slide4:after,
      .banner_slider .slide5:after {
          top: 4vw;
      }
      .banner_slider .slide4 .title1,
      .banner_slider .slide5 .title1 {
        font-size: 3vw;
       }
       .banner_slider .slide4 .title1 i,
       .banner_slider .slide5 .title1 i {
        display: none;
       }
      .banner_slider .slide4,
      .banner_slider .slide5 {
        height: 74.4vw;
        background-size: 120%;
        background-position: 50% 100%;
      }
      .slide4 .title_container .title1 span,
      .slide5 .title_container .title1 span {
        font-size: 28px;
      }
      .banner_slider .slide4 .title2,
       .banner_slider .slide5 .title2 {
        font-size: 2.8vw;
    }

    .banner_slider .slide4 .br_mob,
    .banner_slider .slide5 .br_mob {
        display: block;
    }

    .banner_slider {
        height: auto;
    }
    .banner_slider .slick-slide {
    }
    .banner_slider .slide1 {
        height: 76vw;
    }
    .timer_wrap {
        margin-top: 36vw;
    }
    .title1 .br_mob {
        display: block;
    }
    .slide1 .title_container {
        margin-top: 2vw;
    }
    .banner_slider .slide2, .banner_slider .slide3 {
        height: 58vw;
    }
    .slide1 .title_container {
        background: transparent;
    }
    .slide1 .title_slide1 {
        background: rgba(255, 255, 255, 0.767);
        padding: 10px 0;
    }
    .title2 .br_mob {
        display: block;
    }
    .slide2 .title_container {
        margin-top: 4vw;
        padding: 10px 20px;
    }
    .slide2 .title1 {
        font-size: 36px;
    }
    .slide2 .title2 {
        font-size: 20px;
        font-weight: 400;
    }
    .slide2 .title1 {
        margin-bottom: 2vw;
    }
    .slide3 .title_container .title1 span {
        font-size: 52px;
    }
}
@media (max-width: 870px) {
    .timer_wrap {
        margin-top: 32vw;
    }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .cont_item:last-child {
        position: relative;
        bottom: 0;
    }
    .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;
        max-width: initial;
        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;
        white-space: normal;
      }
      .offers2_title b {
        font-size: 22px;
      }
      .offers2_title:before {
        height: 54px;
      }

    .banner_props {
        margin-top: 25vw;
    }

    .slide4 .title_container .title1 span,
    .slide5 .title_container .title1 span {
        font-size: 5.4vw;
      }
      .banner_slider .slide4 .br_mob,
      .banner_slider .slide5 .br_mob {
        display: block;
      }
      .banner_slider .slide4 .title1 i,
      .banner_slider .slide5 .title1 i {
        display: none;
      }
      .banner_slider .slide4 .title2 i,
      .banner_slider .slide5 .title2 i {
        display: none;
      }
      /* .banner_slider .slider_item.slide4 {
        height: 70vw;
        padding-bottom: 220px;
      } */
      .banner_props,
      .slide5 .banner_props {
        padding-top: 30px;
        margin-top: 54vw;
        flex-direction: column;
        row-gap: 14px;
        padding: 14px 16px 16px;
        left: -16px;
        width: 100%;
        background: linear-gradient(0deg, #000000, #0c0c0c);
    }
    .banner_props a {
        width: 192px;
    }
    .banner_slider .slide4,
    .banner_slider .slide5 {
        position: relative;
        background-size: 100%;
        /* background-position: 50% 36vw; */
        /* background-position: 50% 48vw; */
    }
      .banner_slider .slide4 .title_wrap {
        padding: 0;
        margin-top: 2vw;
        background: transparent;
      }
      .banner_slider .slide4:after,
      .banner_slider .slide5:after {
          display: none;
      }
      .banner_slider .slide4:before,
       .banner_slider .slide5:before {
          display: none;
      }
      .banner_slider .slide4 .title1,
      .banner_slider .slide5 .title1 {
          font-size: 4.4vw;
          color: #000000;
      }
      .banner_slider .slide4 .title2,
      .banner_slider .slide5 .title2 {
          margin-top: 10px;
          font-size: 4.2vw;
          color: #000000;
      }
      .banner_slider .slide4 .title3,
      .banner_slider .slide5 .title3 {
          font-size: 3.5vw;
          color: #fff;
          margin-top: 4vw;
      }

    .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 {padding: 5px 0;}

    header .container {
        flex-flow: wrap;
        height: auto;
    }

    .logo1 {
        width: 54px;
    }

    .top_addr {
        display: none;
    }

    .top_worktime {
        display: none;
    }

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

    .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 {
        margin-top: 90px;
    }
    .banner_slider .slide1,
    .banner_slider .slide3,
    .banner_slider .slide2 {
        background-size: 110%;
    }

    .banner_slider .slide1 {
        height: 92vw;
        background-position: 50% 26vw;
    }

    .banner_slider .slide2,
    .banner_slider .slide3 {
        height: 72vw;
        background-position: 50% 100%;
    }

    .banner_slider .slide2 {
        background: url(../img/slide2_mob.jpg) 50% 100% no-repeat;
        background-size: 100%;
    }

    .banner_slider .slick-prev, .banner_slider .slick-next {
        top: 64vw;
        bottom: auto;
    }

    .banner_slider .slick-next {
        right: 10px;
        width: 18px;
        background: url(../img/bn_next_wt.png) 50% no-repeat !important;
        background-size: contain !important;
    }

    .banner_slider .slick-prev {
        left: 10px;
        width: 18px;
        background: url(../img/bn_prev_wt.png) 50% no-repeat !important;
        background-size: contain !important;
    }

    .banner_slider .slick-dots {
        bottom: 20px;
    }
    .banner_slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50px;
    }
    .banner_slider .slick-dots li.slick-active {
        background: #fff;
    }
    .slide2 .title1 {
        font-size: 4vw;
    }
    .slide2 .title2 {
        font-size: 3.5vw;
    }
    .title3 {
        font-size: 22px;
        text-align: center;
        margin-top: 230px;
    }

    .slide1 .title_container {
        flex-direction: column;
        margin-top: 2vw;;
        padding: 0;
        background: none;
    }
    .slide1 .title_slide1 {
        padding: 0;
        background: transparent;
    }
    .slide2 .title_container {
        margin-top: 2vw;
        padding: 10px 0;
    }
    .title1 {
        text-align: center;
        font-size: 4vw;
        margin-bottom: 1vw;
    }

    .title1 b {
        font-size: inherit;
    }

    .title2 {
        font-size: 3.5vw;
        text-align: center;
    }

    .title2 br {
        display: none;
    }

    .title2 span {
        white-space: nowrap;
    }

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

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

    .slide3 .title_container {
        margin-top: 4vw;
        margin-bottom: 0;
    }

    .slide3 .title_container .title1 {
        background: none;
        text-align: left;
        font-size: 34px;
        margin-bottom: 0;
    }

    .slide3 .title_container .title1 > b {
        font-size: inherit;
    }

    .slide3 .title_container .title1 span {
        font-size: 5vw;
    }

    .slide3 .title_container .title1 font {
        padding: 3vw 0;
        margin-top: 5vw;
    }
    .slide3 .title_container .title1 font b br {
        display: none;
    }
    .slide3 .title_container .title1 b {
        text-align: center;
        font-size: 5vw;
    }
    .slide3 .title_container .title1 font:before {
        width: 160%;
        height: 100%;
    }

    .timer_wrap {
        width: 100%;
        margin-top: 50vw;
    }

    .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_props2 {
        flex-direction: column;
        align-items: flex-start;
    }

    .car_props2 a {
        margin: 5px 0;
        display: flex;
        align-items: center;
    }

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

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

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

    .discount-label__left {
        width: 35%;
        font-size: 25px;
        padding: 5px 0;
    }

    .discount-label__right {
        width: 65%;
        font-size: 14px;
        line-height: 1;
    }

    .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,
    .action__form  {
        margin-top: 15px;
    }

    #credit_form .form-group,
    #lizing_form .form-group,
    .action__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: 0;
        margin-bottom: 30px;
    }

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

@media (max-width: 580px) {
    header .container {
    }
    .logo1 {
        margin-top: 8px;
        width: 42px;
    }
    .dealer {
        font-size: 12px;
    }
    .dealer span {
        font-size: 16px;
    }
    .banner_slider .slide1 {
        height: 100vw;
    }
    .banner_slider {
        padding-top: 14px;
    }

    .run_now {
        height: 52px;
    }
    .run_now_text div {
        position: relative;
        padding-left: 58px;
        padding-right: 20px;
        font-size: 16px;
    }
    .run_now_text div:before {
        top: 50%;
        margin-top: -15px;
        width: 30px;
        height: 30px;
        background-size: contain;
    }
}

@media (max-width: 480px) {
    .banner_slider .slide1 {
        height: 112vw;
    }
    .cars_items {
        margin-top: 2vw;
    }
    .timer_wrap {
        margin-top: 56vw;
    }
    .car_props a .br_mob {
        display: block;
    }
    .car_props a {
        font-size: 22px;
    }
    .car_props a span {
        font-size: 32px;
    }
    .car_props2 a {
        margin: 14px 0;
    }
    .car_props2 a:last-child {
        margin-bottom: 0;
    }
    .car_props {
        margin-bottom: 10px;
    }
    .car_props2 {
        margin-bottom: 28px;
    }
    .car_props2 a.ico1 .br_mob {
        display: block;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {
    .logo1 {
        margin-top: 4px;
        width: 30px;
    }
    .banner_slider .slide1 {
        height: 118vw;
    }
    .title1 {
    }

    .title3 {
        margin-top: 220px;
    }

}

@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) {}


/* 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;
    }
  }

   .action {
      padding: 60px 0 30px;
   }
   .action__container {
      padding: 0;
      width: 100%;
   }
   .action__form {
      max-width: 595px;
      margin-left: auto;
      margin-top: 10px;
   }
   .action__form--two {
      margin-left: 0!important;
   }
   .hero-offer__card {
      padding-bottom: 10px;
   }

  .hero-offer__carousel .slick-prev,
  .hero-offer__carousel .slick-next {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.2s ease;
  }

  .hero-offer__carousel .slick-prev {
    left: 15px !important; 
  }

  .hero-offer__carousel .slick-next {
    right: 15px !important; 
  }

  .hero-offer__carousel .slick-prev::before,
  .hero-offer__carousel .slick-next::before {
    font-size: 20px;
    color: #333;
    font-family: Arial, sans-serif;
  }

  @media (max-width: 1199px) {
     .action__form {
        max-width: 468px;
     }
   }

   @media (min-width: 992px) {
      .action {
         padding: 80px 0 40px;
      }
      .hero-offer__card {
         padding-right: 15px; 
      }
      .hero-offer__card--two {
         padding-left: 15px!important;
         padding-right: 0;
      }
   }

   @media (max-width: 992px) {
      .action__container {
         padding: 0 15px;
         width: 720px;
         max-width: 100%;
      }
      .action__form {
         width: 100%;
         max-width: 100%;
      }
   }

   @media (max-width: 768px) {
      .action__container {
         width: 570px;
         padding: 0;
      }
      .hero-offer__carousel {
         padding: 0 15px;
      }
   }
   @media (max-width: 576px) {
      .action__container {
         width: 100%;
         padding: 0;
         margin: 0 auto;
      }
   }