html {
    overflow-x: hidden;
}

body {
    font-family: "Haval", Arial, sans-serif;
    font-size: 16px;
    color: black;
    position: relative;
    font-weight: 400;
    padding: 0px;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

/*font {display:block;}*/

.garant_block select option span {
    display: flex;
    justify-content: space-between;
}

.head_buttons {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0px;
}

.head_buttons a {
    display: block;
    margin-right: 17px;
}

.head_buttons a img {
    display: none;
    width: 100%;
}

.head_buttons a img:first-child {
    display: block;
}

.head_buttons a:hover img {
    display: block;
}

.head_buttons a:hover img:first-child {
    display: none;
}

.compensate-for-scrollbar {
    margin: 0 auto !important;
    overflow: auto !important;
}

.fancybox-button svg path {
    fill: #fff !important;
}

.fancybox-content {
    background: none !important;
    color: #fff !important;
}

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
    padding: 0;
}

input[type="file"] {
    display: none;
}

.resp_table {
    width: 100%;
}

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

.resp_table img {
    max-width: unset;
    width: unset;
    display: block;
    width: 100%;
    /* height: 60px; */
}

.t_black {
    color: black !important;
}

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

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

select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.png) 100% 50% no-repeat;
    font-family: "Haval", Arial, sans-serif;
    outline: none;
}

a {
    text-decoration: none;
}

.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 1200px;
    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: 1280px) {
    .container {
        width: 1200px;
        max-width: 100%;
    }
}

input[type="text"],
input[type="tel"] {
    color: #939393;
}

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}

#form_popup,
#form_popup_msg {
    display: none;
}

.popup_container {
    width: 520px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden !important;
    position: relative;
    box-sizing: border-box; /* border: 2px solid black; */
    background: transparent;
    text-align: center;
    padding-bottom: 30px;
}

.popup_container .agree_field {
    color: #fff;
    font-size: 8px;
}

.popup_container .agree_field a {
    color: #fff;
}

.popup_container h2 {
    font-size: 24px;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 25px;
    color: #fff;
}

.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 .form-group {
    margin-bottom: 19px;
}

.popup_container .form-group input[type="text"],
.popup_container .form-group input[type="tel"] {
    color: #000;
    display: block;
    height: 60px;
    line-height: 100%;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: white;
    border: 2px solid #fff;
    padding: 10px;
}

.popup_container .form-group ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.popup_container .form-group ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.popup_container .form-group :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.popup_container .form-group :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.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: 2px solid #c0c6c9;
    padding: 10px;
    resize: none;
    font-size: 16px;
}

.popup_container .form-group select {
    color: #000;
    height: 60px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 2px solid #939393;
}

.popup_container .form-group button {
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    height: 60px;
}

.alert.fancybox-content {
    overflow: hidden;
}

.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 8px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
    font-weight: 400;
}

.agree_field a {
    color: #fff;
    text-decoration: underline;
}

.agree_field input {
    position: absolute;
    top: -4px;
    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-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    height: 60px;
    width: 100%;
    color: #000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    text-align: left;
    border: 2px solid #fff;
    padding: 0px 20px;
    outline: none;
    background: #fff;
    /* border-radius: 7px 0 7px 0; */
    font-family: "Haval", Arial, sans-serif;
}

select {
    display: block;
    color: #000;
    height: 60px;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    background: url(../img/ico_select.png) right 20px center no-repeat;
    border: 2px solid #939393;
}

form .form-group button {
    font-family: "Haval", Arial, sans-serif;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    outline: none;
}

form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

form :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

form :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

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

