.ua-logo {
    background: none;
    padding: 0;
}

.ua-logo img {
    display: block;
    width: 100%;
    max-width: 197px;
    height: auto;
}

.ua-brand {
    gap: 23px;
}

.ua-hero__card {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 615px;
    aspect-ratio: 1320 / 615;
}

.ua-hero__card-bg {
    background-size: cover;
    background-position: center;
    transition: opacity .4s ease-in-out;
    will-change: opacity;
}

.ua-hero__card.ua-hero-is-changing .ua-hero__card-bg {
    opacity: .35;
}

.ua-hero__card [data-ua-hero-title],
.ua-hero__card [data-ua-hero-text],
.ua-hero__card [data-ua-hero-cta],
.ua-hero__card .main__utps {
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
}

.ua-hero__card.ua-hero-is-changing [data-ua-hero-title],
.ua-hero__card.ua-hero-is-changing [data-ua-hero-text],
.ua-hero__card.ua-hero-is-changing [data-ua-hero-cta],
.ua-hero__card.ua-hero-is-changing .main__utps {
    opacity: 0;
    transform: translateY(6px);
}

.ua-hero__card[data-ua-hero-slide] .ua-hero__card-content {
    min-height: 100%;
}

.ua-hero__card[data-ua-hero-slide] .ua-hero__title {
    display: inline-block;
    width: fit-content;
    max-width: min(760px, 90vw);
    padding: 8px 14px 10px;
    border-radius: 8px;
    background: rgba(21, 174, 209, .62);
    color: #fff;
    text-transform: uppercase;
    line-height: 1.35;
    white-space: nowrap;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.ua-hero__card[data-ua-hero-slide] .ua-hero__text {
    max-width: 580px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 2px 12px rgba(0,0,0,.45);
}

section:has(.benefits__wrapper),
.benefits__wrapper {
    display: none !important;
}

.ua-model__trade {
    margin: 8px 0 8px;
    color: #16aecd;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.15;
}

.ua-model__special {
    display: inline-flex;
    min-width: 170px;
    min-height: 36px;
    margin: 0;
    padding: 8px 18px;
    align-items: center;
    justify-content: center;
    background: #16aecd;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
}

@media (max-width: 767px) {
    .ua-hero__card {
        min-height: 560px;
        aspect-ratio: 640 / 840;
    }

    .ua-hero__card[data-ua-hero-slide] .ua-hero__title {
        max-width: calc(100% - 20px);
        font-size: 28px;
        white-space: normal;
    }

    .ua-hero__card[data-ua-hero-slide] .ua-hero__text {
        max-width: calc(100% - 46px);
        font-size: 16px;
    }

    .ua-model__trade {
        font-size: 15px;
    }
}

body.ua-page {
    background: #ededed;
}

.ua-container {
    width: 100%;
    max-width: 1320px;
    padding: 0 20px;
}

.ua-brand__title {
    color: #697279;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
}

body {
    font-family: "Open Sans";
}

.ua-header__inner {
    min-height: 85px;
}

.ua-contacts__phone {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.ua-contacts__address {
    color: #697279;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.ua-brand-divider {
    width: 1px;
    height: 24px;
    background-color: #697279;
}

.ua-hero__title {
    max-width: 100%;
    font-size: 44px;
    line-height: 1.4;
}

.ua-chat-wrap {
    max-width: 870px;
}

.ua-chat {
    border-radius: 0px;
    background-color: #fafafacc;
    border: 1px solid #e6e6e6;
}

.ua-hero__text {
    font-size: 26px;
}

.ua-chat__avatar {
    width: 60px;
    height: 60px;
}

.ua-chat__messages--has-content {
    padding-left: 90px;
}

.ua-chat-bubble {
    font-size: 16px;
}

.ua-chat-bubble--bot {
    background-color: #fafbff;
    color: var(--ua-text);
    border-bottom-left-radius: 16px;
    border-top-left-radius: 0px;
    outline: 1px solid #ebebeb;
}

.ua-chat-bubble--user {
    background: #a6192e;
}

.ua-hero__card-content {
    min-height: 615px;
}

.ua-hero__card-content>div:nth-child(1) {
    background: rgba(0, 0, 0, .3);
    padding: 1.4em;
    border-radius: 1.5em;
}

.ua-hero__card-content {
    align-items: flex-start;
    padding: 34px 34px 24px;
}

.ua-hero__cta {
    background: #a6192e;
    font-weight: 400;
    padding: 17px 45px;
    font-size: 14px;
    border-radius: 90px;
}

.ua-hero__cta:hover {
    background: #1a1a1a;
}

.ua-hero__bottom {
    border: none;
    width: 100%;
    grid-template-columns: 1fr minmax(220px, 500px);
    align-items: center;
}

.ua-advantages__list {
    background-color: #222;
    border-radius: .6em;
}

.ua-advantages__item {
    background: none;
    border: none;
    color: #fff;
    font-weight: 400;
}

.ua-hero__timer-title {
    text-transform: uppercase;
    font-size: 16px;
}

.ua-hero__card .ua-counter__item {
    border: none;
    background: none;
}

.ua-counter__item span {
    background: #0a457e;
    font-size: 32px;
    font-weight: 400;
    padding: 12px 0;
}

.ua-counter {
    max-width: 400px;
}

.ua-footer {
    background: #1a1a1a;
    color: #fff;
    font-size: 14px;
}

.ua-chat-bubble--last>.ua-bubble-text {
    background: none;
}

.ua-choices--multi {
    flex-direction: row;
}

.ua-cookies {
    padding: 14px 0;
}

.ua-cookies__text {
    font-size: 16px;
}

.ua-cookies__accept {
    background: #a6192e;
    font-weight: 400;
    padding: 17px 45px;
    font-size: 14px;
    border-radius: 90px;
}

.ua-cookies__accept:hover {
    background-color: #05141f;
}

.ua-model-header {
    display: flex;
    gap: 24px;
    align-items: center;
}

.ua-model-header p:first-of-type {
    display: inline-block;
    background-color: #2f3944;
    color: #fff;
    padding: 5px 8px;
    border-radius: 3px;

}

.ua-model-header p:last-of-type {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #8d8d8d;
    font-size: 12px;
}

.ua-model-header p:last-of-type i {
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #46b144;
    border-radius: 50%;
}

.ua-model {
    flex: 0 0 100%;
    max-width: 100%;
    box-shadow: 0 4px 10px #26243c14;
    border: 2px solid hsla(0, 0%, 100%, 0);
    text-align: left;
    padding: 8px 20px;
}

.ua-model:hover {
    border-color: #a6192e;
}

.ua-model--active {
    border-color: #a6192e;
}

.ua-model__img {
    background: none;
    padding: 10px;
    height: 135px;
}

.ua-model__img img {
    width: 100%;
    height: auto;
    object-fit: unset;
}

.ua-model__sticker {
    left: auto;
    top: -6px;
    right: 6px;
}

.ua-model__name {
    font-size: 34px;
    color: #a6192e;
    font-weight: 700;

}

.ua-model__price {
    padding-left: 10px;
    font-size: 16px;
    color: #1a1a1a;
}

.ua-model__price>span {
    font-weight: 700;
}

.ua-model__price.new-price {
    color: #0066b5;
}

.ua-model__price.new-price>span {
    color: #1a1a1a;
}

.ua-model-body {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ua-model__img {
    flex: 0 0 60%;
    width: 60%;
    height: 220px;
    padding: 12px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ua-model-body img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: center;
}

.ua-model-body ul {
    list-style-type: none;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ua-model-body ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

.ua-model-body ul li img {
    width: 25px;
}

.ua-models {
    gap: 16px;
    margin-top: 24px;
}

.ua-chat__phone {
    color: #fff;
    background-color: #1a1a1a;
    border-radius: 9px;
    padding: 9px 16px;
    color: #fff;
    font-size: 12px;
}

.ua-manager__avatar {
    background: none;
}

.ua-model--active::after {
    content: url('../img/checkmark.svg');
    background-color: #0a457e;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -15px;
    right: -15px;
}

.ua-hero__promo-btn {
    min-height: 80px;
    height: 80px;
}

.ua-hero__promo-btn-text {
    text-transform: uppercase;
    font-size: 20px;
    max-width: 290px;
}

.ua-choice {
    border: none;
    color: #1a1a1a;
    background: none;
}

.ua-choice:hover:not(:disabled) {
    color: #1a1a1a;
    background: none;
}

.ua-choices__apply {
    background: #a6192e;
    font-weight: 400;
    padding: 17px 45px;
    font-size: 14px;
    border-radius: 90px;
}

[data-step="last-form"] {
    max-width: 420px;
}

.ua-lead-label {
    font-size: 18px;
}

.ua-lead-timer {
    background: #222222;
    padding: 30px;
    color: #fff;
    border-radius: 30px 30px 30px 0;
    font-size: 15px;

}

.ua-form-consent {
    margin-bottom: 16px;
}

.ua-lead-timer__title {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
}

.ua-lead-clock__item span {
    background: #a6192e;
    font-size: 32px;
    font-weight: 400;
    padding: 8px 8px;
    color: #fff;
    border-radius: 0;
}

.ua-lead-clock__item small {
    color: #fff;
}

.ua-form-consent__text a {
    color: #a6192e;
}


.ua-model__head {}

.ua-model__head p {
    margin: 0 0 12px 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #8d8d8d;
    font-size: 12px;
}

.ua-model__head p i {
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #46b144;
    border-radius: 50%;
}


.ua-model__body {
    display: flex;
    gap: 14px;
    align-items: center;
}

.ua-model__body .ua-model__img {
    flex: 0 0 68%;
    width: 68%;
    height: 280px;
    padding: 0 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ua-model__body img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
}

.ua-model__body-right {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ua-model__price.new-price {
    color: #a6192e;
    font-weight: 500;
}

.ua-model__price.new-price i {
    color: #05141f;
    font-style: normal;
    font-weight: 400;
}

.ua-hero__cta {
    position: absolute;
    bottom: 30px;
    z-index: 10;
}

@media (max-width: 767px) {

    .ua-model__body {
        flex-direction: column;
        align-items: flex-start;
    }

    .ua-model__body .ua-model__img {
        width: 100%;
        flex-basis: auto;
        height: 260px;
        padding: 0;
        overflow: hidden;
    }

    .ua-model__body img {
        object-fit: contain;
        object-position: center;
    }

    .ua-header__inner {
        flex-direction: column;
    }

    .ua-brand {
        flex-direction: column;
        gap: 10px;
    }

    .ua-chat__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .ua-brand__title {
        font-size: 13px;
        text-align: center;
    }

    .ua-header__inner {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .ua-brand-divider {
        display: none;
    }

    .ua-contacts {
        text-align: center;
    }

    .ua-contacts__address {
        font-size: 13px;
    }

    .ua-chat__avatar {
        display: none;
    }

    .ua-chat__messages--has-content {
        padding-left: 16px;
    }

    .ua-chat-bubble {
        font-size: 14px;
    }

    .ua-model {
        flex: 0 0 100%;
        max-width: 100%;

    }

    .ua-chat__phone {
        width: 100%;
        text-align: center;
    }

    iframe[title="Calltouch Widget"] {
        right: 10px !important;
        bottom: 10px !important;
    }

    .ua-hero__title {
        font-size: 20px;
    }

    .ua-hero__text {
        font-size: 18px;
    }

    .ua-hero__bottom {
        grid-template-columns: repeat(1, 1fr);
    }

    .ua-hero__card-content {
        padding: 20px;
    }

    .ua-hero__promo-btn-text {
        font-size: 16px;
    }

    .ua-model-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 10px;
    }

    .ua-model-header p {
        margin: 0;
    }

    .ua-model__name {
        font-size: 28px;
    }

    .ua-model-body {
        flex-direction: column;
        align-items: flex-start;
    }

    .ua-hero__cta {
        background: #a6192e;
        font-weight: 400;
        padding: 17px 25px;
        font-size: 12px;
        border-radius: 90px;
        width: calc(100% - 20px);
        position: absolute;
        bottom: 10px;
        left: 10px;
    }

    .ua-hero__bottom {
        display: none;
    }

}


.ua-header {
    border: none;
    background: #1c9dba;
}

.ua-brand-divider {
    background-color: #fff;
}

.ua-brand__title {
    color: #fff;
}

.ua-contacts__phone {
    color: #fff
}

.ua-cookies__accept {
    background: #1c9dba;
}

.ua-hero__cta {
    background: #1c9dba;
}

.ua-hero__card-overlay {
    opacity: .2;
}

.ua-footer a {
    color: #fff;
}

.ua-chat-wrap {
    max-width: 1200px;
}

.spec-price-col {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 170px;
    justify-content: space-between;
}

.ua-model {
    max-width: 49%;
}

.ua-model__name {
    font-size: 20px;
    color: #1c9dba;
    font-weight: 700;
    letter-spacing: -1px;
}

.ua-model:hover {
    border-color: #1c9dba;
}

.ua-model-body ul li {
    gap: 0;
    letter-spacing: -0.5px;
}

.spec-price {
    padding: 7px 14px;
    text-align: center;
    color: #fff;
    background: #1c9dba;
    font-size: 14px;
}

.ua-model__img {
    flex: 0 0 55%;
}

.ua-chat-bubble--user {
    background: #fff;
    color: inherit;
}

.ua-choices__apply {
    background: #1c9dba;
}

.ua-model--active {
    border-color: #1c9dba;
}

.ua-model--active::after {
    background-color: #1c9dba;
}

.ua-lead-clock__item span {
    background-color: #1c9dba;
}

.ua-form-consent__text a {
    color: #1c9dba;
}

.ua-btn--primary {
    background: #1c9dba;
}

.ua-hero__card-content {
    color: #fff;
}

.ua-hero__title {
    max-width: 100%;
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: -1px;
}

.ua-hero__text {
    font-size: 23px;
}

.ua-hero__cta {
    position: relative;
    bottom: 0;
    top: 30px;
}

@media (max-width: 767px) {
    .ua-model {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ua-model__img {
        flex: 0 0 100%;
        width: 100%;
    }

    .spec-price-col {
        width: 100%;
    }
    .ua-hero__title {
        font-size: 20px;
    }
    
.ua-hero__text {
        font-size: 18px;
    }

    .ua-hero__cta {
    position: absolute;
    bottom: 10px;
    top: auto;
}
}

.benefits__wrapper p {
    margin: 0;
}

.benefits__wrapper[data-v-8993df12] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 19px;
    height:614px;
    margin-bottom: 30px;
}

.benefits__item[data-v-8993df12] {
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    cursor: pointer
}

.benefits__item._1[data-v-8993df12] {
    grid-row-start: 1;
    grid-row-end: 3
}

.benefits__item._1 .item__title[data-v-8993df12] {
    margin-top: auto
}

.benefits__item._2[data-v-8993df12] {
    grid-column-start: 2;
    grid-row-end: 2;
    justify-content: center
}

.benefits__item._2 .item__text[data-v-8993df12] {
    margin-top: auto;
    margin-bottom: auto
}

.benefits__item._3[data-v-8993df12] {
    grid-column-start: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    justify-content: end
}

.benefits__item._3 .item__title[data-v-8993df12],.benefits__item._3 .item__text[data-v-8993df12] {
    text-align: right
}

.benefits__item .item__title[data-v-8993df12] {
    font-size: 34px;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 700
}

.benefits__item .item__title[data-v-8993df12] span {
    padding: 7px 12px;
    border-radius: 10px
}

.benefits__item .item__text[data-v-8993df12] {
    margin-top: 12px;
    font-size: 21px
}

@media (max-width: 1200px) {
    .benefits__container[data-v-8993df12] {
        width:90%
    }

    .benefits__wrapper[data-v-8993df12] {
        grid-template-rows: 1.1fr .9fr;
        height: 800px
    }

    .benefits__item[data-v-8993df12] {
        padding: 20px
    }

    .benefits__item._1[data-v-8993df12] {
        grid-row-start: 1;
        grid-row-end: 2;
        grid-column-start: 1;
        grid-column-end: 3
    }

    .benefits__item._1 .item__title[data-v-8993df12] {
        margin-top: auto
    }

    .benefits__item._2[data-v-8993df12] {
        grid-column-start: 1;
        grid-row-start: 2;
        grid-row-end: 3;
        justify-content: center
    }

    .benefits__item._2 .item__text[data-v-8993df12] {
        margin-top: auto;
        margin-bottom: auto
    }

    .benefits__item._3[data-v-8993df12] {
        grid-column-start: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        justify-content: end
    }

    .benefits__item._3 .item__title[data-v-8993df12],.benefits__item._3 .item__text[data-v-8993df12] {
        text-align: right
    }

    .benefits__item .item__title[data-v-8993df12] {
        font-size: calc(.0147058824 * 100vw + 10.5882352941px)
    }

    .benefits__item .item__title[data-v-8993df12] span {
        padding: 7px 12px;
        border-radius: 10px
    }

    .benefits__item .item__text[data-v-8993df12] {
        margin-top: 12px;
        font-size: calc(.0029411765 * 100vw + 16.1176470588px)
    }
}

@media (max-width: 640px) {
    .benefits__container[data-v-8993df12] {
        width:100%
    }

    .benefits__wrapper[data-v-8993df12] {
        grid-template-rows: .85fr 1.15fr;
        gap: 10px;
        height: 715px
    }

    .benefits__item._1[data-v-8993df12] {
        padding: 20px
    }

    .benefits__item._2[data-v-8993df12] {
        padding: 12px
    }

    .benefits__item._2 .item__text[data-v-8993df12] {
        margin-top: calc(1.25vw + 0px);
        margin-bottom: auto
    }

    .benefits__item._3[data-v-8993df12] {
        padding: 12px
    }

    .benefits__item._3 .item__title[data-v-8993df12],.benefits__item._3 .item__text[data-v-8993df12] {
        text-align: right
    }

    .benefits__item .item__title[data-v-8993df12] {
        font-size: calc(.625vw + 14px);
        line-height: 1.5
    }

    .benefits__item .item__title[data-v-8993df12] span {
        padding: calc(.625vw + 2px) calc(.9375vw + 2px);
        border-radius: calc(1.875vw - 2px)
    }

    .benefits__item .item__text[data-v-8993df12] {
        margin-top: calc(1.25vw + 0px);
        font-size: calc(.9375vw + 9px)
    }
}

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

.benefits__wrapper[data-v-8993df12] {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 1fr 1fr !important;
    gap: 19px !important;
    height: 614px !important;
    margin-bottom: 0 !important;
    overflow: visible;
}

.benefits__wrapper[data-v-8993df12]::-webkit-scrollbar {
    display: none;
}

.benefits__item[data-v-8993df12] {
    flex: none;
    aspect-ratio: auto;
    min-height: 0;
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    scroll-snap-align: unset;
    padding: 30px !important;
}

.benefits__item._1[data-v-8993df12] {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    background-size: cover;
    background-position: center center;
    justify-content: flex-end !important;
}

.benefits__item._2[data-v-8993df12] {
    grid-column: 2 !important;
    grid-row: 1 !important;
    background-size: cover;
    background-position: center center;
    justify-content: center !important;
}

.benefits__item._3[data-v-8993df12] {
    grid-column: 2 !important;
    grid-row: 2 !important;
    background-size: cover;
    background-position: center center;
    justify-content: flex-end !important;
}

.benefits__item._4[data-v-8993df12] {
    background-size: cover;
    background-position: center center;
}

.benefits__item._1[data-v-8993df12],
.benefits__item._2[data-v-8993df12],
.benefits__item._3[data-v-8993df12],
.benefits__item._4[data-v-8993df12] {
    min-width: 0;
}

.benefits__item._1 .item__title[data-v-8993df12],
.benefits__item._2 .item__title[data-v-8993df12],
.benefits__item._3 .item__title[data-v-8993df12],
.benefits__item._4 .item__title[data-v-8993df12],
.benefits__item._1 .item__text[data-v-8993df12],
.benefits__item._2 .item__text[data-v-8993df12],
.benefits__item._3 .item__text[data-v-8993df12],
.benefits__item._4 .item__text[data-v-8993df12] {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: inherit;
}

.benefits__item .item__title[data-v-8993df12] {
    max-width: 92%;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0;
}

.benefits__item._1 .item__title[data-v-8993df12] {
    font-size: 34px;
    line-height: 1.32;
}

.benefits__item .item__text[data-v-8993df12] {
    max-width: 92%;
    font-size: 18px;
    line-height: 1.25;
}

.benefits__item._1 .item__text[data-v-8993df12] {
    font-size: 21px;
}

.benefits__arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #15aed1;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.benefits__arrow:before {
    content: "";
    width: 11px;
    height: 11px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    display: block;
}

.benefits__arrow--prev {
    left: 8px;
}

.benefits__arrow--prev:before {
    transform: translateX(2px) rotate(-135deg);
}

.benefits__arrow--next {
    right: 8px;
}

.benefits__arrow--next:before {
    transform: translateX(-2px) rotate(45deg);
}

.ua-model__tradein {
    margin: 8px 0 0;
    max-width: 220px;
    color: #15aed1;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.ua-model__tradein span {
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .benefits__item[data-v-8993df12] {
        flex-basis: auto;
    }
}

@media (max-width: 640px) {
    .benefits__wrapper[data-v-8993df12] {
        gap: 12px !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: 1fr !important;
        height: 520px !important;
    }

    .benefits__item[data-v-8993df12] {
        flex-basis: auto;
        aspect-ratio: auto;
        padding: 20px !important;
        background-size: cover;
        background-position: center center;
        justify-content: flex-end !important;
    }

    .benefits__item._1[data-v-8993df12] {
        grid-column: 1 !important;
        grid-row: 1 !important;
        background-size: cover;
        background-position: center center;
        display: flex !important;
    }

    .benefits__item._2[data-v-8993df12] {
        grid-column: 1 !important;
        grid-row: 1 !important;
        background-size: cover;
        background-position: center center;
        display: none !important;
    }

    .benefits__item._3[data-v-8993df12] {
        grid-column: 1 !important;
        grid-row: 1 !important;
        background-size: cover;
        background-position: center center;
        display: none !important;
    }

    .benefits__item._4[data-v-8993df12] {
        background-size: cover;
        background-position: center center;
    }

    .benefits__arrow--prev {
        left: 6px;
    }

    .benefits__arrow--next {
        right: 6px;
    }

    .ua-model__tradein {
        max-width: none;
        font-size: 13px;
    }

    .benefits__item .item__title[data-v-8993df12] {
        max-width: calc(100% - 34px);
        font-size: clamp(18px, 6.1vw, 24px);
        line-height: 1.14;
    }

    .benefits__item .item__text[data-v-8993df12] {
        max-width: calc(100% - 34px);
        font-size: clamp(13px, 3.7vw, 15px);
        line-height: 1.2;
    }

    .benefits__arrow {
        top: 30%;
    }
}
/* codex main hero liquid glass arrows 2026-07-03 */
.main .swiper-button-prev,
.main .swiper-button-next {
  top: 50% !important;
  z-index: 5 !important;
  width: 52px !important;
  height: 52px !important;
  margin-top: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: rgba(28, 157, 186, 0.78) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.04)) !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.32), inset 0 -12px 18px rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(18px) saturate(170%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(170%) !important;
  transform: translateY(-50%) !important;
  transition: color 0.2s ease, text-shadow 0.2s ease, transform 0.2s ease !important;
}
.main .swiper-button-prev::after,
.main .swiper-button-next::after {
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
.main .swiper-button-prev:hover,
.main .swiper-button-next:hover {
  color: #1c9dba !important;
  text-shadow: 0 0 10px rgba(28, 157, 186, 0.75) !important;
  transform: translateY(-50%) !important;
}
.main .swiper-button-prev { left: 20px !important; }
.main .swiper-button-next { right: 20px !important; }
@media (max-width: 1500px) {
  .main .swiper-button-prev { left: 16px !important; }
  .main .swiper-button-next { right: 16px !important; }
}
@media (max-width: 640px) {
  .main .swiper-button-prev,
  .main .swiper-button-next {
    width: 42px !important;
    height: 42px !important;
    color: #1c9dba !important;
  }
  .main .swiper-button-prev { left: 10px !important; }
  .main .swiper-button-next { right: 10px !important; }
  .main .swiper-button-prev::after,
  .main .swiper-button-next::after { font-size: 18px !important; }
}
/* /codex main hero liquid glass arrows */
/* codex hide old benefits block 2026-07-03 */
.benefits__slider-shell,
.benefits__container,
.benefits__wrapper,
.benefits__wrapper[class],
.benefits__wrapper[data-v-8993df12],
.benefits__item,
.benefits__item[data-v-8993df12],
.benefits__arrow {
  display: none !important;
}
/* /codex hide old benefits block */

/* codex restore Motopole product cards 2026-07-04 */
.ua-models {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
}

.ua-model {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 282px !important;
  padding: 20px 24px !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07) !important;
  transition: border-color .2s ease, box-shadow .2s ease !important;
}

.ua-model:hover,
.ua-model.is-selected {
  border-color: #1c9dba !important;
  box-shadow: 0 10px 28px rgba(28, 157, 186, 0.12) !important;
}

.ua-model__name {
  margin: 0 0 14px !important;
  color: #1c9dba !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.2px !important;
}

.ua-model__body {
  display: grid !important;
  grid-template-columns: minmax(210px, 54%) minmax(160px, 1fr) !important;
  gap: 18px !important;
  align-items: center !important;
}

.ua-model__body .ua-model__img,
.ua-model__img {
  display: flex !important;
  width: 100% !important;
  height: 184px !important;
  flex: initial !important;
  flex-basis: auto !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  padding: 0 !important;
}

.ua-model__body img,
.ua-model__img img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

.ua-model__body-right {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

.ua-model__features {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  color: #071523 !important;
  font-size: 14px !important;
  line-height: 1.32 !important;
}

.ua-model__features li {
  position: relative !important;
  margin: 0 !important;
  padding-left: 22px !important;
}

.ua-model__features li::before {
  content: "✓" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  color: #1c9dba !important;
  font-weight: 800 !important;
}

.ua-model__special {
  display: inline-flex !important;
  width: 190px !important;
  min-height: 36px !important;
  margin: 4px 0 0 !important;
  padding: 8px 18px !important;
  align-items: center !important;
  justify-content: center !important;
  background: #1c9dba !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  text-align: center !important;
}

.ua-model__trade {
  max-width: 210px !important;
  margin: 0 !important;
  color: #1c9dba !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}

@media (max-width: 900px) {
  .ua-models {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  .ua-model {
    min-height: 0 !important;
    padding: 18px !important;
  }

  .ua-model__body {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .ua-model__body .ua-model__img,
  .ua-model__img {
    height: 210px !important;
  }

  .ua-model__special {
    width: 100% !important;
  }

  .ua-model__trade {
    max-width: none !important;
    font-size: 14px !important;
  }
}
/* /codex restore Motopole product cards */
