.se-pricing-price-block-wrapper {
    display: grid;
    grid-gap: 4px
}

.se-ppb-wrapper {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: self-end;
    gap: 2px;
}

.se-ppb-wrapper.large {
    gap: 8px;
}

.se-ppb__left {
    display: grid;
    gap: 2px;
}

.se-ppb__left-top-text {
    font-size: 16px;
    line-height: 140%;
    color: var(--main-colors-black-2);
}

.se-ppb__left-price {
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.32px;
    color: var(--main-colors-black);
}
.se-ppb__right-price {
    font-size: 14px;
    line-height: 140%;
    text-decoration-line: line-through;
    color: var(--main-colors-dark-grey);
    margin-bottom: -4px;
}

.se-ppb__right-price.hidden {
    visibility: hidden;
    opacity: 0;
}

.se-ppb__right-period {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: var(--main-colors-black-2);
    display: inline-block;
    margin-bottom: 3px;
}

.se-ppb-wrapper.large .se-ppb__right-period {
    margin-bottom: 6px;
}

.se-ppb__bottom-text {
    color: var(--main-colors-dark-grey);
    font-size: 14px;
    line-height: 140%;
}

@media screen and (min-width: 1536px) {
    .se-se-ppb-wrapper.large .heading-2 {
        font-size: 40px;
        line-height: 120%;
        letter-spacing: -0.8px;
    }
}