html {
    overflow-x: hidden;
}

body {
    font-family: "Raleway", Arial, sans-serif;
    font-size: 16px;
    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: 100%;
    /* height: 50px; */
}

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: "Raleway", Arial, sans-serif;
    outline: none;
}

a {
    text-decoration: none;
}

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

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

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

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

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


input[type=text],
input[type=tel] {
    color: #828282;
    font-family: "Raleway", Arial, sans-serif;
}

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

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

.popup_container .agree_field a {
    color: black;
}

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

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

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

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

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    color: #828282;
    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: 1px solid #828282;
    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: 300;
    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: 600;
    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;
    padding-left: 20px;
    top: 0px;
    font-weight: 300;
}

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

.agree_field input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
}

.agree_field span {
    padding-left: 25px;
    display: inline-block;
}

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

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

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    height: 50px;
    width: 100%;
    color: #000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    text-align: left;
    border: 1px solid #828282;
    padding: 0px 20px;
    text-align: center;
    outline: none;
    background: transparent;
    border-radius: 6px;
}

select {
    display: block;
    color: #828282;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    /* padding-right: 35px; */
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    outline: none;
    background: url(../img/ico_select.png) right 20px center no-repeat transparent;
    border: 1px solid #828282;
    border-radius: 6px;
}

form .form-group button {
    width: 100%;
    height: 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    font-family: "Raleway", Arial, sans-serif;
}

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: #F47C30;
    color: white;
    /* text-transform:uppercase; */
    text-align: center;
    height: 50px;
    width: 280px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #F47C30;
    position: relative;
    text-decoration: none;
    transition: all .2s linear;
    border-radius: 6px;
}

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

.btn:hover {
    background: #828282;
    border: 1px solid #828282;
}

.btn.grey {
    background: #828282;
    border: 1px solid #828282;
}

.btn.grey:hover {
    background: #F47C30;
    border: 1px solid #F47C30;
}


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


header {
}

html {
}

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

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

header .logo_wrap .logo_text {
    font-weight: 600;
}

header .logo {
}

header .logo1 {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid #000;
}

header .logo2 {
}

header .top_addr {
    font-weight: 500;
}

header .top_phone_wrap {
}

header .top_phone_wrap a {
    display: block;
    text-decoration: underline;
    color: #000;
}

header .top_phone {
    color: #F47C30 !important;
    font-weight: 600;
    text-decoration: none !important;
}

.m_btn {
    display: none;
}

header .menu {
    background: #f1f1f1;
    padding: 10px 0;
}

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

header .menu a {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

header .menu a:hover {
    color: #F47C30;
}


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

.banner_slider {
    position: absolute !important;
    width: 100%;
    top: 164px;
}

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

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

.banner_slider .slide3 {
    background: url("../img/slide3.jpg") 50% 0 no-repeat;
}
.banner_slider .slide4 {
    background: url("../img/slide4.jpg") 50% 0 no-repeat;
}
.title_mob {
    display: none;
}
.title_container.sl4 .title1{
    color: #000 !important;
}
.banner_slider .slick-slide {
    height: 555px;
}

.bn_nav {
    position: absolute;
    bottom: 250px;
}

.bn_nav .slick-arrow {
    width: 48px;
    height: 48px;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    border: none;
    z-index: 1;
    transition: background .2s;
    outline: none;
}

.bn_nav .slick-arrow:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-top: 2px solid rgba(34, 31, 32, .5);
    border-right: 2px solid rgba(34, 31, 32, .5);
    transition: border-color .2s;
    margin-top: 1px;
    transform-origin: 50%
}

.bn_nav .slick-arrow.slick-prev {
    margin-right: 30px;
}

.bn_nav .slick-arrow.slick-prev:before {
    transform: rotate(-135deg);
    margin-left: 14px;
}

.bn_nav .slick-arrow.slick-next:before {
    transform: rotate(45deg);
    margin-left: 9px;
}

.bn_nav .slick-arrow:hover {
    background: #F47C30;
}

.bn_nav .slick-prev:hover:before,
.bn_nav .slick-next:hover:before {
    border-color: #ffffff;
}

.banner_slider .slick-dots {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    z-index: 1;
}

.banner_slider .slick-dots li {
    margin: 0 5px;
    width: 40px;
    height: 3px;
    background: #9f9f9f;
    transition: all .3s;
}

