html {
    overflow-x: hidden;
}

body {
    font-family: 'Haval';
    font-size: 14px;
    color: black;
    position: relative;
    font-weight: 400;
    padding: 0px;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

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

* {
    box-sizing: border-box;
}

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

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

.resp_table {
    width: 100%;
}

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

.resp_table img {
    max-width: unset;
    width: unset;
    display: block;
    width: unset;
    height: 50px;
}

.t_black {
    color: black !important;
}

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

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

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

a {
    text-decoration: none;
    color: black;
}

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

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

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

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

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

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

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

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

#form_popup {
    display: none;
}

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

.popup_container .agree_field {
    color: black;
    font-size: 12px;
}
.agree_field a,
.popup_container .agree_field a {
    color: black;
    /* text-decoration: underline; */
    text-decoration: underline !important;
}

.popup_container h2 {
    font-size: 24px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 25px;
    color: black;
    text-transform: uppercase;
}

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #414141;
    padding-bottom: 15px;
}

.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .form-group {
    margin-bottom: 19px;
}

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

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

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

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

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

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

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

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

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

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

.agree_field {
    font-size: 12px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    font-weight: 400;
    padding-left: 18px;
}

.agree_field input {
    position: absolute;
    left: -5000px;
    visibility: hidden;
}

.agree_field input + a {
    color: black;
}

.agree_field input + span {
    width: 12px;
    height: 12px;
    border: 1px solid #b7b7b7;
    background: white;
    position: absolute;
    top: -1px;
    left: 0;
}

.agree_field input:checked + span {
    background: url(../img/checked_black.png) 50% no-repeat white;
}

.popup_container .form-disclamer {
    color: #b8b8b8;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
}

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

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    height: 60px;
    width: 100%;
    color: #939393;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    /* text-align: center; */
    border: 2px solid #939393;
    padding: 0px 20px;
    outline: none;
    background: white;
    border-radius: 0px;
}

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

form .form-group button {
    width: 100%;
    height: 60px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    outline: none;
    font-family: "Haval";
}

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

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

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

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

.form_title {
    color: black;
    font-size: 36px;
    /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 47px;
}

.form_title span {
    display: block;
    white-space: nowrap;
}

.btn {
    background: black;
    color: white;
    text-transform: uppercase;
    text-align: center;
    height: 60px;
    width: 305px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    border: 2px solid black;
    position: relative;
    text-decoration: none;
    transition: all 0.2s linear;
}

.btn span {
    display: inline-block;
    width: 100%;
}

.btn.grey {
    background: #d7d7d7;
    border: 2px solid #d7d7d7;
    color: black;
}

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

.btn.red {
    background: #38d1c3;
    color: #fff;
    border-color: #38d1c3;
}

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

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

header {
    background: #ffffff;
}

header .header {
    padding: 15px 0;
    border-bottom: 1px solid black;
}
header .header .logo1 {
    /* width: 140px; */
    overflow: hidden;
}

header .header .logo1 img {
    position: relative;
    top: -1px;
}
header .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header .logos {
    display: flex;
    align-items: center;
}

header .header .logo {
    padding-right: 50px;
}

header .header .header_contacts {
    display: flex;
    justify-content: space-between;
    width: 58%;
}

header .header .popup {
    font-weight: 900;
    font-size: 13px;
    color: #000000;
    display: block;
    border-bottom: 2px solid #000000;
}

header .header .top_addr {
    font-size: 14px;
    /* padding-left: 25px; */
    position: relative;
}

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

header .phone_mob {
    display: none;
}

header .header .top_phone {}

header .header .popup {
    /* display: none; */
}

header .header .top_phone a {
    /* padding-left: 25px; */
    display: block;
    position: relative;
    font-size: 14px;
    color: black;
    font-weight: 700;
}

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

header .header .m_btn {
    display: none;
}

header .menu {
    padding: 20px 0;
}

header .menu .container {
    display: flex;
    justify-content: space-between;
}

header .menu .cars_menu {
    display: flex;
}

header .menu .cars_menu a {
    display: block;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    margin-right: 20px;
}

header .menu .cars_menu a:hover {
    border-bottom: 2px solid #38d1c3;
}

header .menu .main_menu {
    text-align: right;
    width: 30%;
    display: flex;
    justify-content: space-between;
}

header .menu .main_menu a {
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    border-bottom: 2px solid #ffffff00;
}

header .menu .main_menu a:hover {
    border-bottom: 2px solid #38d1c3;
}

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

/* .banner_img_mob {
    display: none;
}

.bn_slider {
}

.bn_slider .bn_slide {
    height: 660px;
}

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

.bn_slider .bn_slide.slide2 {
    background: url("../img/bn_slider/slide2.jpg") 100% 0 no-repeat;
}

.bn_slider .slick-arrow {
    z-index: 1;
    width: 30px;
    height: 58px;
    background: url(../img/bn_slider/bn_prev.png) 50% no-repeat;
    left: 2%;
    color: transparent;
    outline: none;
    border: none;
}

.bn_slider .slick-next {
    right: 2%;
    left: unset;
    background: url(../img/bn_slider/bn_next.png) 50% no-repeat;
}

.bn_slider .slick-next:before {
    display: none;
}

.bn_slider .slick-prev {
}

.bn_slider .slick-prev:before {
    display: none;
}

.bn_slider .slick-dots {
}

.bn_slider .slick-dots li {
}

.bn_slider .slick-dots li.active {
}

.bn_slider .slick-dots li button {
}

.title_container {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title_container .title_wrap {
    width: 100%;
    position: relative;
}

.title_container .title1 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 165%;
}

.title_container .title1 .mob {
    display: none;
}

.title_container .title1 span {
    display: inline-block;
    background: url("../img/title_div1.png") 50% no-repeat;
    background-size: 100%;
    color: #ffffff;
    padding: 0 20px;
}

.title_container .title1 b {
    display: inline-block;
    background: url("../img/title_div2.png") 50% no-repeat;
    background-size: 100%;
    color: #ffffff;
    padding: 0 20px;
}

.title_container .title1 .text_select {
    transform: skewX(-15deg);
    display: inline-block;
    padding: 11px 16px;
    background: #fff;
    color: #000;
    line-height: 100%;
    font-weight: 800;
}

.title_container .title1 .text_select font {
    display: block;
    transform: skewX(15deg);
}

.title_container .title_wrap sup {
    font-size: 16px;
}

.title_container .title_comment {
}

.title_container .title_comment a {
    width: 330px;
    height: 48px;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    background: url("../img/btn_arrow_w.png") 85% 50% no-repeat #000;
    text-decoration: none;
    color: #fff;
    position: absolute;
    bottom: -23px;
    left: calc(50% - 165px);
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding-top: 15px;
}

.title_container .title_comment a:hover {
    background: url(../img/btn_arrow.png) 85% 50% no-repeat #d7d7d7;
    border: 2px solid #d7d7d7;
    color: black;
}

.title_kasko {
    width: 19%;
    background: url("../img/ico_kasko.png") 50% 20% no-repeat rgba(0, 0, 0, 0.6);
    color: #ffffff;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 20px;
    font-size: 30px;
    text-decoration: none;
}

.title_kasko sup {
    font-size: 14px;
}

.title_container .btn {
    margin-top: 15px;
    background: #38d1c3;
    color: #fff;
    border-color: #38d1c3;
    margin-bottom: 0;
}

.bn_timer {
}

.bn_timer .timer_title {
    text-align: right;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 20px;
}

.bn_timer .timer {
}

.bn_timer div[id^="timer"] {
}

.bn_timer span[id^="timer-number"],
.bn_timer span[id^="timer-text"] {
    color: #000000 !important;
}

.bn_timer div[id^="timer"] {
}

.bn_timer .timer_btn {
    text-align: right;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 20px;
    font-size: 24px;
    padding-right: 40px;
    background: url(../img/timer_profit_ico.png) 100% 50% no-repeat;
}

.bn_timer .timer_btn_mob {
    display: none;
} */

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

.banner_slider {
}

.banner_slider .slide_item {
    height: 690px;
    background-position: 50% 50% !important;
    margin-bottom: 0 !important;
    overflow: hidden;
}

.banner_slider .slide_item.slide1 {
    background: url(../img/slider/slide1.jpg) no-repeat;
    background-position: 50% 0!important;
}

.banner_slider .slide_item.slide2 {
    background: url(../img/slider/slide2.jpg) 50% no-repeat;
}

.banner_slider .slide_item.slide3 {
    background: url(../img/slider/slide3.jpg) 50% no-repeat;
}

.banner_slider .slide_item.slide4 {
    background: url(../img/slider/slide4.jpg) 50% no-repeat;
}


.banner_slider .slick-arrow {
    display: block;
    width: 54px;
    height: 54px;
    outline: none;
    border: none;
    position: absolute;
    top: calc(50% - 7px);
    z-index: 1;
    color: transparent;
    font-size: 0;
    cursor: pointer;
    border: 1px solid #fff;
}

.banner_slider .slick-arrow:before {
    display: none !important;
}

.banner_slider .slick-next {
    background: url(../img/arrow_next.png) 50% no-repeat;
    right: 3%;
}

.banner_slider .slick-prev {
    background: url(../img/arrow_prev.png) 50% no-repeat;
    left: 2%;
}

.banner_slider .slick-dots {
    position: absolute;
    /* width: 100%; */
    display: flex;
    justify-content: center;
    margin: 0;
    bottom: 50px;
    left: 14%;
}

