.ofrcd {
}

.ofrcd-row {
    display: flex;
}

.ofrcd-col {
}

.ofrcd-col--digits {
}

.ofrcd-col--colon {
}

.ofrcd-digits {
    display: flex;
    column-gap: 3.75px;
}

.ofrcd-digit {
    color: var(--clr-04);
    font-family: var(--font-family);
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    border-radius: 18px;
    background: #FFF;
    min-width: 52.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 0 16px 0;
}

.ofrcd-label {
    text-align: center;
    color: #FFF;
    font-family: var(--font-family);
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    padding-top: 2px;
}

.ofrcd-colon {
    color: #FFF;
    font-family: var(--font-family);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    padding: 4px 4px 0 4px;
}

.offercountdown {
}

.offercountdown-title {
    color: #FFF;
    font-family: var(--second-family);
    font-size: 27px;
}

.offercountdown-content {
    padding-top: 8px;
}

.offer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.offer-main {
    border-radius: 28px;
    background: radial-gradient(182.28% 87.99% at 136.11% 78.83%, rgba(255, 255, 255, 0.20) 0%, rgba(116, 73, 44, 0.20) 60.5%), #9E826F;
    display: flex;
    flex-direction: column;
    padding: 56px 20px 0;
    overflow: hidden;
}

.offer-badge {
    color: var(--clr-04);
    text-align: right;
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 1;
    border-radius: 48px;
    background: #FFF;
    align-self: center;
    padding: 5px 10px 5px;
    margin-bottom: 8px;
}

.offer-title {
    color: #FFF;
    text-align: center;
    font-family: var(--second-family);
    font-size: 36px;
    line-height: 1.1;
    padding-bottom: 17px;
}

.offer-description {
    color: #FFF;
    text-align: center;
    font-family: var(--font-family);
    font-size: 20px;
    line-height: 1.2;
    padding: 0 10px 31px;
}

.offer-inforow {
}

.offer-control {
    align-self: center;
    padding-bottom: 16px;
}

.offer-button {
    display: block;
    color: var(--clr-01);
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    border-radius: 16px;
    background: #F5C952;
    border: 1px solid #F5C952;
    padding: 22px 10px 23px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: start;
    transition: all 0.3s ease 0s;
    text-align: center;
    min-width: 250px;
}

.offer-button svg {
    margin: 2px 0 0 9px;
}

.offer-button:hover {
    border-color: #F5C952;
    background: transparent;
    color: #F5C952;
}

.offer-prices {
    display: flex;
    justify-content: center;
    align-items: end;
    column-gap: 8px;
    padding-bottom: 35px;
}

.offer-oldprice {
    color: #FFF;
    font-family: var(--second-family);
    font-size: 32px;
    line-height: 1.1;
    text-decoration-line: line-through;
    padding-top: 5px;
}

.offer-newprice {
    color: #F5C952;
    font-family: var(--second-family);
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-decoration-thickness: 2px;
}

.offer-countdown {
    justify-content: center;
    display: flex;
}

.offer-list {
    list-style: none;
    padding: 30px 0 0 11px;
    margin: 0;
    color: #FFF;
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 1;
}

.offer-list li {
    padding: 6px 0 5px;
}

.offer-list svg {
    margin: 0px 16px 0 0;
    vertical-align: top;
}

.offer-figure {
    position: relative;
}

.offer-picture {
    margin: 0 -77px 0px -87px;
    padding-top: 35px;
}

.offer-picture img {
    vertical-align: middle;
    max-width: none;
    width: 100%;
}

.offer-achievements {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #FFF;
    font-family: var(--font-family);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    bottom: 42px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.offer-achievements li {
    padding-top: 12px;
}

.offer-achievements svg {
    vertical-align: top;
    margin: 0px 11px 0 0;
}

.glass-badge {
    position: relative;
    display: inline-block;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: rgba(158, 130, 111, 0.10);
    backdrop-filter: blur(18px) saturate(135%);
    -webkit-backdrop-filter: blur(18px) saturate(135%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), inset 0 -1px 0 rgba(255, 255, 255, 0.04), 0 10px 30px rgba(80, 55, 35, 0.08);
    line-height: 1;
    padding: 22px 34px 21px 34px;
    border-radius: 21px;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.30);
}

