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: 0 auto !important;
    overflow: auto !important;
}

.row_toggle + .row_toggle_container {
    display: none;
}

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

b {
    font-weight: 500;
}

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

    .timer_wrap {
        padding-top: 16px;
    }
}

@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, 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: 500;
    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: 500;
}

.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;
    border: 2px solid #000;
    color: #fff;
    background: #000;
}

form .form-group button:hover {
    border: 2px solid #38d1c3;
    background: #38d1c3;
    color: #fff;
}

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.popup_container input[type="text"]::-webkit-input-placeholder,
form.popup_container input[type="tel"]::-webkit-input-placeholder {
    color: white;
}

form.popup_container input[type="text"]::-moz-placeholder,
form.popup_container input[type="tel"]::-moz-placeholder {
    color: white;
}

form.popup_container input[type="text"]:-ms-input-placeholder,
form.popup_container input[type="tel"]:-ms-input-placeholder {
    color: white;
}

form.popup_container input[type="text"]:-moz-placeholder,
form.popup_container input[type="tel"]:-moz-placeholder {
    color: white;
}

.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: #fff;
    text-transform: uppercase;
    height: 54px;
    display: block;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    line-height: 100%;
    text-align: center;
    background: #38d1c3;
    border-width: 2px;
    border-style: solid;
    border-color: #38d1c3;
    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%;
    margin-top: 4px;
}

.btn:hover {
    background: #000;
    border-color: #000;
    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;
}

.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: #38d1c3;
    border-color: #38d1c3;
}

header {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    padding: 20px 0;
    background: #000000;
}

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

header .container .logo1 {
    width: 174px;
}

.top_addr {
    position: relative;
    padding-left: 20px;
}

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

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

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

.menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-bottom: 9px;
    justify-content: space-evenly;
    display: flex;
    padding-top: 15px;
}

.menu .menu_car {
    display: flex;
    column-gap: 4px;
}

.menu .menu_main {
    display: flex;
    column-gap: 4px;
}

.menu_container {
    position: relative;
    z-index: 1;
    background-color: #ffffffb0;
}

.menu li {
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    display: block;
}

.menu li a {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 20px 0px;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
    text-align: left;
    padding: 0px;
    font-size: 9px;
    font-weight: 400;
}

.menu li a.bold {
    font-weight: 500;
}

.menu li a:hover {
    color: #38d1c3;
}

.menu .sup {
    width: 30px;
}

.logo_sep {
    width: 4px;
    height: 40px;
    background: #d52034;
    transform: skewX(-25deg);
    display: none;
}

.top_addr {
    font-size: 12px;
    color: white;
}

.top_phone {
    color: white;
    font-size: 12px;
    text-decoration: none;
}

header .btn {
    border: 1px solid #fff;
    color: #fff;
    background: none;
    font-size: 12px;
    text-transform: uppercase;
    /* font-weight: 500; */
    white-space: nowrap;
    width: 250px;
    height: 33px;
}

header .btn:hover {
    color: #fff;
    background: #38d1c3;
    border: 1px solid #38d1c3;
}

.banner_slider {
    position: absolute !important;
    width: 100%;
    top: 70px;
    z-index: 0;
}
.banner_phone {
    display: none;
}
.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) 100% 42px no-repeat;
}

.banner_slider .slider_item.slide4 {
    background: url(../img/banner_slider/4-1.jpg) 100% 0 no-repeat;
}

.banner_slider .slider_item.slide5 {
    background: url(../img/banner_slider/5.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: 500;
    /* text-transform: uppercase; */
    padding-top: 30px;
    /* padding-bottom: 40px; */
    position: relative;
    min-height: 703px;
}

.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;
    padding: 0;
    padding-left: 100px;
    padding-right: 10px;
    color: #000000;
    /*background: rgba(255, 255, 255, 0.91);*/
}

.title_wrap:before {
    content: "";
    width: 1179px;
    height: 129px;
    position: absolute;
    top: -20px;
    left: -20px;
    background: url("../img/title_bg.png") 50% 0 no-repeat;
    display: none;
}

.title1 {
    font-size: 34px;
    font-weight: 400;
    position: relative;
}

.title_wrap.wt .title1 {
    color: #ffffff;
}

.title_wrap.black .title1 {
    color: #000000;
}

.title_wrap.white {
    color: #fff;
}

.title1 span {
    /* color: #d51f34; */
    /* animation: blurblack 2s ease-out infinite; */
    display: block;
    /*text-transform: uppercase;*/
    font-weight: 400;
    /* margin-top: 10px; */
    font-size: 30px;
}

.title1 span:first-child {
    font-weight: 400;
}

.title1 span b {
    animation: blurblack 2s ease-out infinite;
}

.title1 font {
    display: inline-block;
    background: #fff;
    color: #000000;
    padding: 8px 10px 0;
    font-weight: 500;
    margin-bottom: 14px;
}

.title1 font.bg_black {
    background: #000;
    color: #fff;
}

font.bg_green {
    background: #38d1c3;
    color: #fff;
}



.wn .title1 font {
    background: #000;
    color: #fff;
}

.title1 font.title_gift {
    font-size: 24px;
    background: none;
    font-weight: 400;
    margin-bottom: 0;
    padding: 0;
}

.title_wrap.white .title1 font.title_gift {
    color: #fff;
}