.btn {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 318px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    height: 45px;
    cursor: pointer;
    border: 2px solid #000000;
    background: conic-gradient(at calc(100% - 1.3 * 2px) 0, #000000 209deg, #000000fa 211deg) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.577 * 45px) 100%, 0 100%);
    padding-left: 20px;
    box-sizing: border-box;
}

.btn.glass {
    background: conic-gradient(at calc(100% - 1.3 * 2px) 0, #000000 209deg, #0000 211deg) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.577 * 45px) 100%, 0 100%);
    color: #000;
}

.btn.white {
    background: conic-gradient(at calc(100% - 1.3 * 2px) 0, #000000 209deg, #0000 211deg) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.577 * 45px) 100%, 0 100%);
    color: #000;
}

.btn.white:hover {
    color: #fff;
    border: 2px solid #38d1c3;
    background: conic-gradient(at calc(100% - 1.3 * 2px) 0, #38d1c3 209deg, #38d1c3 211deg) border-box;
    box-sizing: border-box;
}

.btn.glass:hover {
    color: #fff;
    border: 2px solid #38d1c3;
    background: conic-gradient(at calc(100% - 1.3 * 2px) 0, #38d1c3 209deg, #38d1c3 211deg) border-box;
    box-sizing: border-box;
}

.btn.red {
    background: #b91b23;
    border: 2px solid #b91b23;
    color: #fff;
}

.btn.red:hover {
    background: #af0006;
    border: 2px solid #af0006;
    color: #fff;
}

.btn.grey {
    background: #616161;
    border: 2px solid #616161;
    color: #fff;
}

.btn.grey:hover {
    border: 2px solid #fff;
    background: #fff;
    color: #000 !important;
}

.btn.white {
    border: 2px solid #ffffff;
    background: #ffffff;
    color: #000000;
}

.btn:hover {
    border: 2px solid #38d1c3;
    background: conic-gradient(at calc(100% - 1.3 * 2px) 0, #38d1c3 209deg, #38d1c3 211deg) border-box;
    color: #fff !important;
}

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

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

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.header .logo_wrap {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.logo_wrap img {
    width: 146px;
}

.header .logo_wrap .sep {
    background: #000;

    width: 4px;

    height: 40px;

    transform: skewX(-17deg);

    margin: 0 15px;
}

.header .logo_wrap .logo_text {
}

.header .logo img {
}

.header .top_addr {
    font-size: 12px;
    font-weight: 400;
    padding-left: 25px;
    position: relative;
}

.header .top_addr:before {
    content: url(../img/loc_top.png);
    position: absolute;
    top: 0px;
    left: 0;
}

.header .top_phone {
    padding-left: 25px;
    position: relative;
}

.header .top_phone a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.header .top_phone:before {
    content: url(../img/phone_top.png);
    position: absolute;
    top: 0px;
    left: 0;
}

.header .btn {
    font-size: 14px;
    width: 220px;
    height: 46px;
}

.header .m_btn {
    display: none;
}

.header .menu {
    display: none;
}

.main_menu {
    background: #ffffff;
    position: fixed;
    top: 86px;
    left: 0;
    right: 0;
    z-index: 5;
}

.main_menu .container {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.main_menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.1);
}

.menu_wrap {
    /*width: 80%;*/
    margin: 0 auto;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
}

.menu_wrap a {
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    position: relative;
    font-weight: 500;
}

.menu_wrap a:hover {
    font-weight: 500;
}

.menu_wrap a:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #38d1c3;
    position: absolute;
    bottom: -5px;
    left: 0;
    display: none;
}

.menu_wrap a:hover:after {
    display: block;
}

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

.banner {
    position: relative;
    margin-top: 133px;
}

/*
body:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 580px;
    right: auto;
    left: 374px;
    top: 222px;
    z-index: 5;
    background: url(../img/picture_bg.png) no-repeat center top;
    background-size: 1070px auto;
}
*/
.banner picture {
    display: block;
    overflow: hidden;
}

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

.banner_slider {
    /* position: absolute !important; */
    /* top: 0; */
    width: 100%;
}

.banner_slider .slick-slide {
}

.banner_slider .slick-prev {
    width: 48px !important;
    height: 48px !important;
    z-index: 1;
    left: 35px !important;
    background: url("../img/banner_slider/bn_prev_grey.png") 50% no-repeat !important;
    opacity: 0.7;
    transition: all 0.3s;
}

.banner_slider .slick-next {
    width: 48px !important;
    height: 48px !important;
    z-index: 1;
    right: 35px !important;
    background: url("../img/banner_slider/bn_next_grey.png") 50% no-repeat !important;
    opacity: 0.7;
    transition: all 0.3s;
}

.banner_slider .slick-prev:hover,
.banner_slider .slick-next:hover {
    opacity: 1;
}

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

@keyframes txtpulse {
    0% {
        text-shadow: 1px -1px 10px #b91b23, -1px 1px 25px #b91b23;
    }
    50% {
        text-shadow: none;
    }
    100% {
        text-shadow: 1px -1px 10px #b91b23, -1px 1px 25px #b91b23;
    }
}

.banner .title_container .timer_block {
    display: block;
    background: #2b303a;
    padding: 20px;
    /*margin-top: 360px;*/
    width: 100%;
    max-width: 380px;
}

.banner .title_container .timer_block .timer_title {
    padding-bottom: 10px;

    color: #fff;

    font-size: 22px;

    font-weight: 400;

    text-align: center;
}

.banner .title_container .timer_block .timer {
}

.banner .title_container .timer_block .timer div[id^="timer"] {
}

.banner .title_container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 30px;
    /*pointer-events: none;*/
    /*z-index: 10;*/
}

.banner .title_container .container {
    height: 100%;
}

.banner .title_container .container .items {
}

.banner .title_container .container .items .item {
    display: none;
}

.banner .title_container .container .items .item:first-child {
    display: block;
}

.banner .title_container .container .items .item .title {
}

.banner .title_container .container .items .item .title strong {
}

.banner .title_container .container .items .item .comment {
}

.banner .title_container .container .items .item .comment strong {
}

.banner .title_container .container .items .item[data-slide="slide1"] .title {
    background: black;
    color: white;
    font-size: 34px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    display: inline-block;
    padding: 10px 20px;
}

.banner .title_container .comment2 {
    margin-top: 14px;
    border: 4px solid #A8CBDB;
    background: linear-gradient(269deg, rgba(168, 203, 219, 0.60) 8.27%, rgba(2, 73, 119, 0.60) 91.24%);
    padding: 20px 10px;
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
}

.banner .title_container .comment2 span {
    font-size: 30px;
    font-weight: 500;
}

.banner
.title_container
.container
.items
.item[data-slide="slide1"]
.title
strong {
}

.banner .title_container .container .items .item[data-slide="slide1"] .comment {
    color: white;
    /* font-size: 37px; */
    line-height: 160%;
    display: flex;
}

.banner
.title_container
.container
.items
.item[data-slide="slide1"]
.comment
span.up {
    /* display: block; */
    font-size: 30px;
    /*margin-top: -5px;*/
    padding: 10px;
    font-weight: 500;
    margin-right: 10px;
}

.banner
.title_container
.container
.items
.item[data-slide="slide1"]
.comment
span.down {
    /* display: block; */
    font-size: 24px;
    /*margin-top: -5px;*/
    padding: 10px;
    font-weight: 400;
}

.banner .title_container .container .items .item[data-slide="slide1"] .btn {
    width: 242px;
    height: 48px;
    text-transform: none;
    font-size: 16px;
    margin-top: 10px;
}

.banner
.title_container
.container
.items
.item
.comment
span {
    background: rgba(0, 0, 0, 0.6);
}

.banner
.title_container
.container
.items
.item
.title
span {
    background: rgba(0, 0, 0, 0.6);
}


.banner
.title_container
.container
.items
.item[data-slide="slide1"]
.comment
strong {
}

.banner .title_container .container .items .item[data-slide="slide2"] .title {
    /* font-size: 30px; */
    line-height: 280%;
    color: white;
}

.banner .title_container .container .items .item[data-slide="slide2"] .btn {
    width: 242px;
    height: 48px;
    text-transform: none;
    font-size: 16px;
    margin-top: 10px;
}

.banner
.title_container
.container
.items
.item[data-slide="slide2"]
.title
span.up {
    font-size: 30px;
    /*margin-top: -5px;*/
    padding: 10px;
    font-weight: 500;
}

.banner
.title_container
.container
.items
.item[data-slide="slide2"]
.title
span.down {
    font-size: 24px;
    /*margin-top: -5px;*/
    padding: 10px;
    font-weight: 400;
}

/* .banner
.title_container
.container
.items
.item[data-slide="slide2"]
.title
span {
    font-size: 54px;
    display: inline-block;
    background: #2b303a;
    font-weight: 500;
    margin-right: 20px;
    padding: 10px;
} */

.banner
.title_container
.container
.items
.item[data-slide="slide2"]
.title
strong {
}

.banner
.title_container
.container
.items
.item[data-slide="slide2"]
.title
span
i {
    font-size: 37px;
    font-style: normal;
}

.banner .title_container .container .items .item[data-slide="slide2"] .comment {
}

.banner
.title_container
.container
.items
.item[data-slide="slide2"]
.comment
strong {
}


.title_container[data-slide="slide1"] .head_buttons {
    bottom: 28px;
    /* left: 15px;
    bottom: 28px;
    top: auto; */
}

.title_container[data-slide="slide1"] .timer_block {
    bottom: 28px;
    position: absolute;
    /* margin-top: 19px; */
}

.title_container[data-slide="slide2"] .head_buttons {
    bottom: 28px;
}

.title_container[data-slide="slide2"] .timer_block {
    bottom: 28px;
    position: absolute;
}

.banner .title_container .container .items .item[data-slide="slide3"] .up {
    color: white;
    background: transparent;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0px;
    display: block;
}

.banner .title_container .container .items .item[data-slide="slide3"] .down {
    color: white;
    background: transparent;
    font-size: 30px;
    margin-top: 4px;
    /* margin-bottom: 9px; */
    display: block;
}

.banner .title_container .container .items .item[data-slide="slide3"] .more {
    color: white;
    background: transparent;
    font-size: 24px;
    margin-top: 9px;
    display: block;
    /* margin-bottom: 26px; */
}

.title_container[data-slide="slide3"] .timer_block {
    bottom: 48px;
    position: absolute;
}

.title_container[data-slide="slide3"] .head_buttons {
    bottom: 48px;
}

.banner .title_container .container .items .item[data-slide="slide3"] .btn {
    width: 355px;
    height: 48px;
    text-transform: none;
    font-size: 16px;
    margin-top: 26px;
}

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

.new_car_block {
    padding: 45px 0 55px;
    background: url("../img/new_car_bg.jpg") 50% 0 no-repeat;
    margin-top: 30px;
}

.new_car_block > img {
    display: none;
}

.new_car_wrap {
    padding-left: 140px;
}

.new_car_title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 500;
}

.new_car_comment {
    color: #ffffff;
    font-size: 30px;
    line-height: 130%;
}

.new_car_comment b {
    text-transform: uppercase;
}

.new_car_wrap .btn {
    width: 360px;
    margin-top: 20px;
    font-size: 18px;
}

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

.main_gift_block {
    background: url("../img/main_gift_bg.png") 72% 50% no-repeat #000000;
    padding: 35px 0;
    margin-top: 25px;
}

.main_gift_text {
    color: #ffffff;
    font-size: 28px;
}

.main_gift_text b {
    font-size: 36px;
}

.main_gift_block .btn.glass {
    margin-top: 20px;
    width: 360px;
    max-width: 100%;
    background: transparent;
    border-color: #fff;
    color: #ffffff;
}

.main_gift_block .btn.glass:hover {
    background: #fff;
    color: #000000;
}

.pyment_per_month {
    display: flex;
    background-color: #d9d9d9;
    min-height: 40px;
    align-items: center;
    margin-bottom: 24px;
    color: #000;
}

.pyment_per_month__left {
    width: 40px;
    min-height: 40px;
    background-color: #000000;
    height: 100%;
    background-image: url("../img/ico_coins.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.pyment_per_month__right {
    text-align: center;
    width: 95%;
    font-size: 10px;
}

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

.brand_day_scroll {
    background: url("../img/brand_day_scroll_bg.jpg") 50% 0 no-repeat;
    padding: 75px 0;
    margin-top: 40px;
}

.brand_day_scroll_title {
    font-size: 43px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

.brand_day_scroll .btn {
    margin: 35px auto 0;
}

.brand_day {
    margin-top: 90px;
}

.brand_day_title {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.bd_list {
    display: flex;
}

.bd_list .column {
    width: 50%;
}

.bd_list .column .bd_item {
    display: flex;
}

.bd_list .column .bd_item .bd_item_text {
    width: 50%;
    background: url("../img/brand_day_frame.jpg") 50% no-repeat #2b303a;
    padding: 40px 30px;
    color: #ffffff;
    font-size: 16px;
    background-size: 100%;
}

.bd_list .column .bd_item .bd_item_text b {
    display: block;
    margin-bottom: 10px;
    font-size: 25px;
}

.bd_list .column .bd_item .bd_item_img {
    width: 50%;
}

.bd_wrap {
    background: url("../img/brand_day_bg.jpg") 50% 0 no-repeat;
    padding: 60px 80px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.bd_wrap .bd_title {
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
}

.bd_wrap .bd_addr {
    color: #ffffff;
    padding: 5px 0 5px 30px;
    font-size: 16px;
    background: url("../img/brand_loc.png") 0 50% no-repeat;
    margin-bottom: 25px;
}

.bd_wrap .bd_timer_wrap {
    margin-top: 5px;
}

.bd_wrap .bd_timer_title {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 15px;
}

.bd_wrap .bd_timer {
    margin-left: -25px;
}

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

.gos_block {
    margin-top: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.gos_wrap {
    width: 46%;
    position: relative;
}

.gos_title {
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.gos_title b {
    font-weight: 500;
    font-size: 40px;
    color: #b91b23;
}

.gos_progs {
    display: flex;
}

.gos_progs a {
    box-sizing: border-box;
    border: 2px solid #000000;
    padding: 7px;
    width: 219px;
    height: 185px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    background: #000000;
    transition: all 0.3s;
}

.gos_progs a span {
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #808080;
    padding-top: 90px;
    text-align: center;
    transition: all 0.3s;
}

.gos_progs a b {
    font-size: 26px;
}

.gos_progs a.ico1 {
    margin-right: 20px;
}

.gos_progs a.ico1 span {
    background: url("../img/gos_ico1.png") 50% 15px no-repeat;
}

.gos_progs a.ico1:hover span {
    background: url("../img/gos_ico1_hov.png") 50% 15px no-repeat;
}

.gos_progs a.ico2 span {
    background: url("../img/gos_ico2.png") 50% 15px no-repeat;
}

.gos_progs a.ico2:hover span {
    background: url("../img/gos_ico2_hov.png") 50% 15px no-repeat;
}

.gos_img {
    margin-top: 20px;
    margin-left: -45px;
}

.gos_progs a:hover {
    background: #ffffff;
}

.gos_progs a:hover span {
    border-color: #000000;
    color: #000000;
}

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

.avantages {
    margin-top: 50px;
    background: url(../img/avantages_bg.png) no-repeat;
    height: 433px;
    padding: 36px 30px;
    color: #fff;
    background-size: auto 100%;
}

.avantages_item1 {
    font-size: 43px;
    margin-bottom: 20px;
}

.avantages_item2 {
    font-size: 44px;
}

.avantages_item3 {
    margin-top: 34px;
}

.avantages_item3 b {
    color: #000;
    font-size: 32px;
}

.avantages_item3 p {
    font-size: 24px;
    margin: 0;
    margin-top: 10px;
}

.avantages_title {
    font-size: 20px;
    margin-top: 38px;
    margin-bottom: 34px;
}

.avantages_block .btn {
    border: none;
    height: 46px;
    width: 244px;
}

.avantages_block .btn span {
    text-transform: none;
    font-size: 16px;
}

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

.cars_items_title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    margin-top: 90px;
    /* animation: blurblack 1.5s ease-out infinite; */
}

@keyframes blurblack {
    from {
        text-shadow: 0px 0px 8px #fff, 0px 0px 5px #000000, 0px 0px 10px #000000,
        0px 0px 10px #000000, 0px 0px 10px #000000, 0px 0px 10px #000000,
        0px 0px 10px #000000, 0px 0px 10px #000000, 0px 0px 20px #000000,
        0px 0px 20px #000000;
    }
}

.cars_items {
    margin-top: 50px;
}

.cars_items .car_item {
    margin-top: 80px;

    display: flex;
    /*align-items: stretch;*/
    position: relative;
    align-items: center;
}

.cars_items .car_item#f7,
.cars_items .car_item#f7x {
    /* align-items: flex-end; */
}

.ext_garant {
    display: block;
    position: absolute;
    top: 0;
    right: 130px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    display: none;
}

.ext_garant span {
    display: block;
    background: #000000;
    color: #ffffff;
    padding: 3px 5px;
    margin-left: -5px;
    margin-bottom: 3px;
    transition: all 0.3s;
}

.ext_garant:hover span {
    color: #000000;
    background: #d9d9d9;
}

.arrows {
    display: inline-flex;
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.arrows .arrow {
    background: url("../img/arrow.png") 0 0 no-repeat;
    display: block;
    width: 8px;
    height: 12px;
    float: left;
    transition: all 0.4s;
}

.arrows.step1 .arrow {
    opacity: 0.25;
}

.arrows.step1 .arrow + div {
    opacity: 0.5;
}

.arrows.step1 .arrow + div + div {
    opacity: 0.75;
}

.arrows.step1 .arrow + div + div + div {
    opacity: 1;
}

.arrows.step2 .arrow {
    opacity: 1;
}

.arrows.step2 .arrow + div {
    opacity: 0.25;
}

.arrows.step2 .arrow + div + div {
    opacity: 0.5;
}

.arrows.step2 .arrow + div + div + div {
    opacity: 0.75;
}

.arrows.step3 .arrow {
    opacity: 0.75;
}

.arrows.step3 .arrow + div {
    opacity: 1;
}

.arrows.step3 .arrow + div + div {
    opacity: 0.25;
}

.arrows.step3 .arrow + div + div + div {
    opacity: 0.5;
}

.arrows.step4 .arrow {
    opacity: 0.5;
}

.arrows.step4 .arrow + div {
    opacity: 0.75;
}

.arrows.step4 .arrow + div + div {
    opacity: 1;
}

.arrows.step4 .arrow + div + div + div {
    opacity: 0.25;
}

.cars_items .car_item#gwm_poer,
.cars_items .car_item#gwm_wingle_7 {
    align-items: center;
}

.cars_items .car_slider_block {
    width: 51%;
    position: relative;
}

.cars_items .car_slider_block .props {
    position: absolute;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.cars_items .car_slider_block .pl_offer {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 270px;
    height: 42px;
    padding-left: 50px;
    background: url("../img/pl_offer_ico.png") 0 50% no-repeat #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    z-index: 1;
}

.cars_items .car_slider_block .pl_stock {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 270px;
    height: 42px;
    padding-left: 110px;
    background: url("../img/ico_key.png") 0 50% no-repeat #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    z-index: 1;
}

.cars_items .car_slider_block .pl_offer.lizing {
    background: url("../img/pl_lizing_ico.png") 0 50% no-repeat #000000;
    font-size: 11px;
    width: 270px;
    line-height: 120%;
}

.cars_items .car_slider_block .pl_5_let {
    background: url("../img/pl_5_let.jpg") 0 50% no-repeat white;
    left: unset;
    right: 0;
    font-size: 12px;
    width: 270px;
    color: black;
    height: 42px;
    display: flex;
    z-index: 1;
    text-transform: uppercase;
    padding-left: 60px;
    align-items: baseline;
    padding-top: 3px;
}

.cars_items .car_slider_block .pl_5_let strong {
    display: inline-block;
    margin-right: 5px;
}

.cars_items .car_slider_block .pl_5_let i {
    font-style: normal;
    font-size: 30px;
    line-height: 130%;
}

.cars_items .car_slider_block .pl_offer.new {
    width: 205px;
    background: url("../img/pl_offer_ico_new.png") 0 50% no-repeat #000000;
}

/*
#dargo .car_slider_block .pl_offer {
    left: unset;
    right: 0;
}
*/

#dargo .car_slider_block .pl_offer.new {
    right: unset;
    left: 0;
}

.cars_items .car_slider {
    width: 100%;
    margin-bottom: 0 !important;
}

.car_slider .slick-dots {
    position: absolute;

    top: 93%;

    display: flex;

    align-items: flex-end;

    justify-content: center;

    width: 100%;
    bottom: unset !important;
}

.car_slider .slick-dots li {
    background: #f7f7f7;

    opacity: 0.5;

    display: block;

    width: 100px;

    height: 4px;

    border-top: 6px solid transparent;

    margin: 0 8px;

    cursor: pointer;

    transition: all 0.2s linear;
}

.car_slider .slick-dots li button {
    border: none;

    background: none;

    color: transparent;

    font-size: 0;
}

.car_slider .slick-dots li.slick-active {
    border-top: 6px solid #000;
    background: #000;
    opacity: 1;
}

.cars_items .car_image {
    width: 100%;
}

.cars_items .car_image img {
}

.cars_items .info_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 360px;
    /* height: 100%; */
    margin-left: 85px;
    /*margin-top: 50px;*/
}

/*.cars_items #dargo .info_block {
    margin-top: 0;
}*/

.cars_items #jolion .info_block {
    /* margin-top: 30px; */
}

.cars_items .info_block .title {
    font-size: 26px;

    text-transform: uppercase;

    font-weight: 400;

    padding-bottom: 10px;
    position: relative;
    margin-top: 0px;
}

.cars_items .info_block .car_profit_icon {
    box-sizing: border-box;
    background: url("../img/car_profit_bg.png") 0 50% no-repeat;
    display: flex;
    width: 344px;
    height: 65px;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 120px;
    padding: 0 34px 0 13px;
}

.cars_items .info_block .car_profit_icon span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    /* animation: blurwhite 1.5s ease-out infinite; */
    padding-left: 35px;
}

.cars_items .info_block .car_profit_icon b {
    font-size: 26px;
    font-weight: 500;
}

.cars_items .info_block .car_profit_icon sup {
    font-size: 20px;
}

.cars_items .info_block .car_gos {
    box-sizing: border-box;
    background: url("../img/car_gos.png") 0 50% no-repeat;
    display: flex;
    width: 344px;
    height: 65px;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 120px;
    padding: 0 15px 0 22px;
}

.cars_items .info_block .car_gos span {
    display: block;
    margin-top: 10px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    /* animation: blurwhite 1.5s ease-out infinite; */
}

.cars_items .info_block .car_gos b {
    display: block;
    margin-left: 30px;
    font-size: 43px;
    font-weight: 500;
    color: #000000;
}

.cars_items .info_block .car_gos sup {
    font-size: 20px;
}

@keyframes blurwhite {
    from {
        text-shadow: 0px 0px 8px #fff, 0px 0px 5px #ffffff, 0px 0px 10px #ffffff,
        0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff,
        0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 20px #ffffff,
        0px 0px 20px #ffffff;
    }
}

.cars_items .info_block .car_count {
    font-size: 17px;
    text-transform: none;
    padding-left: 25px;
    background: url("../img/dot.png") 0 50% no-repeat;
    position: relative;
    top: 0;
    right: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.cars_items .info_block .car_price {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
    padding-left: 25px;
    background: url("../img/ico_tag.png") 0 50% no-repeat;
}

.cars_items .info_block .car_price b {
    font-size: 24px;
}

.cars_items .info_block .car_price span {
    text-decoration: line-through;
}

.cars_items .info_block .pl_insale {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    background: #000;
    padding: 4px 20px;
    display: inline-block;
}

.cars_items .info_block .car_profit {
    display: block;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    padding: 7px 0;
    text-align: center;
    margin-bottom: 25px;
}

.cars_items .info_block .car_profit.gos {
    text-transform: uppercase;
}

.cars_items .info_block .car_profit b {
    font-size: 16px;
}

.cars_items #dargo .info_block .car_profit {
    display: block;
}

.cars_items #f7 .info_block .car_profit,
.cars_items #f7x .info_block .car_profit {
    display: block;
}

.cars_items .info_block .car_profit span {
    font-weight: 500;
    font-size: 30px;
    display: inline-block;
    color: #0000000;
    background: #d9d9d9;
    padding: 0 4px;
    transition: all 0.3s;
}

.cars_items .info_block .car_profit:hover span {
    background: #000000;
    color: #ffffff;
}

.cars_items .info_block .lizing_profit {
    display: block;
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    padding-left: 60px;
    background: url("../img/ico_cards.png") 0 3px no-repeat;
    transition: all 0.3s;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cars_items .info_block .lizing_profit span {
    display: inline-block;
    color: #ffffff;
    background: #000000;
    padding: 0 4px;
}

.cars_items .info_block .lizing_profit:hover {
    background: url("../img/ico_cards_hov.png") 0 3px no-repeat;
}

.cars_items .info_block .car_specs {
    margin: 40px 0;
    margin: 0 0;
}

.cars_items .info_block .car_specs > div {
    display: block;
    font-size: 10px;
    font-weight: 500;
    padding: 10px 0 10px 45px;
    text-transform: uppercase;
    /*margin-bottom: 10px;*/
    line-height: 130%;
}

.cars_items .info_block .car_specs > div.ico1 {
    background: url("../img/ico1.png") 0 50% no-repeat;
}

.cars_items .info_block .car_specs > div.ico2 {
    background: url("../img/ico2.png") 3px 50% no-repeat;
}

.cars_items .info_block .car_specs > div.ico3 {
    background: url("../img/ico3.png") 3px 50% no-repeat;
}

.cars_items .info_block .car_specs > div.ico4 {
    background: url("../img/ico4.png") 5px 50% no-repeat;
}


.cars_items .info_block .car_specs > div.ico5 {
    background: url("../img/ico5.png") 5px 13px no-repeat;
}

.cars_items .info_block .car_specs > div.ico6 {
    background: url("../img/ico6.png") 5px 50% no-repeat;
}

.cars_items .info_block .car_specs > div.ico7 {
    background: url("../img/ico7.png") 5px 50% no-repeat;
}

.cars_items .info_block .car_specs > div.ico8 {
    background: url("../img/ico8.png") 5px 50% no-repeat;
}

.cars_items .info_block .car_specs > div.ico9 {
    background: url("../img/ico9.png") 5px 50% no-repeat;
}

.cars_items .info_block .car_specs > div.ico10 {
    background: url("../img/ico10.png") 5px 50% no-repeat;
}

.cars_items .info_block .car_spec {
    font-size: 20px;
    color: #fff;
    background: #000;
    display: inline-block;
    padding: 2px 10px;
    font-weight: 400;
    margin-bottom: 25px;
}

.cars_items .info_block .car_spec.add {
    color: #000;
    background: #d9d9d9;
    margin-left: 15px;
}

.cars_items .info_block .pl_tires {
    display: block;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 37px;
    background: url("../img/tires_ico.png") 0 0 no-repeat;
    margin-bottom: 20px;
    line-height: 120%;
}

.cars_items .info_block .pl_tires:before {
    display: none !important;
}

.cars_items .info_block .simple_buy {
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 37px;
    background: url(../img/car_ico1.jpg) 0 50% no-repeat;
    margin-bottom: 25px;
    margin-top: 25px;
    display: none;
    font-weight: 500;
}

#gwm_poer .info_block .simple_buy {
    margin-bottom: 45px;
    margin-top: 45px;
}

#gwm_poer .info_block .pl_tires {
    margin-bottom: 20px;
}

.cars_items .info_block .simple_buy b {
    font-size: 22px;
    line-height: 80%;
}

.cars_items .info_block .simple_buy.ico4 {
    background: url(../img/car_ico1.jpg) 0 50% no-repeat;
    display: block;
}

.cars_items .info_block .simple_buy span {
    /* color: #b91b23; */

    font-weight: 500;

    font-size: 1.4em;
}

.cars_items .info_block .car_techs {
    margin-top: 30px;
    margin-bottom: 20px;
}

#dargo .info_block .car_techs {
    margin-top: 0;
    margin-bottom: 20px;
}

.cars_items .info_block .car_techs > div {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 6px 0 5px 30px;
    margin-bottom: 15px;
    background-size: 18px !important;
}

.cars_items .info_block .car_techs > div.ico1 {
    background: url("../img/tech_ico1.png") 0 50% no-repeat;
}

.cars_items .info_block .car_techs > div.ico2 {
    background: url("../img/tech_ico2.png") 0 50% no-repeat;
}

.cars_items .info_block .car_techs > div.ico3 {
    background: url("../img/tech_ico3.png") 2px 50% no-repeat;
}

.cars_items .info_block .car_adds {
    display: flex;
    justify-content: space-between;
    /*padding-top: 20px;*/
    flex-flow: wrap;
}

.cars_items .info_block .car_adds a {
    color: #000;

    text-transform: uppercase;

    font-weight: 500;

    padding-left: 37px;

    position: relative;
    width: 46%;
    font-size: 10px;
    line-height: 130%;
    margin-bottom: 10px;
}

.cars_items .info_block .car_adds a span {
}

.cars_items .info_block .car_adds a font {
    font-size: 12px;
}

.cars_items .info_block .car_adds a b {
    font-size: 22px;
    line-height: 80%;
}

.cars_items .info_block .car_adds a br {
}

.cars_items .info_block .car_adds a.ico1 {
}

.cars_items .info_block .car_adds a.ico2 {
}

.cars_items .info_block .car_adds a:before {
    content: "";
    width: 33px;
    height: 33px;
    background: #b91b23;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.cars_items .info_block .car_adds a.ico1:before {
    background: url(../img/car_ico1.jpg) 50% no-repeat;
}

.cars_items .info_block .car_adds a.ico2:before {
    background: url(../img/car_ico2.png) 50% no-repeat #b91b23;
}

.cars_items .info_block .car_adds a.ico5:before {
    background: url(../img/car_ico5.png) 50% no-repeat #d9d9d9;
}

.cars_items .info_block .car_adds a.ico7::before {
    background: url(../img/car_ico7.png) 50% no-repeat #d9d9d9;
}

.cars_items .info_block .car_adds a.ico6:before {
    background: url(../img/car_ico6_a.png) 50% no-repeat #000;
}

.cars_items .info_block .car_adds a.ico5:hover:before {
    background: url(../img/car_ico5_a.png) 50% no-repeat #000;
}

.cars_items .info_block .car_adds a.ico6:hover:before {
    background: url(../img/car_ico6.png) 50% no-repeat #d9d9d9;
}

.cars_items a.ico10 {
    position: relative;
    font-size: 10px;
    font-weight: 500;
    padding: 5px 0 7px 45px;
    text-transform: uppercase;
    color: #000;
    line-height: 130%;
    margin-top: 10px;
}

.cars_items a.ico10:before {
    content: "";
    width: 33px;
    height: 33px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/ico10.png) 50% no-repeat #d9d9d9;
}

