body {
    font-family: "NeoSansPro", Arial, sans-serif;
    font-size: 16px;
    color: black;
    position: relative;
    font-weight: 400;
    padding: 0px;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.WebDMSTestdriveWidget {
    border: 0;
    overflow: hidden;
    margin: 20px auto 50px;
    max-width: 1200px;
}

.WebDMSTestdriveWidget iframe {
    border: 0;
    min-height: max(900px, 100vh);
}

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

a {
    text-decoration: none;
}

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

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

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

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

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

input[type="text"],
input[type="tel"] {
    color: #939393;
    font-family: "NeoSansPro", 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, 0.075), 0 0 6px #eba5a3;
}

#form_popup,
#form_popup2 {
    display: none;
}

.popup_container {
    width: 520px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden !important;
    position: relative;
    box-sizing: border-box;
    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: 19px;
}

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

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

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

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

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

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

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

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

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

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

.agree_field {
    font-size: 14px;
    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: 48px;
    width: 100%;
    color: #000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 300;
    text-align: left;
    border: 1px solid #6c7275;
    padding: 0px 20px;
    outline: none;
    background: #fff;
}

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

form .form-group button {
    width: 100%;
    cursor: pointer;
    outline: none;
    font-family: "NeoSansPro", 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: #0067b2;
    color: white;
    text-align: center;
    height: 48px;
    width: 260px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #0067b2;
    position: relative;
    text-decoration: none;
    transition: all 0.2s linear;
    position: relative;
    z-index: 1;
}

.btn:before {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s linear;
}

.btn span {
    display: inline-block;
    width: 100%;
    z-index: 1;
    position: relative;
}

.btn:hover:before {
    width: 100%;
}

.btn:hover {
    border-color: #000;
}

.btn.glass {
    background: transparent;
    border-color: #6c7275;
    color: #000;
}

.btn.glass:hover {
    color: #fff;
}

.btn.white {
    background: #ffffff;
    color: #000;
    border: none;
}

.btn.white:hover {
    color: #ffffff;
}

.btn.black {
    background: #000;
    color: #fff;
}

.btn.black:hover {
    color: #000;
}

.btn.black:before {
    background: #fff;
}

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

header {
    background: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}

header .container {
}

header .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #cbd5dc;
}

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

header .logo {
}

header .logo.logo1 {
    width: 240px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #cbd5dc;
}

header .logo_text {
    font-size: 12px;
    text-align: center;
    padding-bottom: 3px;
    color: #595757;
}

header .top_addr {
}

header .top_phone {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

header .btn {
}

header .menu {
    padding: 15px 0;
    position: relative;
}

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

header .menu .menu_items {
}

header .menu .menu_items.menu_1 {
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    z-index: 1;
    padding: 20px;
    top: 21px;
    justify-content: center;
    gap: 10px;
}

header .menu .menu_items.menu_2 {
    display: flex;
    width: 100%;
    gap: 22px;
    justify-content: space-between;
}

header .menu .menu_items a {
    cursor: pointer;
    text-transform: uppercase;
    color: #000;
    /* margin-left: 22px; */
    position: relative;
    padding-bottom: 2px;
}

header .menu .menu_items a:hover {
    color: #0067b2;
}

header .menu .menu_items a:before {
    content: "";
    display: block;
    width: 0%;
    height: 3px;
    background: #0067b2;
    /* margin: 0 auto; */
    position: absolute;
    left: 10%;
    /* right: 0; */
    top: 100%;
    transition: all 0.2s linear;
}

header .menu .menu_items a:hover:before {
    width: 80%;
}

header .menu .menu_items.menu_1 a:first-child {
    margin-left: 0;
}

#model_row {
    display: none;
}

#model_row.active {
    display: flex;
}

.header .m_btn {
    display: none;
}

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

