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

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

* {
    box-sizing: border-box;
}

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

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

.resp_table {
    width: 100%;
}

.resp_table tbody tr:nth-child(1) {
    display: none;
}

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

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

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

.fancybox-slide {
    transition: none !important;
}

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

select {
    position: relative;
    height: 50px;
    width: 100%;
    font-family: "Haval", sans-serif;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    box-sizing: border-box;
    font-weight: 400;
    text-align: left;
    border: 2px solid #626970;
    background: conic-gradient(
            at calc(100% - 1.3 * 2px) 0,
            #626970 206deg,
            #fff 208deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
    padding: 0 16px;
    outline: none;
}

.form-group-select {
    position: relative;
}

.form-group-select:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 30px;
    width: 17px;
    height: 12px;
    background: url(../img/ico_select.png) no-repeat;
    background-size: contain;
    z-index: 5;
}

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

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a {
    text-decoration: none;
}

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

.advant {
    max-width: 1920px;
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    min-height: 316px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/advant__back.jpg);
}

.advant__container {
    display: flex;
    justify-content: center;
    column-gap: 34px;
    align-items: center;
}

.advant__img {
    width: 507px;
    height: 288px;
    background-image: url(../img/advant_auto_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advant__txt {
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
    color: black;
    margin: 0;
    text-transform: uppercase;
}

.advant__link {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/advant_link_back.png);
    min-height: 50px;
    min-width: 298px;
    font-size: 14px;
    font-weight: 400;
    line-height: 12.6px;
    text-align: center;
    color: white;
    padding: 0 !important;
    border: none !important;
    text-transform: uppercase;
}

.advant__content {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    max-width: 532px;
    row-gap: 20px;
}

.br {
    display: none;
}

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

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

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

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

input[type="text"],
input[type="tel"] {
    color: #939393;
    font-family: "Haval", 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: 8px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 100%;
    text-align: left;
}

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

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

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

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

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

.popup_container .form-group input[type="text"],
.popup_container .form-group input[type="tel"] {
    height: 44px;
    width: 100%;
    color: #000;
    font-size: 14px;
    box-sizing: border-box;
    font-weight: 300;
    text-align: left;
    border: 2px solid #626970;
    background: conic-gradient(
            at calc(100% - 1.3 * 2px) 0,
            #626970 206deg,
            #fff 208deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
    padding: 0 20px;
    outline: none;
}

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

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

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

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

.popup_container .form-group textarea {
    color: #303c48;
    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 #000;
    padding: 10px;
    resize: none;
    font-size: 16px;
}

.popup_container .form-group select {
    height: 44px;
    width: 100%;
    color: #000;
    font-size: 14px;
    box-sizing: border-box;
    font-weight: 300;
    text-align: left;
    border: 2px solid #626970;
    background: conic-gradient(
            at calc(100% - 1.3 * 2px) 0,
            #626970 206deg,
            #fff 208deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
    padding: 0 20px;
    outline: none;
}

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

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

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

.agree_field {
    color: #000;
    font-size: 9px;
    font-weight: 300;
    line-height: normal;
    position: relative;
    display: inline-block;
    padding-left: 0px;
    top: -4px;
}

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

.agree_field input {
    position: absolute;
    top: -4px;
    left: 0;
    margin: 0;
    display: none;
}

.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: 44px;
    width: 100%;
    color: #000;
    font-size: 14px;
    box-sizing: border-box;
    font-weight: 300;
    text-align: left;
    border: 2px solid #626970;
    background: conic-gradient(
            at calc(100% - 1.3 * 2px) 0,
            #626970 206deg,
            #fff 208deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
    padding: 0 20px;
    outline: none;
}

form .form-group input::placeholder {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #bcbcbc;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    outline: none;
    font-family: "Haval", 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;
}

.form_title.form_title_label {
    font-size: 8px;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
}

.btn {
    color: #fff;
    width: 232px;
    min-width: 0;
    font-size: 12px;
    height: 50px;
    cursor: pointer;
    border: 2px solid #00cabf;
    background: conic-gradient(
            at calc(100% - 1.3 * 2px) 0,
            #00cabf 209deg,
            #00cabf 211deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
    display: flex;
    align-items: center;
    padding-left: 8px;
}

.btn:hover {
    border-color: #000;
    background: conic-gradient(
            at calc(100% - 1.3 * 2px) 0,
            #000 209deg,
            #000 211deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
}

.btn span {
    display: inline-block;
    z-index: 1;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn.glass {
    color: #121314;
    border: 2px solid #00cabf;
    background: conic-gradient(
            at calc(100% - 1.3 * 2px) 0,
            #00cabf 209deg,
            #fff 211deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
}

.btn.glass:hover {
    color: #fff;
    border: 2px solid #00cabf;
    background: conic-gradient(
            at calc(100% - 1.3 * 2px) 0,
            #00cabf 209deg,
            #00cabf 211deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
}

.btn.black {
    color: #fff;
    border: 2px solid #000;
    background: conic-gradient(
            at calc(100% - 1.3 * 2px) 0,
            #000 209deg,
            #000 211deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
}

.btn.black:hover {
    color: #fff;
    border: 2px solid #00cabf;
    background: conic-gradient(
            at calc(100% - 1.3 * 2px) 0,
            #00cabf 209deg,
            #00cabf 211deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
}

.btn.white {
    color: #00cabf;
    border: 2px solid #fff;
    background: conic-gradient(
            at calc(100% - 1.3 * 2px) 0,
            #fff 209deg,
            #fff 211deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
}

.btn.white:hover {
    color: #fff;
    border: 2px solid #00cabf;
    background: conic-gradient(
            at calc(100% - 1.3 * 2px) 0,
            #00cabf 209deg,
            #00cabf 211deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
}

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

.cookies {
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 80px;
    background: #ffffff;
    box-shadow: 0 -5px 20px -10px rgba(5, 20, 31, 0.35);
}

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

.cookies_text {
    font-size: 0.9vw;
    line-height: 150%;
}

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

.cookies .button {
    width: 200px;
    height: 50px;
    cursor: pointer;
}

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

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

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

header:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffffcc;
    backdrop-filter: blur(5px);
    box-shadow: 0px 4px 24px 0px #b9b9c433;
}

header .container {
}

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

header .logo_wrap {
    display: flex;
    align-items: center;
    /* gap: 20px; */
}

header .logo.logo2 {
    padding-right: 14px;
    margin-right: 14px;
    border-right: 1px solid #9e9a98;
}

header .logo {
}

header .logo.logo1 {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
}

header .logo.logo2 {
    display: block;
    text-align: left;
}

header .logo.logo2 p {
    margin: 0;
    font-family: "Noto Sans";
    color: #293337;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

header .logo.logo2 p span {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}

header .logo.logo3 {
}

header .top_addr {
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    color: #121314;
}

header .top_phone {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #121314;
}

header .btn {
    width: 232px;
    padding-left: 8px;
}

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

header .menu .menu_models {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 36%;
}

header .menu .menu_models a,
header .menu .menu_items a {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    margin: 0 18px;
}

header .menu .menu_models a:before,
header .menu .menu_items a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: transparent;
    bottom: 0;
    transition: all 0.2s linear;
}

header .menu .menu_models a:hover:before,
header .menu .menu_items a:hover:before {
    background: #00cabf;
}

header .menu .menu_items {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

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

.banner_slider .banner {
    height: 700px;
    overflow: hidden;
}

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

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

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

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

.banner .title_container {
    display: block;
    margin: 146px auto 0;
}

.banner .title_container .content {
    position: relative;
    padding: 28px 44px 28px 30px;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
}

.banner .title_container .content:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffffcb;
    backdrop-filter: blur(10px);
    z-index: 1;
}

.banner .title_container .content br {
    display: none;
}

.banner.slide3 .title_container .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 44px 26px 30px;
    text-align: center;
}

.banner.slide4 .title_container {
    display: block;
    max-width: 1270px;
}

.banner.slide4 .title_container .content {
    width: 103%;
}

.worktime_holiday_title {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 44px 0 75px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 2;
    cursor: pointer;
    white-space: nowrap;
}

.worktime_holiday_title:before {
    content: "";
    position: absolute;
    left: 40px;
    width: 24px;
    height: 24px;
    background: url(../img/worktime_ico.svg) no-repeat;
}

.worktime_holiday_title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #01cabf;
    transform: skewX(-26deg);
    z-index: -1;
}

.worktime_holiday_modal {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 3;
}

.worktime_holiday_modal.active {
    display: block;
}

.worktime_holiday_wrap {
    position: absolute;
    left: 54%;
    transform: translateX(-68%);
    top: 10vw;
    padding: 40px;
    background: #ffffff;
    z-index: 4;
}

.worktime_holiday_modal:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: url(../img/worktime_holiday_modal_decor.png) no-repeat;
}

.worktime_holiday_close {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    background: url(../img/worktime_holiday_close.svg) no-repeat;
    cursor: pointer;
}

.worktime_holiday_head {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.worktime_holiday_text {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.worktime_holiday_text > div {
    display: flex;
    column-gap: 10px;
    border-bottom: 1px solid #cfc9c9;
}

.worktime_holiday_text > div span {
    display: inline-block;
    min-width: 150px;
    font-size: 16px;
    font-weight: 400;
    color: #00cabf;
}

.worktime_holiday_text > div b {
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.worktime_holiday_wrap {
}

.banner .container {
}

.banner .content {
    padding: 13px 0;
}

.banner .title1,
.banner .title2,
.banner .title3 {
    position: relative;
    z-index: 2;
    line-height: 30px;
}

.banner .title1 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.banner .title1 span {
    color: #00cabf;
}

.title2 .br_mob {
    display: none;
}

.banner .title2 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
}

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

.banner .title2 span {
    color: #00cabf;
}

.banner .title2 b {
    font-weight: 500;
}

.banner .title3 {
    position: absolute;
    right: -18px;
    padding: 16px 29px;
    width: fit-content;
    bottom: -44px;
}

.banner .title3 b {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.banner .title3:before {
    content: "";
    position: absolute;
    background: #626970;
    transform: skew(-26deg);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner .title2 b {
}

.banner .title2 br {
    display: none;
}

.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 .title4 {
    font-weight: 400;
    text-align: center;
    padding-left: 40px;
    padding-right: 0;
}

.banner .title4::before {
    content: "";
    position: absolute;
    background: url(../img/ico_rubber.png) 50% no-repeat;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
}

.banner .banner_profit_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    width: 100%;
    max-width: 660px;
}

.banner .banner_profit_block .item {
    padding-left: 75px;
    color: #000;
    font-size: 20px;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    position: relative;
    height: 56px;
}

.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-position: 50%;
    background-repeat: no-repeat;
}

.banner .banner_profit_block .item span {
}

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

.banner_props {
    margin-top: 20px;
    display: flex;
    column-gap: 40px;
    position: relative;
    z-index: 2;
}

.banner_props a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 32px;
    padding-left: 44px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-align: left;
}

.banner_props a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 32px;
    height: 32px;
}

.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_props_mob {
    display: none;
}

.banner .btn {
}

.banner .slick-dots {
    position: absolute;
    z-index: 4;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: 0;
}

.banner .slick-dots li button {
    width: 16px;
    height: 16px;
    color: #fff;
    border-radius: 10px;
    border: none;
    background: #fff;
    margin: 0 16px;
}

.banner .slick-dots li.slick-active button {
    width: 112px;
    height: 16px;
    opacity: 0.6;
    background: #fff;
    border-radius: 10px;
}

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

.run_now {
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(270deg, #000000 0%, #626970 50%, #626970 100%);
    overflow: hidden;
    height: 80px;
}

.run_now_cont {
    display: flex;
    animation: runstring 30s infinite linear;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}

.run_now_cont div {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 24px;
    padding-left: 40px;
    padding-right: 32px;
    white-space: nowrap;
}

.run_now_cont div:before {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../img/run_now_ico.svg) no-repeat;
}

.run_now_cont div:after {
    content: "";
    position: absolute;
    right: 0;
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50px;
}

@keyframes runstring {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

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

.timer_block {
    background: #fff;
    padding: 20px 0;
}

.timer_block .container {
}

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

.timer_block .timer {
}

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

.timer_form_block {
    display: block;
    width: 340px;
}

.timer_block .timer_form form {
    width: 100%;
}

.timer_block .timer_form form .form-group_wrapper {
}

.timer_block .timer_form form .form-group input[type="text"],
.timer_block .timer_form form .form-group input[type="tel"] {
    height: 50px;
    background: conic-gradient(
            at calc(100% - 1.3 * 2px) 0,
            #626970 202deg,
            #fff 204deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
}

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

.timer_form_title {
    max-width: 304px;
}

.timer_form_title span {
    background: url("../img/timer_ico.svg") no-repeat;
    background-position: 0;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 60px;
}

.timer_form_title p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}

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

.item_title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 72px;
}

.item_title span {
    padding-top: 12px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 20px;
}

.item_title span:before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 4px;
    height: 60px;
    background: #00cabf;
    transform: rotate(26deg);
    top: 2px;
}

.cars_menu {
    margin-bottom: 50px;
}

.cars_menu .swiper-pagination {
    bottom: -30px !important;
}

.cars_menu .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}

.cars_menu .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #00cabf;
}

.cars_menu_slider .swiper-wrapper {
    justify-content: space-between;
}

.cars_menu_item {
    position: relative;
    display: grid;
    justify-content: center;
    color: #121314;
    text-align: center;
}

.cars_menu_slider .cars_menu_item {
    width: auto;
    display: flex;
    flex-direction: column;
}

.cars_menu_slider .swiper-button-next,
.cars_menu_slider .swiper-button-prev {
    display: none;
    color: #00cabf;
}

.cars_menu_slider .swiper-button-next:after,
.cars_menu_slider .swiper-button-prev:after {
    font-size: 20px;
}

.cars_menu_item:hover {
}

.cars_menu_slider {
    display: flex;
    justify-content: space-between;
    height: 94px !important;
}

.cars_menu_slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    border: none;
    font-size: 0;
    width: 24px;
    height: 24px;
    z-index: 4;
}

.cars_menu_slider .slick-prev {
    left: 0;
    background: url(../img/btn_prev.svg) 50% 50% no-repeat;
}

.cars_menu_slider .slick-next {
    right: 0;
    background: url(../img/btn_next.svg) 50% 50% no-repeat;
}

.cars_menu_item span {
    position: relative;
    color: #121314;
    font-size: 12px;
    font-weight: 400;
}

.cars_menu_item span font {
    font-weight: 500;
}

.cars_menu_item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: transparent;
    bottom: 0;
}

.cars_menu_item:hover:before {
    background: #00cabf;
}

.car_gallery {
    width: 110px;
}

.car_gallery .slick-prev,
.car_gallery .slick-next {
    cursor: pointer;
    background: url(../img/btn_slide.svg) no-repeat transparent;
    font-size: 0;
    width: 36px;
    height: 36px;
    border: none;
    background-size: contain;
    left: 50%;
    position: relative;
    margin-left: -18px;
}

.car_gallery .slick-next {
    transform: rotate(180deg);
}

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

.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 {
    position: relative;
    overflow: hidden;
    margin-top: 60px;
}

.cars .container {
}

.cars_menu_slider .slick-dots {
    display: none;
}

.cars .title {
    color: #000;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cars .content {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cars .car_item {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}

.car_item:before {
    content: "";
    position: absolute;
    top: 64px;
    left: 42%;
    width: 474px;
    height: 398px;
    background: url(../img/car_before_white.png) no-repeat;
    background-size: contain;
}

.cars .car_item.anim {
}

.cars .car_name {
    position: absolute;
    top: 0;
    font-size: 30px;
    font-weight: 400;
}

.cars .car_name span {
    color: #00cabf;
}

.cars .car_gift {
    position: relative;
    color: #fff;
    min-width: 0;
    border: 2px solid #00cabf;
    background: conic-gradient(
            at calc(100% - 1.3 * 2px) 0,
            #00cabf 209deg,
            #00cabf 211deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
    display: flex;
    align-items: center;
    max-width: 658px;
    gap: 8px;
    padding: 7px 48px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 19px;
}

.cars .car_gift::before {
    content: "";
    position: absolute;
    background: url(../img/ico_rubber_white.png) 50% no-repeat;
    background-size: contain;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
}

.cars .car_benefit {
    position: relative;
    color: #fff;
    min-width: 0;
    border: 2px solid #00cabf;
    background: conic-gradient(
            at calc(100% - 1.3 * 2px) 0,
            #00cabf 209deg,
            #00cabf 211deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
    display: flex;
    max-width: 410px;
    gap: 8px;
    padding: 7px 30px 7px 48px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 19px;
}

.cars .car_benefit::before {
    content: "";
    position: absolute;
    background: url(../img/ico_profit_white.png) 50% no-repeat;
    background-size: contain;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
}

.cars .car_benefit sup {
    font-size: 12px;
}

.cars .car_gift span {
    text-transform: uppercase;
}

.cars .car_gift span sup {
    font-size: 12px;
    padding-left: 8px;
}

.cars .car_slider {
}

.cars .car_slider .slick-dots {
}

.cars .car_slider .slick-dots li {
}

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

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

.cars .car_img {
}

.cars .car_item_wrapper {
    padding-top: 46px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.car_block {
    display: grid;
    padding: 20px 12px;
    background: #ececec;
}

.car_item:nth-child(even) .car_block {
    background: #dcdcdc;
}

.cars .info_block {
}

.cars .car_cred_item {
}

.cars .car_cred_item b {
}

.cars .car_cred_item.ico1 {
}

.cars .car_profit_block {
}

.popup.car_profit_item.car_profit_item1 {
}

.cars .car_profit {
    display: grid;
}

.cars .car_profit_item {
    font-size: 20px;
    font-weight: 300;
    color: #121314;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 32px;
    margin-bottom: 10px;
}

.cars .car_profit_item:last-child {
    margin-bottom: 0;
}

.cars .car_profit_item font {
    font-weight: 500;
}

.cars .car_profit_item font.green {
    color: #00cabf;
}

.cars .car_profit_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
}

.cars .car_profit_item.ico1:before {
    background: url(../img/car_profit_ico1.svg) 50% no-repeat;
    background-size: contain;
}

.cars .car_profit_item.ico2:before {
    background: url(../img/car_profit_ico2.svg) 50% no-repeat;
    background-size: contain;
}

.cars .car_profit_item.ico3:before {
    background: url(../img/car_profit_ico3.svg) 50% no-repeat;
    background-size: contain;
}

.cars .car_profit_item.ico4:before {
    background: url(../img/car_profit_ico4.svg) 50% no-repeat;
    background-size: contain;
}

.cars .car_profit_item.ico5:before {
    background: url(../img/car_profit_ico5.svg) 50% 50% no-repeat;
    background-size: contain;
}

.cars .car_profit_item.ico6:before {
    background: url(../img/car_profit_ico6.svg) 50% no-repeat;
    background-size: contain;
}

.cars .car_profit_item.ico7:before {
    background: url(../img/car_profit_ico7.svg) 50% no-repeat;
    background-size: contain;
}

.cars .car_profit_item.ico8:before {
    background: url(../img/car_profit_ico8.svg) 50% no-repeat;
    background-size: contain;
}

.cars .car_profit_item.ico9:before {
    background: url(../img/car_profit_ico9.svg) 50% no-repeat;
    background-size: contain;
}

.cars .car_profit_item span sup {
    font-size: 12px;
}

.car_gallery {
    display: grid;
    position: relative;
    top: -34px;
}

.car_gallery a {
    margin-top: 4px;
    margin-bottom: 4px;
    height: 80px !important;
}

.cars .car_btns {
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
}

.cars .car_btns .btn {
    width: 31%;
    padding-left: 0;
    justify-content: center;
}

.cars .car_btns .btn span {
    font-size: 14px;
}

.cars .car_btns .btn.glass {
    background: conic-gradient(
            at calc(100% - 2.6px) 0px,
            rgb(0, 202, 191) 202deg,
            rgb(255 255 255 / 0%) 203deg
    ) border-box border-box;
}

.cars .car_btns .btn.glass:hover {
    background: conic-gradient(
            at calc(100% - 1.3 * 2px) 0,
            #00cabf 203deg,
            #00cabf 205deg
    ) border-box;
}

.car_item:nth-child(even) {
    background: #f2f3f4;
}

/* .car_item:nth-child(even) .car_name {
    color: #fff;
}
.car_item:nth-child(even) .car_profit_item {
    color: #fff;
}
.car_item:nth-child(even) .car_btns .btn.glass {
    color: #fff;
} */
/* .car_item:nth-child(even):before {
    background: url(../img/car_before_greey.png) no-repeat;
    background-size: contain;
} */

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

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

.instock.anim {
    top: 500px;
}

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

.instock .content {
}

.tb_complects_container {
    margin-top: 50px;
}

#filter_table {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#filter_table .select_container {
    position: relative;
    width: 31.5%;
}

#filter_table .select_container:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 30px;
    width: 17px;
    height: 12px;
    background: url(../img/ico_select.png) no-repeat;
    background-size: contain;
    z-index: 5;
}

#filter_table .select_container select {
    background: conic-gradient(
            at calc(100% - 1.3 * 2px) 0,
            #626970 202deg,
            #fff 205deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
}

#instock .changed {
    border: 1px solid #62697033;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
    margin-bottom: 20px;
}

#instock .changed td:nth-child(2),
#instock .changed td:nth-child(3),
#instock .changed td:nth-child(4) {
    position: relative;
    width: 150px;
    padding-top: 60px;
}

#instock .changed td .complects_benefit {
    position: absolute;
    color: #fff;
    min-width: 0;
    border: 2px solid #00cabf;
    background: conic-gradient(
            at calc(100% - 1.3 * 2px) 0,
            #00cabf 209deg,
            #00cabf 211deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
    display: flex;
    max-width: 410px;
    gap: 8px;
    padding: 7px 30px 7px 48px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 19px;
    top: 0;
    width: max-content;
}

#instock .changed td .complects_benefit::before {
    content: "";
    position: absolute;
    background: url(../img/ico_profit_white.png) 50% no-repeat;
    background-size: contain;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
}

#instock .changed td .complects_benefit sup {
    font-size: 12px;
}

