html {
    overflow-x: hidden;
}

body {
    font-family: 'ChangAnunitype', sans-serif;
    font-size: 16px;
    color: #333333;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: url("../img/bg1.jpg?v=3") 50% 127px no-repeat white;
}

.rub {
    /* font-size: .95em; */
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
}

.br_mob {
    display: none;
}

.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%;
    width: 100%;
    display: block;
    width: 220px;
}


sup {
    display: inline-block;
    vertical-align: top;
    top: -3px;
    position: relative;
    font-size: 80%;
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
}

select::-ms-expand {
    display: none;
}

select::-ms-expand {
    display: none;
}

a:hover {
    text-decoration: none;
}

.fancybox-type-image .fancybox-close {
    right: 9px;
}

.fancybox-close {
    background: url(../img/bg_close.png) 50% 50% no-repeat !important;
    color: black;
    width: 22px !important;
    height: 22px !important;
    top: -25px !important;
    right: -25px !important;
}


.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 1140px;
    position: relative;
}

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

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

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

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        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] {
    color: black;
    display: block;
    height: 56px;
    line-height: 56px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    padding: 10px;
}

.popup_container .form-group textarea {
    color: black;
    display: block;
    height: 100px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid #c0c6c9;
    padding: 10px;
    resize: none;
    font-family: 'ChangAnunitype';
    font-size: 16px;
}

.popup_container .form-group select {
    color: #1d1f20;
    height: 50px;
    border: 1px solid white;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    font-family: 'ChangAnunitype';
    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 a {
    color: #333333;
}

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


select {
    height: 40px;
    width: 100%;
    color: #000000;
    font-size: 13px;
    box-sizing: border-box;
    font-weight: 400;
    padding: 0px 25px;
    outline: none;
    background: white;
    border-radius: 16px;
    border: 1px solid rgba(51, 51, 51, 0.5);
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    background: url(../img/ico_select.png?v=2) 95% 50% no-repeat;
    font-family: "ChangAnunitype", Arial, sans-serif;
    outline: none;
}


form {}

form .form-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group input[type=tel],
form .form-group input[type=text] {
    height: 50px;
    width: 100%;
    color: #000000;
    font-size: 13px;
    box-sizing: border-box;
    font-weight: 400;
    padding: 0px 25px;
    outline: none;
    background: white;
    border-radius: 16px;
    border: 1px solid rgba(51, 51, 51, 0.5);
}


form .form-group select {
    appearance: none;
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'ChangAnunitype';
    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: #0066b5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .3s;
    text-align: center;
    border-radius: 15px;
    position: relative;
    top: 0;
}

.btn:hover {
    top: -3px;
}

.btn.glass {
    background: transparent;
    color: #0066b5;
    border: 1px solid #0066b5;
}

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

.blocks_title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 27px;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.blocks_title:before {
    content: url("../img/line1.png");
    width: 192px;
    height: 13px;
    margin-right: 25px;
    position: relative;
    top: -4px;
}

.blocks_title:after {
    content: url("../img/line2.png");
    width: 192px;
    height: 13px;
    margin-left: 25px;
    position: relative;
    top: -4px;
}

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

header .m_btn {
    display: none;
}

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

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

.logo_wrap {
    display: flex;
    align-items: center;
}

.logo2 {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #000000;
}

.addr_wrap {
    display: flex;
    align-items: center;
}

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

.top_phone {
    font-size: 14px;
    font-weight: 700;
    color: #303030;
    text-decoration: none;
    padding: 5px 0 5px 35px;
    background: url("../img/ico_phone.png") 0 50% no-repeat;
}


header .btn {
    width: 200px;
    height: 40px;
}

.menu {
    padding: 17px 0;
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    z-index: 5;
}

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

.menu_cars {
    /* width: 68%; */
    display: flex;
    justify-content: space-between;
}

.menu_blocks {
    width: 29%;
    display: flex;
    justify-content: space-between;
}

.menu a {
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    transition: all .3s;
    position: relative;
    padding: 0 10px 6px;
}

.menu a:hover {
    color: #0066b5;
}

.menu a:before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0066b5;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s;
}

.menu a:hover:before {
    width: 100%;
}


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

.title_container {
    margin: 120px auto 0;
    padding: 20px 0;
    /*background: rgba(255, 255, 255, 0.8);*/
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
    border-radius: 20px;
    width: 100%;
    /*background: #FFFFFFCC;*/
    color: #fff;
}

.title1 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    margin-bottom: 10px;
}

.title1 b {
    display: block;
    font-size: 55px;
    text-shadow: 0 0 20px #fff;
    margin-bottom: -5px;
    /* color: #0066b5; */
}

.title2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    /* color: #000000; */
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 50px;
    padding: 6px 15px;
    max-width: 780px;
    position: relative;
    background: #2A2828;
}

