@media all and (min-width: 1980px) {
.player-number {
    font-family: 'Exo 2';
    font-size: 42px;
}
.player-name {
    color: #daa520;
    font-size: 42px;
}
.player-amplua {
    font-size: 32px;
}

.block-header {
    height: 80px;
}

#last-best-player {
height: calc(100% - 81px);
}

#last-matches-table {
    height: calc(100% - 81px);
}
.block-header span,
.block-header a {
    font-size: 18px;
}
.date-font {
    font-size: 14px;
}
.score-font {
    font-size: 24px;
}
.tab-head {
    font-size: 16px;
}
.per-vote {
    font-size: 38px;
}
.vote-text {
    font-size: 26px;
}
.vs {
    font-size: 18px;
}
.best-last-name {
    font-size: 32px;
}
.best-last-oppo {
    font-size: 26px;
}
#svodka-players-table {
    height: calc(100% - 81px);
}
.scroll-table {
    height: calc(100% - 81px);
}
#club-stats {
    height: calc(100% - 81px);
}
.history-wrapper {
    height: calc(100% - 81px);
}
.calctop-wrapper {
    height: calc(100% - 81px);
}
.tournament-ul {
    height: calc(100% - 51px - 81px);
}
#players-overlay {
    font-size: 18px;
    backdrop-filter: blur(10px);
}
#svodka-players .tab-head {
    font-size: 16px;
}
.tab-name {
    font-size: 16px;
}
.stat-value-club {
    font-size: 82px;
}
.stat-name-club {
    font-size: 22px;
}
.no-oppo span {
    font-size: 18px;
}
.history-full-desc span {
    font-size: 18px;
}
.top-switch {
    font-size: 18px;
}
.top-name span {
    font-size: 18px;
}
.top-value {
    font-size: 24px;
}
.top-num {
    font-size: 20px;
}
.search-vs {
    width: calc(100% - 15px);
    height: 50px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#search_box {
    width: 250px;
    padding: 10px;
    font-size: 18px;
}
#search_box-result {
    width: 250px;
}
.search_variant {
    font-size: 18px;
}
.search-button {
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 18px;
}
.history-date {
    font-size: 16px;
}
.history-score {
    font-size: 28px;
}
.history-link {
    font-size: 18px;
    padding: 5px 10px;
}
.stat-desc {
    font-size: 18px;
}
.ops-stat-value {
    font-size: 28px;
}
.res-bar {
    height: 30px;
    border-radius: 7px;
}
.res-win,
.res-draw,
.res-lose {
    font-size: 14px !important;
}
.calc-pos {
    font-size: 18px;
}
.calc-name span {
    font-size: 26px;
}
.calc-value-span {
    font-size: 62px;
}
.coef-name {
    font-size: 16px;
}
.over-calc {
    font-size: 18px;
    backdrop-filter: blur(10px);
}
.tournament-tab-head div {
    font-size: 18px;
}
.tournament-name,
.tournament-matches,
.tournament-points,
.tournament-num {
    font-size: 18px;
}

}

@media all and (max-width: 1700px) {
    .best-last-name {
        font-size: 24px;
    }
    .best-last-oppo {
        font-size: 18px;
    }
    .per-vote {
        font-size: 24px;
    }
    .vote-text {
        font-size: 18px;
    }
    .tab-name {
        font-size: 12px;
    }
    .stat-value-club {
        font-size: 58px;
    }
    .stat-name-club {
        font-size: 16px;
    }
    .search_match_list {
        width: 40%;
    }
    .history_full {
        width: 60%;
    }
    .history-date {
        font-size: 12px;
    }
    .history-score {
        font-size: 18px;
    }
    .history-link {
        font-size: 10px;
        padding: 5px 10px;
    }
    .search-button {
        font-size: 10px;
    }
    .res-win,
    .res-draw,
    .res-lose {
        font-size: 10px !important;
    }
    .stat-desc {
        font-size: 14px;
    }
    .ops-stat-value {
        font-size: 18px;
    }
    .top-switch {
        font-size: 14px;
    }
    .top-name span {
        font-size: 14px;
    }
    .top-value {
        font-size: 22px;
    }
    .top-num {
        font-size: 18px;
    }
    .tournament-name,
    .tournament-matches,
    .tournament-points,
    .tournament-num {
        font-size: 14px;
    }
    .tournament-tab-head div {
        font-size: 14px;
    }
    .calc-pos {
        font-size: 14px;
    }
    .calc-name span {
        font-size: 18px;
    }
    .calc-value-span {
        font-size: 40px;
        height: 60%;
    }
    .coef-name {
        font-size: 12px;
        height: 40%;
    }
    .over-calc {
        font-size: 14px;
        backdrop-filter: blur(px);
        height: 85%;
    }
    
}

