html {
    overflow-x: hidden;
}

body {
    position: relative;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background: #181b1d;
}

.fancybox-content {
    background: #181b1d !important;
}

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

* {
    box-sizing: border-box;
}

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

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

.resp_table {
    width: 100%;
}

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

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

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

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

select {
    font-family: "Montserrat", Arial, sans-serif;
    outline: none;
    background: url(../img/ico_select.html) 100% 50% no-repeat;

    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
}

a {
    text-decoration: none;
}

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

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

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

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

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

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

.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 {
    position: relative;
    overflow: hidden !important;
    box-sizing: border-box;
    width: 520px;
    max-width: 100%;
    padding: 5px 29px;
    padding-bottom: 30px;
    text-align: center;
    background: white;
}

.popup_container .agree_field {
    font-size: 12px;
    color: #ffffff;
}

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

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

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

.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] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 52px;

    /* text-transform: uppercase; */
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #939393;
    line-height: 100%;
    color: #939393;
    text-align: left;
    text-decoration: none;
    outline: none;
    background: white;
}

.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 {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100px;

    /* text-transform: uppercase; */
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #c0c6c9;
    font-size: 16px;
    color: #181b1d;
    text-align: left;
    text-decoration: none;
    outline: none;
    background: none;
    resize: none;
}

.popup_container .form-group select {
    width: 100%;
    height: 52px;
    height: 38px;
    padding-left: 10px;
    border: 1px solid #939393;
    font-size: 16px;
    font-weight: 300;
    color: #939393;
    background-color: white;
}

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

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

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

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

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

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

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

.agree_field input + span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #ffffff;
}

.agree_field input:checked + span + span {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: 6px;
    height: 6px;
    background: #ffffff;
}

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

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

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

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

form .form-group button {
    width: 100%;
    font-family: "Montserrat", Arial, sans-serif;
    outline: none;
    cursor: pointer;
}

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 {
    margin: 0;
    padding: 0;
    padding-bottom: 47px;
    font-size: 36px; /* text-transform: uppercase; */
    color: #ffffff;
    text-align: center;
}

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

.btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 280px;

    /* text-align: center; */
    height: 52px;
    padding: 0 20px;
    border: 1px solid #c78e66;
    font-size: 12px;
    font-weight: 400;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    background: #c78e66;
    transition: all .2s linear;
}

.btn span {
    display: inline-block;
    width: 100%;
    background: url(../img/btn_arrow_bl.png) 100% 50% no-repeat;
}

.btn:hover {
    border: 1px solid #ffffff;
    color: #181b1d;
    background: #ffffff;
}

.btn.grey {
    border-color: #181b1d;
    color: white;
    background-color: #181b1d;
}

.btn.grey span {
    background: url(../img/btn_arrow.png) 100% 50% no-repeat;
}

.btn.grey:hover span {
    background: url(../img/btn_arrow_wt.png) 100% 50% no-repeat;
}

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

.btn.white {
    border-color: #ffffff;
    color: #181b1d;
    background-color: #ffffff;
}

.btn.white span {
    background: url(../img/btn_arrow_bl.png) 100% 50% no-repeat;
}

.btn.white:hover {
    border: 1px solid #c78e66;
    color: white;
    background: #c78e66;
}

.btn.white span {
    background: url(../img/btn_arrow.png) 100% 50% no-repeat;
}

.btn.white:hover span {
    background: url(../img/btn_arrow_wt.png) 100% 50% no-repeat;
}

.btn.glass {
    border-color: #ffffff;
    color: #ffffff;
    background: transparent;
}

.btn.glass:hover {
    border: 1px solid #c78e66;
    color: white;
    background: #c78e66;
}

.btn.glass span {
    background: url(../img/btn_arrow.png) 100% 50% no-repeat;
}

.btn.glass:hover span {
    background: url(../img/btn_arrow_wt.png) 100% 50% no-repeat;
}

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


.header .m_btn {
    display: none;
}

header {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    background: #181b1d;
}

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

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

header .logo {
    margin-right: 25px;
    padding-right: 25px;
    border-right: 1px solid #c78e66;
}

header .logo_text {
    font-size: 14px;
}

header .top_phone {
    padding-left: 25px;
    font-weight: 700;
    color: #ffffff;
    background: url(../img/phone_top.png) 0 50% no-repeat;
}

header .btn {
    width: 260px;
}

header .header_menu .content {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #c78e66;
}

header .header_menu .cars_menu {
    display: flex;
    gap: 20px;
}

header .header_menu .site_menu {
    display: flex;
    gap: 20px;
}

header .header_menu .content .menu_item {
    position: relative;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
}

header .header_menu .content .menu_item:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -10px;
    width: calc(100% + 20px);
    height: 4px;
    opacity: 0;
    background: #c78e66;
    transition: all .1s linear;
}

header .header_menu .content .menu_item:hover:before {
    opacity: 1;
}

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


.banner {
    padding-top: 120px;
}

.banner .banner_slider {
    position: relative;
}

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

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

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

.banner .banner_slider .slide_item.slide4 {
    background: url(../img/bg4.jpg) 50% 0 no-repeat;
}
.banner .banner_slider .slide_item.slide5 {
    background: url(../img/bg5.jpg) 50% 0 no-repeat;
}

.webp .banner .banner_slider .slide_item.slide1 {
    background: url(../img/bg1.html) 50% 0 no-repeat;
}
/* .webp .banner .banner_slider .slide_item.slide2 {
    background: url(../img/bg2.webp) 50% 0 no-repeat;
} */


/* .webp .banner .banner_slider .slide_item.slide5 {
    background: url(../img/bg5.webp) 50% 0 no-repeat;
} */

/*
.webp .banner .banner_slider .slide_item.slide4 {
    background: url(../img/bg4.webp) 50% 0 no-repeat;
}
*/

.banner .banner_slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    border: none;
    font-size: 0;
    color: transparent;
    outline: none;
    background: rgba(255, 255, 255, .5);
    cursor: pointer;
}

.banner .banner_slider .slick-prev {
    left: 10%;
    background: url(../img/bn_arrow_prev.png) 50% no-repeat rgba(255, 255, 255, .5);
}

.banner .banner_slider .slick-next {
    right: 10%;
    background: url(../img/bn_arrow_next.png) 50% no-repeat rgba(255, 255, 255, .5);
}

.banner .content {
    position: relative;
    height: 832px;
}

.banner .title_container {
    position: relative;
    margin-top: 50px;
    color: #181b1d;
    text-align: center;
}

.banner .title_container .br_mob {
    display: none;
}

.banner .title1 {
    font-size: 36px;
    color: #747677;
    text-transform: uppercase;
}

.banner .title1 span {
    /* color: #747677; */
}