.title_container .title2:before {
    content: "";
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 50px;
    background: linear-gradient(90.12deg, #666666 1.2%, #2A2828 18.56%, #2A2828 83.6%, #666666 116.44%);
    z-index: -1;
}

.title1 br,
.title2 br{
    display: none;
}

.title3 {
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}

.title3 span {
    position: relative;
    padding-left: 39px;
}

.title3 span::before {
    content: url("../img/gift.png");
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.title1 span {
    /* display: block; */
    color: #0066b5;
}

.title_container .btn {
    width: 475px;
    max-width: 100%;
    margin: 10px auto 0;
    position: absolute;
    bottom: -22px;
    top: auto;
    left: 50%;
    margin-left: -233px;
}

.runrow {
    width: 100%;
    overflow: hidden;
    background: #0066B5;
    color: #FFFFFF;
    padding: 10px 0;
    font-size: 25px;
    font-weight: 500;
    margin-top: 290px;
}

.runrow.fixed {
    position: fixed;
    top: -164px;
    left: 0;
    right: 0;
    z-index: 5;
}
.runrow__content {
    width: 4500px;
    display: flex;
   column-gap: 20px;
    animation: runrow 20s linear infinite;
}
.runrow__item {
    width: fit-content;
    position: relative;
    padding-left: 10px;
    padding-right: 60px;
}

.runrow__item a {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.runrow__item:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    right: 2%;
    top: calc(50% - 5px);}

@keyframes runrow {
    0% {transform: translateX(0%)}
    100% {transform: translateX(-50%)}
}

.timer_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 55px;
    margin-bottom: 60px;
}

.timer_form_wrap {
    width: 47%;
}


.timer_form_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

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

#timer_form .big {
    width: 58%;
}

#timer_form .small {
    width: 40%;
}

div[id^=timer] {
    white-space: nowrap;
}

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


.cars_items {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.car_item {
    width: 48.7%;
    box-shadow: 0px 5px 16.92px 1.08px rgba(0, 0, 0, 0.08);
    padding: 35px 0;
    border-radius: 20px;
    position: relative;
    transition: all .3s;
    margin-bottom: 30px;
}

.hover_wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    z-index: -1;
}

.hover_wrap:before {
    position: absolute;
    content: "";
    bottom: -50px;
    background: #e0e0e0;
    left: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: transform .25s ease-in;
}

.car_item:hover .hover_wrap:before {
    transform: scale(30);
}

.car_instock_icon {
    padding: 13px 16px 12px 46px;
    /* background: url(../img/bell.png) 12px 50% no-repeat #333333; */
    background: url(../img/check.svg) 12px 50% no-repeat #333333;
    color: white;
    border-radius: 12px;
    text-transform: uppercase;
    position: absolute;
    left: 40px;
    top: -25px;
    /* width: 130px; */
    font-size: 20px;
    height: 48px;
    box-sizing: border-box;
    z-index: 1;
}

.car_instock_icon:hover:before {
    content: "";
    width: 134px;
    height: 52px;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
    display: block;
    background: #333333;
    border-radius: 12px;
    background: url(../img/bell.svg) 14px 50% no-repeat #333333;
}

.car_name {
    font-size: 27px;
    text-transform: uppercase;
    padding-left: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.car_item:hover .car_name {
    color: #0066b5;
}

.car_name span {
    /* font-size: 20px;
    font-weight: 700;
    color: #ee8e35;
    position: absolute;
    left: 40px;
    bottom: -25px; */
    text-transform: lowercase;
}

.car_year {
    padding-left: 40px;
    top: 80px;
    position: absolute;
}

.car_pl {
    box-sizing: border-box;
    text-align: center;
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a6cae5;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
}

.compl_btn {
    display: block;
    font-size: 13px;
    padding: 6px 0 5px 50px;
    color: #333333;
    text-decoration: none;
    background: url("../img/compl_btn_ico.png") 0 50% no-repeat;
    position: absolute;
    top: 30px;
    right: 35px;
}

.compl_btn:before {
    content: url("../img/compl_btn_ico.png");
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: #0066b5;
    border-radius: 12px;
    padding-top: 5px;
}

.compl_btn:hover:before {
    width: 44px;
    height: 44px;
    top: -2px;
    left: -2px;
}

.car_profit {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 15px 2px;
    width: 163px;
    background: url(../img/profit_bg.png) 0 0 no-repeat;
    font-size: 13px;
    font-weight: 700;
    color: #0066B5;
    text-transform: uppercase;
    text-align: center;
}


.img_block {
    min-height: 228px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    position: relative;
    margin-top: 25px;
    z-index: 4;
}
.car_gallery {
    margin-top: 12px;
    padding: 0 60px;
}
.car_gallery a {
    border-radius: 12px;
    overflow: hidden;
    margin: 0 4px;
}
.car_gallery a picture img {
    width: 100%;
}
.car_gallery .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 0;
    width: 24px;
    height: 24px;
    border-radius: 0;
    border: none;
    cursor: pointer;
}
.car_gallery .slick-prev {
    left: 34px;
    background: url(../img/btn_prev.svg) no-repeat;
}
.car_gallery .slick-next {
    right: 34px;
    background: url(../img/btn_next.svg) no-repeat;
}
.dots {
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 8px;
}
.dot_color {
    position: relative;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 50px;
}
.dot_color span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50px;
}
.dot_color.active span {
    width: 8px;
    height: 8px;
}
.dot_color:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    left: -1px;
    top: -1px;
    border: 1px solid transparent;
}
.dot_color.active:before {
    border: 1px solid #0066B5;
}
.dot_color.white {
    border-color: #D9D9D9;
}
.dot_color.grey {
    border-color: #ffffff;
}
.car_props {
    min-height: 24px;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 0 40px;
}