.banner_slider .slick-dots li.slick-active {
    height: 7px;
    background: #F47C30;
}

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


/*.banner {
    background: url(../img/bg1.jpg) 50% 0 no-repeat;
}

.webp .banner {
    background: url(../img/bg1.webp) 50% 0 no-repeat;
}*/
.banner .container {
}

.banner .content {
    position: relative;
}

.banner .title_container {
    display: none;
}

.banner .title_container.sl1 {
    display: block;
}

.banner .title1 {
    font-size: 30px;
    font-weight: 400;
    padding-top: 20px;
    line-height: 120%;
    color: #ffffff;
}

.banner .title1 b {
    font-size: 40px;
}

.banner .title1 span {
    font-size: 40px;
    color: #F47C30;
    font-weight: 700;
}

.banner .btn {
}

.banner .banner_form {
    margin-top: 460px;
    display: flex;
    justify-content: space-between;
}

.timer_wrap {
    box-sizing: border-box;
    width: 49%;
    background: #272727;
    padding: 40px 65px;
    border-radius: 0 50px 0 50px;
}

.timer_title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner_form_wrap {
    box-sizing: border-box;
    width: 49%;
    border-radius: 50px 0 50px 0;
    background: #f47c30;
    padding: 35px;
}

.banner .banner_form_title {
    text-align: left;
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
}

.banner .banner_form_title b {
    font-size: 30px;
}

.banner form {
    margin-top: 20px;
}

.banner form .form-group_wrapper {
    display: flex;
    justify-content: space-between;
}

.banner form .form-group {
    width: 49%;
}

.banner form input[type=tel] {
    border-color: #ffffff;
    color: #ffffff;
}

.banner form input[type=tel]::placeholder {
    color: #ffffff;
}

.banner form .agree_field,
.banner form .agree_field a {
    color: #ffffff;
}

.banner form .btn {
    background: #272727;
}


/**************************************************************************************************************/
.car_img.car_img_st6 .slick-dots {
    background: #E9E7E7;
    padding: 16px 17px;
    position: relative;
    justify-content: right;
    max-width: 385px;
    left: 50%;
    margin-left: -36%;
}
.car_img.car_img_st6 .slick-dots::before {
    content: "Цветовая палитра:";
    position: absolute;
    left: 18px;
    color: rgb(37, 40, 42);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.car_img.car_img_st6 .slick-dots li:nth-child(1) {
    background: #000;
}
.car_img.car_img_st6 .slick-dots {
    background: #E9E7E7;
    padding: 16px 17px;
    position: relative;
    justify-content: right;
    max-width: 385px;
    left: 50%;
    margin-left: -36%;
}
.car_img.car_img_st6 .slick-dots:before {
    content: "Цветовая палитра:";
    position: absolute;
    color: #000;
    left: 18px;
    color: #25282A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.car_img.car_img_st6 .slick-dots li {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    cursor: pointer;
}
.car_img.car_img_st6 .slick-dots li:nth-child(1) {
    background: #000;
}
.car_img.car_img_st6 .slick-dots li:nth-child(2) {
    background: #7E7E7E;
}
.car_img.car_img_st6 .slick-dots li:nth-child(3) {
    background: #F00;
}
.car_img.car_img_st6 .slick-dots li:nth-child(4) {
    background: #0047D0;
}
.car_img.car_img_st6 .slick-dots li:nth-child(5) {
    background: #C2C2C2;
}
.car_img.car_img_st6 .slick-dots li:nth-child(6) {
    background: #FFF;
}
.car_img.car_img_st6 .slick-prev {
    display: none !important;
}
.car_img.car_img_st6 .slick-next {
    display: none !important;
}


.cars {
}

.cars .container {
}

.cars .content {
}

.cars .car_item {
    margin-top: 25px;
}

.cars .car_title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    background: #f1f1f1;
    padding: 10px 20px;
}

.cars .car_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 40px;
    border-bottom: 1px solid #828282;
}

.cars .car_gallery {
    display: flex;
    flex-direction: column;
    margin-right: 85px;
}

.cars .car_gallery a {
    margin: 5px 0;
}

.cars .car_img_block {
    display: flex;
    align-items: center;
    width: 65%;
}

.cars .car_img_block .car_img {
    width: 65%;
}

