body {
    font-family: "Montserrat", sans-serif;
}

.lx_container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    padding: 0 20px;
}

.lx_container2 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    height: 100%;
    padding: 0 20px;
}

.lx_banner {
    position: relative;
    height: 620px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lx_banner>picture>img {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lx_banner_text {
    padding: 80px 0 60px 0;
}

.lx_banner_text__v1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 44px;
    color: #ffffff;
    margin-bottom: 8px;
}

.lx_banner_text__v2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 44px;
    color: #ffffff;
    margin-bottom: 8px;
}

.lx_banner_text__v3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 44px;
    color: #ffffff;
}

.lx_banner_text__v4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 44px;
    color: #ffffff;
}

@media (min-width: 1281px) {

    .lx_banner_text.lx_banner_text--right .lx_banner_text__v1,
    .lx_banner_text.lx_banner_text--right .lx_banner_text__v2,
    .lx_banner_text.lx_banner_text--right .lx_banner_text__v3,
    .lx_banner_text.lx_banner_text--right .lx_banner_text__v4 {
        text-align: right;
    }
}

.lx_banner-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}

.lx_banner-footer-col_text-flex {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.lx_banner-footer-col_text-flex img {
    max-width: 26px;
}

.lx_banner-footer-col {
    flex: 1;
    width: 100%;
    border-right: 1px solid #ffffff77;
}

.lx_banner-footer-col:last-child {
    border-right: none;
}

.lx_banner-footer-col_text {
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: -20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
    color: #ffffff;
    margin-bottom: 4px;
}

.lx_banner-footer-col-flex {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 44px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #ffffff;
    justify-content: center;
    padding-top: 25px;
}

.lx_banner-footer-col-hr {
    height: 70px;
    width: 1px;
    background-color: #ffffff77;
}

.lx_info {
    padding: 60px;
    background-color: #fafafa;
}

.lx_info__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    text-align: center;
    color: #272727;
    margin-bottom: 32px;
}

.lx_info__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #272727;
}

.lx_model {}

.lx_model-win-item {
    border: 1px solid #eaeaeb;
    border-radius: 15px;
    position: relative;
    width: 32%;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}

.lx_model-win-item.active {
    border-color: #1e5d9d;
    box-shadow: 0 6px 40px -10px #0000001a;
}

.lx_model-win-item-img {
    display: block;
    width: 100%;
    height: 270px;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lx_model-win-item-img img {
    height: 100%;
    object-fit: contain;
}

.lx_model__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    margin-bottom: 35px;
}

.lx_model-nav {
    background-color: #fafafa;
    padding: 10px;
    height: 75px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    border-radius: 15px;
}

.lx_model-nav__left,
.lx_model-nav__right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 40px;
    border-radius: 10px;
}

.lx_model-nav__left:hover,
.lx_model-nav__right:hover {
    background-color: #eeeeeeee;
    cursor: pointer;
}

.lx_model-nav-win {
    width: calc(100% - 80px);
    white-space: nowrap;
    overflow-x: auto;
}

.lx_model-nav-win::-webkit-scrollbar {
    height: 0;
}

.lx_model-nav-win-item {
    margin-right: 9px;
    font-size: 18px;
    width: 270px;
    color: #272727;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lx_model-nav-win-item.active {
    background-color: #1e5d9d;
    color: #ffffff;
}

.lx_model-win-item {
    border-radius: 15px;
    overflow: hidden;
}

.lx_model-win-item-title {
    font-size: 23px;
    font-weight: 600;
    line-height: 37.12px;
    color: #272727;
    margin-bottom: 10px;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*min-height: 74px;*/
}

.lx_model-win-item-flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    height: 70px;
}

.lx_model-win-item-flex-option {
    display: inline-flex;
    width: 50%;
    margin-bottom: 12px;
    gap: 12px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #6f6f71;
}

.lx_model-win-item-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lx_model-win-item-price__total {
    color: #272727;
    font-size: 22px;
    font-weight: 600;
    line-height: 34.8px;
}

.lx_model-win-item-price__total--height {
    /* min-height: 55px; */
}

.lx_model-win-item-price__old {
    font-size: 18px;
    font-weight: 500;
    line-height: 20.88px;
    color: #6f6f7199;
    text-decoration: line-through;
}