#instock .complects_img {
    width: 265px;
    height: 168px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#instock .complects_img img {
    width: 86%;
}

#instock .complects_img img {
    width: 86%;
}

#instock .complects_img .complects_colors {
    display: flex;
    align-items: center;
    gap: 15px;
}

#instock .complects_img .complects_colors div {
    height: 20px;
    width: 20px;
    cursor: pointer;
}

#instock .complects_img .complects_colors div.active {
    height: 25px;
    width: 25px;
}

#instock .models {
    display: block;
    width: 30%;
}

#instock .changed .param1 p,
#instock .changed .param2 p,
#instock .changed .param3 p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: #626970;
    margin-bottom: 10px;
}

#instock .changed .param1 span,
#instock .changed .param2 span,
#instock .changed .param3 span {
    font-size: 16px;
    font-weight: 500;
    color: #121314;
    text-transform: uppercase;
    /* white-space: nowrap; */
}

#instock .changed .btns {
    width: 34%;
}

#instock .changed .btns .btn {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

#instock .changed .btns .btn:nth-child(1) {
    margin-bottom: 10px;
}

#instock .tb_complects_showmore {
    margin-top: 24px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #121314;
}

#instock .changed .btns .btn.glass {
    background: conic-gradient(
            at calc(100% - 1.3 * 2px) 0,
            #00cabf 202deg,
            #fff 205deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
}