.title_wrap.wt .title1 font {
    background: #ffffff;
    color: #000000;
}

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

@keyframes blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.3;
    }
}

.title_wrap.banner_title5 {
    top: 6px;
    left: 21px;
    padding: 0;
}
.banner_title5 .title1::before {
    content: '';
    position: absolute;
    background: #38D1C3;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    clip-path: polygon(40px 0, 100% 0, 100% calc(60% - 30px), calc(100% - 40px) 100%, 0 101%, 0 47px);
     z-index: -1; 

}
.banner_title5 .title1 {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    line-height: normal;
    background: #FFFFFF;
    padding: 15px 90px 6px 30px;
    width: max-content;
    clip-path: polygon(0 0,
            100% 0,
            100% calc(60% - 30px),
            calc(100% - 40px) 100%,
            0 100%);
     z-index: 1;
}


.banner_title5 .title2 {
    font-size: 34px;
    font-weight: 400;
    color: #ffffff;
}
.banner_title5 .title3 {
    margin-top: 18px;
    font-size: 26px;
    font-weight: 300;
    line-height: 146%;
    color: #ffffff;
}
.title1_container .banner_title5 .btn {
    width: 242px;
    height: 50px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    font-size: 14px;
    text-transform: initial;
    overflow: hidden;
    border: none;
    border-left: 2px solid #ffffff;
    background: transparent;
}
.title1_container .banner_title5 .btn span {
    position: relative;
    z-index: 2;
}
.title1_container .banner_title5 .btn:before {
    content: '';
    position: absolute;
    left: -18px;
    width: 100%;
    height: 48px;
    border: 2px solid #ffffff;
    transform: skewX(-28deg);
    transition: all 0.2s linear;
}
.title1_container .banner_title5 .btn:hover {
    color: #000000;
}
.title1_container .banner_title5 .btn:hover:before {
    background: #ffffff;
}

/*
.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: 12px;
    top: -12px;
}

.title2 {
    font-size: 26px;
    padding-top: 5px;
    font-weight: 300;
    position: relative;
    display: flex;
    align-items: center;
}

.title2 span {
    color: #d52034;
    font-weight: 500;
    animation: blurblack 2s ease-out infinite;
}

.title2 .title_profit {
    margin-right: 15px;
    background: #fff;
    color: #000000;
    padding: 6px 10px;
    font-weight: 500;
}

.wn .title2 .title_profit {
    background: #000;
    color: #fff;
}

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

.title_wrap.bf {
    padding: 0;
    background: none;
    color: #ffffff;
    padding-left: 100px;
}

.title_wrap.bf.wn {
    color: #000;
}

.title_wrap.bf .title1 {
    font-size: 34px;
    font-weight: 300;
    line-height: 38px;
}

.title_wrap.bf .title1 br {
    /*display: none;*/
}

.title_wrap .title1 span {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    display: inline-block;
    line-height: 120%;
}

.title_wrap .title1 .br_mob {
    display: none;
}

.title_wrap .title1 div {
    font-size: 25px;
    margin-top: 10px
}

.title_wrap span p {
    margin: 0;
}

.title_wrap span p br {
    display: none;
}

.title_wrap span span {
    text-transform: none;
}

.title_wrap.bf .title1 b {
    font-size: 28px;
    font-weight: 500;
}

.title_wrap.bf .title2 {
    font-size: 22px;
    font-weight: 300;
}

.title_wrap2 {
    color: #fff;
    font-family: 'Haval';
    font-weight: 300;
    margin-left: -170px;
}

.title_wrap2 .title5 {
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 125px;
}

.title_wrap2 .title5 br {
}

.title_wrap2 .title6 {
    transform: skewX(-25deg);
    background: #00cabf;
    padding: 10px 35px;
    font-size: 32px;
    margin-top: 20px;
    display: inline-block;
    color: #000000;
    font-weight: 500;
}

.title_wrap2 .title6 div {
    transform: skewX(25deg);
}

.title_wrap2 .title6 br {
}

.title_wrap2 .title7 {
    font-size: 32px;
    margin-top: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.title_wrap2 .title7 br {
}

.title_wrap2 .title7 span {
    font-size: 22px;
}

.title_wrap2 .title8 {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 300;
}

.title_wrap2 .title8 br {
}

.banner_cred {
    position: absolute;
    top: 222px;
    right: 68px;
    background: #f81a31;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transform: skew(-20deg);
    text-decoration: none;
}

.title_wrap.title_wrap3 {
    padding-top: 90px;
    padding-left: 0;

}
.title_wrap.title_wrap3 .title1 {
    font-size: 74px;
    font-weight: 400;
}
.title_wrap.title_wrap3 .title2 {
    margin-top: 100px;
    position: relative;
    width: fit-content;
    padding: 10px 20px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title_wrap.title_wrap3 .title2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00CABF;
    transform: skewX(-30deg);
}
.title_wrap.title_wrap3 .title2 p {
    margin: 0;
    position: relative;
    font-size: 34px;
    font-weight: 400;
}
.title_wrap.title_wrap3 .title3 {
    margin-top: 17px;
    font-size: 28px;
    font-weight: 400;
}
.title_wrap.title_wrap3 .title3 span {
    font-size: 22px;
    font-weight: 400;
}

.title_wrap.title_wrap3 .title4 {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}

.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: 500;
    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: 0.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 #38d1c3, 0px 0px 5px #38d1c3,
        0px 0px 5px #38d1c3, 0px 0px 5px #38d1c3, 0px 0px 5px #38d1c3,
        0px 0px 5px #38d1c3, 0px 0px 5px #38d1c3, 0px 0px 10px #38d1c3,
        0px 0px 10px #38d1c3;
    }
}