.lx_model-win-item-price__month {
    font-size: 16px;
    font-weight: 500;
    line-height: 18.56px;
    color: #073767b2;
    margin-bottom: 20px;
}

.lx_model-win-item-more {
    display: flex;
    justify-content: space-between;
}

.lx_model-win-item-more.lx_row {
    flex-direction: row;
}

.lx_model-win-item-more a {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color: #1e5d9d;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
    text-decoration: auto;
}

.lx_model-win-item-more a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.lx_model-win-item-more .waiting-receipts {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color: #1e5d9d;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
    text-decoration: auto;
}

.lx_model-win-item-more-btn {
    width: 100%;
    height: 54px;
    background-color: #1e5d9d;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color: #ffffff;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-decoration: auto;
    border: none;
    outline: none;
}

.lx_model-win-item-more-btn:hover {
    background-color: #1b4f82;
}

.lx_model-win {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.lx_map__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    margin-bottom: 35px;
}

.lx_map-main {
    margin-bottom: 100px;
}

.lx_offers {
    margin-bottom: 100px;
}

.lx_offers__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lx_offers__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    margin-bottom: 35px;
}

.lx_offers__more {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: left;
    color: #1e5d9d;
    text-decoration: auto;
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.lx_offers-model-win-item {
    border: 1px solid #eaeaeb;
    border-radius: 15px;
    position: relative;
    width: 25%;
    margin-bottom: 24px;
}

.lx_offers-model-win-item-img {
    width: 100%;
    height: 270px;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lx_offers-model-win-item {
    border-radius: 15px;
    overflow: hidden;
}

.lx_offers-model-win-item-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 37.12px;
    color: #272727;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lx_offers-model-win-item-flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    height: 76px;
}

.lx_offers-model-win-item-flex-option {
    font-size: 11px;
    font-weight: 400;
    line-height: 13.41px;
    text-align: left;
    width: 50%;
    margin-bottom: 12px;
    gap: 12px;
    align-items: center;
    color: #6f6f71;
}

.lx_offers-model-win-item-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lx_offers-model-win-item-price__total {
    color: #272727;
    font-size: 26px;
    font-weight: 600;
    line-height: 34.8px;
}

.lx_offers-model-win-item-price__old {
    font-size: 14px;
    font-weight: 500;
    line-height: 20.88px;
    color: #6f6f7199;
    text-decoration: line-through;
}

.lx_offers-model-win-item-price__month {
    font-size: 11px;
    font-weight: 400;
    color: #073767b2;
    margin-bottom: 40px;
}

.lx_offers-model-win-item-more {
    display: flex;
    justify-content: space-between;
}

.lx_offers-model-win-item-more a {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color: #1e5d9d;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
    text-decoration: auto;
}

.lx_offers-model-win-item-more-btn {
    width: 100%;
    height: 54px;
    background-color: #1e5d9d;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    outline: none;
    border: none;
    color: #ffffff;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-decoration: auto;
}

.lx_offers-model-win-item-more-btn:hover {
    background-color: #1b4f82;
    color: #ffffff;
}

.lx_offers-model-win-item-dop {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    margin-bottom: 30px;
    color: #272727b2;
}

.lx_offers {
    display: flex;
    gap: 15px;
}

.lx_offers-model-win-item-variant {
    display: flex;
    gap: 4px;
}

.lx_offers-model-win-item-variant-item {
    font-size: 11px;
    font-weight: 500;
    padding: 6px;
    border-radius: 5px;
    margin-bottom: 50px;
}

.lx_offers-model-win-item-variant-item__blue {
    color: #1e5d9d;
    background-color: #1e5d9d1a;
}

.lx_offers-model-win-item-variant-item__green {
    color: #126556;
    background-color: #1265561a;
}

.lx_offers-model-win-item-variant-item__red {
    color: #6f6f71;
    background-color: #6f6f711a;
}

.lx_offers-model-win-item-street {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 13.41px;
    color: #1e5d9d;
    gap: 4px;
    margin-top: 15px;
}

.lx_offers-model-win-item-street svg {
    flex: 1;
    max-width: 12px;
}

.lx_offers-model-win-item-img-right {
    display: flex;
    gap: 10px;
    justify-content: right;
    padding: 10px;
}

.lx_offers-model-win-item-img-o {
    width: 32px;
    height: 32px;
    background-color: #c9c9c9a8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lx_offers-model-win-item-img-o:hover {
    background-color: rgba(163, 163, 163, 0.66);
    cursor: pointer;
}

.lx_dealer-flex {
    display: flex;
    gap: 15px;
    margin-bottom: 100px;
}

.lx_dealer__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    margin-bottom: 35px;
}