@media all and (max-width: 1400px) {
    .player-number {
        font-family: 'Exo 2';
        font-size: 24px;
    }
    .player-name {
        color: #daa520;
        font-size: 24px;
    }
    .player-amplua {
        font-size: 20px;
    }
    .best-last-name {
        font-size: 18px;
    }
    .best-last-oppo {
        font-size: 16px;
    }
    .per-vote {
        font-size: 22px;
    }
    .vote-text {
        font-size: 16px;
    }
    .date-font {
        font-size: 12px;
    }
    .score-font {
        font-size: 18px;
    }
    .tab-head {
        font-size: 12px;
    }
    #svodka-players .tab-head {
        font-size: 12px;
    }
    .block-header span,
    .block-header a {
        font-size: 14px;
    }
    .tab-name {
        font-size: 12px;
    }
    .stat-value-club {
        font-size: 48px;
    }
    .stat-name-club {
        font-size: 14px;
    }
    #search_box {
        width: 170px;
    }
    #search_box-result {
        width: 170px;
    }
    .search_variant {
        font-size: 14px;
    }
    .search_match_list {
        width: 40%;
    }
    .history_full {
        width: 60%;
    }
    .history-date {
        font-size: 12px;
    }
    .history-score {
        font-size: 18px;
    }
    .history-link {
        font-size: 10px;
        padding: 5px 10px;
    }
    .search-button {
        font-size: 10px;
    }
    .res-win,
    .res-draw,
    .res-lose {
        font-size: 10px !important;
    }
    .stat-desc {
        font-size: 14px;
    }
    .ops-stat-value {
        font-size: 18px;
    }
    .top-switch {
        font-size: 14px;
    }
    .top-name span {
        font-size: 14px;
    }
    .top-value {
        font-size: 22px;
    }
    .top-num {
        font-size: 18px;
    }
    .tournament-name,
    .tournament-matches,
    .tournament-points,
    .tournament-num {
        font-size: 14px;
    }
    .tournament-tab-head div {
        font-size: 14px;
    }
    .calc-pos {
        font-size: 14px;
    }
    .calc-name span {
        font-size: 18px;
    }
    .calc-value-span {
        font-size: 40px;
        height: 60%;
    }
    .coef-name {
        font-size: 12px;
        height: 40%;
    }
    .over-calc {
        font-size: 14px;
        backdrop-filter: blur(px);
        height: 85%;
    }
    
}

@media all and (max-width: 1200px) {

    #slider-wrapper,
    #slider-btns,
    #last-matches-best-player,
    #svodka,
    #history-top,
    #calctop-table {
        width: 90%;
    }
    #arrow-up {
        right: calc(10%/4 - 2.5vh) !important;
    }

    .player-number {
        font-family: 'Exo 2';
        font-size: 24px;
    }
    .player-name {
        color: #daa520;
        font-size: 24px;
    }
    .player-amplua {
        font-size: 20px;
    }
    .best-last-name {
        font-size: 18px;
    }
    .best-last-oppo {
        font-size: 16px;
    }
    .per-vote {
        font-size: 22px;
    }
    .vote-text {
        font-size: 16px;
    }
    .date-font {
        font-size: 12px;
    }
    .score-font {
        font-size: 18px;
    }
    .tab-head {
        font-size: 12px;
    }
    #svodka-players .tab-head {
        font-size: 12px;
    }
    .block-header span,
    .block-header a {
        font-size: 14px;
    }
    .tab-name {
        font-size: 12px;
    }
    .stat-value-club {
        font-size: 48px;
    }
    .stat-name-club {
        font-size: 14px;
    }
    #search_box {
        width: 170px;
    }
    #search_box-result {
        width: 170px;
    }
    .search_variant {
        font-size: 14px;
    }
    .search_match_list {
        width: 40%;
    }
    .history_full {
        width: 60%;
    }
    .history-date {
        font-size: 12px;
    }
    .history-score {
        font-size: 18px;
    }
    .history-link {
        font-size: 10px;
        padding: 5px 10px;
    }
    .search-button {
        font-size: 10px;
    }
    .res-win,
    .res-draw,
    .res-lose {
        font-size: 10px !important;
    }
    .stat-desc {
        font-size: 14px;
    }
    .ops-stat-value {
        font-size: 18px;
    }
    .top-switch {
        font-size: 14px;
    }
    .top-name span {
        font-size: 14px;
    }
    .top-value {
        font-size: 22px;
    }
    .top-num {
        font-size: 18px;
    }
    .tournament-name,
    .tournament-matches,
    .tournament-points,
    .tournament-num {
        font-size: 14px;
    }
    .tournament-tab-head div {
        font-size: 14px;
    }
    .calc-pos {
        font-size: 14px;
    }
    .calc-name span {
        font-size: 18px;
    }
    .calc-value-span {
        font-size: 40px;
        height: 60%;
    }
    .coef-name {
        font-size: 12px;
        height: 40%;
    }
    .over-calc {
        font-size: 14px;
        backdrop-filter: blur(px);
        height: 85%;
    }
    
}