#instock .changed .btns .btn.glass:hover {
    background: conic-gradient(
            at calc(100% - 1.3 * 2px) 0,
            #00cabf 202deg,
            #00cabf 205deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
}

#instock .compl_items {
    width: 70%;
    padding-top: 10px;
}

#instock .model_name {
    position: relative;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 400;
    display: grid;
    justify-content: center;
    padding-top: 90px;
    opacity: 0.5;
    width: 200px;
    margin-bottom: 10px;
}

#instock .model_name.active {
    opacity: 1;
}

#instock .model_name:before {
    content: "";
    position: absolute;
    top: 0;
    width: 200px;
    height: 108px;
}

#instock .compl_items .item {
    position: relative;
    display: none;
    justify-content: space-between;
    align-items: start;
    height: 218px;
    padding-left: 41%;
    padding-top: 60px;
    margin-bottom: 40px;
}

#instock .compl_items .item:before {
    position: absolute;
    content: "";
    width: 108%;
    height: 100%;
    background: #f5f5f6;
    border-radius: 222px 0 0 222px;
    left: 50px;
    top: 0;
}

#instock .compl_items .compl_image {
    box-sizing: border-box;
    width: 39%;
    padding: 15px;
    z-index: 2;
    position: absolute;
    left: -50px;
    top: -31px;
}

#instock .compl_items .model_block {
    z-index: 5;
}

#instock .compl_items .compl_model {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
}

#instock .compl_items .compl_model span {
    font-size: 24px;
    font-weight: 700;
}

#instock .compl_items .compl_engine {
    font-size: 18px;
    font-weight: 400;
    color: #727376;
}

#instock .compl_items .compl_btns {
    width: 377px;
}

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

#instock .compl_items .compl_btns .btn:nth-child(1) {
    margin-bottom: 10px;
}

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

.instock_cont {
    margin-top: 50px;
    justify-content: space-between;
}

.compls_showmore {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    color: #000;
}

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

.corporate {
    position: relative;
    margin-top: 140px;
    overflow: hidden;
}

.corporate .container {
    position: initial;
    display: flex;
    justify-content: right;
}

.corporate .corporate_img {
    position: absolute;
    right: 23%;
    width: 78%;
    overflow: hidden;
    height: 372px;
    z-index: -1;
}

.corporate .corporate_img img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    /* top: calc(2vw - 298px); */
    top: calc(2vw - 42px);
}

.corporate .item_title span {
    padding-left: 34px;
}

.corporate .item_title span:before {
    top: 20px;
    left: 12px;
}

.corporate .item_title {
    justify-content: left;
    margin-bottom: 0;
    /* color: #fff; */
}

.corporate .corporate_cont {
    position: relative;
    top: 20px;
    padding-left: 144px;
    padding-top: 55px;
    padding-bottom: 106px;
    width: 55%;
}

.corporate .corporate_cont:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 170%;
    height: 100%;
    background: #f2f3f4;
    transform: skew(-35deg);
    z-index: 0;
}

.corporate .corporate_cont:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 70px;
    width: 170%;
    height: 100%;
    background: #ffffff;
    transform: skew(-30deg);
    z-index: -1;
}

.corporate .corporate_desc {
    margin-top: 26px;
    margin-bottom: 34px;
    position: relative;
    z-index: 1;
}

