@media (max-width:578px) {
    .top_donate_head {
        padding: 19px 14px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        background-color: var(--bottom-line-table);
        border-radius: 8px;
        margin: 5px;
        user-select: none;
        justify-items: stretch;
    }

    .top_donte_list_body li {
        height: 60px;
        background: var(--bg-table);
        border-radius: 8px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        padding: 0 13px;
        margin-right: 5px;
        margin-left: 6px;
        transition: .3s;
        position: relative;
        align-items: center;
        justify-items: stretch;
    }

    .top_donte_list_body li span {
        font-size: 10px;
        font-weight: 700;
        letter-spacing: .5px;
        display: flex;
        align-items: center;
        color: var(--span);
        z-index: 2;
    }

    .top_donte_list_body li span svg {
        width: 12px;
        height: 12px;
        margin-right: 8px;
        fill: var(--money);
    }

    .top_donate_avatar {
        width: 19px !important;
        border-radius: 50px;
        border: 2px solid var(--button-hover);
    }

    .top_donate_top:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 262px;
        z-index: 0;
        border-radius: 4px;
    }

    .place_img_top1 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/1.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 13px;
        margin-left: -2px;
        color: rgb(255 255 255 / 0%) !important;
    }

    .place_img_top2 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/2.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 13px;
        margin-left: -2px;
        color: rgb(255 255 255 / 0%) !important;
    }

    .place_img_top3 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/3.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 13px;
        margin-left: -2px;
        color: rgb(255 255 255 / 0%) !important;
    }

    .donate_count {
        color: var(--money) !important;
        font-weight: 700 !important;
    }

    .top_donate_block {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .top_three_avatar_donater {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 10px 0 0;
    }

    .top_three_avatar_donater img {
        height: 35px;
        width: 35px;
        border-radius: 50px;
    }

    .top_three_avatar_donater span {
        margin-top: 12px;
        font-weight: 700;
        width: 130px;
        display: flex;
        justify-content: center;
        overflow: hidden !important;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top_donate_place_count {
        display: flex;
        color: var(--top-one);
        font-weight: 800;
        font-size: 45px;
        z-index: 2;
    }

    .top_three_place_donate1 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/1.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        font-size: 0;
        margin: 0 11px;
    }

    .top_three_place_donate2 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/2.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        font-size: 0;
        margin: 0 11px;
    }

    .top_three_place_donate3 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/3.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        font-size: 0;
        margin: 0 11px;
    }

    .top_border1 img {
        outline: 2px solid var(--top-one);
    }

    .top_border2 img {
        outline: 2px solid var(--top-two);
    }

    .top_border3 img {
        outline: 2px solid var(--top-three);
    }

    .donate_user {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .top_three_nick1 {
        font-weight: 700;
        color: var(--top-one);
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 11px;
    }

    .top_three_nick2 {
        font-weight: 700;
        color: var(--top-two);
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 11px;
    }

    .top_three_nick3 {
        font-weight: 700;
        color: var(--top-three);
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 11px;
    }

    .count_of_donate_total {
        display: flex;
        gap: 5px;
        font-size: 13px;
        font-weight: 700;
        color: var(--money);
        background-color: var(--money-bg);
        padding: 10px 15px;
        border-radius: 6px;
        justify-content: center;
        align-items: center;
        margin: 10px 10px 0 10px;
    }

    .count_of_donate_total svg {
        width: 13px;
        fill: var(--money);
    }

    .top_donater {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 9px;
        color: var(--text-custom);
    }

    .top_donate_infoblock {
        display: flex;
        flex-direction: column;
        padding: 10px;
        justify-content: space-between;
        gap: 6px;
    }
}