@media all and (max-width: 1050px) {

    #slider-wrapper,
    #svodka,
    #history-top,
    #calctop-table {
        width: 90%;
    }

    #last-matches-best-player {
        width: 90%;
        height: auto;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    #last-matches {
        height: auto;
        width: 100%;
    }
    #history-top {
        height: 70vh;
    }
    #history {
        height: 100%;
        width: 100%;
    }
    #calctop {
        height: 100%;
        width: 100%;
    }
    #last-best {
        margin-top: 10px;
        background-color: #202020;
        width: calc(100%/3 - 20px/3);
        height: 70vh;
        box-shadow: 0px 10px 20px 0px rgb(0, 0, 0);
    }
    #top {
        margin-left: 10px;
        margin-right: 10px;
        height: 70vh;
        margin-top: 10px;
        width: calc(100%/3 - 20px/3);
        box-shadow: 0px 10px 20px 0px rgb(0, 0, 0);
    }
    #tournament-table {
        background-color: transparent;
        width: calc(100%/3 - 20px/3);
        height: 70vh;
        margin-top: 10px;
        box-shadow: 0px 10px 20px 0px rgb(0, 0, 0);
    }
    .tournament-li {
        height: calc(100%/5);
    }
    .tournament-tab-head {
        height: 49px; /* еще 1px граница */
    }
    .last-matches-row {
        background-color: #202020;
        width: 100%;
        height: 70px;
        display: flex;
    }
    .oppo-logo {
        background-color: transparent;
        width: auto;
        height: 80%;
    }

    #arrow-up {
        right: calc(10%/4 - 2.5vh) !important;
    }

    .player-number {
        font-family: 'Exo 2';
        font-size: 24px;
    }
    .player-name {
        color: #daa520;
        font-size: 20px;
    }
    .player-amplua {
        font-size: 14px;
    }
    .best-last-name {
        font-size: 18px;
    }
    .best-last-oppo {
        font-size: 16px;
    }
    .per-vote {
        font-size: 22px;
    }
    .vote-text {
        font-size: 16px;
    }
    .date-font {
        font-size: 12px;
    }
    .score-font {
        font-size: 18px;
    }
    .tab-head {
        font-size: 12px;
    }
    #svodka-players .tab-head {
        font-size: 12px;
    }
    .block-header span,
    .block-header a {
        font-size: 14px;
    }
    .tab-name {
        font-size: 12px;
    }
    .stat-value-club {
        font-size: 38px;
    }
    .stat-name-club {
        font-size: 12px;
    }
    #search_box {
        width: 170px;
    }
    #search_box-result {
        width: 170px;
    }
    .search_variant {
        font-size: 14px;
    }
    .search_match_list {
        width: 40%;
    }
    .history_full {
        width: 60%;
    }
    .history-date {
        font-size: 12px;
    }
    .history-score {
        font-size: 18px;
    }
    .history-link {
        font-size: 10px;
        padding: 5px 10px;
    }
    .search-button {
        font-size: 10px;
    }
    .res-win,
    .res-draw,
    .res-lose {
        font-size: 10px !important;
    }
    .stat-desc {
        font-size: 14px;
    }
    .ops-stat-value {
        font-size: 18px;
    }
    .top-switch {
        font-size: 14px;
    }
    .top-name span {
        font-size: 14px;
    }
    .top-value {
        font-size: 22px;
    }
    .top-num {
        font-size: 18px;
    }
    .tournament-name,
    .tournament-matches,
    .tournament-points,
    .tournament-num {
        font-size: 14px;
    }
    .tournament-tab-head div {
        font-size: 14px;
    }
    .calc-pos {
        font-size: 14px;
    }
    .calc-name span {
        font-size: 18px;
    }
    .calc-value-span {
        font-size: 40px;
        height: 60%;
    }
    .coef-name {
        font-size: 12px;
        height: 40%;
    }
    .over-calc {
        font-size: 14px;
        backdrop-filter: blur(px);
        height: 85%;
    }
    
}