.banner_slider .slick-dots li {
    display: block;
    width: 84px;
    height: 3px;
    background: #fff;
    margin: 0 6px;
    opacity: 0.5;
    transition: all 0.3s linear;
    cursor: pointer;
}

.banner_slider .slick-dots li button {
    display: none;
}

.banner_slider .slick-dots li.slick-active {
    opacity: 1;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

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

.banner {
}

.banner .container {
}

.banner_slider .content {
    position: absolute;
    top: 56px;
    width: 100%;
    z-index: 1;
    left: 0;
}

.banner_slider .title_container {
    position: relative;
    width: 100%;
    padding-left: 50px;
    border-left: 5px solid #38D1C3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 70px;
}

.banner_slider .title1:after {
    content: "";
    width: 20%;
    height: 100%;
    background: #38D1C3;
    position: absolute;
    left: 84%;
    transform: skewX(-25deg);
    z-index: -1;
}


.banner_slider .title1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
    position: relative;
    background: #38d1c3;
    padding: 16px 33px;
    z-index: 1;
}

.banner_slider .title1 span {
    display: block;
    /* transform: skewX(25deg); */
}

.banner_slider .slide1 .title1 {
    /* margin-top: 16px; */
    margin-bottom: 16px;
    font-size: 24px;
}

.banner_slider .title2 {
    font-size: 32px;
    line-height: 1.3;
    position: relative;
    margin-bottom: 10px;
}

.banner_slider .title2 span {
    color: #38d1c3;
    font-weight: 700;
}

.banner_slider .slide2 .title2 {
    color: #ffffff;
}

.banner_slider .title2_white {
    color: #fff;
}

.banner_slider .title2_big {
    font-size: 36px;
    text-transform: uppercase;
}

.banner_slider .titl2_white {}

.banner_slider .title2 b {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 900;
}


.banner_slider .title3 {
    padding-top: 23px;
    font-size: 22px;
    line-height: 115%;
    position: relative;
}
.banner_slider .title3 .br_mob {
    display: none;
}
.banner_slider .title3 b {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 900;
}

.banner_slider .title4 {
    font-size: 32px;
    font-weight: 400;
}

.banner_slider .btn {
    margin-top: 40px;
    border-color: #fff;
}

.banner_slider .btn:hover {
    border-color: #cccccd;
}

.title_logo .logo1 {
    position: absolute;
    top: 32px;
    right: 0;
}

.title_logo .logo2 {
    position: absolute;
    bottom: 47px;
    left: 0;
}

.title_descr {
    font-size: 20px;
    text-transform: uppercase;
}

.banner_slider .slide2 .title_descr {
    margin-top: 16px;
}

.title_descr_white {
    color: #fff;
}

.banner_slider .slide3 .title_container {
    margin-top: 90px;
    padding-left: 0;
    border: none;
}
.banner_slider .slide3 .title2 {
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    background: transparent;
}
.banner_slider .slide3 .title3 {
    padding: 0;
    margin-top: 36px;
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
}
.banner_slider .slide3 .title4 {
    margin-top: 46px;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    line-height: 126%;
}

.banner_btn {
    margin-top: 52px;
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    min-height: 54px;
    padding: 0 48px 0 30px;
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    z-index: 2;
    overflow: hidden;
}
.banner_btn:before {
    content: '';
    position: absolute;
    left: -14px;
    width: 100%;
    height: 100%;
    background: #38D1C3;
    transform: skewX(-28deg);
    z-index: -1;
}

.banner_slider .slide4 .title_container {
    margin-top: 16px;
    padding: 16px 0 16px 14px;
}
.banner_slider .slide4 .title2 {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 400;
}
.banner_slider .slide4 .title2 b {
    text-transform: initial;
}
.banner_slider .slide4  .banner_btn {
    margin-top: 12px;
}
.banner_comment {
    position: absolute;
    top: 518px;
    left: -6px;
    padding: 20px 28px 20px 0;
    font-size: 33px;
    font-weight: 400;
    z-index: 2;
}
.banner_comment b {
    display: block;
    margin-top: 16px;
}
.banner_comment:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 160%;
    height: 100%;
    background: #FFFFFF;
    transform: skewX(-30deg);
    z-index: -1;
}


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

.top_additionals {
    background: #d7d7d7;
}

.top_additionals .container {
    /* width: 1630px; */
    max-width: 100%;
}

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

.top_additionals a {
    width: 33.3%;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding-left: 110px;
    text-align: left;
    border-right: 1px solid #fff;
    height: 120px;
    display: flex;
    align-items: center;
    transition: all 0.2s linear;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.top_additionals a:first-child {
    border-left: 1px solid #fff;
}

.top_additionals a .link_wrap {
    /* position: relative; */
    z-index: 1;
    left: 0;
    transition: all 0.2s linear;
}

.top_additionals a .link_wrap span {
    color: #000;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.top_additionals a i {
    font-style: normal;
    font-size: 99px;
    color: #fff;
    font-weight: 900;
    position: absolute;
    z-index: -1;
    top: 32px;
    left: 0px;
    line-height: 74%;
}

.top_additionals a i {
    color: #fff;
}

.top_additionals a.ico1 i {
    left: 8px;
}

.top_additionals a.ico2 i {
    left: 0;
}

.top_additionals a.ico3 i {
    left: 8px;
}

.top_additionals a.ico4 i {
    /* top: -10px; */
    /* left: -70px; */
}

.top_additionals a.ico5 i {
    top: -13px;
    left: -40px;
}

.top_additionals a.ico1 {
    background: url("../img/top_adds_ico1.png") 90% 50% no-repeat;
}

.top_additionals a.ico2 {
    background: url("../img/top_adds_ico2.png") 90% 50% no-repeat;
}

.top_additionals a.ico3 {
    background: url("../img/top_adds_ico3.png") 95% 50% no-repeat;
}

.top_additionals a.ico4 {
    background: url("../img/top_adds_ico4.png") 90% 50% no-repeat;
}

.top_additionals a:hover .link_wrap {
    left: -30px;
}

.top_additionals a:hover i {
    color: #c9c9c9;
}

.top_additionals a:hover .link_wrap span {
    color: #fff;
}

.top_additionals a:hover.ico1 {
    background: url("../img/top_adds_ico1_hover.png") 90% 50% no-repeat #000;
}

.top_additionals a:hover.ico2 {
    background: url("../img/top_adds_ico2_hover.png") 90% 50% no-repeat #000;
}

.top_additionals a:hover.ico3 {
    background: url("../img/top_adds_ico3_hover.png") 95% 50% no-repeat #000;
}

.top_additionals a:hover.ico4 {
    background: url("../img/top_adds_ico4_hover.png") 90% 50% no-repeat #000;
}

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

.advantages {
    margin-top: 60px;
}

.advantages .container {
    display: flex;
    justify-content: space-between;
}

.advantages .item {
    display: block;
    width: 24%;
    padding: 20px;
    border: 1px solid #d7d7d7;
}

.advantages .item img {
}

.advantages .item .title {
    color: black;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 20px;
}

.advantages .item .get_profit {
    color: black;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    padding-right: 10px;
    background: url(../img/arrow_get.png) 100% 50% no-repeat;
}

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

/* .top_advs {
    margin-top: 75px;
}

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

.top_advs .item {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 40px;
    padding-top: 65px;
    position: relative;
}

.top_advs .item b {
    font-size: 20px;
}

.top_advs .item:before {
    position: absolute;
    top: 5px;
    left: 45px;
    z-index: 1;
    transition: all .3s;
}

.top_advs .item.ico1:before {
    content: url(../img/top_advs_ico1.png);
}

.top_advs .item.ico2:before {
    content: url(../img/top_advs_ico2.png);
}

.top_advs .item.ico3:before {
    content: url(../img/top_advs_ico3.png);
}

.top_advs .item.ico4:before {
    content: url(../img/top_advs_ico4.png);
}

.top_advs .item:after {
    content: "";
    display: block;
    width: 117px;
    height: 117px;
    background: #e5e5e5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    transition: all .3s;
}

.top_advs .item.ico1:hover:before {
    content: url(../img/top_advs_ico1_hov.png);
}

.top_advs .item.ico2:hover:before {
    content: url(../img/top_advs_ico2_hov.png);
}

.top_advs .item.ico3:hover:before {
    content: url(../img/top_advs_ico3_hov.png);
}

.top_advs .item.ico4:hover:before {
    content: url(../img/top_advs_ico4_hov.png);
}

.top_advs .item:hover:after {
    background: #b1b1b1;
} */

.top_advs {
    /* margin-top: 75px; */
    position: absolute;
    top: 113px;
    /* right: 0; */
    left: 350px;
}

.top_advs .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.top_advs .item {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    /* padding-left: 40px; */
    /* padding-top: 65px; */
    position: relative;
    margin: 10px;
    transform: scale(0.8);
}

.top_advs .item b {
    font-size: 20px;
}

.top_advs .item:before {
    position: absolute;
    top: 5px;
    left: 45px;
    z-index: 1;
    transition: all 0.3s;
    display: none;
}

.top_advs .item.ico1:before {
    content: url(../img/top_advs_ico1.png);
}

.top_advs .item.ico2:before {
    content: url(../img/top_advs_ico2.png);
}

.top_advs .item.ico3:before {
    content: url(../img/top_advs_ico3.png);
}

.top_advs .item.ico4:before {
    content: url(../img/top_advs_ico4.png);
}

.top_advs .item:after {
    content: "";
    display: block;
    width: 117px;
    height: 117px;
    background: #e5e5e5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    transition: all 0.3s;
    display: none;
}

.top_advs .item.ico1:hover:before {
    content: url(../img/top_advs_ico1_hov.png);
}

.top_advs .item.ico2:hover:before {
    content: url(../img/top_advs_ico2_hov.png);
}

.top_advs .item.ico3:hover:before {
    content: url(../img/top_advs_ico3_hov.png);
}

.top_advs .item.ico4:hover:before {
    content: url(../img/top_advs_ico4_hov.png);
}

.top_advs .item:hover:after {
    background: #b1b1b1;
}

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

.test_drive_int_power {
    margin-top: 60px;
}

.test_drive_int_power .container {
}

.test_drive_int_power .content {
    background: url(../img/test_drive_int_power_bg.jpg) 50% 0 no-repeat;
    padding: 30px 35px;
    color: #fff;
}

.test_drive_int_power .title {
    padding-left: 135px;
    font-size: 24px;
    position: relative;
}

.test_drive_int_power .title:before {
    content: "";
    display: block;
    width: 115px;
    height: 115px;
    background: url(../img/test_drive_int_power_gift.png) 50% no-repeat;
    position: absolute;
    top: -15px;
    left: 0;
}

.test_drive_int_power .title b {
}

.test_drive_int_power .desc {
    padding-left: 20px;
    margin-top: 35px;
    margin-bottom: 30px;
    font-size: 20px;
}

.test_drive_int_power .desc b {
}

.test_drive_int_power a {
    background: url(../img/test_drive_int_power_phone.png) 15px 50% no-repeat;
    padding: 5px 0;
    padding-left: 59px;
    padding-right: 35px;
    font-size: 22px;
    display: inline-block;
    color: #fff;
}

.test_drive_int_power a b {
    font-weight: 800;
}

.offer_info {
    display: flex;
    margin: 0 auto;
    max-width: 1286px;
}

.offer_info .container {
    display: flex;
    margin-top: 65px;
}

.offer_info_text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 1px #D7D7D7 solid;
    border-right: 1px #D7D7D7 solid;
    border-bottom: 1px #D7D7D7 solid;
}