.banner_slider .erid {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.banner_slider .slick-slide {
    position: relative;
}

.banner_slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    display: block;
    width: 18px;
    height: 32px;
    font-size: 0;
    color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

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

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

.banner_slider {
    margin-top: 132px;
}

.banner {
    min-height: 690px !important;
}

.banner.slide0 {
    background: url(../img/bg0.jpg) 50% 0px no-repeat;
}

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

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

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

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

.webp .banner.slide2 {
    background: url(../img/bg2.webp) 50% -130px no-repeat;
}

.banner .title_container {
    background: linear-gradient(
            181.95deg,
            #ffffff 3.99%,
            rgba(255, 255, 255, 0) 113.05%
    );
    padding-top: 20px;
    padding-bottom: 20px;
}

.banner.slide1 .title_container {
    position: relative;
    margin-top: 35px;
    background: linear-gradient(269.99deg, rgba(255, 255, 255, 0) 0.03%, #FFFFFF 37.35%, #FFFFFF 65.8%, rgba(255, 255, 255, 0) 99.94%);
    backdrop-filter: blur(2px);
}
.banner.slide1 .title_container:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    width: 207px;
    height: 207px;
    background: url(../img/banner_plashka.png) no-repeat;
    transform: translateX(204%);
}

.banner .container {
}

.banner.slide1 .content {
    /* margin-top: 24px; */
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.banner .content {
}

.banner .title {
    font-size: 40px;
    text-transform: uppercase;
}

.banner .title .tetxt-blue {
    color: #0067b2;
    font-weight: 700;
}

.banner .title b {
}

.banner .title2 {
    font-size: 40px;
    text-transform: uppercase;
    padding-top: 40px;
}

.banner .title2 b {
}

.banner .title2_2 {
    font-size: 62px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 40px;
}

.banner .title2_2 b {
}

.banner .title2_3 {
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.banner .title2_3 b {
}

.banner.slide3 .content {
    /* color: #fff; */
}

.banner.slide3 .title b {
    color: #0067b2;
}

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

.banner.slide1 .banner_profit_block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_props div {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 60px;
    font-size: 40px;
}

.banner_props div:before {
    position: absolute;
    content: "";
    left: 0;
    width: 43px;
    height: 43px;
    border-radius: 50px;
}

.banner_props .banner_props_ico1:before {
    background: url(../img/banner_props_ico1.png) 50% 50% no-repeat #0067b2;
}

.banner_props .banner_props_ico2:before {
    background: url(../img/banner_props_ico2.png) 50% 50% no-repeat #0067b2;
}

.banner_props .banner_props_ico3:before {
    background: url(../img/banner_props_ico3.png) 50% 50% no-repeat #0067b2;
}

.banner_props b {
    display: contents;
}

.banner .date_title {
    font-size: 26px;
}

.banner .banner_profit_block_atlasNew {
    max-width: 530px;
}

.banner_profit_block_atlasNew a {
    font-size: 16px;
}

.btn__atlasNew {
    background-color: white;
    color: black;
    border-color: white;
}

.btn__atlasNew:hover {
    color: white;
    border-color: black;
}

.banner .banner_profit_block .item {
    padding-left: 75px;
    color: #000;
    font-size: 40px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 5px;
}

.banner .banner_profit_block .item:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    background-color: #0067b2;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.banner .banner_profit_block .item.ico1:before {
    background-image: url(../img/banner_profit_ico1.png);
    background-position: 50%;
    background-repeat: no-repeat;
}

.banner .banner_profit_block .item.ico2:before {
    background-image: url(../img/banner_profit_ico2.png);
    background-position: 50%;
    background-repeat: no-repeat;
}

.banner .banner_profit_block .item.ico3:before {
    /* background-image: url(../img/banner_profit_ico3.png); */
    background-image: url("../img/car_ico2.webp");
    background-position: 50%;
    background-repeat: no-repeat;
}

.banner .banner_profit_block .item span {
}

.banner .banner_profit_block .item b {
    font-size: 26px;
}

.banner .banner_profit_block .spec_offer {
    display: flex;
    align-items: center;
    width: 439px;
    height: 73px;
    background: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    font-size: 14px;
    column-gap: 12px;
    border-radius: 100px;
    color: #000000;
    margin-right: -45px;
    line-height: 150%;
}

.banner .banner_profit_block .spec_offer_img {
    width: 150px;
    height: 57px;
    box-shadow: 0px 1px 23px 0px #0067b233 inset;
    background: rgba(255, 255, 255, 0.6);
    position: relative;
    border-radius: 100px;
}

.banner .banner_profit_block .spec_offer_img img {
    position: absolute;
    top: 7px;
    left: -30px;
}

.banner .banner_credit {
    color: #000;
    font-size: 20px;
    display: block;
    background: #fff;
    position: absolute;
    top: 85px;
    right: 0;
    text-align: center;
    padding: 30px 15px 15px 15px;
}

.banner .banner_credit:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    left: calc(50% - 25px);
    background: url(../img/banner_cred_ico1.png) 50% no-repeat #0067b2;
}

.banner .banner_credit span {
}

.banner .banner_credit b {
    font-size: 30px;
    color: #0067b2;
}

.banner .btn {
    margin-top: 12px;
    margin-bottom: -40px;
}

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

.timer_block {
    /* margin-top: 425px; */
    background: #cbd5dc;
    padding: 30px 0;
}

.timer_block .container {
}

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

.timer_block .timer {
    width: 100%;
    max-width: 460px;
}

.timer_block .timer_title {
    font-size: 26px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.timer_block div[id^="timer"] {
    text-align: left !important;
}

.timer_block span[id^="timer"] {
    text-align: center !important;
}

.timer_block .timer_form {
    width: 100%;
    max-width: 460px;
}

.timer_block .timer_form form {
}

.timer_block .timer_form form .form-group_wrapper {
}

.timer_block .timer_form form .form-group {
}

.timer_block .timer_form form .form-group input[type="text"],
.timer_block .timer_form form .form-group input[type="tel"] {
    background: transparent;
}

.timer_block .timer_form form .agree_field,
.timer_block .timer_form form .agree_field a {
}

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

.advantages {
    padding-top: 90px;
}

.advantages .container {
}

.advantages .title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}

.advantages .content {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}

.advantages .adv_item {
    width: 24%;
    border: 1px solid #e5edf3;
    padding: 15px;
    color: #000;
    transition: all 0.2s linear;
}

.advantages .adv_item:hover {
    box-shadow: 7px 7px 10px 5px rgba(0, 0, 0, 0.1);
}

.advantages .adv_item.ico1 {
}

.advantages .adv_item.ico2 {
}

.advantages .adv_item.ico3 {
}

.advantages .adv_item.ico4 {
}

.advantages .adv_item .adv_num {
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.advantages .adv_item .adv_item_title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 15px;
}

.advantages .adv_item .adv_item_text {
    padding-top: 10px;
}

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

.cars {
    margin-top: 90px;
}

.cars .container {
}

.cars .title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}

.cars .content {
}

.cars .car_item {
    margin-top: 80px;
    position: relative;
    z-index: 1;
    padding-bottom: 35px;
    transition: all 0.2s linear;
    top: 0;
}

.cars .car_item#belgee_x50 .slick-dots,
.cars .car_item#belgee_x70_new .slick-dots,
.cars .car_item#belgee_s50 .slick-dots {
    display: none;
}

.cars .car_item#atlas_pro {
    margin-top: 30px;
}

.cars .car_item.anim {
    top: 500px;
}

.cars .car_item:before {
    content: "";
    display: block;
    width: 100%;
    height: 310px;
    background: #cbd5dc;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    box-shadow: 0 12px 8px 4px rgba(0, 0, 0, 0.1);
}

.cars .car_name {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.cars #belgee_x50 .car_name,
.cars #belgee_x70 .car_name {
    margin-left: 108px;
}

.cars .car_name span {
    color: #0067b2;
}

.cars .car_name span {
}

.cars .awards {
    position: absolute;
    top: -20px;
    left: 0;
}

.cars .img_block {
    width: 100%;
    max-width: 540px;
}

.cars #belgee_x50 .img_block {
    /*padding-top: 30px;*/
}

.cars .car_slider {
    margin-left: -100px;
}

.cars #new_atlas_pro .car_img {
    position: relative;
    top: 42px;
    display: flex;
    align-items: center;
}

.cars #new_atlas_pro .car_img img {
    display: block;
    padding-bottom: 42px;
}

.cars #okavango .car_img {
    position: relative;
    top: 42px;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.cars .car_slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
}

.cars .car_slider .slick-dots li {
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 7px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
}

.cars .car_slider .slick-dots li.slick-active:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    background: transparent;
    border: 1px solid #000;
    top: -6px;
    left: -6px;
}

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