.car_props a {
    width: 34%;
    display: block;
    padding-left: 48px;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.car_props a b {
    font-size: 18px;
}

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

.car_props a:hover:before {
    width: 44px;
    height: 44px;
    top: -2px;
    left: -2px;
}

.car_props a.ico1:before {
    content: url("../img/prop_ico1.png");
}
.car_props a.ico2 {
    width: 44%;
}
.car_props a.ico2:before {
    content: url("../img/prop_ico2.png");
}
.car_props a.ico3:before {
    top: 0;
    content: url("../img/prop_ico3.png");
}
.car_props a.ico4:before {
    top: 0;
    content: url("../img/prop_ico4.svg");
}
.car_props a.ico5:before {
    top: 0;
    content: url("../img/prop_ico5.svg");
}
.car_props a.ico6:before {
    top: 0;
    content: url("../img/prop_ico6.svg");
}
.car_props a.ico7:before {
    top: 0;
    content: url("../img/prop_ico7.svg");
}
.car_props a.ico8:before {
    top: 0;
    content: url("../img/prop_ico8.svg");
}

.car_btns {
    margin-top: 0px;
    padding: 0 40px;
}

.car_btns .btn {
    margin-top: 10px;
}

.lowercase {}

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

/* new models */

.new_models {
    margin-top: 120px;
    background: url(../img/new_models_bg.jpg) 50% 0 no-repeat;
    padding-top: 80px;
    padding-bottom: 110px;
}

.new_models .container {}

.new_models .blocks_title {
    color: #fff;
}

.new_models .blocks_title font {}

.new_models .blocks_title span {}

.new_models .content {}

.new_models .new_models_block {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;

    flex-wrap: wrap;
}

.new_models .model_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    width: 67%;
    margin-top: 5px;
    position: relative;
}

.new_models .model_title {
    align-self: start;
    font-size: 27px;
    text-transform: uppercase;
    padding-bottom: 55px;
}

.new_models .order_open {
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 55px;
    position: relative;
    padding: 5px 0;
    position: absolute;
    top: -8px;
    right: 10px;
    padding-left: 55px;
    z-index: 1;
}

.new_models .order_open:before {
    content: "";
    display: block;
    width: 43px;
    height: 43px;
    background: url(../img/new_models_ico.png) 50% no-repeat #ee8e35;
    border-radius: 12px;
    position: absolute;
    left: 0;
    top: 0;
}

.new_models .order_open:hover:before {
    width: 47px;
    height: 47px;
    top: -2px;
    left: -2px;
}

.new_models .model_sticker {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    background: #0066b5;
    border-radius: 12px;
    padding: 5px 15px;
    margin-left: 15px;
    z-index: 2;
    position: relative;
    display: inline-block;
}

.new_models .model_img {
    overflow: hidden;
    border-radius: 12px;
    margin-top: -40px;
}

.new_models .model_img-new {
    border-radius: 12px;
    margin-top: -40px;
}

.new_models .model_img-new img {
    width: 100%;
}

.new_models .model_img a {}

.new_models .model_img img {}

.new_models .btn {
    margin-top: 20px;
    width: 100%;
    max-width: 517px;
}

.new_models .slick-dots {}

.new_models .slick-dots li {}

.new_models .slick-dots li.slick-active {}

.new_models .slick-dots li button {}

.new_models .slick-arrow {
    position: absolute;
    z-index: 1;
    top: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 38px;
    outline: none;
    cursor: pointer;
    border: none;
    color: transparent;
    font-size: 0;
}

.new_models .slick-next {
    background: url(../img/new_models_next.png) 50% no-repeat;
    right: 15px;
}

.new_models .slick-prev {
    background: url(../img/new_models_prev.png) 50% no-repeat;
    left: 15px;
}

/* new models end */

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


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

#instock {
    margin-top: 75px;
}


#instock .compl_title {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
}

#instock .models_wrap {}

#filter_table {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

#filter_table .select_container {
    width: 30%;
}

#instock .models {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

#instock .model_name {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    color: #0066b5;
    padding: 8px 0;
    border-radius: 16px;
    transition: all .3s;
    width: 180px;
    border: 1px solid #0066b5;
    margin-right: 25px;
}

#instock .model_name span {}

#instock .model_name:hover,
#instock .model_name.active {
    background: #0066b5;
    color: #ffffff;
}

#instock .compls {
    display: none;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

#instock .compls>span {
    display: block;
    font-size: 16px;
    margin-right: 35px;
}

#instock .compl_name {
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 900;
    align-items: center;
    display: none;
    cursor: pointer;
    margin-right: 20px;
    transform: skewX(-15deg);
    background: #f4f4f4;
    border-radius: 10px;
    padding: 5px 10px;
    min-width: 85px;
    justify-content: center;
}

#instock .compl_name span {
    display: block;
    transform: skewX(15deg);
}


#instock .compl_name.show {
    display: flex;
}

#instock .compl_name.active {
    background: #000000;
    color: #ffffff;
    font-weight: 700;
}

#instock .compl_items {}

/* #instock .compl_items.limit .item:nth-child(n+3) {
    display: none;
} */

#instock .compl_items .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: #ffffff;
    margin-bottom: 30px;
    box-shadow: 0px 5px 16.92px 1.08px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}


#instock .compl_items .item.show {
    display: flex;
}

#instock .compl_items .compl_image {
    box-sizing: border-box;
    width: 43.5%;
}

#instock .compl_items .compl_image img {
    display: block;
}

#instock .compl_items .compl_engine {
    box-sizing: border-box;
    width: 17%;
}

#instock .compl_items .compl_engine .compl {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 15px;
}

#instock .compl_items .compl_engine .param {
    font-size: 18px;
    font-weight: 700;
    padding-left: 35px;
    margin-bottom: 10px;
}

#instock .compl_items .compl_engine .param.ico1 {
    background: url("../img/compl_ico1.png") 0 50% no-repeat;
}

#instock .compl_items .compl_engine .param.ico2 {
    background: url("../img/compl_ico2.png") 0 50% no-repeat;
}

#instock .compl_items .compl_engine .param.ico3 {
    background: url("../img/compl_ico3.png") 1% 50% no-repeat;
}



#instock .compl_items .compl_btns {
    width: 27%;
}

#instock .compl_items .compl_btns .btn {
    margin-top: 10px;
}

