.is-hidden {
    display: none !important;
}

/* Валюта: карточка доната с валютами */

@media (min-width: 320px) {
    .donate-main {
    background: #FFF9F2;
        padding: 48px 16px 0;
        display: flex;
        justify-content: center;
    }

    .currency-card {
        width: 100%;
        max-width: 1140px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 24px;
        background: #F1EAE2;
        border-radius: 48px;
        overflow: hidden;
    }

    .currency-card__illustration {
        position: relative;
        width: 100%;
        min-height: 260px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 40px 0;
        background: #F1EAE2;
        border-radius: 48px 48px 0 0;
        overflow: hidden;
        isolation: isolate;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 1;
    }

    .currency-card__illustration-image {
        width: 100%;
        max-width: 320px;
        aspect-ratio: 1;
        background: url("../img/img.png") center / contain no-repeat;
    }

    .currency-card__content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 32px;
        padding: 72px;
        background: #F1EAE2;
        border-radius: 40px 40px 48px 48px;
        flex: 1;
        box-sizing: border-box;
    }

    .donate-seo {
        margin: 16px auto 0;
        width: 100%;
        max-width: 1140px;
        padding: 0 16px 56px;
        display: flex;
        justify-content: center;
    }

    .donate-seo__container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 48px 32px;
        font-family: 'Inter', sans-serif;
        color: #2B2B2B;
        background: #F1EAE2;
        border-radius: 48px;
        gap: 4px;
        box-sizing: border-box;
    }

    .donate-seo__title {
        margin: 0 0 24px;
        font-family: 'IBM Plex Serif', serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 1.32;
        color: #2B2B2B;
        width: 100%;
        max-width: 996px;
    }

    .donate-seo__text {
        margin: 0 0 12px;
        font-size: 16px;
        line-height: 1.48;
        letter-spacing: -0.002em;
        color: #4D4D4D;
        width: 100%;
        max-width: 996px;
    }

    .donate-seo__text:last-of-type {
        margin-bottom: 12px;
    }

    .donate-seo__list {
        margin: 12px 0 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
        font-size: 16px;
        line-height: 1.48;
        color: #4D4D4D;
        width: 100%;
        max-width: 996px;
        box-sizing: border-box;
        list-style: none;
    }

    .donate-seo__container > *:last-child {
        margin-bottom: 0;
    }

    .currency-card__heading {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .currency-card__body {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .currency-card__title {
        margin: 0;
    font-family: 'IBM Plex Serif', serif;
    font-weight: 700;
        font-size: 32px;
        line-height: 1.3;
        color: #2B2B2B;
    }

    .currency-card__description {
        margin: 0;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.46;
        letter-spacing: -0.002em;
        color: #4D4D4D;
    }

    .currency-card__controls {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 580px;
        max-width: 100%;
        margin: 0;
    gap: 40px;
    }

    .currency-card__tabs {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0;
        gap: 16px;
        width: 580px;
        height: 64px;
        flex: none;
    }

    .currency-card__tabs-track {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 4px;
        gap: 8px;
        width: 378px;
        height: 64px;
        background: #FFF9F2;
        border-radius: 13px;
        flex: none;
    }

    .currency-card__tab {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex: 1 1 calc(50% - 4px);
        height: 56px;
    padding: 0;
        background: transparent;
        border: none;
        border-radius: 16px;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.32;
        color: #1A1A1A;
        cursor: pointer;
        transition: all 0.2s ease;
        align-self: stretch;
        box-sizing: border-box;
    }

    .currency-card__tab.currency-card__tab--disabled {
        cursor: not-allowed;
        opacity: 0.5;
    }

    .currency-card__tab-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 4px 10px;
        background: rgba(0, 0, 0, 0.06);
        border-radius: 999px;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 10px;
        line-height: 1;
        color: rgba(43, 43, 43, 0.5);
        text-transform: none;
        white-space: nowrap;
    }

    .currency-card__tab-label {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 1 auto;
        text-align: center;
        white-space: nowrap;
    }

    .currency-card__tab--active {
        background: #FFF9F2;
        border: 0.5px solid rgba(0, 0, 0, 0.04);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
        border-radius: 13px;
    }

    .currency-card__selector {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 0 20px;
        gap: 16px;
        width: 186px;
        height: 64px;
        background: #FFF9F2;
        border: none;
        border-radius: 16px;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
    font-size: 16px;
        line-height: 1.32;
        color: #1A1A1A;
        cursor: pointer;
        transition: all 0.2s ease;
        flex: none;
        align-self: stretch;
        box-sizing: border-box;
    }

    .currency-card__selector.currency-card__selector--open {
        box-shadow: 0px 2px 4px rgba(39, 39, 39, 0.1);
    }

    .currency-card__selector-dropdown {
        position: absolute;
        top: calc(100% + 4px);
        left: 0;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 2px;
        gap: 2px;
        width: 186px;
        background: #FFF9F2;
        box-shadow: 0px 2px 4px rgba(39, 39, 39, 0.1);
        border-radius: 16px;
        z-index: 3;
    }

    .currency-card__selector-dropdown--open {
        display: flex;
    }

    .currency-card__option {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 12px 14px;
        gap: 8px;
        width: 182px;
        height: 45px;
        border-radius: 12px;
        background: transparent;
        border: none;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 132%;
        color: #1A1A1A;
        cursor: pointer;
        transition: background 0.15s ease;
    }

    .currency-card__option:hover {
    background: #F1EAE2;
    }

    .currency-card__option--active {
        background: rgba(241, 234, 226, 0.56);
    }

    .currency-card__option-flag {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: none;
    }

    .currency-card__option-flag img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .currency-card__option-label {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex: none;
    }

    .currency-card__selector-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        flex: none;
        margin-left: auto;
    }

    .currency-card__selector-icon img {
        width: 16px;
        height: 16px;
        display: block;
        transition: transform 0.2s ease;
    }

    .currency-card__selector--open .currency-card__selector-icon img {
        transform: rotate(180deg);
    }

    .currency-card__selector-group {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 0;
        gap: 8px;
        height: 40px;
        flex: 0 1 auto;
    }

    .currency-card__selector-flag {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        flex: none;
    }

    .currency-card__selector-flag img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .currency-card__selector-label {
        display: flex;
        align-items: center;
        width: 86px;
        height: 21px;
        font-weight: 700;
    }

    .currency-card__amount-groups {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 580px;
        gap: 16px;
    }

    .currency-card__amount-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0;
        gap: 16px;
        width: 580px;
        height: 48px;
        flex: none;
    }

    .currency-card__amount-btn {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 182px;
        height: 48px;
        padding: 0 20px;
        background: #FFF9F2;
        border: 1px solid #E1D8CE;
        border-radius: 16px;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #2B2B2B;
        cursor: pointer;
        transition: all 0.2s ease;
        flex: none;
    }

    .currency-card__amount-btn--active {
        border: 2px solid #3056D3;
        background: rgba(48, 86, 211, 0.08);
        color: #3056D3;
    }

    .currency-card__amount-btn:hover,
    .currency-card__selector:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transform: none;
    }

    .currency-card__amount-btn:focus-visible {
        outline: 2px solid rgba(48, 86, 211, 0.24);
        outline-offset: 2px;
    }

    .currency-card__input {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        width: 382px;
        height: 48px;
        padding: 0 20px;
        background: #FFF9F2;
        border: 1px solid #E1D8CE;
        border-radius: 16px;
        font-family: 'Inter', sans-serif;
        flex: none;
        transition: all 0.2s ease;
    }

    .currency-card__input.currency-card__input--active {
        border: 2px solid #3056D3;
        background: rgba(48, 86, 211, 0.08);
    }

    .currency-card__input-field {
        flex: 1;
        border: none;
        background: transparent;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        color: #2B2B2B;
        text-align: left;
        outline: none;
        appearance: textfield;
        -moz-appearance: textfield;
    }

    .currency-card__input-field::-webkit-outer-spin-button,
    .currency-card__input-field::-webkit-inner-spin-button {
        margin: 0;
        -webkit-appearance: none;
    }

    .currency-card__input-field::placeholder {
        color: #2B2B2B;
        opacity: 0.2;
    }

    .currency-card__input-currency {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #2B2B2B;
        opacity: 0.2;
        flex: none;
    }

    .currency-card__frequency {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 580px;
        gap: 20px;
        margin-top: auto;
    }

    .currency-card__frequency-label {
        margin: 0;
        width: 580px;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 132%;
        letter-spacing: -0.002em;
        color: #1A1A1A;
        text-align: center;
        flex: none;
        align-self: stretch;
    }

    .currency-card__frequency-buttons {
        display: flex;
        justify-content: center;
        width: 580px;
    }

    .currency-card__frequency-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 372px;
        height: 48px;
        padding: 12px 24px;
        background: #3056D3;
        border: none;
        border-radius: 48px;
        font-family: 'Inter', sans-serif;
    font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        cursor: pointer;
        transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    }

    .currency-card__frequency-btn:hover,
    .currency-card__frequency-btn--primary:hover {
        background: #2545B5;
        color: #FFFFFF;
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(37, 69, 181, 0.22);
    }

    .currency-card__frequency-icon img {
        width: 24px;
        height: 24px;
        display: block;
    }

    .currency-card__selector-wrapper {
        position: relative;
        width: 186px;
        height: 64px;
        flex: none;
    }
}