.offer_info_text p {
    margin-bottom: 0px;
}

.offer_info_text p b{
    font-size: 16px;
    color: #333333;
    margin-top: 0px;
}

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


.gift_container {
    background-color: #EFEFEF;
    padding: 15px;
}

.gift_container span {
  position: relative;
  padding-left: 40px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  color: #333333;
}

.gift_container span::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/icon_gift.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

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

.cars_items {
    margin-top: 100px;
}

.cars_items .title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 80px;
}

.cars_items .car_item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 45px 35px;
}
.car_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 86%;
}
.car_block_credit {
    position: relative;
    width: fit-content;
}
.car_des_btn {
    position: absolute;
    top: -20px;
    right: -46px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 26px;
    height: 26px;
}
.car_des_btn b {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50px;
    font-size: 16px;
    padding-top: 3px;
}
.car_des_btn span {
    display: none;
}
.car_des {
    font-size: 9px;
    font-weight: 400;
    margin-top: 10px;
}
.car_des_text {
    position: absolute;
    background: #fff;
    z-index: 2;
    padding: 10px;
    width: 94%;
    left: 2%;
    top: 68%;
    -webkit-box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.14);
}
.car_des .car_des_text {
    display: none;
}
.car_des.active .car_des_text {
    display: block;
}

.cars_items .car_item .info_block {
    width: 384px;
    position: relative;
}

.cars_items .car_item .info_block .car_name {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 45px;
    /* background: url(../img/slash.png) 0 50% no-repeat; */
    position: relative;
    display: flex;
    align-items: center;
    max-height: 26px;
}
.cars_items .car_item .info_block .car_name:before {
    position: absolute;
    content: "";
    display: block;
    background: #38d1c3;
    width: 10px;
    height: 100%;
    left: 10px;
    top: -2px;
    transform: skewX(-24deg);
}
.cars_items .car_item#gwm_poer_kingkong .info_block .car_name {
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.car_new {
    position: absolute;
    left: auto;
    right: 268px;
    z-index: 5;
    top: 45px;
    padding: 6px 25px;
    display: flex;
    align-items: center;
}
.car_new:before {
    content: '';
    position: absolute;
    left: 0;
    transform: skewX(-24deg);
    background: #38d1c3;
    width: 100%;
    height: 100%;
}
.car_new span {
    position: relative;
    color: #fff;
    font-size: 20px;
}

.cars_items .car_item .info_block .car_profit {
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #000000;
    padding-left: 76px;
    font-weight: 700;
    background: url("../img/ico_profit.svg") 0 50% no-repeat;
    transition: all 0.3s;
    min-height: 59px;
    position: relative;
    left: -14px;
}

.cars_items .car_item .info_block .car_profit.ng {
    background: url("../img/ng_profit.png") 0 50% no-repeat;
    padding-left: 70px;
}

.cars_items .car_item .info_block .car_profit.ng b {
    color: #38d1c3;
}

.cars_items .car_item .info_block .car_profit b {
    /* font-size: 40px; */
    /* color: #38d1c3; */
    font-size: 25px;
    margin-top: 4px;
    display: block;
}

.cars_items .car_item .info_block .car_profit i {
    font-style: normal;
    font-size: 85%;
}

/*.cars_items .car_item .info_block .car_profit:hover {
    background: url("../img/ico_profit_hov.png") 0 50% no-repeat;
}*/

.cars_items .car_item .info_block .car_profit sup {
    font-size: 12px;
}

.cars_items .car_item .info_block .car_profit.price {
    background: url("../img/ico_price.png") 0 50% no-repeat;
}

.cars_items .car_item .info_block .car_profit.price:hover {
    background: url("../img/ico_price_hov.png") 0 50% no-repeat;
}


.cars_items .car_item .info_block .car_profit2 {
    margin-top: 20px;
    margin-bottom: 24px;
    position: relative;
    display: flex;
    align-items: end;
    min-height: 44px;
    padding-left: 60px;
    font-size: 17px;
    font-weight: 400;
}
.cars_items .car_item .info_block .car_profit2:before {
    content: '';
    position: absolute;
    left: 0;
    width: 44px;
    height: 44px;
    background: url(../img/car_profit2_ico.svg) no-repeat;
}

.cars_items .car_item .info_block .car_props {
    display: grid;
    row-gap: 24px;
    margin-top: 15px;
}

.cars_items .car_item .info_block .car_props a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 34px;
    color: #000000;
    font-size: 18px;
    padding-left: 62px;
    margin-bottom: 5px;
}

.cars_items .car_item .info_block .car_props a span span {
    font-weight: 700;
}

.cars_items .car_item .info_block .car_props a b {
    /* font-size: 20px; */
    /* color: #38d1c3; */
}

.cars_items .car_item .info_block .car_props a font {
    color: #38d1c3;
}

.cars_items .car_item .info_block .car_props a.ico1 {
    background: url("../img/car_ico1.svg") 0 50% no-repeat;
}

.cars_items .car_item .info_block .car_props a.ico2 {
    background: url("../img/car_ico2.svg") 0 50% no-repeat;
}

.cars_items .car_item .info_block .car_props a.ico3 {
    background: url("../img/car_ico3.svg") 0 50% no-repeat;
}

.cars_items .car_item .info_block .car_props a sup {
    font-size: 10px;
}

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

.cars_items .car_item .info_block .car_btns .btn {
    margin-bottom: 10px;
    width: 100%;
    font-weight: 700;
    font-size: 12px;
}

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

.cars_items .car_item .img_block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 64%;
}

.cars_items .car_item#dargo .img_block {
    margin-top: 70px;
}

.car_btns {
    margin-top: 14px;
    width: 100%;
    display: grid;
}
.car_btns .btn {
    width: 385px;
}
.car_gos_lizing {
    background: url("../img/goslizing_pl.png") 0 50% no-repeat;
    width: 306px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 35px;
    text-decoration: none;
    position: absolute;
    top: -5px;
    left: 135px;
    display: none;
}

.car_gos_lizing > img {
    display: none;
}

.car_gos_lizing b {
    color: #ffffff;
    font-size: 37px;
}

.car_gos_lizing b i {
    font-style: normal;
    font-size: 28px;
}

.car_gos_lizing span {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.car_gos_lizing sup {
    font-weight: 400;
    font-size: 12px;
    position: relative;
    top: -3px;
}

.cars_items .car_item .img_block .car_gos_prog {
    display: block;
    width: 165px;
    position: absolute;
    top: -85px;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.cars_items .car_item .img_block .car_gos_prog font {
    position: relative;
    font-size: 21px;
    padding: 10px 0;
    display: block;
}

.cars_items .car_item .img_block .car_gos_prog font:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 90px;
    background: #e8e8e8;
    width: 62px;
    height: 80px;
    transform: skewX(20deg);
    z-index: -1;
}

.cars_items .car_item .img_block .car_gos_prog font:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 15px;
    background: #e8e8e8;
    width: 62px;
    height: 80px;
    transform: skewX(20deg);
    z-index: -1;
}

.cars_items .car_item .img_block .car_gos_prog font b {
    color: #fff;
    display: block;
    background: #000;
}

.cars_items .car_item .img_block .car_gos_prog font b u {
    font-size: 31px;
    text-decoration: none;
}

.cars_items .car_item .img_block .car_gos_prog font span {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
}

.cars_items .car_item .img_block .pl_upd {
    position: absolute;
    top: -70px;
    right: 0;
}