#instock .compl_items .compl_btns .btn:nth-child(1) {
    margin-top: 0;
}

#instock .compl_items .compl_btns .btn.black b {
    font-size: inherit;
}



#instock .compls_showmore {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #0066b5;
    font-weight: 400;
    width: 220px;
    padding: 10px 0;
    border-radius: 16px;
    border: 1px solid #0066b5;
    text-decoration: none;
    transition: all .3s;
}

#instock .compls_showmore:hover {
    background: #0066b5;
    color: #ffffff;
}

/**********************
       future_cars
**********************/



.future_cars {
    margin-top: 90px;
}

.future_cars .content {
    margin-top: 50px;
}

.future_cars .blocks_title {}

.blocks_title font {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 100%;
}

.blocks_title span {
    color: #0066b5;
}

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

.future_cars .future_item {
    width: 47%;
    box-shadow: -2px 2px 10px 2px rgba(0, 0, 0, .075);
    border-radius: 15px;
    font-size: 27px;
    font-weight: 700;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
}

.future_cars .image_block {}

.future_cars .image_block img {
    border-radius: 15px 15px 0 0;
}

.future_cars .info_block {
    padding: 22px;
}

.future_cars .future_car_name {
    font-size: 27px;
    text-align: center;
}

.future_cars .future_car_name div {
    visibility: hidden;
}

.future_cars .future_car_name div {}

.future_cars .btn {
    width: 286px;
    margin: 20px auto 0;
}



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

.credit {
    padding: 30px 0;
    margin-top: 90px;
    background: url("../img/credit_bg.jpg?v=3") 100% 50% no-repeat;
    background-size: 50%;
}

.credit>img {
    display: none;
}

.cred_wrap {
    box-sizing: border-box;
    padding-left: 40px;
    width: 45%;
}

.cred_title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 30px;
}

.cred_props div {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    padding: 10px 0 10px 55px;
    cursor: pointer;
}

.cred_props div:before {
    content: "";
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: #ee8e35;
    border-radius: 12px;
    padding-top: 5px;
}

.cred_props div.ico1:before {
    content: url("../img/cred_ico1.png");
}

.cred_props div.ico2:before {
    content: url("../img/cred_ico2.png");
}

.cred_props div.ico3:before {
    content: url("../img/cred_ico3.png");
}

.cred_props div:hover:before {
    width: 44px;
    height: 44px;
    top: -2px;
    left: -2px;
}

#cred_form {
    margin-top: 20px;
}



/**********************
    CREDIT-ABOUT
**********************/


.about-credit {
    margin-top: 80px;
}
.about-credit .blocks_title {}
.about-credit__container {}
.about-credit__content {
    margin-top: 50px;
    padding: 40px;
    box-shadow: 0px 5px 16px 2px #00000014;
    border-radius: 20px;
}
.about-credit__title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.about-credit__items {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-top: 28px;
}
.about-credit__item {
    padding-right: 25px;
    border-right: 1px solid #989898;
    box-sizing: border-box;
}
.about-credit__item:last-child {
    padding-right: 0;
    border: none;
}
.about-credit__item-name {
    font-size: 16px;
}
.about-credit__item-val {
    font-size: 20px;
    color: #0066B5;
    margin-top: 10px;
    font-weight: 700;
}
.about-credit__comment {
    font-size: 24px;
    padding-left: 27px;
    margin: 0 auto;
    margin-top: 25px;
    background: url(../img/about-credit-comment-ico.svg) 0 50% no-repeat;
    width: 510px;
    max-width: 100%;
}
.about-credit__comment .text-upp {
    text-transform: uppercase;
    font-weight: 700;
}
.about-credit__btn {
    width: 280px;
    margin: 0 auto;
    margin-top: 25px;
}

.about-credit__item-val  {
    text-decoration: none;
    color: #0066B5;
}


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

.tradein {
    padding: 30px 0;
    margin-top: 80px;
    background: url("../img/tradein_bg.jpg?v=3") 0 50% no-repeat;
    background-size: 50%;
}

.tradein>img {
    display: none;
}

.tradein_wrap {
    width: 42%;
    margin-left: auto;
    margin-right: 40px;
}

.tradein_title {
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}



/**********************
      TEST_DRIVE
**********************/

.test_drive {
    margin-top: 80px;
    padding: 65px 0;
    background: url("../img/test_drive_bg.jpg?v=3") 100% 50% no-repeat;
    margin-bottom: 85px;
    background-size: 50%;
}

.test_drive>img {
    display: none;
}

.test_drive_wrap {
    box-sizing: border-box;
    padding-left: 40px;
    width: 45%;
}