.car_props {
    margin: 10px 0;
}
.car_props a {
    position: relative;
    padding-left: 40px;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
    min-height: 38px;
}
.car_props a span {
    line-height: 20px;
}
.car_props a:last-child {
    margin-bottom: 0;
}
.car_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
}
.car_props_ico1:before {
    background: url(../img/car_props_ico1.png) no-repeat;
}
.car_props_ico2:before {
    background: url(../img/car_props_ico2.png) no-repeat;
}
.car_props_ico3:before {
    background: url(../img/car_props_ico3.png) no-repeat;
}
.car_props_ico4:before {
    background: url(../img/car_props_ico4.png) no-repeat;
}
.car_props_ico5:before {
    background: url(../img/car_props_ico5.png) no-repeat;
}

.cars_items .info_block .car_btns {
    margin-top: 20px;
}

.cars_items .info_block .car_btns .btn {
    margin-bottom: 10px;
}

.cars_items .info_block .car_btns .btn:last-child {
    margin-bottom: 0;
}

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

.garant {
    margin-top: 110px;
    background: url("../img/garant_bg.jpg") 50% 0 no-repeat;
    padding: 75px 0 80px;
    display: none;
}

.garant > img {
    display: none;
}

.garant_title {
    color: #ffffff;
    font-weight: 300;
    font-size: 36px;
}