@media all and (max-width: 950px) {

    #team-body {
        width: calc(100% - 20px);
        margin-top: calc(10vh + 20px);
        padding-left: 10px;
        padding-right: 10px;
    }

    #slider-wrapper,
    #history-top,
    #calctop-table {
        width: 100%;
    }
    #history-top,
    #calctop-table {
        height: 50vh;
    }
    #last-matches-best-player {
        width: 100%;
        height: auto;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    #last-best {
        margin-top: 10px;
        width: calc(100%/2 - 10px/2);
        height: 50vh;
    }
    #top {
        margin-left: 10px;
        margin-right: 0;
        height: 50vh;
        margin-top: 10px;
        width: calc(100%/2 - 10px/2);
    }

    #svodka {
        width: 100%;
        height: auto;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    #svodka-players {
        height: 70vh;
        width: 100%;
    }
    #svodka-club {
        width: calc(100%/2 - 10px/2);
        height: 50vh;
        margin-top: 10px;
    }

    #tournament-table {
        width: calc(100%/2 - 10px/2);
        height: 50vh;
        margin-top: 10px;
        margin-left: 10px;
    }
    .svodka-players-row {
        height: 12vh !important;
    }
    .stat-value-club {
        font-size: 42px;
    }
    .stat-name-club {
        font-size: 14px;
    }


}

@media all and (max-width: 650px) {

    .min {
        height: 0 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: .4s;
    }

    #slider-wrapper {
        background-color: #202020;
        width: 100%;
        height: 45vh;
        position: relative;
        box-shadow: 0px 10px 20px 0px rgb(0, 0, 0);
    }
    .player-card {
        background-color: #202020;
        width: calc(100%);
        height: 45vh;
    }
    .player-photo {
        /* height: 99%; */
        height: auto;
        width: 70%;
        background-color: transparent;
        /* z-index: 10; */
    }
    .player-name {
        font-size: 42px;
    }
    .player-amplua {
        font-size: 24px;
    }
    .player-number {
        font-size: 42px;
    }
    .date-font {
        font-size: 10px;
    }
    .oppo-logo {
        height: 70%;
    }
    .score-font {
        font-size: 20px;
    }
    #last-best {
        width: 100%;
        height: auto;
    }
    #last-best-player {
        height: 40vh;
        transition: .4s;
    }
    #top {
        margin-left: 0;
        margin-right: 0;
        height: auto;
        margin-top: 10px;
        width: 100%;
    }
    .top-ul {
        transition: .4s;
    }
    #svodka-players {
        height: auto;
    }
    .per-vote {
        font-size: 36px;
    }
    .vote-text {
        font-size: 24px;
    }
    .vs {
        font-size: 18px;
    }
    .best-last-name {
        font-size: 28px;
    }
    .best-last-oppo {
        font-size: 28px;
    }
    #last-best-over {
        min-height: 30%;
        max-height: 35%;
    }
    .top-name span {
        font-size: 18px;
    }
    .top-switch {
        font-size: 18px;
    }
    .tab-head {
        font-size: 16px;
    }
    .tab-photo {
        width: auto;
        height: 50%;
    }

    .head-name,
    .head-amplua,
    .head-match,
    .head-goal,
    .head-assist,
    .head-defence,
    .head-save,
    .head-pass {
        font-size: 18px !important;
    }

    .svodka-players-tab {
        width: calc((80% - 30px)/7);
    }

    .tab-name {
        font-size: 12px;
    }

    .svodka-players-tab-num {
        width: 30px !important;
    }

    .tab-player-name,
    .head-name {
        width: 20% !important;
    }
    #svodka-club {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    #club-stats {
        height: 30vh;
        opacity: 0;
    }
    .club-bg img {
        width: 40%;
        background-color: transparent;
    }
    .club-tab {
        width: 20%;
        height: 50%;
    }

    #arrow-up {
        display: none !important;
    }
    .stat-value-club {
        font-size: 38px;
    }
    .stat-name-club {
        font-size: 16px;
    }
    #tournament-table {
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-left: 0;
    }


        /* прячем поиск матчей */

        .over_search {
            display: flex;
            align-items: center;
            justify-content: center;
            visibility: hidden;
        }
    
        .history-wrapper {
            position: relative;
        }
        .search_match_list {
            height: 100%;
            background-color: rgba(19, 19, 19);
            display: flex;
            flex-direction: column;
            width: 0;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10;
            transition: width .4s;
            box-shadow: 2.5px 5px 20px 0px rgb(0, 0, 0);
        }
        .history_full {
            width: 100%;
            height: 100%;
            background-color: #202020;
            position: relative;
        }
        .search-vs form,
        .history_list {
            visibility: hidden;
            opacity: 0;
            transition: .4s;
        }
        .history-full-desc {
            width: 80%;
        }
        #calctop-table {
            margin-bottom: 20px;
            height: auto;
        }
        .calctop-wrapper {
            flex-wrap: wrap;
            height: calc(45vh * 4);
        }
        .calc-mvp {
            transition: .4s;
            height:calc(100%/4);
            width: 100%;
            box-shadow: 0px 10px 20px 0px rgb(0, 0, 0), 10px 0px 20px 0px rgb(0, 0, 0);
        }
    
        .razvorot {
            visibility: visible;
        }
        .tournament-li {
            height: calc(100%/10);
        }

}



