.top_players_head {
    padding: 19px 30px;
    display: grid;
    grid-template-columns: .26fr .25fr 1.89fr .36fr .34fr .36fr .4fr .29fr .39fr .38fr .51fr;
    background-color: #151b26;
    border-radius: 4px;
    margin: 5px;
    user-select: none;
}

.top_players_head span {
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--custom-text-color);
    display: flex;
    letter-spacing: 1px;
    align-items: center;
    opacity: .5;
}

.top_players_list_body li {
    height: 60px;
    background: #151b26;
    border-radius: 4px;
    display: grid;
    grid-template-columns: .24fr .28fr 1.9fr .35fr .4fr .37fr .35fr .36fr .38fr .35fr .5fr;
    padding: 0 30px;
    margin-right: 5px;
    margin-left: 6px;
    transition: .3s;
    position: relative;
}

.top_players_list_body:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    width: 100%;
    height: 7%;
    background: linear-gradient(0deg, rgb(15 20 27) 24%, transparent);
    z-index: 3;
    pointer-events: none;
}

.top_players_list_body li:hover {
    transition: .3s;
    background-color: #181f2c;
}

.top_players_list_body li:not(:last-child) {
    margin-bottom: 3px;
}

.top_players_list_body li span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    color: var(--custom-text-color);
    z-index: 2;
}

.top_players_rank {
    width: 61px;
}

.top_players_avatar {
    width: 26px !important;
    border-radius: 50px;
    border: 2px solid var(--border-bottom-line);
}

.border_top1 {
    border: 2px solid #ffdb5c;
}

.border_top2 {
    border: 2px solid #bfe0ff;
}

.border_top3 {
    border: 2px solid #f8a785;
}

.nick_top1 {
    color: #ffdb5c !important;
}

.nick_top2 {
    color: #bfe0ff !important;
}

.nick_top3 {
    color: #f8a785 !important;
}

.top_player_top:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 262px;
    z-index: 0;
    border-radius: 4px;
}

.top_player_top1:before {
    background: linear-gradient(270deg, transparent, rgba(25, 30, 40, 0.4) 45%, rgba(52, 49, 43, 0.4) 77%, rgba(111, 90, 50, 0.4) 102%);
}

.top_player_top2:before {
    background: linear-gradient(270deg, transparent, rgba(25, 30, 40, 0.4) 45%, rgba(39, 50, 70, 0.4) 77%, rgba(71, 94, 138, 0.4) 102%);
}

.top_player_top3:before {
    background: linear-gradient(270deg, transparent, rgba(25, 30, 40, 0.3) 45%, rgba(51, 43, 44, 0.3) 77%, rgba(119, 78, 55, 0.3) 102%);
}

.place_img_top1 {
    background-image: url(/app/modules/module_block_main_top/assets/img/1_place.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 27px;
    margin-left: -9px;
    font-size: 0 !important;
}

.place_img_top2 {
    background-image: url(/app/modules/module_block_main_top/assets/img/2_place.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 27px;
    margin-left: -9px;
    font-size: 0 !important;
}

.place_img_top3 {
    background-image: url(/app/modules/module_block_main_top/assets/img/3_place.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 27px;
    margin-left: -9px;
    font-size: 0 !important;
}

li.pointer.player_top_login {
    background: linear-gradient(-270deg, hsl(228deg 100% 69% / 20%), #151b26);
    margin-bottom: 5px;
}

span.selected {
    color: var(--span-color);
    opacity: 1;
    font-weight: 600;
}

.hvr:hover {
    opacity: 1;
}

.top_list_scroll {
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}

.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;
    border-bottom: 1px solid var(--bottom-line-table);
    padding-bottom: 4px;
    margin-bottom: 11px;
}

.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(--span-color-hover);
}

.server_buttons_active {
    color: var(--span-color);
    background: var(--span-color-hover);
}

.top_players_title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px 7px;
    letter-spacing: 1px;
    color: var(--custom-text-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: #151b26;
        border-radius: 4px;
        margin: 5px;
        user-select: none;
    }

    .top_players_list_body li {
        height: 60px;
        background: #151b26;
        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;
    }

    .top_players_title {
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 12px 7px;
        letter-spacing: 1px;
        color: var(--custom-text-color);
    }

    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 30px;
        display: grid;
        grid-template-columns: .13fr .45fr .4fr .1fr;
        background-color: #151b26;
        border-radius: 4px;
        margin: 5px;
        user-select: none;
    }

    .top_players_list_body li {
        height: 60px;
        background: #151b26;
        border-radius: 4px;
        display: grid;
        grid-template-columns: .14fr 0.45fr .4fr .12fr;
        padding: 0 30px;
        margin-right: 5px;
        margin-left: 6px;
        transition: .3s;
        position: relative;
    }

    .top_players_title {
        font-size: 12px;
        font-weight: 700;
        margin: 0 0 12px 7px;
        letter-spacing: 1px;
        color: var(--custom-text-color);
    }

    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(--custom-text-color);
        z-index: 2;
    }

    .place_img_top1 {
        background-image: url(/app/modules/module_block_main_top/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_block_main_top/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_block_main_top/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: 400;
        font-size: 9px;
        text-transform: uppercase;
        color: var(--custom-text-color);
        letter-spacing: 1px;
        align-items: center;
        opacity: .5;
    }
}