html {
    overflow-x: hidden;
}

body {
    font-family: "Haval";
    font-size: 14px;
    color: black;
    position: relative;
    font-weight: 400;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0px;
    max-width: 1920px;
    /* background: url(../img/bg1.jpg) 50% 72px no-repeat white; */
    position: relative;
}

.fancybox-slide--html .fancybox-close-small {
    color: #ccc;
}

.fancybox-button svg {
    transform: scale(2);
}

.compensate-for-scrollbar {
    margin-right: 0px !important;
    overflow: auto !important;
}

.row_toggle + .row_toggle_container {
    display: none;
}


.rub {
    font-family: "Haval";
    display: inline !important;
    font-style: normal;
    font-size: 95%;
}


input[type=file] {
    display: none;
}

.uploader_container {
    height: 100%;
}

.uploader_field {
    cursor: pointer;
    display: inline-block;
    padding-left: 41px;
    height: 50px;
    border: 1px solid #376bea;
    border-radius: 100px;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
}

.uploader_field div {
    display: inline-block;
}

.uploader_field:before {
    content: '';
    display: inline-block;
    width: 0px;
    height: 100%;
    vertical-align: middle;
}

.uploader_field div.text_loading {
    display: none;
}

.uploader_field div.uploader_images_count {
    display: none;
}


.t_black {
    color: black !important;
}


sup {
    display: inline-block;
    vertical-align: top;
    top: -3px;
    position: relative;
}

.p_t_0 {
    padding-top: 0px !important;
}

.m_t_0 {
    margin-top: 0px !important;
}

.m_b_0 {
    margin-bottom: 0px !important;
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
}

select::-ms-expand {
    display: none;
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.png?v=2) 100% 50% no-repeat;
    font-family: "Haval";
    outline: none;
}

font {
    display: block;
}


.fancybox-default-skin {
}


.f_left {
    float: left !important;
}

.f_right {
    float: right !important;
}

.t_right {
    text-align: right !important;
}

.t_left {
    text-align: left !important;
}

a:hover {
    text-decoration: none;
}

.fancybox-type-image .fancybox-close {
    right: 9px;
}

.fancybox-close {
    background: url(../img/bg_close.png) 50% 50% no-repeat !important;
    color: black;
    width: 22px !important;
    height: 22px !important;
    top: -25px !important;
    right: -25px !important;
}


.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 1140px;
    position: relative;
}

.btn_complete {
    color: white;
    height: 48px;
    display: block;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    box-sizing: border-box;
    line-height: 100%;
    text-align: center;
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #dee1e3;
    border-image: initial;
    text-decoration: none;
    padding-left: 0px;
    padding-top: 2.7px;
    border-radius: 5px;
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%;
    }
}


input[type=text],
input[type=tel] {
    color: #686868;
}

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3;
}


#form_popup, #form_popup1, #form_popup2 {
    display: none;
}

.popup_container {
    width: 500px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box; /* border: 2px solid black; */
    background: none;
    text-align: center;
}

.popup_container .agree_field {
    color: white;
}

.popup_container .agree_field a {
    color: white;
}


.popup_container h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 51px;
    color: white;
}

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #414141;
    padding-bottom: 15px;
}

.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    -moz-transform: rotate(45deg); /* Aey Firefox */
    -ms-transform: rotate(45deg); /* Aey IE */
    -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Aey Opera */
    transform: rotate(45deg);
    cursor: pointer;
}

.popup_container .close:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 16px;
    width: 34px;
    height: 1px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .close:after {
    content: '';
    position: absolute;
    left: 16px;
    top: 0px;
    width: 1px;
    height: 34px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .form-group {
    margin-bottom: 19px;
}

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    color: white;
    display: block;
    height: 58px;
    line-height: 56px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
}

.popup_container .form-group button {
    cursor: pointer;
    height: 60px; /* background: white; */
    font-size: 18px; /* color: black; */
    font-weight: 700;
}

.popup_container .form-group button:before {
    display: none;
}

.popup_container .form-group button:after {
    display: none;
}


.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 9px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
}

.agree_field input {
    position: absolute;
    top: -2px;
    left: 0px;
    margin: -0px;
}

.agree_field span {
    padding-left: 25px;
    display: inline-block;
}

.popup_container .form-disclamer {
    color: #b8b8b8;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
}


form {
}

form .form-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="tel"],
form .form-group select {
    height: 60px;
    width: 100%;
    color: rgb(6, 33, 45);
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    text-align: left;
    font-family: "Haval";
    border-width: 1px;
    border-style: solid;
    border-color: white;
    border-image: initial;
    padding: 0px 40px;
    outline: none;
    background: white;
    border-radius: 0px;
}

form .form-group select {
    background: white url(../img/ico_select.png?v=2) 90% 50% no-repeat;
}

form .form-group button {
    font-family: "Haval";
    width: 100%;
    height: 60px;
    cursor: pointer;
    font-size: 16px;
    /* font-weight: 900; */
    outline: none;
}

form .form-group button:hover {
    background: #38d1c3;
    color: #fff;
    border: 2px solid #38d1c3;
}

form select {
    color: black;
    height: 50px;
    border: none;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    font-family: "Haval";
    padding-left: 23px;
    height: 52px;
}

form input[type=text]::-webkit-input-placeholder,
form input[type=tel]::-webkit-input-placeholder {
    color: black;
}

form input[type=text]::-moz-placeholder,
form input[type=tel]::-moz-placeholder {
    color: black;
}

form input[type=text]:-ms-input-placeholder,
form input[type=tel]:-ms-input-placeholder {
    color: black;
}

form input[type=text]:-moz-placeholder,
form input[type=tel]:-moz-placeholder {
    color: black;
}


.form_title {
    color: black;
    font-size: 36px;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 47px;
}

.form_title span {
    display: block;
    color: #ff0000;
    white-space: nowrap;
}

.btn {
    color: white;
    text-transform: uppercase;
    height: 54px;
    display: block;
    font-weight: 700;
    font-size: 12px;
    position: relative;
    box-sizing: border-box;
    line-height: 100%;
    text-align: center;
    background: #000;
    border-width: 2px;
    border-style: solid;
    border-color: #000;
    border-image: initial;
    text-decoration: none;
    padding-left: 0px;
    border-radius: 0px;
}


.btn:before {
    content: '';
    width: 0px;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.btn span {
    vertical-align: middle;
    display: inline-block;
    width: 88%;
}

.btn:hover {
    background: #38d1c3;
    border-color: #38d1c3;
    color: #fff;
}


.btn.white {
    background: white;
    color: #000;
    border-color: #000;
}

.btn.white:hover {
    background: #38d1c3;
    border-color: #38d1c3;
    color: #fff;
}

.btn.grey {
    border-color: #b7b7b7;
    background: #b7b7b7;
    color: #000;
}

.btn.grey:hover {
    background: #38d1c3;
    border-color: #38d1c3;
    color: #fff;
}

.btn.red {
    border-color: #d52034;
    background: #d52034;
    color: white;
}

.btn.red:hover {
    background: #d52034;
    border-color: #d52034;
}

.btn.black {
    border-color: #272727;
    background: #272727;
    color: white;
}

.btn.black:hover {
    background: #272727;
    border-color: #272727;
}

.btn.azure {
    background: #38d1c3;
    border-color: #38d1c3;
    color: #fff;
}
.btn.azure:hover {
    background: #272727;
    border-color: #272727;
}


header {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    padding: 20px 0;
    background: #fff;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* height: 54px; */
}

.logo1 img {
    width: 160px;
}

.top_addr {
    position: relative;
    padding-left: 20px;
}

.top_addr:before {
    content: url(../img/loc_top2.png);
    position: absolute;
    top: 0;
    left: 0;
}

.top_phone {
    position: relative;
    padding-left: 20px;
}

.top_phone:before {
    content: url(../img/phone_top2.png);
    position: absolute;
    top: -3px;
    left: 0;
}

.menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-bottom: 9px;
    justify-content: space-evenly;
    display: flex;
    padding-top: 15px;
}

.menu_container {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.8);
}

.menu li {
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    display: block;
}

.menu li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 20px 0px;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
    text-align: left;
    padding: 0px;
    font-size: 10px;
    font-weight: 400;
}

.menu li a.bold {
    font-weight: 700;
}

.menu li a:hover {
    color: #38d1c3;
}

.menu .sup {
    width: 30px;
}

.logo_sep {
    width: 4px;
    height: 40px;
    background: #d52034;
    transform: skewX(-25deg);
    display: none;
}