.car_count {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    background-size: 100%;
    padding: 9px 0px 6px 0px;
    width: 194px;
    position: absolute;
    top: -54px;
    right: -335px;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    z-index: 1;
}
.car_count span {
    display: flex;
    margin: 0;
    position: relative;
    justify-content: space-between;
}
.car_count:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #38d1c3 61%, #49ECDDFF 50%);
    transform: skewX(-20deg);
}


.car_gallery .slick-slide img {
    display: block;
    width: 100%;
}
.car_gallery a {
    margin: 13px 0;
}

#gwm_poer_kingkong .car_count {
    right: -390px;
}

#f7x .car_count {
    /* right: -70px; */
}

#jolion .car_count,
#dargo .car_count {
    /* right: -234px; */
}

#gwm_poer .car_count {
    /* right: -110px; */
}

#gwm_wingle_7 .car_count {
    /* right: -160px; */
}

.car_count b {
    font-size: 26px;
    text-align: center;
    margin-right: 44px;
}

.cars_items .car_item .img_block .dots {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.cars_items .car_item#h7 .img_block .dots {
    margin-top: 0;
}

.cars_items .car_item .img_block .dot_color {
    position: relative;
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 12px;
    cursor: pointer;
    transition: all 0.2s linear;
    border: 1px solid transparent;
}
.cars_items .car_item .img_block .dot_color.wt {
    border-color: #000000;
}
.cars_items .car_item .img_block .dot_color:before {
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    width: 32px;
    height: 32px;
    border: 1px solid transparent;
    transition: all 0.2s linear;
}

.cars_items .car_item .img_block .dot_color:hover:before ,
.cars_items .car_item .img_block .dot_color.active:before {
    border-color: #000000;
}

.cars_items .car_item .car_gallery {
    width: 171px;
    margin-top: -15px;
    height: 100%;
}

.cars_items .car_item .car_gallery .slick-slide {
    /*outline: none;*/
}
.cars_items .car_item .car_gallery .slick-list {
    height: 100% !important;
    max-height: 466px !important;
}
.cars_items .car_item .car_gallery .slick-prev {
    width: 19px !important;
    height: 11px !important;
    top: -15px !important;
    bottom: unset !important;
    left: calc(50% - 10px) !important;
}

.cars_items .car_item .car_gallery .slick-prev:before {
    content: url("../img/car_prev.png") !important;
}

.cars_items .car_item .car_gallery .slick-next {
    width: 19px !important;
    height: 11px !important;
    top: unset !important;
    bottom: -15px !important;
    left: calc(50% - 10px) !important;
}

.cars_items .car_item .car_gallery .slick-next:before {
    content: url("../img/car_next.png") !important;
}

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

.instock_title {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

#instock {
    background: #f8f8f8;

    padding: 50px 0;

    padding-bottom: 15px;

    margin-top: 140px;
    border-top: 1px solid #000000;
}

#instock .complects {
    margin-top: 50px;

    display: flex;

    justify-content: space-between;

    align-items: flex-start;
}

#instock .filter {
    width: 24%;

    background: white;
}

#instock .filter .title {
    color: #717171;

    text-align: center;

    padding: 25px 0;

    border-bottom: 1px solid #dcdcdc;
}

#instock .filter_items {
}

#instock .filter_items .item {
    border-bottom: 1px solid #dcdcdc;
}

#instock .filter_items .item .name {
    padding: 25px;

    position: relative;

    cursor: pointer;

    font-size: 16px;

    font-weight: 600;
}

#instock .filter_items .item .name:after {
    content: "";
    background: url(../img/arrow_filter.png) 50% no-repeat;
    width: 14px;
    height: 8px;
    position: absolute;
    top: 30px;
    right: 25px;
    transform: rotate(180deg);
    transition: all 0.2s linear;
}

#instock .filter_items .item.open .name:after {
    transform: rotate(0deg);
}

#instock .filter_items .item .content {
    padding: 0 25px;
    display: none;
    padding-bottom: 0;
    transform: padding-bottom 0.2s linear;
    padding-bottom: 25px;
}

#instock .filter_items .item .content .filter_checkbox {
    display: block;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    padding-top: 3px;
}

#instock .filter_items .item .content .filter_checkbox input {
    position: absolute;
    visibility: hidden;
    left: -5000px;
}

#instock .filter_items .item .content .filter_checkbox input + span:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: white;
    border: 1px solid black;
    position: absolute;
    top: 0px;
    left: 0;
}

#instock
.filter_items
.item
.content
.filter_checkbox
input:checked
+ span:before {
    background: url(../img/checked_white.png) 50% no-repeat black;
}

#instock .filter .clear_filter {
    padding: 25px;
}

#instock .filter .clear_filter .btn {
    width: 100%;
    cursor: pointer;
}

#instock .filter .clear_filter .btn:nth-child(1) {
    margin-bottom: 10px;
}
#instock .filter .clear_filter .btn:nth-child(2) {
    margin-bottom: 10px;
}
#instock .complects_items {
    width: 74.5%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -0.666%;
    margin-right: -0.666%;
}

#instock .complects_items .compl_item {
    width: 31% !important;
    background: white;
    padding: 25px;
    margin: 0 !important;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
}

/* Styles for when the slider is disabled */
#instock .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
}
#instock .swiper-slide {
    width: inherit!important;                           
}
#instock .swiper-slide-duplicate {    
    display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    color: #38d1c3;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    color: #38d1c3;
}
.swiper-pagination-bullet-active{
    cursor: pointer;
    background: #38d1c3 !important;
}
#instock .complects_items .compl_item.hide {
    display: none;
}
#instock .swiper-pagination,
#instock .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
#instock .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}

#instock .complects_items .compl_item.hide {
    display: none;
}

#instock .complects_items .compl_item .image {
    min-height: 125px;
}

#instock .complects_items .compl_item .compl_name {
    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    margin-top: 30px;
}

#instock .complects_items .compl_item .engine {
    background: url(../img/compl_ico1.png) 0 50% no-repeat;

    padding-left: 25px;

    margin-top: 20px;
}

#instock .complects_items .compl_item .compl_text {
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 226px;
    font-family: "tt-wellingtons", Arial, Sans-serif;
}
#instock .complects_items .compl_item .compl_text li {
    font-size: 12px;
}

#instock .complects_items .compl_item .compl_credit_btn {
    color: black;

    font-weight: 700;

    text-transform: uppercase;

    display: inline-block;

    padding-right: 15px;

    background: url(../img/arrow_get.png) 100% 50% no-repeat;

    margin-top: 20px;
}

#instock .complects_items .compl_item .btn {
    width: 100%;

    margin-top: 20px;
}

#instock .complects_items .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}

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

.tradein {
    background: url("../img/tradein_bg.jpg?v=2") 50% 0 no-repeat;
    padding: 93px 0;
}

.tradein > img {
    display: none;
}

.tradein_title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

.tradein_comment {
    font-family: "tt-wellingtons", Arial, Sans-serif;
    margin-top: 12px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

#tradein_form {
    margin-top: 15px;
    width: 365px;
    max-width: 100%;
}

#tradein_form .form-group {
    margin-bottom: 12px;
}

#tradein_form input[type="tel"],
#tradein_form input[type="text"],
#tradein_form select {
    border: none;
    height: 48px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding-left: 40px;
}

#tradein_form .btn {
    height: 48px;
    font-size: 14px;
}

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

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

.credit {
    background: url("../img/credit_bg.jpg?v=2") 50% 0 no-repeat;
    padding: 98px 0;
    margin-top: -5px;
}

.credit > img {
    display: none;
}

.cred_wrap {
    width: 365px;
    max-width: 100%;
    margin-left: auto;
}

.cred_title {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}

#cred_form {
    margin-top: 30px;
    width: 100%;
}

#cred_form input[type="tel"] {
    border: none;
    font-size: 14px;
    color: #000000;
    height: 48px;
    padding-left: 40px;
}

#cred_form .btn {
    height: 48px;
    font-size: 14px;
}

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

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

.offers_block {
    margin-top: 140px;
}

.offers_block .container {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    padding: 0;
}

.offers_block .offers_item {
    width: 49.1%;
    margin-bottom: 65px;
}

.offers_block .offers_img {
    position: relative;
}

.offers_block .offers_icon {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: 30px;
}

.offers_block .offers_title {
    padding-top: 25px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

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

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

.best_offer {
    /*margin-top: 50px;*/
    padding: 70px 0;
    background: #f8f8f8;
}

.best_offer .container {
    display: flex;
}

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

.best_offer_comment {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

#offer_form {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    width: 635px;
    max-width: 100%;
    margin-left: 70px;
    margin-top: 10px;
}

#offer_form .form-group {
    width: 49%;
    margin-bottom: 0;
}

#offer_form input[type="tel"] {
    height: 60px;
    border: 1px solid #b7b7b7;
}

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

.contacts_wrapper {
    margin-top: 50px;
}

.contacts_wrapper .container {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.contacts_wrapper #contacts {
    /* width: 360px; */
    width: 42%;
    position: relative;
}

.contacts_wrapper #contacts .title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.contacts_wrapper #contacts .bottom_addr {
    margin-top: 45px;
    font-size: 18px;
    padding-left: 25px;
    background: url(../img/location.png) 0 0 no-repeat;
}

.contacts_wrapper #contacts .bottom_phone {
    margin-top: 35px;
    font-size: 18px;
    padding-left: 25px;
    background: url(../img/phone.png) 0 0 no-repeat;
    font-weight: 700;
}

.contacts_wrapper #contacts .bottom_phone a {
    color: black;
}

