.limited-time-offers {
    margin-top: 35px;
    margin-bottom: 42px;
}
@media (min-width: 768px) {
    .limited-time-offers {
        margin-bottom: 34px;
    }
}
.limited-time-offers--title {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 24px;
    color: var(--lto__counter_title, #130f26);
}
.limited-time-offers--counter {
    max-width: 290px;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--lto__counter_gradient_start, #5b1fce) 0%, var(--lto__counter_gradient_end, #901bc8) 100%);
    position: relative;
    gap: 30px;
    margin-left: auto;
    margin-right: auto;
}
.limited-time-offers--counter:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: var(--lto__counter_inner_background, #fff);
}
@media (min-width: 768px) {
    .limited-time-offers--counter {
        max-width: 348px;
    }
}
.limited-time-offers--counter .hours, .limited-time-offers--counter .minutes, .limited-time-offers--counter .seconds {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.limited-time-offers--counter .hours:after, .limited-time-offers--counter .minutes:after, .limited-time-offers--counter .seconds:after {
    content: ":";
    position: absolute;
    top: 40%;
    right: -40%;
    transform: translate(-50%, -60%);
    font-size: 35px;
    font-weight: 700;
    color: var(--lto__counter_labels_color, #605c73);
}
.limited-time-offers--counter .hours .value, .limited-time-offers--counter .minutes .value, .limited-time-offers--counter .seconds .value {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    background: linear-gradient(180deg, var(--lto__counter_gradient_start, #5b1fce) 0%, var(--lto__counter_gradient_end, #901bc8) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    width: 55px;
    text-align: center;
}
.limited-time-offers--counter .hours span, .limited-time-offers--counter .minutes span, .limited-time-offers--counter .seconds span {
    font-size: 12px;
    font-weight: 400;
    color: var(--lto__counter_labels_color, #605c73);
}
.limited-time-offers--counter .seconds:after {
    display: none;
}
.trust-banner {
    background: var(--lto__trust_banner_background_color, #807a99);
    position: relative;
    z-index: 5;
}
.trust-banner__inner {
    width: 100%;
    min-height: 93px;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media (min-width: 768px) {
    .trust-banner__inner {
        flex-direction: row;
        padding: 0;
    }
}
.trust-banner__inner-title {
    color: var(--lto__trust_banner_text_color, #e7e6fa);
    font-size: 14px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #8b8a99;
}
@media (min-width: 768px) {
    .trust-banner__inner-title {
        padding-right: 16px;
        border-right: 1px solid #8b8a99;
        margin-right: 16px;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }
}
.trust-banner__inner-title span {
    font-weight: 500;
    font-size: 16px;
}
.trust-banner__inner-image img {
    max-height: 53px;
}
.limited-offers-popup .exit-popup-content {
    margin-top: 0;
}
.limited-offers-popup .exit-popup-close {
    border: 0;
    background-color: transparent;
}
body.is-exit-page .page-desc {
    position: relative;
    display: block;
    min-height: 315px;
    background: #fff;
    padding: 20px 15px;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    body.is-exit-page .page-desc {
        padding: 24px;
    }
    body.is-exit-page .page-desc:after {
        content: ' ';
        height: 139px;
        width: 255px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url('/purple-hand.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media (min-width: 992px) {
    body.is-exit-page .page-desc {
        padding: 70px 15px 50px;
    }
    body.is-exit-page .page-desc:after {
        width: 344px;
    }
}
body.is-exit-page .page-desc-title {
    text-align: left;
    font-size: 25px;
    font-weight: 500;
}
@media (min-width: 768px) {
    body.is-exit-page .page-desc-title {
        max-width: 407px;
        margin-bottom: 24px;
    }
}
@media (min-width: 768px) {
    body.is-exit-page .page-desc-content {
        max-width: 407px;
    }
}
@media (min-width: 992px) {
    body.is-exit-page .page-desc-content {
        max-width: 487px;
    }
}