.cars #belgee_x50 .car_img,
.cars #belgee_x70 .car_img {
    margin-top: 20px;
}

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

.cars .info_block {
    width: 100%;
    max-width: 540px;
    padding-right: 20px;
}

.cars #belgee_x50_ .info_block {
    position: relative;
    padding-top: 58px;
}

.cars .car_new {
    position: absolute;
    top: 10px;
    right: 0;
    width: fit-content;
    background: #000000;
    padding: 4px 10px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.cars #belgee_x50_ .car_compl_btn {
    top: -36px;
}

.cars .car_cred_item {
    color: #000;
    font-weight: 300;
    font-size: 30px;
    position: absolute;
    top: 70px;
    right: 0;
}

.cars .car_cred_item b {
    color: #0067b2;
}

.cars .car_cred_item.ico1 {
}

.cars .car_cred_item.start {
}

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

.cars .car_profit_item {
    color: #000;
    padding-left: 65px;
    width: 47%;
    position: relative;
    margin-top: 40px;
}

.cars .car_profit_item span {
}

.cars .car_profit_item b {
}

.cars .car_profit_item:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0067b2;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    box-shadow: 0px 2px 5px 2px rgb(0 0 0 / 25%);
    transition: all 0.1s linear;
}

.cars .car_profit_item:hover:before {
    width: 44px;
    height: 44px;
    left: 3px;
    top: calc(50% - 22px);
    box-shadow: none;
}

.cars .car_profit_item.ico1:before {
    background-image: url(../img/car_ico1.png);
}

.cars .car_profit_item.ico2:before {
    background-image: url(../img/car_ico2.webp);
}

.cars .car_profit_item.ico3:before {
    background-image: url(../img/car_ico3.png);
}

.cars .car_profit_item.ico4:before {
    background-image: url(../img/car_ico4.png);
}

.cars .car_profit_item.ico5:before {
    background-image: url(../img/car_ico5.png);
}

.cars .car_profit_item.ico6:before {
    background-image: url(../img/car_ico6.png);
}

.cars .car_profit_item.ico7:before {
    background-image: url(../img/car_ico7.png);
}

.cars .car_profit_item.ico8:before {
    background-image: url(../img/car_ico8.png);
}

.cars .car_compl_btn {
    position: absolute;
    top: 10px;
    right: 0;
    color: #000;
    padding-right: 25px;
    background: url(../img/compl_arrow.png) 100% 70% no-repeat;
    transition: all 0.2s linear;
}

.cars .car_compl_btn:hover {
    padding-right: 15px;
}

.cars .car_btns {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding-top: 30px;
}

/*.cars #monjaro .car_btns {
    padding-top: 65px;
}*/

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

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

.cars_menu {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cars_menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s linear;
}

.cars_menu a:hover {
    opacity: 0.5;
}

.cars_menu a span {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 12px;
}

.swiper.mySwiperCarsMenu {
    padding-bottom: 36px;
}

.swiper.mySwiperCarsMenu .swiper-pagination-bullet {
    background: #000;
}

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

.instock {
    margin-top: 90px;
    transition: all 0.2s linear;
    top: 0;
    position: relative; /* overflow-x: hidden; */
}

.instock.anim {
    top: 500px;
}

.instock .container {
    /* width: 100%; */ /* padding: 0 112px; */
}

.instock .content {
}

.instock_title {
    font-size: 48px;
    font-weight: 400;
    padding-bottom: 36px;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    width: 100%;
}

.filter {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 19px;
}

.filter .item {
    width: 33%;
}

.filter .item select {
    color: #000;
    border: 1px solid #000000;
    background: url(../img/ico_select.svg) right 20px center no-repeat;
}

.complects_slide {
    width: 100%;
    left: 0;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    row-gap: 20px;
}

.complects_slide .slick-prev,
.complects_slide .slick-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    font-size: 0;
    border-radius: 50px;
    background: url(../img/ico_select.svg) 50% 50% no-repeat transparent;
    border: 1px solid #000;
}

.complects_slide .slick-prev {
    left: -70px;
    transform: rotate(90deg);
}

.complects_slide .slick-next {
    right: -70px;
    transform: rotate(-90deg);
}

.complects_slide .slick-track {
    transform: translate3d(0) !important;
}

#complects_items .image {
    background: #e3ecf2;
}

#complects_items .item {
    width: 32%;
    border: 1px solid #e3ecf2;
}

#complects_items .text_container {
    padding: 30px 20px;
}

#complects_items .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 26px;
}

#complects_items ul {
}

#complects_items ul li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 22px;
}

#complects_items ul li:last-child {
    margin-bottom: 0;
}

#complects_items ul li span {
    font-weight: 400;
    color: #cbd5dc;
}

#complects_items .btns {
    padding: 0 20px 20px 20px;
}

#complects_items .btns .btn {
    width: 100%;
    margin-bottom: 10px;
}

#complects_items .btns .btn:last-child {
    margin-bottom: 0;
}

.btn_show {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    color: #000;
}

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

.credit {
    margin-top: 140px;
    background: url(../img/credit_bg.jpg) 50% 0 no-repeat;
    padding-top: 375px;
    top: 0;
    transition: all 0.2s linear;
    position: relative;
}

.credit.anim {
    top: 500px;
}

.webp .credit {
    background: url(../img/credit_bg.webp) 50% 0 no-repeat;
}

.credit .container {
}

.credit .title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}

.credit .content {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.credit .text_block {
    width: 100%;
    max-width: 460px;
}

.credit .credit_desc {
}

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

.credit .credit_profit_block {
}

.credit .item {
    padding-left: 70px;
    position: relative;
    margin-top: 45px;
}

.credit .item:first-child {
    margin-top: 0;
}

.credit .item:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0067b2;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    box-shadow: 0px 2px 5px 2px rgb(0 0 0 / 25%);
}

.credit .item.ico1:before {
    background-image: url(../img/credit_ico1.png);
}

.credit .item.ico2:before {
    background-image: url(../img/credit_ico2.png);
}

.credit .item.ico3:before {
    background-image: url(../img/credit_ico3.png);
}

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

.tradein {
    margin-top: 140px;
    background: url(../img/tradein_bg.jpg) 50% 0 no-repeat;
    padding-top: 375px;
    top: 0;
    transition: all 0.2s linear;
    position: relative;
}