.contacts_wrapper #contacts .open_hours {
    margin-top: 35px;
    font-size: 18px;
    padding-left: 25px;
    background: url(../img/clock.png) 0 0 no-repeat;
}

.ng_grafik {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
}

.contacts_wrapper #contacts .route_btn {
    margin-top: 110px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    padding-right: 10px;
    background: url(../img/arrow_get.png) 100% 50% no-repeat;
    color: black;
}

.contacts_wrapper #map1 {
    height: 365px;
    /* width: 84%; */
    width: 50%;
    max-width: 100%;
    /* background: url(../img/map.jpg) 50% 0% no-repeat; */
    background-size: 100%;
}

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

footer {
    padding-top: 21px;
    padding-bottom: 20px;
    color: white;
    background: black;
    margin-top: 60px;
}

footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    line-height: 1.6;
}

.disclamer_switch_bg {
    color: white;
}

.disclamer_add {
    margin-top: 15px;
}

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

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

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

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

@media (max-width: 1920px) {
    body {
        background-position: 50% 70px;
    }
}

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

@media (max-width: 1570px) {
    .top_additionals a {
        width: 33.3%;
        padding-left: 100px;
    }
    .contacts_wrapper #contacts {
        /* width: 360px; */
        width: 46%;
    }

    .online_work {
        top: 155px;
    }

    header .menu .container {
        flex-wrap: wrap;
    }

    header .menu .cars_menu {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    header .menu .cars_menu a {
        padding: 0;
    }

    header .menu .main_menu {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-top: 10px;
        border-top: 1px solid rgb(199, 199, 199);
        margin-top: 10px;
    }

    header .menu .main_menu a {
        padding: 0;
    }

    /* .bn_slider {
      }

      .bn_slider .bn_slide {
      }

      .bn_slider .bn_slide.slide1 {
      }

      .bn_slider .bn_slide.slide2 {
      }

      .bn_slider .slick-arrow {
      }

      .bn_slider .slick-next {
      }

      .bn_slider .slick-next:before {
      }

      .bn_slider .slick-prev {
      }

      .bn_slider .slick-prev:before {
      }

      .bn_slider .slick-dots {
      }

      .bn_slider .slick-dots li {
      }

      .bn_slider .slick-dots li.active {
      }

      .bn_slider .slick-dots li button {
      }

      .top_additionals a .link_wrap span {
          font-size: 16px;
      }

      .top_additionals a {
          padding-left: 70px;
      }

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

      .title_container .title_comment {
          font-size: 28px;
      }

      .title_kasko {
          padding-top: 72px;
          padding-bottom: 15px;
          font-size: 24px;
          background-position: 50% 5%;
      }

      .title_container {
          padding-bottom: 365px;
      }

      .title_container .title1 .text_select {
      }

      .bn_timer {
      }

      .bn_timer .timer_title {
      }

      .bn_timer .timer {
      }

      .bn_timer div[id^="timer"] {
      }

      .bn_timer .timer_btn {
      }

      .bn_timer .timer_btn b {
      }

      .bn_timer .timer_btn_mob {
      } */
    .cars_items .car_item .img_block {
        width: 48%;
    }

    .cars_items .car_item .img_block .pl_upd {
        width: 34%;
    }

    .cars_items .car_item .info_block .car_profit {
        font-size: 20px;
    }
    .cars_items .car_item .info_block .car_profit b {
        font-size: 16px;
    }
    .btn {
        font-size: 16px;
    }
    .car_btns .btn {
        font-size: 14px;
    }
    /* .top_advs .item {
          font-size: 12px;
      } */
    .top_advs .content {
        display: flex;
        justify-content: space-between;
    }

    .top_advs {
        /* margin-top: -135px; */
        margin-left: auto;
        width: 100%;
        max-width: 580px;
        margin-right: auto;
    }

    .top_advs .item {
        display: block;
        position: relative;
        color: #fff;
        transition: all 0.3s;
    }

    .top_advs .item:hover {
        color: #000;
    }

    .top_advs .item {
        font-size: 12px;
    }

    .cars_items .car_item .info_block {
        width: 330px;
    }

    header .header .top_addr {
        display: none;
    }

    .banner_comment {
        font-size: 24px;
    }

}

/*IPAD PRO BEGIN*/
@media (max-width: 1199px) {
    .top_additionals a i {
        font-size: 50px;
        top: 47px;
    }
    .top_additionals a {
        width: 30%;
        padding-left: 66px;
        background-size: 60px !important;
    }
    .car_new {
        left: auto;
        top: 18px;
        right: 26px;
    }
    /* .banner_slider .title_container:before {
        left: calc(50% - 48%);
        width: 96%;
        height: 100%;
    } */
}

