
.subscription-gold {
    background: url(../img/cards/cards-bg-main.svg) no-repeat right top -330px;
    background-attachment: fixed;
    background-color: #EBEBEE;
}

.subscription-gold__content {
    padding: 0 0 24px;
}

.subscription-gold__title {
    margin: 0;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 48px;
    color: #000000;
}

.subscription-gold__accent {
    color: #C41230;
}

.subscription-gold__slogan {
    margin: 12px 0 22px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    color: #C41230;
}

.subscription-gold__subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.subscription-gold__section-title {
    margin: 24px 0 20px;
    font-family: 'Century Gothic', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #000000;
}

.subscription-gold__features {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 15px 0;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #DCDCDE;
    z-index: 5;
}

.subscription-gold .cards__content-img {
    margin-bottom: 0;
}

.subscription-gold__cards-image {
    position: absolute;
    top: -140px;
    right: 140px;
}

.subscription-gold__cards-image img {
    width: 100%;
    max-width: 280px;
    height: auto;
    transform: rotate(-12deg);
}

.subscription-gold .cards-gold-features .cards__content-name,
.subscription-gold .cards-gold-features .cards__content-descr {
    font-size: 14px !important;
    line-height: 20px !important;
}

@media (min-width: 992px) {
    .subscription-gold__features {
        max-width: 855px;
    }

    .cards-gold-features .cards__content-item {
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
    .subscription-gold {
        background-attachment: scroll;
        background-position: right top;
    }

    .subscription-gold__content {
        padding: 0 0 14px;
    }

    .subscription-gold__title {
        font-size: 26px;
        line-height: 38px;
    }

    .subscription-gold__section-title {
        margin: 18px 0 30px;
        font-size: 26px;
        line-height: 38px;
    }

    .subscription-gold__features {
        width: 100%;
        max-width: none;
        padding: 15px 12px 0;
    }

    .subscription-gold .cards-gold-features > .cards__content-item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
        padding-right: 5px;
        display: grid;
        grid-template-columns: 32px 1fr;
        column-gap: 10px;
        align-items: flex-start;
    }

    .subscription-gold .cards-gold-features .cards__content-img {
        grid-column: 1;
        grid-row: 1 / span 2;
        max-width: 32px;
    }

    .subscription-gold .cards-gold-features .cards__content-img svg {
        width: 100%;
        height: auto;
    }

    .subscription-gold .cards-gold-features .cards__content-name,
    .subscription-gold .cards-gold-features .cards__content-descr {
        margin: 0;
        font-size: 12px !important;
        line-height: 16px !important;
        text-align: left;
    }
}

.subscription-gold-howto {
    padding: 0 0 40px;
    background-color: #EBEBEE;
}

.subscription-gold-howto__title {
    margin: 0 0 18px;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
    color: #000;
}

.subscription-gold-howto__list {
    margin: 0;
    padding-left: 0;
    color: #000;
    display: grid;
    gap: 20px;
}

.subscription-gold-howto__item {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.subscription-gold-howto__link {
    display: inline;
    color: #C41230;
    transition: all 0.2s ease;
}

.subscription-gold-howto__link:hover {
    text-decoration: underline;
    color: rgba(196, 18, 48, 0.70);
}

.subscription-gold-howto__item--pricing {
    list-style: none;
    padding-left: 0;
    margin: 0 0 14px;
}

.subscription-gold-howto__pricing-arrow {
    position: relative;
    width: 100%;
    max-width: 1200px;
}

.subscription-gold-howto__arrow-img {
    width: 100%;
    height: auto;
    display: block;
}

.subscription-gold-howto__arrow-values {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 160px 0 0;
}

.subscription-gold-howto__arrow-value {
    display: inline-flex;
    color: #000;
    white-space: nowrap;
}

.subscription-gold-howto__arrow-label,
.subscription-gold-howto__arrow-price {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-left: 5px;
}

.subscription-gold-howto__pricing-card {
    display: grid;
    width: 100%;
    max-width: 520px;
    background: #fff;
    border: 1px solid #828286;
    border-radius: 10px;
    padding: 15px;
    gap: 15px;
}

.subscription-gold-howto__pricing-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subscription-gold-howto__pricing-left {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.subscription-gold-howto__pricing-left img {
    width: 16px;
    height: 16px;
}

.subscription-gold-howto__pricing-right {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    white-space: nowrap;
}

ol > li::before {
    color: #000;
    margin-right: 0;
}

@media (min-width: 1200px) {
    .subscription-gold-howto__title {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 20px;
    }

    .subscription-gold-howto__item {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 1199px) {
    .subscription-gold-howto {
        padding: 22px 0 18px;
    }

    .subscription-gold-howto__title {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 28px;
    }

    .subscription-gold-howto__item {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    .subscription-gold-howto__pricing-card {
        max-width: 100%;
    }
}

.subscription-gold-important {
    padding: 0 0 40px;
    background-color: #EBEBEE;
}

.important-note {
    background: #DCDCDE;
    padding: 0;
}

.important-note__summary {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 40px;
    cursor: pointer;
}

.important-note__summary::-webkit-details-marker {
    display: none;
}

.important-note__title {
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
    color: #C41230;
}

.important-note__chevron {
    width: 14px;
    height: 14px;
    border-right: 3px solid #C41230;
    border-bottom: 3px solid #C41230;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    flex: 0 0 auto;
    margin-left: 22px;
}

.important-note[open] .important-note__chevron {
    transform: rotate(-135deg);
}

.important-note__body {
    margin-top: -40px;
    padding: 20px 40px 40px;
}

.important-note__body ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.important-note__body li {
    margin-bottom: 24px;
}

.important-note__body span {
    font-weight: 700;
}

.subscription-gold-important__cta {
    margin-top: 34px;
    display: flex;
    justify-content: center;
}

.subscription-empty-btn {
    font-family: 'Century Gothic', sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 24px;
    gap: 10px;
    background: #C41230;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    text-transform: none;
}

@media (max-width: 991px) {
    .subscription-gold-important {
        padding: 30px 0 40px;
    }

    .important-note__chevron {
        width: 12px;
        height: 12px;
        border-right: 2px solid #C41230;
        border-bottom: 2px solid #C41230;
    }

    .important-note__summary {
        padding: 16px 16px;
    }

    .important-note__title {
        font-size: 26px;
        line-height: 38px;
    }

    .important-note__body {
        padding: 0 15px 15px;
        margin-top: 0;
    }
}