.car_img .slick-prev,
.car_img .slick-next {
    position: absolute;
    top: 50%;
    font-size: 0;
    width: 15px;
    height: 44px;
    border: none;
    z-index: 1;
    outline: none;
    cursor: pointer;
}

.car_img .slick-prev {
    background: url("../img/car_prev.jpg") 50% no-repeat !important;
    left: -45px;
}

.car_img .slick-next {
    background: url("../img/car_next.jpg") 50% no-repeat !important;
    right: -45px;
}

.car_img .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.car_img .slick-dots li {
    margin: 0 5px;
    width: 80px;
    height: 2px;
    background: #292523;
    outline: none;
}

.car_img .slick-dots li.slick-active {
    background: #F47C30;
}

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


.car_img .slick-prev:before,
.car_img .slick-next:before {
    display: none !important;
}

.cars .car_info_block {
    width: 360px;
}

.cars .car_offer {
    margin-bottom: 15px;
    font-size: 30px;
}

.cars .car_props {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
}

.cars .car_props a {
    color: #000;
    max-width: 46%;
    padding: 10px 0;
    padding-left: 55px;
    box-sizing: border-box;
    font-weight: 600;
}

.cars .car_props a span {
}

.cars .car_props a.ico1 {
    background: url(../img/car_ico1.png?v=2) 0 50% no-repeat;
}

.cars .car_props a.ico1:hover {
    background: url(../img/car_ico1_hover.png?v=2) 0 50% no-repeat;
}

.cars .car_props a.ico2 {
    background: url(../img/car_ico2.png?v=2) 0 50% no-repeat;
}

.cars .car_props a.ico2:hover {
    background: url(../img/car_ico2_hover.png?v=2) 0 50% no-repeat;
}

.cars .car_btns {
}

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

.cars .car_btns .btn:first-child {
}

.cars .car_compl {
    padding-top: 30px;
}

.cars .car_type_block {
    font-size: 18px;
}

.cars .car_types {
    display: flex;
    justify-content: space-evenly;
}

.cars .car_type {
    cursor: pointer;
    position: relative;
    padding-bottom: 4px;
}

.cars .car_type:hover,
.cars .car_type.active {
    text-shadow: 0 0 .5px rgba(0, 0, 0, 0.5), 0 0 .5px rgba(0, 0, 0, 0.5), 0 .5px rgba(0, 0, 0, 0.5), 0 0 .5px rgba(0, 0, 0, 0.5), -.3px .3px .5px rgba(0, 0, 0, 0.5), .3px -.3px .5px rgba(0, 0, 0, 0.5), -.3px .3px .5px rgba(0, 0, 0, 0.5), .3px -.3px .5px rgba(0, 0, 0, 0.5);
}

.cars .car_type:hover:before,
.cars .car_type.active:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #F47C30;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cars .car_types_title {
    color: #828282;
    text-align: center;
    padding-top: 20px;
}

.cars .car_lh {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.cars .car_lh > div {
}

.cars .car_lh_items {
    display: flex;
    font-size: 32px;
}


.cars .car_lh_title {
    color: #828282;
    text-align: center;
    padding-top: 5px;
}

.cars .car_params {
    margin: 0 7px;
    position: relative;
    padding-bottom: 2px;
    cursor: pointer;
}

.cars .car_params:hover,
.cars .car_params.active {
    text-shadow: 0 0 .5px rgba(0, 0, 0, 0.5), 0 0 .5px rgba(0, 0, 0, 0.5), 0 .5px rgba(0, 0, 0, 0.5), 0 0 .5px rgba(0, 0, 0, 0.5), -.3px .3px .5px rgba(0, 0, 0, 0.5), .3px -.3px .5px rgba(0, 0, 0, 0.5), -.3px .3px .5px rgba(0, 0, 0, 0.5), .3px -.3px .5px rgba(0, 0, 0, 0.5);
}

.cars .car_params:hover:before,
.cars .car_params.active:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #F47C30;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cars .car_l_item {
}

.cars .car_h_item {
}

.cars .car_tech_params_val {
    margin-top: 30px;
}

.cars .car_tech_params_item {
    padding: 30px;
    display: flex;
    justify-content: space-around;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, .1);
    text-align: center;
    color: #828282;
    font-size: 18px;
}

.cars .car_param_vals {
}

.cars .car_param_item {
}

.cars .car_param_val {
    color: #F47C30;
    font-size: 60px;
    font-weight: 500;
}