.timer_block {
    /*margin-top: 430px;*/
    position: absolute;
    bottom: 30px;
}

.timer_block2 {
    display: none;
    position: absolute;
    right: 0;
    top: 440px;
}
.timer_block2 .timer_wrap {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.timer_block2 .btn {
    width: 360px;
}

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

.timer_title {
    font-weight: 500;
    font-size: 28px;
    text-transform: none;
    padding-bottom: 15px;
    color: #fff;
    width: 10%;
    line-height: 29px;
}

.wn .timer_title {
    color: #ffffff;
}

.wn.black .timer_title {
    color: #000;
}

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

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

.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: 20px;
    font-weight: 500;
    padding-left: 120px;
}

.road_title span {
    text-transform: uppercase;
}

.road_title sup {
    font-size: 14px;
    top: -5px
}

.road_block .btn {
    width: 360px;
}

.run_now {
    position: relative;
    bottom: 0;
    width: 100%;
    display: flex;
    z-index: 4;
    align-items: center;
    background: #38d1c3;
    overflow: hidden;
    height: 60px;
  }
  .run_now_cont {
      white-space: nowrap;
      animation: runstring 20s infinite linear; /* notice the infinite */
      font-size: 20px;
      color: white;
      padding: 9px 0px;
  }

  .run_now_cont div {
      display: inline-block;
      padding-right: 100px;
  }
  .run_now_cont div b {
    font-weight: 700;
  }
  @keyframes runstring {
      0% {
          transform: translateX(0)
      }
      100% {
          transform: translateX(-50%)
      }
  }



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

/* CARS_ITEMS */

.cars_items_title {
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 50px;
}

.offers {
    margin-top: 60px;
}
.offers_cont {
    background: url(../img/offers_bg.jpg) 50% 0 no-repeat;
    height: 528px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
}
.offers .title1 {
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 120%;
}
.offers .title2 {
    display: block;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    line-height: 120%;
}
.offers .btn {
    margin-top: 32px;
    max-width: 370px;
}

#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: end;
    margin-top: 120px;
    /* padding-top: 80px; */
    background: url(../img/car_bg.jpg) 53% 41% no-repeat !important;
}

#cars_items ul li .car_new {
    position: absolute;
}

#cars_items ul li .pl_tires {
    position: absolute;
    bottom: 0;
    left: calc(50% - 182px);
    z-index: 1;
}

#cars_items ul li#m6 {
    background: url(../img/car_bg.jpg) 53% 0px no-repeat;
}

#cars_items ul li#dargo {
    /* 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#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#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 {
    /* 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 {
    /* background: url(../img/car_bg_poer.jpg) 47% 45% no-repeat !important; */
    /* background: url(../img/car_bg.jpg) 53% 41% no-repeat !important; */
}

#cars_items .info_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

#cars_items .info_container .car_text {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

#cars_items .credit {
    margin-top: 14px;
    font-size: 18px;
    line-height: 134%;
}

#cars_items .credit sup {
    font-size: 60%;
}

#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: 32px;
    font-weight: 500;
    text-transform: uppercase;
    /* display: flex; */
    /* justify-content: flex-start; */
    /* position: absolute; */
    top: 17px;
    left: 0;
    line-height: 40px;
    margin-top: -10px;
}

#cars_items #dargo .info_container .title {
    /* margin-bottom: 30px; */
    /* top: -15px; */
}

#cars_items .info_container .title span {
    font-size: 22px;
    font-weight: 500;
    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: 18px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    color: black;
    display: inline-block;
    padding-top: 7px;
    background: #d6d6d6;
    padding: 10px 16px;
}

#cars_items .info_container .profit.bg_green {
    background: #38d1c3;
    color: #ffffff;
}

#cars_items .info_container .low_price {
    padding-top: 20px;
    font-size: 20px;
}

#cars_items .info_container .new_model {
    padding-top: 20px;
    font-size: 13px;
}

#cars_items .info_container .new_model {
    width: 200px;
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cars_items .info_container .new_model span {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}

#cars_items .info_container .new_model:before {
    content: "";
    width: 100%;
    height: 100%;
    transform: skew(-13deg);
    background: #38d1c3;
    position: absolute;
}

#cars_items .info_container .low_price span {
}

#cars_items .info_container .low_price b {
    font-size: 24px;
}

#cars_items #m6 .info_container .low_price,
#cars_items #f7x .info_container .low_price,
#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: 22px;
    /* color: #d52034; */
    font-weight: 500;
    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: 18px;
    font-weight: 500;
}

#cars_items .info_container .profit sup {
    font-size: 0.5em;
    position: relative;
    top: -8px;
    font-weight: 400;
}

#cars_items .info_container .profit:hover b {
    /* color: #3d3d3d; */
}

#cars_items .info_container .car_price {
    margin-top: 15px;
    font-size: 24px;
    color: #000000;
    font-weight: normal;
    animation: blink 4s infinite linear;
}

#cars_items .info_container .car_price sup {
    font-size: 60%;
}
@keyframes blink {
    0% {
        color: #000000;
    }
    50% {
        color: #38d1c3;
    }
    100% {
        color: #000000;
    }
}