.logo2 {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.top_addr {
    color: #000;
}

.top_phone {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

header .btn {
    border: 1px solid #000000;
    color: #000000;
    background: none;
    font-size: 12px;
    text-transform: uppercase;
    /* font-weight: 700; */
    white-space: nowrap;
    width: 250px;
    height: 33px;
}

header .btn:hover {
    color: #fff;
    border: 1px solid #38d1c3;
    background: #38d1c3;
}

.banner_slider {
    position: absolute !important;
    width: 100%;
    top: 70px;
    z-index: 0;
}

.banner_slider .slider_item {
    height: 780px;
}

.banner_slider .slider_item.slide1 {
    background: url(../img/banner_slider/1.jpg) 50% 0 no-repeat;
}

.banner_slider .slider_item.slide2 {
    background: url(../img/banner_slider/2.jpg) 50% 0 no-repeat;
}

.banner_slider .slider_item.slide3 {
    background: url(../img/banner_slider/3.jpg) 50% 0 no-repeat;
}

.banner_slider .slick-dots {
}

.banner_slider .slick-dots li {
}

.banner_slider .slick-dots li button {
}

.banner_slider .slick-dots li:hover {
}

.banner_slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    outline: none;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.banner_slider .slick-prev {
    left: 0;
    background: url(../img/banner_slider/banner_arrow_prev.png) 50% no-repeat #000;
}

.banner_slider .slick-next {
    right: 0;
    background: url(../img/banner_slider/banner_arrow_next.png) 50% no-repeat #000;
}

.banner_slider .slick-arrow:before {
    display: none !important;
}

.slick-prev:hover, .slick-prev:focus {
    background: url(../img/banner_slider/banner_arrow_prev.png) 50% no-repeat #000 !important;
}

.slick-next:hover, .slick-next:focus {
    background: url(../img/banner_slider/banner_arrow_next.png) 50% no-repeat #000 !important;
}

.title1_container {
    font-weight: 700;
    /* text-transform: uppercase; */
    padding-top: 54px;
    /* padding-bottom: 40px; */
    position: relative;
}

.title1_container .banner_tire {
    position: absolute;
    bottom: 30px;
    right: 20px;
    display: block;
    transform: skewX(-20deg);
    background: #fff;
    text-decoration: none;
}

.title1_container .banner_tire span {
    font-size: 18px;
    transform: skewX(20deg);
    color: #000;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 10px 10px 10px 90px;
}

.title1_container .banner_tire span:before {
    content: url(../img/banner_tire.png);
    position: absolute;
    bottom: -5px;
    left: -20px;
}

.title1_container .banner_tire span b {
    color: #f81a31;
    font-size: 25px;
}

.title_wrap {
    position: relative;
    /*background: rgba(255, 255, 255, .4);*/
}

.title_wrap:before {
    content: '';
    width: 1080px;
    height: 139px;
    position: absolute;
    top: -20px;
    left: 15px;
    background: rgba(255, 255, 255, 0.6);
    transform: skewX(-23deg);
}

.profit__title {
    font-size: 24px;
    font-weight: 700;
    margin-left: 10%;
}
.bn_gift {
    display: inline-flex;
    align-items: center;
    background: #000000;
    transform: skewX(-23deg) translateX(-50%);
    padding: 0 40px 0 25px;
    font-weight: 400;
    text-decoration: none;
    /*margin-top: -10px;*/
    margin-left: 37px;
    transition: all .3s;
    position: absolute;
    left: 50%;
    bottom: -75px;
}

.bn_gift_left {
    left: 0; 
    width: max-content;
    background: #38d1c3;
}



.bn_gift span {
    display: block;
    padding: 16px 0 16px 70px;
    background: url("../img/bn_icon1.svg") 0 50% no-repeat;
    color: #ffffff;
    font-size: 16px;
    transform: skewX(23deg);
    transition: all .3s;
    background-size: 56px;
}

.bn_gift_left span {
    background: none;
    padding: 16px 0;
    color: #000000;
}

.bn_gift span b {
    font-weight: 900;
    text-transform: uppercase;
}

.bn_gift:hover {
    background: #38d1c3;
}

.bn_gift:hover span {
    background: url("../img/bn_icon1_hov.svg") 0 50% no-repeat;
    color: #000000;
    background-size: 56px;
}

.bn_gift_left:hover span {
    background: none;
}

.title1 {
    font-size: 30px;
    font-weight: 400;
    position: relative;
    text-align: center;
    line-height: 130%;
}

.title1 b {
    color: #38d1c3;
}

.title1 span {
    /* color: #d51f34; */
    /* animation: blurblack 2s ease-out infinite; */
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    /* margin-top: 10px; */
    font-size: 20px;
}

.title1 font {
    display: inline-block;
    color: #fff;
    padding: 5px 13px;
    background: #000;
}

/*
.title1 b {
    font-weight: 900;
    display: inline-block;
    position: relative;
}
*/

/*
.title1 b:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #000000;
    position: absolute;
    right: 0;
    bottom: -3px;
}
*/

.title1_container sup {
    font-size: 14px;
}

.title2 {
    font-size: 26px;
    padding-top: 5px;
    font-weight: 300;
    position: relative;
    display: flex;
    align-items: center;
}

.title2 span {
    color: #d52034;
    font-weight: 900;
    animation: blurblack 2s ease-out infinite;
}

.title2 .title_profit {
    margin-right: 15px;
}

.title2 .title_profit b {
    font-size: 32px;
}

.title_comment {
    color: #ffffff;
    font-weight: 400;
    font-size: 28px;
    text-transform: none;
    /* margin-top: 270px; */
    order: 1;
    padding-left: 50px;
}


.banner_cred {
    position: absolute;
    top: 222px;
    right: 68px;
    background: #f81a31;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    align-items: center;
    transform: skew(-20deg);
    text-decoration: none;
}

.banner_cred span {
    transform: skew(20deg);
    padding: 0 15px;
}

.banner_cred b {
    font-size: 35px;
}

.banner_cred i {
    font-weight: 400;
    font-style: normal;
}

.banner_cred .cred_icon {
    background: #000;
    padding: 15px 25px;
}

.banner_cred .cred_icon img {
    transform: skew(20deg);
}

/***************/

.banner_gos {
    position: absolute;
    top: 154px;
    right: 43px;
    background: #000;
    color: #fff;
    font-size: 21.5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    transform: skew(-20deg);
    text-decoration: none;
}

.banner_gos span {
    transform: skew(20deg);
    padding: 0 15px;
    text-transform: none;
}

.banner_gos b {
    /* font-size: 35px; */
}

.banner_gos i {
    font-weight: 400;
    font-style: normal;
}

.banner_gos .gos_text_big {
    background: #f81a31;
    /* padding: 7px 0px; */
    font-size: 50px;
}

.banner_gos .gos_text_big sup {
    font-size: .5em;
}

.banner_gos .gos_text_big font {
    display: block;
    transform: skew(20deg);
}

#banner_form {
    margin-top: 335px;
    width: 100%;
    max-width: 735px;
}

#banner_form .columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#banner_form .form-group {
    width: 49%;
}


.banner_btn_wrap {

    margin-top: 335px;

    display: flex;

    align-items: center;
}

.title1_container .btn {
    width: 360px;
    /* margin-top: 20px; */
}

.medals {
    position: absolute;
    bottom: 60px;
    right: 130px;
    display: flex;
    align-items: center;
    width: 13%;
}

@keyframes blurblack {
    from {
        text-shadow: 0px 0px 8px #fff,
        0px 0px 0px #d52034,
        0px 0px 5px #d52034,
        0px 0px 5px #d52034,
        0px 0px 5px #d52034,
        0px 0px 5px #d52034,
        0px 0px 5px #d52034,
        0px 0px 5px #d52034,
        0px 0px 10px #d52034,
        0px 0px 10px #d52034;
    }
}

.timer_block {
    margin-top: 435px;
}

.timer_block .timer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.timer_title {
    font-weight: 700;
    font-size: 20px;
    text-transform: none;
    padding-bottom: 15px;
    width: 10%;
    line-height: 22px;
}

.timer {
    display: flex;
    justify-content: flex-start;
}

div[id^=timer] {
    margin: 0 !important;
}

.timer_block .btn {
    width: 300px;
    max-width: 100%;
}

.road_block {
    background-color: #d6d6d6;
    background-image: url(../img/road_bg.png);
    background-position: 17% 35%;
    background-repeat: no-repeat;
    padding: 25px 0;
    position: relative;
}

.road_block .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.road_title {
    font-size: 36px;
    font-weight: 700;
    padding-left: 120px;
}

.road_title span {
    text-transform: uppercase;
}

.road_title sup {
    font-size: 18px;
    top: 3px;
}

.road_block .btn {
    width: 360px;
}

/* ************************************************************************************************* */

.presale {
    background: #ececec;
    margin-top: 84px;
    padding-top: 10px;
}

.presale .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#presale_form {
    width: 660px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

#presale_form .column {
    width: 48.5%;
}

#presale_form .form-group {
    margin-bottom: 20px;
}

#presale_form .form_title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 60px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 20px;
}

#presale_form .form_title span {
    color: #000000;
    white-space: normal;
}

#presale_form input[type=tel] {
    border: none;
}

#presale_form .agree_field {
    display: block;
    margin-top: -10px;
}

#presale_form .agree_field,
#presale_form .agree_field a {
    color: #000000;
}

/* ************************************************************************************************* */

/* CARS_ITEMS */

.cars_items_title {
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 50px;
    line-height: 32px;
}


#cars_items {

}

#cars_items ul {

    margin: 0;

    padding: 0;

    list-style: none;
}

#cars_items ul li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 120px;
    /* padding-top: 80px; */
}