.garant_title b {
    display: block;
    font-weight: 500;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.garant_offer {
    margin-top: 10px;
    color: #ffffff;
    font-size: 68px;
    font-weight: 400;
    padding-left: 80px;
    position: relative;
}

.garant_offer:before {
    content: "";
    display: block;
    width: 57px;
    height: 49px;
    background: url("../img/ico_bell.png") 50% no-repeat;
    position: absolute;
    top: 18px;
    left: 0;
    animation: blink 0.7s infinite alternate;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0.75;
    }
    50% {
        opacity: 0.5;
    }
    75% {
        opacity: 0.25;
    }
    100% {
        opacity: 0;
    }
}

.garant_info_wrap {
    width: 564px;
    max-width: 100%;
    position: relative;
}

.garant_info {
    box-sizing: border-box;
    margin-top: 45px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 61px;
    padding-left: 35px;
    padding-right: 95px;
    border: 2px solid #ffffff;
    background: url("../img/arrow_d.png") 93% 50% no-repeat;
    cursor: pointer;
}

.garant_list_wrap {
    position: absolute;
    left: 0;
    top: 61px;
    box-sizing: border-box;
    background: #ffffff;
    width: 100%;
    padding: 25px 30px;
    max-width: 100%;
    z-index: 1;
    display: none;
}

.garant_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.garant_list li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    cursor: pointer;
}

.garant_list li i {
    font-style: normal;
    font-weight: 500;
    display: inline-block;
    margin-left: 10px;
}

.garant_list li:last-child {
    margin-bottom: 0;
}

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

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

.choose_car {
    margin-top: 80px;
    height: 537px;
}

.choose_car .content {
    padding: 0;
    position: relative;
    display: grid;
    justify-content: center;
}

.choose_car .container .content > .item {
    display: none;
}

.choose_car .container .content > .item.show {
    display: block;
}

.choose_car .container .content > .item[data-block="0"] {
}

.choose_car .container .content > .item[data-block="0"] .title {
    padding: 0;
    padding-top: 52px;
}

.choose_car .title {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 45px;
}

.choose_car .title b {
}

.choose_car .text {
    font-size: 16px;
    padding: 20px 0;
}

.choose_car .comment {
    font-size: 30px;
    font-weight: 500;
}

.choose_car .next_prev_block {
    display: flex;
    justify-content: space-between;
    width: 85%;
}

.choose_car .btn {
    cursor: pointer;
}

.choose_car .btn.glass {
}

.choose_car .btn.prev {
}

.choose_car .btn.next {
}

.choose_car .next_prev_block .btn {
    width: 49%;
}

.choose_car .btn.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.choose_car .item_blocks {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.choose_car .info_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 370px;
    width: 480px;
}

.choose_car .inputs_block {
}

.choose_car .inputs_block label {
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 50px;
    position: relative;
    margin-bottom: 20px;
}

.choose_car .inputs_block label input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.choose_car .inputs_block label input + span {
    position: absolute;
    top: -2px;
    left: 0;
    display: block;
    border: 1px solid black;
    width: 28px;
    height: 28px;
}

.choose_car .inputs_block label input:checked {
}

.choose_car .inputs_block label input:checked + span {
    background: url(../img/checked_input.png) 50% no-repeat;
}

.choose_car .image_block {
}

.choose_car .image_block img {
}

.choose_car .selects_block {
}

.choose_car .selects_block .select_item {
    padding-bottom: 35px;
    width: 85%;
}

.choose_car .selects_block .select_item .select_name {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 15px;
}

.choose_car .selects_block .select_item select {
    font-size: 20px;
    font-weight: 500;
}

.choose_car .select_color {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.choose_car .select_color label {
    width: 122px;
    height: 122px;
    margin: 5px;
    display: block;
    position: relative;
    cursor: pointer;
}

.choose_car .select_color label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.choose_car .select_color label input + span {
    display: block;
    width: 122px;
    height: 122px;
    position: absolute;
    top: 0;
    left: 0;
}

.choose_car .select_color label:hover input + span {
    border: 3px solid black;
    width: 122px;
    height: 122px;
}

.choose_car .select_color label input:checked {
}

.choose_car .select_color label input:checked + span {
    border: 3px solid black;
    background: url(../img/checked_input.png) 20% 20% no-repeat;
}

.choose_car .form_block {
    margin-bottom: 35px;
    max-width: 370px;
}

.choose_car .form_block form .form-group input[type="text"],
form .form-group input[type="tel"] {
    background: #fff;
    border: 2px solid #000;
}

.choose_car .form_block .form-group {
}

.choose_car .form_block .agree_field,
.choose_car .form_block .agree_field a {
    color: #000;
}

.choose_car .final_image_block {
}

.choose_car .final_image_block img {
}

.choose_car .steps {
    position: absolute;
    bottom: 55px;
    left: 0;
    display: none;
    justify-content: space-between;
    width: 100%;
}

.choose_car .steps.show {
    display: flex;
}

.choose_car .steps:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #000;
    opacity: 0.3;
}

.choose_car .steps .step_item {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    padding-top: 25px;
    font-weight: 400;
    opacity: 0.3;
    position: relative;
}

.choose_car .steps .step_item.active {
    opacity: 1;
}

.choose_car .steps .step_item.active:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    height: 5px;
    width: 100%;
    background: #000;
}

.choose_car .steps .step_item span {
}

.choose_car .steps .step_item span b {
    font-weight: 500;
}

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

#instock {
    margin-top: 120px;
}

.instock_title {
    font-size: 36px;
    /* text-align: center; */
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
}

.filter_quick_menu {
    margin: 0;

    padding-top: 35px;

    display: flex;
    flex-wrap: wrap;

    padding-bottom: 10px;

    border-bottom: 1px solid #dedede;
}

.filter_quick_menu li {
    font-size: 12px;

    font-weight: 500;

    color: #828282;

    transition: all 0.2s linear;

    cursor: pointer;

    position: relative;

    padding: 0 20px;
}

.filter_quick_menu li:before {
    content: "";
    width: 80%;
    height: 5px;
    display: block;
    background: transparent;
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.2s linear;
}

.filter_quick_menu li:hover,
.filter_quick_menu li.current {
    color: #000;
}

.filter_quick_menu li:hover:before,
.filter_quick_menu li.current:before {
    background: #000;
}

.filter_quick_menu li span {
    text-transform: uppercase;
}

#filter_table {
    margin-bottom: 45px;
    padding-top: 20px;
    display: flex;
    /* justify-content: space-between; */
    /* display: none; */
}

#filter_table .select_container {
    position: relative;
    width: 30%;
    display: inline-block;
    margin-left: 10px;
}

#filter_table .select_container:first-child {
    margin-left: 0px;
    display: none;
}

#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 {
    display: block;
    font-family: "Haval", Arial, sans-serif;
    color: black;
    height: 60px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    background: none;
    border-radius: 0px;
    background: url(../img/ico_select_compl.png) right 20px center no-repeat;
    border: 1px solid #cfd0d1;
}

#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;
    font-weight: 400;
}

.tb_complects tr {
    background: #ffffff;
    /* border-bottom: 25px solid #f8f9fa; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    box-sizing: border-box;
}

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

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

.tb_complects tr th {
    text-align: left;
    font-size: 16px; /* text-transform:uppercase; */
    background: #ededed;
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
    height: 53px;
    box-sizing: border-box;
}

.tb_complects tr td {
    /* vertical-align:middle; */
    /* padding: 15px; */
    text-align: left;
    position: relative;
}

.tb_complects tr td:nth-child(1) {
    /* width: 25%; */
    /* padding-right: 80px; */
    /* padding-left: 30px; */
    /* border-right: 1px solid #cacaca; */
}

.tb_complects tr td:nth-child(2) {
    width: 25%;
    /* text-align: center; */
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* padding: 0 65px; */
    /* border-right: 1px solid #cacaca; */
}

.tb_complects tr td:nth-child(3) {
    /* width: 32%; */
    /* padding-left: 65px; */
    /* padding-right: 15px; */
    /* border-left: 1px solid #cacaca; */
}

.tb_complects tr td:nth-child(4) {
    width: 25%;
}

.tb_complects_showmore {
    color: black;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-top: 85px;
    display: block;
    width: 230px;
    text-decoration: none;
    border-bottom: 1px solid black;
}

.tb_complects_showmore:hover {
    /* border-color:#1c69d4; */
}

.tb_complects tr .btns {
    /* width:300px; */
    padding-top: 15px;
    vertical-align: middle;
}

.tb_complects tr .btns .btn {
    /* width: 100%; */
    margin-top: 10px;
    font-size: 14px;
}

.tb_complects tr .btns .btn:first-child {
}

.tb_complects tr td .param_wrap {
    display: flex;
}

.tb_complects tr td .param2_wrap {
    font-size: 14px;

    text-align: left;

    /* width: 55%; */
}

.tb_complects tr td .param1 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
}

.tb_complects tr td .param2 {
    display: inline;
    font-weight: 400;
}

.tb_complects tr td .param3 {
    display: inline;
    /* font-weight: 500; */
    /* color: #27509b; */
    line-height: 120%;
}

.tb_complects tr td .param4 {
    display: inline;
}

.tb_complects tr td .param5 {
    /* text-decoration: line-through; */
    /* font-weight: 500; */
    display: inherit;
}

.tb_complects tr td .param5 span {
    font-weight: 500;
}

.tb_complects tr td .dop_info {
    font-size: 12px;
    text-decoration: underline;
    padding-left: 30px;
    padding-bottom: 2px;
    background: url("../img/ico_quest.png") 0 50% no-repeat;
    margin-top: 15px;
    cursor: pointer;
    display: inline-block;
}

.tb_complects tr td .dop_info_text {
    box-sizing: border-box;
    width: 330px;
    max-width: 100%;
    box-shadow: 0px 0px 18px 2px rgba(1, 2, 2, 0.05);
    padding: 20px 25px;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 1;
    background: #ffffff;
    display: none;
}

.tb_complects tr td .dop_info_text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tb_complects tr td .dop_info_text ul li {
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
    background: url("../img/dot2.png") 0 7px no-repeat;
}

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

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

.service .content {
    width: 430px;
    margin-left: auto;
}

.service .main_title {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 130%;
}

.service .title {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 20px;
    white-space: nowrap;
}

.service .service_list {
    margin: 0;
}

.service .service_list li {
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.service .service_list li:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    border-radius: 50%;
}

.service .service_list li span {
    text-transform: uppercase;
}

.service .service_list li b {
    font-size: 32px;
    font-weight: 500;
}

.service .description {
    font-size: 20px;
    margin-top: 20px;
}

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

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

.tradein {
    background: url(../img/tradein_bg.jpg) 50% 0 no-repeat;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 100px;
    /* margin-top: 80px; */
}

.webp .tradein {
    background: url(../img/tradein_bg.webp) 50% 0 no-repeat;
}

.tradein .content {
}

.tradein .title {
    font-size: 20px; /* font-weight: 500; */
    text-transform: uppercase;
    padding-bottom: 30px;
    line-height: 120%;
}

.tradein #form1 {
    width: 360px;
}

.tradein #form1 select {
    background: url(../img/ico_select.png) right 20px center no-repeat #fff;
    border: 2px solid #fff;
}

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

.leasing {
    background: url(../img/leasing_bg.jpg) 50% 0 no-repeat;
    /* color: #fff; */
    padding-top: 60px;
    padding-bottom: 70px;
}

.webp .leasing {
    background: url(../img/leasing_bg.webp) 50% 0 no-repeat;
}

.leasing .content {
}

.leasing .title {
    font-size: 36px;

    font-weight: 500;

    text-transform: uppercase;
}

.leasing .desc {
    margin-top: 15px;

    font-size: 14px;
}

.leasing .btn {
    margin-top: 25px;
}

.leasing .btn:hover {
    border: 2px solid #ffffff;
    background: conic-gradient(at calc(100% - 1.3 * 2px) 0, #ffffff 209deg, #38d1c3 211deg) border-box;
}

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

.credit {
    background: url(../img/credit_bg.jpg) 50% 0 no-repeat;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 110px;
}

.webp .credit {
    background: url(../img/credit_bg.webp) 50% 0 no-repeat;
}

.credit .content {
    width: 500px;

    background: rgba(0, 0, 0, 0.7);

    padding: 50px;
}

.credit .title {
    font-size: 36px;

    font-weight: 500;

    text-transform: uppercase;
}

.credit .comment {
    font-size: 22px;

    line-height: 110%;

    padding: 25px 0;
}

.credit .comment br {
}

.credit #form2 {
}

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