.lx_dealer-item {
    width: 100%;
    background-color: #fafafa;
    border-radius: 16px;
    padding: 20px;
}

.lx_dealer-item-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.lx_dealer-item-number {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.24px;
    color: #1e5d9d;
}

.lx_dealer-item-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 18.56px;
    color: #1e5d9d;
}

.lx_personal {
    background-color: #1e5d9d;
    padding: 25px;
}

.lx_personal-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lx_personal__silver {
    background-color: #272727;
}

.lx_personal__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 37.12px;
    color: #ffffff;
}

.lx_personal-main__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    color: #ffffff99;
}

.lx_personal-main-form {
    display: flex;
    gap: 40px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff33;
}

.lx_personal-main-form__input {
    border: none;
    outline: none;
    width: 460px;
    height: 60px;
    font-size: 45px;
    font-weight: 500;
    line-height: 58px;
    background-color: transparent;
    color: #ffffff;
}

.lx_personal-main-form__input::placeholder {
    color: #ffffff44;
}

.lx_personal-main-form__send {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color: #1e5d9d;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 250px;
    height: 54px;
    background-color: #ffffff;
    border-radius: 10px;
    justify-content: center;
    text-decoration: auto;
    outline: none;
    border: none;
}

.lx_personal-main-form__send:hover {
    background-color: #eaeaea;
}

.lx_personal-main-police {
    max-width: 780px;
    text-align: center;
    margin-top: 12px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
}

.lx_personal-main-police a {
    color: #ffffff;
}

.lx_about {
    margin-bottom: 100px;
}

.lx_about__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    margin-bottom: 32px;
    color: #272727;
}

.lx_about-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.lx_about-col {
    width: 100%;
}

.lx_about-col__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 25.52px;
    color: #272727;
    margin-bottom: 18px;
}

.lx_about-col__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #272727;
}

.lx_bar {
    background-color: #fafafa;
    padding: 10px;
    height: 75px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.lx_bar-item {
    font-size: 18px;
    font-weight: 500;
    width: 270px;
    color: #272727;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #ffffff;
    cursor: pointer;
}

.lx_bar-item.active {
    background-color: #1e5d9d;
    color: #ffffff;
}

.lx_desc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.lx_desc__title {
    width: 50%;
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    color: #2f2f2f;
}

.lx_desc__description {
    width: 50%;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #2f2f2f;
}

.lx_desc-owl {
    position: relative;
    width: 100%;
    height: 680px;
    margin-bottom: 60px;
}

.lx_desc-owl-car {
    pointer-events: none;
}

.lx_desc-owl-car .owl-stage-outer {
    border-radius: 15px;
    overflow: hidden;
}

.lx_desc-owl-car,
.lx_desc-owl-car div {
    height: 100%;
}

.lx_desc-owl-car .item img {
    height: 100%;
    object-fit: cover;
    padding-left: 386px;
    height: calc(100% - 2px);
}

@media (max-width: 1250px) {
    .lx_desc-owl-car .item img {
        padding-left: 0;
        height: auto;
        width: 100%;
    }
}

.lx_desc-owl-car .owl-nav {
    display: none;
}

.lx_desc-owl-car .owl-stage {
    display: flex;
}

.lx_desc-owl-info {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #272727;
    border-radius: 15px;
    width: 410px;
    height: calc(100% - 2px);
    z-index: 2;
    overflow: hidden;
}

.lx_desc-owl-info .owl-stage,
.lx_desc-owl-info__description {
    pointer-events: none;
}

.lx_desc-owl-info__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    margin-bottom: 16px;
    color: #ffffff;
    padding: 40px 40px 0;
}

.lx_desc-owl-info__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    padding: 0 40px;
}

.owl-carousel-text .owl-stage {
    display: flex;
}

.owl-carousel-text2 .owl-stage {
    display: flex;
}

