.top_players_head {
    padding: 19px 23px;
    display: grid;
    grid-template-columns: .41fr .37fr 1.55fr .6fr .6fr .7fr .4fr .5fr;
    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: 50px;
    background: #151b26;
    border-radius: 4px;
    display: grid;
    grid-template-columns: .38fr .43fr 1.65fr .54fr .62fr .74fr .56fr .35fr;
    padding: 0 22px;
    margin-right: 7px;
    margin-left: 6px;
    transition: .3s;
    position: relative;
}

.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;
}

.pb_top {
    padding-bottom: 7px;
}

.top_players_header {
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
    background-color: var(--span-color-hover);
}

.top_phrase {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--span-color);
}

.top_phrase i {
    margin-left: 10px;
    font-size: 13px;
}

.top_nameserver {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--custom-text-color);
    user-select: none;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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;
}

.top_players_faceit{
    width: 25px;
}

@media (max-width: 1300px) {
    .top_8 {
        display: none !important;
    }

    .top_players_list_body li {
        height: 50px;
        background: #151b26;
        border-radius: 4px;
        display: grid;
        grid-template-columns: .38fr .43fr 1.65fr .54fr .62fr .7fr .1fr;
        padding: 0 22px;
        margin-right: 7px;
        margin-left: 6px;
        transition: .3s;
        position: relative;
    }

    .top_players_head {
        padding: 19px 23px;
        display: grid;
        grid-template-columns: .41fr .37fr 1.55fr .6fr .6fr .7fr .2fr;
        background-color: #151b26;
        border-radius: 4px;
        margin: 5px;
        user-select: none;
    }
}

@media (max-width: 1086px) {
    .top_8 {
        display: none !important;
    }

    .top_7{
        display: none !important;
    }

    .top_players_list_body li {
        height: 50px;
        background: #151b26;
        border-radius: 4px;
        display: grid;
        grid-template-columns: .38fr .43fr 1.65fr .54fr .62fr .7fr;
        padding: 0 22px;
        margin-right: 7px;
        margin-left: 6px;
        transition: .3s;
        position: relative;
    }

    .top_players_head {
        padding: 19px 23px;
        display: grid;
        grid-template-columns: .41fr .37fr 1.55fr .6fr .6fr .7fr;
        background-color: #151b26;
        border-radius: 4px;
        margin: 5px;
        user-select: none;
    }
}

@media (max-width: 982px) {
    .top_8 {
        display: none !important;
    }

    .top_7{
        display: none !important;
    }

    .top_players_list_body li {
        height: 50px;
        background: #151b26;
        border-radius: 4px;
        display: grid;
        grid-template-columns: .38fr .43fr 1.65fr .45fr .68fr .1fr;
        padding: 0 22px;
        margin-right: 7px;
        margin-left: 6px;
        transition: .3s;
        position: relative;
    }

    .top_players_head {
        padding: 19px 23px;
        display: grid;
        grid-template-columns: .41fr .37fr 1.55fr .6fr .6fr .1fr;
        background-color: #151b26;
        border-radius: 4px;
        margin: 5px;
        user-select: none;
    }

    .top_players_rank {
        width: 50px;
    }

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

    .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: 20px;
        margin-left: -6px;
        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: 20px;
        margin-left: -6px;
        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: 20px;
        margin-left: -6px;
        font-size: 0 !important;
    }

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

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

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

@media (max-width: 882px) {
    .top_8{
        display: none !important;
    }

    .top_7{
        display: none !important;
    }

    .top_4{
        display: none !important;
    }

    .top_players_list_body li {
        height: 50px;
        background: #151b26;
        border-radius: 4px;
        display: grid;
        grid-template-columns: .27fr .3fr 1.1fr .45fr .1fr;
        padding: 0 22px;
        margin-right: 7px;
        margin-left: 6px;
        transition: .3s;
        position: relative;
    }

    .top_players_head {
        padding: 19px 23px;
        display: grid;
        grid-template-columns: .41fr .37fr 1.55fr .6fr .1fr;
        background-color: #151b26;
        border-radius: 4px;
        margin: 5px;
        user-select: none;
    }

    .top_players_rank {
        width: 50px;
    }

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

    .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: 20px;
        margin-left: -6px;
        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: 20px;
        margin-left: -6px;
        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: 20px;
        margin-left: -6px;
        font-size: 0 !important;
    }

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

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

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

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

    .top_7{
        display: none !important;
    }

    .top_4{
        display: none !important;
    }

    .top_players_list_body li {
        height: 50px;
        background: #151b26;
        border-radius: 4px;
        display: grid;
        grid-template-columns: .2fr .3fr 0.6fr .59fr .1fr;
        padding: 0 22px;
        margin-right: 7px;
        margin-left: 6px;
        transition: .3s;
        position: relative;
    }

    .top_players_head {
        padding: 19px 23px;
        display: grid;
        grid-template-columns: .35fr .37fr 1fr .8fr .1fr;
        background-color: #151b26;
        border-radius: 4px;
        margin: 5px;
        user-select: none;
    }

    .top_players_rank {
        width: 50px;
    }

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

    .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: 20px;
        margin-left: -6px;
        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: 20px;
        margin-left: -6px;
        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: 20px;
        margin-left: -6px;
        font-size: 0 !important;
    }

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

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

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

    .top_nick_nowrap{
        max-width: 59px;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media (min-width: 579px) and (max-width: 768px) {
    .top_8 {
        display: none !important;
    }

    .top_7 {
        display: none !important;
    }

    .top_4 {
        display: none !important;
    } 

    .top_players_list_body li {
        height: 50px;
        background: #151b26;
        border-radius: 4px;
        display: grid;
        grid-template-columns: .22fr .25fr 0.6fr .59fr .1fr;
        padding: 0 22px;
        margin-right: 7px;
        margin-left: 6px;
        transition: .3s;
        position: relative;
    }

    .top_players_head {
        padding: 19px 23px;
        display: grid;
        grid-template-columns: .35fr .37fr .9fr .9fr .1fr;
        background-color: #151b26;
        border-radius: 4px;
        margin: 5px;
        user-select: none;
    }

    .top_players_rank {
        width: 50px;
    }

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

    .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: 20px;
        margin-left: -6px;
        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: 20px;
        margin-left: -6px;
        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: 20px;
        margin-left: -6px;
        font-size: 0 !important;
    }

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

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

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

    .top_nick_nowrap{
        max-width: 59px;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media (max-width: 578px) {
    .top_8 {
        display: none !important;
    }

    .top_7 {
        display: none !important;
    }

    .top_4 {
        display: none !important;
    } 

    .top_players_list_body li {
        height: 50px;
        background: #151b26;
        border-radius: 4px;
        display: grid;
        grid-template-columns: .22fr .25fr 0.6fr .55fr .1fr;
        padding: 0 22px;
        margin-right: 7px;
        margin-left: 6px;
        transition: .3s;
        position: relative;
    }

    .top_players_head {
        padding: 19px 23px;
        display: grid;
        grid-template-columns: .35fr .37fr .9fr .8fr .1fr;
        background-color: #151b26;
        border-radius: 4px;
        margin: 5px;
        user-select: none;
    }

    .top_players_rank {
        width: 50px;
    }

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

    .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: 20px;
        margin-left: -6px;
        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: 20px;
        margin-left: -6px;
        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: 20px;
        margin-left: -6px;
        font-size: 0 !important;
    }

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

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

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

    .top_nick_nowrap{
        max-width: 59px;
        white-space: nowrap;
        overflow: hidden;
    }
}