.top_players_head {
    padding: 19px 30px;
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    background-color: var(--bottom-line-table);
    border-radius: 4px;
    margin: 5px;
    user-select: none;
    justify-items: center;
}

.top_players_head span {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--span-color);
    opacity: .5;
    display: flex;
    align-items: center;
}

.top_players_head svg {
    width: 14px;
    height: 14px;
    fill: var(--span-color);
}

.top_players_list_body li {
    height: 60px;
    background: var(--bg-table-color);
    border-radius: 4px;
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    padding: 0 30px;
    margin-right: 5px;
    margin-left: 6px;
    transition: .3s;
    position: relative;
    justify-items: center;
}

.top_players_list_body li:hover {
    transition: .3s;
    background-color: var(--button-color);
}

.top_players_list_body li:not(:last-child) {
    margin-bottom: 3px;
}

.top_players_list_body li span {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: var(--default-text-color);
    z-index: 2;
}

.top_players_rank {
    width: 61px;
}

.top_players_avatar {
    width: 26px !important;
    border-radius: 50px;
    outline: 2px solid var(--span-color-low);
}

.top_player_top:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 262px;
    z-index: 0;
    border-radius: 4px;
}

li.pointer.player_top_login {
    background: linear-gradient(-270deg, var(--span-color-middle), transparent);
    margin-bottom: 5px;
}

span.selected {
    color: var(--span-color);
    opacity: 1;
    font-weight: 700;
}

.hvr:hover {
    opacity: 1;
}

.top_list_scroll {
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 5px;
}