.reviews {
    background: #ffffff;
    /*padding: 75px 0 90px;*/
}

.reviews_logo {
}

.reviews_title {
    font-size: 30px;
    padding-bottom: 30px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}

.reviews_text {
    font-size: 20px;
    margin-bottom: 45px;
}

.reviews_items {
    margin-top: 10px;
}

.reviews_item {
    box-sizing: border-box;
    color: #000;
    box-sizing: border-box;
    text-align: left;
    /*width: 49%;*/
    min-height: 305px !important;
    background: white;
    padding: 25px 30px;
    margin: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

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

.reviews_item .autor_name {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    display: flex;
    align-items: center;
}

.reviews_item .autor_name .rating {
    margin-left: 20px;
}

.reviews_item .review_title .review_date {
    font-size: 22px;
    font-weight: 400;
}

.reviews_item .about_review {
    color: rgba(0, 0, 0, 0.2);
    font-size: 16px;
    margin-top: 10px;
}

.reviews_item .review {
    padding-top: 20px;
    font-size: 14px;
}

.reviews .slick-dots {
    display: flex !important;
    justify-content: center;
    position: absolute !important;
    bottom: -15% !important;
    /* left: calc(50% - 420px) !important; */
    z-index: 1 !important;
    padding: 0 !important;
    width: 100%;
}

.reviews .slick-dots li {
    width: 100px !important;
    height: 6px !important;
    display: block !important;
    margin: 0 10px !important;
    background: #cccccc !important;
}

.reviews .slick-dots li button {
    display: block !important;
    background: none !important;
    color: transparent !important;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    outline: none !important;
}

.reviews .slick-dots li button:before {
    display: none !important;
}

.reviews .slick-dots li.slick-active {
    background: #000 !important;
}

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

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

.best_offer {
    color: #fff;
    background: url(../img/best_offer_bg.jpg) 50% 0 no-repeat;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-top: -10px;
}

.webp .best_offer {
    background: url(../img/best_offer_bg.webp) 50% 0 no-repeat;
}

.best_offer .content {
    display: flex;

    justify-content: space-between;

    align-items: center;
}

.best_offer .title_block {
}

.best_offer .title1 {
    font-size: 26px;

    font-weight: 400;

    text-transform: uppercase;
    margin-bottom: 10px;
}

.best_offer .title2 {
    font-size: 30px;

    font-weight: 500;

    text-transform: uppercase;

    /* color: #b91b23; */
}

.best_offer #form3 {
    width: 55%;
}

.best_offer #form3 .form-group_wrapper {
    display: flex;

    justify-content: space-between;
}

.best_offer #form3 .form-group {
    width: 49%;
}

.best_offer #form3 .form-group input[type="text"],
.best_offer #form3 .form-group input[type="tel"] {
    color: #9d9d9e;
    background: transparent;
    border: 1px solid #9d9d9e;
}

.best_offer #form3 .btn {
    background: conic-gradient(at calc(100% - 1.3 * 2px) 0, #ffffff 209deg, #0000 211deg) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.577 * 60px) 100%, 0 100%);
    border-color: #fff;
    color: #fff;
    height: 60px;
}

.best_offer #form3 .btn:hover {
    background: #fff;
    color: #000 !important;
}

.best_offer #form3 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9d9d9e;
}

.best_offer #form3 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #9d9d9e;
}

.best_offer #form3 :-ms-input-placeholder {
    /* IE 10+ */
    color: #9d9d9e;
}

.best_offer #form3 :-moz-placeholder {
    /* Firefox 18- */
    color: #9d9d9e;
}

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

.contacts_block {
    background: #111111;

    color: #fff;

    padding: 50px 0 30px 0;
}

.contacts_block .content {
    display: flex;

    justify-content: space-between;

    align-items: center;
}

.contacts {
    width: 27%;
}

.contacts .title {
    font-size: 30px;

    text-transform: uppercase;

    font-weight: 400;
}

.contacts .title span {
    display: block;
    font-size: 20px;
    text-transform: none;
    margin-bottom: 10px;
}

.contacts .bottom_addr {
    font-size: 11px;
    font-weight: 400;
    padding-left: 25px;
    position: relative;
    margin-top: 20px;
    line-height: 120%;
}

.contacts .bottom_addr:before {
    content: url(../img/loc_bottom.png);
    position: absolute;
    top: 4px;
    left: 0;
}

.contacts .bottom_worktime {
    font-size: 14px;
    font-weight: 400;
    padding-left: 25px;
    position: relative;
    margin-top: 20px;
}

.contacts .bottom_worktime:before {
    content: url(../img/clock_bottom.png);
    position: absolute;
    top: 0px;
    left: 0;
}

.contacts .bottom_phone {
    padding-left: 25px;
    position: relative;
    margin-top: 20px;
}

.contacts .bottom_phone a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.contacts .bottom_phone:before {
    content: url(../img/phone_bottom.png);
    position: absolute;
    top: 2px;
    left: 0;
}

.contacts #form4 {
    width: 100%;
    margin-top: 30px;
}

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

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

.webp #map1 {
    background: url(../img/map.webp) 50% 0% no-repeat;
}

footer {
    padding-top: 21px;
    padding-bottom: 20px;
}

.disclamer_switch_bg {
}

.disclamer_switch {
    color: black;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}

footer .disclamer {
    color: black;
    font-size: 10px;
    display: none;
    text-align: left;
    padding-top: 35px;
}

.copyright {
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 15px;
}

.invite_container {
    background: url(../img/bg_invite.jpg) 50% 0% no-repeat;
    position: relative;
    margin-top: 156px;
    font-family: "Haval";
    padding-bottom: 34px;
    background-size: cover;
}

.invite_container:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: hwb(0deg 100% 0% / 80%);
}

.invite_container .container {
}

.invite_container .title_container {
    background: #272727;
    color: white;
    position: relative;
    top: -65px;
    left: -117px;
    padding: 24px 111px;
    padding-bottom: 21px;
    border: 8px solid white;
    margin-bottom: -11px;
}

.invite_container .title_container .title {
    font-size: 24px;
}

.invite_container .title_container .title font {
    font-size: 32px;
    margin-top: 10px;
}

.invite_container .title_container .comment {
    font-size: 20px;
    padding-top: 21px;
    line-height: 139%;
}

.invite_container .container > .title {
    font-size: 22px;
    padding-top: 0px;
}

.invite_container .container > .comment {
    margin-top: 30px;
}

.invite_container .container > .comment span {
    display: inline-block;
    position: relative;
    z-index: 0;
    margin-left: 21px;
    font-size: 32px;
    vertical-align: middle;
    top: -3px;
    padding-left: 26px;
    padding-right: 30px;
    margin-right: 18px;
}

.invite_container .container > .comment span:before {
    content: "";
    background: #00cabf;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 25px;
    z-index: -1;
    padding: 10px;
    transform: translate(-50%, -50%) skewX(-26deg);
}

.invite_container .panel {
    background: black;
    position: relative;
    color: white;
    padding-top: 17px;
    font-size: 24px;
    line-height: 149%;
    padding-bottom: 14px;
}

.invite_container .panel span {
    color: #00cabf;
}

.invite_container ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-top: 28px;
}

.invite_container ul > li {
    width: 33.33333333%;
    text-align: center;
    margin-bottom: 34px;
}

.invite_container ul > li span {
    display: block;
    margin-top: 3px;
    line-height: 113%;
}

.invite_container ul > li:before {
    content: "";
}

.invite_container ul > li.ico1:before {
    background: url(../img/img1.png) 50% 50% no-repeat;
    width: 74px;
    height: 85px;
    display: block;
    margin: 0px auto;
}

.invite_container ul > li.ico2:before {
    background: url(../img/img2.png) 50% 50% no-repeat;
    width: 278px;
    height: 71px;
    display: block;
    margin: 0px auto;
}

.invite_container ul > li.ico3:before {
    background: url(../img/img3.png) 50% 50% no-repeat;
    width: 73px;
    height: 103px;
    display: block;
    margin: 0px auto;
}

.invite_container ul > li.ico4:before {
    background: url(../img/img4.png) 50% 50% no-repeat;
    width: 141px;
    height: 74px;
    display: block;
    margin: 0px auto;
}

.invite_container ul > li.ico5:before {
    background: url(../img/img5.png) 50% 50% no-repeat;
    width: 100px;
    height: 83px;
    display: block;
    margin: 0px auto;
}

.invite_container ul > li.ico6:before {
    background: url(../img/img6.png) 50% 50% no-repeat;
    width: 88px;
    height: 78px;
    display: block;
    margin: 0px auto;
}

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

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

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

@media (max-width: 1440px) {
    body:before {
        display: none;
    }
}

@media (max-width: 1280px) {
    .top_addr {
        display: none;
    }
}