.tradein.anim {
    top: 500px;
}

.webp .tradein {
    background: url(../img/tradein_bg.webp) 50% 0 no-repeat;
}

.tradein .container {
}

.tradein .title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}

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

.tradein .text_block {
    width: 100%;
    max-width: 460px;
}

.tradein .tradein_desc {
    margin-top: 30px;
}

.tradein .tradein_desc:first-child {
    margin-top: 0px;
}

.tradein .tradein_form {
    width: 100%;
    max-width: 460px;
}

.tradein .tradein_form form {
}

.tradein .tradein_form form .form-group_wrapper {
}

.tradein .tradein_form form .form-group {
}

.tradein .tradein_form form .agree_field,
.tradein .tradein_form form .agree_field a {
}

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

.best_offer {
    margin-top: 140px;
    position: relative;
    top: 0;
    transition: all 0.2s linear;
}

.best_offer.anim {
    top: 500px;
}

.best_offer .container {
}

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

.best_offer .content {
    padding: 115px 0 118px 55px;
    background: url(../img/best_offer.jpg) 50% 0 no-repeat;
}

.webp .best_offer .content {
    background: url(../img/best_offer.webp) 50% 0 no-repeat;
}

.best_offer .best_offer_text {
    margin-top: 40px;
}

.best_offer .best_offer_form {
    width: 100%;
    max-width: 460px;
    margin-top: 20px;
}

.best_offer .best_offer_form form {
}

.best_offer .best_offer_form form .form-group_wrapper {
}

.best_offer .best_offer_form form .form-group {
}

.best_offer .best_offer_form form .form-group input[type="text"],
.best_offer .best_offer_form form .form-group input[type="tel"] {
    background: transparent;
}

.best_offer .best_offer_form form .agree_field,
.best_offer .best_offer_form form .agree_field a {
}

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

.test_drive {
    margin-top: 130px;
    overflow: hidden;
}

.test_drive .title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}

.test_drive_img {
    position: relative;
    margin-bottom: 30px;
}

.test_drive_img img {
    position: relative;
    max-width: inherit;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.test_drive_comment {
    display: grid;
    row-gap: 16px;
}

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

.test_drive_form form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 67%;
}

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

.test_drive form .form-group input[type="text"],
.test_drive form .form-group input[type="tel"],
.test_drive form .form-group input[type="date"] {
    height: 48px;
    width: 100%;
    color: #000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 300;
    text-align: left;
    border: 1px solid #6c7275;
    padding: 0px 20px;
    outline: none;
    background: #fff;
}

.test_drive form .form-group input[type="date"],
.test_drive form .form-group select {
    background: url(../img/ico_select.svg) 95% 50% no-repeat;
}

.test_drive
form
.form-group
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.test_drive form .form-group input[type="date"]::placeholder {
    font-size: 16px;
}

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

.contacts {
    margin-top: 115px;
}

.contacts .container {
}

.contacts_title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}