.banner .title2 span {
    /* color: #c78e66; */
    color: #ffffff;
}

.main_btn {
    margin-top: 15px !important;
}

.main_btn span{
    font-size: 12px !important;
    text-align: center;
    color: unset !important;
}

.banner .title2 {
    font-size: 48px;
    font-weight: 700;
    /* color: #747677; */
    color: #ffffff;
    text-transform: uppercase;
}


.banner .bn_info {
    position: absolute;
    bottom: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 25px;
    border-radius: 12px;
    color: #181b1d;
    background: #ffffff;
}

.banner .text1 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner .text1 span {
    color: #c78e66;
}

.banner .text2 {
    padding-top: 5px;
    font-weight: 500;
}

.banner .slide2 .title1 {
    color: #c78e66;
    margin: 10px 0;
}

.banner .slide2 .title2 {
    color: #c78e66;
}

.banner .slide2 .title2.wt {
    color: #ffffff;
}

.banner .slide4 .title_container {
    margin-top: 100px;
    padding: 30px 20px 66px;
    background: #FFFFFFCC;
    backdrop-filter: blur(4px);
    border-radius: 15px;
}
.banner .slide4 .title1 {
    font-size: 42px;
    font-weight: 600;
    text-transform: initial;
    color: #000000;
}
.banner .slide4 .title2 {
    margin-top: 10px;
    font-size: 42px;
    font-weight: 700;
    text-transform: initial;
    color: #000000;
}
.banner .slide4 .title2 span {
    color: #C78E66;
}

.banner_props {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    column-gap: 40px;
}
.banner_props > a {
    position: relative;
    display: flex;
    align-items: center;
}
.banner_props > a span {
    display: flex;
    align-items: center;
    min-height: 36px;
    margin-left: 1px;
    padding: 0 10px 0 52px;
    font-size: 20px;
    font-weight: 500;
    color: #181B1D;
    background: #ffffff;
    border: 1px solid #C78E66;
    border-radius: 8px;
    transition: all 0.2s linear;
}
.banner_props > a:hover span {
    color: #ffffff;
    background: #181B1D;
}
.banner_props > a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 42px;
    height: 42px;
}
.banner_props .ico1:before {
    background: url(../img/banner_props_ico1.svg) no-repeat;
}
.banner_props .ico2:before {
    background: url(../img/banner_props_ico2.svg) no-repeat;
}
.banner_props .ico3:before {
    background: url(../img/banner_props_ico3.svg) no-repeat;
}

.banner .slide4 .btn {
    position: absolute;
    bottom: -26px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.banner .slide3 .title_container {
    background: #1D2123CC;
    padding: 20px 10px;
    backdrop-filter: blur(10px);
    border-radius: 12px;
}

.banner .slide3 .title1 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
}

.banner .slide3 .title2 {
    padding-top: 10px;
    font-size: 42px;
    font-weight: 700;
    line-height: 140%;
    text-transform: none;
}

.banner .slide3 .title2 b {
    font-weight: 700;
    color: #C78E66;
}

.banner .slide3 .title2 span {
    font-size: 28px;
    line-height: normal;
    font-weight: 400;
}

.banner .slide3 .title2 font {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.banner .slide5 .title_container {
    padding: 40px;
    background: #FFFFFF80;
    color: #000000;
    backdrop-filter: blur(10px);
    border-radius: 12px;
    width: max-content;
    margin: 0 auto;
    margin-top: 50px;
}
.banner .slide5 .title1 {
    font-size: 42px;
    color: #000000;
    text-transform: none;
    font-weight: 300; 
    margin-bottom: 10px;    
}
.banner .slide5 .title1 b {
    font-weight: 700;
}
.banner .slide5 .title2 {
    font-size: 28px;
    color: #000000;
    text-transform: none;
    font-weight: 300;
    margin-bottom: 20px; 
}
.banner .btn {
    margin: 0 auto;
    width: 383px;
    text-align: start;
}
#title_form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 530px;
    margin: 20px auto 0;
}
#title_form .form-group {
    width: 49%;
}
#title_form input[type=tel] {
    color: #ffffff;
}

#title_form .btn {
    text-align: left;
}

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

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


.bn_adds {
    margin-top: 50px;
}

.bn_adds .content {
    display: flex;
    justify-content: space-between;

    gap: 15px;
}

.bn_adds .adds_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24%;
    height: 170px;
    padding: 68px 25px 28px 25px;
    border-radius: 12px;
    color: #ffffff;
    background: #1d2123;
    background-repeat: no-repeat;
    background-position: 25px 25px;
    box-shadow: 0 3px 15px 8px rgba(0, 0, 0, .1);
    transition: all .2s linear;
}

.bn_adds .adds_item:hover {
    margin: 0 30px;
    transform: scale(1.2);
}

.bn_adds .adds_item.ico1 {
    background-image: url(../img/bn_adds._ico1.png);
}

.bn_adds .adds_item.ico2 {
    background-image: url(../img/bn_adds._ico2.png);
}

.bn_adds .adds_item.ico3 {
    background-image: url(../img/bn_adds._ico3.png);
}

.bn_adds .adds_item.ico4 {
    background-image: url(../img/bn_adds._ico4.png);
}

.bn_adds .adds_item .item_title {
    font-weight: 700;
    text-transform: uppercase;
}

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

.cars_nav {
    margin-top: 80px;
}

.cars_nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 15px;
    position: relative;
}

.cars_nav a img {
    position: relative;
    z-index: 2;
}

.cars_nav a span {
    display: block;
    margin-top: -5px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.cars_nav a:before {
    content: '';
    width: 100%;
    height: 62px;
    border-radius: 12px;
    background: #1D2123;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.cars_nav a:after {
    content: '';
    width: 100%;
    height: 0;
    border-radius: 12px;
    background: #C78E66;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease-out;
    z-index: 1;
}

.cars_nav a:hover:after {
    height: 62px;
}

.cars .cars_items {
    padding-bottom: 80px;
}

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

.cars .car_title {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 15px;
}

.cars .car_name {
    font-size: 58px;
    text-transform: uppercase;
}

.cars .cars_cond {
    padding: 20px 35px;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 700;
    color: #181b1d;
    text-transform: uppercase;
    background: #ffffff;
}

.cars .cars_cond span {
    color: #c78e66;
}

.cars .car_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    padding: 45px 40px;
    border-radius: 12px;
    background: url(../img/car_bg.jpg) 100% 100% no-repeat #1d2123;
}

.cars .car-gallery {
    max-width: 122px;
}
.cars .car-gallery__item {
    padding: 5px;
}
.cars .car-gallery__item img {
    border-radius: 6px;
}
.cars .car-gallery .slick-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
}
.cars .car-gallery .slick-dots li {
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
    position: relative;
}