@media (max-width: 991px) {
    .header .btn {
        display: none;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .new_car_wrap {
        padding-left: 60px;
    }

    .menu_wrap {
        width: 100%;
    }

    .gos_img {
        margin-left: 20px;
    }

    .gos_title {
        font-size: 22px;
    }

    .header .top_addr {
        display: none;
    }

    /**************************************************************************************************************/
    .banner {
    }

    .banner_slider {
    }

    .banner_slider .item {
    }

    .banner_slider .item img {
    }

    .banner_slider .slick-dots {
    }

    .banner_slider .slick-dots li {
    }

    .banner_slider .slick-dots li button {
    }

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

    .main_gift_block {
        background-position: 85% 50%;
    }

    /**************************************************************************************************************/
    .cars_items {
    }

    .cars_items .car_item {
    }

    .cars_items .car_slider_block {
    }

    .cars_items .car_slider {
    }

    .cars_items .car_image {
    }

    .cars_items .car_image img {
    }

    .cars_items .info_block {
    }

    .cars_items .info_block .title {
    }

    .cars_items .info_block .car_price {
    }

    .cars_items .info_block .car_spec {
    }

    .cars_items .info_block .simple_buy {
    }

    .cars_items .info_block .simple_buy span {
    }

    .cars_items .info_block .car_adds {
    }

    .cars_items .info_block .car_adds a {
    }

    .cars_items .info_block .car_adds a span {
    }

    .cars_items .info_block .car_adds a b {
    }

    .cars_items .info_block .car_adds a br {
    }

    .cars_items .info_block .car_adds a.ico1 {
    }

    .cars_items .info_block .car_adds a.ico2 {
    }

    .cars_items .info_block .car_adds a:before {
        content: "";
    }

    .cars_items .info_block .car_adds a.ico1:before {
    }

    .cars_items .info_block .car_adds a.ico2:before {
    }

    .cars_items .info_block .car_btns {
    }

    .cars_items .info_block .car_btns .btn {
    }

    /**************************************************************************************************************/
    .choose_car {
    }

    .choose_car .content {
    }

    .choose_car .container .content > .item {
    }

    .choose_car .container .content > .item[data-block="0"] {
    }

    .choose_car .container .content > .item[data-block="0"] .title {
    }

    .choose_car .title {
    }

    .choose_car .title b {
    }

    .choose_car .text {
    }

    .choose_car .comment {
    }

    .choose_car .next_prev_block {
    }

    .choose_car .btn {
    }

    .choose_car .btn.glass {
    }

    .choose_car .btn.prev {
    }

    .choose_car .btn.next {
    }

    .choose_car .next_prev_block .btn {
    }

    .choose_car .item_blocks {
    }

    .choose_car .info_block {
    }

    .choose_car .inputs_block {
    }

    .choose_car .inputs_block label {
    }

    .choose_car .inputs_block label input {
    }

    .choose_car .inputs_block label input + span {
    }

    .choose_car .inputs_block label input:checked {
    }

    .choose_car .inputs_block label input:checked + span {
    }

    .choose_car .image_block {
    }

    .choose_car .image_block img {
    }

    .choose_car .selects_block {
    }

    .choose_car .selects_block .select_item {
    }

    .choose_car .selects_block .select_item .select_name {
    }

    .choose_car .selects_block .select_item select {
    }

    .choose_car .select_color {
    }

    .choose_car .select_color label {
    }

    .choose_car .select_color label input {
    }

    .choose_car .select_color label input + span {
    }

    .choose_car .select_color label input:checked {
    }

    .choose_car .select_color label input:checked + span {
    }

    .choose_car .form_block {
    }

    .choose_car .form_block .form-group {
    }

    .choose_car .form_block form .form-group input[type="text"],
    form .form-group input[type="tel"] {
    }

    .choose_car .form_block .agree_field,
    .choose_car .form_block .agree_field a {
    }

    .choose_car .final_image_block {
    }

    .choose_car .final_image_block img {
    }

    .choose_car .steps {
    }

    .choose_car .steps .step_item {
    }

    .choose_car .steps .step_item span {
    }

    .choose_car .steps .step_item span b {
    }

    /****************************************************************************************************/
    .service {
    }

    .service .content {
    }

    .service .title {
    }

    .service .service_list {
    }

    .service .service_list li {
    }

    .service .service_list li:before {
    }

    .service .service_list li span {
    }

    .service .service_list li b {
    }

    .service .description {
    }

    .service .btn {
    }

    /****************************************************************************************************/
    .tradein {
    }

    .webp .tradein {
    }

    .tradein .content {
    }

    .tradein .title {
    }

    .tradein #form1 {
    }

    /**************************************************************************************************************/
    .leasing {
    }

    .webp .leasing {
    }

    .leasing .content {
    }

    .leasing .title {
    }

    .leasing .desc {
    }

    .leasing .btn {
    }

    /**************************************************************************************************************/
    .credit {
    }

    .webp .credit {
    }

    .credit .content {
    }

    .credit .title {
    }

    .credit .comment {
    }

    .credit .comment br {
    }

    .credit #form2 {
    }

    /**************************************************************************************************************/
    .best_offer {
    }

    .webp .best_offer {
    }

    .best_offer .content {
    }

    .best_offer .title_block {
    }

    .best_offer .title1 {
    }

    .best_offer .title2 {
    }

    .best_offer #form3 {
    }

    /**************************************************************************************************************/
    .contacts_block {
    }

    .contacts_block .content {
    }

    .contacts {
    }

    .contacts .title {
    }

    .contacts #form4 {
    }

    /**************************************************************************************************************/
    .reviews_item {
        min-height: 320px !important;
    }

    .reviews_item .review {
        font-size: 14px;
    }

    .ext_garant {
        right: 0;
    }

    .cars_items .info_block .car_gos {
        right: 0;
        top: -35px;
    }

    .brand_day_scroll {
    }

    .brand_day_scroll_title {
        font-size: 36px;
    }

    .bd_list .column .bd_item .bd_item_text {
        font-size: 12px;
        padding: 35px 30px;
    }

    .bd_list .column .bd_item .bd_item_text b {
        font-size: 20px;
    }

    .bd_wrap {
        padding: 60px 35px;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .main_gift_block {
        background-position: 110% 50%;
    }

    .gos_img {
        display: none;
    }

    .gos_wrap {
        width: 100%;
        text-align: center;
    }

    .gos_progs {
        justify-content: space-evenly;
    }

    .gos_progs a.ico1 {
        margin-right: 0;
    }

    #filter_table {
        justify-content: space-between;
    }

    #filter_table .select_container {
        width: 49%;
    }

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

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

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

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

    .best_offer .title2 {
        font-size: 28px;
    }

    /**************************************************************************************************************/
    .header .top_phone {
        padding-left: 15px;
    }

    .header .top_phone a {
        font-size: 16px;
    }

    /**************************************************************************************************************/
    /**************************************************************************************************************/
    .new_car_block {
        margin-top: 35px;
        background-position: 50% 0;
    }

    .new_car_wrap {
        padding-left: 15px;
    }

    /**************************************************************************************************************/
    .cars_items .car_item {
        display: block;
    }

    .cars_items .car_slider_block {
        width: 80%;
    }

    .cars_items .info_block {
        /* width: 79%; */

        position: relative;
        width: 100%;

        margin: 0;

        margin-top: 30px;
    }

    .cars_items .info_block .car_btns .btn {
        width: 100%;
    }

    .cars_items .info_block .car_adds a:before {
        content: "";
    }

    .contacts {
        width: 38%;
    }

    #map1 {
        width: 60%;
    }

    /**************************************************************************************************************/
    .choose_car {
    }

    .choose_car .content {
    }

    .choose_car .container .content > .item {
    }

    .choose_car .container .content > .item[data-block="0"] {
    }

    .choose_car .container .content > .item[data-block="0"] .title {
    }

    .choose_car .title {
    }

    .choose_car .title b {
    }

    .choose_car .text {
    }

    .choose_car .comment {
    }

    .choose_car .next_prev_block {
    }

    .choose_car .btn {
    }

    .choose_car .btn.glass {
    }

    .choose_car .btn.prev {
    }

    .choose_car .btn.next {
    }

    .choose_car .next_prev_block .btn {
    }

    .choose_car .item_blocks {
    }

    .choose_car .info_block {
    }

    .choose_car .inputs_block {
    }

    .choose_car .inputs_block label {
    }

    .choose_car .inputs_block label input {
    }

    .choose_car .inputs_block label input + span {
    }

    .choose_car .inputs_block label input:checked {
    }

    .choose_car .inputs_block label input:checked + span {
    }

    .choose_car .image_block {
    }

    .choose_car .image_block img {
    }

    .choose_car .selects_block {
    }

    .choose_car .selects_block .select_item {
    }

    .choose_car .selects_block .select_item .select_name {
    }

    .choose_car .selects_block .select_item select {
    }

    .choose_car .select_color {
    }

    .choose_car .select_color label {
        width: 56px;
        height: 56px;
    }

    .choose_car .select_color label input {
    }

    .choose_car .select_color label input + span {
    }

    .choose_car .select_color label input:checked {
    }

    .choose_car .select_color label input:checked + span {
        width: 56px;
        height: 56px;
    }

    .choose_car .form_block {
    }

    .choose_car .form_block .form-group {
    }

    .choose_car .form_block form .form-group input[type="text"],
    form .form-group input[type="tel"] {
    }

    .choose_car .form_block .agree_field,
    .choose_car .form_block .agree_field a {
    }

    .choose_car .final_image_block {
    }

    .choose_car .final_image_block img {
    }

    .choose_car .steps {
    }

    .choose_car .steps .step_item {
    }

    .choose_car .steps .step_item span {
        font-size: 13px;
    }

    .choose_car .steps .step_item span b {
    }

    /**************************************************************************************************************/
    .reviews_item {
        min-height: 255px !important;
    }

    .reviews .slick-dots {
        /* left: calc(50% - 240px) !important; */
    }

    .reviews .slick-dots li {
        width: 50px !important;
        margin: 0 5px !important;
    }

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

    .garant_title {
        font-size: 30px;
    }

    .cars_items .info_block .car_gos {
        top: 0;
    }

    .brand_day_scroll {
        margin-top: 80px;
        padding: 55px 0;
    }

    .brand_day_title {
        font-size: 30px;
    }

    .bd_list {
        flex-direction: column;
    }

    .bd_list .column {
        width: 100%;
    }

    .bd_list .column .bd_item .bd_item_img img {
        width: 100%;
    }

    .bd_list .column .bd_item .bd_item_text {
        font-size: 16px;
    }

    .bd_list .column .bd_item .bd_item_text b {
        font-size: 25px;
    }

    .bd_wrap {
        justify-content: center;
        background-size: cover;
    }

    .bd_wrap .bd_title {
        font-size: 30px;
    }

    .bd_wrap .bd_timer_wrap {
        margin-top: 15px;
    }

    .bd_wrap .bd_timer_title {
        text-align: center;
    }

    .bd_wrap .bd_timer {
        margin-left: 0;
    }

    .head_buttons a {
        margin-right: 0px;
    }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .car_props {
        margin-bottom: 0;
    }
    .avantages {
        background: url(../img/avantages_bg_mob.png) no-repeat;
        background-size: 100%;
        margin-bottom: 240px;
        height: 470px;
        padding-left: 0;
    }

    .avantages_title {
        margin-top: 15px;
        color: #000;
    }

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

    .avantages_item3 p {
        font-size: 18px;
    }

    .avantages_block {
        margin-top: 300px;
    }

    .avantages_item1,
    .avantages_item2,
    .avantages_item3 {
        color: #000;
    }

    .avantages_item1 {
        font-size: 26px;
    }

    .avantages_item2 {
        font-size: 38px;
    }

    .avantages_block .btn {
        background: #000;
        color: #fff;
    }

    .cars_items .car_slider_block .props {
        position: relative;
    }

    .brand_day_scroll {
        margin-top: 30px;
        padding: 55px 20px;
        background-size: cover;
    }

    .brand_day_scroll_title {
        font-size: 30px;
    }

    .brand_day_title {
        font-size: 30px;
    }

    .bd_list {
        flex-direction: column;
    }

    .bd_list .column {
        width: 100%;
    }

    .bd_list .column .bd_item {
        flex-direction: column;
    }

    .bd_list .column .bd_item:nth-child(2) {
        flex-direction: column-reverse;
    }

    .bd_list .column .bd_item .bd_item_img {
        width: 100%;
    }

    .bd_list .column .bd_item .bd_item_img img {
        width: 100%;
    }

    .bd_list .column .bd_item .bd_item_text {
        width: 100%;
    }

    .bd_wrap {
        justify-content: center;
        background-size: cover;
        padding: 30px 15px;
    }

    .bd_wrap .bd_title {
        font-size: 30px;
    }

    .bd_wrap .bd_timer_wrap {
        margin-top: 15px;
    }

    .bd_wrap .bd_timer_title {
        text-align: center;
    }

    .bd_wrap .bd_timer {
        margin-left: 0;
    }

    .bd_wrap .bd_timer div[id^="timer"] {
        transform: scale(0.7) !important;
        white-space: nowrap;
    }

    .cars_items .info_block .car_gos {
        position: relative;
        right: 0;
        margin-bottom: 15px;
    }

    .ext_garant {
        position: relative;
        right: 0;
        margin-bottom: 15px;
    }

    .garant {
        background: #000000;
        padding: 0 0 20px;
        margin-top: 40px;
    }

    .garant > img {
        display: block;
    }

    .garant_title {
        text-align: center;
        padding-top: 20px;
        font-size: 24px;
    }

    .garant_title b {
        font-size: 26px;
    }

    .garant_offer {
        font-size: 34px;
    }

    .garant_offer:before {
        top: -5px;
    }

    .garant_info_wrap {
    }

    .garant_info {
        padding-left: 20px;
        padding-right: 50px;
        font-size: 14px;
        margin-top: 30px;
    }

    .garant_list li {
        font-size: 18px;
        flex-direction: column;
    }

    .main_menu {
        display: none;
    }

    .reviews .slick-dots li {
        width: 17px !important;
        margin: 0 2px !important;
    }

    .gos_block {
        margin-top: 40px;
    }

    .gos_img {
        display: none;
    }

    .gos_wrap {
        width: 100%;
        text-align: center;
    }

    .gos_title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .gos_title b {
        display: block;
    }

    .gos_progs {
        justify-content: space-evenly;
    }

    .gos_progs a {
        width: 49%;
    }

    .gos_progs a b {
        font-size: 22px;
    }

    .gos_progs a.ico1 {
        margin-right: 0;
    }

    .cars_items .car_slider_block .pl_offer {
        width: 100%;
    }

    .cars_items .car_slider_block .pl_offer.lizing {
        width: 100%;
    }

    .head_buttons {
        justify-content: space-between;
        margin-top: 10px;
    }

    .head_buttons a {
        width: 49%;
        margin-right: 0;
    }

    .cars_items_title {
        font-size: 24px;
        margin-top: 40px;
        line-height: 130%;
    }

    .pyment_per_month__right {
        font-size: 12px;
    }

    .pyment_per_month {
        margin-bottom: 10px;
    }

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

    #instock {
        padding-top: 20px;
        padding-bottom: 40px;
        margin-top: 80px;
    }

    .instock_title {
        font-size: 24px;
    }

    .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: 500;
        vertical-align: top;
        display: none;
    }

    .resp_table img {
        display: block;
        margin: 0 auto;
        width: 100%;
        width: auto;
        height: auto;
        max-width: 100%;
    }

    .tb_complects_container {
        padding-bottom: 0px;
    }

    .filter_quick_menu {
        justify-content: space-around;
        display: none;
    }

    .filter_quick_menu li {
        /* padding: 0; */
        margin: 5px 0;
    }

    .filter_quick_menu li:before {
        display: none;
    }

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

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

    #filter_table .select_container:after {
    }

    #filter_table .select_container:first-child {
        display: block;
    }

    #filter_table select {
    }

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

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

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

    #filter_table select option {
    }

    .tb_complects {
        padding-bottom: 30px;
    }

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

    .tb_complects tr {
        background: none;
        border: none;
        margin-bottom: 0px;
        margin-top: 40px;
    }

    .tb_complects tr:first-child {
    }

    .tb_complects tr th {
    }

    .tb_complects tr td {
        padding: 0px;
    }

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

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

    .tb_complects tr td .complect {
    }

    .tb_complects tr td .engine {
    }

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

    .tb_complects tr td .popup:first-child {
    }

    .tb_complects tr td .popup:hover {
    }

    .tb_complects_showmore {
        margin-left: 0px;
        left: 0px;
        text-align: center;
        display: block;
        position: relative;
        top: 0;
        margin-top: 20px;
    }

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

    .tb_complects tr td:nth-child(1) {
        width: 100%;
        border: none;
        padding: 0;
    }

    .tb_complects tr td:nth-child(2) {
        width: 100%;
        padding: 10px 0;
        display: block;
    }

    .tb_complects tr td:nth-child(3) {
        width: 100%;
        padding-bottom: 10px;
        padding: 0;
        border: none;
    }

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

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

    #filter_table {
        display: block;
    }

    #filter_table .select_container {
        margin: 0px;
    }

    /************************************************************************/
    .btn {
        width: 100%;
    }

    .header {
        flex-wrap: wrap;
        /* justify-content: center; */
    }

    .header .logo_wrap {
        width: 342px;
        order: -1;
    }

    .header .logo_wrap picture {
        width: 50%;
    }

    .header .logo_wrap .sep {
        margin: 0 7px;
        height: 25px;
    }

    .header .logo_text {
        padding-left: 12px;
        font-size: 10px;
        text-align: left;
        margin-top: 4px;
    }

    .header .top_addr {
        display: none;
    }

    .header .top_phone {
        margin-top: 10px;
        padding-left: 18px;
    }

    .header .top_phone a {
        font-size: 15px;
    }

    .header .btn {
        /* margin: 0 auto; */
        margin-top: 10px;
        order: 1;
        height: 34px;
        width: 45%;
        display: none;
    }

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

    .header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #000;
        transition: all 0.2s 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;
    }

    .header .menu {
        display: block;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 15;
        background: #fff;
        box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.1);
        width: 100%;
        height: 100vh;
        padding: 75px 15px 30px 15px;
        transition: all 0.2s linear;
    }

    .header .menu.active {
        left: 0;
    }

    .header .menu a {
        display: block;
        text-align: center;
        color: #000;
        padding: 10px 0;
        font-size: 18px;
    }

    /**************************************************************************************************************/
    .banner {
        margin-top: 90px;
    }

    .banner_slider {
    }

    .banner_slider .slick-prev {
        /* top: 9%; */
        left: 5px !important;
        /* width: 40px !important; */
        height: 40px !important;
        /* background-size: 100% !important; */
    }

    .banner_slider .slick-next {
        /* top: 9%; */
        right: 5px !important;
        width: 40px !important;
        height: 40px !important;
        /* background-size: 100% !important; */
    }

    .banner_slider .slick-dots {
        top: 80%;
    }

    .banner_slider .slick-dots li {
        width: 20%;
    }

    .banner_slider .slick-dots li button {
    }

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

    .main_gift_block {
        background-position: 110% -10%;
        background-size: 30%;
    }

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

    .main_gift_text b {
        font-size: 30px;
    }

    /**************************************************************************************************************/
    .new_car_block {
        background: none;
        padding: 0;
        margin-top: 20px;
    }

    .new_car_block > img {
        display: block;
    }

    .new_car_wrap {
        padding: 20px 0;
    }

    .new_car_title {
        color: #000000;
    }

    .new_car_comment {
        color: #000000;
    }

    .new_car_wrap .btn {
        width: 100%;
        border: 2px solid #000;
    }

    /**************************************************************************************************************/
    .cars_items {
        margin-top: 0;
    }

    .cars_items .car_item {
        margin-top: 60px;
        display: block;
        padding-top: 75px;
        position: relative;
    }

    .cars_items .info_block .car_techs {
        margin: 20px 0;
    }

    .cars_items .car_slider_block {
        width: 100%;
    }

    .cars_items .car_slider {
    }

    .banner_slider .slick-dots {
        top: 90%;
    }

    .banner_slider .slick-dots li {
        width: 20%;
    }

    .cars_items .car_image {
    }

    .cars_items .car_image img {
    }

    .cars_items .info_block {
        width: 100%;

        margin: 0;

        margin-top: 20px;
    }

    .cars_items .info_block .car_specs {
        margin: 20px 0;
    }

    .cars_items .info_block .title {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .cars_items .info_block .car_count {
        position: relative;
        right: 0;
        top: 0;
    }

    .cars_items .info_block .car_profit_icon {
        position: static;
        margin-bottom: 15px;
        width: 290px;
        padding-right: 4px;
    }

    .cars_items .info_block .car_profit b {
        font-size: inherit;
    }

    .cars_items .info_block .car_profit_icon span {
        font-size: 14px;
    }

    .cars_items .info_block .car_profit_icon b {
        font-size: 24px;
    }

    car_profit_icon {
    }

    .cars_items .info_block .car_price {
        top: 50px;
        position: absolute;
    }

    .cars_items .info_block .car_spec {
        position: absolute;
        top: 90px;
    }

    .cars_items .info_block .car_spec.add {
        /* display: block; */
        margin-left: 0;
        top: 55px;
    }

    .cars_items .info_block .simple_buy {
        margin-bottom: 10px;
    }

    .cars_items .info_block .simple_buy span {
    }

    .cars_items .info_block .pl_tires {
        margin-bottom: 10px !important;
    }

    .cars_items .info_block .car_adds {
        flex-direction: column;
    }

    .cars_items .info_block .car_adds a {
        font-size: 14px;
        width: 100%;
        min-height: 40px;
        display: flex;
        align-items: center;
    }

    .cars_items .info_block .car_adds a span {
    }

    .cars_items .info_block .car_adds a b {
    }

    .cars_items .info_block .car_adds a br {
        display: none;
    }

    .cars_items .info_block .car_adds a.ico1 {
    }

    .cars_items .info_block .car_adds a.ico2 {
    }

    .cars_items .info_block .car_adds a:before {
        top: 2px;
    }

    .cars_items .info_block .car_adds a.ico1:before {
    }

    .cars_items .info_block .car_adds a.ico2:before {
    }

    .cars_items .info_block .car_btns {
    }

    .cars_items .info_block .car_btns .btn {
    }

    /**************************************************************************************************************/
    .choose_car {
        height: auto;
        /*margin-top: 80px;*/
        background-size: 514px auto !important;
        background-position: 50% 0 !important;
    }

    .choose_car .content {
        padding: 0;
    }

    .choose_car .container .content > .item {
    }

    .choose_car .container .content > .item[data-block="0"] {
    }

    .choose_car .container .content > .item[data-block="0"] .title {
        padding-top: 200px;
        font-size: 30px;
    }

    .choose_car .title {
        font-size: 24px;
    }

    .choose_car .title b {
    }

    .choose_car .text {
    }

    .choose_car .comment {
        font-size: 20px;
        padding-bottom: 30px;
    }

    .choose_car .next_prev_block {
        width: 100%;
        margin-top: 21px;
    }

    .choose_car .btn {
    }

    .choose_car .btn.glass {
    }

    .choose_car .btn.prev {
    }

    .choose_car .btn.next {
    }

    .choose_car .next_prev_block .btn {
    }

    .choose_car .item_blocks {
        flex-wrap: wrap;
    }

    .choose_car .info_block {
        width: 100%;
        height: auto;
    }

    .choose_car .inputs_block {
    }

    .choose_car .inputs_block label {
        font-size: 16px;
        padding-left: 30px;
    }

    .choose_car .inputs_block label input {
    }

    .choose_car .inputs_block label input + span {
        width: 20px;
        height: 20px;
    }

    .choose_car .inputs_block label input:checked {
    }

    .choose_car .inputs_block label input:checked + span {
    }

    .choose_car .image_block {
        order: -1;
        margin-bottom: 30px;
        width: 100%;
    }

    .choose_car .image_block img {
    }

    .choose_car .selects_block {
    }

    .choose_car .selects_block .select_item {
        padding-bottom: 15px;
    }

    .choose_car .selects_block .select_item .select_name {
        font-size: 20px;
    }

    .choose_car .selects_block .select_item select {
    }

    .choose_car .select_color {
    }

    .choose_car .select_color label {
        width: 56px;
        height: 56px;
    }

    .choose_car .select_color label input {
    }

    .choose_car .select_color label input + span {
    }

    .choose_car .select_color label input:checked {
    }

    .choose_car .select_color label input:checked + span {
        width: 56px;
        height: 56px;
    }

    .choose_car .form_block {
    }

    .choose_car .form_block .form-group {
    }

    .choose_car .form_block form .form-group input[type="text"],
    form .form-group input[type="tel"] {
    }

    .choose_car .form_block .agree_field,
    .choose_car .form_block .agree_field a {
    }

    .choose_car .final_image_block {
        order: -1;
    }

    .choose_car .final_image_block img {
    }

    .choose_car .steps {
        display: none !important;
    }

    .choose_car .steps .step_item {
    }

    .choose_car .steps .step_item span {
    }

    .choose_car .steps .step_item span b {
    }

    /****************************************************************************************************/
    .service {
        margin-top: 50px;
        padding: 0;
        padding-top: 74vw;
        background-image: url("../img/service_bg_mob.jpg");
        background-size: 100% auto;
        background-position: 0 0;
    }

    .service .content {
        width: 100%;
        line-height: 30px;
    }

    .service .title {
        font-size: 24px;
        padding-bottom: 10px;
        white-space: normal;
    }

    .service .service_list {
        margin-top: 12px;
    }

    .service .service_list li {
        font-size: 20px;
        display: flex;
        align-items: center;
    }

    .service .service_list li:before {
        top: auto
    }

    .service .service_list li span {
    }

    .service .service_list li b {
        font-size: 25px;
    }

    .service .description {
        margin-top: 10px;
    }

    .service .btn {
    }

    /**************************************************************************************************************/
    .tradein {
        margin-top: 60px;

        padding: 0;

        color: #000;

        background-size: 540px auto !important;

        background-position: 80% 0 !important;
    }

    .webp .tradein {
    }

    .tradein .content {
    }

    .tradein .title {
        font-size: 16px;

        padding-top: 200px;

        padding-bottom: 15px;
    }

    .tradein #form1 {
        width: 100%;
    }

    .tradein #form1 select {
        border: 1px solid #000;
    }

    .tradein #form1 .form-group input[type="text"],
    .tradein #form1 .form-group input[type="tel"] {
        border: 1px solid #000;
    }

    .tradein #form1 .agree_field a {
        color: #000;
    }

    /**************************************************************************************************************/
    .leasing {
        margin-top: 60px;

        padding: 0;

        color: #000;

        background-size: 1020px auto !important;

        background-position: 80% 0 !important;
    }

    .webp .leasing {
    }

    .leasing .content {
    }

    .leasing .title {
        font-size: 24px;

        padding-top: 205px;
    }

    .leasing .desc {
        margin-top: 10px;

        font-size: 16px;
    }

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

    /**************************************************************************************************************/
    .credit {
        margin-top: 60px;

        padding: 0;

        color: #000;

        background-size: 620px auto !important;

        background-position: 80% 0 !important;
    }

    .webp .credit {
    }

    .credit .content {
        padding: 0;

        width: 100%;

        background: none;

        padding-top: 210px;
    }

    .credit .title {
        font-size: 24px;
    }

    .credit .comment {
        padding: 12px 0;

        font-size: 16px;
    }

    .credit .comment br {
    }

    .credit #form2 {
    }

    .credit #form2 .form-group input[type="text"],
    .credit #form2 .form-group input[type="tel"] {
        border: 1px solid #000;
    }

    .credit #form2 .agree_field a {
        color: #000;
    }

    /**************************************************************************************************************/
    .best_offer {
        margin-top: 60px;

        padding: 0;

        color: #000;

        background: none !important;
    }

    .webp .best_offer {
    }

    .best_offer .content {
        display: block;
    }

    .best_offer .title_block {
    }

    .best_offer .title1 {
        font-size: 20px;
    }

    .best_offer .title2 {
        font-size: 24px;
    }

    .best_offer #form3 {
        width: 100%;

        margin-top: 15px;
    }

    .best_offer #form3 .form-group_wrapper {
        display: block;
    }

    .best_offer #form3 .form-group {
        width: 100%;
    }

    .best_offer #form3 .form-group input[type="text"],
    .best_offer #form3 .form-group input[type="tel"] {
        color: #000;
        background: transparent;
        border: 1px solid #000;
    }

    .best_offer #form3 ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #000;
    }

    .best_offer #form3 ::-moz-placeholder {
        /* Firefox 19+ */
        color: #000;
    }

    .best_offer #form3 :-ms-input-placeholder {
        /* IE 10+ */
        color: #000;
    }

    .best_offer #form3 :-moz-placeholder {
        /* Firefox 18- */
        color: #000;
    }

    .best_offer #form3 .btn {
        background: transparent;
        border-color: #000;
        color: #000;
    }

    .best_offer #form3 .agree_field a {
        color: #000;
    }

    /**************************************************************************************************************/
    .contacts_block {
        margin-top: 60px;

        padding: 35px 0;
    }

    .contacts_block .content {
        display: block;
    }

    .contacts {
        width: 100%;
        margin-bottom: 35px;
    }

    .contacts .title {
    }

    .contacts #form4 {
    }

    /**************************************************************************************************************/
    #map1 {
        margin-left: 0;
        width: 100%;
        max-width: none;
        height: 350px;
        background-position: 50% !important;
    }

    .copyright {
        position: relative;
        left: 0px;
        padding-bottom: 15px;
    }

    .reviews {
        padding: 40px 0 60px;
    }

    .reviews_item {
        width: 100%;
        min-height: 270px !important;
        padding: 15px 10px;
    }

    .reviews_title {
        font-size: 24px;
        text-align: center;
    }

    .reviews .slick-dots {
        bottom: -15% !important;
        /* left: calc(50% - 135px) !important; */
    }

    .reviews_item .review {
        font-size: 14px;
        line-height: 120%;
    }

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

    .reviews_item .autor_name .rating {
        margin-left: 0;
    }

    .reviews_item .review_title .review_date {
        font-size: 10px;
    }

    .reviews_item .about_review {
        font-size: 18px;
    }

    .reviews_item .autor_name {
        font-size: 18px;
    }

    .reviews_item .slick-slide img {
        width: 80%;
    }

    .cars_items .car_slider_block .pl_5_let {
        width: 100%;
    }

    .invite_container {
        margin-top: 30px;
        padding-bottom: 15px;
    }

    .invite_container:before {
    }

    .invite_container .container {
    }

    .invite_container .title_container {
        border: 0px;
        left: auto;
        top: auto;
        padding: 15px;
        margin-left: -15px;
        width: calc(100% + 30px);
        margin-bottom: 0px;
    }

    .invite_container .title_container .title {
        font-size: 18px;
    }

    .invite_container .title_container .title font {
        font-size: 22px;
    }

    .invite_container .title_container .comment {
        font-size: 16px;
    }

    .invite_container .container > .title {
        padding-top: 15px;
        font-size: 16px;
    }

    .invite_container .container > .comment {
    }

    .invite_container .container > .comment span {
        font-size: 18px;
        padding: 5px;
    }

    .invite_container .container > .comment span:before {
        padding: 5px;
    }

    .invite_container .panel {
        font-size: 14px;
    }

    .invite_container .panel span {
    }

    .invite_container ul {
    }

    .invite_container ul > li {
        width: 100%;
        margin-bottom: 15px;
    }

    .invite_container ul > li span {
    }

    .invite_container ul > li:before {
    }

    .invite_container ul > li.ico1:before {
    }

    .invite_container ul > li.ico2:before {
    }

    .invite_container ul > li.ico3:before {
    }

    .invite_container ul > li.ico4:before {
    }

    .invite_container ul > li.ico5:before {
    }

    .invite_container ul > li.ico6:before {
    }

    .banner .title_container {
        position: relative;
        padding-top: 0px;
    }

    .banner .title_container .container {
    }

    .banner .title_container .container .items {
    }

    .banner .title_container .container .items .item {
    }

    .banner .title_container .container .items .item:first-child {
    }

    .banner .title_container .container .items .item .title {
    }

    .banner .title_container .container .items .item .title strong {
    }

    .banner .title_container .container .items .item .comment {
    }

    .banner .title_container .container .items .item .comment strong {
    }

    .banner .title_container .container .items .item .title {
        margin-left: -15px;
        margin-right: -15px;
        font-size: 20px !important;
        padding: 15px !important;
        display: block !important;
        text-align: center;
        line-height: 130%;
    }

    .banner .title_container .container .items .item[data-slide="slide2"] .title br {
        display: none;
    }

    .banner .title_container .container .items .item[data-slide="slide2"] .btn {
        width: 100%;
        margin-top: 0;
    }

    .banner .title_container .container .items .item[data-slide="slide1"] .btn {
        width: 100%;
        margin-top: 0;
    }

    .banner .title_container .container .items .item .title strong {
    }

    /* .banner .title_container .container .items .item .comment {
        color: black !important;
        font-size: 20px !important;
    } */
    /* .banner .title_container .container .items .item .comment span {
        font-size: inherit !important;
    } */
    /* .banner .title_container .container .items .item .title span {
        display: inline !important;
        padding: 0px !important;
        margin: 0px !important;
        font-size: 40px !important;
    } */
    .banner .title_container .container .items .item[data-slide="slide2"] .title {
        color: black;
        line-height: 130%;
    }

    .banner .title_container .container .items .item[data-slide="slide3"] .title {
        color: black;
        line-height: 130%;
    }

    .banner
    .title_container
    .container
    .items
    .item
    .title
    span {
        background: none;
    }

    .banner
    .title_container
    .container
    .items
    .item[data-slide="slide2"]
    .title
    span.up {
        font-size: 19px;
        padding: 0px;
        color: black;
    }

    .banner
    .title_container
    .container
    .items
    .item[data-slide="slide3"]
    .title
    span.up {
        color: black;
        font-size: 19px;
        padding: 0px;
        display: inline;
    }

    .banner .title_container .container .items .item[data-slide="slide3"] .btn {
        width: 100%;
        margin-top: 0;
    }

    .banner
    .title_container
    .container
    .items
    .item[data-slide="slide3"]
    .title
    span.down {
        color: black;
        font-size: 19px;
        padding: 0px;
    }

    .banner
    .title_container
    .container
    .items
    .item[data-slide="slide3"]
    .title
    span.more {
        color: black;
        font-size: 15px;
        padding: 0px;
    }

    .banner
    .title_container
    .container
    .items
    .item[data-slide="slide2"]
    .title
    span.down {
        font-size: 19px;
        padding: 0px;
    }

    .banner .title_container .container .items .item[data-slide="slide1"] .comment {
        color: black;
        margin-left: -15px;
        margin-right: -15px;
        /* font-size: 20px !important; */
        padding: 15px !important;
        display: block !important;
        text-align: center;
        line-height: 130%;
    }

    .banner
    .title_container
    .container
    .items
    .item
    .comment
    span {
        background: none;
    }

    .banner
    .title_container
    .container
    .items
    .item[data-slide="slide1"]
    .comment
    span.up {
        font-size: 19px;
        padding: 0px;
    }

    .banner
    .title_container
    .container
    .items
    .item[data-slide="slide1"]
    .comment
    span.down {
        font-size: 19px;
        padding: 0px;
    }

    .banner .title_container .container .items .item .title font {
        display: inline;
    }

    .title_container .head_buttons {
        margin-top: 0px;
        position: relative;
        bottom: auto !important;
        left: auto !important;
        margin-top: 15px;
        display: none;
    }

    .title_container .timer_block {
        padding: 15px 5px !important;
        margin-top: 15px !important;
        position: relative !important;
        bottom: auto !important;
    }

    .title_container .head_buttons {
    }

    .title_container .timer_block {
        max-width: 100% !important;
    }

    .banner picture {
    }

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