.contacts .content {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.contacts .contacts_block {
    padding: 35px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #e3ecf2;
}

.contacts .title {
    font-size: 30px;
    font-weight: 700;
}

.contacts .bottom_addr {
}

.contacts .open_hours {
}

.contacts .bottom_phone {
    font-size: 20px;
    color: #0067b2;
    font-weight: 700;
}

.contacts .have_quest {
    font-weight: 700;
}

.contacts .btn {
    width: 325px;
}

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

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

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

footer {
}

footer {
    padding: 20px 0;
    background: #cbd5dc;
    text-align: center;
    margin-top: 40px;
}

footer .container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.disclamer_switch_bg {
}

.disclamer_switch {
    color: black;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 700;
}

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

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

.foot_links {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    align-items: flex-end;
}

.foot_links a {
    font-size: 14px;
    color: #000000;
    text-decoration: underline;
}

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

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

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

@media (max-width: 1350px) {
    .cars .car_slider {
        margin-left: 0;
    }
    .banner.slide1 .title_container:before {
        background-size: contain;
    }
    .banner.slide1 .title_container:before {
        top: -38px;
        width: 160px;
        height: 160px;
        transform: translateX(204%);
        background-size: contain;
    }
}

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

@media (max-width: 991px) {
    #complects_items .item {
        width: 49%;
    }
    .banner.slide1 .title_container:before {
        top: -16px;
        transform: translateX(136%);
    }
}

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

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

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

    .instock .container {
        padding: 0 50px;
    }

    .instock .content {
    }

    .instock .title {
    }

    .instock .quick_filter {
    }

    .instock .quick_filter_item {
    }

    .instock .quick_filter_item:hover {
    }

    .instock .comlects_items {
    }

    .instock .compl_item {
    }

    .instock .compl_img {
    }

    .instock .compl_info {
    }

    .instock .compl_name {
    }

    .instock .compl_price {
    }

    .instock .compl_tech {
    }

    .instock .tech_param1 {
    }

    .instock .tech_param2 {
    }

    .instock .tech_param3 {
    }

    .instock .btn {
        width: 100%;
    }

    /*************************************************************************************************************************/
    header {
    }

    header .container {
    }

    header .header {
    }

    header .logo_wrap {
    }

    header .logo {
    }

    header .logo.logo1 {
    }

    header .logo_text {
    }

    header .top_addr {
        display: none;
    }

    header .top_phone {
    }

    header .btn {
    }

    header .menu {
    }

    header .menu .container {
    }

    header .menu .menu_items {
    }

    header .menu .menu_items.menu_1 {
    }

    header .menu .menu_items.menu_2 {
    }

    header .menu .menu_items a {
    }

    .header .m_btn {
        display: none;
    }

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

    .banner .title_container {
    }

    .banner .container {
    }

    .banner .content {
    }

    .banner .title {
    }

    .banner .title b {
    }

    .banner .title2 {
    }

    .banner .title2 b {
    }

    .banner .title2_2 {
    }

    .banner .title2_2 b {
    }

    .banner .title2_3 {
    }

    .banner .title2_3 b {
    }

    .banner .banner_profit_block {
        margin-top: 25px;
    }

    .banner .banner_profit_block .item {
        font-size: 32px;
        margin-top: 20px;
    }

    .banner .banner_profit_block .item span {
    }

    .banner .banner_profit_block .item b {
    }

    .banner .banner_credit {
    }

    .banner .banner_credit span {
    }

    .banner .banner_credit b {
    }

    .banner .btn {
    }

    /**************************************************************************************************************/
    .timer_block {
    }

    .timer_block .container {
    }

    .timer_block .content {
    }

    .timer_block .timer {
    }

    .timer_block .timer_title {
    }

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

    .timer_block .timer_form {
    }

    .timer_block .timer_form form {
    }

    .timer_block .timer_form form .form-group_wrapper {
    }

    .timer_block .timer_form form .form-group {
    }

    .timer_block .timer_form form .agree_field,
    .timer_block .timer_form form .agree_field a {
    }

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

    .advantages .container {
    }

    .advantages .title {
    }

    .advantages .content {
    }

    .advantages .adv_item {
    }

    .advantages .adv_item.ico1 {
    }

    .advantages .adv_item.ico2 {
    }

    .advantages .adv_item.ico3 {
    }

    .advantages .adv_item.ico4 {
    }

    .advantages .adv_item .adv_num {
    }

    .advantages .adv_item .adv_item_title {
    }

    .advantages .adv_item .adv_item_text {
    }

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

    .cars .container {
    }

    .cars .title {
    }

    .cars .content {
    }

    .cars .car_item {
    }

    .cars .car_name {
    }

    .cars .car_name span {
    }

    .cars .img_block {
    }

    .cars .car_slider {
    }

    .cars .car_slider .slick-dots {
    }

    .cars .car_slider .slick-dots li {
    }

    .cars .car_slider .slick-dots li.slick-active {
    }

    .cars .car_slider .slick-dots li button {
    }

    .cars .car_img {
    }

    .cars .car_item_wrapper {
    }

    .cars .info_block {
    }

    .cars .car_cred_item {
        top: 50px;
    }

    .cars .car_cred_item.ico1 {
    }

    .cars .car_profit_block {
    }

    .cars .car_profit_item {
    }

    .cars .car_profit_item span {
    }

    .cars .car_profit_item b {
    }

    .cars .car_profit_item.ico1 {
    }

    .cars .car_profit_item.ico2 {
    }

    .cars .car_profit_item.ico3 {
    }

    .cars .car_profit_item.ico4 {
    }

    .cars .car_compl_btn {
    }

    .cars .car_btns {
    }

    .cars .car_btns .btn {
    }

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

    .credit .container {
    }

    .credit .title {
    }

    .credit .content {
    }

    .credit .text_block {
    }

    .credit .credit_desc {
    }

    .credit .text_block .btn {
    }

    .credit .credit_profit_block {
    }

    .credit .item {
    }

    .credit .item.ico1 {
    }

    .credit .item.ico2 {
    }

    .credit .item.ico3 {
    }

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

    .tradein .container {
    }

    .tradein .title {
    }

    .tradein .content {
    }

    .tradein .text_block {
    }

    .tradein .tradein_desc {
    }

    .tradein .tradein_form {
    }

    .tradein .tradein_form form {
    }

    .tradein .tradein_form form .form-group_wrapper {
    }

    .tradein .tradein_form form .form-group {
    }

    .tradein .tradein_form form .agree_field,
    .tradein .tradein_form form .agree_field a {
    }

    /**************************************************************************************************************/
    .best_offer {
    }

    .best_offer .container {
    }

    .best_offer .title {
    }

    .best_offer .content {
    }

    .best_offer .best_offer_text {
    }

    .best_offer .best_offer_form {
    }

    .best_offer .best_offer_form form {
    }

    .best_offer .best_offer_form form .form-group_wrapper {
    }

    .best_offer .best_offer_form form .form-group {
    }

    .best_offer .best_offer_form form .agree_field,
    .best_offer .best_offer_form form .agree_field a {
    }

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

    .contacts .container {
    }

    .contacts_title {
    }

    .contacts .content {
    }

    .contacts .contacts_block {
    }

    .contacts .title {
    }

    .contacts .bottom_addr {
    }

    .contacts .open_hours {
    }

    .contacts .bottom_phone {
    }

    .contacts .have_quest {
    }

    .contacts .btn {
    }

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