.no-scrollbar {
    scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.servers_wrap {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin-bottom: -5px;
}

.servers_button {
    padding: 12px 18px;
    transition: .3s;
    margin-right: 6px;
    margin-bottom: 7px;
    color: var(--custom-text-color);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
    border-radius: 6px;
    background: var(--button-color);
    cursor: pointer;
}

.servers_button:hover {
    color: var(--span-color);
    background: var(--button-color-hover);
}

.server_buttons_active {
    color: var(--span-color);
    background: var(--button-color);
}

.top_players_title {
    display: flex;
    text-align: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
    padding: 10px;
    border-radius: 8px;
    color: var(--span-color);
    justify-content: center;
    align-items: center;
    background-color: var(--card-color);
}

.top_players_title svg {
    width: 20px;
    height: 20px;
    fill: var(--span-color);
}

@media (min-width: 769px) and (max-width: 1500px) {
    .top_players_head {
        padding: 19px 30px;
        display: grid;
        grid-template-columns: .13fr .13fr .45fr .3fr .3fr .3fr .3fr .15fr .25fr;
        background-color: var(--bottom-line-table);
        border-radius: 4px;
        margin: 5px;
        user-select: none;
    }

    .top_players_list_body li {
        height: 60px;
        background: var(--bg-table-color);
        border-radius: 4px;
        display: grid;
        grid-template-columns: .12fr .18fr 0.5fr .35fr .4fr .37fr .25fr .3fr .17fr;
        padding: 0 30px;
        margin-right: 5px;
        margin-left: 6px;
        transition: .3s;
        position: relative;
    }

    span.col_11,
    span.col_10 {
        display: none;
    }

    .top_players_list_body li .col_11,
    .top_players_list_body li .col_10 {
        display: none;
    }
}

@media (max-width: 768px) {
    .top_players_head {
        padding: 19px 10px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        background-color: var(--bottom-line-table);
        border-radius: 4px;
        margin: 5px;
        user-select: none;
        justify-items: center;
    }

    .top_players_list_body li {
        height: 60px;
        background: var(--bg-table-color);
        border-radius: 4px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        padding: 0 10px;
        margin-right: 5px;
        margin-left: 6px;
        transition: .3s;
        position: relative;
        justify-items: center;
    }

    span.col_11,
    span.col_10,
    span.col_9,
    span.col_8,
    span.col_7,
    span.col_6,
    span.col_2 {
        display: none;
    }

    .top_players_list_body li .col_11,
    .top_players_list_body li .col_10,
    .top_players_list_body li .col_9,
    .top_players_list_body li .col_8,
    .top_players_list_body li .col_7,
    .top_players_list_body li .col_6,
    .top_players_list_body li .col_2 {
        display: none;
    }

    .top_players_rank {
        width: 44px;
    }

    .top_players_list_body li span {
        font-size: 10px;
        font-weight: 500;
        letter-spacing: .5px;
        display: flex;
        align-items: center;
        color: var(--default-text-color);
        z-index: 2;
    }

    .place_img_top1 {
        background-image: url(/app/modules/module_page_toppoints/assets/img/1_place.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 18px;
        margin-left: -5px;
        font-size: 0 !important;
    }

    .place_img_top2 {
        background-image: url(/app/modules/module_page_toppoints/assets/img/2_place.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 18px;
        margin-left: -5px;
        font-size: 0 !important;
    }

    .place_img_top3 {
        background-image: url(/app/modules/module_page_toppoints/assets/img/3_place.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 18px;
        margin-left: -5px;
        font-size: 0 !important;
    }

    .top_players_head span {
        font-weight: 600;
        font-size: 9px;
        text-transform: uppercase;
        color: var(--span-color);
        align-items: center;
    }
}

.top_3_players {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: var(--card-color);
    border-radius: 12px;
    position: relative;
    width: 100%;
}

@media (min-width:1500px) {
    .block_top_player {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        padding: 10px;
        gap: 10px;
        justify-content: space-between;
        transition: .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    .row_top {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 10px;
        gap: 15px;
    }

    .right_top3_plr_block {
        display: grid;
        grid-template-rows: 60px 60px;
        grid-template-columns: 100px 100px 100px;
        align-items: center;
        justify-items: center;
        grid-gap: 7px;
    }
}

@media (min-width:1080px) and (max-width:1499px) {
    .block_top_player {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 13px 13px;
        align-items: center;
        gap: 10px;
    }

    .row_top {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 10px;
        gap: 10px;
    }

    .right_top3_plr_block {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        align-items: center;
        width: 100%;
        height: 100%;
        justify-items: center;
        grid-gap: 15px;
    }
}

@media (max-width:1079px) {
    .block_top_player {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        gap: 10px;
        padding: 13px 13px;
    }

    .row_top {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 10px;
        align-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .right_top3_plr_block {
        display: grid;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        height: 100%;
        align-items: center;
        justify-items: center;
        grid-gap: 15px;
    }
}

@media (min-width: 1500px) {
    .left_top3_plr_block {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
        justify-content: space-between;
    }
}

@media (min-width: 1080px) and (max-width: 1499px) {
    .left_top3_plr_block {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 4%;
        height: 100%;
        justify-content: space-between;
        overflow: hidden;
        gap: 1px;
    }
}

@media (max-width: 1079px) {
    .left_top3_plr_block {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 37%;
        height: 100%;
        justify-content: space-between;
        overflow: hidden;
        gap: 1px;
    }
}


.top_ava_plr img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    outline-offset: 0px;
}


@media (min-width: 1080px) and (max-width: 1499px) {
    .top_ava_plr img {
        width: 40px;
        height: 40px;
        border-radius: 4px;
        outline: 3px solid var(--bg-table-color);
        outline-offset: 0px;
    }
}

.top_ava_plr {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.container_top_plr {
    background-color: var(--bottom-line-table);
    width: 100%;
    height: 100%;
    border-radius: 6px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    justify-content: center;
    overflow: hidden;
}

.title_value {
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--custom-text-color);
}

@media (max-width:768px) {
    .value_lr_count {
        font-size: 10px;
        font-weight: 700;
        color: var(--span-color);
    }
    
    .value_lr_count img {
        max-width: 44px;
        height: auto;
    }
}

@media (min-width:769px) {
    .value_lr_count {
        font-size: 14px;
        font-weight: 700;
        color: var(--span-color);
    }
    
    .value_lr_count img {
        max-width: 60px;
        height: auto;
    }
}

.top_nickname_plr {
    color: var(--span-color);
    font-weight: 700;
    user-select: none;
    font-size: 12px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

@media (min-width: 1080px) and (max-width: 1499px) {
    .top_nickname_plr {
        color: var(--span-color);
        font-weight: 700;
        user-select: none;
        font-size: 10px;
        max-width: 45px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
    }
}

.top_nickname_plr1 {
    color: var(--top-one-color) !important;
}

.top_nickname_plr2 {
    color: var(--top-two-color) !important;
}

.top_nickname_plr3 {
    color: var(--top-three-color) !important;
}

@media (min-width: 1080px) and (max-width:1499px) {
    .current_place {
        display: none;
    }

    .block_top_player:hover .current_place {
        display: none;
    }
}

.current_place {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--modal-bg);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 0px;
    color: var(--span-color);
    transform: translateY(28px);
    opacity: 0;
    visibility: hidden;
    transition: .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.block_top_player:hover .current_place {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}