@media all and (max-width: 425px) {
    .player-name {
        font-size: 22px;
    }
    .player-amplua {
        font-size: 14px !important;
    }
    .player-number {
        font-size: 32px;
    }
    .date-font {
        font-size: 10px;
    }
    .oppo-logo {
        height: 50%;
    }
    .score-font {
        font-size: 14px;
    }
    .tab-head {
        font-size: 14px;
    }
    .per-vote {
        font-size: 24px;
    }
    .vote-text {
        font-size: 16px;
    }
    .vs {
        font-size: 18px;
    }
    .best-last-name {
        font-size: 20px;
    }
    .best-last-oppo {
        font-size: 20px;
    }
    .top-name span {
        font-size: 14px;
    }
    .top-switch {
        font-size: 14px;
    }
    .tab-head {
        font-size: 16px;
    }
    .head-name,
    .head-amplua,
    .head-match,
    .head-goal,
    .head-assist,
    .head-defence,
    .head-save,
    .head-pass {
        font-size: 12px !important;
    }
    .tab-name {
        font-size: 10px;
    }
    .stat-value-club {
        font-size: 26px;
    }
    .stat-name-club {
        font-size: 14px;
    }
    .history-full-desc,
    .history-full-desc span {
        font-size: 14px !important;
    }
    .history-full-desc {
        width: 70%;
    }
    .over_search {
        top: calc(50% - 25px);
        right: -25px;
        width: 25px;
        height: 45px;
    }
    .over_search img {
        width: 60%;
    }
    #players-overlay span,
    .no-oppo span {
        font-size: 12px;
    }
    .player-photo {
        width: 85%;
    }
}

@media all and (max-width: 380px) {

    .stat-value-club {
        font-size: 24px;
    }
    .stat-name-club {
        font-size: 12px;
    }
    .over-calc {
        font-size: 12px;
    }
}

@media all and (max-width: 340px) {
    .top-name span {
        font-size: 12px;
    }
    .top-value,
    .top-num {
        font-size: 14px;
    }
    .tab-name {
        font-size: 9px;
    }
    .svodka-players-row .score-font {
        font-size: 12px;
    }
    .stat-value-club {
        font-size: 22px;
    }
    .stat-name-club {
        font-size: 12px;
    }
    .ops-stat-value {
        font-size: 14px;
    }
    .stat-desc {
        font-size: 12px;
    }

    .ops-holder span {
        font-size: 14px;
    }
}

@media all and (max-width: 320px) {
    .stat-value-club {
        font-size: 20px;
    }
    .stat-name-club {
        font-size: 10px;
    }
    .tab-head {
        font-size: 14px;
    }
    .score-font {
        font-size: 10px;
    }
    .date-font {
        font-size: 8px;
    }
}
