.irs--round .irs-min, .irs--round .irs-max {
    margin-top: 10px;
    background: #fff;
    background: rgba(40, 51, 78, 0.61);
    color: #fff;
    box-shadow: 0 0 4px 1px rgba(187, 187, 187, 0.34);
}

.donate-bns {
    color: #28334e9c;
    box-shadow: 0 0 5px -1px;
    background: #fff;
}

:is(.dark .donate-bns) {
    background-color: #28334e9c;
    box-shadow: 0 0 4px -1px rgba(187, 187, 187, 0.34);
    color: white;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    color: #28334e9c;
    box-shadow: 0 0 5px -1px;
    background: #fff;
}

:is(.dark .irs-single) {
    background-color: rgba(77, 24, 104, 0.45);
    box-shadow: 0 0 4px 1px rgba(187, 187, 187, 0.34);
    color: white;
}

:is(.dark .irs-max) {
    background: rgba(40, 51, 78, 0.61);
    color: #fff;
    box-shadow: 0 0 4px 1px rgba(187, 187, 187, 0.34);
}

:is(.dark #bonus_sum) {
    background: rgba(40, 51, 78, 0.61);
    color: #fff;
    box-shadow: 0 0 4px 1px rgba(187, 187, 187, 0.34);
}

#bonus_sum {
    color: #28334e9c;
    box-shadow: 0 0 5px -1px;
    background: #fff;
}

:is(.dark .box-donate) {
    /*box-shadow: 0 0 10px -4px #c000ff66;*/
    background: #25314c!important;
}

.payment-img {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color, transform 0.3s ease;
    box-shadow: 0 0 5px 1px;
    border-radius: 5px;
    height: 63px;
    min-width: 145px;
    max-width: 143px;
    color: #28334e9c;
    opacity: 1;
}

.card_pic1 {
    position: relative;
}

.flip_card_text {
    top: 0;
    position: absolute;
    padding: 5px 15px;
}

.card_frame {
    max-width: 100%;
    width: 100%;
}

input[type="radio"]:checked + img {
    opacity: .8;
    box-shadow: 0 0 5px 1px;
    transition: all .5s ease;
    background: #4e4e4e;
    cursor: default;
    pointer-events: none;
}

:is(.dark .payment-img) {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
    background: transparent;
    border-radius: 5px;
    height: 63px;
    box-shadow: 0 0 1px 1px #ffffff2b;
}

:is(.dark input[type="radio"]:checked + img) {
    opacity: .5;
    transition: all .5s ease;
    cursor: default;
    pointer-events: none;
    border-color: #fff;
}

.main_li_donate > li {
    list-style: disc;
    margin-left: 20px;
}

@media (max-width: 1278px) {
    .grid-container {
        display: flex !important;
        justify-content: center !important;
        gap: 15px !important;
        flex-wrap: wrap !important;
    }

    .payment-img {
        justify-content: center;
    }
}

.grid-item {
    text-align: center !important;
}

.payment-imgs{
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 1;
    border-radius: 2px;
    transition: all .5s ease!important;
    max-width: 170px;
    min-width: 170px;
}
.payment-imgs.active{
    cursor: default;
    pointer-events: none;
    opacity: .8;
}
:is(.dark .payment-imgs.active){
    opacity: .6;
    background: transparent;
}
.payment-method-details {
    background: transparent;
    padding: 10px;
}
.currency-btn {
    transition: transform 0.3s ease;
    will-change: transform;
}
.currency-btn.active {
    transform: scale(1.02);
}
@media (max-width: 800px) {
    .irs-single {
        display: none !important;
    }
}

/*donate*/

@media (max-width: 768px) {
    .mobile-mono {
        display: none !important;
    }

    .mobile-mono-text {
        display: block !important;
    }
}

.mobile-mono-text {
    display: none;
}

:root {
    --bg-main: linear-gradient(145deg, #ffffff, #ffffff);
    --bg-card: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    --bg-info: rgba(255, 255, 255, .6);

    --color-text-main: #1f2a3d;
    --color-text-sub: #5b6b86;
    --color-text-info: #2c3a57;
    --color-highlight: #224777;
    --color-accent: #f8f8f8;

    --radius-main: 16px;
    --radius-inner: 12px;
    --radius-small: 8px;

    --shadow: 0 4px 12px rgba(255, 255, 255, 0.08);
    --shadow-strong: 0 10px 24px rgba(0, 0, 0, .15);
}

.dark {
    --bg-main: linear-gradient(145deg, rgba(34, 44, 68, 0.7), rgba(22, 29, 47, 0.73));
    --bg-info: linear-gradient(145deg, rgb(26 34 54 / 22%), rgb(18 25 42 / 11%));
    --bg-card: linear-gradient(135deg, rgba(42, 53, 80, 0.67) 0%, rgba(28, 36, 58, .79) 100%);

    --shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    --shadow-strong: inset 0 0 18px rgb(0 0 0 / 20%), 0 8px 18px rgb(0 0 0 / 20%);;

    --color-text-main: #e5ecf8;
    --color-text-sub: #94a3c2;
    --color-text-info: #d7e2ff;
    --color-highlight: #6ea8ff;
    --color-accent: #5aa9ff;
}

/* DISCOUNT */

.discount-wrapper {
    background: var(--bg-main);
    border-radius: var(--radius-main);
    padding: 20px 22px;
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: var(--shadow);
    margin-bottom: 20px;
}

.discount-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    margin-top: 6px;
    color: var(--color-text-main);
    letter-spacing: .5px;
}

.discount-sub {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    color: var(--color-text-sub);
    display: block;
}

.discount-highlight {
    font-weight: 700;
    color: var(--color-highlight);
}

.discount-info {
    margin-top: 10px;
    padding: 14px 16px;
    background: var(--bg-info);
    border-radius: var(--radius-inner);
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-text-info);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.discount-block {
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: var(--shadow-strong);
}

.discount-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.discount-list li, .main_li_donate li {
    list-style: disc !important;
    margin-left: 15px;
    font-size: 15px;
}

.discount-list li span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-accent);
    display: inline-block;
    margin-top: 6px;
}

/* BONUS */

.bonus-list {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    margin: 15px 0;
}

.bonus-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: var(--bg-card);
    color: var(--color-text-main);
    border: 1px solid rgba(255, 255, 255, .04);
    box-shadow: var(--shadow-strong);
    transition: .25s ease;
    border-radius: var(--radius-inner);
}

.bonus-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .15);
}

.bonus-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    opacity: .7;
    color: var(--color-text-sub);
}

.bonus-value {
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-text-main);
}

.bonus-value img {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

.bonus-percent {
    /*font-weight: 800;*/
    font-size: 15px;
    color: var(--color-text-info);
}