.cars .car_param_val_title {
}


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


.complects {
    margin-top: 105px;
}
.complects .car_title {
    background: #F1F1F1;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.complects .car_title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.complects .car_title span {
    color: #000;
    font-weight: 400;
}
.complects_cont_block {
    padding: 20px 0;
    background: #FFF;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.10);
    margin-bottom: 20px;
}
.complects_cont_img {
    display: flex;
    justify-content: center;
}
.complects_cont_item {
    margin-bottom: 10px;
    padding: 0 20px;
}
.complects_cont_item p {
    margin: 0;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.complects_cont_des {
    padding: 0 20px;
}
.complects_cont_des div {
    display: flex;
    margin-top: 10px;
}
.complects_cont_des div p {
    margin: 0;
    color: #828282;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 10px;
}
.complects_cont_des div p span {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.complects_cont .btn {
    width: 100%;
    margin-top: 10px;
}
.mySwiperComplects {
    padding: 20px 50px !important;
}
.complects_cont {
    position: relative;
}
.complects_cont:before {
    content: "";
    width: 35px;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 5;
}
.complects_cont:after {
    content: "";
    width: 35px;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
}
.complects_cont .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #000;
    transform: scaleY(1.5);
    font-size: 34px;
}
.complects_cont .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: #000;
    transform: scaleY(1.5);
    font-size: 34px;
}


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


.leasing {
    margin-top: 115px;
}

.leasing .container {
}

/*.webp .leasing .content {
    background: url(../img/leasing.webp) 20px 0 no-repeat;
}*/
.leasing .content {
    background: url(../img/leasing.jpg) 20px 0 no-repeat;
    transition: all .5s linear !important;
    background-size: auto 100% !important;
    background-position: 0 0 !important;
}

.leasing .content:hover {
    background-size: auto 110% !important;
    background-position: -25px -25px !important;
}

.leasing .leasing_block {
    background: #f1f1f1;
    width: 50%;
    margin-left: auto;
    padding: 70px 50px;
    box-sizing: border-box;
}

.leasing .title {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 385px;
    padding-bottom: 10px;
}

.leasing .desc {
    font-size: 20px;
    color: #F47C30;
    text-transform: uppercase;
    font-weight: 700;
}

.leasing form {
    width: 335px;
    margin-top: 45px;
}

.leasing form .form-group {
}

.leasing form .agree_field,
.leasing form .agree_field a {
}


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


.credit {
    /* margin-top: 115px; */
}

.credit .container {
}

/*.webp .credit .content {
    background: url(../img/leasing2.webp) 20px 0 no-repeat;
}*/
.credit .content {
    background: url(../img/leasing2.jpg) 20px 0 no-repeat;
    transition: all .5s linear !important;
    background-size: auto 100% !important;
    background-position: 100% 100% !important;
}

.credit .content:hover {
    background-size: auto 110% !important;
    background-position: calc(100% + 25px) calc(100% + 25px) !important;
}

.credit .credit_block {
    background: #f1f1f1;
    width: 50%;
    padding: 70px 50px;
    box-sizing: border-box;
}

.credit .title {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 385px;
    padding-bottom: 10px;
}

.credit .desc {
    font-size: 20px;
    color: #F47C30;
    text-transform: uppercase;
    font-weight: 700;
}

.credit form {
    width: 335px;
    margin-top: 45px;
}

.credit form .form-group {
}

.credit form .agree_field,
.credit form .agree_field a {
}


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


.contacts {
    margin-top: 80px;
}

.contacts .container {
}

.contacts .content {
    width: 50%;
    background: #f1f1f1;
    padding: 50px 70px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 460px;
}

.contacts .content:after {
    content: "";
    width: 200%;
    height: 100%;
    background: #f1f1f1;
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
}

.contacts .title {
    font-size: 20px;
    font-weight: 600;
}

.contacts .bottom_addr {
    padding-left: 30px;
    font-weight: 600;
    background: url(../img/loc_bottom.png) 0 10px no-repeat;
    margin-top: 25px;
}

.contacts .top_phone {
    color: #F47C30;
    font-size: 20px;
    margin-top: 10px;
    display: block;
}

.contacts .open_hours {
    padding-left: 30px;
    font-weight: 600;
    background: url(../img/open_hours.png) 0 10px no-repeat;
    margin-top: 25px;
}