@media (max-width: 991px) {

    .slide4 .title_container .title4 br {
        display: none;
    }

    .banner_slider .title2 b {
        font-size: 3vw;
    }
    .banner_slider .title3 {
        font-size: 2.4vw;
    }
    .banner_slider .title3 b {
        font-size: 3vw;
    }
    #instock .complects_items .compl_item {
        width: 100% !important;
    }
    #instock .swiper-pagination {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        bottom: -8px !important;
    }
    #instock .swiper-pagination-bullet {
        margin-bottom: 10px;
    }
    #instock .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
    #instock .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        display: block;
    }
    #instock .complects_items .swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 40px;
        gap: 0;
    }
    #instock .complects_items .compl_item {
        margin: 0px !important;
        margin-top: 20px !important;
        padding: 20px !important;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {

    .ng_grafik {
        position: static;
        padding-top: 20px;
    }

    header .header .header_contacts {
        width: 60%;
    }

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

    .title_container .title_comment {
        font-size: 20px;
    }

    .title_kasko {
        font-size: 20px;
    }

    .bn_timer {
    }

    .bn_timer .timer_title {
    }

    .bn_timer .timer {
    }

    .bn_timer div[id^="timer"] {
    }

    .bn_timer .timer_btn {
    }

    .bn_timer .timer_btn b {
    }

    .bn_timer .timer_btn_mob {
    }

    /**************************************************************************************************************/
    .advantages {
    }

    .advantages .item {
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .advantages .item img {
    }

    .advantages .item .title {
        font-size: 18px;
    }

    .advantages .item .get_profit {
    }

    /**************************************************************************************************************/
    /* .top_advs .item b {
          font-size: 18px;
      } */
    .top_advs {
        /* margin-top: 235px; */
        margin-right: 0;
        top: 80px;
    }

    .top_advs .item b {
        font-size: 18px;
    }

    /**************************************************************************************************************/
    .cars_items .car_item {
        flex-flow: wrap;
        position: relative;
        padding-top: 50px;
    }

    .cars_items .car_item .info_block {
        position: initial;
        width: 100%;
        order: 3;
        margin-top: 30px;
    }

    .cars_items .car_item .img_block {
        order: 1;
        width: 100%;
    }

    .cars_items .car_item .car_gallery {
        margin-top: 28px;
        width: 102%;
        left: -1%;
        order: 3;
    }

    .cars_items .car_item .car_gallery .slick-next {
        width: 19px !important;
        height: 11px !important;
        top: unset !important;
        bottom: calc(50% - 10px) !important;
        left: calc(0% - 20px) !important;
        transform: rotate(90deg);
    }

    .cars_items .car_item .car_gallery .slick-prev {
        width: 19px !important;
        height: 11px !important;
        top: calc(50% - 10px) !important;
        bottom: auto;
        left: calc(100% - -14px) !important;
        transform: rotate(90deg);
    }

    .cars_items .car_item .info_block .car_name {
        position: absolute;
        top: 24px;
        left: 26px;
    }

    .car_gos_lizing {
        position: relative;
        top: 0;
    }

    .car_count {
        top: -63px;
        transform: scale(0.6);
        transform-origin: top right;
    }

    /**************************************************************************************************************/
    .instock_title {
    }

    #instock .filter {
        width: 28%;
    }

    #instock .complects_items {
        width: 70.5%;
        margin-left: -0.5%;
        margin-right: -0.5%;
    }

    #instock .complects_items .compl_item {
        width: 49%;
        margin: 0 0.5%;
        margin-bottom: 35px;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    /* .banner_slider .title_container:before {
        height: 240px;
    } */
    header .header .header_contacts {
        width: 43%;
    }

    .online_work {
        top: 15px;
    }

    header .header .logo {
        padding-right: 10px;
    }

    header .header .top_addr {
        display: none;
    }

    /**************************************************************************************************************/
    body {
        background-size: 120%;
    }

    .title_container {
        color: #000000;
        padding-bottom: 0;
        flex-direction: column;
    }

    .title_container .title_wrap {
        margin-left: 0;
        padding: 0;
        width: 100%;
    }

    .title_container .title1 {
        font-size: 22px;
        color: #000;
    }

    .banner_slider .title2 {
        font-size: 26px;
        line-height: 40px;
        padding: 1.6vw;
        background: #ffffff9e;
    }

    .banner_slider .slide2 .title2 {
        color: #000000;
    }

    .title_container .title1 span {
        /*background: #000000;*/
        color: #ffffff;
    }

    .title_container .title_comment {
        font-size: 18px;
        text-align: left;
    }

    .banner_slider .title4 {
        font-size: 3.2vw;
    }

    .banner_slider .slide4 .title_container {
        padding: 1.6vw;
        background: #ffffff9e;
        margin-left: 4vw;
        width: -webkit-fill-available;
        border: none;
    }
    .banner_slider .slide4 .title_container:before {
        content: '';
        position: absolute;
        top: 0;
        left: -4vw;
        width: 5px;
        height: 100%;
        background: #38D1C3;
    }
    .banner_slider .slide4 .title2 {
        padding: 0;
        background: transparent;
        font-size: 3vw;
        margin-top: 2vw;
    }
    .banner_comment {
        padding: 2vw 4vw 2vw 0;
        font-size: 2.6vw;
    }
    .banner_comment b {
        margin-top: 1vw;
    }

    .banner_slider .slide4 .banner_btn {
        position: absolute;
        left: 0;
        top: 100%;
        margin-top: 3vw;
    }

    .title_kasko {
        width: 100%;
        padding: 30px 0 30px 130px;
        background-position: 5% 50%;
        text-align: left;
    }

    .title_kasko br {
        display: none;
    }

    .title_container .btn {
        width: 100%;
    }

    .bn_timer {
    }

    .bn_timer .timer_title {
    }

    .bn_timer .timer {
    }

    .bn_timer div[id^="timer"] {
    }

    .bn_timer .timer_btn {
    }

    .bn_timer .timer_btn b {
    }

    .bn_timer .timer_btn_mob {
    }

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


      .top_advs .content {
          flex-wrap: wrap;
      }

      .top_advs .item {
          max-width: 100%;
          width: 45%;
          margin-top: 60px;
      } */
    .top_advs {
        margin-top: 0;
        display: none;
    }

    .top_advs .content {
        flex-wrap: wrap;
    }

    /* .top_advs .item.ico4 {
          background: url(../img/banner_ico4_hov.png) 50% no-repeat;
      } */
    .top_advs .item {
        max-width: 100%;
        width: 45%;
        margin-top: 60px;
    }

    /**************************************************************************************************************/
    .cars_items .car_item {
        padding-top: 60px;
    }

    .cars_items .car_item .main .container {
        flex-wrap: wrap;
    }

    .cars_items .car_item .img_block {
        width: 100%;
    }

    .cars_items .car_item .img_block .dots {
    }

    .cars_items .car_item .img_block .dot_color {
    }

    .cars_items .car_item .info_block {
        width: 100%;
    }

    .cars_items .car_item .info_block .car_name {
    }

    .car_count {
        top: 9px;
        left: 265px;
    }

    .cars_items .car_item .info_block .name {
        position: absolute;
        top: 0;
        left: 0;
    }

    .cars_items .car_item .car_gallery {
        position: relative;
        width: 104%;
        margin-top: 30px;
        left: -2%;
    }

    .cars_items .car_item .car_gallery .slick-prev {
        top: 50% !important;
        left: -20px !important;
        transform: rotate(-90deg);
        transform-origin: 0 50%;
    }

    .cars_items .car_item .car_gallery .slick-next {
        top: 50% !important;
        left: unset !important;
        right: -10px !important;
        bottom: unset !important;
        transform: rotate(-90deg);
        transform-origin: 50% 0;
    }

    /**************************************************************************************************************/
    .instock_title {
    }

    #instock .filter {
        width: 25%;
    }

    #instock .complects_items {
        width: 73.5%;
    }

    /****************************************************************************************************/
    .offers_block .offers_item {
        width: 100%;
    }

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

    .best_offer .container {
        flex-direction: column;
    }

    #offer_form {
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }

    #offer_form .form-group {
        margin-bottom: 10px;
    }

    .ng_grafik {
        position: static;
        padding-top: 20px;
    }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 991px) {
    .car_des {
        order: 3;
    }
    .car_gallery a {
        margin: 0 8px;
    }
}
@media (max-width: 767px) {

    .banner_slider .slide4 .title_container {
        background: #ffffffd1;
        position: absolute;
        top: 16vw;
        width: fit-content;
        margin: 0 auto;
        left: 0;
        right: 0;
        border: none;
        height: fit-content;
        padding: 2vw;
    }
    .banner_slider .title4 {
        font-size: 4vw;
    }
    .banner_slider .slide4 .title2 {
        margin-top: 2vw;
        font-size: 4vw;
        text-align: center;
        background: transparent;
        padding: 0;
    }
    .banner_slider .slide4 .banner_btn {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        transform: none;
        margin: 2vw auto 0;
        padding: 3vw 4vw 3vw 2vw;
        font-size: 3vw;
    }
    .banner_comment {
        top: 35vw;
        left: 10px;
        padding: 2vw 4vw 2vw 0;
        font-size: 2.4vw;
        text-align: left;
    }
    .banner_comment b {
        margin-top: 1vw;
    }

    .slide_item.slide3 .title_container {
        padding: 1vw;
        background: #2c2c2c63;
        height: 100%;
        display: inline-table;
        width: 92%;
        margin: 84px auto 0;
        left: 50%;
        transform: translateX(-50%);
        backdrop-filter: blur(7px);
    }
    .slide_item.slide3 .title2 {
        font-size: 4vw;
    }
    .slide_item.slide3 .title3 {
        margin-top: 2vw;
        font-size: 4vw;
        display: none;
    }
    .banner_slider .slide3 .title4 {
        margin-top: 2vw;
        font-size: 3vw;
    }

    .banner_btn {
        position: absolute;
        top: 42vw;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-48%);
        white-space: nowrap;
        min-height: initial;
        padding: 2vw 9vw 2vw 4vw;
        font-size: 4vw;
    }

    #instock .complects_items .compl_item .compl_text {
        height: auto;
    }
    .title3 span {
        display: none;
    }

    .offer_info .container {
        display: block;
        margin-top: 65px;
        margin-bottom: 65px;
    }

    .offer_info_text {
        padding: 15px;
        text-align: center;
        border-top: 0px #D7D7D7 solid;
        border-left: 1px #D7D7D7 solid;;
        border-right: 1px #D7D7D7 solid;
        border-bottom: 1px #D7D7D7 solid;
    }

    .offer_info_text p {
        margin-bottom: 10px;
        font-size: 3.5vw;
    }

    .offer_info_text p b{
        font-size: 3vw;
        color: #333333;
        margin-top: 0px;
    }

    .offer_info_text b{
        font-size: 4vw;
    }


    .gift_container {
        background-color: #EFEFEF;
        padding: 10px;
    }

    .gift_container span {
        font-size: 3vw;
    }

    .gift_container span::before {
        width: 24px;
        height: 24px;
    }

    .car_des .car_des_text {
        z-index: -1;
        display: block;
        max-height: 0;
        position: relative;
        opacity: 0;
        top: 0;
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        transition: all 0.2s linear;
    }
    .car_des.active .car_des_text {
        opacity: 1;
        max-height: 300px;
    }
    .car_block_credit {
        width: 100%;
    }
    .car_des_btn {
        top: 0;
        right: auto;
        left: 50%;
        margin-left: -120px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        /* margin: 10px 0; */
        margin-left: -100px;
        width: 200px;
        text-align: center;
        font-size: 14px;
    }
    .car_des_btn b {
        display: none;
    }
    .car_des_btn span {
        display: flex;
        height: 10px;
        align-items: center;
        position: relative;
    }
    .car_des_btn span:before {
        content: '';
        position: absolute;
        left: -16px;
        width: 0; 
        height: 0;
        border-left: 3px solid transparent;
        border-right: 2.5px solid transparent;
        border-top: 5px solid #000;
    }
    .car_des_btn span:after {
        content: '';
        position: absolute;
        right: -16px;
        width: 0; 
        height: 0;
        border-left: 3px solid transparent;
        border-right: 2.5px solid transparent;
        border-top: 5px solid #000;
    }
    .car_btns .btn {
        width: 100%;
    }
    .car_des.active .car_des_btn span:after,
    .car_des.active .car_des_btn span:before {
        transform: rotate(180deg);
    }

    .car_block {
        max-width: 100%;
    }
    .car_btns {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        z-index: 2;
    }
    .banner_slider .title3 .br_mob {
        display: block;
    }
    .car_new {
        left: auto;
        top: -30px;
        right: 0;
    }
    .cars_items .car_item .info_block .car_profit {
        font-size: 14px;
    }
    .top_additionals a .link_wrap span {
        font-size: 12px;
    }
    .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%;
    }

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

    /************************************************************************/
    .top_additionals {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .top_additionals .container {
        padding: 0;
        width: auto;
    }

    .top_additionals .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .top_additionals .content::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    .top_additionals a {
        height: 75px;
        padding-left: 64px;
        width: 100%;
        font-size: 14px;
        position: relative;
        display: grid;
        justify-content: center;
    }

    .top_additionals a:first-child,
    .top_additionals a:last-child {
        border-left: none;
    }
    .top_additionals a.ico1 {
        /*background: url(../img/top_adds_ico1.png) 90% 50% no-repeat;*/
        /*background-size: 50px !important;*/
    }

    .top_additionals a.ico1 i {
        top: 22px;
        /* left: -13px; */
        font-size: 50px;
    }

    .top_additionals a.ico2 {
        /*background: url(../img/top_adds_ico2.png) 90% 50% no-repeat;*/
        /*background-size: 50px !important;*/
    }

    .top_additionals a.ico2 i {
        /* top: -5px; */
        /* left: -15px; */
        /* font-size: 55px; */
    }

    .top_additionals a i {
        font-size: 55px;
        left: 7px !important;
    }

    .top_additionals a.ico3 {
        /*background: url(../img/top_adds_ico3.png) 90% 50% no-repeat;
        background-size: 50px !important;*/
    }

    .top_additionals a.ico3 i {
        top: 22px;
        /* left: -13px; */
        font-size: 50px;
    }

    .top_additionals a.ico4 {
        /*background: url(../img/top_adds_ico4.png) 90% 50% no-repeat;
        background-size: 38px !important;*/
    }

    .top_additionals a.ico4 i {
        top: 22px;
        /* left: -13px; */
        font-size: 50px;
    }

    .top_additionals a.ico1,
    .top_additionals a.ico2,
    .top_additionals a.ico3,
    .top_additionals a.ico4 {
        background: transparent;
    }

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

    header .header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background: white;
        z-index: 10;
        padding: 8px 0;
    }

    header .header .container {
        flex-wrap: wrap;
    }

    header .header .logos {
        /* display: block; */
        /* width: 50%; */
    }

    header .header .logo1 {
        width: auto;
        max-width: 85%;
    }

    header .header .logo2 {
        width: 35%;
    }

    header .header .header_contacts {
        width: 100%;
        order: 1;
        margin-top: 10px;
        display: none;
    }

    header .phone_mob {
        display: block;
    }

    header .header .top_addr {
        display: none;
    }

    header .header .top_phone {
    order: 1;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    }