#cars_items .info_container .car_image {
    position: absolute;
    z-index: 1;
    top: 9%;
    left: 22%;
    transition: all 0.3s linear;
}

#cars_items li#poer_new .car_image {
    left: 24%;
}

#cars_items li#h9 .car_image,
#cars_items li#f7_new .car_image {
    top: 15%;
}

#cars_items li#f7 .car_image {
    top: 20%;
    left: 23%;
}

#cars_items li#f7x .car_image {
    top: 17%;
    left: 23%;
}

#cars_items li#jolion .car_image {
}

#cars_items .info_container .car_gallery {
    width: 100%;
    max-width: 332px;
    bottom: 0;
    z-index: 1;
    margin-top: 10px;
}

#cars_items .info_container .car_gallery .slick-track {
    margin-left: 0;
}


#cars_items .info_container .car_gallery a {
    margin: 0 4px;
    display: block;
    position: relative;
}

#cars_items .info_container .car_gallery a img {
    width: 100%;
}

#cars_items .info_container .car_gallery a span {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    left: 50%;
    background-size: cover;
    background: url(../img/play_video_icon.svg) no-repeat center top;
    position: absolute;
    z-index: 2;
    display: block;
    background-size: 15px;
    background-position-x: 6px;
    background-position-y: 4px;
    background-color: #ffffffb5;
    margin-left: -10px;
    top: 50%;
    margin-top: -13px;
}

#cars_items li#dargo .info_container .car_image {
    top: 11%;
    left: 26%;
    /* 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: 6%;
      bottom: 69px;*/
    transform: scale(0.7);
    /*display: none;*/
    top: -15px;
    right: 375px;
}

#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: 500;
    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: 500;
    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: 500;
    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: 500;
    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: 25px;
    color: #000;
    font-weight: 500;
    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;
}

#cars_items .info_container .car_credit span {
    /* color: #f81a31; */
    font-size: 35px;
}

#cars_items .info_container .car_credit sup {
    /* font-weight: 400; */
    font-size: 18px;
}

#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:hover {
    border: 2px solid #38d1c3;
    color: #fff;
}

#cars_items .car_btns .btn {
    width: 320px;
    height: 75px;
    margin-top: 10px;
    /* transform: skewX(-25deg); */
    position: relative;
    transition: all 0.3s linear;
    right: 0;
    font-size: 11px;
    font-weight: 500;
}

#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: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#instock .models {
    display: flex;
    justify-content: space-between;
    color: #828282;

    font-size: 20px;

    border-bottom: 1px solid #dfdfdf;
}

#instock .model_name {
    font-weight: 500;

    padding: 10px 0;

    cursor: pointer;

    border-bottom: 4px solid transparent;
    font-size: 14px;
}

#instock .model_name:hover {
    color: black;
    border-bottom: 4px solid black;
}

#instock .model_name.active {
    color: black;
    border-bottom: 4px solid black;
}

#instock .compls {
    display: flex;

    flex-wrap: wrap;

    margin-bottom: 30px;
}

#instock .compl_name {
    width: 27.8%;

    background: white;

    border: 1px solid #dfdfdf;

    padding: 15px 0;

    padding-left: 30px;

    font-size: 18px;

    font-weight: 500;

    margin-left: 4%;

    margin-top: 20px;

    cursor: pointer;

    display: none;
}

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

#instock .compl_name:hover {
    background: #dfdfdf;
}

#instock .compl_name.active {
    background: #dfdfdf;
}

#instock .compl_items {
}

#instock .compl_items .item {
    display: none;

    justify-content: space-between;

    align-items: center;

    padding-top: 20px;

    padding-bottom: 20px;

    border-bottom: 2px solid #dfdfdf;
}

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

#instock .compl_items .compl_image {
    width: 30.6%;

    background: url(../img/compl_bg.png) center no-repeat;
}

#instock .compl_items .compl_image img {
    padding: 10px 0;

    display: block;

    margin: 0 auto;
}

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

#instock .compl_items .compl_engine .name {
    font-size: 22px;

    font-weight: 500;
}

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

    font-weight: 500;

    padding-top: 16px;
}

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

#instock .compl_items .compl_btns .btn:nth-child(1) {
    margin-bottom: 10px;
    border: 2px solid #38d1c3;
    color: #fff;
}

#instock .compl_items .compl_btns .btn:nth-child(1):hover {
    border: 2px solid #ffffff;
    color: #fff;
}

#instock .compls_showmore {
}

/* INSTOCK END */

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

/* TRADEIN */

.tradein_bg {
    background: url(../img/bg_tradein.png) 0 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: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.tradein .title span {
    color: #d52034;
    font-weight: 500;
}

#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: 15px;
    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 .agree_field a {
    color: #000;
}

/* TRADEIN END */

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

/* CREDIT */

.credit_bg {
    background: url(../img/bg_credit.jpg) 50% 0% no-repeat;
    padding: 140px 0;
}

.credit_bg > img {
    display: none;
}

.credit {
}

.credit .title {
    color: white;

    font-weight: 500;

    font-size: 34px;

    text-transform: uppercase;
}

.credit .comment {
    color: white;

    font-size: 18px;

    margin-top: 10px;
}

#form2 {
    width: 370px;

    margin-top: 20px;
}

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