.glass-badge::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    /* Light 45deg / 80% */
    background: linear-gradient( 45deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.10) 22%, rgba(255, 255, 255, 0.03) 45%, rgba(255, 255, 255, 0.00) 70% );
}

.glass-badge::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    pointer-events: none;
    /* refraction / dispersion / splay */
    background: radial-gradient( 120% 140% at 15% 20%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.07) 25%, rgba(255, 255, 255, 0.00) 55% ), linear-gradient( 135deg, rgba(255, 210, 190, 0.10) 0%, rgba(255, 255, 255, 0.00) 35%, rgba(190, 220, 255, 0.08) 100% );
    mix-blend-mode: screen;
    opacity: 0.75;
}

@media (min-width: 75em) {
    .ofrcd {
    }

    .ofrcd-row {
    }

    .ofrcd-col {
    }

    .ofrcd-col--digits {
    }

    .ofrcd-col--colon {
    }

    .ofrcd-digits {
        column-gap: 5px;
    }

    .ofrcd-digit {
        width: 70px;
        border-radius: 24px;
        padding: 22px 0 22px 0px;
        font-size: 36px;
    }

    .ofrcd-label {
        padding-top: 3px;
        font-size: 24px;
    }

    .ofrcd-colon {
        font-size: 64px;
        padding: 7px 5px 0 6px;
    }

    .offercountdown {
    }

    .offercountdown-title {
        font-size: 36px;
    }

    .offercountdown-content {
        padding-top: 10px;
    }

    .offer {
        padding-top: 56px;
    }

    .offer-main {
        align-items: start;
        padding: 79px 56px 71px 56px;
        position: relative;
    }

    .offer-badge {
        align-self: start;
        font-size: 20px;
        padding-left: 11px;
        margin-bottom: 19px;
    }

    .offer-title {
        font-size: 64px;
        max-width: 760px;
        text-align: left;
        line-height: 1.085;
        padding-bottom: 20px;
    }

    .offer-description {
        text-align: left;
        font-size: 32px;
        font-weight: 300;
        padding: 0 0 40px 0;
        max-width: 820px;
        line-height: 1.185;
    }

    .offer-inforow {
        display: flex;
        padding-bottom: 20px;
    }

    .offer-control {
        padding: 0px 17px 0 0;
    }

    .offer-button {
        font-weight: 700;
        padding: 35px 0 36px 0;
        border-radius: 28px;
    }

    .offer-button svg {
    }

    .offer-button:hover {
    }

    .offer-prices {
        column-gap: 16px;
        padding: 0;
    }

    .offer-oldprice {
        font-size: 48px;
        padding-top: 0;
    }

    .offer-newprice {
        font-size: 64px;
    }

    .offer-countdown {
    }

    .offer-list {
        font-size: 24px;
        line-height: 1.1;
        padding: 12px 0 0 5px;
    }

    .offer-list li {
        padding: 8px 0;
    }

    .offer-list svg {
        width: 26px;
        height: auto;
    }

    .offer-figure {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .offer-picture {
        margin: 0 -152px -38px 0px;
        max-width: 734px;
    }

    .offer-picture img {
    }

    .offer-achievements {
        bottom: 0;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: end;
        min-width: 790px;
        left: auto;
        right: 0;
        padding: 0 15px 104px 0;
    }

    .offer-achievements li {
        padding: 8px;
    }

    .offer-achievements li:last-child {
        margin-right: 16px;
    }

    .offer-achievements svg {
        width: 21px;
        height: auto;
        margin-right: 15px;
    }

    .glass-badge {
        font-size: 20px;
        padding: 29px 41px 28px 46px;
        border-radius: 28px;
    }

    .glass-badge::before {
    }

    .glass-badge::after {
    }
}
