.player_stats {
    padding: 0 10px;
}

.player_stats_h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
}

.player_stats_title {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.player_stats_role {
    margin-bottom: 60px;
}

@media (max-width: 639px) {
    .player_stats_role {
        overflow-x: auto;
        white-space: nowrap;
        margin-bottom: 40px;
    }
}

.player_stats_role_title {
    text-align: center;
    margin-bottom: 45px;
    font-weight: 700;
    font-size: 14px;
}

@media (max-width: 639px) {
    .player_stats_role_title {
        margin-bottom: 20px;
    }
}

.mc_table {
    width: 100%;
}

.mc_table-align--center {
    text-align: center !important;
}

.mc_table--standart {
    font-size: 14px;
}

@media (max-width: 639px) {
    .mc_table--standart {
        font-size: 12px;
    }
}

.mc_table--standart th {
    padding: 6px;
    color: #757575;
    font-weight: normal;
    text-align: left;
}

@media (max-width: 639px) {
    .mc_table--standart th {
        padding: 4px;
    }
}

.mc_table--standart td {
    padding: 6px;
    text-align: left;
}

@media (max-width: 639px) {
    .mc_table--standart td {
        padding: 4px;
    }
}

.mc_table--standart tbody tr:nth-child(odd) {
    background: #EEEEEE;
}

.mc_table-col--num {
    width: 40px;
}

@media (max-width: 639px) {
    .mc_table-col--num {
        width: 25px;
    }
}

.mc_table-col--photo {
    width: 55px;
}

@media (max-width: 639px) {
    .mc_table-col--photo {
        width: 40px;
    }
}

.mc_table-col--flag {
    width: 30px;
}

@media (max-width: 639px) {
    .mc_table-col--flag {
        width: 20px;
    }
}

.mc_table-col--param {
    width: 60px;
}

@media (max-width: 639px) {
    .mc_table-col--param {
        width: 40px;
    }
}

@media (max-width: 375px) {
    .mc_table-col--param {
        width: 26px;
    }
}

.mc_table--firstpad th:first-child, .mc_table--firstpad td:first-child {
    padding-left: 80px;
}

@media (max-width: 991px) {
    .mc_table--firstpad th:first-child, .mc_table--firstpad td:first-child {
        padding-left: 20px;
    }
}

@media (max-width: 639px) {
    .mc_table--firstpad th:first-child, .mc_table--firstpad td:first-child {
        padding-left: 10px;
    }
}

.mc_table--firstpad th:last-child, .mc_table--firstpad td:last-child {
    padding-right: 60px;
}

@media (max-width: 991px) {
    .mc_table--firstpad th:last-child, .mc_table--firstpad td:last-child {
        padding-right: 20px;
    }
}

@media (max-width: 639px) {
    .mc_table--firstpad th:last-child, .mc_table--firstpad td:last-child {
        padding-right: 10px;
    }
}

.mc_player_photo {
    width: 40px;
    height: 40px;
    background-image: url(img/player_empty.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
}

@media (max-width: 639px) {
    .mc_player_photo {
        width: 30px;
        height: 30px;
    }
}

/*# sourceMappingURL=style.css.map */