@media (min-width: 768px) {
    .donate-main {
        padding: 48px 32px 0;
    }

    .currency-card__illustration {
        min-height: 320px;
        padding: 56px 0 32px;
        justify-content: flex-end;
    }

    .currency-card__content {
        padding: 72px;
        border-radius: 40px;
    }

    .donate-seo {
        padding: 0 32px 64px;
        margin-top: 24px;
    }

    .donate-seo__container {
        padding: 56px 48px;
        border-radius: 48px;
        gap: 4px;
    }

    .donate-seo__title {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 24px;
    }

    .donate-seo__text,
    .donate-seo__list {
        font-size: 18px;
        line-height: 1.46;
    }

    .currency-card__title {
        font-size: 36px;
        line-height: 1.28;
    }

    .currency-card__description {
        font-size: 18px;
    }

    .currency-card__tabs {
        justify-content: flex-start;
    }

    .currency-card__amount-row {
        justify-content: flex-start;
    }

    .currency-card__frequency {
        align-items: flex-start;
    }

    .currency-card__frequency-label {
        text-align: left;
    }

    .currency-card__frequency-buttons {
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }
}

@media (min-width: 1200px) {
    .donate-main {
        padding: 48px 0 16px;
    }

    .currency-card {
        flex-direction: row;
        align-items: stretch;
        gap: 0;
        height: auto;
    }

    .currency-card__illustration {
        width: 416px;
        height: auto;
        padding: 56px 0;
        justify-content: flex-end;
        border-radius: 48px 0 0 48px;
        align-self: stretch;
    }

    .currency-card__illustration-image {
        max-width: 360px;
    }

    .currency-card__content {
        width: calc(100% - 416px);
        padding: 72px;
        border-radius: 0 48px 48px 0;
        gap: 56px;
        box-sizing: border-box;
    }

    .donate-seo {
        padding: 0 0 80px;
        margin-top: 32px;
        align-items: center;
    }

    .donate-seo__container {
        max-width: 1140px;
        width: 100%;
        padding: 72px;
        border-radius: 48px;
        justify-content: flex-end;
        gap: 4px;
        min-height: 544px;
    }

    .donate-seo__title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 24px;
    }

    .donate-seo__text,
    .donate-seo__list {
        font-size: 20px;
        line-height: 1.32;
    }

    .currency-card__heading {
        gap: 24px;
    }

    .currency-card__body {
        gap: 40px;
    }

    .currency-card__title {
        font-size: 40px;
        line-height: 1.3;
    }

    .currency-card__description {
        font-size: 20px;
        line-height: 1.32;
    }

    .currency-card__controls {
        gap: 40px;
    }

    .currency-card__tabs {
        gap: 16px;
    }

    .currency-card__selector {
        height: 64px;
        padding: 0 20px;
        width: 186px;
    }

    .currency-card__amount-btn,
    .currency-card__input {
        min-width: 182px;
        height: 48px;
    }

    .currency-card__input-field {
        width: 110px;
        text-align: left;
    }

    .currency-card__frequency {
        gap: 24px;
    }

    .currency-card__frequency-buttons {
        gap: 16px;
    }

    .currency-card__frequency-btn {
        width: auto;
        min-width: 192px;
    }

    .currency-card__frequency-btn--primary {
        flex: 1;
    }
}

