.mc_playerstats {
    padding: 0 10px;
}

.mc_playerstats-group {
    margin-bottom: 50px;
}

@media (max-width: 639px) {
    .mc_playerstats-group {
        margin-bottom: 30px;
    }
}



.mc_match_stats {
    padding: 0 50px;
    margin-bottom: 110px; }
@media (max-width: 639px) {
    .mc_match_stats {
        padding: 0 10px;
        margin-bottom: 70px; } }

.mc_match_stat__content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
@media (max-width: 639px) {
    .mc_match_stat__content {
        margin-bottom: 20px; } }
.mc_match_stat__line {
    width: 45%; }
.mc_match_stat_progress {
    display: flex;
    align-items: center;
    text-align: left; }
.mc_match_stat_progress__line {
    background: #eee;
    height: 17px;
    position: relative;
    width: 100%; }
.mc_match_stat_progress__line-progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0; }
.mc_match_stat_progress__line-progress--red {
    background-color: #e53a35; }
.mc_match_stat_progress__line-progress--black {
    background-color: #2a2e37; }
.mc_match_stat_progress--rtl .mc_match_stat_progress__line-progress {
    left: auto;
    right: 0; }
.mc_match_stat_progress--ltr .mc_match_stat_progress__value {
    text-align: right; }
.mc_match_stat_progress--rtl .mc_match_stat_progress__value {
    text-align: left;
    margin-left: 14px;
    margin-right: 0; }
@media (max-width: 639px) {
    .mc_match_stat_progress--rtl .mc_match_stat_progress__value {
        margin-left: 10px; } }
.mc_match_stat_progress__value {
    font-size: 18px;
    color: #000;
    text-align: left;
    margin-right: 14px;
    width: 40px; }
@media (max-width: 639px) {
    .mc_match_stat_progress__value {
        margin-right: 10px; } }