.cars .car-gallery .slick-dots li:before {}

.cars .car-gallery .slick-dots li button {
    display: none;
}
.cars .car-gallery .slick-dots li.slick-active {}

.cars .car-gallery .slick-dots li.slick-active:before {
    border-color: #fff;
}

.cars .param {
    position: relative;
    display: flex;
    align-items: center;
    margin: 10px 0;

    gap: 10px;
}

.progress-button {
    position: absolute;
    top: 0;
    right: 0;
}

.progress-button .circle {
    width: 106px;
    height: 106px;
    transition: all .5s linear;
    transform: rotate(90deg);
    pointer-events: none;

    fill: none;
    stroke: #c78e66;
    stroke-width: 8;
    stroke-dasharray: 308;
    stroke-dashoffset: 308;
}

.param1 .progress-button .circle {
    transition: all .6s linear;
}

.param2 .progress-button .circle {
    transition: all .7s linear;
}

.param3 .progress-button .circle {
    transition: all .8s linear;
}

.loading .progress-button .circle {
    stroke-dashoffset: 0;
}

.cars .param .tech_name {
    font-size: 12px;
    text-align: center;
    transform: rotate(180deg);

    /* transform-origin: center; */
    /* white-space: nowrap; */
    /* position: absolute; */
    /* top: 36%; */
    /* left: 0; */

    writing-mode: vertical-rl;
}

.cars .param .tech_val {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 106px;
    border: 8px solid #181b1d;
    border-radius: 50%;
    font-size: 36px;
}

.cars .car_info {
    width: 100%;
    max-width: 850px;
}

.cars .car_adds {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.cars .adds_item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 20px 25px 20px 70px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    max-height: 62px;
    color: #ffffff;
    background: #1d2123;
    box-shadow: 0 3px 15px 8px rgba(0, 0, 0, .1);
    transition: all .3s linear;
}

.cars #exlantix .adds_item.ico2 {
    padding: 20px 25px 20px 117px;
}

.cars .adds_item.ico1 {
    font-size: 28px;
    max-height: 74px;
    padding-top: 3px;
    padding-left: 90px;
}

.cars .adds_item.ico1:before {
    width: 74px;
    height: 74px;
}

.adds_item.adds_item_1.ico1 {
    padding-top: 20px;
}

.cars .adds_item_1 {
    background: #ffffff;
}

.cars .adds_item:hover {
    color: #1d2123;
}

.cars .adds_item:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #c78e66;
}

.cars .adds_item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    display: block;
    width: 150%;
    height: 100%;
    border-radius: 50px;
    background: #ffffff;
    transition: all .2s linear;
}

.cars .adds_item_1:after {
    display: none;
}

.cars .adds_item:hover:after {
    z-index: -1;
    right: 0;
}

.cars .adds_item.ico1:before {
    background: url(../img/car_ico1.png) 50% no-repeat #c78e66;
}

.cars #exlantix .adds_item.ico1:before {
    background: url(../img/car_ico3.png) 50% no-repeat #c78e66;
}

.cars .adds_item.ico2 {
    display: flex;
    align-items: center;
    margin-right: 28px;
}

.cars .adds_item.ico2:before {
    background: url(../img/car_ico2.png) 50% no-repeat #c78e66;
}



.cars .adds_item b {
    color: #c78e66;
}

.cars .adds_item span {
    position: relative;
    display: block;
    padding-right: 30px;
}

.cars .adds_item span i {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-size: 14px;
    font-style: normal;
    color: #ffffff;
    background: transparent;
    transition: all .3s linear;
}

.cars .adds_item:hover span i {
    border-color: #c78e66;
    color: #c78e66;
}

.cars .car_img_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.cars .props_item {
    display: flex;
    align-items: center;
    height: 72px;
    padding-left: 50px;
    border-bottom: 1px solid #343839;
    color: inherit;
}

.cars .props_item b {
    color: #c78e66;
}

.cars .props_item.ico1 {
    background: url(../img/car_props_ico1.png) 0 50% no-repeat;
}
.cars .props_item.ico2 {
    background: url(../img/car_props_ico2.png) 0 50% no-repeat;
}
.cars .props_item.ico3 {
    /* border: none; */
    background: url(../img/car_props_ico3.png) 0 50% no-repeat;
}
.cars .props_item.ico4 {
    background: url(../img/car_props_ico4.png) 0 50% no-repeat;
}
.cars .props_item.ico5 {
    background: url(../img/car_props_ico5.svg) 0 50% no-repeat;
}
.cars .props_item.ico6 {
    background: url(../img/car_props_ico6.svg) 0 50% no-repeat;
}
.cars .props_item.ico7 {
    background: url(../img/car_props_ico7.svg) 0 50% no-repeat;
}
.cars .props_item.ico8 {
    background: url(../img/car_props_ico8.svg) 0 50% no-repeat;
}
.cars #rx .props_item.ico2 {
    /* border: none; */
}

.cars #rx .props_item.ico3 {
    border-bottom: 1px solid #343839;
}

.cars .car_adds .car_adds_disclamer {
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px 30px;
    border-radius: 12px;
    font-size: 14px;
    color: #181b1d;
    opacity: 0;
    background: #ffffff;
    transition: all .2s linear;
    pointer-events: none;
    /* z-index: -1; */
}

.cars .car_adds .car_adds_disclamer.show {
    opacity: 1;
    /* z-index: 1; */
}

.cars .car_img img {
    left: 0;
    transition: all .2s linear;
}

.cars .car_item:hover .car_img img {
    position: relative;
    left: 10px;
}

.cars .car_btns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.cars .car_btns .btn {
    width: 32%;
}

.cars .car_btns .btn:first-child {
    position: relative;
    overflow: hidden;
}

.cars .car_btns .btn:first-child:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -100px;
    left: -40px;
    display: block;
    width: 10px;
    height: 200px;
    margin-left: 50px;
    background: #ffffff;
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, .5) 0%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, .5) 100%
    );
    transform: rotate(45deg);
    animation: movingFlare 3s ease-in-out .05s infinite;
}

@keyframes movingFlare {
    0% {
        left: -30px;
        margin-left: 0;
    }

    30% {
        left: 110%;
        margin-left: 80px;
    }

    100% {
        left: 110%;
        margin-left: 80px;
    }
}

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


#instock {
    padding: 90px 0;
    color: #181b1d;
    background: #f6f6f6;
}

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

#instock .filter_quick_menu {
    display: flex;
    justify-content: space-between;
    margin: 0;
    margin: 0 -10px;
}