.currency-card__network {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    margin: 0 auto;
    width: 580px;
}

.currency-card__network-select-wrapper {
    position: relative;
    width: 100%;
}

.currency-card__network-select {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 64px;
    padding: 0 20px;
    background: #FFF9F2;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.currency-card__network-select:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.currency-card__network-group {
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto;
}

.currency-card__network-code,
.currency-card__network-option-code {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2B2B2B;
}

.currency-card__network-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2B2B2B;
    opacity: 0.4;
    flex: 1;
    margin-left: 0;
    text-align: left;
}

.currency-card__network-name {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2B2B2B;
}

.currency-card__network-placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2B2B2B;
    opacity: 0.4;
    flex: 1;
    text-align: right;
}

.currency-card__network-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    display: none;
    flex-direction: column;
    padding: 2px;
    gap: 2px;
    width: 100%;
    background: #FFF9F2;
    box-shadow: 0px 2px 4px rgba(39, 39, 39, 0.1);
    border-radius: 16px;
    z-index: 5;
}

.currency-card__network-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    width: 100%;
    border-radius: 12px;
    background: transparent;
    border: none;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 132%;
    color: #1A1A1A;
    cursor: pointer;
    transition: background 0.15s ease;
}

.currency-card__network-option:hover {
    background: #F1EAE2;
}