#cars_items ul li .car_new {
    position: relative;
    height: 56px;
    width: 178px;
    position: absolute;
    top: -73px;
    left: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cars_items ul li .car_new span {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    position: relative;
}
#cars_items ul li .car_new:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #38D1C3;
    transform: skew(-28deg);
}
#cars_items ul li .pl_tires {
    position: absolute;
    bottom: 0;
    left: calc(50% - 182px);
}

#cars_items ul li#dargo,
#cars_items ul li#dargo_x {
    /* background: url(../img/car_bg_jolion.jpg) 50% 0 no-repeat; */
    background: url(../img/car_bg.jpg) 53% 0 no-repeat;
    /* align-items: flex-end; */
    /* margin-bottom: 80px; */
    /* padding-top: 60px; */
}

#cars_items ul li#m6 {
    /* background: url(../img/car_bg_jolion.jpg) 50% 0 no-repeat; */
    background: url(../img/car_bg.jpg) 53% 0 no-repeat;
}

#cars_items ul li#jolion {
    /* background: url(../img/car_bg_jolion.jpg) 50% 0 no-repeat; */
    background: url(../img/car_bg.jpg) 53% 0 no-repeat;
    /* align-items: stretch; */
    /* margin-bottom: 80px; */
    /* padding-top: 60px; */
}
#cars_items ul li#jolion_new {
    background: url(../img/car_bg.jpg) 53% 0 no-repeat;
}
#cars_items ul li#f7x {
    /* background: url(../img/car_bg_f7x.jpg) 50% 29px no-repeat; */
    background: url(../img/car_bg.jpg) 53% 0px no-repeat;
}

#cars_items ul li#f7_new {
    /* background: url(../img/car_bg_f7.jpg) 50% 15% no-repeat; */
    background: url(../img/car_bg.jpg) 53% 0 no-repeat;
}

#cars_items ul li#h9 {
    /* background: url(../img/car_bg_h9.jpg) 50% 29px no-repeat; */
    background: url(../img/car_bg.jpg) 53% 0 no-repeat;
}

#cars_items ul li#h5 {
    /* background: url(../img/car_bg_h5.jpg) 50% 60% no-repeat; */
    background: url(../img/car_bg.jpg) 50% 60% no-repeat;

}

#cars_items ul li#w7 {
    /* background: url(../img/car_bg_w7.jpg) 49% 36% no-repeat !important; */
    background: url(../img/car_bg.jpg) 53% 0 no-repeat !important;
    align-items: flex-start;
}

#cars_items ul li#poer,
#cars_items ul li#poer_kingkong {
    /* background: url(../img/car_bg_poer.jpg) 47% 45% no-repeat !important; */
    background: url(../img/car_bg.jpg) 53% 0 no-repeat !important;
}


#cars_items .info_container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#cars_items #h9 .info_container,
#cars_items #poer .info_container,
#cars_items #w7 .info_container {
    /* justify-content: flex-end; */
}

#cars_items #jolion .info_container { /* padding-top: 45px; */
}

#cars_items .info_container .title {
    font-size: 36px;
    font-weight: 900; /* display: flex; *//* justify-content: flex-start; *//* position: absolute; */
    top: 17px;
    left: 0;
    line-height: 40px;
    margin-top: -10px;
    margin-bottom: 20px;
}
#cars_items .info_container .title .br_mob {
    display: none;
}
#cars_items #dargo .info_container .title {
    /* margin-bottom: 30px; */
    /* top: -15px; */
}

#cars_items .info_container .title span {
    font-size: 36px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    /* padding-left: 20px; */
    /* padding-top: 8px; */
    position: relative;
    top: -15px;
}

#cars_items #jolion .info_container .title {
    top: -12px;
}

#cars_items #jolion .info_container .title br {
    display: none;
}

#cars_items .info_container .title span b {
    font-weight: 500;
}

#cars_items .info_container .title span sup {
    font-size: 14px;
}

#cars_items .info_container .profit {
    font-size: 26px;
    font-weight: 400;
    text-decoration: none;
    color: black;
    display: inline-block;
    padding-top: 7px;
    background: #d6d6d6;
    padding: 10px 25px;
}

#cars_items .info_container .car_support {
    position: absolute;
    top: -50px;
    right: 350px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
}
#cars_items .info_container .car_support p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 116px;
    height: 50px;
    z-index: 2;
    font-weight: 700;
    font-size: 20px;
}
#cars_items .info_container .car_support p:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    z-index: -1;
    transform: skew(-28deg);
}
#cars_items .info_container .car_support span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    z-index: 2;
    font-weight: 300;
    font-size: 20px;
}
#cars_items .info_container .car_support span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d6d6d6;
    z-index: -1;
    transform: skew(-28deg);
}
#cars_items .info_container .low_price {
    padding-top: 20px;
    width: 214px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#cars_items .info_container .low_price span {
    color: #fff;
    font-size: 20px;
    position: relative;
}
#cars_items .info_container .low_price:before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    transform: skew(-20deg);
    position: absolute;
}
#cars_items .info_container .low_price span {
}

#cars_items .info_container .low_price b {
    font-size: 24px;
}

#cars_items #jolion .info_container .low_price {
    position: absolute;
    top: -40px;
    right: 375px;
    background: url(../img/low_price_jolion.png) 50% no-repeat;
    padding: 10px 20px;
    padding-left: 60px;
}

#cars_items #f7x .info_container .low_price {
    position: absolute;
    top: -40px;
    right: 375px;
}

#cars_items #f7 .info_container .low_price {
    position: absolute;
    top: -40px;
    right: 375px;
}

#cars_items #h9 .info_container .low_price {
    display: none;
}


#cars_items .info_container .profit b {
    font-size: 24px; /* color: #d52034; */
    font-weight: 900;
    line-height: 100%; /* animation: blurblack 2s ease-out infinite; */
}

#cars_items li#poer .info_container .profit {
    /* text-transform: uppercase; */
}

#cars_items li#poer .info_container .profit b {
    /* display: block; */
    /*font-weight: 500;*/
    padding-bottom: 10px;
}

#cars_items .info_container .profit span {
    font-size: 30px;
    font-weight: 900;
}

#cars_items .info_container .profit sup {
    font-size: .5em;
    position: relative;
    top: 0;
    font-weight: 400;
}

#cars_items .info_container .profit:hover b {
    /* color: #3d3d3d; */
}

#cars_items .info_container .car_price {
    font-size: 19px;
    text-decoration: none;
    display: block;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 25px;
    font-weight: 900;
    font-family: "Haval";
    display: none;
}

#cars_items .info_container .car_price b {
    font-size: 38px;
    color: #898989;
    font-family: "Haval";
    font-weight: 900;
}

#cars_items .info_container .car_price sup {
    top: 15px;
}

#cars_items .info_container .car_image {
    position: absolute;
    z-index: 1;
    top: 14%;
    left: 22%;
    transition: all .3s linear;
}

#cars_items li#h9 .car_image {
    top: 15%;
}

#cars_items li#f7_new .car_image {
    left: 19%;
}

#cars_items li#f7x .car_image {
    top: 17%;
    left: 23%;
}

#cars_items li#jolion .car_image {

}


#cars_items .info_container .car_gallery {
    /* position: absolute; */
    bottom: 0;
    z-index: 1;
    width: 335px;
    /* left: 23%; */
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    display: none;
}

#cars_items .info_container .car_gallery a {
    width: 24%;
    display: block;
}

#cars_items li#dargo .info_container .car_image {
    top: 11%;
    left: 22%;
    /* transform: scale(.9); */
}

#cars_items li#w7 .info_container .car_image {
    top: 16%;
    left: 25%;
}

#cars_items li#poer .info_container .car_image {
    top: 11%;
    left: 24%;
}

#cars_items li#jolion .info_container .car_image {
    top: 11%;
    left: 23%;
}

#cars_items .info_container .car_image:hover {
    transform: translateX(-3%);
}


.car_gos_sale {
    position: absolute;
    left: 50%;
    bottom: 0;
    /*display: none;*/
}

#cars_items li#f7x .car_gos_sale {
    top: 10px;
}

#cars_items li#f7 .car_gos_sale {
    top: 10px;
}

#cars_items li#h9 .car_gos_sale {
    top: 10px;
}

.car_gos_sale_content {
    position: relative;
    color: #fff;
}

.car_gos_sale .text1 {
    position: absolute;
    z-index: 1;
    right: 91%;
    top: -7px;
    transform: skew(-22deg);
    font-size: 40px;
    font-weight: 700;
    background: #000;
    padding: 2px 30px 5px 10px;
}

.car_gos_sale .text1 span {
    display: block;
    transform: skew(22deg);
}

.car_gos_sale .text2 {
    position: relative;
    z-index: 2;
    transform: skew(-22deg);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    background: #000;
    padding: 10px 15px;
}

.car_gos_sale .text2 span {
    display: block;
    transform: skew(22deg);
}


#cars_items .info_container .car_advs {
    position: relative;
    z-index: 1;
    display: none !important;
}

#cars_items #dargo .info_container .car_advs {
    margin-top: 55px;
}

