
/* NEW FOOTBALL ACADEMY */

/* TABLE */
.table {
    display: block; }
.table tbody {
    display: block; }
.table tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 1px solid #DCDCDC;
    padding: 10px 0;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.table tr:hover {
    background-color: #F1F3F4; }
.table tr.table-header:hover {
    background-color: unset; }
.table td {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'SF-UI-Display-Medium', sans-serif; }
.table td img {
    max-width: 100%;
    max-height: 100%; }
.table a {
    color: var(--lightmain); }
.table a:hover {
    text-decoration: underline; }

.table-header {
    text-align: center;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 16px;
    color: #B3B4B6;
    line-height: 20px; }
.table-header td {
    text-align: center; }

/* COMMON HEADLINE */
.common-headline-block {
    width: 100%;
    max-width: 1140px;
    padding: 0 20px;
    height: 80px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DCDCDC; }
@media (max-width: 900px) {
    .common-headline-block {
        flex-wrap: wrap;
        border-bottom: 0;
        height: auto;
        margin-top: 30px; } }
.common-headline-block-tabs {
    height: 100%;
    display: flex;
    align-items: center; }
@media (max-width: 900px) {
    .common-headline-block-tabs {
        width: 100%;
        border-bottom: 1px solid #DCDCDC;
        order: 3; } }
.common-headline-block-tab {
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    font-size: 14px;
    margin-left: 20px;
    height: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: var(--lightmain);
    font-family: "OpenSansBold", sans-serif; }
.common-headline-block-tab.active, .common-headline-block-tab:hover:not(.disabled) {
    color: #3D4248;
    cursor: pointer; }
.common-headline-block-tab.active {
    border-bottom: 3px solid #3D4248; }
.common-headline-block-tab.disabled {
    cursor: not-allowed;
    color: #A3A3A3; }
@media (max-width: 900px) {
    .common-headline-block-tab {
        margin-left: 0;
        margin-right: 20px; } }
.common-headline-block.alt {
    padding: 35px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
/*.common-headline-block.alt .common-headline__bottom-block {*/
/*  width: 47%; }*/
.common-headline-block.alt .common-headline__subtitle {
    display: none; }
.common-headline-block h1 {
    text-transform: uppercase;
    font-family: 'SF-UI-Display-Heavy', sans-serif;
    font-size: 32px;
    color: #3D4248;
    display: inline-block;
    vertical-align: 17px;
    padding-right: 20px; }
@media (max-width: 900px) {
    .common-headline-block h1 {
        font-size: 28px;
        line-height: 1.3; } }

.common-headline__bottom-block {
    height: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-left: auto; }
.common-headline__bottom-block select {
    display: none; }
@media (max-width: 599px) {
    .common-headline__bottom-block {
        width: 100%;
        margin-left: -5px;} }

.common-headline__subtitle {
    text-transform: uppercase;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 12px;
    color: #B1B2B2; }

/* COMMON FILTER */
.common-filter select {
    display: none; }

.common-filter .ui-selectmenu-button.ui-button {
    width: unset;
    border: 0;
    margin-right: 0;
    padding: 0 0 0 0;
    background: none;
    padding: 5px 0; }
.common-filter .ui-selectmenu-button.ui-button.ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon:after {
    background-image: url(/assets/img/championship//common-filter-close.png); }
.common-filter .ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon {
    position: relative;
    width: 30px;
    border-left: 1px solid #DCDCDC;
    background: none; }
.common-filter .ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon:after {
    position: absolute;
    top: 5px;
    left: 10px;
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    background-image: url(/assets/img/championship//common-filter-opener.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain; }
.common-filter .ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon.ui-icon-triangle-1-s {
    background-position: center; }
.common-filter .ui-selectmenu-button.ui-button .ui-selectmenu-text {
    margin-right: 0;
    padding: 0 10px;
    font-family: 'SF-UI-Display-Medium', sans-serif;
    font-size: 14px;
    color: #3D4248;
    line-height: 16px; }

/* MATCH STAT */
.match-stat {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
@media (max-width: 900px) {
    .match-stat {
        justify-content: center; } }
.match-stat .match-stat__club-headline {
    position: static;
    width: 100%; }

.match-stat-container--left {
    width: 30%; }
@media (max-width: 900px) {
    .match-stat-container--left {
        width: 50%;
        order: 1;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-align-items: flex-start;
        align-items: flex-start;
        justify-content: flex-end; } }
.match-stat-container--left .match-circle {
    margin-right: 50px; }
@media (max-width: 599px) {
    .match-stat-container--left .match-circle {
        margin-right: 0; } }

.match-stat-container--center {
    width: 33%;
    padding-top: 35px; }
@media (max-width: 900px) {
    .match-stat-container--center {
        order: 3;
        width: 100%;
        max-width: 330px;
        padding-top: 65px; } }

.match-stat-container--right {
    width: 30%; }
@media (max-width: 900px) {
    .match-stat-container--right {
        width: 50%;
        order: 2;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-align-items: flex-start;
        align-items: flex-start; } }
.match-stat-container--right .match-circle {
    margin-left: 50px; }
@media (max-width: 599px) {
    .match-stat-container--right .match-circle {
        margin-left: 0; } }

.match-stat__club-headline {
    position: relative;
    min-height: 64px;
    margin-bottom: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center; }
@media (max-width: 900px) {
    .match-stat__club-headline {
        width: 100%; } }
@media (max-width: 599px) {
    .match-stat__club-headline {
        position: absolute;
        top: 0;
        width: 50%;
        margin-bottom: 0;
        padding-bottom: 20px;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column; }
    .match-stat__club-headline:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        background-color: #AFB6BE; } }
.match-stat__club-headline.left .match-stat-club__icon {
    margin-right: 10px; }
@media (max-width: 599px) {
    .match-stat__club-headline.left .match-stat-club__icon {
        margin-right: 0; } }
@media (max-width: 599px) {
    .match-stat__club-headline.left {
        align-items: flex-start;
        left: 0; } }
@media (max-width: 900px) {
    .match-stat__club-headline.right {
        justify-content: flex-end; } }
@media (max-width: 599px) {
    .match-stat__club-headline.right {
        align-items: flex-end;
        right: 0; } }
.match-stat__club-headline.right .match-stat-club__icon {
    margin-left: 10px;
    order: 2; }
@media (max-width: 599px) {
    .match-stat__club-headline.right .match-stat-club__icon {
        margin-left: 0;
        order: unset; } }
.match-stat__club-headline.right .match-stat-club__title,
.match-stat__club-headline.right .match-stat-club__coach {
    text-align: right; }

.match-stat-club__text div:nth-child(2) {
    margin-top: 6px; }

.match-stat-club__title {
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 22px;
    color: #3D4248; }
@media (max-width: 599px) {
    .match-stat-club__title {
        font-size: 14px;
        text-transform: uppercase; } }

.match-stat-club__coach {
    font-family: 'SF-UI-Display-Regular', sans-serif;
    font-size: 14px;
    color: #B3B4B6; }
@media (max-width: 599px) {
    .match-stat-club__coach {
        font-size: 10px;
        line-height: 1.4; }
    .match-stat-club__coach span {
        display: block; } }

.match-stat-club__icon {
    display: block;
    width: 64px;
    height: 64px;
    text-align: center; }
@media (max-width: 599px) {
    .match-stat-club__icon {
        margin-bottom: 10px; } }
.match-stat-club__icon img {
    height: 100%; }

.match-circle {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto 50px; }
@media (max-width: 599px) {
    .match-circle {
        width: 100%;
        text-align: center;
        height: auto; } }
.match-circle:last-child {
    margin-bottom: 0; }
.match-circle .donut {
    width: 100%;
    height: 100%;
    transform: rotate(270deg); }
@media (max-width: 599px) {
    .match-circle .donut {
        max-width: 90px; } }
.match-circle .donut.black .donut-segment {
    stroke: #3D4449; }
.match-circle .donut-ring {
    stroke: #D7D8DB;
    fill: transparent; }
.match-circle .donut-segment {
    stroke: var(--lightmain);
    fill: transparent; }

.match-circle__text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center; }
.match-circle__text span {
    display: block; }
.match-circle__text span.match-circle--num {
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 48px;
    color: #3D4449; }
@media (max-width: 599px) {
    .match-circle__text span.match-circle--num {
        font-size: 32px; } }
.match-circle__text span.match-circle--descr {
    font-family: 'SF-UI-Display-Medium', sans-serif;
    font-size: 12px;
    color: #3D4248; }
@media (max-width: 599px) {
    .match-circle__text span.match-circle--descr {
        position: absolute;
        top: calc(100% + 15px);
        left: 50%;
        transform: translate(-50%, 0);
        font-size: 10px;
        text-transform: uppercase;
        white-space: nowrap; } }

.match-stat__bars-container {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
.match-stat__bars-container:last-child {
    margin-bottom: 0; }
@media (max-width: 599px) {
    .match-stat__bars-container {
        margin-bottom: 10px; }
    .match-stat__bars-container.active {
        margin-bottom: 35px; }
    .match-stat__bars-container.active .match-stat__bars-container-title {
        margin-bottom: 30px;
        background-color: #029442;
        color: #fff; }
    .match-stat__bars-container.active .match-stat__bars-container-title:after {
        transform: rotate(90deg);
        border-color: transparent transparent transparent #fff; }
    .match-stat__bars-container.active .match-stat-bars__item {
        height: 60px; } }

.match-stat__bars-container-title {
    margin-bottom: 10px;
    text-align: center;
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 18px;
    color: #3D4248;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
@media (max-width: 599px) {
    .match-stat__bars-container-title {
        position: relative;
        padding: 15px 20px;
        background-color: #ECEEF0;
        color: #3D4248;
        font-family: 'SF-UI-Display-Medium', sans-serif;
        font-size: 14px;
        text-align: left;
        margin-bottom: 0; }
    .match-stat__bars-container-title:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        width: 0;
        height: 0;
        margin-top: -2px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        border-color: transparent transparent transparent #3d4248;
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out; } }

.match-stat-bars__item {
    height: 60px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    overflow: hidden; }
@media (min-width: 600px) {
    .match-stat-bars__item {
        display: block !important; } }
@media (max-width: 599px) {
    .match-stat-bars__item {
        height: 0; } }
.match-stat-bars__item:last-child {
    padding-bottom: 0; }

.match-stat-bars-item__text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 0 9px;
    margin-bottom: 7px; }
@media (max-width: 599px) {
    .match-stat-bars-item__text {
        font-size: 14px; } }

.match-stat-bars-item__title {
    text-align: center;
    font-family: 'SF-UI-Display-Regular', sans-serif;
    font-size: 16px;
    color: #3D4248; }
@media (max-width: 599px) {
    .match-stat-bars-item__title {
        font-size: 14px; } }

.match-stat-bars-item__num {
    font-family: 'SF-UI-Display-Semibold', sans-serif;
    font-size: 24px;
    color: #3D4248; }
@media (max-width: 599px) {
    .match-stat-bars-item__num {
        font-size: 20px; } }

.match-bars-item__bar {
    width: 100%;
    height: 6px;
    background-color: #171D20;
    border-radius: 3px;
    overflow: hidden; }
.match-bars-item__bar div {
    height: 6px;
    background-color: #029442;
    border-right: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.match-stat__all-matches {
    width: 100%;
    margin: 70px 0; }
@media (max-width: 900px) {
    .match-stat__all-matches {
        order: 4; } }
@media (max-width: 599px) {
    .match-stat__all-matches {
        margin: 40px 0 125px; } }
.match-stat__all-matches h3 {
    margin-bottom: 10px; }
@media (max-width: 900px) {
    .match-stat__all-matches h3 {
        margin-bottom: 20px; } }

.match-stat-all-matches__header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
@media (max-width: 900px) {
    .match-stat-all-matches__header .match-stat__club-headline {
        margin-bottom: 20px; } }
@media (max-width: 599px) {
    .match-stat-all-matches__header .match-stat__club-headline {
        position: static;
        padding-bottom: 0;
        margin-bottom: 25px; } }

.match-stat-all-matches__list {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around; }

.match-stat-all-matches__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    width: 151px;
    padding-top: 13px;
    text-align: center; }
@media (max-width: 599px) {
    .match-stat-all-matches__item {
        width: auto; } }
.match-stat-all-matches__item.goals {
    /*		@include for-phone-only {
          display: none;
      }*/ }
@media (max-width: 599px) {
    .match-stat-all-matches__item.goals {
        position: absolute;
        top: calc(100% + 15px);
        padding-top: 10px;
        padding-bottom: 10px; }
    .match-stat-all-matches__item.goals.left {
        left: 0;
        width: 100%;
        display: block;
        text-align: left;
        border-top: 1px solid #D9DDE1; }
    .match-stat-all-matches__item.goals.left .match-stat-all-matches__text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: 'SF-UI-Display-Bold', sans-serif;
        font-size: 16px;
        text-transform: uppercase; }
    .match-stat-all-matches__item.goals.right {
        right: 0; }
    .match-stat-all-matches__item.goals.right .match-stat-all-matches__text {
        display: none; }
    .match-stat-all-matches__item.goals .match-stat-all-matches__circle {
        border: none; } }
.match-stat-all-matches__item.wins.left {
    padding-top: 0; }
.match-stat-all-matches__item.wins.left .match-stat-all-matches__circle {
    margin-bottom: 15px;
    background-color: #029442;
    border: 14px solid #029442; }
.match-stat-all-matches__item.wins.left .match-stat-all-matches__circle .match-stat-all-matches__num {
    color: #fff; }
.match-stat-all-matches__item.draw .match-stat-all-matches__circle {
    background-color: #AFB6BE;
    border: 2px solid #AFB6BE; }
.match-stat-all-matches__item.draw .match-stat-all-matches__circle .match-stat-all-matches__num {
    color: #fff; }
.match-stat-all-matches__item.wins.right .match-stat-all-matches__circle {
    border: 2px solid #E7E9EB; }

.match-stat-all-matches__circle {
    display: inline-block;
    position: relative;
    width: 121px;
    height: 121px;
    border: 2px solid #AFB6BE;
    border-radius: 50%; }
@media (max-width: 900px) {
    .match-stat-all-matches__circle {
        width: 96px;
        height: 96px; } }
@media (max-width: 599px) {
    .match-stat-all-matches__circle {
        width: 65px;
        height: 65px; } }

.match-stat-all-matches__num {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'SF-UI-Display-Semibold', sans-serif;
    font-size: 34px;
    color: #3D4248; }
@media (max-width: 900px) {
    .match-stat-all-matches__num {
        font-size: 28px; } }

.match-stat-all-matches__text {
    font-family: "OpenSansRegular", sans-serif;
    font-size: 18px;
    color: #3D4248; }
@media (max-width: 599px) {
    .match-stat-all-matches__text {
        font-size: 14px; } }

@media (max-width: 900px) {
    .match-stat__last-matches h3 {
        margin-bottom: 25px; } }

.match-stat-last__container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
@media (max-width: 599px) {
    .match-stat-last__container {
        position: relative;
        padding-top: 145px;
        display: block; } }
@media (max-width: 599px) {
    .match-stat-last__container .table.match-score-table {
        border-top: none; } }

.match-stat-last__column {
    width: 44%; }
@media (max-width: 599px) {
    .match-stat-last__column {
        width: 100%; } }
.match-stat-last__column:first-child .match-stat-last__circles {
    left: 0; }
.match-stat-last__column:last-child .match-stat-last__circles {
    right: 0; }
@media (max-width: 599px) {
    .match-stat-last__column.active .match-score-table {
        display: block; } }
.match-stat-last__column.active .match-stat__club-headline:after {
    height: 2px;
    background-color: #029442; }
.match-stat-last__column .match-stat__club-headline {
    margin-bottom: 5px;
    justify-content: center; }
@media (max-width: 599px) {
    .match-stat-last__column .match-stat__club-headline:after {
        bottom: -35px; } }
@media (max-width: 599px) {
    .match-stat-last__column .match-score-table {
        display: none; } }

.match-stat-last__circles {
    width: 100%;
    margin-bottom: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center; }
@media (max-width: 599px) {
    .match-stat-last__circles {
        position: absolute;
        top: 108px;
        width: 110px;
        margin-bottom: 0;
        justify-content: space-between; } }
.match-stat-last__circles i {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 4px;
    border-radius: 50%; }
@media (max-width: 599px) {
    .match-stat-last__circles i {
        width: 14px;
        height: 14px;
        margin: 0; } }
.match-stat-last__circles i.win {
    background-color: #029442; }
.match-stat-last__circles i.draw {
    background-color: #AFB6BE; }
.match-stat-last__circles i.lose {
    background-color: #D50032; }

/* CUP PAGE */
.cup-page {
    padding: 0 0 95px; }
@media (max-width: 900px) {
    .cup-page {
        padding: 0px 0 30px; } }
@media (max-width: 599px) {
    .cup-page {
        padding: 0px 0; } }
.cup-page > .common-filter-block {
    padding: 17px 10px;
    border-bottom: 1px solid #DCDCDC; }
.cup-page > .common-filter-block.right > .common-filter {
    text-align: right; }
.cup-page > .common-filter-block.center > .common-filter {
    text-align: center; }

/* SCROLLBLOCK */
.scrollblock--horizontal .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 7px;
    margin: 0 auto;
    background-color: #ECEEF0;
    border: 1px solid #D9DDE1;
    border-radius: 5px;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.scrollblock--horizontal .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 99%;
    height: 1px;
    margin: 6px auto;
    background-color: #C4C4C4;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"; }

/* SUBHEADER */
/*.common-submenu ul {*/
/*  display: -webkit-flex;*/
/*  display: -moz-flex;*/
/*  display: -ms-flex;*/
/*  display: -o-flex;*/
/*  display: flex;*/
/*  justify-content: flex-start; }*/
/*.common-submenu ul li {*/
/*  margin-left: 4%; }*/
/*.common-submenu ul li.active a,*/
/*.common-submenu ul li a.active {*/
/*  color: var(--lightmain);*/
/*  border-bottom: 2px solid var(--lightmain); }*/
/*.common-submenu ul li a {*/
/*  position: relative;*/
/*  top: 1px;*/
/*  display: block;*/
/*  padding: 15px 0 19px;*/
/*  font-family: "OpenSansBold", sans-serif;*/
/*  font-size: 1em;*/
/*  color: var(--main);*/
/*  white-space: nowrap; }*/
/*.common-submenu ul li a:hover {*/
/*  color: var(--lightmain); }*/
/*@media (max-width: 900px) {*/
/*  .common-submenu ul li a {*/
/*    font-family: 'SF-UI-Display-Medium', sans-serif;*/
/*    letter-spacing: 0.8px; } }*/

/*.common-submenu .mCSB_horizontal.mCSB_inside > .mCSB_container {*/
/*  margin-right: 0;*/
/*  margin-bottom: 0; }*/
/*@media (max-width: 900px) {*/
/*  .common-submenu .mCSB_horizontal.mCSB_inside > .mCSB_container {*/
/*    padding-right: 30px; } }*/

/*.common-submenu .mCSB_scrollTools.mCSB_scrollTools_horizontal {*/
/*  opacity: 0 !important; }*/

.ui-selectmenu-menu .ui-widget.ui-widget-content {
    overflow-x: hidden;
    padding: 5px;
}

.ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper {
    margin: 0;
    text-align: center;
}

.subheader-w-tabs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 1px solid #ceced3; }
@media (max-width: 900px) {
    .subheader-w-tabs {
        display: block; } }
.subheader-w-tabs.alt {
    padding-top: 30px; }
.subheader-w-tabs.alt .common-tabs-menu {
    width: 100%;
    justify-content: center; }
@media (max-width: 900px) {
    .subheader-w-tabs.alt .common-tabs-menu {
        justify-content: flex-start; } }
.subheader-w-tabs.alt .common-tabs-menu li:first-of-type {
    padding: 0 10px 30px;
    text-align: center; }
.subheader-w-tabs.alt .common-tabs-menu li:last-of-type {
    padding: 0 10px 30px;
    text-align: center; }
.subheader-w-tabs h1,
.subheader-w-tabs h2 {
    width: 25%;
    text-transform: uppercase;
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 2.7em;
    color: #2c383e; }
@media (max-width: 900px) {
    .subheader-w-tabs h1,
    .subheader-w-tabs h2 {
        font-size: 28px;
        letter-spacing: 0.7px;
        margin-bottom: 10px; } }

@media (max-width: 599px) {
    .subheader-w-tabs.alt {
        padding-top: 15px; }
}


.common-tabs-menu-title {
    margin-bottom: 7px;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 12px;
    color: #AFB6BE;
    letter-spacing: 0.23px; }
@media (max-width: 900px) {
    .common-tabs-menu-title {
        margin-bottom: 5px; } }

.common-tabs-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
.common-tabs-menu .mCSB_container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
.common-tabs-menu .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0; }
.common-tabs-menu .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    opacity: 0; }
.common-tabs-menu li {
    padding: 0 10px 30px;
    border-bottom: 3px solid transparent; }
@media (max-width: 599px) {
    .common-tabs-menu li {
        padding-bottom: 20px; } }
.common-tabs-menu li.active {
    border-bottom: 3px solid #3D4248; }
.common-tabs-menu li:first-of-type {
    padding-left: 0;
    padding-right: 8px;
    text-align: left; }
.common-tabs-menu li:last-of-type {
    padding-left: 8px;
    padding-right: 0;
    text-align: left; }
@media (max-width: 599px) {
    .common-tabs-menu li a {
        white-space: nowrap; } }
.common-tabs-menu li,
.common-tabs-menu li a {
    position: relative;
    top: 2px;
    text-align: center;
    text-transform: uppercase;
    font-family: "OpenSansBold", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #e01054;
    cursor: pointer; }
.common-tabs-menu li:hover,
.common-tabs-menu li a:hover {
    color: #3D4248; }
.common-tabs-menu li.active,
.common-tabs-menu li.active a,
.common-tabs-menu li a.active,
.common-tabs-menu li a.active a {
    color: #3D4248; }

.tab-content {
    display: none;
    padding: 35px 0; }

.tab-content.active {
    display: block; }

/* STAT TABLE */
table.group-stat-table .table-header td {
    padding-top: 30px;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 12px;
    color: #B3B4B6;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase; }
table.group-stat-table .table-header td:nth-child(1) {
    width: 36px;
    text-align: center; }
table.group-stat-table .table-header td:nth-child(2) {
    width: 260px;
    margin-left: 84px;
    text-align: left; }
table.group-stat-table .table-header td:nth-child(3) {
    margin-left: 0;
    margin-right: auto;
    text-align: center; }
table.group-stat-table .table-header td:nth-child(3), table.group-stat-table .table-header td:nth-child(8) {
    width: 90px; }
table.group-stat-table .table-header td:nth-child(4) {
    margin-right: unset; }
table.group-stat-table .table-header td:nth-child(4), table.group-stat-table .table-header td:nth-child(5), table.group-stat-table .table-header td:nth-child(6) {
    width: 80px; }
table.group-stat-table .table-header td:nth-child(7) {
    width: 120px; }

table.group-stat-table td {
    font-family: 'SF-UI-Display-Medium', sans-serif;
    font-size: 16px;
    color: #4A4A4A;
    text-align: center; }
table.group-stat-table td:nth-child(1) {
    width: 36px;
    text-align: center; }
table.group-stat-table td:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 54px; }
table.group-stat-table td:nth-child(3) {
    width: 260px;
    margin-left: 30px;
    text-align: left; }
table.group-stat-table td:nth-child(4) {
    margin-right: auto; }
table.group-stat-table td:nth-child(4), table.group-stat-table td:nth-child(9) {
    width: 90px; }
table.group-stat-table td:nth-child(5), table.group-stat-table td:nth-child(6), table.group-stat-table td:nth-child(7) {
    width: 80px; }
table.group-stat-table td:nth-child(8) {
    width: 120px; }
table.group-stat-table td img {
    max-height: 45px; }

.header-menu-block__wrapper, .wrapper-w, .common-submenu ul {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.match-page, .tournament-page, .cup-page {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 900px) {
    .match-page, .tournament-page, .cup-page {
        padding-left: 6% !important;
        padding-right: 6% !important;
    }
}
@media (max-width: 599px) {
    .wrapper, .match-page, .multimedia-page, .tournament-page {
        padding-left: 8% !important;
        padding-right: 8% !important;
    }
    .cup-page {
        padding-left: 0% !important;
        padding-right: 0% !important;
    }
    .tournament-page .common-tabs-menu li, .common-tabs-menu li a {
        padding: 0;
        white-space: nowrap;
    }
}

/* TOURNAMENT PAGE*/
.tournament-page {
    padding: 35px 0 55px; }
@media (max-width: 900px) {
    .tournament-page {
        padding: 0 0 50px; } }
@media (max-width: 599px) {
    .tournament-page {
        padding: 0 0 40px; } }
.tournament-page .tab-content {
    padding: 0; }
@media (max-width: 900px) {
    .tournament-page .common-headline-block.alt {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 25px 0; } }
@media (max-width: 599px) {
    .tournament-page .common-headline-block.alt {
        padding: 0; } }
@media (max-width: 900px) {
    .tournament-page .common-headline-block.alt h1 {
        width: 100%;
        margin-left: 48px; } }
@media (max-width: 599px) {
    .tournament-page .common-headline-block.alt h1 {
        margin-bottom: 10px;
        margin-left: 5px} }
@media (max-width: 900px) {
    .tournament-page .common-headline-block.alt .common-headline__bottom-block {
        width: 100%;
        justify-content:flex-end;} }
.tournament-page .text_block {
    margin-top: 2rem;
    font-family: "OpenSansRegular", sans-serif
}
@media (max-width: 599px) {
    .tournament-page .common-headline-block.alt .common-headline__bottom-block {
        width: 100%;
        justify-content:flex-start;} }


@media (max-width: 900px) {
    table.score-table {
        display: table;
        width: 100%; } }

table.score-table tbody {
    display: block; }
@media (max-width: 900px) {
    table.score-table tbody {
        display: table-row-group; } }

@media (max-width: 900px) {
    table.score-table tr {
        display: table-row; } }

table.score-table tr.table-header td {
    width: 100%;
    display: block;
    padding: 20px 0;
    font-family: "OpenSansRegular", sans-serif; }
@media (max-width: 900px) {
    table.score-table tr.table-header td {
        display: table-cell !important; } }
table.score-table tr.table-header td:nth-child(1), table.score-table tr.table-header td:nth-child(5) {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center; }

@media (max-width: 900px) {
    table.score-table tr td {
        width: auto;
        padding: 5px 0;
        vertical-align: middle; } }

table.score-table tr td:nth-child(1) {
    padding-right: 25px;
    padding-left: 20px;
    text-align: right; }

table.score-table tr td:nth-child(1), table.score-table tr td:nth-child(5) {
    width: calc(50% - 124px); }
@media (max-width: 900px) {
    table.score-table tr td:nth-child(1), table.score-table tr td:nth-child(5) {
        white-space: nowrap; } }
@media (max-width: 599px) {
    table.score-table tr td:nth-child(1), table.score-table tr td:nth-child(5) {
        display: none;
        width: auto; } }

table.score-table tr td:nth-child(2), table.score-table tr td:nth-child(4) {
    width: 54px;
    text-align: center;}

table.score-table tr td:nth-child(3) {
    width: 140px;
    font-size: 24px;
    color: #3D4248;
    line-height: 22px;
    text-align: center; }
@media (max-width: 900px) {
    table.score-table tr td:nth-child(3) {
        width: 100%; } }
@media (max-width: 599px) {
    table.score-table tr td:nth-child(3) {
        width: 100%; } }

table.score-table tr td:nth-child(5) {
    padding-left: 25px;
    padding-right: 20px;
    text-align: left; }

@media (max-width: 900px) {
    table.score-table tr td img {
        max-width: 54px; } }

table.score-table .score-table-date {
    font-size: 0.5em;
    margin-bottom: -5px; }

table.group-stat-table .table-header td {
    padding-top: 30px;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 12px;
    color: #B3B4B6;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase; }
table.group-stat-table .table-header td:nth-child(1) {
    width: 36px;
    text-align: center; }
table.group-stat-table .table-header td:nth-child(2) {
    width: 260px;
    margin-left: 84px;
    text-align: left; }
table.group-stat-table .table-header td:nth-child(3) {
    margin-left: 0;
    margin-right: auto;
    text-align: center; }
table.group-stat-table .table-header td:nth-child(3), table.group-stat-table .table-header td:nth-child(8) {
    width: 90px; }
table.group-stat-table .table-header td:nth-child(4) {
    margin-right: unset; }
table.group-stat-table .table-header td:nth-child(4), table.group-stat-table .table-header td:nth-child(5), table.group-stat-table .table-header td:nth-child(6) {
    width: 80px; }
table.group-stat-table .table-header td:nth-child(7) {
    width: 120px; }

table.group-stat-table td {
    font-family: 'SF-UI-Display-Medium', sans-serif;
    font-size: 16px;
    color: #4A4A4A;
    text-align: center; }
table.group-stat-table td:nth-child(1) {
    width: 36px;
    text-align: center; }
table.group-stat-table td:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 54px; }
table.group-stat-table td:nth-child(3) {
    width: 260px;
    margin-left: 30px;
    text-align: left; }
table.group-stat-table td:nth-child(4) {
    margin-right: auto; }
table.group-stat-table td:nth-child(4), table.group-stat-table td:nth-child(9) {
    width: 90px; }
table.group-stat-table td:nth-child(5), table.group-stat-table td:nth-child(6), table.group-stat-table td:nth-child(7) {
    width: 80px; }
table.group-stat-table td:nth-child(8) {
    width: 120px; }
table.group-stat-table td img {
    max-height: 45px; }

table.players-table td {
    flex-shrink: 0; }

table.players-table .table-header td {
    padding-top: 30px;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 12px;
    color: #B3B4B6;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase; }
table.players-table .table-header td:nth-child(1) {
    margin-left: 122px;
    width: 225px;
    margin-right: 0;
    text-align: left; }
table.players-table .table-header td:nth-child(2) {
    width: 54px;
    margin-right: auto; }
@media (max-width: 599px) {
    table.players-table .table-header td:nth-child(2) {
        margin-right: 20px; } }
table.players-table .table-header td:nth-child(3) {
    width: 200px;
    padding-left: 90px;
    padding-right: 0; }
table.players-table .table-header td:nth-child(5) {
    padding-left: 20px;
    padding-right: 0;
    margin-right: 0;
    width: 200px;
    text-align: left; }
@media (max-width: 599px) {
    table.players-table td:nth-child(5) {
        margin-right: 15px; } }
table.players-table .table-header td:nth-child(6) {
    overflow: visible;
    border-radius: 0;
    height: auto; }
table.players-table .table-header td:nth-child(4), table.players-table .table-header td:nth-child(5), table.players-table .table-header td:nth-child(6) {
    width: 70px; }

table.players-table td {
    font-family: 'SF-UI-Display-Medium', sans-serif;
    font-size: 16px;
    color: #4A4A4A;
    text-align: center; }
table.players-table td:nth-child(1) {
    width: 36px;
    margin-right: 10px; }
table.players-table td:nth-child(2) {
    width: 51px; }
table.players-table td:nth-child(3) {
    width: 250px;
    padding-left: 25px;
    padding-right: 5px;
    text-align: left; }
table.players-table td:nth-child(4) {
    width: 54px;
    height: 54px; }
table.players-table td:nth-child(4) img {
    height: 100%;
    width: auto; }
table.players-table td:nth-child(5) {
    padding-left: 30px;
    padding-right: 5px;
    margin-right: auto;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
table.players-table td:nth-child(6) {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden; }
table.players-table td:nth-child(6) img {
    height: 100%;
    width: 100%; }
table.players-table td:nth-child(7) {
    width: 140px; }
table.players-table td:nth-child(8), table.players-table td:nth-child(9), table.players-table td:nth-child(10) {
    width: 70px; }

.player-ava {
    width: 51px;
    height: 51px;
    position: relative;
    border-radius: 50%;
    overflow: hidden; }
.player-ava img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    width: 100%; }

/* TEAM PAGE */
.club-banner {
    padding: 30px 0 33px;
    background-color: #12171d;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.club-team-block {
    padding: 2rem 0 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #DCDCDC; }
.club-team-block:first-child {
    padding-top: 0;
    border-top: 0; }
.club-team-block:last-child {
    padding-bottom: 0; }
.club-team-block h3 {
    width: 100%;
    margin-bottom: 1rem;
    color: #2c383e;
    font-family: 'SF-UI-Display-Bold', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.3; }

.club-team-person {
    width: 33.33%;
    display: flex;
    align-items: center;
    margin: 1rem 0;
    color: #000;
    cursor: pointer; }
.club-team-person:hover {
    color: var(--lightmain); }
@media (max-width: 900px) {
    .club-team-person {
        width: 50%; } }
@media (max-width: 599px) {
    .club-team-person {
        width: 100%; } }
.club-team-person .player-info__avatar {
    margin: 0; }
.club-team-person .player-info-ava__img,
.club-team-person .player-info__avatar {
    width: 90px;
    height: 90px; }
.club-team-person .player-info-ava__img img {
    width: 100%; }
.club-team-person .player-info-ava__num {
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-size: 14px; }
.club-team-person p {
    padding-left: 24px;
    padding-right: 1em;
    order: 10; }

/* PLAYER PAGE */
.player-page {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 0 15px; }
@media (max-width: 900px) {
    .player-page {
        padding: 30px 3% 40px 3%; } }
@media (max-width: 599px) {
    .player-page {
        padding: 20px 5% 70px 5%; } }
.player-page h2 {
    margin-bottom: 30px;
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 32px;
    color: #3E4245; }
@media (max-width: 900px) {
    .player-page h2 {
        font-size: 28px; } }
@media (max-width: 599px) {
    .player-page h2 {
        font-size: 22px;
        margin-bottom: 20px; } }
.player-page .news-list-item:nth-child(3n) {
    margin-right: 0; }
.player-page .subheader-w-tabs h1,
.player-page .subheader-w-tabs h2 {
    width: 35%; }

.player-page__info-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
@media (max-width: 599px) {
    .player-page__info-block {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center; } }

.player-info__avatar {
    position: relative;
    width: 180px;
    height: 180px; }
@media (max-width: 900px) {
    .player-info__avatar {
        width: 150px;
        height: 150px; } }
@media (max-width: 599px) {
    .player-info__avatar {
        order: 2;
        margin-bottom: 40px; } }

.player-info-ava__img {
    overflow: hidden;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #333; }
@media (max-width: 900px) {
    .player-info-ava__img {
        width: 150px;
        height: 150px; } }

.player-info-ava__num {
    position: absolute;
    bottom: 2px;
    right: -12px;
    width: 62px;
    height: 62px;
    background: url(/assets/img/championship//player-polygon.svg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    line-height: 62px;
    text-align: center;
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 28px;
    color: #FFFFFF; }
@media (max-width: 599px) {
    .player-info-ava__num {
        order: 1; } }

.player-page-info {
    width: 50%; }
@media (max-width: 599px) {
    .player-page-info {
        order: 3;
        width: 100%; } }

.player-page-info__name {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'SF-UI-Display-Heavy', sans-serif;
    font-size: 32px;
    color: #3D4248; }
@media (max-width: 900px) {
    .player-page-info__name {
        font-size: 24px; } }
@media (max-width: 599px) {
    .player-page-info__name {
        text-align: center;
        font-size: 20px; } }

.player-page-info__role {
    text-transform: uppercase;
    font-family: 'SF-UI-Display-Regular', sans-serif;
    font-size: 12px;
    color: #B1B2B2; }
@media (max-width: 599px) {
    .player-page-info__role {
        text-align: center; } }

.player-page-info__table {
    display: block;
    width: 100%;
    margin-top: 26px;
    margin-bottom: 40px;
    border-top: 1px solid #D0D0D0; }
@media (max-width: 900px) {
    .player-page-info__table {
        margin-bottom: 35px; } }
@media (max-width: 599px) {
    .player-page-info__table {
        margin-top: 20px; } }
.player-page-info__table tbody {
    display: block;
    width: 100%; }
.player-page-info__table tr {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #D0D0D0; }
.player-page-info__table tr td {
    display: block; }
.player-page-info__table tr td:first-child {
    font-family: 'SF-UI-Display-Regular', sans-serif;
    font-size: 14px;
    color: #3D4248; }
.player-page-info__table tr td:last-child {
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 14px;
    color: #3D4248; }

.player-info__club {
    width: 164px;
    text-align: center; }
@media (max-width: 900px) {
    .player-info__club {
        width: 100px; } }
@media (max-width: 599px) {
    .player-info__club {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -ms-align-items: center;
        align-items: center;
        margin-bottom: 10px; } }

.player-info-club__title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'SF-UI-Display-Heavy', sans-serif;
    font-size: 32px;
    color: #3D4248; }
.player-info-club__title > span {
    display: none; }
@media (max-width: 599px) {
    .player-info-club__title > span {
        display: inline; } }
@media (max-width: 900px) {
    .player-info-club__title {
        font-size: 24px; } }
@media (max-width: 599px) {
    .player-info-club__title {
        font-family: 'SF-UI-Display-Bold', sans-serif;
        margin-bottom: 0;
        font-size: 16px; } }

.player-info-club__img {
    width: 164px;
    height: 164px;
    text-align: center; }
@media (max-width: 900px) {
    .player-info-club__img {
        width: 100%;
        height: 100px; } }
@media (max-width: 599px) {
    .player-info-club__img {
        width: 64px;
        height: 64px; } }
.player-info-club__img img {
    max-height: 100%; }

.player-page-statistics {
    margin-bottom: 40px; }
.player-page-statistics > .subheader-w-tabs {
    align-items: center;
    display: flex !important; }
@media (max-width: 900px) {
    .player-page-statistics > .subheader-w-tabs {
        flex-wrap: wrap;
        justify-content: space-between; } }
.player-page-statistics > .subheader-w-tabs > h2 {
    margin-bottom: 15px; }
@media (max-width: 900px) {
    .player-page-statistics > .subheader-w-tabs > h2 {
        margin-bottom: 0; } }
.player-page-statistics > .subheader-w-tabs .common-tabs-menu-block {
    flex: 1; }
@media (max-width: 900px) {
    .player-page-statistics > .subheader-w-tabs .common-tabs-menu-block {
        width: 100%;
        flex: auto;
        margin-top: 20px; } }
.player-page-statistics > .subheader-w-tabs .common-filter {
    order: 1; }
@media (max-width: 900px) {
    .player-page-statistics > .subheader-w-tabs .common-filter {
        order: 0; } }
@media (max-width: 599px) {
    .player-page-statistics .tab-content {
        padding: 30px 0; } }
.player-page-statistics .common-tabs-menu li {
    padding-bottom: 20px; }

.player-statistics-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
@media (max-width: 900px) {
    .player-statistics-container {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap; } }

.player-stat__column {
    width: 30%; }
@media (max-width: 900px) {
    .player-stat__column {
        width: 47%;
        margin-bottom: 50px; }
    .player-stat__column:last-child {
        margin-bottom: 0; } }
@media (max-width: 599px) {
    .player-stat__column {
        width: 100%;
        margin-bottom: 40px; } }

.player-stat-clmn__all-matches {
    padding-top: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center; }
.player-stat-clmn__all-matches .match-circle__text span.match-circle--num {
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 38px;
    color: #029442; }
.player-stat-clmn__all-matches .match-circle {
    margin-bottom: 15px; }

.match-circle__container {
    width: 140px; }

.match-circle__footnotes > div {
    padding-left: 33px;
    position: relative;
    font-family: 'SF-UI-Display-Regular', sans-serif;
    font-size: 12px;
    color: #3D4248; }
.match-circle__footnotes > div:before {
    position: absolute;
    left: 12px;
    top: 0;
    content: '';
    display: block;
    width: 9px;
    height: 9px; }
.match-circle__footnotes > div:first-child {
    margin-bottom: 10px; }
.match-circle__footnotes > div:first-child:before {
    background-color: #029442; }
.match-circle__footnotes > div:last-child:before {
    background-color: #B6B6B8; }

.player-stat-clmn__match-stat-header {
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 24px;
    color: #3D4248; }
@media (max-width: 900px) {
    .player-stat-clmn__match-stat-header {
        font-family: 'SF-UI-Display-Medium', sans-serif;
        font-size: 22px;
        flex-grow: 1; } }
@media (max-width: 599px) {
    .player-stat-clmn__match-stat-header {
        padding: 0 15px;
        text-align: center;
        font-size: 20px;
        line-height: 26px; } }

.player-stat__header {
    margin-bottom: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid #D0D0D0;
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 24px;
    color: #3D4248; }
@media (max-width: 900px) {
    .player-stat__header {
        padding-bottom: 15px; } }

.player-stat-clmn__row {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    min-height: 64px;
    padding-left: 80px;
    margin-bottom: 34px; }
@media (max-width: 599px) {
    .player-stat-clmn__row {
        margin-bottom: 15px; } }
.player-stat-clmn__row:last-child {
    margin-bottom: 0; }
.player-stat-clmn__row img {
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translate(-50%, -50%);
    max-width: 51px;
    max-height: 45px;
    margin-right: 15px; }

.player-stat-clmn-row__text {
    margin-right: auto;
    text-align: left;
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #3D4248; }
@media (max-width: 900px) {
    .player-stat-clmn-row__text {
        font-size: 22px;
        font-family: 'SF-UI-Display-Medium', sans-serif; } }
@media (max-width: 599px) {
    .player-stat-clmn-row__text {
        font-size: 20px; } }

.player-stat-clmn-row__num {
    flex-shrink: 0;
    width: 70px;
    text-align: center;
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 48px;
    color: #3D4248; }
@media (max-width: 599px) {
    .player-stat-clmn-row__num {
        font-size: 36px; } }

@media (max-width: 599px) {
    .player-page-achievements {
        margin-bottom: 20px; } }

.player-page-achievements > .subheader-w-tabs > h2 {
    margin-bottom: 15px; }

.player-page-achievements .tab-content {
    padding: 15px 0; }
@media (max-width: 599px) {
    .player-page-achievements .tab-content {
        padding: 0; } }

.player-achievements-career {
    padding-top: 25px;
    padding-left: 35%;
    font-family: 'SF-UI-Display-Medium', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #3D4248; }
@media (max-width: 900px) {
    .player-achievements-career {
        padding-top: 15px;
        padding-left: 30%; } }
@media (max-width: 599px) {
    .player-achievements-career {
        padding-top: 25px;
        padding-left: 0;
        font-size: 14px; } }
.player-achievements-career table {
    border-spacing: 5px; }
.player-achievements-career table td {
    padding-bottom: 7px; }
.player-achievements-career table td:last-child {
    padding-left: 30px;
    font-family: 'SF-UI-Display-Bold', sans-serif; }

.player-achieve-rewards__item {
    width: 100%;
    padding: 15px 0;
    padding-left: 35%;
    border-bottom: 1px solid #D0D0D0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.player-achieve-rewards__item:last-child {
    border-bottom: none; }
@media (max-width: 900px) {
    .player-achieve-rewards__item {
        padding: 20px 0;
        padding-left: 30%; } }
@media (max-width: 599px) {
    .player-achieve-rewards__item {
        padding: 30px 0;
        padding-left: 0; } }
.player-achieve-rewards__item img {
    height: 45px; }
@media (max-width: 599px) {
    .player-achieve-rewards__item img {
        margin-left: 20px; } }

.player-achieve-rewards__cup-title {
    width: 100%;
    margin-bottom: 5px;
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 16px;
    color: #3D4248; }
@media (max-width: 900px) {
    .player-achieve-rewards__cup-title {
        margin-bottom: 10px; } }
@media (max-width: 599px) {
    .player-achieve-rewards__cup-title {
        margin-bottom: 7px;
        font-size: 14px; } }

.player-achieve-rewards__city {
    display: inline-block;
    margin-right: 10px;
    font-family: 'SF-UI-Display-Medium', sans-serif;
    font-size: 16px;
    color: #3D4248; }
@media (max-width: 599px) {
    .player-achieve-rewards__city {
        font-size: 14px; } }

.player-achieve-rewards__year {
    display: inline-block;
    font-family: 'SF-UI-Display-Regular', sans-serif;
    font-size: 16px;
    color: #B3B4B6; }
@media (max-width: 599px) {
    .player-achieve-rewards__year {
        font-size: 14px; } }

.player-achieve-rewards__num {
    width: 90px;
    text-align: center;
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 48px;
    color: #3D4248; }

.news-list-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
@media (max-width: 900px) {
    .news-list-container {
        justify-content: space-between; } }

.player_table {
    width: 100%;
    text-align: center; }
.player_table tr:not(.table-header) {
    cursor: pointer; }
.player_table td {
    vertical-align: middle;
    font-family: 'SF-UI-Display-Medium', sans-serif;
    border-bottom: 1px solid #DCDCDC;
    padding: 10px;
    line-height: 1; }
.player_table .score-block {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between; }
.player_table .score-block .first_team_container {
    width: 32%;
    display: inline-block;
    text-align: left;
}
.player_table .score-block .score_container {
    width: 25%;
    display: inline-block;
    text-align: center;
}
.player_table .score-block .second_team_container {
    width: 32%;
    display: inline-block;
    text-align: right;
}
.player_table .score-block .first_team_container > span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.player_table .score-block .second_team_container>  span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.player_table .score-block span {
    display: inline-block;
    vertical-align: middle; }
.player_table .score-block img {
    height: 54px;
    vertical-align: middle;
    position: relative; }
.player_table .score-block .score {
    padding: 0 32px;
    font-size: 1.5em; }
.player_table .table-header td {
    padding-top: 30px;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 12px;
    color: #B3B4B6;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase; }

.visible-mobile {
    display: none !important;
}

/* MATCH */
.match-page {
    padding: 30px 0;
    max-width: 1100px; }
@media (max-width: 900px) {
    .match-page {
        padding: 35px 0 65px; } }
@media (max-width: 599px) {
    .match-page {
        position: relative;
        padding-left: 6% !important;
        padding-right: 6% !important; } }
.match-page h3 {
    text-transform: uppercase;
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 18px;
    color: #3D4248;
    text-align: center; }
.match-page .tab-content {
    padding: 20px 0; }
@media (max-width: 599px) {
    .match-page .team-scheme-block {
        padding-top: 165px; } }

.team-structure__team-list .team-structure-team__item span.team-structure-team__name {
    color: #3D4248; }

.match-banner {
    background-color: #3D4248;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover; }
@media (max-width: 900px) {
    .match-banner > .wrapper-w {
        background: rgba(0,0,0,0.5);
        padding-left: 3% !important;
        padding-right: 3% !important; } }
@media (max-width: 599px) {
    .match-banner > .wrapper-w {
        background: rgba(0,0,0,0.5);
        padding-left: 6% !important;
        padding-right: 6% !important; } }

.match-banner__top-line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0) 100%);
    padding: 30px 0 50px; }
@media (max-width: 900px) {
    .match-banner__top-line {
        background: none;
        padding: 30px 0; } }
@media (max-width: 599px) {
    .match-banner__top-line {
        background: none;
        padding: 20px 0; } }

.match-banner__team {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: calc(50% - 100px); }
@media (max-width: 900px) {
    .match-banner__team {
        width: calc(50% - 85px);
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center; } }
@media (max-width: 599px) {
    .match-banner__team {
        width: calc(50% - 55px); } }
.match-banner__team.left {
    padding-left: 150px; }
@media (max-width: 900px) {
    .match-banner__team.left {
        padding-left: 0;
        text-align: center; } }
.match-banner__team.left .match-banner-team__img {
    left: 20px; }
.match-banner__team.right {
    padding-right: 150px;
    text-align: right; }
@media (max-width: 900px) {
    .match-banner__team.right {
        padding-right: 0;
        text-align: center; } }
.match-banner__team.right .match-banner-team__img {
    right: 20px; }

.match-banner-team__img {
    position: absolute;
    top: 50%;
    width: 100px;
    height: 100px;
    transform: translate(0, -50%);
    text-align: center; }
@media (max-width: 900px) {
    .match-banner-team__img {
        position: static;
        transform: translate(0, 0);
        margin-bottom: 15px; } }
@media (max-width: 599px) {
    .match-banner-team__img {
        width: 60px;
        height: 60px;
        margin-bottom: 10px; } }
.match-banner-team__img img {
    height: 100%; }

.match-banner-team__name {
    margin-bottom: 25px;
    font-family: 'SF-UI-Display-Heavy', sans-serif;
    letter-spacing: 0.1em;
    font-size: 38px;
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
@media (max-width: 900px) {
    .match-banner-team__name {
        order: 1;
        font-size: 24px;
        margin-bottom: 10px; } }
@media (max-width: 599px) {
    .match-banner-team__name {
        font-size: 12px; } }

.match-banner-team__city,
.match-banner-team__goals {
    margin-bottom: 25px;
    font-family: 'SF-UI-Display-Medium', sans-serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
.match-banner-team__city p,
.match-banner-team__goals p {
    margin-bottom: 5px; }
@media (max-width: 900px) {
    .match-banner-team__city,
    .match-banner-team__goals {
        order: 2;
        margin-bottom: 10px; } }
@media (max-width: 599px) {
    .match-banner-team__city,
    .match-banner-team__goals {
        font-size: 10px; } }

.match-banner-team__goals {
    display: inline-block;
    text-align: left; }

.match-banner-team__coatch {
    font-family: 'SF-UI-Display-Medium', sans-serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #88D3AC;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
@media (max-width: 900px) {
    .match-banner-team__coatch {
        order: 4; } }
@media (max-width: 599px) {
    .match-banner-team__coatch {
        font-size: 12px; } }

.match-banner-top__center {
    display: flex;
    flex-direction: column;
    justify-content: center; }

.match-banner-top__score {
    /*width: 200px;*/
    position: relative;
    margin-bottom: 20px;
    font-family: 'SF-UI-Display-Heavy', sans-serif;
    font-size: 55px;
    letter-spacing: 0.07em;
    white-space: nowrap;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
@media (max-width: 900px) {
    .match-banner-top__score {
        /*width: 170px;*/
        font-size: 50px; } }
@media (max-width: 599px) {
    .match-banner-top__score {
        /*width: 110px;*/
        margin-bottom: 10px;
        font-size: 30px; } }

.match-banner-top__text {
    text-align: center;
    text-transform: uppercase;
    font-family: 'SF-UI-Display-Regular', sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
@media (max-width: 599px) {
    .match-banner-top__text {
        font-size: 10px; } }

.match-banner__middle-line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: space-around;
    padding: 20px 0;
    background-color: #333;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+50,0+100 */
    background: -moz-linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */ }
@media (max-width: 900px) {
    .match-banner__middle-line {
        background: none;
        background-color: transparent;
        padding: 30px 0 20px;
        justify-content: space-between; } }
@media (max-width: 599px) {
    .match-banner__middle-line {
        background: none;
        background-color: transparent;
        padding: 25px 0;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap; } }

.match-banner-middle__left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start; }
@media (max-width: 900px) {
    .match-banner-middle__left {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        width: 32%; } }
@media (max-width: 599px) {
    .match-banner-middle__left {
        width: 100%; } }

.match-banner-middle__left > div {
    margin-right: 10px; }
@media (max-width: 900px) {
    .match-banner-middle__left > div {
        margin-right: 0; } }
.match-banner-middle__left > div.match-banner-middle__match-date {
    margin-right: 40px; }
@media (max-width: 900px) {
    .match-banner-middle__left > div.match-banner-middle__match-date {
        margin-right: 0; } }

@media (max-width: 900px) {
    .match-banner-middle__right {
        width: 58%; } }

@media (max-width: 599px) {
    .match-banner-middle__right {
        width: 100%; } }

.match-banner-middle__match-date {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding-left: 20px;
    margin-right: 40px; }
@media (max-width: 900px) {
    .match-banner-middle__match-date {
        margin-bottom: 20px; } }

.match-banner-middle__num {
    position: relative;
    margin-right: 10px;
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 50px;
    color: #FFFFFF; }
@media (max-width: 599px) {
    .match-banner-middle__num {
        font-size: 38px; } }
.match-banner-middle__num:before {
    position: absolute;
    top: 10px;
    left: -18px;
    content: '№';
    font-family: 'SF-UI-Display-Regular', sans-serif;
    font-size: 16px;
    color: #FFFFFF; }
@media (max-width: 599px) {
    .match-banner-middle__num:before {
        font-size: 14px; } }

.match-banner-middle__time time {
    display: block;
    font-family: 'SF-UI-Display-Regular', sans-serif;
    font-size: 16px;
    color: #FFFFFF; }
.match-banner-middle__time time:first-of-type {
    margin-bottom: 8px; }
@media (max-width: 599px) {
    .match-banner-middle__time time {
        font-size: 12px; } }

.match-banner-middle__item {
    position: relative;
    padding-top: 2px;
    padding-left: 60px;
    min-height: 45px;
    margin-bottom: 20px; }
.match-banner-middle__item:last-of-type {
    margin-bottom: 0; }
.match-banner-middle__item .match-banner-middle-item__img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 34px;
    max-height: 43px; }
.match-banner-middle__item p {
    margin-bottom: 12px;
    font-family: 'SF-UI-Display-Medium', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.4px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 24px; }
.match-banner-middle__item p:last-of-type {
    margin-bottom: 0; }
@media (max-width: 599px) {
    .match-banner-middle__item p:last-of-type {
        margin-bottom: 10px; } }
@media (max-width: 599px) {
    .match-banner-middle__item p {
        margin-bottom: 10px;
        font-size: 12px; } }
.match-banner-middle__item p span {
    color: #88D3AC; }

.match-banner__bottom-line {
    width: 100%;
    height: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+50,0+100 */
    background: -moz-linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0) 100%);
    -ms-align-items: center;
    align-items: center; }
.match-banner__bottom-line:before, .match-banner__bottom-line:after {
    content: '';
    display: block;
    flex-grow: 1;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5); }
.match-banner__bottom-line div {
    padding: 5px 20px; }
.match-banner__bottom-line div span {
    font-family: 'SF-UI-Display-Semibold', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;
    padding-right: 16px; }
.match-banner__bottom-line div span:last-child {
    padding-right: 0; }

@media (max-width: 900px) {
    .match-banner__bottom-line {
        background: none; } }

@media (max-width: 599px) {
    .match-banner__bottom-line {
        background: none; } }

.match-stat {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
@media (max-width: 900px) {
    .match-stat {
        justify-content: center; } }
.match-stat .match-stat__club-headline {
    position: static;
    width: 100%; }

.match-stat-container--left {
    width: 30%; }
@media (max-width: 900px) {
    .match-stat-container--left {
        width: 50%;
        order: 1;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-align-items: flex-start;
        align-items: flex-start;
        justify-content: flex-end; } }
.match-stat-container--left .match-circle {
    margin-right: 50px; }
@media (max-width: 599px) {
    .match-stat-container--left .match-circle {
        margin-right: 0; } }

.match-stat-container--center {
    width: 33%;
    padding-top: 35px; }
@media (max-width: 900px) {
    .match-stat-container--center {
        order: 3;
        width: 100%;
        max-width: 330px;
        padding-top: 65px; } }

.match-stat-container--right {
    width: 30%; }
@media (max-width: 900px) {
    .match-stat-container--right {
        width: 50%;
        order: 2;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-align-items: flex-start;
        align-items: flex-start; } }
.match-stat-container--right .match-circle {
    margin-left: 50px; }
@media (max-width: 599px) {
    .match-stat-container--right .match-circle {
        margin-left: 0; } }

.match-stat__club-headline {
    position: relative;
    min-height: 64px;
    margin-bottom: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center; }
@media (max-width: 900px) {
    .match-stat__club-headline {
        width: 100%; } }
@media (max-width: 599px) {
    .match-stat__club-headline {
        position: absolute;
        top: 0;
        width: 50%;
        margin-bottom: 0;
        padding-bottom: 20px;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column; }
    .match-stat__club-headline:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        background-color: #AFB6BE; } }
.match-stat__club-headline.left .match-stat-club__icon {
    margin-right: 10px; }
@media (max-width: 599px) {
    .match-stat__club-headline.left .match-stat-club__icon {
        margin-right: 0; } }
@media (max-width: 599px) {
    .match-stat__club-headline.left {
        align-items: flex-start;
        left: 0; } }
@media (max-width: 900px) {
    .match-stat__club-headline.right {
        justify-content: flex-end; } }
@media (max-width: 599px) {
    .match-stat__club-headline.right {
        align-items: flex-end;
        right: 0; } }
.match-stat__club-headline.right .match-stat-club__icon {
    margin-left: 10px;
    order: 2; }
@media (max-width: 599px) {
    .match-stat__club-headline.right .match-stat-club__icon {
        margin-left: 0;
        order: unset; } }
.match-stat__club-headline.right .match-stat-club__title,
.match-stat__club-headline.right .match-stat-club__coach {
    text-align: right; }

.match-stat-club__text div:nth-child(2) {
    margin-top: 6px; }

.match-stat-club__title {
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 22px;
    color: #3D4248; }
@media (max-width: 599px) {
    .match-stat-club__title {
        font-size: 14px;
        text-transform: uppercase; } }

.match-stat-club__coach {
    font-family: 'SF-UI-Display-Regular', sans-serif;
    font-size: 14px;
    color: #B3B4B6; }
@media (max-width: 599px) {
    .match-stat-club__coach {
        font-size: 10px;
        line-height: 1.4; }
    .match-stat-club__coach span {
        display: block; } }

.match-stat-club__icon {
    display: block;
    width: 64px;
    height: 64px;
    text-align: center; }
@media (max-width: 599px) {
    .match-stat-club__icon {
        margin-bottom: 10px; } }
.match-stat-club__icon img {
    height: 100%; }

.match-circle {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto 50px; }
@media (max-width: 599px) {
    .match-circle {
        width: 100%;
        text-align: center;
        height: auto; } }
.match-circle:last-child {
    margin-bottom: 0; }
.match-circle .donut {
    width: 100%;
    height: 100%;
    transform: rotate(270deg); }
@media (max-width: 599px) {
    .match-circle .donut {
        max-width: 90px; } }
.match-circle .donut.black .donut-segment {
    stroke: #3D4449; }
.match-circle .donut-ring {
    stroke: #D7D8DB;
    fill: transparent; }
.match-circle .donut-segment {
    stroke: var(--lightmain);
    fill: transparent; }

.match-circle__text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center; }
.match-circle__text span {
    display: block; }
.match-circle__text span.match-circle--num {
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 48px;
    color: #3D4449; }
@media (max-width: 599px) {
    .match-circle__text span.match-circle--num {
        font-size: 32px; } }
.match-circle__text span.match-circle--descr {
    font-family: 'SF-UI-Display-Medium', sans-serif;
    font-size: 12px;
    color: #3D4248; }
@media (max-width: 599px) {
    .match-circle__text span.match-circle--descr {
        position: absolute;
        top: calc(100% + 15px);
        left: 50%;
        transform: translate(-50%, 0);
        font-size: 10px;
        text-transform: uppercase;
        white-space: nowrap; } }

.match-stat__bars-container {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
.match-stat__bars-container:last-child {
    margin-bottom: 0; }
@media (max-width: 599px) {
    .match-stat__bars-container {
        margin-bottom: 10px; }
    .match-stat__bars-container.active {
        margin-bottom: 35px; }
    .match-stat__bars-container.active .match-stat__bars-container-title {
        margin-bottom: 30px;
        background-color: #029442;
        color: #fff; }
    .match-stat__bars-container.active .match-stat__bars-container-title:after {
        transform: rotate(90deg);
        border-color: transparent transparent transparent #fff; }
    .match-stat__bars-container.active .match-stat-bars__item {
        height: 60px; } }

.match-stat__bars-container-title {
    margin-bottom: 10px;
    text-align: center;
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 18px;
    color: #3D4248;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
@media (max-width: 599px) {
    .match-stat__bars-container-title {
        position: relative;
        padding: 15px 20px;
        background-color: #ECEEF0;
        color: #3D4248;
        font-family: 'SF-UI-Display-Medium', sans-serif;
        font-size: 14px;
        text-align: left;
        margin-bottom: 0; }
    .match-stat__bars-container-title:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        width: 0;
        height: 0;
        margin-top: -2px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        border-color: transparent transparent transparent #3d4248;
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out; } }

.match-stat-bars__item {
    height: 60px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    overflow: hidden; }
@media (min-width: 600px) {
    .match-stat-bars__item {
        display: block !important; } }
@media (max-width: 599px) {
    .match-stat-bars__item {
        height: 0; } }
.match-stat-bars__item:last-child {
    padding-bottom: 0; }

.match-stat-bars-item__text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 0 9px;
    margin-bottom: 7px; }
@media (max-width: 599px) {
    .match-stat-bars-item__text {
        font-size: 14px; } }

.match-stat-bars-item__title {
    text-align: center;
    font-family: 'SF-UI-Display-Regular', sans-serif;
    font-size: 16px;
    color: #3D4248; }
@media (max-width: 599px) {
    .match-stat-bars-item__title {
        font-size: 14px; } }

.match-stat-bars-item__num {
    font-family: 'SF-UI-Display-Semibold', sans-serif;
    font-size: 24px;
    color: #3D4248; }
@media (max-width: 599px) {
    .match-stat-bars-item__num {
        font-size: 20px; } }

.match-bars-item__bar {
    width: 100%;
    height: 6px;
    background-color: #171D20;
    border-radius: 3px;
    overflow: hidden; }
.match-bars-item__bar div {
    height: 6px;
    background-color: #029442;
    border-right: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.match-stat__all-matches {
    width: 100%;
    margin: 70px 0; }
@media (max-width: 900px) {
    .match-stat__all-matches {
        order: 4; } }
@media (max-width: 599px) {
    .match-stat__all-matches {
        margin: 40px 0 125px; } }
.match-stat__all-matches h3 {
    margin-bottom: 10px; }
@media (max-width: 900px) {
    .match-stat__all-matches h3 {
        margin-bottom: 20px; } }

.match-stat-all-matches__header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
@media (max-width: 900px) {
    .match-stat-all-matches__header .match-stat__club-headline {
        margin-bottom: 20px; } }
@media (max-width: 599px) {
    .match-stat-all-matches__header .match-stat__club-headline {
        position: static;
        padding-bottom: 0;
        margin-bottom: 25px; } }

.match-stat-all-matches__list {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around; }

.match-stat-all-matches__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    width: 151px;
    padding-top: 13px;
    text-align: center; }
@media (max-width: 599px) {
    .match-stat-all-matches__item {
        width: auto; } }
.match-stat-all-matches__item.goals {
    /*		@include for-phone-only {
          display: none;
      }*/ }
@media (max-width: 599px) {
    .match-stat-all-matches__item.goals {
        position: absolute;
        top: calc(100% + 15px);
        padding-top: 10px;
        padding-bottom: 10px; }
    .match-stat-all-matches__item.goals.left {
        left: 0;
        width: 100%;
        display: block;
        text-align: left;
        border-top: 1px solid #D9DDE1; }
    .match-stat-all-matches__item.goals.left .match-stat-all-matches__text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: 'SF-UI-Display-Bold', sans-serif;
        font-size: 16px;
        text-transform: uppercase; }
    .match-stat-all-matches__item.goals.right {
        right: 0; }
    .match-stat-all-matches__item.goals.right .match-stat-all-matches__text {
        display: none; }
    .match-stat-all-matches__item.goals .match-stat-all-matches__circle {
        border: none; } }
.match-stat-all-matches__item.wins.left {
    padding-top: 0; }
.match-stat-all-matches__item.wins.left .match-stat-all-matches__circle {
    margin-bottom: 15px;
    background-color: #029442;
    border: 14px solid #029442; }
.match-stat-all-matches__item.wins.left .match-stat-all-matches__circle .match-stat-all-matches__num {
    color: #fff; }
.match-stat-all-matches__item.draw .match-stat-all-matches__circle {
    background-color: #AFB6BE;
    border: 2px solid #AFB6BE; }
.match-stat-all-matches__item.draw .match-stat-all-matches__circle .match-stat-all-matches__num {
    color: #fff; }
.match-stat-all-matches__item.wins.right .match-stat-all-matches__circle {
    border: 2px solid #E7E9EB; }

.match-stat-all-matches__circle {
    display: inline-block;
    position: relative;
    width: 121px;
    height: 121px;
    border: 2px solid #AFB6BE;
    border-radius: 50%; }
@media (max-width: 900px) {
    .match-stat-all-matches__circle {
        width: 96px;
        height: 96px; } }
@media (max-width: 599px) {
    .match-stat-all-matches__circle {
        width: 65px;
        height: 65px; } }

.match-stat-all-matches__num {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'SF-UI-Display-Semibold', sans-serif;
    font-size: 34px;
    color: #3D4248; }
@media (max-width: 900px) {
    .match-stat-all-matches__num {
        font-size: 28px; } }

.match-stat-all-matches__text {
    font-family: "OpenSansRegular", sans-serif;
    font-size: 18px;
    color: #3D4248; }
@media (max-width: 599px) {
    .match-stat-all-matches__text {
        font-size: 14px; } }

@media (max-width: 900px) {
    .match-stat__last-matches h3 {
        margin-bottom: 25px; } }

.match-stat-last__container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
@media (max-width: 599px) {
    .match-stat-last__container {
        position: relative;
        padding-top: 145px;
        display: block; } }
@media (max-width: 599px) {
    .match-stat-last__container .table.match-score-table {
        border-top: none; } }

.match-stat-last__column {
    width: 44%; }
@media (max-width: 599px) {
    .match-stat-last__column {
        width: 100%; } }
.match-stat-last__column:first-child .match-stat-last__circles {
    left: 0; }
.match-stat-last__column:last-child .match-stat-last__circles {
    right: 0; }
@media (max-width: 599px) {
    .match-stat-last__column.active .match-score-table {
        display: block; } }
.match-stat-last__column.active .match-stat__club-headline:after {
    height: 2px;
    background-color: #029442; }
.match-stat-last__column .match-stat__club-headline {
    margin-bottom: 5px;
    justify-content: center; }
@media (max-width: 599px) {
    .match-stat-last__column .match-stat__club-headline:after {
        bottom: -35px; } }
@media (max-width: 599px) {
    .match-stat-last__column .match-score-table {
        display: none; } }

.match-stat-last__circles {
    width: 100%;
    margin-bottom: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center; }
@media (max-width: 599px) {
    .match-stat-last__circles {
        position: absolute;
        top: 108px;
        width: 110px;
        margin-bottom: 0;
        justify-content: space-between; } }
.match-stat-last__circles i {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 4px;
    border-radius: 50%; }
@media (max-width: 599px) {
    .match-stat-last__circles i {
        width: 14px;
        height: 14px;
        margin: 0; } }
.match-stat-last__circles i.win {
    background-color: #029442; }
.match-stat-last__circles i.draw {
    background-color: #AFB6BE; }
.match-stat-last__circles i.lose {
    background-color: #D50032; }

.team-scheme-block {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
@media (max-width: 900px) {
    .team-scheme-block {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between; } }

.team-scheme-container {
    position: relative;
    margin: 0 auto; }
@media (max-width: 900px) {
    .team-scheme-container {
        order: 2;
        margin-top: 20px; } }

.team-scheme-container__bar {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    background-color: #D8D8D8;
    padding: 10px 15px; }
.team-scheme-container__bar span {
    font-family: 'SF-UI-Display-Medium', sans-serif;
    font-size: 14px;
    color: #3D4248; }

.team-scheme-field {
    position: relative; }
.team-scheme-field .scheme-team--1 .scheme-player .number {
    background-color: #fff;
    color: #000; }
.team-scheme-field .scheme-team--2 .scheme-player .number {
    background-color: #000;
    color: #fff; }
.team-scheme-field .scheme-player .number {
    line-height: 22px;
    font-size: 14px; }
.team-scheme-field .scheme-player.active {
    z-index: 1; }
.team-scheme-field .scheme-player.active .number {
    border-color: #fff; }

.team-structure__team-list-block {
    /*---List inexes---*/ }
@media (max-width: 900px) {
    .team-structure__team-list-block {
        order: 1; } }
@media (max-width: 599px) {
    .team-structure__team-list-block {
        width: 100%; } }
@media (min-width: 600px) {
    .team-structure__team-list-block:last-child h4 {
        text-align: right; }
    .team-structure__team-list-block:last-child .team-structure-team__item,
    .team-structure__team-list-block:last-child .team-structure-team__item > a {
        justify-content: flex-end; }
    .team-structure__team-list-block:last-child span.team-structure-team__num,
    .team-structure__team-list-block:last-child span.team-structure-team__name {
        text-align: right; }
    .team-structure__team-list-block:last-child .team-structure-team__num {
        order: 2; } }
@media (max-width: 599px) {
    .team-structure__team-list-block.active .scheme-team__inner-wrp {
        display: block; }
    .team-structure__team-list-block.active .match-stat__club-headline:after {
        height: 2px;
        background-color: #029442; } }
.team-structure__team-list-block h4 {
    margin-bottom: 20px;
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 16px;
    color: #3D4248; }
@media (max-width: 599px) {
    .team-structure__team-list-block h4 {
        position: relative;
        width: 100%;
        height: 40px;
        margin-bottom: 15px;
        padding-left: 0;
        background-color: #D8D8D8;
        text-align: center;
        line-height: 40px;
        text-transform: uppercase;
        font-family: 'SF-UI-Display-Bold', sans-serif;
        font-size: 12px;
        color: #3D4248;
        letter-spacing: 0.27px;
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out; }
    .team-structure__team-list-block h4:after {
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-color: transparent transparent transparent #3d4248;
        margin-top: -4px;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out; } }
@media (max-width: 599px) {
    .team-structure__team-list-block h4.active {
        color: #fff;
        background-color: #3D4248;
        margin-bottom: 15px; }
    .team-structure__team-list-block h4.active:after {
        transform: rotate(90deg);
        border-color: transparent transparent transparent #fff; } }
.team-structure__team-list-block .scheme-player {
    position: relative; }
.team-structure__team-list-block .scheme-player.warning:before, .team-structure__team-list-block .scheme-player.ejection:before, .team-structure__team-list-block .scheme-player.warning-ejection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 2px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: auto; }
.team-structure__team-list-block .scheme-player.warning:before {
    background-color: #E8C826; }
.team-structure__team-list-block .scheme-player.ejection:before {
    background-color: #D21E31; }
.team-structure__team-list-block .scheme-player.warning-ejection:before {
    background: linear-gradient(to right, #E8C826 50%, #D21E31 50%); }
.team-structure__team-list-block .scheme-player.substitution:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 2px;
    height: 13px;
    width: 13px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
.team-structure__team-list-block .scheme-player.substitution--in:after {
    background-image: url("/assets/img/championship//scheme-arrow_right.svg"); }
.team-structure__team-list-block .scheme-player.substitution--in_and_out:after {
    background-image: url("/assets/img/championship//scheme-arrow_left_and_right.svg"); }
.team-structure__team-list-block .scheme-player.substitution--out:after {
    background-image: url("/assets/img/championship//scheme-arrow_left.svg"); }
.team-structure__team-list-block.scheme-team--1 .team-structure__team-list {
    padding-left: 35px; }
.team-structure__team-list-block.scheme-team--1 .scheme-player:before {
    left: -35px; }
.team-structure__team-list-block.scheme-team--1 .scheme-player:not(.substitution):before {
    left: -15px; }
.team-structure__team-list-block.scheme-team--1 .scheme-player:after {
    left: -15px; }
.team-structure__team-list-block.scheme-team--2 .team-structure__team-list {
    padding-right: 35px; }
.team-structure__team-list-block.scheme-team--2 .scheme-player:before {
    right: -35px; }
.team-structure__team-list-block.scheme-team--2 .scheme-player:not(.substitution):before {
    right: -15px; }
.team-structure__team-list-block.scheme-team--2 .scheme-player:after {
    right: -15px;
    transform: rotate(180deg); }
@media (max-width: 599px) {
    .team-structure__team-list-block.scheme-team--1 .team-structure__team-list, .team-structure__team-list-block.scheme-team--2 .team-structure__team-list {
        padding-left: 35px; }
    .team-structure__team-list-block.scheme-team--1 .scheme-player:before, .team-structure__team-list-block.scheme-team--2 .scheme-player:before {
        right: auto;
        left: -35px; }
    .team-structure__team-list-block.scheme-team--1 .scheme-player:not(.substitution):before, .team-structure__team-list-block.scheme-team--2 .scheme-player:not(.substitution):before {
        right: auto;
        left: -15px; }
    .team-structure__team-list-block.scheme-team--1 .scheme-player:after, .team-structure__team-list-block.scheme-team--2 .scheme-player:after {
        right: auto;
        left: -15px;
        transform: none; } }

@media (max-width: 599px) {
    .scheme-team__inner-wrp {
        display: none; } }

.team-structure__team-list {
    margin-bottom: 20px; }
@media (min-width: 600px) {
    .team-structure__team-list {
        display: block !important; } }
@media (max-width: 599px) {
    .team-structure__team-list {
        display: none; } }
.team-structure__team-list .team-structure-team__item {
    padding: 7px 10px; }
.team-structure__team-list .team-structure-team__item,
.team-structure__team-list .team-structure-team__item > a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
.team-structure__team-list .team-structure-team__item > a {
    width: 100%; }
.team-structure__team-list .team-structure-team__item:hover .team-structure-team__num,
.team-structure__team-list .team-structure-team__item:hover .team-structure-team__name {
    color: #ffffff; }
.team-structure__team-list .team-structure-team__item.active {
    background-color: #e01054; }
.team-structure__team-list .team-structure-team__item.active span.team-structure-team__num,
.team-structure__team-list .team-structure-team__item.active span.team-structure-team__name {
    color: #fff; }
.team-structure__team-list .team-structure-team__item span {
    display: block;
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 16px; }
.team-structure__team-list .team-structure-team__item span.team-structure-team__num {
    width: 35px;
    color: #e01054; }
.team-structure__team-list .team-structure-team__item span.team-structure-team__name {
    color: #3D4248; }

.team-structure-team__num {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
}

.match-history-wrapper {
    overflow: hidden; }

.match-history-block {
    min-width: 800px;
    padding-left: 15px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse; }
.match-history-block:before {
    content: '';
    display: block;
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 64px;
    background-color: #9CDAB3;
    z-index: -1; }
.match-history-block p span,
.match-history-block p a {
    color: #029442; }

.match-history__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 34px; }
.match-history__item:last-of-type {
    -ms-align-items: flex-start;
    align-items: flex-start; }
.match-history__item:first-of-type {
    -ms-align-items: stretch;
    align-items: stretch; }
.match-history__item:first-child {
    margin-bottom: 0; }
@media (max-width: 900px) {
    .match-history__item {
        margin-bottom: 25px; } }
.match-history__item.comment .match-history-item__label {
    background-image: url(/assets/img/championship//pencil-edit-button.svg);
    -webkit-background-size: 18px;
    background-size: 18px;
    background-position: center 8px;
    background-repeat: no-repeat; }
.match-history__item.comment .match-history-item__text {
    padding: 15px 0; }
.match-history__item.timepoint .match-history-item__label, .match-history__item.endpoint .match-history-item__label {
    padding-top: 8px; }
.match-history__item.timepoint .match-history-item__text, .match-history__item.endpoint .match-history-item__text {
    padding: 15px 0; }
.match-history__item.endpoint .match-history-item__label {
    padding-top: 8px; }
.match-history__item.endpoint .match-history-item__label time {
    position: relative; }
.match-history__item.endpoint .match-history-item__label time:before {
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -10px;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(/assets/img/championship//ico_clock.svg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain; }
.match-history__item.red:first-of-type {
    -ms-align-items: center;
    align-items: center; }
.match-history__item.red .match-history-item__label:after {
    background-color: #D21E31; }
.match-history__item.red.right .match-history-item__label:after {
    left: 100%; }
.match-history__item.red.left .match-history-item__label:after {
    right: 100%; }
.match-history__item.red .match-history-item__text {
    border-left: 2px solid #D21E31;
    background-color: #FCECED; }
.match-history__item.red .match-history-item__text p span,
.match-history__item.red .match-history-item__text p a {
    color: #D21E31; }
.match-history__item.red.warning-ejection .match-history-item__label:after {
    background: linear-gradient(to right, #E8C826 50%, #D21E31 50%); }
.match-history__item.yellow .match-history-item__label:after {
    background-color: #E8C826; }
.match-history__item.yellow.right .match-history-item__label:after {
    left: 100%; }
.match-history__item.yellow.left .match-history-item__label:after {
    right: 100%; }
.match-history__item.yellow .match-history-item__text {
    border-left: 2px solid #DDC733;
    background-color: #FEFCE6; }
.match-history__item.yellow .match-history-item__text p span,
.match-history__item.yellow .match-history-item__text p a {
    color: #E3C641; }
.match-history__item.green {
    -ms-align-items: center;
    align-items: center; }
.match-history__item.green.right .match-history-item__label:after {
    left: calc(100% - 7px); }
.match-history__item.green.left .match-history-item__label:after {
    right: calc(100% - 7px); }
.match-history__item.green .match-history-item__label {
    height: 100px;
    border-radius: 50%;
    border: 2px solid #9CDAB3;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center; }
.match-history__item.green .match-history-item__label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border-radius: 100%;
    background-color: #029442; }
.match-history__item.green .match-history-item__label time {
    display: block;
    font-family: 'SF-UI-Display-Medium', sans-serif;
    font-size: 12px;
    color: #3D4248; }
.match-history__item.green .match-history-item__label .match-history-label__score {
    display: block;
    margin: 8px 0 5px;
    white-space: nowrap;
    letter-spacing: 0.4px;
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 40px;
    color: #3D4248; }
.match-history__item.green .match-history-item__label .match-history-label__text {
    display: block;
    font-family: 'SF-UI-Display-Medium', sans-serif;
    font-size: 12px;
    color: #3D4248; }
.match-history__item.green .match-history-item__text {
    border-left: 2px solid #029442;
    background-color: #EBF8EF; }
.match-history__item.green .match-history-item__text p span,
.match-history__item.green .match-history-item__text p a {
    color: #029442; }
.match-history__item:not(.green) .match-history-item__label {
    padding-top: 8px; }
.match-history__item:not(.green) .match-history-item__label:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    width: 14px;
    height: 14px;
    border-radius: 100%; }
.match-history__item.substitution.right .match-history-item__label:after {
    left: 100%; }
.match-history__item.substitution.left .match-history-item__label:after {
    right: 100%; }
.match-history__item.substitution .match-history-item__label:after {
    display: block;
    height: 30px;
    background: url(/assets/img/championship//arrows.svg) no-repeat center;
    background-size: contain;
    top: 15px;
    transform: translate(0, -50%); }
.match-history__item.substitution .match-history-item__text {
    padding: 15px 0; }
.match-history__item.substitution .match-history-item__text p span,
.match-history__item.substitution .match-history-item__text p a {
    color: #029442; }
.match-history__item.substitution .match-history-item__text p span.goes_out,
.match-history__item.substitution .match-history-item__text p a.goes_out {
    color: #D21E31; }

.match-history__item.unrealized.right .match-history-item__label:after {
    left: 100%; }
.match-history__item.unrealized.left .match-history-item__label:after {
    right: 100%; }
.match-history__item.unrealized .match-history-item__label:after {
    display: block;
    height: 30px;
    background: url(/assets/img/championship//122443-84.png) no-repeat center;
    background-size: contain;
    top: 15px;
    transform: translate(0, -50%); }

.match-history-item__label {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    margin-right: 50px;
    min-height: 35px;
    background-color: #fff;
    text-align: center;
    font-family: 'SF-UI-Display-Medium', sans-serif;
    flex-shrink: 0; }
.match-history-item__label time {
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #3D4248;
    text-align: center; }

.match-history-item__text {
    flex-grow: 1;
    padding: 15px; }
.match-history-item__text p {
    font-family: 'SF-UI-Display-Medium', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #3D4248; }
.match-history-item__text p a:hover {
    text-decoration: underline; }

.match-submenu {
    max-width: 1100px;
}

.match-page .subheader-w-tabs {
    justify-content: flex-start;
}

@media (max-width: 599px) {
    .hidden-mobile {
        display: none !important;
    }
    .visible-mobile {
        display: inline-block !important;
    }
}

.preloader-container {
    padding-top: 10px;
    text-align: center; }

.clubs-list__item .clubs-list-item__img img {
    height: 100%;
    max-width: 100%;
}