.currency-card__network-option--active {
    background: rgba(241, 234, 226, 0.56);
}

.currency-card__network-option-placeholder {
    flex: 1;
    text-align: right;
    opacity: 0.4;
}

.currency-card__network-option-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2B2B2B;
    opacity: 0.4;
    margin-left: auto;
    text-align: right;
    flex: 1;
}

.currency-card__network-dropdown--open {
    display: flex;
}

.currency-card__network-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 24px;
    width: 580px;
    min-height: 176px;
    background: #FFF9F2;
    border-radius: 20px;
}

.currency-card__network-content {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 540px;
}

.currency-card__network-logo {
    width: 132px;
    height: 132px;
    background-color: #FFF9F2;
    background-image: url("img/nofound.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    overflow: hidden;
    flex: none;
}

.currency-card__network-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 384px;
    text-align: center;
}

.currency-card__network-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.currency-card__network-note {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 132%;
    color: #2B2B2B;
    opacity: 0.4;
    text-align: center;
}

.currency-card__network-address {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 132%;
    color: #2B2B2B;
    word-break: break-all;
}

.currency-card__network-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    width: 145px;
    height: 45px;
    background: #3056D3;
    border-radius: 48px;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    align-self: center;
}

.currency-card__network-copy:hover {
    background: #2545B5;
    box-shadow: 0 8px 20px rgba(37, 69, 181, 0.22);
    transform: translateY(-1px);
}

.currency-card__network-copy--success {
    background: #1E8E3E;
    box-shadow: 0 8px 20px rgba(30, 142, 62, 0.22);
}

.currency-card__network-copy--success:hover {
    background: #187033;
    box-shadow: 0 8px 20px rgba(24, 112, 51, 0.22);
}

.currency-card__network-copy-label {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 132%;
    color: #FFFFFF;
}

.currency-card__network-copy-icon {
    display: none;
    width: 24px;
    height: 24px;
}

.currency-card__network-option-label {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #2B2B2B;
    }

    .currency-card__network-option-placeholder {
        margin-left: auto;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #2B2B2B;
        opacity: 0.4;
        text-align: right;
}

.currency-card__network-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    margin-left: auto;
}