.owl-carousel-text3 .owl-stage {
    display: flex;
}

.owl-carousel-text .owl-prev,
.owl-carousel-text .owl-next {
    background-color: transparent;
    outline: none;
    border: none;
}

.owl-carousel-text2 .owl-prev,
.owl-carousel-text2 .owl-next {
    background-color: transparent;
    outline: none;
    border: none;
}

.owl-carousel-text3 .owl-prev,
.owl-carousel-text3 .owl-next {
    background-color: transparent;
    outline: none;
    border: none;
}

.lx_comfort .owl-prev,
.lx_comfort .owl-next {
    background-color: transparent;
    outline: none;
    border: none;
}

.lx_car-prev,
.lx_car-next,
.lx_car-prev2,
.lx_car-next2,
.lx_car-prev3,
.lx_car-next3,
.lx_comfort-prev,
.lx_comfort-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #ffffff1a;
    outline: none;
    cursor: pointer;
}

.lx_car-prev:hover,
.lx_car-next:hover,
.lx_car-prev2:hover,
.lx_car-next2:hover,
.lx_car-prev3:hover,
.lx_car-next3:hover {
    background-color: rgba(211, 211, 211, 0.1);
}

.lx_comfort .lx_comfort-prev,
.lx_comfort .lx_comfort-next {
    background-color: rgba(199, 199, 199, 0.1);
}

.lx_comfort .lx_comfort-prev:hover,
.lx_comfort .lx_comfort-next:hover {
    background-color: rgba(152, 152, 152, 0.1);
}

.owl-carousel-text .owl-nav,
.owl-carousel-text2 .owl-nav,
.owl-carousel-text3 .owl-nav {
    position: absolute;
    bottom: 40px;
    left: 35px;
}

.lx_desc-owl {}

.lx_table__title {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    color: #272727;
}

.lx_table-main {}

.lx_exterior {
    padding: 60px 0;
    background-color: #fafafa;
}

.lx_interior {
    padding: 60px 0;
}

.lx_exterior__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    margin-bottom: 16px;
    color: #272727;
}

.lx_exterior__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-bottom: 60px;
}

.owl-carousel-comfort {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

.owl-carousel-comfort .owl-stage {
    display: flex;
}

@media (min-width: 1000px) {
    .lx_comfort-owl-item img {
        height: 266px;
        object-fit: cover;
    }
}

.owl-carousel-comfort__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    margin-top: 20px;
    margin-bottom: 16px;
}

.owl-carousel-comfort__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #2f2f2f;
}

.lx_comfort-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.lx_comfort__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    color: #2f2f2f;
}

.lx_comfort-nav {
    display: flex;
    gap: 4px;
}

.lx_model--paremetrs {
    padding: 20px 30px 35px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.lx_model--paremetrs a:first-child {
    flex-grow: 1;
}

#lxDesc .lx_desc p.text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #2f2f2f;
}

@media (max-width: 1490px) {
    .lx_model-win-item-img {
        height: 100%;
        max-height: 160px;
    }

    .lx_model-win-item {
        width: 23%;
        height: 100%;
    }

    .lx_model--paremetrs {
        padding: 20px 10px 35px;
    }

    .lx_model-win-item-title {
        font-size: 23px;
        min-height: 74px;
    }

    .lx_model-win-item-price__total {
        font-size: 18px;
    }

    .lx_model-win-item-price__old {
        font-size: 16px;
    }

    .lx_model-win-item-more {
        flex-direction: column;
    }

    .lx_model-win-item-more a {
        font-size: 14px;
    }

    .dealerships__title {
        margin-left: 15px;
    }

    .lx_model__title {
        margin-left: 15px;
    }

    .lx_model-win-item-flex-option {
        font-size: 12px;
        gap: 5px;
    }
}