header .header .popup {
    display: none;
}

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

    header .header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: black;
        transition: all 0.2s linear;
    }

    header .header .m_btn span:nth-child(1) {
        top: 0;
    }

    header .header .m_btn span:nth-child(2) {
        top: calc(50% - 1px);
        opacity: 1;
    }

    header .header .m_btn span:nth-child(3) {
        bottom: 0;
    }

    header .header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }

    header .header .m_btn.active span:nth-child(2) {
        opacity: 0;
    }

    header .header .m_btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }

    header .menu {
        position: fixed;
        width: 100%;
        top: 45px;
        left: 100%;
        background: white;
        z-index: 10;
        height: calc(100% - 76px);
        transition: all 0.2s linear;
        overflow: scroll;
    }

    header .menu.active {
        left: 0;
    }

    header .menu .cars_menu {
        display: block;
        text-align: center;
    }

    header .menu .main_menu {
        display: block;
        text-align: center;
    }

    header .menu .cars_menu a {
        display: block;

        margin: 20px 0;
    }

    header .menu .main_menu a {
        display: block;

        margin: 20px 0;
    }

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

    .banner_slider .slide_item {
        background-size: 100% !important;
        background-position: 50% 100% !important;
        height: auto;
        overflow: hidden;
    }

    .banner_slider .slide_item.slide1 {
        background: url(../img/slider/slide1_mob.jpg) no-repeat;
        background-position: 50% 100% !important;
        height: 78vw;
    }

    .banner_slider .slide_item.slide2 {
        background: url(../img/slider/slide2_mob.jpg) no-repeat;
        background-position: 50% 100% !important;
        height: 78vw;
    }

    .banner_slider .slide_item.slide3 {
        background: url(../img/slider/slide3_mob.jpg) no-repeat;
        background-position: 50% 100% !important;
        height: 84vw;
    }

    .banner_slider .slide_item.slide4 {
        background: url(../img/slider/slide4_mob.jpg) no-repeat;
        background-position: 50% 100% !important;
        height: 84vw;
    }

    .banner_slider .slick-arrow {
        transform: scale(0.7);
    }

    .banner_slider .slick-next {
        left: unset;
        right: 0;
    }

    .banner_slider .slick-prev {
        right: unset;
        left: 0;
    }

    .banner_slider .slick-dots {
        width: 100%;
        left: 0;
        bottom: 10px;
    }

    .banner_slider .slick-dots li {
        width: 30px;
    }

    .banner_slider .slick-dots li button {
    }

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

    .top_additionals a i {
        display: none;
    }
    .top_additionals a {
        padding-left: 0;
        width: 33%;
    }

    /**************************************************************************************************************/
    .banner {
        display: flex;
        flex-direction: column;
    }

    .banner .container {
        width: 100%;
    }

    .banner .content {
        position: static;
    }

    .banner_slider .title_container {
        color: #000;
        text-align: center;
        margin-top: 67px;
        height: 100%;
        position: absolute;
        padding: 0;
        align-items: center;
        left: 0;
    }

    /* .banner_slider .title_container:before {
        display: none;
    } */

    .banner_slider .title1 {
        padding: 2vw 4vw;
        font-size: 4vw;
        /* padding-bottom: 5px; */
        margin: 0 auto;
        height: auto;
        width: fit-content;
        top: 0;
        left: 0;
        /* color: #000000; */
    }

    .banner_slider .slide2 .title1 {
        margin-top: 1vw;
    }

    .banner_slider .slide1 .title1 {
        margin-top: 1vw;
        font-size: 2.6vw;
    }

    .banner_slider .slide6 .title1 {
        justify-content: center;
        width: 100%;
        line-height: 30px;
    }
    .banner_slider .content {
        top: 12vw;
    }
    .banner_slider .title2 {
        font-size: 3.8vw;
        color: #000000;
        margin-top: 12px;
        line-height: 1.1;
        margin: 0;
        line-height: 130%;
        padding: 1.6vw;
        background: #ffffffd1;
    }

    .banner_slider .slide2 .title2 {
        color: #000000;
    }

    .banner_slider .title2_big {
        font-size: 0.8em;
    }

    .banner_slider .title2 b {
        font-size: 3vw;
    }

    .banner_slider .slide6 .title2 {
        color: #000000;
        margin-bottom: 32px;
    
    }

    .banner_slider .title3 {
        padding-top: 10px;
        font-size: 3vw;
    }
    .banner_slider .title3 b {
        font-size: 3vw;
    }
    .banner_slider .title1.black_fr {
        font-size: 20px;
    }

    .banner_slider .title3.black_fr {
        font-size: 22px;
    }

    .banner_slider .btn {
        width: 100%;
        margin-top: 20px;
        background: #000;
        border-color: #000;
        color: #fff;
    }

    .banner_slider .slick-arrow {
        /* top: calc(75% - 22px); */
    }

    .title_logo  {
      display: none;
    }


    .title_descr {
        font-size: 3.2vw;
        position: relative;
        color: #000000;
        bottom: 0;
        margin-top: 1vw;
    }