.credit_bg .agree_field,
.credit_bg .agree_field a {
    color: #ffffff;
}

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

/* OFFER */

.offer {
    background: #000000;
    padding: 55px 0;
}

#form3 {
    width: 650px;
    margin: 0 auto;
}

#form3 .btn {
    background: #b7b7b7;
    color: #000;
    border: 2px solid #b7b7b7;
}

#form3 .btn:hover {
    color: #fff;
    background: #38d1c3;
    border: 2px solid #38d1c3;
}

#form3 .title {
    width: 100%;
    color: black;
    color: #fff;
    font-size: 34px;
    font-weight: 500;
}

#form3 .comment {
    width: 100%;

    color: #ffffff;
    font-size: 22px;

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

.offer .agree_field,
.offer .agree_field a {
    color: #fff;
}

/* 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: 26px;
    padding-bottom: 15px;
    font-weight: 500;
}

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

.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;
    line-height: 18px;
}

.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: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contacts .title {
    color: white;
    text-transform: uppercase;
    position: relative;
    font-size: 30px;
    font-weight: 500;
    /* padding-top: 5px; */
    /* padding-left: 30px; */
}

.contacts .comp_info {
    font-size: 12px;
    padding: 10px 0;
    color: #fff;
    line-height: 18px;
}

.contacts .bottom_addr {
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    line-height: 18px;
}

.contacts .bottom_addr:before {
    content: url(../img/loc_bottom.png?v=2);
    position: absolute;
    top: 0;
    left: 0;
}

.contacts .bottom_work {
    color: white;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    font-size: 14px;
    padding-left: 20px;
}

.contacts .bottom_work:before {
    content: url(../img/mail_bottom.png?v=2);
    position: absolute;
    top: 0;
    left: 0;
}

.contacts .bottom_phone {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
    margin-top: 16px;
}

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

.worktime-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.worktime {
    color: #ffffff;
    padding: 15px 0 0;
    line-height: 18px;
}

.worktime span {
    color: orangered;
}

.contacts .agree_field,
.contacts .agree_field a {
    color: #fff;
}

.worktime_holiday {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    margin-bottom: 16px;
}
.worktime_holiday p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.worktime_holiday > div {
    color: #ffffff;
}


/* CONTACTS END */

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

footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background: whtie;
}

.disclamer_switch {
    color: black;
    text-decoration: none;
    font-size: 12px;
    padding-bottom: 20px;
    display: inline-block;
    font-weight: 500;
}

.disclamer {
}

footer .disclamer {
    color: #b8b8b8;
    font-size: 10px;
    line-height: 1.2em;
    display: none;
    text-align: left;
}

#map1 {
    background: url(../img/map.jpg?v=3) 50% 0% no-repeat;
    /*height: 505px;*/
    height: 620px;
    width: 750px;
    /* flex:1 0 auto; */
}

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

@media (max-width: 1900px) {
    .road_block {
        background-position: 10% 35%;
    }
}

@media (max-width: 1650px) {
    .road_block {
        background-position: 0% 35%;
    }

    .title_wrap2 {
        margin-left: 0;
    }
}

@media (max-width: 1350px) {
    .road_title {
        padding-left: 210px;
    }

    .timer_block .timer_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .top_addr {
        display: none;
    }

    .title_wrap.bf .title1 span {
        display: inline-block;
        font-size: 28px;
        margin-left: 0;
    }

    .span_br br {
        display: block;
    }
}

@media (max-width: 1170px) {
    .menu li a {
        font-size: 7px;
    }
    #instock .model_name {
        font-size: 13px;
    }
    .title_wrap.title_wrap3 .title1 {
        font-size: 48px;
    }
    .title_wrap.title_wrap3 {
        padding-top: 38px;
    }
    .title_wrap.title_wrap3 .title2 p {
        font-size: 20px;
    }
    .title_wrap.title_wrap3 .title3 {
        margin-top: 26px;
        font-size: 18px;
    }
    .timer_block2 {
        position: relative;
        right: auto;
        top: 0;
    }
    .timer_block2 .timer_wrap {
        display: grid;
        flex-direction: column;
        align-items: start;
    }
    .timer_block2 .btn {
        max-width: 360px;
    }
}