#cars_items li#f7 .info_container .car_advs,
#cars_items li#f7x .info_container .car_advs,
#cars_items li#jolion .info_container .car_advs {
    display: flex;
    flex-flow: wrap;
    align-items: flex-end;
}

#cars_items .info_container .car_advs a {

    position: relative;

    display: block;

    color: black;

    text-decoration: none;

    text-transform: uppercase;

    padding-top: 65px;

    margin-top: 20px;

    font-weight: 500;
}

#cars_items .info_container .car_advs a span { /* color: #d52034; */
}

#cars_items .info_container .car_advs a.spec_price {
    font-size: 14px;
    font-weight: 700;
    padding-top: 55px;
}

#cars_items li#h9 .info_container .car_advs a.spec_price,
#cars_items li#f7 .info_container .car_advs a.spec_price,
#cars_items li#f7x .info_container .car_advs a.spec_price,
#cars_items li#jolion .info_container .car_advs a.spec_price {
    margin-right: 15px;
    order: -1;
}

#cars_items .info_container .car_advs a.spec_price span {
    display: block;
    text-align: center;
    color: #ffffff;
    text-transform: none;
    background: #000;
    width: 77px;
}

#cars_items .info_container .car_advs a:before {
    content: url(../img/car_ico1.png);
    position: absolute;
    top: 0;
    left: 0;
}

#cars_items .info_container .car_advs a:nth-child(2):before {
    content: url(../img/car_ico2.png);
    position: absolute;
    top: 0;
    left: 0;
}

#cars_items .info_container .car_advs a.spec_price:before {
    content: url(../img/ico_calendar.png) !important;
    position: absolute;
    top: 0;
    left: 0;
}

#cars_items li#f7x .info_container .car_advs a:nth-child(2):before,
#cars_items li#f7 .info_container .car_advs a:nth-child(2):before,
#cars_items li#h9 .info_container .car_advs a:nth-child(2):before,
#cars_items li#jolion .info_container .car_advs a:nth-child(2):before {
    content: url(../img/car_credit_card.png);
    position: absolute;
    top: 0;
    left: 0;
}

#cars_items .info_container .car_advs a:hover {
    color: #3d3d3d;
}

#cars_items .info_container .car_advs a:hover span {
    /* color: #3d3d3d; */
}

#cars_items .info_container .car_advs a:nth-child(1):hover:before {
    content: url(../img/car_ico1_hover.png);
}

#cars_items .info_container .car_advs a:nth-child(2):hover:before {
    content: url(../img/car_ico2_hover.png);
}

#cars_items li#f7x .info_container .car_advs a:nth-child(2):hover:before,
#cars_items li#f7 .info_container .car_advs a:nth-child(2):hover:before,
#cars_items li#h9 .info_container .car_advs a:nth-child(2):hover:before {
    content: url(../img/car_credit_card_hover.png);
}

#cars_items .info_container .car_advs a.max_profit {
    font-size: 14px;
    font-weight: 700;
    padding-left: 55px;
    padding-top: 0;
    width: 100%;
    margin-top: 30px;
}

#cars_items .info_container .car_advs a.max_profit span {
    display: inline-block;
    color: #ffffff;
    background: #d52034;
    padding: 0 2px;
}

#cars_items .info_container .car_advs a.max_profit:before {
    content: url(../img/ico_profit.png) !important;
    position: absolute;
    top: 0;
    left: 0;
}

#cars_items .info_container .car_credit {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    /* padding-left: 75px; */
    /* background: url(../img/car_cred_ico.png) 0 50% no-repeat; */
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 20px;
}

#cars_items .info_container .car_credit span {
    /* color: #f81a31; */
    font-size: 18px;
}

#cars_items .info_container .car_credit sup {
    /* font-weight: 400; */
    font-size: 18px;
}

#cars_items .info_container .car_gifts {
    margin: 15px 0;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}


#cars_items li#jolion .info_container .car_credit {

}

#cars_items li#f7 .info_container .car_credit {

    top: 30px;
}

#cars_items li#f7x .info_container .car_credit {

    top: 30px;
}

#cars_items li#h9 .info_container .car_credit {

    top: 30px;
}

#cars_items .info_container .car_tire {
    width: 81px;
    display: block;
    background: url("../img/car_tire.png") 50% 10px #222222 no-repeat;
    color: #ffffff !important;
    text-transform: uppercase;
    font-family: "Haval";
    font-weight: bold;
    padding: 60px 2px 2px;
    text-align: center;
    margin-left: 10px;
}

#cars_items .info_container .car_tire:before {
    display: none;
}

#cars_items .info_container .car_tire b {
    color: #d52034;
}

#cars_items .car_btns {
}

#cars_items .car_btns .btn:first-child {
    margin-top: 0;
}

#cars_items li#jolion .car_btns {
    /* margin-top: 20px; */
}

#cars_items .car_btns .btn {
    width: 330px;
    height: 75px;
    margin-top: 10px; /* transform: skewX(-25deg); */
    position: relative;
    transition: all .3s linear;
    right: 0;
    font-size: 12px;
    font-weight: 700;
}

#cars_items .car_btns .btn span {
    /* transform: skewX(25deg); */
}

#cars_items .car_btns .btn:nth-child(2) {
    /* right: 10%; */
}

#cars_items .car_btns .btn:nth-child(3) { /* right: 21%; */
}

#cars_items .car_btns .btn:nth-child(4) { /* right: 32%; */
}

/* #cars_items .car_btns .btn:hover {
    right: -5%;
} */

/* #cars_items .car_btns .btn:nth-child(2):hover {
    right: 5%;
}

#cars_items .car_btns .btn:nth-child(3):hover {
    right: 16%;
}

#cars_items .car_btns .btn:nth-child(4):hover {
    right: 27%;
} */


/* CARS_ITEMS END */

/* ************************************************************************************************* */

/* INSTOCK */


#instock {
    padding: 100px 0;
}

#instock .title {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#filter_table {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
#filter_table .select_container {
    width: 32%;
    height: 48px;
    border: 1px solid #000000;
}
#filter_table .select_container select {
    background-position: 96% 50%;
}
#tb_complects {
    margin-top: 25px;
    width: 100%;
}
#tb_complects tbody tr:nth-child(1) {
    display: none;
}
.resp_table1 tr td:before {
    display: none;
}
#tb_complects tbody tr {
    width: 100%;
    min-height: 258px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #DFDFDF;
}
#tb_complects .compl_img {
    width: 36%;
    display: block;
    background: url(../img/compl_bg.png) 50% 50% no-repeat;
}
#tb_complects .compl_img img {
    display: block;
    margin: 0 auto;
    width: 90%;
}
#tb_complects .compl_text {
    width: 28%;
}
#tb_complects .param1 {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    line-height: 120%;
}
#tb_complects .param1 b {
    position: absolute;
    left: 8px;
    top: -34px;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    height: 26px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tb_complects .param1 b:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #38D1C3;
    transform: skew(-28deg);
    z-index: -1;
}
#tb_complects .compl_techs {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#tb_complects .compl_techs > div {
    font-size: 14px;
}
#tb_complects .btns {
    width: 349px;
    display: grid;
    row-gap: 10px;
}
.tb_complects_showmore {
    margin-top: 50px;
    display: block;
    color: #000000;
    font-size: 16px;
}



/* INSTOCK END */

/* ************************************************************************************************* */

/* TRADEIN */


.tradein_bg {
    background: url(../img/bg_tradein.png) -6% 0 no-repeat #ededed;
    padding: 60px 0 36px;
}

.tradein_bg > img {
    display: none;
}

.tradein {
    color: #000000;
    width: 370px;
    margin-left: auto;
}

.tradein .title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}


.tradein .title span {
    color: #d52034;
    font-weight: 900;
}

#form1 {
    width: 370px;
    margin-top: 20px;
}

#form1 select,
#form1 input[type='tel'],
#form1 input[type='number'] {
    font-family: "Haval";
    width: 100%;
    height: 60px;
    color: black;
    font-size: 16px;
    font-weight: normal;
    border: none;
    padding: 10px 20px;
    background-position: 95% 50%;
    box-sizing: border-box;
    /* margin-bottom: 10px; */
}

#form1 .btn {
    /* font-size: 16px; */
    /* font-weight: 400; */
    /* width: 100%; */
}


/* TRADEIN END */


/* ************************************************************************************************* */

/* CREDIT */

.credit_bg {
    background: url(../img/bg_credit.jpg) 50% -1px no-repeat;
    padding: 138px 0;
}

.credit_bg > img {
    display: none;
}

.credit {

}

.credit .title {

    color: white;

    font-weight: 700;

    font-size: 34px;

    text-transform: uppercase;
}

.credit .comment {

    color: #000;

    font-size: 16px;

    margin-top: 10px;
}

#form2 {

    width: 370px;

    margin-top: 20px;
}

/* ************************************************************************************************* */

/* OFFER */

.offer {
    background: #000000;
    padding: 55px 0;
}

#form3 {

    width: 650px;
    margin: 0 auto;
}

#form3 .btn {
    background: #b7b7b7;
    color: #000;
}

#form3 .btn:hover {
    background: #38d1c3;
    color: #fff;
}