#instock .filter_quick_menu .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 45px;
    display: block;
    width: 52px;
    height: 52px;
    border: 1px solid #000;
    font-size: 0;
    color: transparent;
    outline: none;
    background: #fff;
    cursor: pointer;
}
#instock .filter_quick_menu .slick-prev {
    left: -6%;
    background: url(../img/bn_arrow_prev.png) 50% no-repeat #fff;
}
#instock .filter_quick_menu .slick-next {
    right: -6%;
    background: url(../img/bn_arrow_next.png) 50% no-repeat #fff;
}

#instock .filter_quick_menu li {
    width: 23%;
    height: 52px;
    margin: 0 10px;
    margin-top: 45px;
    padding-top: 14px;
    border: 1px solid #181b1d;
    font-size: 18px;
    text-align: center;
    background: #ffffff;
    cursor: pointer;
    transition: all .1s linear;
}

#instock .filter_quick_menu li:hover,
#instock .filter_quick_menu li.active {
    border-color: #c78e66;
    color: #ffffff;
    background: #c78e66;
}

#instock .compl_items {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: center;
}

#instock .compl_items .compl_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32%;
    margin-top: 50px;
    padding: 40px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, .07);
}

#instock .compl_items .compl_img {
    /* margin: 0 -50px; */
}

#instock .compl_items .compl_model {
    padding-top: 10px;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
}

#instock .compl_items .compl_compl {
    width: 100%;
    height: 58px;
    margin: 49px 0;
    padding-top: 19px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    background: #c78e66;
}

#instock .compl_items .tech_params {
    /* display: flex; */
    /* justify-content: space-between; */
    margin-top: 20px;
}

#instock .compl_items .tech_params .param {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;

    /* margin-top: 30px; */
    padding-left: 18px;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    background: url(../img/btn_arrow.png) 0 50% no-repeat;
}

#instock .compl_items .tech_params .param:last-child {
    border: none;
}

#instock .compl_items .tech_params .param_name {
    color: #7d8082;
}

#instock .compl_items .compl_btns .btn {
    width: 100%;

    /* color: #181b1d; */
    /* border-color: #181b1d; */
    margin-top: 10px;
}

#instock .compl_items .compl_btns .btn.glass {
    border-color: #181b1d;
    color: #181b1d;
}

#instock .compl_items .compl_btns .btn.glass:hover {
    border: 1px solid #c78e66;
    color: white;
    background: #c78e66;
}

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


.testdrive {
    margin-top: 80px;
}

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

.testdrive .video_block {
    width: 100%;
    margin-bottom: 40px;
}

.testdrive .video_block video {
    width: 100%;
    height: 516px;
    border-radius: 12px;
}

.testdrive .main_block {
    margin-left: 40px;
}

.testdrive .main_block .title {
    padding-bottom: 20px;
    font-size: 22px;
    text-transform: uppercase;
}

.testdrive .main_block .desc {
    font-size: 14px;
}

.testdrive form {
    width: 100%;
    max-width: 460px;
    margin-right: 40px;
}

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

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

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

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

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

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


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

.credit {
    position: relative;
    left: -1000px;
    width: 49.5%;
    margin-top: 100px;
    padding-bottom: 80px;
    transition: all .4s linear;
}

.double_block.anim .credit {
    left: 0;
}

.credit .credit_img img {
    border-radius: 12px;
}

.credit .container {
    width: unset;
    padding: 0;
}

.credit .content {
    width: 450px;
    margin-top: 25px;
    margin-right: 50px;
    margin-left: auto;
}

.credit .title {
    padding-bottom: 15px;
    font-size: 36px;
    text-transform: uppercase;
}

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

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


.tradein {
    position: relative;
    right: -1000px;
    width: 49.5%;
    margin-top: 100px;
    padding-bottom: 80px;
    transition: all .4s linear;
}

.double_block.anim .tradein {
    right: 0;
}

.tradein .tradein_img img {
    border-radius: 12px;
}

.tradein .container {
    width: unset;
    padding: 0;
}

.tradein .content {
    width: 450px;
    margin-top: 25px;
    margin-left: 50px;
}

.tradein .title {
    padding-bottom: 15px;
    font-size: 36px;
    text-transform: uppercase;
}

.tradein .btn {
    width: 100%;
    margin-top: 15px;
}

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


.advs {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f2f2f2;
}

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

.advs .advs_img {
    width: 100%;
    margin-bottom: 40px;
}

.advs .advs_img img {
    border-radius: 12px;
}

.advs .main_block {
    width: 480px;
    margin-left: 40px;
    color: #181b1d;
}

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

.advs form {
    width: 100%;
    max-width: 460px;
    margin-right: 40px;
}

.advs form .form-group input[type="text"],
.advs form .form-group input[type="tel"] {
    border-color: #000000;
}

.advs form .agree_field a,
.advs form .agree_field {
    color: #181b1d;
}

.advs form .agree_field input + span {
    border-color: #000000;
}

.advs form .agree_field input + span + span {
    background: #000000;
}

.advs .advs_items {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.advs .advs_items .advs_item {
    width: 32%;
    height: 120px;
    padding: 60px 20px 15px 30px;
    border-radius: 12px;
    color: #181b1d;
    box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, .07);

    /* background: #fff; */
    transition: all .2s linear;
}

a.popup.advs_item:hover {
    margin: 0 20px;
    transform: scale(1.1);
}

.advs .advs_items .advs_item.ico1 {
    background: url(../img/advs_ico1.png) 30px 25px no-repeat;
    background-size: 20px;
}

.advs .advs_items .advs_item.ico2 {
    background: url(../img/advs_ico2.png) 30px 25px no-repeat;
}

.advs .advs_items .advs_item.ico3 {
    background: url(../img/advs_ico3.png) 30px 25px no-repeat;
}

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


.contacts .content {
    position: absolute;
    z-index: 1;
    top: 75px;
    padding: 30px 40px;
    border-radius: 12px;
    color: #181b1d;
    background: #ffffff;
    box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, .07);
}

.contacts .title {
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
}

.contacts .desc {
    margin-top: 20px;
    font-size: 20px;
}

.contacts .cont_info {
    margin-top: 25px;
}

.contacts .bottom_phone {
    padding: 2px 0;
    padding-left: 45px;
    font-size: 20px;
    font-weight: 600;
    color: #181b1d;
    background: url(../img/phone_bottom.png) 0 50% no-repeat;
}

.contacts .bottom_addr {
    margin-top: 20px;
    padding-left: 45px;
    font-size: 18px;
    font-weight: 400;
    color: #181b1d;
    background: url(../img/loc_bottom.png) 0 50% no-repeat;
}

.contacts .open_hours {
    margin-top: 20px;
    padding: 3px 0;
    padding-left: 45px;
    font-size: 18px;
    font-weight: 400;
    color: #181b1d;
    background: url(../img/clock.png) 0 50% no-repeat;
}

.contacts .btn {
    width: 100%;
    margin-top: 30px;
    border-color: #181b1d;
    color: #181b1d;
}

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


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

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