.corporate .corporate_desc p {
    /* text-transform: uppercase; */
    /* color: #fff; */
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.corporate .corporate_desc p span {
    color: #00cabf;
}

.corporate .btn {
    font-family: "Haval", sans-serif;
    width: 78%;
    max-width: 420px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

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

.credit {
    overflow: hidden;
    margin-top: 140px;
    padding-bottom: 40px;
}

.credit .container {
    position: initial;
    display: flex;
    justify-content: space-between;
}

.credit .item_title {
    /* color: #fff; */
    justify-content: left;
    margin-bottom: 0;
    position: relative;
    left: 8px;
}

.credit .credit_cont {
    padding-top: 20px;
    padding-bottom: 30px;
    width: 48%;
    padding-right: 8%;
    position: relative;
    top: 20px;
    z-index: 1;
}

.credit .credit_cont:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 180%;
    height: 100%;
    background: #f2f3f4;
    transform: skew(-26deg);
}

.credit .credit_cont:after {
    content: "";
    position: absolute;
    top: -20px;
    right: 35px;
    width: 180%;
    height: 100%;
    background: #ffffff;
    transform: skew(-26deg);
    z-index: -1;
}

.credit .credit_desc {
    margin-top: 26px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.credit .credit_desc p {
    /* text-transform: uppercase;
    color: #fff; */
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.credit_form form {
    margin-top: 42px;
    max-width: 417px;
}

.credit_cont form .form-group input[type="text"],
.credit_cont form .form-group input[type="tel"] {
    height: 50px;
    max-width: 420px;
    border-color: #fff;
    background: conic-gradient(
            at calc(100% - -2 * 2px) 0,
            #626970 206deg,
            #fff 208deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
}

.credit_cont form .form-group button {
    max-width: 420px;
    height: 50px;
}

.btn span {
    width: 89%;
    text-align: center;
}

.credit_cont .agree_field {
    color: #121314;
}

.credit_cont .agree_field a {
    text-decoration: underline;
    color: #121314;
}

.credit_img {
    position: absolute;
    right: 0;
    width: 60%;
    height: 362px;
    overflow: hidden;
}

.credit_img img {
    width: 100%;
    position: absolute;
    right: 0;
    top: calc(-12vw + 110px);
}

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

.tradein {
    position: relative;
    margin-top: 140px;
    overflow: hidden;
}

.tradein .container {
    position: initial;
    display: flex;
    justify-content: right;
}

.tradein .tradein_img {
    position: absolute;
    right: 40%;
    width: 60%;
    overflow: hidden;
    height: 510px;
    z-index: -1;
}

.tradein .tradein_img img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    /* top: calc(2vw - 100px); */
    top: calc(2vw - 39px);
}

.tradein .item_title {
    justify-content: left;
    margin-bottom: 0;
    /* color: #fff; */
}

.tradein .tradein_cont {
    position: relative;
    top: 20px;
    padding-left: 17%;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 55%;
}

.tradein .tradein_cont:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 170%;
    height: 100%;
    background: #f2f3f4;
    transform: skew(-26deg);
    z-index: 0;
}

.tradein .tradein_cont:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 40px;
    width: 170%;
    height: 100%;
    background: #ffffff;
    transform: skew(-26deg);
    z-index: -1;
}

.tradein .tradein_desc {
    margin-top: 26px;
    margin-bottom: 22px;
    position: relative;
    z-index: 1;
}

.tradein .tradein_desc p {
    /* text-transform: uppercase;
    color: #fff; */
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.tradein_cont form {
    max-width: 420px;
}

.tradein form .form-group input[type="text"],
.tradein form .form-group input[type="tel"] {
    border-color: #fff;
    background: conic-gradient(
            at calc(100% - -2 * 2px) 0,
            #626970 206deg,
            #fff 208deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
    height: 50px;
}

.tradein form select {
    border-color: #fff;
    background: conic-gradient(
            at calc(100% - -2 * 2px) 0,
            #626970 206deg,
            #fff 208deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
}

.tradein .agree_field {
    color: #121314;
    text-align: left;
}

.tradein .agree_field a {
    color: #121314;
    text-decoration: underline;
}

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

.best_offer {
}

.best_offer:before {
}

.best_offer:after {
}

.best_offer.anim {
}

.best_offer .container {
}

.best_offer .title {
}

.best_offer .content {
}

.best_offer .best_offer_text {
}

.best_offer .best_offer_form {
}

.best_offer .best_offer_form:before {
}

.best_offer .best_offer_form form {
    width: 377px;
}

.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"] {
}

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

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

.reviews {
    margin-top: 220px;
    background-image: url("../img/review_bg.png");
    background-repeat: no-repeat;
    background-position: 31vw top;
    overflow: hidden;
}

.reviews .item_title {
    text-align: start;
    justify-content: start;
    margin-bottom: 175px;
}

.reviews .swiper-wrapper {
    height: unset;
    align-items: stretch;
}

.review-card {
    background-color: #f2f3f4;
    padding: 20px;
    min-height: 402px;
    min-height: 339px;
}

.review-card__stars {
    display: flex;
    flex-wrap: nowrap;
    max-height: 18px;
    gap: 2px;
    min-width: 100px;
}

.review-card__header {
    display: flex;
    align-self: center;
    justify-content: space-between;
    min-height: 36px;
    border-bottom: 1px solid #898989;
}

.review-card__name {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}

.review-card__text {
    padding: 0;
    margin: 0;
    white-space: pre-line;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.3s linear;
    max-height: 36em;
    line-height: 1.4; /* Важно указать line-height для расчетов */
}

.review-text {
    display: -webkit-box;
    -webkit-line-clamp: 10; /* Ограничение по количеству строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

.review-card__show-more {
    padding: 0;
    margin: 0;
    display: inline;
}

.review-card {
    position: relative;
}

.review-text.expanded {
    display: block;
    -webkit-line-clamp: unset;
    max-height: 10000px; /* Максимальная высота при раскрытии */
    overflow: visible;
}

.show-more {
    background: none;
    border: none;
    color: #b9b9b9;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 0;
    margin-top: 5px;
    display: none; /* По умолчанию скрыта */
    transition: all 0.3s linear;
}

.show-more:hover {
    opacity: 0.8;
}

.show-more.visible {
    display: inline-block;
}

.reviews__block {
    position: relative;
}

.reviews .swiper {
    position: relative;
    padding-bottom: 30px;
}

.reviews .swiper-button-next,
.reviews .swiper-button-prev {
    background-image: url("../img/ico_reviews_arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 65%;
}

.reviews .swiper-button-prev {
    left: -22px;
    background-image: url("../img/ico_reviews_arrow_back.svg");
}

.reviews .swiper-button-next {
    right: -22px;
}

.reviews .swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.reviews .swiper-pagination-bullet {
    height: 4px;
    width: 32px;
    border-radius: 4px;
}

.reviews .swiper-pagination-bullet-active {
    background-color: #00cabf;
}

.reviews .swiper-button-next::after,
.reviews .swiper-button-prev::after {
    content: "";
}

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

.contacts {
    margin-top: 114px;
}

.contacts .item_title {
    margin-bottom: 68px;
}

.contacts .container {
}

.contacts_logo {
    display: flex;
    align-items: center;
}

.contacts_logo .logo.logo1 {
    display: flex;
    align-items: center;
    height: 60px;
    padding-right: 12px;
    margin-right: 10px;
    border-right: 1px solid #9e9a98;
}

.contacts_logo .logo.logo2 p {
    font-family: "Noto Sans";
    margin: 0;
    font-size: 10px;
    font-weight: 400;
    color: #293337;
    text-align: center;
}

.contacts_logo .logo.logo2 p span {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.contacts_title {
}

.contacts .content {
    position: absolute;
    z-index: 5;
    padding: 30px 114px 30px 30px;
    top: 220px;
}

.contacts .content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(
            at calc(100% - 1.3 * 2px) 0,
            #fff 209deg,
            #fff 211deg
    ) border-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 3.4 * 50px) 100%, 0 100%);
    z-index: 5;
}

.contacts .contacts_block {
    position: relative;
    z-index: 6;
}

.contacts_block .logo.logo2 {
}

.contacts_block p {
}

.contacts_block p span {
}

.contacts_block .logo_text {
}

.contacts .contacts_cont {
    margin-top: 31px;
}

.contacts .bottom_addr {
    color: #121314;
    font-size: 14px;
    font-weight: 400;
    padding-left: 28px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 26px;
    margin-bottom: 14px;
}

.contacts .bottom_addr:before {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 26px;
    background: url(../img/addr_ico.svg) 0 50% no-repeat;
}

.contacts .bottom_phone {
    color: #121314;
    font-size: 16px;
    font-weight: 400;
    padding-left: 28px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 26px;
}

.contacts .bottom_phone:before {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 26px;
    background: url(../img/phone_ico.svg) 0 50% no-repeat;
}

.contacts .bottom_text {
    margin-top: 31px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #121314;
}

.contacts .open_hours {
}

.contacts .have_quest {
}

.contacts .btn {
}

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

#map1 {
    width: 100%;
    height: 540px;
    background: url("../img/map.jpg?v=2") 50% 0% no-repeat;
}

footer {
    padding: 30px 0;
    background: #121314;
    text-align: center;
}

.yurinfo {
    color: #ffffff;
    margin-bottom: 15px;
    text-align: left;
    font-size: 14px;
}

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

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

.footer_cont .logo_wrap .logo.logo1 {
    display: flex;
    align-items: center;
    height: 60px;
    padding-right: 14px;
    margin-right: 14px;
    border-right: 1px solid #9e9a98;
}

.footer_cont .logo_wrap .logo.logo2 p {
    font-family: "Noto Sans";
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
}

.footer_cont .logo_wrap .logo.logo2 p span {
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.comp_info {
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

.comp_info a {
    color: #fff;
}

.disclamer_switch_bg {
}

.disclamer_switch {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.your_info2 {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.your_info {
    margin-top: 20px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

footer .disclamer {
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 30px;
    text-align: left;
    line-height: 14px;
}

.copyright {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.slick-slider.complects_slider {
    display: none;
}

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

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

@media (max-width: 1800px) {
    .cars .car_name {
        font-size: 50px;
    }

    .cars .car_name span {
        font-size: 56px;
    }

    .popup.car_profit_item.car_profit_item1 {
        right: -386px;
        transform: scale(0.7);
    }

    .item_section h2 {
        font-size: 50px;
        line-height: normal;
    }

    .item_section p:before {
        width: 330px;
    }

    .best_offer:after {
        width: 27%;
    }

    .best_offer:before {
        width: 27%;
    }

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

    .timer_block .timer {
        width: 38%;
        display: grid;
        justify-content: center;
    }

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

    .bottom_text {
        font-size: 18px;
    }
}

@media (max-width: 1680px) {
    .services .title {
        font-size: 28px;
    }

    .tradein .tradein_img img {
        /* top: calc(6vw - 100px); */
        top: calc(6vw - 21px);
    }
}

@media (max-width: 1560px) {
    .banner .title2 {
        font-size: 20px;
    }

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

    .timer_form_title p {
        font-size: 13px;
    }

    .banner .title3 b {
        font-size: 14px;
    }

    .corporate .corporate_img img {
        /* top: calc(2vw - 215px); */
    }

    .tradein .tradein_img {
        right: 41%;
        width: 66%;
    }
}

@media (max-width: 1441px) {
    .tradein .tradein_img {
        right: 41%;
        width: 68%;
    }
}

@media (max-width: 1380px) {
    .cars .car_slider {
        margin-left: 0;
    }

    .popup.car_profit_item.car_profit_item1 {
        right: -308px;
    }

    .cars .car_name span {
        font-size: 42px;
    }

    .car_slider .slick-list:before {
        margin-left: -230px;
        width: 460px;
        height: 460px;
        bottom: initial;
    }

    .car_slider .slick-dots {
        bottom: 34%;
    }

    .cars_menu_slider {
    }

    header .menu .menu_models {
        width: 56%;
    }

    header .menu .menu_items {
    }

    .tradein .tradein_img {
        right: 40%;
        width: 74%;
    }

    .tradein .tradein_img img {
        /* top: calc(9vw - 180px); */
        top: calc(9vw - 100px);
    }

    .reviews .swiper-button-next,
    .reviews .swiper-button-prev {
        display: none;
    }

    .reviews .swiper-pagination-bullets {
        gap: 4px;
    }

    .reviews .swiper-pagination-bullet {
        height: 4px;
        width: 22px;
        border-radius: 4px;
    }
}

@media (max-width: 1280px) {
    .corporate .corporate_desc p {
        font-size: 18px;
    }

    .credit .credit_desc p {
        font-size: 18px;
    }

    .cars .car_btns .btn span {
        font-size: 12px;
    }

    .cars .car_img {
        width: 45%;
    }

    .cars_menu_item span {
        font-size: 16px;
    }

    .cars .car_profit_item {
        font-size: 14px;
        margin-bottom: 14px;
    }

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

    .cars .car_name span {
        font-size: 34px;
    }

    .cars .car_item {
    }

    .corporate .corporate_img img {
        /* top: calc(2vw - 100px); */
    }

    .tradein .content_img img {
    }

    .car_slider .slick-slide {
    }

    .car_slider .slick-prev,
    .car_slider .slick-next {
    }

    #instock .compl_items .item.show {
    }

    #instock .compl_items .compl_image {
    }

    #instock .compl_items .item {
    }

    #instock .compl_items {
    }
}

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

    .instock {
    }

    .instock .container {
    }

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

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

    .banner .banner_profit_block .item {
    }

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

    .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 {
        max-width: none;
    }

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

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

@media (max-width: 1199px) {
    .banner.slide3 .title2 .br_mob {
        display: block;
    }

    .corporate .corporate_cont {
        padding-left: 106px;
        width: 64%;
    }

    .corporate .corporate_img {
        right: 27%;
    }

    .corporate .corporate_desc p {
        font-size: 14px;
    }

    .credit_img {
        height: 346px;
    }

    .credit .credit_desc p {
        font-size: 14px;
    }

    .tradein .tradein_desc p {
        font-size: 14px;
    }

    .contacts .content {
        display: block;
    }

    .contacts .contacts_block {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }

    .contacts .btn {
        max-width: 377px;
    }

    #map1 {
        height: 350px;
        width: 100%;
    }

    .car_slider .slick-slide {
        transform: scale(0.5) translate(0px, 100%);
    }

    #filter_table .select_container select {
        font-size: 12px;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (max-width: 991px) {
    .your_info2 {
        align-items: flex-start;
        text-align: center;
    }

    .run_now {
        height: 56px;
    }

    .run_now_cont {
        font-size: 16px;
    }

    .run_now_cont div:before {
        width: 20px;
        height: 20px;
        background-size: contain;
    }

    .run_now_cont div {
        margin-right: 18px;
        padding-left: 34px;
        padding-right: 28px;
    }

    .cookies {
        padding: 15px 40px;
    }

    .cookies_wrap {
        flex-direction: column;
    }

    .cookies_text {
        font-size: 14px;
    }

    .cookies_wrap .button {
        width: 100%;
        margin-top: 20px;
    }

    .corporate .corporate_cont:after {
        display: none;
    }

    .tradein .tradein_cont:after {
        display: none;
    }

    .credit .credit_cont:after {
        display: none;
    }

    .credit_img img {
        top: calc(-12vw + 40px);
    }

    #instock .changed {
        flex-wrap: wrap;
    }

    #instock .changed .btns {
        padding-left: 30px;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #instock .complects_img {
        margin-left: 30px;
        margin-top: 20px;
    }

    #instock .changed td .complects_benefit {
        position: relative;
        /* width: 100%; */
    }

    .contacts {
        margin-top: 70px;
        padding-top: 54px;
    }

    .contacts .content {
        position: relative;
        top: 0;
    }

    .contacts .item_title {
        margin-bottom: 20px;
    }

    .corporate .container {
        display: grid;
        padding: 0;
        justify-content: normal;
    }

    .corporate .corporate_img {
        /* height: 265px; */
        height: 142px;
    }

    .corporate .corporate_cont:before {
        width: 100%;
        transform: skew(0deg);
    }

    .corporate .corporate_img {
        order: 2;
        right: 0;
        position: relative;
        width: 100%;
    }

    .corporate .corporate_img img {
        width: 100%;
        /* top: calc(0vw - 100px); */
        top: calc(0vw - 0px);
    }

    .corporate {
        overflow: initial;
        margin-top: 0;
    }

    .corporate .corporate_cont {
        width: 100%;
        top: 0;
        padding-left: 30px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .credit {
        margin-top: 60px;
    }

    .credit .container {
        display: grid;
        padding: 0;
    }

    .credit .credit_cont {
        order: 2;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 40px;
        padding-left: 30px;
        position: relative;
        top: 0;
        z-index: 1;
    }

    .credit .credit_cont:before {
        width: 100%;
        transform: skew(0deg);
    }

    .credit_img {
        position: relative;
        right: 0;
        width: 100%;
        order: 2;
    }

    .tradein .container {
        display: grid;
        padding: 0;
        justify-content: normal;
    }

    .tradein .tradein_img {
        height: 265px;
    }

    .tradein .tradein_cont:before {
        width: 100%;
        transform: skew(0deg);
    }

    .tradein .tradein_img {
        order: 2;
        right: 0;
        position: relative;
        width: 100%;
    }

    .tradein .tradein_img img {
        width: 100%;
    }

    .tradein {
        overflow: initial;
        margin-top: 0;
    }

    .tradein .tradein_cont {
        width: 100%;
        top: 0;
        padding-left: 30px;
    }

    .cars_menu_item span:before {
        width: 40%;
        left: 50%;
        margin-left: -20%;
    }

    .cars .car_btns {
        display: block;
        max-width: 412px;
    }

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

    .car_gallery {
        top: 0;
    }

    .cars .car_name {
        top: 0;
        display: flex;
        width: 100%;
        align-items: end;
    }

    .cars .car_name span {
        margin-left: 10px;
    }

    .car_compl {
        position: relative;
    }

    .cars .car_item_wrapper {
        top: 0;
        width: 100%;
        position: relative;
        right: initial;
        z-index: 5;
        padding-top: 33px;
    }

    .cars .car_profit_block {
        margin-top: 60px;
        margin-left: 45px;
    }

    .cars {
        margin-top: 0;
    }

    .popup.car_profit_item.car_profit_item1 {
        right: -96%;
        left: inherit;
        width: max-content;
    }

    .car_slider .slick-track {
        padding-top: 125px;
        height: 490px;
    }

    .car_slider .slick-slide {
    }

    .cars .car_item_wrapper {
        left: 0;
        position: relative;
    }

    header .menu .menu_models {
        width: 50%;
    }

    header .menu .menu_models a,
    header .menu .menu_items a {
        font-size: 12px;
    }

    .banner.slide1 {
        background-size: 100% auto;
    }

    .item_section {
        display: grid;
    }

    .item_section p {
        order: 2;
    }

    .footer_cont {
        display: block;
    }

    .disclamer_switch_bg {
        text-align: left;
        margin: 20px 0;
    }

    .banner_slider {
        margin-top: 120px;
    }

    .banner .title_container {
        margin-top: 0;
        padding-top: 2vw;
    }

    .banner_slider .slick-list,
    .banner_slider .slick-track,
    .banner_slider .slick-slide {
    }

    .banner .title1,
    .banner .title2,
    .banner .title3 {
        line-height: 140%;
    }

    .banner .title1 {
        font-size: 3.6vw;
        text-align: center;
    }

    .banner .title_container .content:before {
        /* display: none; */
    }

    .timer_block .content {
        display: grid;
        justify-content: center;
    }

    .timer_block .timer {
        width: 100%;
        position: relative;
    }

    .timer_block .agree_field {
    }

    .timer_form_title {
        text-align: center;
        max-width: inherit;
    }

    .timer_form_block {
        display: block;
        justify-content: center;
    }

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

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

    .banner_slider .banner {
        height: 72vw;
    }

    .banner .title2 {
        font-size: 2.6vw;
        text-align: center;
    }

    .webp .banner.slide1,
    .webp .banner.slide2 {
        /*background: url(../img/bg1.webp) no-repeat center bottom;*/
    }

    .banner {
    }

    .banner.slide1,
    .banner.slide2,
    .banner.slide3,
    .banner.slide4 {
        background-size: 100%;
    }

    .contacts .contacts_block {
        position: relative;
        top: 0;
    }

    .banner.slide1 {
        background-position: 50% 100%;
    }

    .banner.slide2 {
        background-position: 50% 100%;
    }

    .banner.slide3 {
        background-position: 50% 100%;
    }

    .banner.slide4 {
        background-position: 50% 100%;
    }

    .banner .title_container .content .br_mob {
        display: block;
    }

    .banner_props a {
        font-size: 1.8vw;
    }

    .instock {
        margin-top: 0;
    }

    .item_section h2 {
        text-align: left;
    }

    .banner_slider .slick-slide {
    }

    .timer_block {
        margin-top: 40px;
    }

    .timer_form_title p {
        text-align: center;
    }

    .timer_form_block {
        width: 100%;
    }

    .cars_menu_slider .slick-dots {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .cars_menu_slider .slick-dots li button {
        color: transparent;
        padding: 0;
        margin: 0 4px;
        font-size: 0;
        border: none;
        width: 10px;
        height: 10px;
        border-radius: 50px;
        background: #626970;
    }

    .cars_menu_slider .slick-dots li.slick-active button {
        background: #00cabf;
    }

    .cars_menu_item span {
        width: 100%;
        display: block;
        text-align: center;
    }

    #filter_table {
        display: block;
    }

    #filter_table .select_container {
        width: 100%;
        margin-bottom: 10px;
    }

    .tb_complects_container {
        margin-top: 10px;
    }
}