#form3 .title {
    width: 100%;
    color: black;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
}

#form3 .comment {

    width: 100%;

    color: #ffffff;
    font-size: 14px;

    margin-top: 5px;

    margin-bottom: 30px;
}

#form3 .columns {

    display: flex;

    justify-content: space-between;
}

#form3 .columns .form-group {

    width: 49%;
}

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    border: 1px solid black;
}


/* CREDIT END */

/****************************************************************************************************/

/* REVIEWS */

.reviews {
    background: #272727;
    padding: 80px 0 120px;
    color: white;
    /*margin-bottom: 100px;*/
}

.reviews_content {
    text-align: center;
}

.reviews_logo {

}

.reviews_title {
    font-size: 38px;
    padding-bottom: 15px;
    font-weight: 700;
}

.reviews_main_rate {
    text-align: center;
    margin-bottom: 15px;
}

.reviews_text {
    font-size: 20px;
    color: white;
    margin-bottom: 25px;
}

.reviews_items {
    margin-top: 10px;
}

.reviews_item {
    color: #000;
    text-align: left;
    width: 49%;
    min-height: 230px !important;
    background: white;
    padding: 25px 30px;
    margin: 0 10px;
}

.reviews_item .autor_name {
    font-size: 20px;
    font-weight: 700;
}

.reviews_item .autor_level {
    font-size: 14px;
    color: #999999;
    margin-bottom: 10px;
}

.reviews_item .about_review {
    display: flex;
    align-items: center;
}

.reviews_item .rating {
    color: #ffcc00;
    font-size: 16px;
}

.reviews_item .rating span {
    color: #999999;
}

.reviews_item .date {
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    padding-left: 10px;
    padding-top: 3px;
}

.reviews_item .review {
    padding-top: 10px;
}

.reviews .slick-prev {
    left: -65px !important;
}

.reviews .slick-next {
    right: -50px !important;
}

.reviews .slick-prev:before, .reviews .slick-prev:before, .reviews .slick-next:before, .reviews .slick-next:before {
    opacity: 1;
}

.reviews .slick-prev:before {
    content: url(../img/rev_prev.png) !important;
}

.reviews .slick-next:before {
    content: url(../img/rev_next.png) !important;
}

.reviews .slick-dots {
    display: flex !important;
    position: absolute !important;
    bottom: -12% !important;
    left: calc(50% - 32px) !important;
    z-index: 1 !important;
    padding: 0 !important;
    width: auto;
}

.reviews .slick-dots li {
    width: 12px !important;
    height: 12px !important;
    display: block !important;
    margin: 0 2px !important;
    background: #939393 !important;
    border-radius: 50% !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;
}

.slick-dots li button:before {
    display: none !important;
}

.reviews .slick-dots li.slick-active {
    background: #ffffff !important;
}


/* ************************************************************************************************* */

/* CONTACTS */


.contacts_bg {
    /* background: url(../img/contacts_bg.jpg) 50% 0% no-repeat; */
    /*padding: 52px 0;*/
    padding: 30px 0;
    position: relative;
    background-size: cover;
}

.contacts_bg:before {
    content: "";
    background: url(../img/contacts_bg.jpg) 50% 0% no-repeat;
    background-size: cover;
    width: 1920px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.map_wrap {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.contacts {
    width: 320px;
    /*height: 360px;*/
    background: #383838;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contacts .title {
    color: white;
    text-transform: uppercase;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    /* padding-top: 5px; */
    /* padding-left: 30px; */
}

.contacts .comp_info {
    font-size: 12px;
    padding: 10px 0;
    color: #fff;
    line-height: 16px;
}

.contacts .bottom_addr {
    color: white;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    font-size: 12px;
    padding-left: 20px;
}

.contacts .bottom_addr:before {
    content: url(../img/loc_bottom.png);
    position: absolute;
    top: 0;
    left: 0;
}

.contacts .bottom_work {
    color: white;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    font-size: 12px;
    padding-left: 20px;
}

.contacts .bottom_work:before {
    content: url(../img/mail_bottom.png);
    position: absolute;
    top: 0;
    left: 0;
}

.contacts .bottom_phone {
    margin-top: 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding-left: 20px;
    position: relative;
}

.contacts .bottom_phone:before {
    content: url(../img/phone_bottom.png);
    position: absolute;
    top: 0;
    left: 0;
}

.worktime {
    color: #ffffff;
    padding: 15px 0;
    line-height: 16px;
}

.worktime span {
    color: orangered;
}

.worktime_holiday {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    margin-bottom: 12px;
}

.worktime_holiday > div {
    color: #ffffff;
    font-size: 9px;
}


/* CONTACTS END */

/* ************************************************************************************************* */


footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background: whtie;
}

footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.disclamer_switch, .policy {
    color: black;
    text-decoration: none;
    font-size: 12px;
    padding-bottom: 20px;
    display: inline-block;
    font-weight: 700;
}

.disclamer {
}

footer .disclamer {
    color: #b8b8b8;
    font-size: 10px;
    display: none;
    text-align: left;
}


#map1 {
    background: url(../img/map.jpg) 50% 0% no-repeat;
    height: 454px;
    width: 750px;
    /* flex:1 0 auto; */
}

.your_info {
    font-size: 12px;
    color: #000000;
}

#cookies-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1f1f1f;
  color: #000000;
  padding: 24px 9%;
  text-align: center;
  z-index: 10000000000;
  font-size: 14px;
  color: #fff;
}

#cookies-banner.hidden {
  display: none;
}

.cookies {
  box-sizing: border-box;
  background: #1f1f1f;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 10px 5%;
  padding-bottom: 40px;
  z-index: 10;
}

.cookies_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
}

.cookies_text {
  text-align: left;
}

.cookies_text a {
  font-weight: 700;
  color: #ffffff;
}

#cookies-banner .btn {
  padding: 12px 25px;
  cursor: pointer;
}

/*------------------------------------------------------------------------------------------------------------------------*/


@media (max-width: 1900px) {
    .road_block {
        background-position: 10% 35%;
    }
}

@media (max-width: 1650px) {
    .road_block {
        background-position: 0% 35%;
    }
    .tradein_bg {
        background-position: -25% 0;
        padding: 60px 0 36px;
    }
}