/*IPAD PRO BEGIN*/

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

    .instock .container {
    }

    .instock .content {
    }

    .instock .title {
    }

    .instock .quick_filter {
    }

    .instock .quick_filter_item {
    }

    .instock .quick_filter_item:hover {
    }

    .instock .comlects_items {
        flex-wrap: wrap;
    }

    .instock .compl_item {
        width: 48%;

        margin-bottom: 20px;
    }

    .instock .compl_img {
    }

    .instock .compl_info {
    }

    .instock .compl_name {
    }

    .instock .compl_price {
    }

    .instock .compl_tech {
    }

    .instock .tech_param1 {
    }

    .instock .tech_param2 {
    }

    .instock .tech_param3 {
    }

    .instock .btn {
    }

    /*************************************************************************************************************************/
    header {
    }

    header .container {
    }

    header .header {
    }

    header .logo_wrap {
    }

    header .logo {
    }

    header .logo.logo1 {
    }

    header .logo_text {
    }

    header .top_addr {
    }

    header .top_phone {
    }

    header .btn {
        display: none;
    }

    header .menu {
    }

    header .menu .container {
    }

    header .menu .menu_items {
    }

    header .menu .menu_items.menu_1 {
    }

    header .menu .menu_items.menu_2 {
    }

    header .menu .menu_items a {
        font-size: 11px;
    }

    .header .m_btn {
        display: none;
    }

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

    .banner .title_container {
    }

    .banner .container {
    }

    .banner .content {
    }

    .banner .title {
        font-size: 26px;
    }

    .banner .title b {
    }

    .banner .title2 {
    }

    .banner .title2 b {
    }

    .banner .title2_2 {
    }

    .banner .title2_2 b {
    }

    .banner .title2_3 {
    }

    .banner .title2_3 b {
    }

    .banner .banner_profit_block {
        flex-flow: wrap;
    }

    .banner .banner_profit_block .item {
        padding-left: 60px;
        font-size: 28px;
    }

    .banner .banner_profit_block .item span {
    }

    .banner .banner_profit_block .item b {
        font-size: inherit;
    }

    .banner .banner_profit_block .spec_offer {
        margin-top: 15px;
    }

    .banner .banner_credit {
    }

    .banner .banner_credit span {
    }

    .banner .banner_credit b {
    }

    .banner .btn {
    }

    /**************************************************************************************************************/
    .timer_block {
    }

    .timer_block .container {
    }

    .timer_block .content {
    }

    .timer_block .timer {
    }

    .timer_block .timer_title {
    }

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

    .timer_block .timer_form {
    }

    .timer_block .timer_form form {
    }

    .timer_block .timer_form form .form-group_wrapper {
    }

    .timer_block .timer_form form .form-group {
    }

    .timer_block .timer_form form .agree_field,
    .timer_block .timer_form form .agree_field a {
    }

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

    .advantages .container {
    }

    .advantages .title {
    }

    .advantages .content {
    }

    .advantages .adv_item {
    }

    .advantages .adv_item.ico1 {
    }

    .advantages .adv_item.ico2 {
    }

    .advantages .adv_item.ico3 {
    }

    .advantages .adv_item.ico4 {
    }

    .advantages .adv_item .adv_num {
    }

    .advantages .adv_item .adv_item_title {
    }

    .advantages .adv_item .adv_item_text {
    }

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

    .cars .container {
    }

    .cars .title {
    }

    .cars .content {
    }

    .cars .car_item {
    }

    .cars .car_name {
    }

    .cars .car_name span {
    }

    .cars .img_block {
        max-width: 100%;
    }

    .cars .car_slider {
    }

    .cars .car_slider .slick-dots {
    }

    .cars .car_slider .slick-dots li {
    }

    .cars .car_slider .slick-dots li.slick-active {
    }

    .cars .car_slider .slick-dots li button {
    }

    .cars .car_img {
    }

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

    .cars .info_block {
        max-width: 100%;
        padding: 20px;
    }

    .cars .car_cred_item {
    }

    .cars .car_cred_item.ico1 {
    }

    .cars .car_profit_block {
    }

    .cars .car_profit_item {
    }

    .cars .car_profit_item span {
    }

    .cars .car_profit_item b {
    }

    .cars .car_profit_item.ico1 {
    }

    .cars .car_profit_item.ico2 {
    }

    .cars .car_profit_item.ico3 {
    }

    .cars .car_profit_item.ico4 {
    }

    .cars .car_compl_btn {
    }

    .cars .car_btns {
    }

    .cars .car_btns .btn {
    }

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

    .credit .container {
    }

    .credit .title {
    }

    .credit .content {
    }

    .credit .text_block {
    }

    .credit .credit_desc {
    }

    .credit .text_block .btn {
    }

    .credit .credit_profit_block {
    }

    .credit .item {
    }

    .credit .item.ico1 {
    }

    .credit .item.ico2 {
    }

    .credit .item.ico3 {
    }

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

    .tradein .container {
    }

    .tradein .title {
    }

    .tradein .content {
    }

    .tradein .text_block {
    }

    .tradein .tradein_desc {
    }

    .tradein .tradein_form {
    }

    .tradein .tradein_form form {
    }

    .tradein .tradein_form form .form-group_wrapper {
    }

    .tradein .tradein_form form .form-group {
    }

    .tradein .tradein_form form .agree_field,
    .tradein .tradein_form form .agree_field a {
    }

    /**************************************************************************************************************/
    .best_offer {
    }

    .best_offer .container {
    }

    .best_offer .title {
    }

    .best_offer .content {
    }

    .best_offer .best_offer_text {
    }

    .best_offer .best_offer_form {
    }

    .best_offer .best_offer_form form {
    }

    .best_offer .best_offer_form form .form-group_wrapper {
    }

    .best_offer .best_offer_form form .form-group {
    }

    .best_offer .best_offer_form form .agree_field,
    .best_offer .best_offer_form form .agree_field a {
    }

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

    .contacts .container {
    }

    .contacts_title {
    }

    .contacts .content {
    }

    .contacts .contacts_block {
    }

    .contacts .title {
    }

    .contacts .bottom_addr {
    }

    .contacts .open_hours {
    }

    .contacts .bottom_phone {
    }

    .contacts .have_quest {
    }

    .contacts .btn {
    }

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

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {

    .foot_links {
        width: 100%;
        align-items: flex-start;
        margin-top: 20px;
    }

    .foot_links a {
        font-size: 3vw;
    }

    .banner.slide1 .title_container:before {
        top: -32px;
        width: 76px;
        height: 76px;
        transform: translateX(124%);
        background-size: contain;
    }

    .banner_slider .erid {
        bottom: unset;
        top: 2vw;
        left: 10px;
        font-size: 3vw;
        color: #000000;
    }

    .banner .banner_profit_block .item {
        text-align: start;
    }

    .banner.slide1 .banner_profit_block {
        align-items: flex-start;
    }

    #complects_items .item {
        width: 100%;
    }

    .banner.slide3 .br_mob {
        display: block;
    }

    .banner.slide3 .content {
        color: #000;
    }

    .banner_props div {
        height: 56px;
        font-size: 16px;
        padding-left: 54px;
    }

    .banner.slide1 .content {
        background: transparent;
    }

    .btn__atlasNew {
        margin-bottom: 10px;
        margin-top: 10px;
        outline: 1px solid black;
    }

    .car_img_okavango img {
        object-fit: contain;
        height: 226px;
    }

    .car-img-okavango {
        position: relative;
        top: 40px;
    }

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

    .instock {
        margin-top: 60px;
    }

    .instock_title {
        font-size: 26px;
        padding-bottom: 15px;
        text-align: center;
    }

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

    .instock .content {
    }

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

    .instock .quick_filter {
        flex-wrap: wrap;
        padding: 25px 0;
    }

    .instock .quick_filter_item {
        text-align: center;
        width: 52%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .instock .quick_filter_item:hover {
    }

    .instock .comlects_items {
        flex-wrap: wrap;
        margin: 0;
    }

    .instock .compl_item {
        /* background: none; */
        width: 100%;
        margin: 0;
        margin-bottom: 40px;
        /* padding: 15px; */
    }

    .instock .compl_item_wrap {
        min-height: auto;
    }

    .instock .compl_img {
        /* padding: 0 15px; */
    }

    .instock .compl_info {
        padding: 30px 15px;
    }

    .instock .compl_name {
    }

    .instock .compl_price {
    }

    .instock .compl_tech b {
        display: block;
    }

    .instock .tech_param1 {
    }

    .instock .tech_param2 {
    }

    .instock .tech_param3 {
    }

    .instock .btn {
        width: 100%;
    }

    .instock .slick-dots {
        position: static;
    }

    .instock .slick-dots li {
        /* background: #30363A; */ /* width: 10px; */ /* height: 10px; */ /* opacity: .2; */ /* border: none !important; */
    }

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

    .instock .slick-dots li button,
    .instock .slick-dots li button:before {
        display: none !important;
    }

    .instock .slick-prev,
    .instock .slick-next {
        top: 22%;
        /* transform: scale(.6); */
    }

    .instock .slick-next {
    }

    .instock .slick-prev {
        left: -10px;
    }

    .instock .slick-next {
        right: -10px;
    }

    /************************************************************************/
    body {
        /* background-size: 420px auto !important;
            background-position: 50% 120px !important; */
    }

    .btn {
        width: 100%;
    }

    /*************************************************************************************************************************/
    header {
        background: #fff;
        position: static;
    }

    header .container {
    }

    header .header {
        flex-wrap: wrap;
        border: none;
    }

    header .logo_wrap {
        max-width: 85%;
        order: -1;
    }

    header .logo {
    }

    header .logo.logo1 {
    }

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

    header .top_addr {
        display: none;
    }

    header .top_phone {
        display: block;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

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

    header .menu {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        background: #fff;
        z-index: 10;
        padding: 65px 15px;
        transition: all 0.2s linear;
    }

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

    header .menu .menu_items {
        width: 100%;
    }

    header .menu .menu_items.menu_1 {
        position: static;
    }

    #model_row {
        display: flex;
    }

    header .menu .menu_items.menu_2 {
        flex-direction: column;
    }

    header .menu .menu_items.menu_2 a:first-child {
        display: none;
    }

    header .menu .menu_items a {
        display: block;
        /* margin: 10px 0 !important; */
        text-align: center;
        font-size: 20px;
    }

    header .menu.active {
        left: 0;
    }

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

    .header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #0067b2;
        transition: all 0.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-arrow {
        top: 75px;
    }

    .banner_slider {
        margin-top: 0;
    }

    .banner {
        margin-top: 0;
        background-size: 420px auto !important;
        background-position: 50% 0px !important;
        min-height: auto !important;
        padding-bottom: 10px;
    }

    .banner.slide1 .title_container {
        backdrop-filter: none;
    }


    .banner.slide1 .title_container,
    .banner .title_container {
        background: none;
    }

    .banner .container {
    }

    .banner .content {
    }

    .banner .title {
        font-size: 26px;
        /* padding-top: 158px; */
        padding-top: 137px;
        text-align: center;
    }

    .banner .title b {
        display: block;
    }

    .banner .title2 {
        font-size: 26px;
        text-align: center;
        padding-top: 158px;
    }

    .banner .title2 b {
    }

    .banner .title2_2 {
        font-size: 26px;
        text-align: center;
        padding-top: 0;
    }

    .banner .title2_2 b {
    }

    .banner .title2_3 {
        font-size: 18px;
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .banner .title2_3 b {
    }

    .banner .banner_profit_block {
        flex-wrap: wrap;
        padding-top: 0;
    }

    .banner .banner_profit_block .item {
        padding-left: 60px;
        font-size: 16px;
        margin-top: 33px;
    }

    .banner .banner_profit_block .item:before {
        top: calc(50% - 25px);
    }

    .banner .banner_profit_block .spec_offer {
        width: 100%;
        font-size: 3.5vw;
    }

    .banner .banner_profit_block .spec_offer_img {
        width: 30%;
    }

    .banner .banner_profit_block .spec_offer_img img {
        top: 12px;
    }

    /* .banner .banner_profit_block .item:before {
          top: -10px;
      } */
    .banner .banner_profit_block .item span {
    }

    .banner .banner_profit_block .item br {
        display: none;
    }

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

    .banner .banner_credit {
        font-size: 16px;
        position: relative;
        top: 0;
        text-align: left;
        padding: 0;
        padding-left: 60px;
        margin-top: 35px;
    }

    .banner .banner_credit:before {
        left: 0;
        /* top: calc(50% - 25px); */
        top: -10px;
    }

    .banner .banner_credit:before {
    }

    .banner .banner_credit span {
    }

    .banner .banner_credit br {
        display: none;
    }

    .banner .banner_credit b {
        font-size: 20px;
        color: #000;
    }

    .banner .btn {
        margin-top: 30px;
        margin-bottom: 0;
    }

    /**************************************************************************************************************/
    .timer_block {
        margin-top: 0;
        padding: 15px 0;
    }

    .timer_block .container {
    }

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

    .timer_block .timer {
    }

    .timer_block .timer_title {
        text-align: center;
    }

    .timer_block div[id^="timer"] {
        transform: scale(0.6) !important;
        position: relative;
        margin-left: -100px;
        left: 60px;
    }

    .timer_block .timer_form {
        margin-top: 15px;
    }

    .timer_block .timer_form form {
    }

    .timer_block .timer_form form .form-group_wrapper {
    }

    .timer_block .timer_form form .form-group {
    }

    .timer_block .timer_form form .agree_field,
    .timer_block .timer_form form .agree_field a {
    }

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

    .advantages .container {
    }

    .advantages .title {
        font-size: 26px;
        padding-bottom: 15px;
        text-align: center;
    }

    .advantages .content {
        padding-top: 0;
        flex-wrap: wrap;
    }

    .advantages .adv_item {
        width: 100%;
        margin-top: 25px;
    }

    .advantages .adv_item.ico1 {
    }

    .advantages .adv_item.ico2 {
    }

    .advantages .adv_item.ico3 {
    }

    .advantages .adv_item.ico4 {
    }

    .advantages .adv_item .adv_num {
    }

    .advantages .adv_item .adv_item_title {
    }

    .advantages .adv_item .adv_item_text {
    }

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

    .cars .container {
    }

    .cars .title {
        font-size: 26px;
        padding-bottom: 15px;
        text-align: center;
    }

    .cars .content {
    }

    .cars .car_item {
        padding-bottom: 15px;
    }

    .cars .car_item:before {
        height: 77%;
    }

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

    .cars .car_name span {
    }

    .cars .img_block {
        padding: 0 20px;
    }

    .cars .car_slider {
        margin-left: -35px;
    }

    .cars .car_slider .slick-dots {
    }

    .cars .car_slider .slick-dots li {
    }

    .cars .car_slider .slick-dots li.slick-active {
    }

    .cars .car_slider .slick-dots li button {
    }

    .cars .car_img {
    }

    .cars .car_item_wrapper {
        flex-wrap: wrap;
        padding-top: 30px;
    }

    .cars #belgee_x50_ .car_item_wrapper {
        padding-top: 66px;
    }

    .cars .info_block {
        padding: 15px;
    }

    .cars .car_cred_item {
        position: static;
    }

    .cars .car_cred_item.ico1 {
    }

    .cars .car_profit_block {
    }

    .cars .car_profit_item {
        width: 100%;
        margin-top: 15px;
        min-height: 50px;
        display: flex;
        align-items: center;
    }

    .cars .car_profit_item span {
    }

    .cars .car_profit_item b {
    }

    .cars .car_profit_item.ico1 {
    }

    .cars .car_profit_item.ico2 {
    }

    .cars .car_profit_item.ico3 {
    }

    .cars .car_profit_item.ico4 {
    }

    .cars .car_compl_btn {
        /* position: static; */
        /* margin-top: 15px; */
        /* display: inline-block; */
        top: 55px;
    }

    .cars #belgee_x50_ .info_block {
        position: initial;
        padding-top: 0;
    }
    .cars #belgee_x50_ .car_compl_btn {
        top: 55px;
    }
    .cars .car_new {
        position: absolute;
        top: 88px;
    }

    .cars .car_btns {
        flex-wrap: wrap;
        padding-top: 10px !important;
    }

    .cars #monjaro .car_btns {
    }

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

    /****************************************************************************************************/
    .credit {
        margin-top: 60px;
        background-size: 1140px auto !important;
        background-position: 40% 0 !important;
        padding-top: 217px;
    }

    .credit .container {
    }

    .credit .title {
        font-size: 26px;
        padding-bottom: 15px;
        text-align: center;
    }

    .credit .content {
        margin-top: 25px;
        flex-wrap: wrap;
    }

    .credit .text_block {
        margin-top: 40px;
    }

    .credit .credit_desc {
    }

    .credit .text_block .btn {
    }

    .credit .credit_profit_block {
        order: -1;
        margin-top: 15px;
    }

    .credit .item {
    }

    .credit .item.ico1 {
    }

    .credit .item.ico2 {
    }

    .credit .item.ico3 {
    }

    /**************************************************************************************************************/
    .tradein {
        margin-top: 60px;
        background-size: 840px auto !important;
        background-position: 63% 0 !important;
        padding-top: 160px;
    }

    .tradein .container {
    }

    .tradein .title {
        font-size: 26px;
        padding-bottom: 15px;
        text-align: center;
    }

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

    .tradein .text_block {
    }

    .tradein .tradein_desc {
        margin-top: 20px;
    }

    .tradein .tradein_form {
        margin-top: 25px;
    }

    .tradein .tradein_form form {
    }

    .tradein .tradein_form form .form-group_wrapper {
    }

    .tradein .tradein_form form .form-group {
    }

    .tradein .tradein_form form .agree_field,
    .tradein .tradein_form form .agree_field a {
    }

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

    .best_offer .container {
    }

    .best_offer .title {
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 300;
        padding-bottom: 15px;
        border-bottom: 1px solid #000;
        text-align: center;
    }

    .best_offer .content {
        background-size: 420px auto !important;
        background-position: 100% 0 !important;
        padding: 0;
        padding-top: 210px;
    }

    .best_offer .best_offer_text {
        margin-top: 15px;
        text-align: center;
    }

    .best_offer .best_offer_form {
    }

    .best_offer .best_offer_form form {
    }

    .best_offer .best_offer_form form .form-group_wrapper {
    }

    .best_offer .best_offer_form form .form-group {
    }

    .best_offer .best_offer_form form .agree_field,
    .best_offer .best_offer_form form .agree_field a {
    }

    .test_drive_form {
        display: block;
    }

    .test_drive_form form {
        width: 100%;
        margin-top: 20px;
    }

    .test_drive_img {
        height: 50vw;
    }

    .test_drive .title {
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 300;
        padding-bottom: 15px;
        border-bottom: 1px solid #000;
        text-align: center;
    }

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

    .contacts {
        margin-top: 60px;
    }

    .contacts .container {
    }

    .contacts_title {
        font-size: 26px;
        padding-bottom: 15px;
        text-align: center;
    }

    .contacts .content {
        margin-top: 25px;
        flex-wrap: wrap;
    }

    .contacts .contacts_block {
        border: none;
        padding: 0;
        width: 100%;
    }

    .contacts .title {
    }

    .contacts .bottom_addr {
        margin-top: 10px;
    }

    .contacts .open_hours {
        margin-top: 10px;
    }

    .contacts .bottom_phone {
        margin-top: 10px;
    }

    .contacts .have_quest {
        margin-top: 10px;
    }

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

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

    footer {
        /* margin-top: 0; */
    }

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

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 580px) {
    .filter {
        margin-top: 20px;
        display: block;
        gap: 0px;
    }

    .filter .item {
        width: 100%;
        margin-bottom: 10px;
    }

    .filter .item:last-child {
        margin-bottom: 0;
    }

    .complects_slide {
        margin-top: 20px;
    }

    .instock .slick-prev,
    .instock .slick-next {
        top: -60px;
    }

    .instock .slick-prev {
        left: 30px;
    }

    .instock .slick-next {
        right: 30px;
    }
}

@media (max-width: 388px) {
    .cars .awards {
        top: -4px;
        width: 60px;
    }
    .cars #belgee_x50 .car_name,
    .cars #belgee_x70 .car_name {
        margin-left: 80px;
    }
}

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

@media (max-width: 360px) {
    .timer_block div[id^="timer"] {
        margin-left: -112px;
    }
}

@media (max-width: 320px) {
    .timer_block div[id^="timer"] {
        margin-left: -160px;
        left: 87px;
    }
}