@media (max-width: 1315px) {
    .lx_model-win {
        width: 95%;
        margin: 0 auto;
    }

    .lx_model-win-item-title {
        font-size: 20px;
        min-height: 75px;
    }

    .lx_dealer {
        padding: 0 10px;
    }

    .lx_about {
        padding: 0 10px;
    }

    .lx_personal-flex,
    .lx_personal-main-form {
        flex-wrap: wrap;
    }

    .lx_model--paremetrs {
        padding: 20px 35px 35px;
    }

    .lx_model-win-item-more {
        flex-direction: row;
    }

    .lx_personal-main-form__input {
        width: 100%;
    }

    .lx_personal-main-form__send {
        width: 100%;
    }

    .lx_dealer-item {
        width: calc(50% - 15px);
    }

    .lx_dealer-item-title {
        font-size: 14px;
    }

    .lx_dealer-item {
        padding: 10px;
    }

    .lx_dealer-item-flex {
        margin-bottom: 15px;
    }

    .lx_dealer-flex {
        flex-wrap: wrap;
    }

    .lx_about-flex {
        flex-wrap: wrap;
    }

    .lx_offers-model-win-item {
        min-width: 75%;
        margin-right: 20px;
    }

    .lx_offers {
        overflow-x: scroll;
    }

    .lx_model-win-item {
        width: 32%;
    }

    .lx_banner-footer {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .lx_banner {
        height: 75vh;
    }

    .lx_banner-footer-col-flex {
        justify-content: left;
        padding: 0 20px;
    }

    .lx_banner-footer-col-flex {
        font-size: 16px;
    }

    .lx_banner-footer-col_text {
        /*font-size: 10px;*/
        font-size: 12px;
    }

    .lx_banner-footer {
        margin-bottom: 0;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .lx_banner-footer-col {
        flex: auto;
        width: 30%;
        margin-bottom: 0;
    }

    .lx_model-win-item-more a:first-child {
        border-right: 2px solid #6f6f71;
        padding-right: 15%;
    }

    .lx_model-win-item-more a svg {
        display: none;
    }

    .lx_model--paremetrs {
        padding: 20px;
    }

    .lx_offers__flex {
        padding: 0 10px;
    }
}

@media (max-width: 1100px) {
    .lx_model-win-item-more a:first-child {
        padding-right: 10%;
    }
}

@media (max-width: 990px) {
    .lx_model-win-item-img {
        max-height: 220px;
    }

    .lx_model-win-item {
        width: 49%;
    }

    .lx_model-win-item-more a:first-child {
        padding-right: 20%;
    }

    .lx_model-win-item-title {
        min-height: 0%;
    }
}

@media (max-width: 790px) {
    .lx_model-win-item-img {
        max-height: 170px;
    }

    .lx_model-win-item-more a:first-child {
        padding-right: 10%;
    }
}

@media (max-width: 660px) {
    .lx_banner-footer {
        flex-direction: column;
        gap: 10px;
    }

    .lx_banner-footer-col {
        width: 100%;
        border-right: none;
    }

    .lx_map .dealerships__map {
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
        border-radius: 20px;
    }

    .lx_model-win-item {
        width: 100%;
    }

    .lx_model-win-item-more a:first-child {
        border-right: none;
        padding-right: 0;
    }

    .lx_model-win-item-more a {
        font-size: 16px;
    }

    .lx_model-win-item-more a svg {
        display: block;
    }

    .lx_model--paremetrs {
        padding: 20px 35px;
    }

    .lx_model-win-item-img {
        height: auto;
        max-height: none;
    }

    .lx_offers__flex {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .lx_offers__title {
        font-size: 26px;
    }
}

@media (max-width: 490px) {
    .lx_model--paremetrs {
        padding: 20px;
    }

    .lx_model-win-item-more a:first-child {
        border-right: 2px solid #6f6f71;
        padding-right: 20%;
    }

    .lx_model-win-item-more a svg {
        display: none;
    }

    .lx_dealer-item-title {
        word-wrap: break-word;
    }
}

.lx_table-main {
    width: 100%;
    border: 1px solid #eaeaeb;
    display: flex;
}

.lx_table-main-col-340 {
    width: 340px;
    border-right: 1px solid #eaeaeb;
}

.lx_table-main-col-70 {
    width: 70px;
    border-right: 1px solid #eaeaeb;
}

.lx_table-main-col-params-col {
    min-width: 256px;
}

.lx_table-main-col-params {
    display: flex;
    width: auto;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    white-space: nowrap;
}

.lx_table-btn {
    width: 40px;
    height: 40px;
    background-color: #b6b6b61a;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}

.lx_table-btn--hiden {
    display: none;
}

.lx_table-main-side {
    display: flex;
    align-items: center;
    min-height: 60px;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    border-bottom: 1px solid #eaeaeb;
    border-right: 1px solid #eaeaeb;
}

.lx_table-main-col-params .lx_table-main-side {
    justify-content: center;
}

.lx_table-main-side-mob {
    display: none;
}

.lx_table-collapse-head {
    background-color: #eaeaeb;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.lx_table-collapse-head span {
    font-size: 16px;
    font-weight: 500;
}

.lx_table-collapse-head:hover {
    background-color: #e0e0e0;
    cursor: pointer;
}

.lx_table-collapse:not(.active) .lx_table-main {
    display: none;
}

.lx_table-collapse:not(.active) {
    border-bottom: 1px solid #ffffff;
}

.lx_table-collapse.active .lx_table-collapse-head svg {
    transform: rotate(180deg);
}

.lx_personal-main-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50vw;
    object-fit: cover;
    border-radius: 24px 0 0 24px;
}

.lx_personal.lx_personal__v2 {
    position: relative;
}

.lx_personal.lx_personal__v2 .lx_personal-main-form {
    flex-direction: column;
    gap: 20px;
    align-items: start;
}

.lx_personal.lx_personal__v2 .lx_personal__title {
    margin-bottom: 20px;
}

.lx_personal.lx_personal__v2 .lx_personal-main-form__send {
    width: 100%;
}

.lx_personal-main-form:before {
    content: "+7";
    position: absolute;
    color: #ffffff;
    font-size: 44px;
    font-weight: 600;
    line-height: 58px;
}

@media (max-width: 1250px) {
    .lx_personal__title {
        font-size: 20px;
    }

    .lx_desc-owl-info {
        position: relative;
        width: 100%;
    }

    .lx_banner_text__v2 {
        font-size: 30px;
        line-height: 34px;
    }

    .lx_banner-footer-col_text-flex {
        line-height: 1;
    }

    .lx_banner-footer-col_text {
        left: 0;
        top: -20px;
        white-space: nowrap;
    }

    .lx_banner-footer-col_text-flex {
        margin-bottom: 20px;
    }
}

.lx_table-main-col-params::-webkit-scrollbar {
    height: 0;
    width: 0;
    display: none;
}

.lx_table-main-col-params::-webkit-scrollbar-track {
    background: transparent;
}

.lx_table-main-col-params::-webkit-scrollbar-thumb {
    background: transparent;
}

.lx_table-main-col-params::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.lx_map {
    margin-bottom: 80px;
}

#lxBar {
    position: sticky;
    top: 124px;
    z-index: 32;
}

#lxCall {
    position: relative;
    z-index: 40;
}

.dealerships__info-close {
    cursor: pointer;
}

.card__price-block {
    display: block;
}

.lx_mob_menunav {
    display: none;
}

.lx_table-main-side__blue {
    color: #1e5d9d;
    line-height: 1.5;
}

.lx_table-main-side__blue a {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.lx_table-main-side__blue span.a-style {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.lx_table-main-side__blue span {
    text-decoration: underline;
}

@media (max-width: 1315px) {
    .lx-row {
        overflow-x: scroll;
        white-space: nowrap;
        display: flex;
    }
}

@media (max-width: 1250px) {
    #lxBar {
        top: 60px;
    }

    .dealerships__content {
        flex-direction: column;
    }

    .lx_dealer-flex {
        flex-wrap: wrap;
    }

    .lx_personal__title {
        line-height: 27.12px;
    }

    .lx_personal-main-form__input {
        font-size: 32px;
    }

    .lx_personal-main-form {
        position: relative;
    }

    .lx_personal-main-form:before {
        top: 2px;
        left: 0;
        font-size: 32px;
    }

    .lx_personal {
        margin-bottom: 0;
    }

    .lx_banner_text {
        padding: 50px 15px;
    }

    .lx_mob_menunav {
        display: flex;
        background-color: #ffffff;
        position: absolute;
        top: 0;
        width: 100%;
        justify-content: space-between;
        padding: 20px 15px;
        font-size: 20px;
        font-weight: 600;
        line-height: 24.38px;
    }

    .lx_bar {
        padding: 10px;
        display: none;
    }

    #lxBar.active .lx_bar {
        display: inline-flex;
    }

    #lxBar svg {
        transform: rotate(90deg);
    }

    #lxBar:not(.active) svg {
        transform: rotate(270deg);
    }

    .lx_bar-item {
        padding: 15px 0;
        border-radius: 0;
    }

    .lx_desc-owl {
        height: auto;
        padding: 15px;
    }

    .owl-carousel-text .owl-nav,
    .owl-carousel-text2 .owl-nav,
    .owl-carousel-text3 .owl-nav {}

    .lx_desc-owl-info {
        margin-top: 10px;
        position: relative;
        width: 100%;
        padding-bottom: 140px;
        border-radius: 15px;
    }

    .lx_desc-owl-car .owl-stage-outer {
        border-radius: 15px;
    }

    .lx_table-margin {
        margin: 0 15px;
    }

    .lx_desc {
        flex-direction: column;
        padding: 15px;
        gap: 10px;
    }

    .lx_desc__description {
        width: 100%;
    }

    .lx_table__title,
    .lx_exterior__title,
    .lx_comfort__title {
        font-size: 20px;
        padding: 0 15px;
    }

    .lx_exterior__description {
        font-size: 11px;
        line-height: 19px;
        padding: 0 15px;
    }

    .lx_table-main-side {
        font-size: 12px;
    }

    .lx_desc-owl-car div {
        display: flex;
        align-items: normal;
        height: auto;
        width: 100%;
    }

    .lx_desc-owl-car div img {
        border-radius: 15px 15px 0 0;
    }

    .lx_desc-owl {
        margin-bottom: 20px;
    }

    .lx_comfort {
        padding: 0 15px;
    }

    .lx_personal-main-image {
        display: none;
    }

    .lx_card-padding {
        padding: 0 15px;
    }

    .lx_desc {
        padding-top: 100px;
        margin-bottom: 20px;
    }

    .lx_bar-item {
        width: 100%;
    }

    .lx_bar {
        top: 64px;
        position: absolute;
    }

    .lx_banner:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #27272773;
    }

    .lx_interior,
    .lx_exterior {
        padding: 20px 0;
    }

    .lx_container {
        padding: 0;
    }

    .lx_container2 {
        padding: 0;
    }

    #lxBar.active .lx_bar {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 890px) {
    .lx_banner_text__v4 {
        line-height: 30px;
        font-size: 18px;
    }

    .lx_banner_text {
        padding: 25px 15px;
    }

    h1.lx_banner_text__v2.no_margin_mobile {
        margin-top: 0;
    }
}