@media (max-width: 1350px) {
    .road_title {
        padding-left: 210px;
    }
}
@media (max-width: 1199px) {
    #cars_items .info_container .title .br_mob {
        display: block;
    }
    #cars_items ul li .car_new {
        top: 17px;
    }
    .title1 span {
        font-size: 18px;
    }
    .profit__title {
        font-size: 20px;
        margin-left: 6%;
    }
    .timer_title {
        font-size: 16px;
    }
    .cars_items_title {
        font-size: 24px;
    }
    #cars_items .info_container .title {
        font-size: 38px;
    }
    #cars_items .info_container .profit b {
        font-size: 18px;
    }
    form .form-group input[type="text"], form .form-group input[type="tel"], form .form-group select {
        font-size: 12px;
    }
    form .form-group button {
        font-size: 12px;
    }
}
/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    #presale_form .form_title {
        font-size: 12px;
    }

    #cars_items .info_container .car_support {
        right: 280px;
    }

    .title_wrap:before {
        top: -30px;
        left: -60px;
    }

    .title1 {
        font-size: 26px;
    }

    .title1_container .btn {
        width: inherit;
    }

    .title2 {
        font-size: 22px;
        padding-top: 5px;
    }

    .timer_block {
        left: 0;
        /* width: 65%; */
        margin-top: 470px;
    }

    .medals {
        bottom: 95px;
    }


    #cars_items .info_container .car_image {
        position: absolute;
        z-index: 1;
        top: 23%;
        left: 24%;
    }

    #cars_items .info_container .title {
        position: relative;
        top: -50px !important;
    }

    #cars_items ul li {
        margin-top: 110px;
    }

    #cars_items .info_container .car_gallery {
        width: 300px;
        left: 24%;
    }

    #cars_items .info_container .car_image img {
        max-width: 90%;
    }

    #cars_items .info_container .car_image:hover {
        transform: unset;
    }

    #cars_items .car_btns .btn {
        width: 280px;
        height: 65px;
        margin-top: 10px;
        /* transform: skewX(-25deg); */
        position: relative;
        transition: all .3s linear;
        right: 0;
        font-size: 10px;
        font-weight: 700;
    }
    .tradein .title {
        font-size: 16px;
    }

    #instock .compl_name {
        width: 27.3%;
    }

    #form3 {
        width: 605px;
    }

    #cars_items .car_btns .btn:hover {
        right: 0;
    }

    #cars_items .car_btns .btn:nth-child(2):hover {
        right: 0;
    }

    #cars_items .car_btns .btn:nth-child(3):hover {
        right: 0;
    }

    #cars_items .car_btns .btn:nth-child(4):hover {
        right: 0;
    }


    .car_gos_sale {
    }

    .car_gos_sale_content {
    }

    .car_gos_sale .text1 {
    }

    .car_gos_sale .text1 span {
    }

    .car_gos_sale .text2 {
    }

    .car_gos_sale .text2 span {
    }

    .tradein_bg {
        background-position: 60% 0;
    }

    #cars_items .info_container .title span {
        font-size: 28px;
    }

    .road_block {
        background-position: 0% 35%;
    }

    .road_block .content {
    }

    .reviews_item {
        min-height: 320px !important;
    }

    .reviews .slick-prev {
        left: -30px !important;
    }

    .reviews .slick-next {
        right: -10px !important;
    }


}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .presale {
        margin-top: 5px;
        padding-bottom: 10px;
    }

    .presale .container {
        flex-direction: column;
    }

    #cars_items .info_container .car_support {
        right: -20px;
    }

    .title_wrap {
        /* padding: 0; */
    }

    .title_wrap:before {
        display: none;
    }

    .title1 {
        font-size: 26px;
    }

    body {
        background-size: 125%;
        background-position: 50% 73px;
    }

    .title_comment {
        color: #000000;
        margin-top: 30px;
    }

    .banner_btn_wrap {

        margin-top: 40px;
    }

    .medals {
        bottom: 120px;
        right: 0;
        width: auto;
    }

    .timer_block {
        transform: none;
        width: 100%;
        /* margin-top: 30px; */
    }

    .timer_block .btn {
        display: none;
    }

    .timer_wrap {
        transform: none;
    }

    .logo1 {
        width: 15%;
    }
    .logo2 {
        /*width: 18%;*/
        font-size: 18px;
    }

    .logo_sep {
        display: none;
    }

    .top_addr {
        display: none;
    }

    .title1_container {
        color: black;
        font-weight: 700;
        text-transform: uppercase;
        /* padding-top: 365px; */
        /* padding-bottom: 0px; */
    }


    .car_gos_sale {
    }

    .car_gos_sale_content {
    }

    .car_gos_sale .text1 {
    }

    .car_gos_sale .text1 span {
    }

    .car_gos_sale .text2 {
    }

    .car_gos_sale .text2 span {
    }

    #cars_items ul li {
        flex-wrap: wrap;
        width: 90%;
        margin: 100px auto;
        /*margin-top: 50px;*/
    }

    #cars_items ul li#poer {
        background: url(../img/car_bg.jpg) 92% 22% no-repeat !important;
    }

    #cars_items .info_container {
        width: 100%;
    }

    #cars_items .car_btns {
        width: 100%;
        margin: 0 auto;
        margin-top: 177px;
    }

    #cars_items ul li#m6 {
        /* background: url(../img/car_bg_jolion.jpg) 100% 25% no-repeat; */
        background: url(../img/car_bg.jpg) 100% 0 no-repeat;
        margin-bottom: 0;
    }

    #cars_items ul li#jolion {
        /* background: url(../img/car_bg_jolion.jpg) 100% 25% no-repeat; */
        background: url(../img/car_bg.jpg) 100% 0 no-repeat;
        margin-bottom: 0;
    }

    #cars_items ul li#f7x {
        /* background: url(../img/car_bg_f7x.jpg) 100% 25% no-repeat; */
        background: url(../img/car_bg.jpg) 100% 25% no-repeat;
    }

    #cars_items ul li#f7 {
        /* background: url(../img/car_bg_f7.jpg) 100% 25% no-repeat; */
        background: url(../img/car_bg.jpg) 100% 25% no-repeat;
    }

    #cars_items ul li#h9 {
        /* background: url(../img/car_bg_h9.jpg) 100% 25% no-repeat; */
        background: url(../img/car_bg.jpg) 100% 25% no-repeat;
    }

    #cars_items ul li#h5 {
        /* background: url(../img/car_bg_h5.jpg) 100% 25% no-repeat; */
        background: url(../img/car_bg.jpg) 100% 25% no-repeat;
    }

    #cars_items ul li#w7 {
        /* background: url(../img/car_bg_w7.jpg) 100% 25% no-repeat; */
        background: url(../img/car_bg.jpg) 100% 25% no-repeat !important;
    }

    #cars_items .info_container .car_image {
        position: absolute;
        z-index: 1;
        top: 12% !important;
        left: 28% !important;
    }

    #cars_items .info_container .car_image img {
        max-width: 100%;
    }

    #cars_items .car_btns .btn {
        width: 100%;
        height: 65px;
        margin-top: 10px;
        transform: unset;
        position: relative;
        transition: all .3s linear;
        right: 0;
        font-size: 16px;
        font-weight: 700;
    }

    #cars_items .car_btns .btn span {
        transform: unset;
    }

    #cars_items .car_btns .btn:nth-child(2) {
        right: 0;
    }

    #cars_items .car_btns .btn:nth-child(3) {
        right: 0;
    }

    #cars_items .car_btns .btn:nth-child(4) {
        right: 0;
    }

    #cars_items li#jolion .car_btns {
        /* margin-top: 150px; */
    }

    #instock .compl_name {
        width: 26.2%;
    }

    #instock .compl_items .compl_btns .btn {
        font-size: 14px;
    }

    .tradein_bg {
        background-position: 67% 0;
    }

    .contacts_bg {
        background: url(../img/contacts_bg.jpg) 50% 0% no-repeat;
        background-size: cover;
    }

    .map_wrap {
        flex-direction: column;
    }

    .contacts {
        box-sizing: border-box;
        width: 750px;
    }

    .road_block {
        background: none;
        padding: 0;
    }

    .road_block .content {
    }

    .road_title {
        text-align: center;
        margin-top: 20px;
    }

    .road_title br {
        display: none;
    }

    .road_block .btn {
        width: 100%;
    }

    .reviews_item {
        min-height: 255px !important;
    }

    .reviews .slick-dots {
        left: calc(50% - 56px) !important;
    }

}