@media (max-width: 1180px) {
    .best_offer .title {
        font-size: 42px;
    }

    .best_offer .best_offer_text {
        font-size: 20px;
    }

    .best_offer .best_offer_form form {
        display: block;
    }

    .best_offer .best_offer_form form .form-group {
        width: 100%;
    }

    .best_offer .container {
    }

    .best_offer .content {
    }

    .comp_info,
    .disclamer_switch,
    .comp_info {
    }

    .best_offer:before {
        width: 18%;
    }

    .best_offer:after {
        width: 18%;
    }
}

@media (max-width: 1024px) {
    .cars .title {
    }

    .cars .car_profit_item.ico1 span {
    }

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

@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 {
    }

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

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

    .banner .banner_profit_block .item {
    }

    .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 {
        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 {
        margin-top: 30px;
    }

    .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: 840px) {
    .banner .title3 {
        right: 20px;
    }

    header .btn {
        display: none;
    }

    .timer_block {
        margin-top: 0;
    }

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

    .car_gallery {
        display: flex;
        justify-content: right;
        width: 100%;
    }

    .car_gallery a {
        margin-top: 0;
        margin-left: 10px;
    }

    .cars .car_btns {
        margin-top: 20px;
        position: absolute;
        bottom: 0;
    }

    .cars .car_btns {
        display: block;
        width: 50%;
    }

    .car_block {
        display: grid;
    }

    .cars_menu {
        margin-bottom: 0;
    }

    .cars .car_btns {
        position: relative;
    }

    .car_gallery {
        margin-top: 10px;
        padding-bottom: 14px;
    }

    .car_gallery .slick-prev {
        left: 14px;
        transform: rotate(270deg);
    }

    .car_gallery .slick-next {
        right: 0;
        left: auto;
        transform: rotate(90deg);
    }

    .car_gallery .slick-prev,
    .car_gallery .slick-next {
        position: absolute;
        bottom: 38%;
        z-index: 2;
        background: url(../img/btn_slide.svg) no-repeat #ffffff80;
        border-radius: 50px;
        background-size: contain;
    }
}

@media (max-width: 767px) {
    .worktime_holiday_title {
        position: relative;
        top: 0;
        margin-bottom: 2vw;
        min-height: initial;
        padding: 2vw 2vw 2vw 48px;
        font-size: 2vw;
    }

    .worktime_holiday_title:before {
        left: 14px;
    }

    .cars_menu_slider {
        margin: 18px 0;
        height: 80px !important;
    }

    .cars_menu {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 30px;
        padding-bottom: 38px;
    }

    .banner .title1 {
        margin-bottom: 0;
    }

    .banner .title4::before {
        display: none;
    }

    .cars_menu_slider .swiper-button-next,
    .cars_menu_slider .swiper-button-prev {
        display: block;
    }

    .cars_menu_slider .swiper-button-next:after,
    .cars_menu_slider .swiper-button-prev:after {
        top: 50%;
        position: absolute;
        margin-top: -14px;
    }

    .cookies {
        padding: 15px;
    }

    .cookies_wrap {
        flex-direction: column;
    }

    .cookies_text {
        font-size: 10px;
    }

    .cookies_wrap .button {
        width: 100%;
        height: 40px;
        margin-top: 10px;
    }

    .br {
        display: block;
    }

    .advant__txt {
        text-align: center;
    }

    .advant__img {
        width: 50%;
        height: 125px;
    }

    .advant__container {
        flex-direction: column;
    }

    .advant {
        max-width: 100%;
    }

    .contacts .contacts_cont {
        margin-top: 16px;
    }

    .contacts .bottom_text {
        margin-top: 20px;
    }

    .contacts .contacts_block {
        margin-bottom: 0;
    }

    .btn span {
        width: 100%;
    }

    .car_item:nth-child(even):before {
        display: none;
    }

    header .logo.logo2 {
        padding-right: 6px;
        margin-right: 4px;
        border-right: 1px solid #9e9a98;
    }

    .credit_img {
        height: 265px;
    }

    .banner .title_container .content br {
        display: block;
    }

    #instock .complects_img img {
        height: auto;
        width: auto;
    }

    #instock .complects_img {
        height: auto;
        width: 100%;
        padding-bottom: 10px;
    }

    #instock .changed td:nth-child(2),
    #instock .changed td:nth-child(3),
    #instock .changed td:nth-child(4) {
        width: 33%;
        padding-left: 30px;
        padding-top: 10px;
    }

    .banner {
        min-height: 57vw !important;
    }

    .banner .content {
        margin-top: 110px;
    }

    .banner.slide3 {
        background: url(../img/bg3_mob.jpg) 0 0 no-repeat;
        background-size: cover;
    }

    .banner.slide3 .title_container .content {
        padding: 12px 0;
        width: 100%;
        gap: 16px;
    }

    .run_now {
        height: 40px;
    }

    header .btn {
        display: none;
    }

    .car_gallery {
        display: flex;
        height: 60px !important;
        margin-bottom: 30px;
        padding-bottom: 0;
    }

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

    .instock_cont {
    }

    #instock .models {
        display: block;
        width: 100%;
    }

    #instock .compl_items {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 66px;
    }

    #instock .compl_items .compl_image {
        width: 100%;
        top: 0px;
        position: relative;
        left: 0;
    }

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

    #instock .compl_items .item {
        padding-right: 0px;
    }

    .popup.car_profit_item.car_profit_item1 {
        transform: scale(1);
        top: auto;
        bottom: -260px;
        left: -30%;
    }

    .cars .car_profit_item span {
        font-size: 36px;
    }

    header:before {
        display: none;
    }

    .cars .car_profit_block {
        margin-top: 25px;
        margin-left: 30px;
    }

    .cars .car_btns {
        margin-top: 10px;
        padding: 0 4%;
        max-width: 377px;
    }

    .car_slider .slick-dots {
        bottom: 25px;
    }

    .cars .car_profit_item span {
        font-size: 16px;
    }

    .cars .car_profit_item span b {
        font-size: 16px;
    }

    .car_slider:after,
    .car_slider:before {
        display: none;
    }

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

    .car_slider .slick-track {
        padding-top: 0;
        height: 357px;
        padding-bottom: 100px;
    }

    .car_slider .slick-list:before {
        margin-left: -175px;
        width: 330px;
        height: 330px;
        bottom: initial;
    }

    .car_slider .slick-prev,
    .car_slider .slick-next {
    }

    .car_slider .slick-prev {
        left: 34%;
    }

    .car_slider .slick-next {
        right: 20%;
    }

    .instock {
        padding-bottom: 20px;
    }

    .cars .car_name {
        left: 20px;
    }

    .car_compl {
    }

    .car_slider .slick-slide.slick-active.slick-center {
        transform: scale(0.6);
        opacity: 1;
    }

    .banner .title_container {
        padding-top: 2vw;
    }

    .banner.slide1 {
        height: 58vw;
    }

    .banner.slide2 {
        height: 72vw;
    }

    .banner.slide3 {
        /* height: 86vw; */
    }

    .banner.slide4 {
        height: 66vw;
    }

    .best_offer .container {
        display: block;
    }

    .cars .car_item {
        width: 100%;
        overflow: hidden;
    }

    .banner .title1 {
        font-size: 4vw;
        line-height: normal;
    }

    .banner .title1 i {
        display: none;
    }

    .banner .title2 {
        font-size: 3vw;
        text-align: center;
        padding-top: 0;
        padding-inline: 0;
    }

    .banner .title2 br {
        display: block;
    }

    .banner_props {
        display: none;
        row-gap: 1vw;
        flex-direction: column;
        align-items: center;
        row-gap: 3vw;
    }

    .banner_props a {
        min-height: initial;
        padding-left: 8vw;
        font-size: 2.8vw;
    }

    .banner_props a:before {
        width: 6vw;
        height: 6vw;
        background-size: contain !important;
    }

    .banner_props_mob {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
        margin: 14px 0;
    }

    .banner_props_mob a {
        position: relative;
        color: #fff;
        min-width: 0;
        border: 2px solid #00cabf;
        background: conic-gradient(
                at calc(100% - 1.3 * 2px) 0,
                #00cabf 209deg,
                #00cabf 211deg
        ) border-box;
        clip-path: polygon(0 0, 100% 0, calc(100% - 0.43 * 50px) 100%, 0 100%);
        display: flex;
        width: 100%;
        gap: 8px;
        padding: 7px 4px 7px 28px;
        font-size: 12px;
        font-weight: 400;
    }

    .banner_props_mob a::before {
        content: "";
        position: absolute;
        background-size: contain;
        left: 2px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
    }

    .banner_props_mob a.ico1:before {
        background: url(../img/banner_props_mob_ico1.svg) no-repeat;
    }

    .banner_props_mob a.ico2:before {
        background: url(../img/banner_props_mob_ico2.svg) no-repeat;
    }

    .banner_props_mob a.ico3:before {
        background: url(../img/banner_props_mob_ico3.svg) no-repeat;
    }

    .timer_block .timer {
        padding: 0;
        margin-right: 0;
    }

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

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

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

    .fancybox-wrap {
        margin: 0px !important;
        width: 100% !important;
        left: 0px !important;
        top: 20px !important;
    }

    .fancybox-type-image .fancybox-close {
        top: -8px !important;
    }

    .simple_slider .btn_left {
        display: none !important;
    }

    .simple_slider .btn_right {
        display: none !important;
    }

    .popup_container {
        width: 100%;
    }

    .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;
        padding: 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 {
        display: flex;
        justify-content: center;
    }

    .instock .slick-dots li {
        margin: 0 4px;
    }

    .instock .slick-dots button {
        color: transparent;
        border: 1px solid #d9d9d9;
        background: #d9d9d9;
        width: 8px;
        height: 8px;
        border-radius: 50px;
    }

    .instock .slick-dots li.slick-active button {
        border: 1px solid #00cabf;
        background: #00cabf;
        width: 10px;
        height: 10px;
    }

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

    .instock .slick-next {
    }

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

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

    .instock .slick-next:hover {
        background: url(../img/slider_compl_arrow.png) 50% no-repeat #eaeef1;
    }

    #instock .tb_complects_showmore {
        display: none !important;
    }

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

    .btn {
        width: 100%;
    }

    .reviews .swiper-pagination-bullets {
        gap: 2px;
    }

    .reviews .swiper-pagination-bullet {
        height: 4px;
        width: 12px;
        border-radius: 4px;
    }

    .reviews {
        margin-top: 30px;
        background-image: none;
    }

    .reviews .item_title {
        margin-bottom: 20px;
        justify-content: center;
    }

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

    header .container {
    }

    header .header {
        flex-wrap: wrap;
        justify-content: left;
        border: none;
        padding: 10px 0;
        /* column-gap: 24px; */
        row-gap: 10px;
    }

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

    header .logo {
        /* max-width: 25%; */
    }

    header .logo.logo1 {
        height: auto;
        width: 51%;
    }

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

    header .logo.logo2 p.dealer {
        display: none;
    }

    header .logo.logo3 {
        max-width: 28%;
    }

    header .top_addr {
        display: none;
    }

    header .top_phone {
        width: 100%;
        text-align: center;
        position: fixed;
        bottom: 0;
        z-index: 10;
        background: #fff;
        left: 0;
        height: 50px;
        align-items: center;
        display: grid;
        background: #00cabf;
        color: white;
    }

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

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

    header .menu .menu_models {
        display: none;
    }

    header .menu .menu_items {
        display: grid;
        justify-content: center;
        width: 100%;
    }

    header .menu .menu_models a,
    header .menu .menu_items a {
        font-size: 18px;
    }

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

    header .menu .menu_items {
        width: 100%;
        row-gap: 10px;
    }

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

    header .menu.active {
        left: 0;
    }

    .banner .title3 {
        display: none;
    }

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

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

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

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

    .timer_form_block {
        display: block;
    }

    .timer_block .timer_form form .form-group {
        width: 100%;
    }

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

    .banner .title_container {
    }

    .banner {
    }

    .banner .title_container {
    }

    .banner .container {
        padding: 0;
    }

    .banner .title_container .content {
        padding: 0;
        margin-top: 0;
    }

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

    .banner .title b {
        /* display: block; */
    }

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

    .banner .title2_3 b {
    }

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

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

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

    .banner {
    }

    /**************************************************************************************************************/
    .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.9) !important;
        position: relative;
        margin-left: 0;
        left: 0;
    }

    .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_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 {
        margin-bottom: 10px;
    }

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

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

    .cars .car_img {
        width: 100%;
    }

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

    .car_block {
        margin-bottom: 20px;
        order: 2;
        width: 100%;
        padding: 10px 12px;
    }

    .cars .img_block {
        order: 1;
    }

    .cars .car_cred_item {
        position: static;
    }

    .cars .car_cred_item.ico1 {
    }

    .cars .car_profit_block {
    }

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

    .tradein .content {
        padding: 10px 20px;
    }

    .cars .car_profit_item span {
    }

    .cars .car_profit_item b {
    }

    .cars .car_profit_item {
        min-height: 24px;
    }

    .cars .car_profit_item.ico1 {
    }

    .cars .car_profit_item.ico2 {
    }

    .cars .car_profit_item.ico3 {
    }

    .cars .car_profit_item.ico4 {
    }

    .cars .car_btns {
        position: relative;
        top: 0;
        width: 100%;
        max-width: 100%;
        padding: 0;
        padding-right: 40px;
    }

    .cars #monjaro .car_btns {
    }

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

    .corporate .container {
        width: 100%;
    }

    .corporate .item_title {
        justify-content: center;
        position: relative;
        left: -20px;
    }

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

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

    .corporate .text_block {
        max-width: none;
    }

    .corporate .corporate_desc {
        margin-top: 20px;
    }

    .corporate .corporate_form {
        margin-top: 25px;
        max-width: none;
    }

    .corporate .btn {
        width: 93%;
    }

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

    .credit .container {
        padding: 0;
    }

    .credit .item_title {
        justify-content: center;
    }

    .credit .credit_cont form {
        margin: 0;
    }

    .credit .title {
    }

    .credit .content {
    }

    .credit .text_block {
    }

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

    .best_offer:before,
    .best_offer:after {
        display: none;
    }

    .tradein .container {
        width: 100%;
    }

    .tradein .item_title {
        justify-content: center;
        position: relative;
        left: -20px;
    }

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

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

    .tradein .text_block {
        max-width: none;
    }

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

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

    .tradein_cont form {
        margin-bottom: 0;
    }

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

    .best_offer .content {
    }

    .contacts {
        padding-top: 20px;
    }

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

    .contacts .contacts_block {
        background: transparent;
    }

    .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 {
        margin-top: 0;
    }

    .tradein {
        display: grid;
        width: 100%;
    }

    .services .tradein .title {
        text-align: left;
    }

    .contacts .container {
    }

    .best_offer .best_offer_form:before {
        border-radius: 20px;
    }

    .best_offer .best_offer_form {
        width: 100%;
        height: 230px;
        position: relative;
        left: 0;
        margin-top: 30px;
        margin-left: 0;
        display: grid;
        align-items: center;
        justify-content: center;
    }

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

    .cars .car_item {
        margin-bottom: 50px;
    }

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

    .car_gallery .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 4px;
        padding: 0;
        cursor: pointer;
    }

    .car_gallery .slick-dots li.slick-active button {
        width: 56px;
        background: #000000;
    }

    .car_gallery .slick-dots button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 4px;
        height: 4px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        border-radius: 50px;
        background: #e6e7e8;
    }

    .cars .car_slider .slick-dots {
        left: 60px;
        max-width: 100%;
        overflow-x: scroll;
        display: flex;
        justify-content: left;
        bottom: 45px;
    }

    .cars .car_slider .slick-dots li {
        margin-bottom: 0;
    }

    .car_slider .slick-dots li .tab:before {
        transition: all 0s linear;
    }

    .cars .car_slider .slick-dots li button {
        width: 175px;
    }

    .cars .car_slider .slick-dots .slick-active button {
        width: 175px;
    }

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

    .contacts .content {
        padding: 30px;
    }

    .contacts_logo .logo.logo1 {
        order: 2;
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }

    .contacts_logo .logo.logo2 {
        position: relative;
        display: grid;
        margin-top: 0;
        align-items: center;
        height: 40px;
        padding-right: 12px;
        margin-right: 12px;
    }

    .contacts_logo .logo.logo2:before {
        content: "";
        position: absolute;
        right: 0;
        width: 1px;
        height: 60px;
        background: #9e9a98;
    }

    .car_item:before {
        display: none;
    }

    .slick-slider.complects_slider {
        display: block;
    }

    .complects_slider .slick-arrow {
        display: none;
    }

    .complects_slider .slick-list {
    }

    .complects_slider .slick-track {
    }

    .complects_slider .slick-slide {
    }

    .complects_slider .slick-slide td {
        display: block;
    }

    .complects_slider .slick-dots {
        flex-wrap: wrap;
    }

    .complects_slider .slick-dots li {
    }

    .complects_slider .slick-dots .slick-active {
    }

    .complects_slider .slick-dots li button {
    }

    .tb_complects {
        display: none;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 580px) {
    .timer_block {
        margin-top: 2vw;
    }

    .timer_block div[id^="timer"] {
        transform: scale(0.8) !important;
        text-align: center !important;
        margin: 20px 0;
    }

    .worktime_holiday_title {
        padding: 2vw;
        font-size: 4vw;
        width: 90%;
        white-space: wrap;
        text-align: center;
    }

    .banner.slide3 .worktime_holiday_title {
        transform: translateX(-55%);
    }

    .worktime_holiday_head {
        font-size: 14px;
    }

    .worktime_holiday_text > div span {
        display: inline-block;
        min-width: 120px;
        font-size: 14px;
    }

    .worktime_holiday_text > div b {
        font-size: 14px;
        font-weight: 400;
    }

    .worktime_holiday_modal {
        top: 10vw;
        padding: 20px;
    }

    .worktime_holiday_close {
        top: 6px;
        right: 6px;
    }

    .car_block {
        margin-bottom: 0;
        order: 2;
    }

    .cars .car_gift {
        gap: 6px;
        padding: 10px 46px;
        font-size: 12px;
        padding-right: 10px;
        align-items: flex-end;
    }

    .cars .car_benefit {
        gap: 6px;
        padding: 10px 46px;
        font-size: 14px;
        padding-right: 10px;
        align-items: flex-end;
    }

    #instock .tb_complects_showmore {
        margin-top: 10px;
    }

    .credit_img {
        height: 210px;
    }

    .tradein .tradein_img img {
        top: 0;
    }

    .credit_img img {
        top: calc(-12vw + 40px);
    }

    .tradein .tradein_img {
        height: 210px;
    }

    .popup_container h2 {
        font-size: 18px;
    }

    #instock .changed .btns .btn {
        justify-content: left;
        padding-left: 0;
    }

    #instock .changed .btns .btn span {
        text-align: center;
    }

    #instock .changed td:nth-child(2),
    #instock .changed td:nth-child(3),
    #instock .changed td:nth-child(4) {
        width: 100%;
    }

    #instock .changed .btns {
        padding-left: 0;
    }

    #instock .changed td:nth-child(2),
    #instock .changed td:nth-child(3),
    #instock .changed td:nth-child(4) {
        padding-left: 0;
        font-size: 16px;
        padding-top: 16px;
    }

    #instock .complects_img {
        margin: 0;
        margin-bottom: 0;
        height: auto;
    }

    #instock .changed td .complects_benefit {
        max-width: 100%;
        width: 100%;
        font-size: 16px;
        margin-bottom: 30px;
    }

    #instock .changed {
        padding: 15px;
        justify-content: left;
    }

    #instock .changed .btns {
        margin-bottom: 0;
    }

    .timer_block .timer_form {
        width: 90%;
        left: 5%;
        max-width: initial;
        position: relative;
    }

    .cars .car_slider .slick-dots {
        bottom: 84px;
    }

    .car_slider .slick-list:before {
        margin-left: -122px;
        width: 245px;
        height: 245px;
        bottom: initial;
    }

    .car_slider .slick-dots {
        bottom: 70px;
    }

    .cars .car_profit_block {
        margin-top: 0;
    }

    .car_slider .slick-track {
        padding-bottom: 140px;
    }

    #instock .model_name:before {
        left: 50%;
        margin-left: -100px;
    }

    .banner .title1 {
        font-size: 4vw;
    }

    .banner .title2 {
        font-size: 3vw;
    }

    .webp .banner.slide1,
    .webp .banner.slide2 {
        background-size: 425px !important;
    }

    .banner .content {
        margin-top: 22px;
    }

    .banner_slider {
    }

    .banner {
    }

    .banner .title1,
    .banner .title2 {
        color: #000;
    }

    .banner_slider {
    }

    .services .content {
        display: block;
    }

    .credit {
        width: 100%;
    }

    .credit_form form {
        max-width: 377px;
    }

    .services_img {
        width: 100%;
    }

    .services_img {
        margin: 0;
    }

    .services_img {
        display: none;
    }
}