footer {
    padding: 20px 0;
}

.disclamer_switch {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none;
}

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

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


.car_title__newTitle {
    font-size: 58px;
    font-weight: 700;
    color: #c78e66;
    text-transform: uppercase;
}


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

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

@media (max-width: 1800px) {

    .cars .car-gallery {}
.cars .car-gallery__item {}
.cars .car-gallery__item img {}
.cars .car-gallery .slick-dots {}
.cars .car-gallery .slick-dots li {}
.cars .car-gallery .slick-dots li.slick-active {}
}

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

@media (max-width: 1280px) {
    .cars .adds_item.adds_item_1.ico1 {
        padding-top: 4px;
    }

    .cars .car-gallery {}
.cars .car-gallery__item {}
.cars .car-gallery__item img {}
.cars .car-gallery .slick-dots {}
.cars .car-gallery .slick-dots li {}
.cars .car-gallery .slick-dots li.slick-active {}
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    /*************************************************************************************************************************/
    header {
    }

    header .container {
    }

    header .content {
    }

    header .logo_wrap {
    }

    header .logo {
    }

    header .logo.logo1 {
    }

    header .logo img {
    }

    header .logo_text {
    }

    header .top_phone {
    }

    header .btn {
        width: 200px;
    }

    header .header_menu {
    }

    header .header_menu .container {
    }

    header .header_menu .content {
    }

    header .header_menu .cars_menu {
    }

    header .header_menu .site_menu {
    }

    header .header_menu .content .menu_item {
    }

    header .header_menu .cars_menu .menu_item {
    }

    header .header_menu .site_menu .menu_item {
    }

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

    .banner .banner_slider {
    }

    .banner .banner_slider .slide_item {
    }

    .banner .banner_slider .slide_item.slide1 {
    }

    .banner .banner_slider .slide_item.slide2 {
    }

    .banner .banner_slider .slide_item.slide3 {
    }

    .banner .banner_slider .slick-arrow {
    }

    .banner .banner_slider .slick-prev {
    }

    .banner .banner_slider .slick-next {
    }

    .banner .container {
    }

    .banner .content {
    }

    .banner .title_container {
    }

    .banner .title1 {
    }

    .banner .title1 b {
    }

    .banner .title2 {
        font-size: 36px;
    }

    .banner .bn_info {
    }

    .banner .info_text {
    }

    .banner .text1 {
    }

    .banner .text1 span {
    }

    .banner .text2 {
    }

    .banner .btn {
    }

    .banner .slide4 .title1 {
        font-size: 34px;
    }
    .banner .slide4 .title2 {
        margin-top: 10px;
        font-size: 32px;
    }

    .banner_props {
        column-gap: 20px;
    }
    .banner_props > a span {
        font-size: 16px;
    }

    /**************************************************************************************************************/
    .bn_adds {
    }

    .bn_adds .container {
    }

    .bn_adds .content {
    }

    .bn_adds .adds_item {
    }

    .bn_adds .adds_item.ico1 {
    }

    .bn_adds .adds_item.ico2 {
    }

    .bn_adds .adds_item.ico3 {
    }

    .bn_adds .adds_item.ico4 {
    }

    .bn_adds .adds_item .item_title {
        font-size: 14px;
    }

    .bn_adds .adds_item .item_desc {
        font-size: 13px;
    }

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


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

    .cars {
    }

    .cars .container {
    }

    .cars .content {
    }

    .cars .cars_items {
    }

    .cars .car_item {
    }

    .cars .car_title {
    }

    .cars .car_name {
    }

    .cars .cars_cond {
    }

    .cars .cars_cond span {
    }

    .cars .car_main {
    }

    .cars .car_tech_params {
    }

    .cars .param {
    }

    .cars .param.param1 {
    }

    .cars .param.param2 {
    }

    .cars .param.param3 {
    }

    .cars .param .tech_name {
    }

    .cars .param .tech_val {
    }

    .cars .car_info {
        max-width: 670px;
    }

    .cars .car_adds {
    }

    .cars .adds_item {
    }

    .cars .adds_item:before {
    }

    .cars .adds_item.ico1:before {
    }

    .cars .adds_item.ico2:before {
    }

    .cars .adds_item b {
    }

    .cars .adds_item span {
    }

    .cars .adds_item span i {
    }

    .cars .car_img_block {
    }

    .cars .car_props {
    }

    .cars .props_item {
    }

    .cars .props_item.ico1 {
    }

    .cars .props_item.ico2 {
    }

    .cars .props_item.ico3 {
    }

    .cars .car_img {
    }

    .cars .car_img img {
    }

    .cars .car_btns {
    }

    .cars .car_btns .btn {
    }

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

    /**************************************************************************************************************/
    .testdrive {
    }

    .testdrive .container {
    }

    .testdrive .content {
    }

    .testdrive .video_block {
    }

    .testdrive .video_block video {
    }

    .testdrive .main_block {
        width: 48%;
        margin: 0;
    }

    .testdrive .main_block .title {
    }

    .testdrive .main_block .desc {
    }

    .testdrive form {
        width: 48%;
        margin: 0;
    }

    .testdrive form .agree_field a,
    .testdrive form .agree_field {
    }

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

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

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

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

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

    /**************************************************************************************************************/
    .double_block {
    }

    .credit {
    }

    .credit .credit_img {
    }

    .credit .credit_img img {
    }

    .credit .container {
    }

    .credit .content {
        margin-right: 20px;
    }

    .credit .title {
    }

    .credit .desc {
    }

    .credit .btn {
    }

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

    .tradein .tradein_img {
    }

    .tradein .tradein_img img {
    }

    .tradein .container {
    }

    .tradein .content {
        margin-left: 20px;
    }

    .tradein .title {
    }

    .tradein .desc {
    }

    .tradein .btn {
    }

    /**************************************************************************************************************/
    .advs {
    }

    .advs .container {
    }

    .advs .content {
    }

    .advs .advs_img {
    }

    .advs .advs_img img {
    }

    .advs .main_block {
        width: 48%;
        margin: 0;
    }

    .advs .title {
    }

    .advs .desc {
    }

    .advs form {
        width: 48%;
        margin: 0;
    }

    .advs .advs_items {
    }

    .advs .advs_items .advs_item {
    }

    .advs .advs_items .advs_item.ico1 {
    }

    .advs .advs_items .advs_item.ico2 {
    }

    .advs .advs_items .advs_item.ico3 {
    }

    .advs .advs_items .item_desc {
    }

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

    .contacts .container {
    }

    .contacts .content {
    }

    .contacts .title {
    }

    .contacts .desc {
    }

    .contacts .cont_info {
    }

    .contacts .bottom_phone {
    }

    .contacts .bottom_addr {
    }

    .contacts .open_hours {
    }

    .contacts .btn {
    }


    /**************************************************************************************************************/
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (max-width: 991px) {
    .banner .title_container .br_mob {
        display: block;
    }
    .banner .slide4 .title_container {
        margin-top: 4vw;
        padding: 2vw;
        border-radius: 1.6vw;
    }
    .banner .slide4 .title1 {
        font-size: 3.6vw;
    }
    .banner .slide4 .title2 {
        margin-top: 1vw;
        font-size: 4vw;
    }
    .banner_props {
        margin-top: 1vw;
        column-gap: 2vw;
        flex-wrap: wrap;
        row-gap: 2vw;
    }
    .banner .slide4 .btn {
        display: none;
    }

    .cars .car-gallery {
        max-width: 100%;
        order: 1;
        margin-top: 15px;
    }
    .cars .car-gallery__item {}
    .cars .car-gallery__item img {}
    .cars .car-gallery .slick-dots {}
    .cars .car-gallery .slick-dots li:before {
    content: "";
    display: block;
    border-radius: 50%;
    border: 1px solid transparent;
    width: 11px;
    height: 11px;
    position: absolute;
    top: -5px;
    left: -5px;
}
    .cars .car-gallery .slick-dots li.slick-active {}
}
@media (min-width: 768px) and (max-width: 991px) {
    /*************************************************************************************************************************/
    header {
    }

    header .container {
    }

    header .content {
    }

    header .logo_wrap {
    }

    header .logo {
    }

    header .logo.logo1 {
    }

    header .logo img {
    }

    header .logo_text {
    }

    header .top_phone {
    }

    header .btn {
        display: none;
    }

    header .header_menu {
    }

    header .header_menu .container {
    }

    header .header_menu .content {
    }

    header .header_menu .cars_menu {
        gap: 15px;
    }

    header .header_menu .site_menu {
        gap: 15px;
    }

    header .header_menu .content .menu_item {
    }

    header .header_menu .cars_menu .menu_item {
    }

    header .header_menu .site_menu .menu_item {
    }

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

    .banner .banner_slider {
    }

    .banner .banner_slider .slide_item {
    }

    .banner .banner_slider .slide_item.slide1 {
    }

    .banner .banner_slider .slide_item.slide2 {
    }

    .banner .banner_slider .slide_item.slide3 {
    }

    .banner .banner_slider .slick-arrow {
    }

    .banner .banner_slider .slick-prev {
    }

    .banner .banner_slider .slick-next {
    }

    .banner .container {
    }

    .banner .content {
    }

    .banner .title_container {
    }

    .banner .title1 {
    }

    .banner .title1 b {
    }

    .banner .title2 {
    }

    .banner .bn_info {
    }

    .banner .info_text {
    }

    .banner .text1 {
    }

    .banner .text1 span {
    }

    .banner .text2 {
    }

    .banner .btn {
    }

    /**************************************************************************************************************/
    .bn_adds {
    }

    .bn_adds .container {
    }

    .bn_adds .content {
    }

    .bn_adds .adds_item {
    }

    .bn_adds .adds_item.ico1 {
    }

    .bn_adds .adds_item.ico2 {
    }

    .bn_adds .adds_item.ico3 {
    }

    .bn_adds .adds_item.ico4 {
    }

    .bn_adds .adds_item .item_title {
    }

    .bn_adds .adds_item .item_desc {
    }

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

    .cars_nav {
        padding-bottom: 30px !important;
    }

    .cars_nav .swiper-scrollbar {
        bottom: 0 !important;
    }

    .cars_nav .swiper-scrollbar-drag {
        background: #c78e66;
    }


    .cars {
    }

    .cars .container {
    }

    .cars .content {
    }

    .cars .cars_items {
    }

    .cars .car_item {
    }

    .cars .car_title {
    }

    .cars .car_name {
    }

    .cars .cars_cond {
    }

    .cars .cars_cond span {
    }

    .cars .car_main {
    }

    .cars .car_tech_params {
    }

    .cars .param {
    }

    .cars .param.param1 {
    }

    .cars .param.param2 {
    }

    .cars .param.param3 {
    }

    .cars .param .tech_name {
    }

    .cars .param .tech_val {
    }

    .cars .car_info {
    }

    .cars .car_adds {
    }

    .cars .adds_item {
    }

    .cars .adds_item:before {
    }

    .cars .adds_item.ico1:before {
    }

    .cars .adds_item.ico2:before {
    }

    .cars .adds_item b {
    }

    .cars .adds_item span {
    }

    .cars .adds_item span i {
    }

    .cars .car_img_block {
    }

    .cars .car_props {
    }

    .cars .props_item {
    }

    .cars .props_item.ico1 {
    }

    .cars .props_item.ico2 {
    }

    .cars .props_item.ico3 {
    }

    .cars .car_img {
    }

    .cars .car_img img {
    }

    .cars .car_btns {
    }

    .cars .car_btns .btn {
    }

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

    /**************************************************************************************************************/
    #instock .compl_items {
        justify-content: space-between;

        gap: unset;
    }

    #instock .compl_items .compl_item {
        width: 49%;
    }

    /**************************************************************************************************************/
    .testdrive {
    }

    .testdrive .container {
    }

    .testdrive .content {
    }

    .testdrive .video_block {
    }

    .testdrive .video_block video {
    }

    .testdrive .main_block {
    }

    .testdrive .main_block .title {
    }

    .testdrive .main_block .desc {
    }

    .testdrive form {
    }

    .testdrive form .agree_field a,
    .testdrive form .agree_field {
    }

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

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

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

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

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

    /**************************************************************************************************************/
    .double_block {
    }

    .credit {
    }

    .credit .credit_img {
    }

    .credit .credit_img img {
    }

    .credit .container {
    }

    .credit .content {
    }

    .credit .title {
    }

    .credit .desc {
    }

    .credit .btn {
    }

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

    .tradein .tradein_img {
    }

    .tradein .tradein_img img {
    }

    .tradein .container {
    }

    .tradein .content {
    }

    .tradein .title {
    }

    .tradein .desc {
    }

    .tradein .btn {
    }

    /**************************************************************************************************************/
    .advs {
    }

    .advs .container {
    }

    .advs .content {
    }

    .advs .advs_img {
    }

    .advs .advs_img img {
    }

    .advs .main_block {
    }

    .advs .title {
    }

    .advs .desc {
    }

    .advs form {
    }

    .advs .advs_items {
    }

    .advs .advs_items .advs_item {
    }

    .advs .advs_items .advs_item.ico1 {
    }

    .advs .advs_items .advs_item.ico2 {
    }

    .advs .advs_items .advs_item.ico3 {
    }

    .advs .advs_items .item_desc {
    }

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

    .contacts .container {
    }

    .contacts .content {
    }

    .contacts .title {
    }

    .contacts .desc {
    }

    .contacts .cont_info {
    }

    .contacts .bottom_phone {
    }

    .contacts .bottom_addr {
    }

    .contacts .open_hours {
    }

    .contacts .btn {
    }


    /**************************************************************************************************************/
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .cars .adds_item.adds_item_1.ico1 {
        padding-top: 4px;
        min-height: 74px;
    }

    .fancybox-type-image {
        left: 0 !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .fancybox-close {
        top: 9px !important;
        right: 9px !important;
    }

    .fancybox-inner {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .fancybox-wrap {
        top: 20px !important;
        left: 0 !important;
        width: 100% !important;
        margin: 0 !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%;
        height: 46px;
    }

    .header {
        flex-wrap: wrap;
    }

    .header .logo {
        /* width: 100%; */
        /* display: flex; */
        /* justify-content: space-between; */
        /* align-items: center; */
    }

    .header .logo .logo_text {
        padding-left: 0;
        font-size: 14px;
    }

    .header .top_addr {
        display: none;
    }

    .header .top_phone {
        /*display: none;*/
        margin-top: 10px;
    }

    .header .btn {
        display: none;
        order: 1;
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
        background-color: #c78e66;
    }

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

    .header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #181b1d;
        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) {
        top: -1px;
        transform: rotate(-45deg);
        transform-origin: top right;
    }

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

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

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

    header {
    }

    header .container {
    }

    header .content {
    }

    header .logo_wrap {
    }

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

    header .logo.logo1 {
    }

    header .logo img {
    }

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

    header .top_phone {
    }

    header .btn {
    }

    header .header_menu {
        display: none;
    }

    header .header_menu .container {
    }

    header .header_menu .content {
    }

    header .header_menu .cars_menu {
    }

    header .header_menu .site_menu {
    }

    header .header_menu .content .menu_item {
    }

    header .header_menu .cars_menu .menu_item {
    }

    header .header_menu .site_menu .menu_item {
    }

    /**************************************************************************************************************/
    .banner {
        padding-top: 85px;
    }

    .banner .banner_slider {
    }

    .banner .banner_slider .slide_item {
        padding-top: 240px;
        padding-bottom: 5px;
        background-position: 50% 0 !important;
        background-size: 480px auto !important;
    }

    .banner .banner_slider .slide_item.slide1 {
    }

    .banner .banner_slider .slide_item.slide2 {
    }

    .banner .slide3 .title2 {
        font-size: 24px;
    }


    .banner .slide3 .title2 span {
        font-size: 18px;
    }

    .banner .slide4 .title_container {
        margin-top: 0;
        border-radius: 0;
        backdrop-filter: none;
    }
    .banner .slide4 .title1 {
        font-size: 4vw;
        color: #ffffff;
    }
    .banner .slide4 .title2 {
        font-size: 5vw;
        color: #ffffff;
    }
    .banner_props {
        margin-top: 3vw;
        row-gap: 4vw;
    }
    .banner_props > a span {
        min-height: 5vw;
        padding: 0 2vw 0vw 8vw;
        font-size: 2.8vw;
        border-radius: 1vw;
    }
    .banner_props > a:before {
        width: 7vw;
        height: 7vw;
        background-size: contain !important;
    }

    .banner .banner_slider .slick-arrow {
        top: 75px;  
        transform: scale(.8);
    }

    .banner .banner_slider .slick-prev {
        left: 0;
    }

    .banner .banner_slider .slick-next {
        right: 0;
    }

    .banner .container {
    }

    .banner .content {
        height: auto;
    }

    .banner .title_container {
        padding: 0 !important;
        color: #ffffff;
        background: none !important;
        margin: 0;
    }

    .banner .slide5 .title_container {
        margin-top: 15px;
        color: #ffffff;
        width: 100%;
    }
    .banner .slide5 .title1 {
        font-size: 24px;
        color: #ffffff;
    }
    .banner .slide5 .title1 b {
        color: #c78e66;
    }
    .banner .slide5 .title2 {
        color: #ffffff;
        font-size: 20px;
    }

    .banner .title1 {
        font-size: 24px;
    }

    .banner .title1 b {
    }

    .banner .title2 {
        /*padding-top: 15px;*/
        font-size: 20px;
    }

    .banner .banner_slider .slide_item.slide4 {
        background: url(../img/bg4_mob.html) 50% 0 no-repeat;
    }

    .better_offer {
        position: relative;
        top: 5px;
    }

    #title_form {
        width: 100%;
    }

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

    #title_form .btn {
        margin-top: 0;
    }

    #title_form .agree_field {
        font-size: 10px;
        text-align: left;
    }

    .banner .bn_info {
        position: static;
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .banner .info_text {
    }

    .banner .text1 {
        font-size: 18px;
        text-align: center;
    }

    .banner .text1 span {
    }

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

    .banner .btn {
        margin-top: 15px;
        width: 100%;
    }

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

    .cars_nav {
        padding-bottom: 20px !important;
        margin-top: 40px;
    }

    .cars_nav a span {
        font-size: 5.5vw;
    }

    .cars_nav .swiper-scrollbar {
        bottom: 0 !important;
    }

    .cars_nav .swiper-scrollbar-drag {
        background: #c78e66;
    }

    .bn_adds {
        display: none;
    }

    .bn_adds .container {
    }

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

    .bn_adds .adds_item {
        width: 100%;
        height: auto;
        margin-top: 15px;
    }

    .bn_adds .adds_item.ico1 {
    }

    .bn_adds .adds_item.ico2 {
    }

    .bn_adds .adds_item.ico3 {
    }

    .bn_adds .adds_item.ico4 {
    }

    .bn_adds .adds_item .item_title {
        padding-bottom: 10px;
    }

    .bn_adds .adds_item .item_desc {
    }

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

    .cars .container {
    }

    .cars .content {
    }

    .cars .cars_items {
    }

    .cars .car_item {
    }

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

    .cars .car_name {
        font-size: 28px;
    }

    .cars .cars_cond {
        padding: 8px 30px;
        font-size: 16px;
    }

    .cars .cars_cond span {
    }

    .cars .car_main {
        margin-top: 0;
        padding: 0;
        background: none;
        box-shadow: none;
    }

    .cars .car_tech_params {
        display: none;
    }

    .cars .param {
    }

    .cars .param.param1 {
    }

    .cars .param.param2 {
    }

    .cars .param.param3 {
    }

    .cars .param .tech_name {
    }

    .cars .param .tech_val {
    }

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

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

    .cars .adds_item {
        width: 100%;
        margin-top: 15px;
        padding: 0;
        padding-left: 15vw;
        font-size: 5vw;
        color: #ffffff;
        background: transparent;
        box-shadow: none;
        overflow: visible;
    }

    .cars .adds_item.ico1 {
        font-size: 5.5vw;
        padding: 0;
        padding-left: 15vw;
    }

.cars .adds_item:after {
    right: 120%;
}

    .cars .adds_item.ico2 {
        /*display: none;*/
        padding-top: 0;
    }

    .cars .adds_item:before {
    width: 38px;
    height: 38px;
    top: calc(50% - 19px);
    }

    .cars .adds_item.ico1:before {width: 38px;height: 38px;background-size: 60%;top: calc(50% - 19px);}

    .cars .adds_item.ico2:before {
    background-size: 60%;
    }

    .cars #exlantix .adds_item.ico2 {
        padding: 0 0 0 58px; 
    }
    
    .cars #exlantix .adds_item.ico1:before {
        background-size: 50%;
    }

    .cars .adds_item b {
    }

    .cars .adds_item span {
        padding-right: 0;
    }

    .cars .adds_item span i {
    }

    .cars .car_img_block {
        flex-direction: column-reverse;
        order: -1;
        margin-top: 10px;
    }

    .cars .car_props {
        width: 100%;
    }

    .cars .props_item {
        height: 12vw;
        font-size: 3.6vw;
        background-size: 5.5vw !important;
        padding-left: 10vw;
    }

    .cars .props_item.ico1 font {
        display: none;
    }

    .cars .props_item.ico2 {
    }

    .cars .props_item.ico3 {
    }

    .cars .car_img {
        order: -1;
        margin-top: 25px;
    }

    .cars .car_img img {
    }

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

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

    .cars .car_btns .btn:first-child {
        margin: 0;
    }


    .cars .car-gallery {}