@media (max-width: 991px) {
    #cars_items ul li#jolion_new {
        background: url(../img/car_bg.jpg) 100% 0 no-repeat;
    }
    .title1 span {
        font-size: 14px;
    }
    .bn_gift span {
        font-size: 12px;
        line-height: 20px;
    }
    .profit__title {
        font-size: 16px;
    }
    #cars_items .info_container .car_credit {
        font-size: 12px;
    }
    #instock .title {
        font-size: 26px;
    }

    #filter_table {
        flex-direction: column;
        row-gap: 14px;
    }
    #filter_table .select_container {
        width: 100%;
    }
    #tb_complects tbody tr {
        flex-wrap: wrap;
        padding-bottom: 40px;
    }
    #tb_complects .compl_img {
        width: 56%;
    }
    #tb_complects .compl_text {
        width: 100%;
        margin-top: 20px;
    }
    #tb_complects .btns {
        margin-top: 20px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        column-gap: 20px;
    }
    #tb_complects .btns .btn {
        width: 48%;
    }
}
/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    #tb_complects .compl_img {
        width: 100%;
    }
    #tb_complects .btns {
        flex-direction: column;
    }
    #tb_complects .btns .btn {
        width: 100%;
    }
    #cars_items ul li .car_new {
        top: -60px;
        left: 10px;
        right: auto;
    }
    .bn_gift {
        box-sizing: border-box;
        padding: 0 0 0 25px;
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        position: relative;
        bottom: 0;
        margin-bottom: 15px;
    }

    .bn_gift span b {
        white-space: nowrap;
    }

    .presale {
        padding-bottom: 15px;
    }

    .presale .container {
        flex-direction: column;
    }

    #presale_form {
        flex-direction: column;
    }

    #presale_form .column {
        width: 100%;
    }

    #presale_form .form-group {
        margin-bottom: 10px;
    }

    #presale_form .form_title {
        min-height: auto;
    }

    #presale_form .agree_field {
        margin-top: 0;
    }

    #cars_items .info_container .car_support {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 10px;
    }

    #cars_items #m6 .info_container .car_support {
        position: absolute;
        top: 122px;
        left: 0;
    }

    #cars_items #m6 .info_container .car_image {
        padding-top: 82px;
    }

    #cars_items ul li .pl_tires {
        left: 0px;
        position: relative;
        margin-top: 10px;
    }

    #banner_form {
        margin-top: 0;
    }

    #banner_form .columns {
    }

    #banner_form .form-group {
        width: 100%;
    }


    .banner_cred {

        right: unset;
        left: 0;
        position: static;
        margin-top: 15px;
        font-size: 18px;
    }

    .banner_cred b {
        font-size: 26px;
    }


    /*****************/
    .banner_gos {
        right: unset;
        left: 0;
        position: static;
        margin-top: 15px;
        font-size: 17px;
    }

    .banner_gos .gos_text_big {
        font-size: 51px;
    }

    .banner_gos b {
        /* font-size: 26px; */
    }

    .cars_items_title {
        font-size: 24px;
    }

    .title_comment {
        color: #000000;
        font-size: 20px;
        font-weight: 500;
        margin-top: 0;
        text-align: center;
        padding: 0;
    }

    .banner_btn_wrap {

        display: block;

        margin-top: 0;
    }

    .timer_block {
        transform: none;
        width: 100%;
        margin-top: 0;
        left: 0;
    }

    .medals {
        width: 100%;
        position: static;
        align-items: center;
        justify-content: space-evenly;
        margin-top: 30px;
    }

    .medals img {
        max-width: 48%;
    }

    .timer_wrap {
        transform: none;
        flex-direction: column;
        padding: 0;
        /* padding-top: 35px; */
    }

    .timer_title br {
        display: none;
    }

    .timer_title {
        text-align: center;
        width: 100%;
        color: #000;
    }

    .timer {
        display: flex;
        justify-content: center;
        height: 60px;
    }

    div[id^=timer] {
        transform: scale(0.55) !important;
        transform-origin: 50% 0;
    }

    .fancybox-type-image {
        width: 100% !important;
        margin: 0px !important;
        left: 0px !important;
    }

    .fancybox-close {
        right: 9px !important;
        top: 9px !important;
    }

    .fancybox-inner {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .fancybox-wrap {
        margin: 0px !important;
        width: 100% !important;
        left: 0px !important;
        top: 20px !important;
    }

    .fancybox-type-image .fancybox-close {
        top: -8px !important;
    }

    .simple_slider .btn_left {
        display: none !important;
    }

    .simple_slider .btn_right {
        display: none !important;
    }

    .popup_container {
        width: 100%;
    }


    body {
        background-size: auto 165px;
        background-position: 48% 49px;
    }


    .btn_menu {
        position: absolute;
        top: 10px;
        right: 8px;
        z-index: 2;
        width: 40px;
        height: 29px;
    }

    .btn_menu span {
        height: 4px;
        background: #fff;
        display: block;
        transition: 0.2s;
    }

    .btn_menu:before {
        content: '';
        height: 4px;
        background: #fff;
        position: absolute;
        top: 12px;
        left: 0px;
        width: 100%;
        transition: 0.2s;
    }

    .btn_menu:after {
        content: '';
        height: 4px;
        background: #fff;
        position: absolute;
        bottom: 0px;
        width: 100%;
        transition: 0.2s;
    }

    .btn_menu.open span {
        transform: rotate(-45deg);
        transform-origin: 37px 8px;
    }

    .btn_menu.open:before {
        opacity: 0;
    }

    .btn_menu.open:after {
        transform: rotate(45deg);
        transform-origin: 34px -2px;
    }

    .menu {
        display: block;
        background: white;
        overflow: hidden;
        width: 0px;
        position: absolute;
        top: 47px;
        right: 0px;
        transition: 0.2s;
        z-index: 1;
        padding: 5px 0;
    }

    .menu li {
        padding: 0px;
    }

    .menu li:before {
        display: none;
    }

    .menu li a {
        padding: 15px 0px;
        font-size: 16px;
        white-space: nowrap;
        text-align: center;
    }

    .btn_menu.open + .menu {
        width: 100%;
    }

    .menu_container {
        top: 0px;
        display: block;
        position: absolute;
        width: 100%;
        z-index: 11;
        left: 0px;
    }

    form .form-group input[type="text"],
    form .form-group input[type="tel"],
    form .form-group select {
        height: 54px;
    }


    header {
        padding: 15px 0;
        background: black;
    }

    header .container {
        /* display: block; */
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .menu_container {
    }

    .menu {
    }

    .menu li {
    }

    .menu li:first-child {
    }

    .menu li a {
        color: black;
        border-bottom: 1px solid #ccc;
    }

    .menu li a:hover {
    }

    .menu .sup {
    }

    .logo1 {
        width: 120px;
        display: inline-block;
        margin-right: 10px;
    }

    .logo1 img {
    }

    .logo_sep {
        display: none;
    }

    .logo2 {
        /* display: inline-block; */
        /*width: 120px;*/
        padding-top: 0;
        font-size: 18px;
    }

    .logo2 img {
    }

    .top_addr {
        display: none;
    }

    .top_phone {
        display: none;
    }

    header .btn {
        display: none;
    }

    .banner_slider {
        position: relative !important;
        top: unset;
    }

    .banner_slider .slider_item {
        background-size: 420px auto !important;
        height: 170px;
    }

    .banner_slider .slider_item.slide1 {
    }

    .banner_slider .slider_item.slide2 {
    }

    .banner_slider .slider_item.slide3 {
    }

    .banner_slider .slick-dots {
    }

    .banner_slider .slick-dots li {
    }

    .banner_slider .slick-dots li button {
    }

    .banner_slider .slick-dots li:hover {
    }

    .banner_slider .slick-arrow {
    }

    .banner_slider .slick-prev {
    }

    .banner_slider .slick-next {
    }

    .title1_container {
        color: black;
        font-weight: 700;
        text-transform: uppercase;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .title1_container .banner_tire {
        position: static;
        margin-top: 40px;
    }

    .title_wrap {
        padding: 0;
        text-align: center;
    }

    .title_wrap:before {
        display: none;
    }

    .title1 {
        font-size: 18px;
        font-weight: 900;
    }

    .title1 font {
        font-size: 21px;
        display: block;
    }

    .title1 span {
        font-size: 24px;
    }

    .title1 b {
        display: inline;
    }

    .title1 b:after {
        display: none;
    }

    .title2 span {
        white-space: nowrap;
    }

    .profit__title {
        text-align: center;
        font-size: 4vw !important;
        margin: 10px 0 !important;
    }

    .title2 {
        font-size: 20px;
        padding-top: 10px;
        display: block;
    }

    .title2 b {
    }


    .title2 .title_profit {
        margin: 0;
        margin-top: 10px;
    }

    .title2 .title_profit b {
        font-size: inherit;
    }

    .title1_container .btn {
        width: 100%;
        /* margin-top: 15px; */
    }

    .road_block {
        background: none;
        padding: 0;
    }

    .road_block .content {
        flex-wrap: wrap;
    }

    .road_title {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 30px;
        padding: 0;
    }

    .road_block .btn {
        width: 100%;
    }

    #cars_items ul li#m6 {
        margin-top: 50px;
    }

    #cars_items ul li#jolion {
        /* background: url(../img/car_bg_jolion.jpg) 50% 50% no-repeat; */
/*        background: url(../img/car_bg.jpg) 50% 50% no-repeat;
        background-size: 100%;
        margin-bottom: 0;
        margin-top: 50px;
        padding-bottom: 0;
        padding-top: 0;*/
    }


    /* CARS_ITEMS */
    #cars_items ul li {
        flex-wrap: wrap;
        padding-top: 0;
    }

    #cars_items .info_container {
        width: 100%;
        padding-top: 0 !important;
    }

    #cars_items .info_container .title {
        font-size: 26px;
        font-weight: 900;
        /* flex-direction: column; */
        position: static;
        line-height: 26px;
    }
    #cars_items .info_container .title .br_mob {
        display: none;
    }
    #cars_items .info_container .title br {
        display: none;
    }

    #cars_items .info_container .title span {
        display: inline-block;
        padding-left: 0;
        font-size: 20px;
        top: 0;
    }

    #cars_items .info_container .profit {
        margin-top: 5px;
        padding-top: 0;
        display: block;
        width: 100%;
        padding: 0;
        background: none;
        font-size: 20px;
    }

    #cars_items .info_container .profit br {
        display: none;
    }

    #cars_items .info_container .profit b {
        font-size: 24px;
    }

    #cars_items .info_container .car_price {
        margin-top: 5px;
        margin-bottom: 0;
    }

    #cars_items .info_container .car_image {
        position: static;
        padding-top: 10px;
    }

    #cars_items li#poer .info_container .car_image {
        padding-top: 30px;
    }

    #cars_items #h9 .car_image {
        padding-top: 20px;
    }

    #cars_items .info_container .car_gallery {
        padding-bottom: 0px;
        width: 100%;
        position: static;
    }


    .car_gos_sale {
        position: relative;
        left: 39%;
        margin: 15px 0;
    }

    .car_gos_sale_content {
        /*padding-top: 45px;*/
    }

    .car_gos_sale .text1 {
        /*right: unset;
        left: 0;*/
    }

    .car_gos_sale .text1 span {
    }

    .car_gos_sale .text2 {
    }

    .car_gos_sale .text2 span {
    }

    #cars_items .info_container .car_advs {
        display: flex;
        justify-content: space-around;
    }

    /*    #cars_items li#jolion .info_container .car_advs {
            position: absolute;
            top: -41px;
            right: 0;
        }*/
    #cars_items .info_container .car_credit {
        position: static;
        margin-top: 5px;
        padding-top: 0;
        padding-bottom: 5px;
        font-size: 18px;
        line-height: 20px;
    }

    #cars_items .info_container .car_credit br:first-child {
        display: none;
    }

    #cars_items .info_container .low_price {
        padding-top: 0;
        position: absolute;
        right: -45px;
        transform: scale(.7);
        top: 25px;
    }

    #cars_items .info_container .low_price span {
    }

    #cars_items .info_container .low_price b {
    }

    #cars_items #jolion .info_container .low_price {
        right: 0;
        transform-origin: top right;
    }

    #cars_items li#poer .info_container .low_price {
        top: 45px;
    }

    #cars_items .info_container .car_credit span {
        font-size: 24px;
    }

    #cars_items ul li {
        background-size: 100% !important;
        background-position: 50% 22% !important;
        background: none !important;
    }

    #cars_items ul li#dargo {
        padding-top: 0;
    }

    #cars_items #dargo .info_container .title {
        top: 0;
        margin-bottom: 0;
    }

    #cars_items #dargo .info_container .car_advs {
        margin-top: 0;
    }

    #cars_items ul li#poer,
    #cars_items ul li#poer_kingkong {
        /* background: url(../img/car_bg_poer.jpg) 47% 15% no-repeat !important; */
        /* background: url(../img/car_bg.jpg) 47% 15% no-repeat !important; */
        /* background-size: 100% !important; */
        background: none !important;
    }

    #cars_items ul li#w7 {
        /* background: url(../img/car_bg_w7.jpg) 49% 12% no-repeat !important; */
        /* background: url(../img/car_bg.jpg) 49% 12% no-repeat !important; */
        /* background-size: 100% !important; */
        background: none !important;
    }

    #cars_items ul li#jolion {
        background-position: 50% 25% !important;
    }

    #cars_items ul li#h9 {
        background-position: 50% 20% !important;
    }

    #cars_items ul li#f7,
    #cars_items ul li#f7x {
        background-position: 50% 26% !important;
    }

    #cars_items .info_container .car_image:hover {
        transform: unset;
    }

    #cars_items .car_btns {
        width: 100%;
        margin-top: 10px;
    }

    #cars_items li#jolion .car_btns {
        /* margin-top: 10px; */
    }

    #cars_items .car_btns .btn {
        width: 100%;
        height: 54px;
        margin-top: 10px;
        transform: unset;
        right: 0;
        font-size: 12px;
    }

    #cars_items .car_btns .btn:nth-child(2) {
        right: 0;
    }

    #cars_items .car_btns .btn:nth-child(3) {
        right: 0;
    }

    #cars_items .car_btns .btn:nth-child(4) {
        right: 0;
    }

    #cars_items .car_btns .btn span {
        transform: unset;
    }

    #cars_items .car_btns .btn:hover {
        right: 0;
    }

    #cars_items .car_btns .btn:nth-child(2):hover {
        right: 0;
    }

    #cars_items .car_btns .btn:nth-child(3):hover {
        right: 0;
    }

    #cars_items .car_btns .btn:nth-child(4):hover {
        right: 0;
    }


    /* CARS_ITEMS END */
    /* INSTOCK */
    #instock {
        padding: 50px 0;
    }

    #instock .title {
        font-size: 30px;
        line-height: 34px;
    }

    #instock .models {
        display: flex;
        color: #828282;
        font-size: 20px;
        border-bottom: 1px solid #dfdfdf;
        overflow-x: scroll;
        white-space: nowrap;
    }

    #instock .compls {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
        justify-content: space-between;
    }

    #instock .compl_name {
        width: 47%;
        text-align: center;
        background: white;
        border: 1px solid #dfdfdf;
        padding: 15px 0;
        padding-left: 0;
        font-size: 16px;
        font-weight: 700;
        margin-left: 0;
        MARGIN-TOP: 20PX;
        cursor: pointer;
        display: none;
    }

    #instock .compl_items .item.show {
        display: flex;
        flex-wrap: wrap;
    }

    #instock .compl_items .compl_image {
        width: 100%;
        padding-top: 10px;
    }

    #instock .compl_items .compl_engine {
        width: 100%;
        padding-top: 10px;
    }

    #instock .compl_items .compl_btns {
        width: 100%;
        margin-top: 15px;
    }

    /* INSTOCK END */
    /* TRADEIN */
    .tradein_bg {
        background: none;
        padding: 0;
    }

    .tradein_bg > img {
        display: block;
    }

    .tradein {
        margin: 0;
        padding: 20px 0;
        color: black;
        width: 100%;
    }

    .tradein .title {
        font-size: 30px;
        line-height: 32px;
    }

    .tradein .title span {
        /* font-size: 18px; */
    }

    #form1 {
        width: 100%;
    }

    #form1 select,
    #form1 select,
    #form1 input[type='tel'],
    #form1 input[type='number'] {
        border: 1px solid black;
    }

    /* TRADEIN END */
    /* CREDIT */
    .credit_bg {
        background: none;
        padding: 0;
    }

    .credit_bg > img {
        display: block;
    }

    .credit {
        width: 100%;
        padding: 20px 0;
    }

    .credit .title {
        width: auto;
        margin-left: auto;
        color: black;
        font-weight: 700;
        font-size: 30px;
        text-transform: uppercase;
    }

    .credit .comment {
        margin-left: 0;
        color: black;
        /* font-weight: 700; */
        font-size: 18px;
        /* text-transform: uppercase; */
    }

    #form2 {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .offer {
        padding: 20px 0;
    }

    #form3 {
        width: 100%;
        margin-left: auto;
    }

    #form3 .title {
        font-size: 30px;
        text-align: center;
    }

    #form3 .columns {
        display: block;
    }

    #form3 .columns .form-group {
        width: 100%;
    }

    #form3 .comment {
        width: 100%;
        margin-top: 5px;
        text-align: center;
        margin-bottom: 10px;
    }

    /* CREDIT END */
    /* CONTACTS */
    .contacts_bg {
        background: none;
        padding: 0;
        margin-top: 50px;
        position: relative;
    }

    .contacts_bg:before {
        display: none;
    }

    .contacts {
        width: 100%;
        height: 360px;
        background: none;
        padding: 0;
        margin-bottom: 50px;
    }

    .contacts .title {
        color: black;
    }

    .contacts .comp_info {
        color: #000;
    }

    .contacts .bottom_addr {
        color: black;
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        font-size: 16px;
        padding-left: 20px;
    }

    .contacts .bottom_work {
        color: black;
        margin-top: 10px;
        margin-bottom: 10px;
        position: relative;
        font-size: 16px;
        padding-left: 20px;
    }

    .contacts .bottom_phone {
        color: #000;
    }

    .worktime {
        color: #000;
    }

    .map_wrap {
        display: block;
    }

    /* CONTACTS END */
    #map1 {
        width: 100%;
        height: 300px;
    }

    .reviews {
        padding: 40px 0 60px;
    }

    .reviews_item {
        width: 100%;
        min-height: 270px !important;
    }

    .reviews_title {
        font-size: 28px;
    }

    .reviews .slick-prev {
        top: 50% !important;
        left: -4% !important;
    }

    .reviews .slick-next {
        top: 50% !important;
        right: 2% !important;
    }

    .reviews .slick-dots {
        bottom: -15%;
        left: calc(50% - 56px) !important;
    }

    .reviews_item .review {
        font-size: 13px;
    }
    #form3 .title {
        font-size: 18px;
    }

    .worktime_holiday > div {
        color: #000000;
        font-size: 14px;
    }

    .cookies_wrap {
        flex-wrap: wrap;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 580px) {
    #cars_items ul li .car_new {
        height: 36px;
        width: 130px;
    }
    #cars_items ul li .car_new span {
        font-size: 15px;
    }
    .title1 span {
        font-size: 18px;
    }
    .profit__title {
        font-size: 3vw !important;
    }
    .tradein .title {
        font-size: 22px;
        line-height: 32px;
    }
}
@media (max-width: 430px) {
    .title1 span {
        font-size: 14px;
    }
    #cars_items .info_container .profit b {
        font-size: 18px;
    }
    #cars_items .info_container .car_credit {
        font-size: 14px;
    }
    #cars_items .info_container .car_credit span {
        font-size: 18px;
    }
    #cars_items .info_container .title {
        font-size: 20px;
    }
    #dargo_x .info_container .title {
        margin-bottom: 70px;
    }
    .tradein .title {
        font-size: 16px;
        line-height: 24px;
    }

}
@media (max-width: 384px) {

}