@media (min-width:579px) and (max-width:767px) {
    .top_donate_head {
        padding: 19px 30px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        background-color: var(--bottom-line-table);
        border-radius: 8px;
        margin: 5px;
        user-select: none;
        justify-items: stretch;
    }

    .top_donte_list_body li {
        height: 60px;
        background: var(--bg-table);
        border-radius: 8px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        padding: 0 30px;
        margin-right: 5px;
        margin-left: 6px;
        transition: .3s;
        position: relative;
        align-items: center;
        justify-items: stretch;
    }

    .top_donte_list_body li span {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .5px;
        display: flex;
        align-items: center;
        color: var(--span);
        z-index: 2;
    }

    .top_donte_list_body li span svg {
        width: 15px;
        height: 15px;
        margin-right: 16px;
        fill: var(--money);
    }

    .top_donate_avatar {
        width: 26px !important;
        border-radius: 50px;
        border: 2px solid var(--button-hover);
    }

    .top_donate_top:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 262px;
        z-index: 0;
        border-radius: 4px;
    }

    .place_img_top1 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/1.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 27px;
        margin-left: -9px;
        color: rgb(255 255 255 / 0%) !important;
    }

    .place_img_top2 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/2.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 27px;
        margin-left: -9px;
        color: rgb(255 255 255 / 0%) !important;
    }

    .place_img_top3 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/3.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 27px;
        margin-left: -9px;
        color: rgb(255 255 255 / 0%) !important;
    }

    .donate_count {
        color: var(--money) !important;
        font-weight: 700 !important;
    }

    .top_donate_block {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .top_three_avatar_donater {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 20px 0 0;
    }

    .top_three_avatar_donater img {
        height: 35px;
        width: 35px;
        border-radius: 50px;
    }

    .top_three_avatar_donater span {
        margin-top: 12px;
        font-weight: 700;
        width: 130px;
        display: flex;
        justify-content: center;
        overflow: hidden !important;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top_donate_place_count {
        display: flex;
        color: var(--top-one);
        font-weight: 800;
        font-size: 45px;
        z-index: 2;
    }

    .top_three_place_donate1 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/1.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 37px;
        height: 33px;
        font-size: 0;
        margin: 0 15px;
    }

    .top_three_place_donate2 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/2.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 37px;
        height: 33px;
        font-size: 0;
        margin: 0 15px;
    }

    .top_three_place_donate3 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/3.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 37px;
        height: 33px;
        font-size: 0;
        margin: 0 15px;
    }

    .top_border1 img {
        outline: 2px solid var(--top-one);
    }

    .top_border2 img {
        outline: 2px solid var(--top-two);
    }

    .top_border3 img {
        outline: 2px solid var(--top-three);
    }

    .donate_user {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 20px 0 0;
    }

    .top_three_nick1 {
        font-weight: 700;
        color: var(--top-one);
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top_three_nick2 {
        font-weight: 700;
        color: var(--top-two);
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top_three_nick3 {
        font-weight: 700;
        color: var(--top-three);
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .count_of_donate_total {
        display: flex;
        gap: 5px;
        font-size: 13px;
        font-weight: 700;
        color: var(--money);
        background-color: var(--money-bg);
        padding: 10px 15px;
        border-radius: 6px;
        margin-right: 13px;
    }

    .count_of_donate_total svg {
        width: 13px;
        fill: var(--money);
    }

    .top_donater {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        color: var(--text-custom);
    }

    .top_donate_infoblock {
        display: flex;
        flex-direction: column;
        padding: 10px;
        justify-content: space-between;
        gap: 6px;
    }
}

@media (min-width:768px) and (max-width:1499px) {
    .top_donate_head {
        padding: 19px 30px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        background-color: var(--bottom-line-table);
        border-radius: 8px;
        margin: 5px;
        user-select: none;
        justify-items: stretch;
    }

    .top_donte_list_body li {
        height: 60px;
        background: var(--bg-table);
        border-radius: 8px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        padding: 0 30px;
        margin-right: 5px;
        margin-left: 6px;
        transition: .3s;
        position: relative;
        align-items: center;
        justify-items: stretch;
    }

    .top_donte_list_body li span {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .5px;
        display: flex;
        align-items: center;
        color: var(--span);
        z-index: 2;
    }

    .top_donte_list_body li span svg {
        width: 15px;
        height: 15px;
        margin-right: 16px;
        fill: var(--money);
    }

    .top_donate_avatar {
        width: 26px !important;
        border-radius: 50px;
        border: 2px solid var(--button-hover);
    }

    .top_donate_top:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 262px;
        z-index: 0;
        border-radius: 4px;
    }

    .place_img_top1 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/1.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 27px;
        margin-left: -9px;
        color: rgb(255 255 255 / 0%) !important;
    }

    .place_img_top2 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/2.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 27px;
        margin-left: -9px;
        color: rgb(255 255 255 / 0%) !important;
    }

    .place_img_top3 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/3.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 27px;
        margin-left: -9px;
        color: rgb(255 255 255 / 0%) !important;
    }

    .donate_count {
        color: var(--money) !important;
        font-weight: 700 !important;
    }

    .top_donate_block {
        display: flex;
        flex-direction: column;
    }

    .top_three_avatar_donater {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 10px 0 0;
    }

    .top_three_avatar_donater img {
        height: 35px;
        width: 35px;
        border-radius: 50px;
    }

    .top_three_avatar_donater span {
        margin-top: 12px;
        font-weight: 700;
        width: 130px;
        display: flex;
        justify-content: center;
        overflow: hidden !important;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top_donate_place_count {
        display: flex;
        color: var(--top-one);
        font-weight: 800;
        font-size: 45px;
        z-index: 2;
    }

    .top_three_place_donate1 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/1.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 37px;
        height: 33px;
        font-size: 0;
        margin: 0 10px;
    }

    .top_three_place_donate2 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/2.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 37px;
        height: 33px;
        font-size: 0;
        margin: 0 15px;
    }

    .top_three_place_donate3 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/3.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 37px;
        height: 33px;
        font-size: 0;
        margin: 0 15px;
    }

    .top_border1 img {
        outline: 2px solid var(--top-one);
    }

    .top_border2 img {
        outline: 2px solid var(--top-two);
    }

    .top_border3 img {
        outline: 2px solid var(--top-three);
    }

    .donate_user {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .top_three_nick1 {
        font-weight: 700;
        color: var(--top-one);
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top_three_nick2 {
        font-weight: 700;
        color: var(--top-two);
        max-width: 104px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top_three_nick3 {
        font-weight: 700;
        color: var(--top-three);
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .count_of_donate_total {
        display: flex;
        gap: 5px;
        font-size: 13px;
        font-weight: 700;
        color: var(--money);
        background-color: var(--money-bg);
        padding: 10px 15px;
        border-radius: 6px;
        justify-content: center;
        align-items: center;
        margin: 10px 10px 0 10px;
    }

    .count_of_donate_total svg {
        width: 13px;
        fill: var(--money);
    }

    .top_donater {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        color: var(--text-custom);
    }

    .top_donate_infoblock {
        display: flex;
        flex-direction: row;
        padding: 10px;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
}

@media (min-width:1500px) {
    .top_donate_head {
        padding: 19px 30px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        background-color: var(--bottom-line-table);
        border-radius: 8px;
        margin: 5px;
        user-select: none;
        justify-items: stretch;
    }

    .top_donte_list_body li {
        height: 60px;
        background: var(--bg-table);
        border-radius: 8px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        padding: 0 30px;
        margin-right: 5px;
        margin-left: 6px;
        transition: .3s;
        position: relative;
        align-items: center;
        justify-items: stretch;
    }

    .top_donte_list_body li span {
        font-size: 12px;
        font-weight: 700;
        display: flex;
        align-items: center;
        color: var(--span);
    }

    .top_donte_list_body li span svg {
        width: 15px;
        height: 15px;
        margin-right: 16px;
        fill: var(--money);
    }

    .top_donate_avatar {
        width: 26px !important;
        border-radius: 50px;
        outline: 2px solid var(--button-hover);
    }

    .top_donate_top:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 262px;
        z-index: 0;
        border-radius: 4px;
    }

    .place_img_top1 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/1.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 27px;
        margin-left: -9px;
        color: rgb(255 255 255 / 0%) !important;
    }

    .place_img_top2 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/2.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 27px;
        margin-left: -9px;
        color: rgb(255 255 255 / 0%) !important;
    }

    .place_img_top3 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/3.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 27px;
        margin-left: -9px;
        color: rgb(255 255 255 / 0%) !important;
    }

    .donate_count {
        color: var(--money) !important;
        font-weight: 700 !important;
    }

    .top_donate_block {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .top_three_avatar_donater {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 20px 0 0;
    }

    .top_three_avatar_donater img {
        height: 35px;
        width: 35px;
        border-radius: 50px;
    }

    .top_three_avatar_donater span {
        margin-top: 12px;
        font-weight: 700;
        width: 130px;
        display: flex;
        justify-content: center;
        overflow: hidden !important;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top_donate_place_count {
        display: flex;
        color: var(--top-one);
        font-weight: 800;
        font-size: 45px;
        z-index: 2;
    }

    .top_three_place_donate1 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/1.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 37px;
        height: 33px;
        font-size: 0;
        margin: 0 15px;
    }

    .top_three_place_donate2 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/2.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 37px;
        height: 33px;
        font-size: 0;
        margin: 0 15px;
    }

    .top_three_place_donate3 {
        background-image: url(/app/modules/module_page_pays_top/assets/img/3.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 37px;
        height: 33px;
        font-size: 0;
        margin: 0 15px;
    }

    .top_border1 img {
        outline: 2px solid var(--top-one);
    }

    .top_border2 img {
        outline: 2px solid var(--top-two);
    }

    .top_border3 img {
        outline: 2px solid var(--top-three);
    }

    .donate_user {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 20px 0 0;
    }

    .top_three_nick1 {
        font-weight: 700;
        color: var(--top-one);
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top_three_nick2 {
        font-weight: 700;
        color: var(--top-two);
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top_three_nick3 {
        font-weight: 700;
        color: var(--top-three);
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .count_of_donate_total {
        display: flex;
        gap: 5px;
        font-size: 13px;
        font-weight: 700;
        color: var(--money);
        background-color: var(--money-bg);
        padding: 10px 15px;
        border-radius: 6px;
        margin-right: 13px;
    }

    .count_of_donate_total svg {
        width: 13px;
        fill: var(--money);
    }

    .top_donater {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        color: var(--text-custom);
    }

    .top_donate_infoblock {
        display: flex;
        flex-direction: row;
        padding: 10px;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
}

.top_donate_board_title {
    display: flex;
    background-color: var(--grey-color);
    margin: 10px;
    padding: 10px 0;
    border-radius: 8px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--span);
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.top_donate_board_title svg {
    width: 15px;
    height: auto;
    fill: var(--span);
}

.all_donate {
    display: flex;
    background-color: var(--grey-color);
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 13px;
    border: 2px solid transparent;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--money);
    margin-top: 0 !important;
    gap: 10px;
    justify-content: space-between;
    user-select: none;
}

.all_donate svg {
    width: 12px;
    fill: var(--money);
}

.top_three_donate_area {
    background-color: var(--grey-color);
    border-radius: 8px;
    padding: 10px 0;
}

.card_donate {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 7px;
}

.donate_left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top_list_scroll {
    height: 400px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 5px;
}

.top_donte_list_body li:hover {
    transition: .3s;
    background-color: var(--button-color);
}

.top_donate_head span {
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--span);
    display: flex;
    align-items: center;
}

.top_donate_head span svg {
    width: 12px;
    height: auto;
    fill: var(--span);
}

.top_donte_list_body li:not(:last-child) {
    margin-bottom: 3px;
}

.donate-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px;
}

.donate-btn svg {
    fill: var(--text-default-invert);
}

.donate-btn:hover {
    cursor: pointer;
    background-color: transparent;
    color: var(--span);
    outline: 1px solid var(--span);
}

.donate-btn:hover svg {
    fill: var(--span);
}