.cars .car-gallery__item {}
.cars .car-gallery__item img {}
.cars .car-gallery .slick-dots {}
.cars .car-gallery .slick-dots li {}
.cars .car-gallery .slick-dots li.slick-active {}

    /**************************************************************************************************************/
    #instock {
        padding: 60px 0;
    }

    #instock .container {
    }

    #instock .instock_title {
        font-size: 24px;
        padding-bottom: 25px;
    }

    #instock .filter_quick_menu {
        flex-wrap: wrap;
        gap: 4vw;
    }

    #instock .filter_quick_menu .slick-arrow {
        transform: scale(.5);
        top: 28%;
    }
    #instock .filter_quick_menu .slick-prev {
        left: -3%;
    }
    #instock .filter_quick_menu .slick-next {
        right: -3%;
    }

    #instock .filter_quick_menu li {
        width: 47.4%;
        margin-top: 20px;
        font-size: 14px;
        margin: 0;
    }

    #instock .filter_quick_menu span {
    }

    #instock .compl_items {
    }

    #instock .compl_items .compl_item {
        width: 100%;
        padding: 40px 15px;
    }

    #instock .compl_items .compl_img {
        margin: 0;
    }

    #instock .compl_items .compl_img img {
    }

    #instock .compl_items .compl_model {
    }

    #instock .compl_items .compl_compl {
    }

    #instock .compl_items .tech_params {
    }

    #instock .compl_items .tech_params .param {
    }

    #instock .compl_items .tech_params .param_name {
    }

    #instock .compl_items .tech_params .param_val {
    }

    #instock .compl_items .tech_params .param_val b {
    }

    #instock .compl_items .compl_btns {
    }

    #instock .compl_items .compl_btns .btn {
    }

    /**************************************************************************************************************/
    .testdrive {
        margin-top: 50px;
    }

    .testdrive .container {
    }

    .testdrive .content {
    }

    .testdrive .video_block {
        margin-bottom: 20px;
    }

    .testdrive .video_block video {
        height: auto;
    }

    .testdrive .main_block {
        margin: 0;
    }

    .testdrive .main_block .title {
        font-size: 18px;
        text-align: center;
    }

    .testdrive .main_block .desc {
        text-align: center;
    }

    .testdrive .main_block .desc br {
        display: none;
    }

    .testdrive form {
        max-width: 100%;
        margin: 0;
        margin-top: 20px;
    }

    .testdrive form .agree_field a,
    .testdrive form .agree_field {
    }

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

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

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

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

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

    /**************************************************************************************************************/
    .double_block {
        flex-wrap: wrap;
    }

    .credit {
        width: 100%;
        margin-top: 50px;
        padding-bottom: 0;
    }

    .credit .credit_img {
        padding: 0 15px;
    }

    .credit .credit_img img {
    }

    .credit .container {
        width: 100%;
        padding: 0 15px;
    }

    .credit .content {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }

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

    .credit .desc {
        text-align: center;
    }

    .credit .btn {
    }

    /****************************************************************************************************/
    .tradein {
        width: 100%;
        margin-top: 50px;
        padding-bottom: 50px;
    }

    .tradein .tradein_img {
        padding: 0 15px;
    }

    .tradein .tradein_img img {
    }

    .tradein .container {
        width: 100%;
        padding: 0 15px;
    }

    .tradein .content {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }

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

    .tradein .desc {
        text-align: center;
    }

    .tradein .btn {
    }

    /**************************************************************************************************************/
    .advs {
    }

    .advs .container {
    }

    .advs .content {
    }

    .advs .advs_img {
        margin-bottom: 20px;
    }

    .advs .advs_img img {
    }

    .advs .main_block {
        width: 100%;
        margin: 0;
    }

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

    .advs .desc {
    }

    .advs form {
        max-width: 100%;
        margin: 20px 0 0 0;
    }

    .advs .advs_items {
        flex-wrap: wrap;
    }

    .advs .advs_items .advs_item {
        width: 100%;
        height: auto;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .advs .advs_items .advs_item.ico1 {
    }

    .advs .advs_items .advs_item.ico2 {
    }

    .advs .advs_items .advs_item.ico3 {
    }

    .advs .advs_items .item_desc {
    }

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

    .contacts .container {
    }

    .contacts .content {
        position: static;
        padding: 20px 0;
        color: #ffffff;
        background: none;
        box-shadow: none;
    }

    .contacts .title {
    }

    .contacts .desc {
    }

    .contacts .cont_info {
    }

    .contacts .bottom_phone {
        color: #ffffff;
    }

    .contacts .bottom_addr {
        color: #ffffff;
    }

    .contacts .open_hours {
        color: #ffffff;
    }

    .contacts .btn {
        border-color: #ffffff;
        color: #ffffff;
    }

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

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

    .car_title__newTitle {
        font-size: 28px;
        font-weight: 400;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 388px) {
    .banner .slide4 .title1 {
        font-size: 5vw;
    }
    .banner .slide4 .title2 {
        font-size: 6vw;
    }
}

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

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

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