.banner_slider .slide2 .title_descr {
    margin-top: 2vw;
    line-height: 1.3;
}

    /**************************************************************************************************************/
    body {
        /* background: url(../img/bg1_mob.jpg) 50% 25px no-repeat; */
        background-size: 420px auto;
        /*background: none;*/
    }

    /* .bn_slider {
          margin-top: 36px;
      }

      .bn_slider .bn_slide {
          height: auto;
          min-height: 300px;
      }

      .bn_slider .bn_slide.slide1 {
          background: url(../img/bn_slider/slide1_mob.jpg) 50% 0 no-repeat;
      }

      .bn_slider .bn_slide.slide2 {
          background-size: 680px auto;
          background-position: 83% 0;
          min-height: 220px;
      }

      .bn_slider .slick-arrow {
          transform: scale(.5);
      }

      .bn_slider .slick-next {
      }

      .bn_slider .slick-next:before {
      }

      .bn_slider .slick-prev {
      }

      .bn_slider .slick-prev:before {
      }

      .bn_slider .slick-dots {
      }

      .bn_slider .slick-dots li {
      }

      .bn_slider .slick-dots li.active {
      }

      .bn_slider .slick-dots li button {
      }

      .title_container {
          padding-top: 15px;
          padding-bottom: 15px;
          text-align: center;
          flex-direction: column;
      }

      .title_container .title_wrap {
          background: none;
          margin: 0;
          padding: 0;
          width: 100%;
      }

      .title_container .title1 {
          font-size: 22px;
          margin-bottom: 0px;
          background-size: 100%;
          line-height: 180%;
      }

      .title_container .title1 span {
          background-size: 100%;
          padding: 0 10px;
      }

      .title_container .title1 b {
          background-size: 100%;
          padding: 0 10px;
      }

      .title_container .title1 .mob {
      }

      .title_container .title1 font {
          display: block;
      }

      .title_container .title_comment {
          font-size: 20px;
          padding: 10px 0 0 0;
      }

      .title_container .title_comment a {
          position: static;
          width: 100%;
          margin-top: 10px;
          min-height: 50px;
          border: 1px solid #000000;
          height: 36px;
          min-height: unset;
          padding-top: 8px;
      }

      .title_kasko {
          width: 100%;
          padding: 30px 0 30px 100px;
          background-position: 5% 50%;
          text-align: left;
      }

      .title_kasko br {
          display: none;
      }

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


      .bn_timer {
          margin-top: 85px;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
      }

      .bn_timer .timer_title {
          width: 20%;
          text-align: left;
          padding: 0;
          font-size: 13px;
      }

      .bn_timer .timer {
          width: 80%;
      }

      .bn_timer div[id^="timer"] {
          transform: scale(.7) !important;
          position: relative;
          margin-left: -500px !important;
          left: 475px;
      }

      .bn_timer .timer_btn {
          display: none;
      }

      .bn_timer .timer_btn b {
      }

      .bn_timer .timer_btn_mob {
          display: flex;
      } */
    /**************************************************************************************************************/
    .top_advs {
        display: none;
    }

    .top_advs {
        margin-top: 0;
    }

    .top_advs .content {
        flex-wrap: wrap;
        padding-left: 0;
    }

    .top_advs .item {
        max-width: 100%;
        width: 50%;
        margin-top: 30px;
        padding-left: 20px;
        font-size: 9px;
    }

    .top_advs .item:before {
        transform: scale(0.8);
        left: 20px;
    }

    .top_advs .item:after {
        width: 80px;
        height: 80px;
    }

    .top_advs .item b {
        font-size: 14px;
    }

    /**************************************************************************************************************/
    .test_drive_int_power {
        background: url(../img/test_drive_int_power_bg_mob.jpg) 50% 0 no-repeat #000;
        padding-bottom: 20px;
        margin-top: 35px;
    }

    .test_drive_int_power .container {
    }

    .test_drive_int_power .content {
        /* background-size: 720px auto; */
        /* background-position: 100% 0; */
        padding: 0;
        background: none;
        padding-top: 260px;
    }

    .test_drive_int_power .title {
        padding: 0;
        padding-top: 0px;
        font-size: 20px;
    }

    .test_drive_int_power .title font {
        display: block;
        padding-left: 78px;
        padding-bottom: 15px;
    }

    .test_drive_int_power .title:before {
        /* position: static; */
        top: -16px;
        transform: scale(0.8);
        left: -28px;
    }

    .test_drive_int_power .title b {
    }

    .test_drive_int_power .desc {
        padding: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .test_drive_int_power .desc b {
    }

    .test_drive_int_power a {
        background-position: 0 100%;
        padding-top: 0;
        padding: 0;
        padding-left: 0;
        padding-bottom: 3px;
        border-radius: 0;
        font-size: 17px;
    }

    .test_drive_int_power a b {
        display: block;
        padding-left: 40px;
        padding-top: 5px;
    }

    /**************************************************************************************************************/
    .cars_items {
        margin-top: 40px;
    }

    .cars_items .title {
        margin-bottom: 40px;
    }

    .cars_items .car_item {
        flex-flow: wrap;
        position: relative;
        padding-top: 50px;
    }

    .cars_items .car_item .info_block {
        width: 100%;
        order: 3;
        margin-top: 30px;
        position: unset;
    }

    .cars_items .car_item .img_block {
        order: 1;
        width: 100%;
    }

    .cars_items .car_item .img_block .car_gos_prog {
        position: static;
        padding-bottom: 10px;
    }

    .cars_items .car_item .car_gallery {
        order: 3;
    }

    .cars_items .car_item .info_block .car_name {
        position: absolute !important;
        top: 15px;
        left: 0;
        font-size: 26px;
        width: 100%;
        padding-left: 30px;
    }

    .cars_items .car_item {
        padding: 60px 15px 15px 15px !important;
    }

    .cars_items .car_item .info_block .name {
        position: absolute;
        top: 0;
        left: 0;
    }

    .cars_items .car_item .car_gallery {
        width: 100%;
        margin-top: 30px;
    }

    .cars_items .car_item .car_gallery .slick-prev {
        top: 50% !important;
        left: -10px !important;
        transform: rotate(-90deg);
        transform-origin: 4px 6px;
    }

    .cars_items .car_item .car_gallery .slick-next {
        top: 50% !important;
        left: unset !important;
        right: 0 !important;
        bottom: unset !important;
        transform: rotate(-90deg);
        transform-origin: 50% 0;
    }

    .cars_items .car_item .img_block .pl_upd {
        top: -45px;
        width: 40%;
    }

    .car_gos_lizing {
        background: none;
        position: relative;
        top: 0 !important;
        width: 100%;
        height: auto;
        padding: 0;
        left: 0;
        margin-bottom: 15px;
    }

    .car_gos_lizing > b,
    .car_gos_lizing > span {
        display: none;
    }

    .car_gos_lizing > img {
        display: block;
    }

    .car_count {
        transform: scale(0.7);
        transform-origin: top right;
        right: 0px !important;
        top: -43px;
    }

    /**************************************************************************************************************/
    #instock {
        padding: 25px 0;
        margin-top: 80px;
    }

    .instock_title {
        font-size: 24px;
    }

    #instock .complects {
        flex-wrap: wrap;
        margin-top: 25px;
    }

    #instock .filter {
        width: 100%;
    }

    #instock .complects_items {
        width: 100%;
        margin: 0;
    }

    #instock .filter_items .item .content {
        padding: 0;
        padding-left: 28px;
    }

    #instock .complects_items .compl_item {
        width: 100%;
        margin: 0;
        margin-top: 25px;
    }

    #instock .filter .title {
        display: none;
    }

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

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

    .tradein_title {
        text-align: center;
        color: #000000;
        padding-top: 20px;
    }

    .tradein_comment {
        text-align: center;
        color: #000000;
    }

    #tradein_form {
        width: 100%;
    }

    #tradein_form input[type="tel"],
    #tradein_form input[type="text"],
    #tradein_form select {
        border: 1px solid #b7b7b7;
    }

    #tradein_form .agree_field,
    #tradein_form .agree_field a {
        color: #000000;
    }

    /****************************************************************************************************/
    .credit {
        margin-top: 40px;
        background: none;
        padding: 0;
    }

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

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

    .cred_title {
        color: #000000;
        text-align: center;
        font-size: 26px;
    }

    #cred_form input[type="tel"] {
        border: 1px solid #b7b7b7;
    }

    #cred_form .agree_field,
    #cred_form .agree_field a {
        color: #000000;
    }

    /****************************************************************************************************/
    .offers_block {
        margin-top: 40px;
    }

    .offers_block .container {
        padding: 0 15px;
    }

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

    /****************************************************************************************************/
    .best_offer {
        /*margin-top: 40px;*/
        padding: 20px 0;
    }

    .best_offer .container {
        flex-direction: column;
    }

    .best_offer_text {
        text-align: center;
    }

    #offer_form {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    #offer_form .form-group {
        width: 100%;
        margin-bottom: 10px;
    }

    .offers_block .offers_icon {
        top: 10px;
        left: 10px;
    }

    /****************************************************************************************************/
    .contacts_wrapper {
        margin-top: 80px;
    }

footer {
    margin-top: 0;
}

    .contacts_wrapper .container {
        flex-wrap: wrap;
        padding: 0 15px;
    }

    .contacts_wrapper #contacts {
        width: 100%;
    }

    .contacts_wrapper #contacts .title {
        font-size: 24px;
    }

    .contacts_wrapper #contacts .bottom_addr {
    margin-top: 30px;
    font-size: 16px;
    padding: 3px 0 3px 25px;
    }

    .contacts_wrapper #contacts .bottom_phone {
    margin-top: 15px;
    font-size: 17px;
    }

    .contacts_wrapper #contacts .open_hours {
    font-size: 16px;
    padding: 3px 0 3px 25px;
    margin-top: 15px;
    }

    .contacts_wrapper #map1 {
        margin-left: 0;
        width: 100%;
        max-width: none;
        height: 350px;
        margin-top: 15px;
    }

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

    .contacts_wrapper #contacts .route_btn {
        margin-top: 30px;
    }

    .ng_grafik {
        position: static;
        padding-top: 20px;
    }
    .top_additionals a.ico4,
    .top_additionals a.ico3,
    .top_additionals a.ico1  {
        background-size: 28px !important;
    }
    .best_offer_comment {
        display: none;
    }
    .best_offer_title {
        margin-bottom: 0px;
    }

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

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {

    .banner_slider .title_container {
        /* color: #000; */
        /* text-align: center; */
        /* margin-top: 6vw; */
    }

    .title_logo .logo1 {
        display: none;
    }

    .title_logo .logo2 {
        bottom: 240px;
    }

    .car_des_btn {
        margin-left: -149px;
    }
    .banner_slider .slide_item {
        background-position: 50% 100% !important;
        height: 110vw;
    }
    .banner_slider .title1 {
        /* font-size: 4vw; */
    }
    .title_container .title1 {
        /* margin-bottom: 230px; */
    }

    .title_container {
        /* padding-top: 110px; */
    }

    .bn_timer div[id^="timer"] {
        left: 460px;
    }
}

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

    .bn_timer .timer_title {
    }

    .bn_timer .timer {
    }

    .bn_timer div[id^="timer"] {
    }

    .bn_timer .timer_btn {
    }

    .bn_timer .timer_btn b {
    }
}

@media (max-width: 360px) {
    .title_container .title1 {
        /* font-size: 22px; */
        /* margin-bottom: 70px; */
        /* padding: 9px 10px; */
    }

    .bn_timer div[id^="timer"] {
        left: 450px;
    }

    .title_kasko {
        font-size: 22px;
        padding-left: 85px;
    }

    .top_advs .content {
        padding-left: 0;
    }

    .cars_items .car_item .info_block .car_name {
        font-size: 18px;
    }
    .cars_items .car_item .info_block .car_name:before {
        top: -2px;
    }
    .cars_items .car_item .info_block .car_props a {
        font-size: 15px;
    }

    .cars_items .car_item .img_block .dot_color {
        margin: 0 8px;
    }

    .tradein_title {
        font-size: 24px;
    }

    .cred_title {
        font-size: 24px;
    }

    .best_offer_comment {
        font-size: 15px;
    }

    .bn_timer {
    }

    .bn_timer .timer_title {
    }

    .bn_timer .timer {
    }

    .bn_timer div[id^="timer"] {
    }

    .bn_timer .timer_btn {
    }

    .bn_timer .timer_btn b {
    }
    .banner_slider .title2 b {
        margin-bottom: 6px;
    }
    .banner_slider .slide_item {
        height: 110vw;
    }
}

@media (max-width: 320px) {
    .title_container {
        /* padding-top: 115px; */
    }

    .title_container .title1 {
        /* margin-bottom: 160px; */
    }

    .bn_timer .timer_title {
        width: 23%;
    }

    .bn_timer .timer {
        width: 77%;
    }

    .bn_timer div[id^="timer"] {
        transform: scale(0.55) !important;
        left: 430px;
    }
}