@media (max-width: 560px) {
    .banner.slide1 {
        height: 66vw;
    }

    .banner.slide3 {
        /* height: 92vw; */
    }

    .banner.slide4 {
        height: 58vw;
    }

    .banner_props {
        row-gap: 4vw;
    }

    .banner_props_mob {
        gap: 7px;
    }

    .tradein .item_title {
        left: 0;
    }

    form .form-group input::placeholder {
        font-size: 12px;
    }

    .item_title span {
        font-size: 20px;
    }

    .item_title span:before {
        top: -12px;
    }

    .corporate .item_title span {
        font-size: 20px;
    }

    .corporate .item_title span:before {
        top: -12px;
    }

    .credit .credit_desc p,
    .tradein .tradein_desc p,
    .corporate .corporate_desc p {
        font-size: 12px;
        line-height: 15px;
    }

    .tradein_cont form {
        max-width: 345px;
    }

    .contacts .content {
        padding: 0;
    }

    .car_gallery {
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .car_gallery a {
        margin: 0;
        width: 31%;
    }

    .car_gallery a img {
        width: 100%;
    }

    .cars .car_img img {
        width: 100%;
    }

    .cars .car_profit_item span {
        font-size: 12px;
    }

    .cars .car_btns .btn {
        justify-content: left;
    }

    .cars .car_btns {
        padding-right: 0;
    }

    .credit .item_title {
        left: 0;
    }

    footer {
        padding-bottom: 80px;
    }

    .footer_cont .logo_wrap {
        justify-content: center;
    }

    .disclamer_switch_bg {
        text-align: center;
    }
}

@media (max-width: 478px) {
    .contacts_logo .logo.logo2 p span {
        font-size: 12px;
    }

    .contacts_logo .logo.logo2 p {
        font-size: 12px;
    }

    .banner.slide3 .title_container {
        padding-top: 35px;
    }

    .banner_slider {
        margin-top: 50px;
    }

    .banner .title2 {
        margin-top: 0;
    }

    .credit_img {
        height: 208px;
    }

    header .logo.logo2 p span {
        font-size: 15px;
    }

    header .logo.logo2 p {
        font-size: 10px;
    }

    .banner .title_container .content {
        padding: 0;
    }

    .timer_block .timer {
        max-width: 345px;
    }

    .timer_form_title span {
        font-size: 26px;
        background-size: contain;
        padding-left: 50px;
    }

    .timer_form_title p {
        font-size: 12px;
    }

    .timer_block .timer_form {
        width: 100%;
        left: 0;
    }

    .cars .car_btns .btn span {
        font-size: 12px;
    }

    .cars .car_name {
        font-size: 18px;
        left: 0;
    }

    .cars .car_name span {
        font-size: 18px;
    }

    .banner .title3 {
        padding: 12px;
        bottom: -80px;
    }

    .timer_block div[id^="timer"] {
        transform: scale(0.8) !important;
    }

    .best_offer .best_offer_form form {
        width: 100%;
    }

    .best_offer .best_offer_form {
    }

    .item_section h2 {
        font-size: 20px;
    }

    .best_offer {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .item_section p {
        font-size: 14px;
    }

    .tradein .title {
        font-size: 20px;
    }

    .services .content {
        margin-top: 20px;
    }

    .credit .credit_desc {
        margin-top: 20px;
    }

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

    .bottom_text {
        margin-top: 20px;
    }

    .cars .car_item {
        margin-bottom: 30px;
    }

    .instock {
        margin-top: 30px;
    }

    .cars_menu_slider {
        border-radius: 20px;
    }

    .cars_menu_item {
        display: grid !important;
        justify-content: center !important;
    }

    .footer_cont .logo_wrap .logo.logo2 p span {
        font-size: 12px;
    }

    .footer_cont .logo_wrap .logo.logo2 p {
        font-size: 12px;
    }

    .footer_cont .logo_wrap .logo.logo2 {
        padding-right: 14px;
        margin-right: 14px;
        border-right: 1px solid #9e9a98;
    }

    .footer_cont .logo_wrap .logo.logo1 {
        order: 2;
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
    }
}

@media (max-width: 388px) {
    .corporate .corporate_img {
        height: 170px;
    }

    .tradein_cont form {
        max-width: 100%;
    }

    .contacts_logo .logo.logo1 {
        width: 116px;
    }

    .car_slider .slick-track {
        padding-top: 0;
        height: 285px;
        padding-bottom: 100px;
    }

    .car_slider .slick-track {
        padding-bottom: 40px;
    }

    .popup.car_profit_item.car_profit_item1 {
        bottom: -110px;
    }

    .tradein .tradein_img img {
        top: calc(25vw - 100px);
    }
}

@media (max-width: 378px) {
    .timer_block .content {
        display: block;
    }

    .cars {
        margin-top: 16px;
    }

    .item_title span:before {
        width: 4px;
        height: 38px;
        top: 0px;
    }

    .corporate .item_title span:before {
        width: 4px;
        height: 38px;
        top: 0px;
    }

    .banner .title2 {
        font-size: 3.6vw;
    }

    .item_title {
        margin-bottom: 30px;
    }

    .cars .car_item {
        position: relative;
        padding-top: 30px;
        padding-bottom: 0;
    }

    .cars .car_profit_item {
        margin-bottom: 8px;
    }

    .credit .credit_cont {
        padding: 16px;
    }

    .tradein .tradein_cont {
        padding: 16px;
    }
}

@media (max-width: 360px) {
    .timer_block div[id^="timer"] {
        transform: scale(0.8) !important;
    }

    .tradein .tradein_img {
        height: 170px;
    }

    .credit_img {
        height: 170px;
    }

    header .logo.logo1 img {
        width: 120px;
    }

    .footer_cont .logo_wrap .logo.logo1 {
        width: 134px;
    }
}

@media (max-width: 320px) {
    header .logo.logo1 img {
        width: 100px;
    }

    .popup_container h2 {
        font-size: 12px;
    }

    .popup_container .form-group input[type="text"],
    .popup_container .form-group input[type="tel"] {
        font-size: 12px;
    }

    .form-group input::placeholder {
        font-size: 12px;
    }
}