/*MOBILE END*/
@media (max-width: 520px) {
    .avantages_item1 {
        font-size: 26px;
    }

    .avantages_item2 {
        font-size: 29.4px;
    }

    .avantages_block {
        margin-top: 285px;
    }

    .cars_items .info_block .title {
        font-size: 18px;
    }
    .cars_items .info_block .car_count {
        font-size: 14px;
    }
    .pyment_per_month__left {
        width: 45px;
    }
    .cars_items .car_item {
        padding-top: 52px;
    }
    .car_props a {
        font-size: 12px;
        min-height: inherit;
        padding-left: 28px;
    }
    .car_props a:before {
        width: 20px;
        height: 20px;
        background-size: contain;
    }
    .car_props a span {
        line-height: 16px;
    }
    .cars_items .info_block {
        margin-top: 10px;
    }
    .pyment_per_month {
        position: absolute;
        top: 94px;
    }
    .header {
        padding: 5px 0;
    }
    .cars_items .info_block {
        margin-top: 0px;
    }
    .cars_items .info_block .car_btns {
        margin-top: 10px;
    }
}

@media (max-width: 440px) {
    .avantages_block {
        margin-top: 236px;
    }

    .logo_wrap img {
        width: 110px;
    }

    .header .logo_wrap {
        width: 270px;
        order: -1;
    }
}

