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

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

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

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

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

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

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

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


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

}