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

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

.ua-brand {
    gap: 23px;
}

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



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

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

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

.ua-hero__cta {
    background: #893257;
    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;
    grid-template-columns: repeat(3, 1fr);
}

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

.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: #893257;
    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: #893257;
    font-weight: 400;
    padding: 17px 45px;
    font-size: 14px;
    border-radius: 90px;
}

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

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

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

.ua-lead-form .ua-btn {
    background-color: #893257;
}

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

.ua-model__img img {
    width: 100%;
    height: auto;
    object-fit: unset;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}

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

.ua-model__name {
    font-size: 16px;
    color: #893257;
    font-weight: 700;
    padding: 0 0 0 10px;
}

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

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

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

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

.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: #893257;
    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: 310px;
}

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

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

.ua-choices__apply {
    background: #893257;
    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: #893257;
    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: #893257;
}


@media (max-width: 767px) {

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

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

}

/* Evolute adjustments */
.ua-logo img { max-height: 42px; width: auto; }
.ua-hero__promo-btn { background-image: none !important; }


/* Nordcross importer brand */
@font-face {
    font-family: 'PT Sans';
    src: url('/assets/templates/fonts/PTSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/assets/templates/fonts/PTSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Russo One';
    src: url('/assets/templates/fonts/RussoOne-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body.ua-page,
.ua-btn,
.ua-choice,
.ua-chat-bubble,
.ua-model__price,
.ua-brand__title,
.ua-contacts__address,
.ua-footer,
.ua-cookies__text,
.ua-popup,
.ua-lead-label,
.ua-form-consent__text {
    font-family: 'PT Sans', system-ui, sans-serif;
}

.ua-hero__title,
.ua-hero__timer-title,
.ua-hero__promo-btn-text,
.ua-side-promo__btn-text,
.ua-model__name,
.ua-manager__name,
.ua-popup__title,
.ua-advantages__item {
    font-family: 'Russo One', system-ui, sans-serif;
    letter-spacing: 0;
}

.ua-hero__promo-btn,
.ua-side-promo__btn {
    background: #1EF1C6 !important;
    background-image: none !important;
    box-shadow: none;
}

.ua-hero__promo-btn:hover,
.ua-side-promo__btn:hover {
    box-shadow: 0 10px 24px rgba(30, 241, 198, 0.22);
}

.ua-hero__promo-btn-text,
.ua-side-promo__btn-text {
    color: #000;
    text-shadow: none;
    font-size: 18px;
    line-height: 1.18;
}

.ua-hero__promo-btn {
    align-items: center;
    padding: 18px 22px;
}

.ua-hero__title {
    line-height: 1.18;
}

.ua-model__name {
    color: #000;
}


/* Nordcross palette adjustments */
.ua-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ua-logo img {
    width: auto;
    max-width: none;
    height: 18px;
}

.ua-logo .ua-logo__model {
    height: 20px;
}

.ua-hero__cta:hover,
.ua-cookies__accept:hover,
.ua-choices__apply:hover,
.ua-lead-form .ua-btn:hover,
.ua-chat-bubble--user:hover,
.ua-chat__phone:hover {
    background: #DC1860;
}

.ua-model:hover,
.ua-model--active {
    border-color: #DC1860;
}

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

.ua-model__name,
.ua-form-consent__text a {
    color: #893257;
}

.ua-counter__item span,
.ua-hero__cta,
.ua-cookies__accept,
.ua-chat-bubble--user,
.ua-choices__apply,
.ua-lead-form .ua-btn,
.ua-chat__phone,
.ua-model__sticker,
.ua-model--active::after {
    background: #893257;
}

.ua-hero__bottom {
    margin-top: auto;
    padding-top: 88px;
    align-items: end;
}

.ua-hero__timer {
    padding-bottom: 6px;
}

.ua-hero__promo-btn {
    margin-bottom: 2px;
}

@media (max-width: 767px) {
    .ua-logo {
        gap: 8px;
        justify-content: center;
    }

    .ua-logo img {
        height: 14px;
    }

    .ua-logo .ua-logo__model {
        height: 16px;
    }

    .ua-hero__bottom {
        padding-top: 28px;
    }
}


/* Nordcross hero alignment fix */
.ua-hero__bottom {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 500px);
    align-items: center;
    column-gap: 28px;
    padding-top: 206px;
}

.ua-hero__timer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    padding-bottom: 0;
}

.ua-hero__timer-title {
    margin-bottom: 14px;
}

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

.ua-hero__promo-btn {
    min-height: 82px;
    align-self: center;
    margin-bottom: 0;
}

@media (max-width: 920px) {
    .ua-hero__bottom {
        grid-template-columns: 1fr;
        row-gap: 16px;
        padding-top: 68px;
    }

    .ua-hero__timer,
    .ua-hero__promo-btn {
        min-height: auto;
        align-self: stretch;
    }
}


.ua-hero__promo-btn {
    grid-column: 1;
    justify-self: start;
}

.ua-hero__specs {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 18px;
    padding: 18px 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(7, 13, 29, 0.58);
    backdrop-filter: blur(2px);
}

.ua-hero__spec-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #fff;
}

.ua-hero__spec-value {
    font-size: 56px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
}

.ua-hero__spec-label {
    font-size: 15px;
    line-height: 1.35;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 920px) {
    .ua-hero__specs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 18px;
        margin-top: 14px;
        padding: 16px 18px;
    }

    .ua-hero__spec-value {
        font-size: 38px;
    }

    .ua-hero__spec-label {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .ua-hero__specs {
        grid-template-columns: 1fr 1fr;
        gap: 12px 14px;
        padding: 14px 16px;
    }

    .ua-hero__spec-value {
        font-size: 30px;
    }

    .ua-hero__spec-label {
        font-size: 11px;
    }
}