/* Portrait phones and smaller */
@media (max-width: 390px) {
    .avantages {
        padding: 22px 12px;
    }

    .avantages_item1 {
        font-size: 24px;
    }

    .avantages_item2 {
        font-size: 27px;
    }

    .avantages_item3 {
        font-size: 16px;
    }

    .banner .title_container {
    }

    .banner_slider .item {
        height: 140px;
    }

}

@media (max-width: 378px) {
    .avantages_item1 {
        font-size: 18px;
    }

    .avantages_item2 {
        font-size: 24px;
    }

    .avantages_title {
        font-size: 16px;
    }

    .cars_items_title {
        margin-top: 80px;
    }
}

@media (max-width: 360px) {
    .avantages_block {
        margin-top: 200px;
    }

    .avantages {
        margin-bottom: 50px;
    }

    .banner .title_container .title2 {
        font-size: 17px;
    }

    .cars_items .car_slider_block .pl_offer {
        font-size: 13px;
    }

    .banner_slider .item {
        height: 120px;
    }

    .garant_title b {
        font-size: 22px;
    }

    .garant_offer {
        font-size: 28px;
        margin-top: 20px;
    }

    .garant_info {
        font-size: 12px;
    }

    .garant_list li {
        font-size: 16px;
    }

    .cars_items .info_block .car_gos {
        transform: scale(0.8);
        transform-origin: 10% 50%;
    }

    .logo_wrap img {
        width: 90px;
    }
}

@media (max-width: 320px) {
    .banner .title_container .title2 {
        font-size: 20px;
    }

    .header .logo_wrap {
        width: 236px;
        order: -1;
    }

    .reviews_item {
        min-height: 310px !important;
    }

    .reviews_item .review {
        font-size: 12px;
    }
}