@media (max-width: 991px) {
    .banner_title5 .title1 {
        font-size: 4vw;
        width: 100%;
    }
    .banner_title5 .title2 {
        font-size: 3vw;
    }
    .banner_title5 .title3 {
        margin-top: 2vw;
        font-size: 1.8vw;
    }
    #cars_items .info_container .profit {
        position: relative;
        top: -40px;
    }
    #cars_items .info_container .car_text {
        margin-top: 6px;
        row-gap: 10px;
    }
    .title_wrap {
        padding-left: 0px;
    }

    .title_wrap .title1 span {
        font-size: 18px;
    }

    .title1 {
        font-size: 18px;
    }

    .title1 font {
        padding: 8px 10px 4px;
    }

    .timer_title {
        width: 100%;
        color: #000;
    }

    .cars_items_title {
        font-size: 18px;
    }

    .timer_block {
        margin-top: 420px;
    }

    header .container .logo1 {
        width: 128px;
    }

    .title_wrap.bf .title1 span {
        font-size: 22px;
    }

    .title_wrap.bf .title1 b {
        font-size: 22px;
    }

    .title_wrap.bf .title2 {
        font-size: 14px;
    }
}

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

    .title_wrap2 {
    }

    .title_wrap2 .title5 {
    }

    .title_wrap2 .title5 br {
    }

    .title_wrap2 .title6 {
    }

    .title_wrap2 .title6 div {
    }

    .title_wrap2 .title6 br {
    }

    .title_wrap2 .title7 {
    }

    .title_wrap2 .title7 br {
    }

    .title_wrap2 .title7 span {
    }

    .title_wrap2 .title8 {
    }

    .title_wrap2 .title8 br {
    }

    .title1 {
        font-size: 18px;
    }

    .title1_container .btn {
        width: inherit;
    }

    .title2 {
        font-size: 26px;
        padding-top: 5px;
    }

    .timer_block {
        left: 0;
        /* width: 65%; */
    }

    .medals {
        bottom: 95px;
    }

    .banner_slider .slider_item.slide4 {
        background-position: 25% 0;
    }

    #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 0.3s linear;
        right: 0;
        font-size: 14px;
        font-weight: 500;
    }

    #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_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;
    }

    #instock .model_name {
        font-size: 13px;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .menu {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .menu .menu_car,
    .menu .menu_main {
        justify-content: space-between;
    }

    .title_wrap {
        /* padding: 0; */
    }

    .title_wrap:before {
        display: none;
    }

    .title_wrap2 {
    }

    .title_wrap2 .title5 {
    }

    .title_wrap2 .title5 br {
    }

    .title_wrap2 .title6 {
    }

    .title_wrap2 .title6 div {
    }

    .title_wrap2 .title6 br {
    }

    .title_wrap2 .title7 {
    }

    .title_wrap2 .title7 br {
    }

    .title_wrap2 .title7 span {
    }

    .title_wrap2 .title8 {
    }

    .title_wrap2 .title8 br {
    }

    .title1 {
    }

    .title_wrap.bf {
        padding-left: 0;
    }

    .title_wrap.bf .title1 b {
        font-size: 18px;
    }

    .title_wrap.bf .title1 span {
        font-size: 18px;
    }

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

    .title1_container .btn {
        display: none;
    }

    .timer_wrap {
        transform: none;
    }

    .logo1 {
        width: 15%;
    }

    .logo2 {
        width: 18%;
    }

    .logo_sep {
        display: none;
    }

    .top_addr {
        display: none;
    }

    .title1_container {
        color: black;
        font-weight: 500;
        text-transform: uppercase;
        /* padding-top: 365px; */
        /* padding-bottom: 0px; */
    }
    .banner_title5 .title1 {
        padding: 15px 0px 6px 30px;
    }

    .banner_title5 .title1::before {
        height: 94px;
        clip-path: polygon(55px 0, 100% 0, 100% calc(60% - 30px), calc(101% - 40px) 100%, 0 100%, 0 90px);

    }

    .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: 0 auto;
        margin-top: 80px;
    }

    #cars_items .info_container .car_gallery {
        margin-top: 40px;
    }

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

    #cars_items ul li#jolion {
        /* background: url(../img/car_bg_jolion.jpg) 100% 25% no-repeat; */
        background: url(../img/car_bg.jpg) 100% 25% 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 0.3s linear;
        right: 0;
        font-size: 16px;
        font-weight: 500;
    }

    #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 {
        flex-direction: column;
    }

    .road_title {
        text-align: center;
        margin-top: 20px;
        padding-left: 0;
    }

    .road_title br {
        display: none;
    }

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

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

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

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .menu .menu_car,
    .menu .menu_main {
        flex-direction: column;
    }

    .credit form .form-group input[type="text"],
    .credit form .form-group input[type="tel"] {
        border: 1px solid #000000;
    }
    .credit_bg .agree_field,
    .credit_bg .agree_field a {
        color: #000000;
    }
    .cars_items .credit br {
        display: none;
    }
    .title_wrap.title_wrap3 {
        padding-top: 0;
    }
    .banner_slider .slider_item.slide3 {
        background-position: 50% 0;
    }
    .title_wrap.title_wrap3 .title1 {
        font-size: 5vw;
    }
    .title_wrap.title_wrap3 .title1 br {
        display: none;
    }
    .title_wrap.title_wrap3 .title2 {
        margin-top: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
    .title_wrap.title_wrap3 .title2 p {
        font-size: 4vw;
    }
    .title_wrap.title_wrap3 .title3 {
        margin-top: 4vw;
        font-size: 3vw;
        color: #000000;
    }
    .title_wrap.title_wrap3 .title3 span {
        font-size: 4vw;
        font-weight: 400;
    }
    .title_wrap.title_wrap3 .title4 {
        margin-top: 4vw;
        font-size: 3vw;
        color: #000000;
    }
    .timer_block2 .timer_wrap {
        display: block;
    }
    .title1_container .btn {
        margin-top: 0;
        margin-bottom: 4vw;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .title_wrap.banner_title5 {
            left: 0;

    }

    .banner_title5 .title1 {
        font-size: 5vw;
        padding: 0;
    }
    .banner_title5 .title1::before {
        display: none;
    }
    .banner_title5 .title2 {
        font-size: 4vw;
        color: #000000;
    }
    .banner_title5 .title3 {
        margin-top: 2vw;
        font-size: 3.8vw;
        color: #000000;
    }

    .popup_container h2 {
        font-size: 4vw;
    }

    .popup_container .form-group button {
        font-size: 13px;
    }

    .offers_cont {
        height: auto;
        padding: 0;
        padding-top: 376px;
        background-size: 136%;
        background-position: 100% 0;
    }
    .offers .title1 {
        font-size: 3.2vw;
        color: #000000;
    }
    .offers .title1 br {
        display: block;
    }
    .offers .title2 {
        margin-top: 2vw;
        font-size: 2.6vw;
        color: #000000;
    }
    #cars_items .info_container .profit {
        top: 6px;
    }
    .timer_block .timer_wrap .btn {
        display: none;
    }

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

    .title_wrap .title1 span {
        margin-bottom: 0;
        font-size: 5vw;
    }

    .title_wrap .title1 div {
        font-size: 16px;
    }

    .title_wrap .title1 span span {
        display: contents;
    }

    .title1 font.bg_black {
        background: #000;
        color: #fff;
        width: 100%;
    }

    .contacts .bottom_addr:before {
        content: url(../img/loc_bottom_mob.png?v=2);
    }

    .contacts .bottom_work:before {
        content: url(../img/mail_bottom_mob.png?v=2);
    }

    .contacts .bottom_phone:before {
        content: url(../img/phone_bottom_mob.png?v=2);
    }

    #map1 {
        margin-top: 100px;
    }

    #form4 .agree_field,
    #form4 .agree_field a {
        color: #000;
    }

    #cars_items ul li {
        margin-top: 50px;
    }

    .title_wrap span p {
        font-size: 24px;
    }

    .title_wrap span p br {
        display: block;
    }

    .timer_block .timer_wrap {
        display: block;
    }

    .title2 {
        font-size: 16px;
    }

    .title_wrap.bf .title1 {
        line-height: 20px;
    }

    .title_wrap.bf .title1 span, .title_wrap.bf .title1 b {
        font-size: 18px;
        line-height: 30px;
    }

    .title1 span {
        font-size: 18px;
    }

    #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: 14px;
        line-height: 20px;
    }

    .title1_container {
        word-spacing: 3px;
    }

    .road_title sup {
        font-size: 9px;
        top: 0px;
    }

    .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 {
        position: relative;
        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: fixed;
        top: 15px;
        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;
    }

    header {
        position: fixed;
        z-index: 5;
    }

    .menu {
        display: block;
        background: white;
        overflow: hidden;
        width: 0px;
        position: fixed;
        top: 60px;
        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;
    }

    .logo2 img {
    }

    .top_addr {
        display: none;
    }

    .top_phone {
        display: none;
    }

    header .btn {
        display: none;
    }

    .banner_slider {
        position: relative !important;
        top: 60px;
    }

    .banner_slider .slider_item {
        background-size: 420px auto !important;
        height: 170px;
    }

    .banner_slider .slider_item.slide1 {
    }

    .banner_slider .slider_item.slide4 {
        background-position: 50% 0;
    }

    .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: 500;
        /* text-transform: uppercase; */
        padding-top: 84px;
        padding-bottom: 0px;
        min-height: auto;
    }

    .title1_container .banner_tire {
        position: static;
        margin-top: 40px;
    }

    .title_wrap {
        padding: 0;
        text-align: center;
    }

    .title_wrap:before {
        display: none;
    }

    .title_wrap2 {
        color: #000;
        text-align: center;
    }

    .title_wrap2 .title5 {
        margin: 0;
        font-size: 24px;
    }

    .title_wrap2 .title5 br {
        display: none;
    }

    .title_wrap2 .title6 {
        margin-top: 15px;
        font-size: 20px;
    }

    .title_wrap2 .title6 div {
    }

    .title_wrap2 .title6 br {
    }

    .title_wrap2 .title7 {
        font-size: 22px;
    }

    .title_wrap2 .title7 br {
        display: none;
    }

    .title_wrap2 .title7 span {
    }

    .title_wrap2 .title8 {
    }

    .title_wrap2 .title8 br {
        display: none;
    }

    .title1 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        color: #000000 !important;
    }

    .title1 font {
        margin-left: -10px;
        font-size: 21px;
        display: block;
        background: #000000 !important;
        color: #ffffff !important;
        margin-bottom: 0;
    }

    .title1 font.bg_green {
        background: #38d1c3 !important;
        padding: 0;
        margin: 0;
        display: inline-block;
    }

    .wn .timer_title {
        color: #000000;
    }

    .title1 span {
        font-size: 18px;
    }

    .title1 b {
        display: inline;
    }

    .title1 b:after {
        display: none;
    }

    .title2 span {
        white-space: nowrap;
    }

    .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%;
    }
    .title1_container .title_wrap .btn {
        width: 100%;
        margin-top: 26px;
        margin-bottom: 20px;
    }

    .title_wrap.bf {
        color: #000;
        padding-left: 0;
    }
    .title_wrap .title1 .br_mob {
        display: block;
    }
    .title_wrap.bf .title1 {
        font-size: 18px;
    }
    .title_wrap.bf .title1 br {
        /*display: block;*/
    }

    .title_wrap.bf {
    }

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

    .road_block .btn {
        width: 100%;
    }

    #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: 28px;
        font-weight: 500;
        /* flex-direction: column; */
        line-height: 70%;
        position: static;
        line-height: 38px;
    }

    #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 {
        padding-top: 0;
        display: block;
        width: 100%;
        padding: 0;
        background: none;
        font-size: 20px;
    }

    #cars_items .info_container .profit.bg_green {
        padding: 10px;
        width: fit-content;
    }

    #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: 50%;
        transform: scale(0.7) translateX(-46%);
        margin: 15px 0;
        bottom: 0px;
        top: 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;
    }

    #cars_items .info_container .low_price {
        padding-top: 0;
        position: absolute;
        right: -45px;
        transform: scale(0.7);
        top: 20px;
    }

    #cars_items .info_container .low_price span {
    }

    #cars_items .info_container .low_price b {
    }

    #cars_items #m6 .info_container .low_price,
    #cars_items #f7x .info_container .low_price,
    #cars_items #jolion .info_container .low_price {
        right: 0;
        transform-origin: top right;
        top: 10px;
    }

    #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 {
        /* 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: 16px;
    }

    #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;
        column-gap: 12px;
        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: 500;
        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: 26px;
        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;
    }

    #cars_items .credit {
        font-size: 16px;
    }

    .credit .title {
        width: auto;
        margin-left: auto;
        color: black;
        font-weight: 500;
        font-size: 30px;
        text-transform: uppercase;
    }

    .credit .comment {
        margin-left: 0;
        color: black;
        /* font-weight: 500; */
        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;
        line-height: 38px;
    }

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

    .timer_title {
        font-size: 16px;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 560px) {
    .offers_cont {
        height: auto;
        padding: 0;
        padding-top: 64vw;
        background-size: 136%;
        background-position: 100% 0;
    }
    .offers .title1 {
        font-size: 4.6vw;
    }
    .offers .title2 {
        font-size: 3.6vw;
    }
    .tradein .title {
        font-size: 16px;
        line-height: 24px;
    }

    #cars_items .info_container .title {
        font-size: 20px;
        line-height: 26px;
    }

    #form3 .title {
        font-size: 20px;
        text-align: center;
        line-height: 30px;
    }
    footer {
        padding-bottom: 126px;
    }
    .run_now_cont div {
        padding-right: 38px;
    }
    .run_now_cont {
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .timer_wrap {
        padding-top: 24px;
    }
    .road_block {
        margin-top: 12px;
    }
    .timer_block {
        bottom: 0;
    }
    .banner_phone {
        display: block;
        color: #000;
        font-size: 18px;
        text-decoration: none;
    }
    .title1_container .title_wrap .btn {
        margin-top: 14px;
        margin-bottom: 0px;
    }
    .title1_container {
        padding-top: 64px;
    }
    .title1_container .btn {
        margin-top: 8px;
    }
    .road_block .content {
        background: #b7b7b7;
        padding: 8px;
    }
    .road_title {
        text-align: center;
        width: 100%;
    }
    .title_comment2 {
        /* display: none; */
        margin-top: 0;
        margin-bottom: 20px;
    }
    .title_wrap .title1 span {
        font-size: 4vw;
    }
    .title_gift {
        font-size: 4vw;
    }
    .title1_container sup {
        font-size: 2vw;
        top: -4px;
    }
    .title1 font {
        font-size: 4vw;
    }
    .title1 font.title_gift {
        font-size: 4vw;
        background: none !important;
        color: #000000 !important;
    }
    .title_wrap .title1 div {
        font-size: 3.6vw;
        line-height: 130%;
    }
    #instock .title {
        font-size: 20px;
    }

    #cars_items .info_container .profit {
        font-size: 16px;
    }

    #cars_items .info_container .profit b {
        font-size: 16px;
    }

    #cars_items .car_btns .btn {
        font-size: 12px;
    }
    #map1 {
        margin-top: 130px;
    }
}

