/* custom */

.text-justify,
.infrastructure {
    text-align: justify;
}

.timeline-right-logo {width: 160px;height: 160px;display: flex;align-items: center;justify-content: center;padding: 20px;}


.match-slider-wr .slick-track {
    display: flex;
}

.match-slider .slick-slide {
    display: flex;
    height: auto;
}

.match-slider .match-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-slider-mobile {
    display: none;
}

@media (max-width: 767px) and (min-width: 0px) {
    .header-slider {
        display: none;
    }
    .header-slider-mobile {
        display: block;
    }
    .header-slider-dots .slick-dots {
         display: none !important;
     }
}

.header-slider-mobile .slick-arrow {
    display: none !important;
}

.tab-content__right {
    justify-content: flex-end !important;
}












.match-history-item-stat {
    display: flex;
    align-items: stretch;
    background: #fff;
    padding: 18px;
    margin-bottom: 30px;
    border-left: 2px solid rgba(0, 0, 0, 0);
    flex-direction: column;
    align-content: space-around;
}

.match-all-stat-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid grey;
    margin-bottom: 20px;
    padding: 30px;
}

.match-all-stat-title {
    order: 2;
    text-align: center;
    font-size: 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.match-all-stat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    justify-content: space-around;
}

.match-all-stat-image:nth-child(2) {
    order: 3;
}

.match-all-stat-title_count {
    font-weight: bold;
    /* color: #009641; */
    padding: 10px 20px;
    /* flex-shrink: 0; */
    width: 20%;
    text-align: center;
}

.match-all-stat-title_text {
    order: 2;
    /* width: 250px; */
    text-align: center;
    flex: 1;
}

.match-all-stat-title_count:nth-child(2) {
    order: 3;
    /* margin-right: 95px; */
    /* flex-shrink: 0; */
    /* width: 200px; */
}

.match-all-stat-items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    align-content: stretch;
}

.match-history-item.green {
    justify-content: space-around;
}

.match-all-stat-image {
    width: 20%;
    flex-shrink: 0;
}

.match-all-stat-image img {
    width: 100%;
}


.match-all-stat-header {
    padding: 0;
}

.match-all-stat-title .match-all-stat-title_count {
    width: 100%;
}

.header-slider:not(.slick-initialized) > div {
    display: none;
}
.header-slider:not(.slick-initialized) > div:nth-child(1) {
    display: block;
}

.header-slider-mobile:not(.slick-initialized) > div {
    display: none;
}
.header-slider-mobile:not(.slick-initialized) > div:nth-child(1) {
    display: block;
}

/*.match-slider:not(.slick-initialized) > div {*/
/*    display: none;*/
/*}*/
/*.match-slider:not(.slick-initialized) > div:nth-child(1) {*/
/*    display: block;*/
/*}*/

.table tbody tr td:first-child span {
    padding-left: 20px;
    display: block;
}