.test_drive_title {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.test_drive_comment {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}

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

.service {
    box-shadow: 0px 5px 16.92px 1.08px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    margin-bottom: 100px;
}

.service_wrap {
    width: 50%;
    padding: 40px;
    box-sizing: border-box;
}

.service_text {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.service_img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.service_img:before {
    position: absolute;
    content: "";
    bottom: -50px;
    background: #e0e0e0;
    right: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: transform .25s ease-in;
}

.service_img:hover:before {
    transform: scale(30);
}


.service_img img {
    position: relative;
}

/**********************
       reviews
**********************/
.reviews .slick-dots {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.reviews .slick-dots button { 
    display: none;
}

.reviews .slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #E1E1E1;
    list-style-type: none;
}

.reviews .slick-dots li.slick-active {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0066B5;

}

.reviews_item {
    margin: 5px 10px;
}

.reviews_info {
    width: 500px;
    position: relative;
    padding: 20px;
    font-size: 16px;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0px 5px 16.92px 1.08px rgba(0, 0, 0, 0.08);
}

.reviews_name {
    color: #0066B5;
    margin-bottom: 10px;
}

.reviews_rating {
    position: absolute;
    top: 20px;
    right: 20px;
}

.reviews_date {
    color: #757575;
    margin-bottom: 20px;
}

.reviews_text {
    color: #333333;
}


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

.contacts {
    margin-top: 90px;
    position: relative;
}

.cont_wrap {
    width: 480px;
    max-width: 100%;
    margin-top: 150px;
    padding-bottom: 75px;
}

.quest_text {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.cont_wrap .btn {
    width: 280px;
}

.cont_rating {
    margin-top: 27px;
}

.cont_info {
    display: flex;
    justify-content: space-between;
    margin-top: 23px;
}

.bot_addr_wrap {}

.bot_addr_wrap>span {
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}

.bot_addr {
    font-size: 12px;
    padding: 2px 0 2px 35px;
    background: url("../img/ico_loc.png") 0 50% no-repeat;
    margin-bottom: 15px;
}

.bot_phone {
    font-size: 18px;
    font-weight: 700;
    color: #0066b9;
    text-decoration: none;
    padding: 3px 0 3px 35px;
    background: url("../img/ico_phone.png") 0 50% no-repeat;
}

.worktime_wrap {
    /*margin-top: 20px;*/
}

.worktime_wrap>span {
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}

.worktime {
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 12px;
    background: url("../img/ico_time.png") 0 50% no-repeat;
}

#map1 {
    position: absolute;
    top: 90px;
    right: 0;
    width: 49.2%;
    height: 437px;
    background: url("../img/map.jpg") 0 0 no-repeat;
    border-radius: 20px;
}

footer {
    padding-top: 15px;
    padding-bottom: 25px;
}

footer .switch {
    color: #333333;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 400;
}

footer .disclamer {
    color: #000000;
    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) {

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

    .title1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    
    .title2 {
        font-size: 22px;
        padding: 8px;
    }
    
    .title3 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .title3 span::before {
        top: 0;
        transform: none;
    }
    
    .title3::after {
        margin-left: 7px;
        top: 2px;
        /* transform: scale(0.5); */
    }

    .top_addr {
        display: none;
    }

    .menu_blocks {
        width: 40%;
    }

    
    .runrow {
        margin-top: 238px;
    }

    .timer_block {
        flex-direction: column;
        align-items: center;
    }

    .timer_form_wrap {
        width: 100%;
        margin-bottom: 30px;
    }



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

    /* new models */

    .new_models {}

    .new_models .container {}

    .new_models .blocks_title {
        font-size: 24px;
    }

    .new_models .blocks_title font {}

    .new_models .blocks_title span {}

    .new_models .content {}

    .new_models .new_models_block {}

    .new_models .model_item {}

    .new_models .model_title {}

    .new_models .order_open {}

    .new_models .order_open:before {
        content: "";
    }

    .new_models .model_sticker {}

    .new_models .model_img {}

    .new_models .model_img a {}

    .new_models .model_img img {}

    .new_models .btn {}

    .new_models .slick-dots {}

    .new_models .slick-dots li {}

    .new_models .slick-dots li.slick-active {}

    .new_models .slick-dots li button {}

    .new_models .slick-arrows {}

    .new_models .slick-next {}

    .new_models .slick-prev {}

    /* new models end */

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


    /**********************
       future_cars
**********************/



    .future_cars {}

    .future_cars .content {}

    .future_cars .blocks_title {
        font-size: 21px;
    }

    .future_cars .items {}

    .future_cars .future_item {}

    .future_cars .image_block {}

    .future_cars .image_block img {}

    .future_cars .info_block {}

    .future_cars .future_car_name {
        font-size: 22px;
    }

    .future_cars .btn {}

    .credit {
        background-position: 160% 50%;
        background-size: 70%;
    }

    .cred_wrap {
        padding-left: 0;
    }

    .cred_title {
        font-size: 24px;
    }

    /**********************
    CREDIT-ABOUT
**********************/


.about-credit {}
.about-credit .blocks_title {}
.about-credit__container {}
.about-credit__content {}
.about-credit__title {}
.about-credit__items {}
.about-credit__item {}
.about-credit__item-name {}
.about-credit__item-val {}
.about-credit__comment {}
.about-credit__comment .text-upp {}
.about-credit__btn {}

    .tradein {
        background-position: -60% 50%;
        background-size: 70%;
        margin-top: 40px;
    }

    .tradein_wrap {
        margin-right: 0;
    }

    .test_drive {
        margin-top: 40px;
        background-position: 160% 50%;
        background-size: 70%;
    }

    .service_text {
        font-size: 15px;
    }

    .reviews_info {
        width: 410px;
    }
}

/*IPAD PRO BEGIN*/

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

    .title1 br,
    .title2 br{
      display: inline;
    }

    .title1 b {
        display: inline-block;
    }

    .title1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    
    .title2 {
        font-size: 22px;
        margin-right: -40px;
        margin-left: -57px;
        margin-bottom: 15px;
    }
    
    .title3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    header .btn {
        display: none;
    }

    .top_addr {
        display: none;
    }

    .menu_cars {
        width: 100%;
    }

    .menu a {
        font-size: 8px;
        padding: 0 5px;
    }

    .menu_blocks {
        width: 50%;
    }


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

    .car_item {
        width: 100%;
    }

    .car_img {
        justify-content: center !important;
    }

    .new_models .model_item {
        display: block;


    }

    .new_models .order_open {
        right: 0;
    }

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

    /* new models */

    .new_models {}

    .new_models .container {}

    .new_models .blocks_title {}

    .new_models .blocks_title font {}

    .new_models .blocks_title span {}

    .new_models .content {}

    .new_models .new_models_block {}

    .new_models .model_item {}

    .new_models .model_title {
        padding-bottom: 20px;
    }

    .new_models .order_open {
        position: relative;
        padding-bottom: 30px;
    }


    .new_models .order_open:before {
        content: "";
    }

    .new_models .model_sticker {}

    .new_models .model_img {}

    .new_models .model_img a {}

    .new_models .model_img img {}

    .new_models .btn {}

    .new_models .slick-dots {}

    .new_models .slick-dots li {}

    .new_models .slick-dots li.slick-active {}

    .new_models .slick-dots li button {}

    .new_models .slick-arrows {}

    .new_models .slick-next {}

    .new_models .slick-prev {}

    /* new models end */

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

    #instock .compl_items .item {
        padding: 20px;
        flex-flow: wrap;
    }

    #instock .compl_items .compl_btns {
        width: 100%;
        margin-top: 20px;
    }

    #instock .compl_items .compl_image {
        width: 50%;
    }

    #instock .compl_items .compl_engine {
        width: 45%;
    }

    #instock .models {
        justify-content: space-between;
    }

    #instock .model_name {
        margin-right: 0;
    }

    /**********************
       future_cars
**********************/



    .future_cars {}

    .future_cars .content {}

    .future_cars .blocks_title {}

    .future_cars .items {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .future_cars .future_item {
        width: 36%;
    }

    .future_cars .image_block {}

    .future_cars .image_block img {}

    .future_cars .info_block {}

    .future_cars .future_car_name {}

    .future_cars .btn {}

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

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

    .cred_wrap {
        padding: 30px 0;
        margin: 0;
        width: 100%;
    }

    /**********************
        CREDIT-ABOUT
    **********************/


    .about-credit {}
    .about-credit .blocks_title {}
    .about-credit__container {}
    .about-credit__content {}
    .about-credit__title {}
    .about-credit__items {}
    .about-credit__item {}
    .about-credit__item-name {}
    .about-credit__item-val {}
    .about-credit__comment {}
    .about-credit__comment .text-upp {}
    .about-credit__btn {}

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

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

    .tradein_wrap {
        padding: 30px 0;
        margin: 0;
        width: 100%;
    }

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

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

    .test_drive_wrap {
        padding: 30px 0;
        margin: 0;
        width: 100%;
    }


    .service {
        flex-direction: column;
    }

    .service_wrap {
        padding: 20px;
        width: 100%;
    }

    .service_img {
        width: 100%;
        padding: 30px 0;
    }

    #map1 {
        width: 100%;
        position: relative;
        top: 0;
    }

    .cont_wrap {
        padding: 30px 0;
        margin-top: 0;
    }

    .blocks_title {
        margin-bottom: 20px;
    }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 991px) {
    .title3::after {
        margin-left: 7px;
        top: 28px;
        bottom: 0;
    }
    #lamore .img_block picture {
        position: relative;
    }
    .runrow {
        margin-top: 226px;
    }

    .runrow.fixed {
        top: -115px; 
    }
    .reviews_info {
        width: 90%;
    }
}
@media (max-width: 767px) {

    body {
        background: url("../img/bg1_mob.jpg?v=3") 50% -20px no-repeat !important;
        background-size: 100% !important;
    }

    .br_mob {
        display: block;
    }

    .runrow {
        margin-top: 36vw;
    }

    .runrow.fixed {
        top: -30px;
    }

    .img_block {
        margin-top: 14px;
        min-height: auto;
    }
    .new_models .model_item {
        display: block;
    }

    .new_models .order_open {
        right: 0;
    }

    /* .car_name span {
        font-size: 14px;
        left: 15px;
        bottom: -20px;
    } */

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

    .simple_slider .btn_left {
        display: none !important;
    }

    .simple_slider .btn_right {
        display: none !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;
    }

    /* INSTOCK */
    #instock {
        padding: 20px 0;
        margin-bottom: 70px;
    }

    #instock .compl_title {
        text-align: center;
        font-size: 28px;
        margin-bottom: 20px;
    }

    #instock .models_wrap {}

    #filter_table {
        flex-wrap: wrap;
    }

    #filter_table .select_container {
        width: 100%;
        margin-top: 10px;
    }

    #instock .models {}

    #instock .models {
        flex-flow: wrap;
        display: flex;
    }

    #instock .model_name {
        width: 49%;
        padding: 10px 0;
        transform: unset;
        font-size: 14px;
    }

    #instock .model_name span {
        transform: unset;
    }

    #instock .compls {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
        justify-content: space-between;
        display: none;
    }

    #instock .compls>span {
        width: 100%;
        margin-bottom: 10px;
    }

    #instock .compl_name {
        width: 47%;
        margin-bottom: 5px;
        font-size: 14px;
        margin-right: 0;
    }

    #instock .compl_items .item {
        padding-top: 0;
    }

    #instock .compl_items .item.show {
        display: flex;
        flex-wrap: wrap;
    }

    #instock .compl_items .compl_image {
        width: 100%;
        padding-top: 10px;
    }

    #instock .compl_items .compl_image img {
        margin: 0 auto;
        padding: 0;
    }

    #instock .compl_items .compl_engine {
        width: 100%;
        padding-top: 10px;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }

    #instock .compl_items .compl_engine .name {
        width: 100%;
        margin-bottom: 10px;
    }

    #instock .compl_items .compl_engine .compl {
        margin-bottom: 0;
        width: 40%;
        box-sizing: border-box;
    }

    #instock .compl_items .compl_engine .engine {
        width: 59%;
        box-sizing: border-box;
    }

    #instock .compl_items .compl_engine .engine {
        font-size: 14px;
    }

    #instock .compl_items .compl_btns {
        width: 100%;
        margin-top: 15px;
    }

    #instock .compl_items .compl_btns .btn {
        font-size: 14px;
    }

    #instock .compls>span {
        font-size: 14px;
    }

    #instock .compl_items .compl_props {
        display: none;
    }

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

    header {
        padding: 10px 0;
    }

    header .container {
        flex-flow: wrap;
    }

    .top_addr {
        display: none;
    }

    .logo_wrap {
        width: 80%;
    }

    .logo1 {
        width: 60%;
    }

    .logo2 {
        margin-left: 10px;
        padding-left: 10px;
    }

    .addr_wrap {
        width: 100%;
        margin-top: 10px;
    }

    header .btn {
        display: none;
    }

    .top_phone {
        margin: 5px auto 0;
    }

    header .m_btn {
        display: block;
        position: absolute;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 7px;
        right: 15px;
    }

    header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #0066b5;
        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: 10px 0;
    }

    .menu.active {
        right: 0;
    }

    .menu .container {
        flex-direction: column;
        align-items: center;
    }

    .menu_cars,
    .menu_blocks {
        flex-direction: column;
        align-items: center;
    }

    .menu a {
        padding: 10px 0;
    }

    .title_container {
        width: 100%;
        margin-top: 158px;
        box-shadow: unset;
        padding: 12px 0;
    }

    .title1 br,
    .title2 br{
      display: none;
    }

    .title1 {
        font-size: 5vw;
        margin-bottom: 10px;
        margin-left: 0 !important;
    }

    .title1 b {
        font-size: 9vw;
        line-height: 100%;
    }
    
    .title2 {
        font-size: 3vw;
        margin-right: -20px;
        margin-left: -20px;
        margin-bottom: 15px;
    }
    
    .title3 {
        font-size: 3vw;
        margin-bottom: 15px;
    }

    .title3 span::before {
        top: 0;
        transform: scale(.8);
    }
    
    /* .title3::after {
        content: url("../img/tire_black.png");
        margin-left: 7px;
        top: 2px;
        right: -16px;
    } */

    .title_container .btn {
        width: 475px;
        max-width: 100%;
        margin: 10px auto 0;
        margin-bottom: 35vw;
        left: 0px;
        display: none;
    }
    /*
    body {
        background: url(../img/bg1_mob.jpg) 50% -29vw no-repeat;
        background-size: 100%;
    }
    */

    .timer_block {
        flex-direction: column;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .timer_form_wrap {
        width: 100%;
    }

    .timer_form_title {
        text-align: center;
        display: none;
    }

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

    .timer {
        width: 100%;
        display: flex;
        justify-content: center;
        order: -1;
    }

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

    .blocks_title {
        margin-bottom: 20px;
    }

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

    .car_item {
        width: 100%;
        padding: 30px 0;
        margin-bottom: 60px;
    }

    .car_instock_icon {
        left: 15px;
        top: -30px;
        transform: scale(.8);
        transform-origin: left bottom;
    }

    .car_instock_icon:hover:before {
        display: none;
    }

    .car_name {
        padding-left: 15px;
        margin-bottom: 0;
        font-size: 24px;
    }
    .car_year {
       padding-left: 15px;
       position: relative;
       top: 0;
    }

    .car_profit {
        top: 10px;
        right: 10px;
    }

    .car_pl {
        font-size: 38px;
        top: 55px;
    }

    .car_img {
        min-height: auto;
        margin-top: 20px;
        padding-right: 15px;
    }

    #uni_k .car_img,
    #cs35plus .car_img {
        padding-left: 20px;
        padding-right: 0;
    }

    .car_img {}

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

    .car_props {
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .car_props a.ico2 {
        width: 100%;
    }
    .car_props a {
        width: 100%;
        margin: 15px 0;
    }

    .compl_btn {
        top: 24px;
        right: 10px;
    }


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

    /* new models */

    .new_models {
        background-size: cover;
    }

    .new_models .container {}

    .new_models .blocks_title {
        margin-bottom: 0;
    }

    .new_models .blocks_title font {}

    .new_models .blocks_title span {}

    .new_models .content {}

    .new_models .new_models_block {}

    .new_models .model_item {
        width: 100%;
        margin-top: 45px;
    }

    .new_models .model_title {
        padding-bottom: 15px;
    }

    .new_models .order_open {
        position: relative;
        padding-bottom: 20px;
    }

    .new_models .order_open:before {
        content: "";
    }

    .new_models .model_sticker {
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
        display: block;
        text-align: center;
    }

    .new_models .model_img {
        margin-top: -33px;
    }

    .new_models .model_img a {}

    .new_models .model_img img {}

    .new_models .btn {}

    .new_models .slick-dots {}

    .new_models .slick-dots li {}

    .new_models .slick-dots li.slick-active {}

    .new_models .slick-dots li button {}

    .new_models .slick-arrows {}

    .new_models .slick-next {}

    .new_models .slick-prev {}

    /* new models end */

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

    #instock {
        margin-top: 30px;
    }

    #instock .models {
        justify-content: space-between;
    }

    #instock .model_name {
        margin-right: 0;
        width: 48%;
        margin-bottom: 10px;
    }

    #instock .compl_items .item {
        padding: 15px;
    }

    #instock .compl_items .compl_engine .compl {
        width: 100%;
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    /**********************
       future_cars
**********************/



    .future_cars {
        margin-top: 60px;
    }

    .future_cars .content {}

    .future_cars .blocks_title {}

    .blocks_title font {
        position: static;
    }

    .future_cars .items {
        flex-wrap: wrap;
    }

    .future_cars .future_item {
        width: 100%;
        margin-top: 20px;
    }

    .future_cars .image_block {}

    .future_cars .image_block img {}

    .future_cars .info_block {
        padding: 20px 10px;
    }

    .future_cars .future_car_name {
        font-size: 16px;
    }

    .future_cars .future_car_name div {
        display: none;
    }

    .future_cars .btn {
        font-size: 13px;
    }

    .credit {
        padding: 0;
        background: none;
        margin-top: 60px;
    }

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

    .cred_wrap {
        padding: 30px 0;
        margin: 0;
        width: 100%;
    }

    .cred_title {
        text-align: center;
    }

    /**********************
        CREDIT-ABOUT
    **********************/


    .about-credit {
    margin-top: 60px;
}
    .about-credit .blocks_title {}
    .about-credit__container {}
    .about-credit__content {
    padding: 0;
    box-shadow: none;
    margin-top: 25px;
}
    .about-credit__title {
    font-size: 20px;
    text-align: center;
}
    .about-credit__items {
    flex-wrap: wrap;
    gap: 20px;
}
    .about-credit__item {
    padding: 0 !important;
    border: none !important;
}
    .about-credit__item-name {}
    .about-credit__item-val {}
    .about-credit__comment {
    font-size: 18px;
    background-position: 0 0;
}
    .about-credit__comment .text-upp {}
    .about-credit__btn {}

    .tradein {
        padding: 0;
        background: none;
        margin-top: 60px;
    }

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

    .tradein_wrap {
        padding: 30px 0;
        margin: 0;
        width: 100%;
    }

    .tradein_title {
        text-align: center;
    }

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

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

    .test_drive_wrap {
        padding: 30px 0;
        margin: 0;
        width: 100%;
    }

    .test_drive_title {
        text-align: center;
    }


    .service {
        flex-direction: column;
    }

    .service_wrap {
        padding: 20px;
        width: 100%;
    }

    .service_img {
        width: 100%;
        padding: 30px 0;
    }

    .service_text {
        text-align: center;
    }

    .service_text br {
        display: none;
    }

    .reviews_info {
        font-size: 14px;
    }



    #map1 {
        width: 100%;
        height: 350px;
        position: relative;
        top: 0;
        background-position: 25% 0;
    }

    .cont_wrap {
        margin-top: 0;
        padding-bottom: 15px;
    }

    .cont_wrap .btn {
        width: 100%;
    }

    .quest_text br {
        display: none;
    }

    .cont_info {
        flex-direction: column;
        margin-top: 15px;
    }

    .worktime_wrap {
        margin-top: 15px;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 550px) {
    .car_gallery {
        padding: 0 28px;
    }
    .car_gallery .slick-prev {
        left: 5px;
    }
    .car_gallery .slick-next {
        right: 5px;
    }
    .title_container {
        margin-top: 100px;
    }
    .title1 {
        /* font-size: 6vw; */
        margin-bottom: 10px;
        margin-right: -10px;
        margin-left: -10px;
    }
    
    .title2 {
        /* font-size: 18px; */
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 15px;
    }
    
    .title3 {
        /* font-size: 18px; */
        margin-bottom: 15px;
    }

    /* .title3::after {
        margin-left: 2px;
        top: 16px;
        transform: scale(0.5);
        right: auto;
    } */
    .title_container {
        background: transparent;
    }
    .title_container .btn {
        width: 475px;
        max-width: 100%;
        margin: 10px auto 0;
        margin-bottom: 35vw;
    }

    body {
        background-size: 133%;
        background-position: 57% 58vw;
    }
    .runrow {
        margin-top: 42vw;
    }

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

@media (max-width: 520px) {
    body {
        background-position: 57% 62vw;
    }
    .title3 span {
        padding: 0 20px;
    }
    .title3 span::before {
        top: -8px;
        left: -16px;
    }
    .runrow.fixed {
        display: none;
    }
}
@media (max-width: 460px) {
    body {
        background-position: 57% 63vw;
    }
    .runrow {
        margin-top: 32vw !important;
    }
}
@media (max-width: 390px) {
    /* .title3::after {
        top: 10px;
    } */
    .runrow {
        margin-top: 22vw !important;
    }
    .car_item {
        padding-top: 88px;
    }
    .compl_btn {
        top: 38px;
        right: 10px;
    }
    .car_instock_icon {
        width: max-content;
    }
    .title1 {
        /* font-size: 5vw; */
        margin-bottom: 10px;
        margin-right: -10px;
        margin-left: -10px;
    }
    
    .title2 {
        /* font-size: 4.5vw; */
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 15px;
    }
    
    .title3 {
        /* font-size: 4.5vw; */
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .title_container .btn {
        width: 375px;
        max-width: 100%;
        margin: 10px auto 0;
        margin-bottom: 35vw;
    }

    body {
        /* background-size: 150%; */
        background-position: 57% 68vw;
    }

    .timer_block {
        /* margin-top: 120px; */
    }
}

@media (max-width: 360px) {
    div[id^=timer] {
        transform: scale(0.4) !important;
    }
    .title3::after {
        display: none;
    }

    .title1 {
        /* font-size: 17px; */
    }

    .timer_form_title {
        font-size: 16px;
    }

    .blocks_title {
        font-size: 22px;
    }

    .service_text {
        font-size: 15px;
    }

    .contacts {
        margin-top: 30px;
    }

    .car_name {
        font-size: 20px;
    }

    .compl_btn {
        font-size: 11px;
    }

    body {
        background-position: 50% 76vw;
    }
}

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