.contacts .form_title {
    font-size: 20px;
    padding: 0;
    text-align: left;
    font-weight: 500;
    margin-top: 20px;
}

.contacts .btn {
    width: 335px;
    margin-top: 15px;
}


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


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

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

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


.disclamer_switch_bg {

    text-align: center;
}

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

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

footer .disclamer a {
    text-decoration: underline;
    color: black;
}

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



#cookies_popup {
    position: fixed;
    bottom: 12px;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background: #fff;
    padding: 20px;
    border-radius: 22px;
    z-index: 99999;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

#cookies_popup p {
    margin: 0;
    font-size: 12px;
}

#cookies_popup a {
    text-decoration: underline;
    color: #000000;
}

#cookies_popup .btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 18px;
    white-space: nowrap;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .3s;
    text-align: center;
    border-radius: 6px;
    padding: 10px 30px;
    color: #ffffff;
    background: #828282;
    border: 1px solid #828282;
}


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

@media (max-width: 1900px) {

}

@media (max-width: 1800px) {

}

@media (max-width: 1500px) {

}

@media (max-width: 1280px) {

}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .car_img.car_img_st6 .slick-dots {
        max-width: 210px;
    }
    .car_img.car_img_st6 .slick-dots:before {
        display: none;
    }
    header {
    }

    html {
        overflow-x: hidden;
    }

    header .header {
    }

    header .logo_wrap {
    }

    header .logo_wrap .logo_text {
    }

    header .logo {
    }

    header .logo1 {
    }

    header .logo2 {
    }

    header .top_addr {
        display: none;
    }

    header .top_phone_wrap {
    }

    header .top_phone_wrap a {
    }

    header .top_phone {
    }

    .m_btn {
        display: none;
    }

    header .menu {
    }

    header .menu .container {
    }

    header .menu a {
    }

    header .menu a:hover {
    }


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

    .banner .container {
    }

    .banner .content {
    }

    .banner .title_container {
    }

    .banner .title1 {
    }

    .banner .title1 span {
    }

    .banner .btn {
    }

    .banner .banner_form {
    }

    .banner .banner_form_title {
    }

    .banner .banner_form_title b {
        display: block;
    }

    .banner form {
    }

    .banner form .form-group_wrapper {
    }

    .banner form .form-group {
    }

    .banner form .agree_field,
    .banner form .agree_field a {
    }

    .bn_nav {
        bottom: 320px;
    }

    .timer_wrap {
        padding: 30px 15px;
    }

    .banner .banner_form_title {
        font-size: 18px;
    }

    .banner .banner_form_title b {
        font-size: 24px;
    }

    /**************************************************************************************************************/
    .cars {
    }

    .cars .container {
    }

    .cars .content {
    }

    .cars .car_item {
    }

    .cars .car_title {
    }

    .cars .car_main {
    }

    .cars .car_gallery {
        margin-right: 60px;
    }

    .cars .car_gallery a {
    }

    .cars .car_img_block {

    }

    .cars .car_info_block {
    }

    .cars .car_img_block .car_img {
        width: 55%;
    }

    .cars .car_props {
    }

    .cars .car_props a {
    }

    .cars .car_props a span {
    }

    .cars .car_props a.ico1 {
    }

    .cars .car_props a.ico2 {
    }

    .cars .car_btns {
    }

    .cars .car_btns .btn {
    }

    .cars .car_btns .btn:first-child {
    }

    .cars .car_compl {
    }

    .cars .car_type_block {
    }

    .cars .car_types {
    }

    .cars .car_type {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        font-size: 16px;
    }

    .cars .car_types_title {
    }

    .cars .car_lh {
    }

    .cars .car_lh > div {
    }

    .cars .car_lh_items {
    }

    .cars .car_lh_title {
    }

    .cars .car_params {
    }

    .cars .car_l_item {
    }

    .cars .car_h_item {
    }

    .cars .car_tech_params_val {
    }

    .cars .car_tech_params_item {
    }

    .cars .car_param_vals {
    }

    .cars .car_param_item {
        padding: 0 15px;
    }

    .cars .car_param_val {
    }

    .cars .car_param_val_title {
    }


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

    .leasing .container {
    }

    .leasing .content {
    }

    .leasing .title {
        font-size: 30px;
    }

    .leasing .desc {
    }

    .leasing form {
    }

    .leasing form .form-group {
    }

    .leasing form .agree_field,
    .leasing form .agree_field a {
    }


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

    .credit .container {
    }

    .credit .content {
    }

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

    .credit .desc {
    }

    .credit form {
    }

    .credit form .form-group {
    }

    .credit form .agree_field,
    .credit form .agree_field a {
    }


    /**************************************************************************************************************/
    .contacts {
    }

    .contacts .container {
    }

    .contacts .content {
    }

    .contacts .title {
    }

    .contacts .bottom_addr {
    }

    .contacts .top_phone {
    }

    .contacts .open_hours {
    }

    .contacts .form_title {
    }

    .contacts .btn {
    }

}