@media (max-width: 384px) {
    .banner_slider .slider_item.slide4 {
        background-position: 100% 0;
    }

    .banner_slider .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .banner_slider .slick-next,
    .banner_slider .slick-prev {
        background-size: 10px;
    }

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        background-size: 10px !important;
    }

    .road_title {
        font-size: 10px;
    }
}

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

@media (max-width: 360px) {
    .title2 {
        font-size: 18px;
        padding-top: 10px;
    }

    #cars_items .info_container .profit {
        font-size: 14px;
    }

    #cars_items .info_container .profit span {
        font-size: 10px;
        font-weight: 500;
    }

    #cars_items .car_btns .btn {
        font-size: 10px;
    }

    #cars_items .info_container .title {
        font-size: 20px;
    }

    .tradein .title {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 320px) {
    body {
        background-size: auto 165px;
        background-position: 48% 44px;
    }

    #cars_items .car_btns .btn {
        font-size: 8px;
    }

    .logo1 {
        width: 100px;
    }

    header .container .logo1 {
        width: 96px;
    }

    .btn_menu {
        position: absolute;
        top: 12px;
    }

    .logo2 {
        width: 100px;
    }

    .title1 {
        font-size: 18px;
        font-weight: 500;
    }

    #cars_items .info_container .title {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
    }

    #instock .title {
        font-size: 16px;
    }

    .tradein_bg {
        background-position: 75% 19%;
    }

    .credit .title {
        width: auto;
        margin-left: auto;
        color: black;
        font-weight: 500;
        font-size: 27px;
        text-transform: uppercase;
    }

    .contacts .title {
        font-size: 27px;
    }

    .reviews_item {
        min-height: 310px !important;
    }

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