@media (max-width: 490px) {
    .lx_banner_text__v4 {
        line-height: 18px;
        font-size: 16px;
    }

    .lx_desc {
        padding-top: 30px;
    }

    .lx_exterior__description {
        margin-bottom: 20px;
    }
}

.lx_about .brand {
    padding: 5rem 0 0rem;
}

.lx-brand-map {
    margin-bottom: 80px;
}

.lx-brand-map .container {
    max-width: 1500px;
    width: 100%;
    padding: 0 20px;
}

@media (max-width: 890px) {
    .lx_table-main-col-70 {
        display: none;
    }

    .lx_table-main-side {
        display: inline-flex;
        justify-content: center;
        flex-direction: column;
        padding: 3px 6px;
        font-size: 11px;
    }

    .lx_table-main-col-params-col {
        display: flex;
        flex-direction: column;
    }

    .lx_table-main-col-340 {
        width: min-content;
    }

    .lx_table-main-col-params-col .lx_table-main-side {
        text-align: center;
        align-items: center;
    }

    .lx_table-main-side.lx_table-main-side__blue br {
        display: none;
    }
}

@media (max-width: 890px) {
    .lx_table-main-side {
        max-width: 50vw;
    }

    .lx_table-main-col-params-col {
        min-width: 50vw;
    }
}

@media (min-width: 376px) and (max-width: 890px) {
    .lx_table-main-side {
        min-width: 44vw;
    }
}

@media (max-width: 375px) {
    .lx_table-main-side {
        min-width: 46vw;
    }

    .lx_model--paremetrs {
        padding: 20px 10px;
    }
}

@media (max-width: 326px) {
    .lx_table-main-side {
        font-size: 8px;
    }
}

#lxTable {
    padding-bottom: 40px;
}