/*IPAD PRO BEGIN*/

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

    header {
    }

    header .header {
    }

    header .logo_wrap {
    }

    header .logo_wrap .logo_text {
    }

    header .logo {
    }

    header .logo1 {
    }

    header .logo2 {
    }

    header .top_addr {
    }

    header .top_phone_wrap {
    }

    header .top_phone_wrap a {
    }

    header .top_phone {
    }

    .m_btn {
        display: none;
    }

    header .menu {
    }

    header .menu .container {
    }

    header .menu a {
    }

    header .menu a:hover {
    }


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

    .banner_slider .slick-slide {
        height: 360px;
    }

    .banner_slider .slide1,
    .banner_slider .slide2,
    .banner_slider .slide3 {
        background-size: 150%;
    }

    .banner_slider .slide1 {
        background-position: 100% 0;
    }

    .banner {
    }

    .banner .container {
    }

    .banner .content {
    }

    .banner .title_container {
    }

    .banner .title1 {
    }

    .banner .title1 span {
    }

    .banner .btn {
    }

    .banner .banner_form {
        margin-top: 250px;
        flex-direction: column;
    }

    .timer_wrap {
        width: 100%;
        border-radius: 50px 0 0 0;
        padding: 30px 65px;
    }

    .banner_form_wrap {
        width: 100%;
        border-radius: 0 0 50px 0;
    }

    .banner .banner_form_title {
    }

    .banner .banner_form_title b {
    }

    .banner form {
    }

    .banner form .form-group_wrapper {
    }

    .banner form .form-group {
    }

    .banner form .agree_field,
    .banner form .agree_field a {
    }

    .bn_nav {
        bottom: 450px;
    }


    /**************************************************************************************************************/
    .cars {
    }

    .cars .container {
    }

    .cars .content {
    }

    .cars .car_item {
    }

    .cars .car_title {
    }

    .cars .car_main {
        flex-direction: column;
    }

    .cars .car_gallery {
        margin-right: 100px;
    }

    .cars .car_gallery a {
    }

    .cars .car_img_block {
        width: 100%;
    }

    .cars .car_info_block {
        width: 100%;
        margin-top: 20px;
    }

    .cars .car_props {
    }

    .cars .car_props a {
    }

    .cars .car_props a span {
    }

    .cars .car_props a.ico1 {
    }

    .cars .car_props a.ico2 {
    }

    .cars .car_btns {
    }

    .cars .car_btns .btn {
    }

    .cars .car_btns .btn:first-child {
    }

    .cars .car_compl {
    }

    .cars .car_type_block {
    }

    .cars .car_types {
    }

    .cars .car_type {
    }

    .cars .car_types_title {
    }

    .cars .car_lh {
    }

    .cars .car_lh > div {
    }

    .cars .car_lh_items {
    }

    .cars .car_lh_title {
    }

    .cars .car_params {
    }

    .cars .car_l_item {
    }

    .cars .car_h_item {
    }

    .cars .car_tech_params_val {
    }

    .cars .car_tech_params_item {
    }

    .cars .car_param_vals {
    }

    .cars .car_param_item {
    }

    .cars .car_param_val {
        font-size: 46px;
    }

    .cars .car_param_val_title {
        font-size: 13px;
    }


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

    .leasing .container {
    }

    .leasing .content {
    }

    .leasing .title {
        font-size: 22px;
    }

    .leasing .desc {
    }

    .leasing form {
        width: 100%;
    }

    .leasing form .form-group {
    }

    .leasing form .agree_field,
    .leasing form .agree_field a {
    }


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

    .credit .container {
    }

    .credit .content {
    }

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

    .credit .desc {
    }

    .credit form {
        width: 100%;
    }

    .credit form .form-group {
    }

    .credit form .agree_field,
    .credit form .agree_field a {
    }


    /**************************************************************************************************************/
    .contacts {
    }

    .contacts .container {
    }

    .contacts .content {
        padding: 30px 20px;
    }

    .contacts .title {
    }

    .contacts .bottom_addr {
    }

    .contacts .top_phone {
    }

    .contacts .open_hours {
    }

    .contacts .form_title {
    }

    .contacts .btn {
    }


}