@media (max-width: 378px) {


}

@media (max-width: 360px) {
    .title2 {
        font-size: 18px;
        padding-top: 10px;
    }
    #cars_items .car_btns .btn {
        font-size: 10px;
    }
    .title1 span {
        font-size: 12px;
        line-height: 15px;
    }
}

@media (max-width: 320px) {

    body {
        background-size: auto 165px;
        background-position: 48% 44px;
    }

    .logo1 {
        width: 100px;
    }

    .logo2 {
        /*width: 100px;*/
        font-size: 16px;
    }


    .title1 {
        font-size: 16px;
        font-weight: 900;
    }

    #cars_items .info_container .title {
        font-size: 18px;
        font-weight: 900;
    }

    #cars_items .info_container .profit b {
        font-size: 16px;
    }
    #cars_items .info_container .car_credit {
        font-size: 12px;
    }
    #instock .title {
        font-size: 27px;
    }

    .tradein_bg {
        background-position: 75% 19%;
    }

    .tradein .title {
        font-size: 14px;
    }
    .credit .comment {
        font-size: 12px;
    }
    .credit .title {
        width: auto;
        margin-left: auto;
        color: black;
        font-weight: 700;
        font-size: 27px;
        text-transform: uppercase;
    }

    #form3 .title {
        font-size: 27px;
    }

    .contacts .title {
        font-size: 27px;
    }

    .reviews_item {
        min-height: 310px !important;
    }

    .reviews_item .review {
        font-size: 12px;
    }
    .cars_items_title {
        font-size: 18px;
        line-height: 20px;
    }

}