/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    #cookies_popup {
        bottom: 0;
        width: 100%;
        display: grid;
        padding: 10px;
        border-radius: 10px;
    }
    #cookies_popup .text {
        max-height: 25vw;
        overflow-y: scroll;
    }
    #cookies_popup .text p {
        font-size: 12px;
        margin: 5px 0;
    }
    #cookies_popup .btn {
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }

    .title1 {
        display: none;
    }
    .title1.title_mob {
        display: block;
    }
    .banner_slider .slide4 {
        background: url(../img/slide4_mob.jpg) no-repeat;
        background-size: contain;
        background-position-y: 20px;
    }
    .car_img.car_img_st6 .slick-dots:before {
        display: none;
    }
    .car_img.car_img_st6 .slick-dots {
        max-width: 210px;
        margin-left: -100px;
    }
    .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%;
    }


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

    header {
    }

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

    header .logo_wrap {
        width: 68%;
    }

    header .logo_wrap .logo_text {
        font-size: 12px;
    }

    header .logo {
    }

    header .logo1 {
    }

    header .logo2 {
        width: 30%;
    }

    header .top_addr {
        display: none;
    }

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

    header .top_phone_wrap a {
    }

    header .top_phone {
    }

    header .menu {
        z-index: 1;
        position: relative;
    }

    header .menu .container {
    }

    header .menu a {
    }

    header .menu a:hover {
    }

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

    .header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #27509b;
        transition: all .2s linear;
    }

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

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

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

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

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

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


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

    .banner_slider .slick-slide {
        height: 290px;
    }

    .banner_slider .slide1,
    .banner_slider .slide2,
    .banner_slider .slide3 {
        background-size: 200%;
    }

    .banner_slider .slide1 {
        background-position: 90% 0;
    }

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

    .banner_slider .slide3 {
        background-position: 60% 0;
    }

    .bn_nav {
        transform: scale(0.7);
        transform-origin: 0 50%;
        bottom: unset;
        top: -65px;
    }

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

    .banner {
        background-size: 100% !important;
        background-position: 50% 105px !important;
    }

    .banner .container {
    }

    .banner .content {
    }

    .banner .title_container {
        margin-top: 280px;
    }

    .banner .title1 {
        text-align: left;
        padding-top: 10px;
        font-size: 28px;
        color: #000000 !important;
    }

    .banner .title1 span {
        font-size: inherit;
    }

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

    .banner .btn {
    }

    .banner .banner_form {

    }

    .banner form {
    }

    .banner form .form-group_wrapper {
        flex-wrap: wrap;
    }

    .banner form .form-group {
        width: 100%;
    }

    .banner form .agree_field,
    .banner form .agree_field a {
    }

    .banner .banner_form {
        margin-top: 30px;
        flex-direction: column;
    }

    .timer_wrap {
        width: 100%;
        border-radius: 50px 0 0 0;
        padding: 20px 15px 0;
    }

    .timer_title {
        text-align: center;
        font-size: 16px;
        margin-bottom: 0;
    }

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

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

    .banner_form_wrap {
        width: 100%;
        padding: 20px 15px;
        border-radius: 0 0 50px 0;
    }

    .banner .banner_form_title {
        font-size: 18px;
    }

    .banner .banner_form_title b {
        font-size: inherit;
    }


    /**************************************************************************************************************/
    .cars {
    }

    .cars .container {
    }

    .cars .content {
    }

    .cars .car_item {
        margin-top: 60px;
    }

    .cars .car_title {
    }

    .cars .car_main {
        flex-wrap: wrap;
    }

    .cars .car_gallery {
        order: 1;
        flex-direction: row;
        justify-content: space-between;
        margin: 0;
        margin-top: 15px;
    }

    .cars .car_gallery a {
    }

    .cars .car_img_block {
        flex-wrap: wrap;
        width: 100%;
    }

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

    .cars .car_img_block .car_img {
        width: 80%;
        margin: 0 auto;
    }

    .car_img .slick-dots {
        bottom: -20px;
    }

    .car_img .slick-prev {
        left: -35px;
    }

    .car_img .slick-next {
        right: -35px;
    }


    .cars .car_props {
        padding: 10px 0;
        justify-content: space-around;
    }

    .cars .car_props a {
        font-size: 13px;
        padding-left: 50px;
    }

    .cars .car_props a span {
    }

    .cars .car_props a.ico1 {
    }

    .cars .car_props a.ico2 {
    }

    .cars .car_btns {
    }

    .cars .car_btns .btn {
    }

    .cars .car_btns .btn:first-child {
    }

    .cars .car_compl {
    }

    .cars .car_type_block {
        display: flex;
        flex-direction: column;
    }

    .cars .car_types {
        display: block;
    }

    .cars .car_type {
        margin: 10px 0;
        text-align: center;
    }

    .cars .car_types_title {
        padding: 0;
        order: -1;
        padding-bottom: 10px;
    }

    .cars .car_lh {
    }

    .cars .car_lh > div {
    }

    .cars .car_lh_items {
    }

    .cars .car_lh_title {
    }

    .cars .car_params {
    }

    .cars .car_l_item {
    }

    .cars .car_h_item {
    }

    .cars .car_tech_params_val {
    }

    .cars .car_tech_params_item {
        padding: 0;
        box-shadow: none;
        flex-wrap: wrap;
        font-size: 14px;
    }

    .cars .car_param_vals {
        width: 48%;
        margin: 10px 0;
    }

    .cars .car_param_item {
    }

    .cars .car_param_val {
        font-size: 36px;
    }

    .cars .car_param_val_title {
    }


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

    .leasing .container {
    }

    .leasing .content {
        background-size: 420px auto !important;
        background-position: 100% 0 !important;
    }

    .leasing .content:hover {
        background-size: 420px auto !important;
        background-position: 100% 0 !important;
    }

    .leasing .leasing_block {
        width: 100%;
        padding: 0;
        background: none;
    }

    .leasing .title {
        font-size: 28px;
        padding-top: 335px;
    }

    .leasing .desc {
    }

    .leasing form {
        width: 100%;
        margin-top: 15px;
    }

    .leasing form .form-group {
    }

    .leasing form .agree_field,
    .leasing form .agree_field a {
    }


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

    .credit .container {
    }

    .credit .content {
        background-size: 420px auto !important;
        background-position: 0 0 !important;
    }

    .credit .content:hover {
        background-size: 420px auto !important;
        background-position: 0 0 !important;
    }

    .credit .credit_block {
        width: 100%;
        padding: 0;
        background: none;
    }

    .credit .title {
        font-size: 28px;
        padding-top: 335px;
    }

    .credit .desc {
    }

    .credit form {
        width: 100%;
        margin-top: 15px;
    }

    .credit form .form-group {
    }

    .credit form .agree_field,
    .credit form .agree_field a {
    }


    /**************************************************************************************************************/
    .contacts {
        margin-top: 60px;
    }

    .contacts .container {
    }

    .contacts .content {
        position: static;
        width: 100%;
        padding: 30px 15px;
        height: auto;
    }

    .contacts .content:after {
        display: none;
    }

    .contacts .title {
    }

    .contacts .bottom_addr {
    }

    .contacts .top_phone {
    }

    .contacts .open_hours {
    }

    .contacts .form_title {
    }

    .contacts .btn {
        width: 100%;
    }


    #map1 {
        margin-left: 0;
        width: 100%;
        max-width: none;
        height: 350px;
        background-position: 27% -60px !important;
        margin-top: 60px;
    }

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


}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 550px) {
    .banner .title_container {
        margin-top: 60%;
    }
    .banner_slider .slick-slide {
        height: 300px;
    }
    .banner .title1 {
        font-size: 20px;
        max-width: 84%;
        left: 8%;
        position: relative;
    }
}

@media (max-width: 378px) {
    .banner_slider .slide4 {
        background-size: auto 195px;
    }
    .banner .title_container {
        margin-top: 67%;
    }
    .banner_slider .slick-slide {
        height: 220px;
    }
}

@media (max-width: 360px) {
    .banner .title1 {
        font-size: 20px;
        max-width: 80%;
        left: 10%;
        position: relative;
    }
}

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