.short-news-item__mark-wr {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(4, 27, 45, .65);
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.short-news-item__mark {
    position: relative;
    bottom: auto;
    left: auto;
    width: 64px;
    height: 64px;
    background: none;
    display: block;
    align-items: inherit;
    justify-content: inherit;
    padding: 15%;
}*/

.main-sponsor__group {
    margin-bottom: 80px;
}

.main-sponsor__group:last-of-type {
    margin-bottom: 0;
}

.main-sponsor a {
    color: #fff;
}

.main-sponsor-titul {
    margin-bottom: 0px;
}


.person__group {
    margin-bottom: 80px;
}

.person__group:last-of-type {
    margin-bottom: 0;
}

.shop-slider-item__title a {
    color: #fff;
}

.product-slider {
    min-width: 100%;
}

.news-inner__inner img {
    width: 100%;
    height: auto;
}

.main-sponsor-item {
    filter: grayscale(100%);
    transition: 0.5s;
}

.main-sponsor-item:hover {
    filter: grayscale(0);
}

.modal-video {
    /*display: none;*/
    /*background: none;*/
}

.main-video {
    background: #0d1728;
}

.main-video video {
    opacity: 0.6;
}

@media only screen and (max-width: 425px) {
    .standings-table tbody td {
        font-size: 11px;
    }
    .standings-table thead th:nth-child(2), .standings-table tbody td:nth-child(2) {
        display: none;

    }
}

.main-scorers{
    margin-bottom: 44.4px;
}


/* Детальная страница игрока */
.player-info {
    margin: 60px 0;
}

.player-info__num {
    height: 146px;
    font-size: 146px;
    font-style: normal;
    font-weight: 700;
    line-height: 146px;
    text-transform: uppercase;
    color: var(--color-blue);
}

.player-info__name {
    margin-left: 20px;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 30px;
    word-break: break-word;
}
.player-info__name span {
    font-size: 30px;
    display: block;
    line-height: 30px;
}

.player-info__attr {
    margin-top: 76px;
}
.player-info-table td{
    padding: 19px 32px 26px 32px;
}
.player-info-table td:first-of-type {
    width: 56%;
}

.player-info-table__title {
    font-size: 20px;
}
.player-info-table__value {
    color: var(--color-blue);
    font-size: 35px;
    font-weight: 600;
}

.player-info-img-block {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
    height: 100%;
}

.player-info__img {
    flex-shrink: 0;
    width: 444px;
    max-width: 100%;
    height: 100%;
    background: #fff;
}

.player-info__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.player-matches {
    margin: 60px 0;
    text-wrap: nowrap;
}

.player-matches__table {
    background: #fff;
}
.player-matches__table thead{
    background: var(--color-blue);
    color: #fff;
    text-transform: uppercase;
}
.player-matches__table thead th {
    padding: 15px 0 15px 15px;
    background: var(--color-blue);
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
}
.player-matches__table th:first-of-type {padding-left: 20px;}
.player-matches__table th:last-of-type {padding-right: 20px;}
.player-matches__table td:first-of-type {padding-left: 20px}
.player-matches__table td:last-of-type {padding-right: 20px}

.player-matches__table tbody tr {
    border-bottom: 1px solid #ccc;
}

.player-matches__table td:first-of-type {
    font-weight: 800;
    font-size: 18px;
}

.player-matches__table td{
    color: #000;
    padding: 15px 0 15px 15px;
    font-size: 18px;
}

.player-matches__table td:nth-last-of-type(1),
.player-matches__table td:nth-last-of-type(2),
.player-matches__table td:nth-last-of-type(3),
.player-matches__table td:nth-last-of-type(4){
    font-weight: 800;
    background: #e7edf6;
}

.player-matches__annotation {
    margin-top: 30px;
    font-size: 20px;
    line-height: 40px;
}

@media only screen and (max-width: 1400px) {
    .player-info-img-block {
        display: flex;
        justify-content: center;
    }
    .player-info__attr {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .player-info__name {
        font-size: 40px;
        padding-top: 45px;
    }
    .player-info__name span {
        font-size: 24px;
    }

    .player-info-table__title {
        font-size: 18px;
    }
    .player-info-table__value {
        font-size: 24px;
    }

    .player-matches__table thead th {
        font-size: 16px;
    }
    .player-matches__table td:first-of-type,
    .player-matches__table td {
        font-size: 14px;
    }

    .player-matches__table thead th,
    .player-matches__table td {
        padding: 10px 0 10px 15px;
    }
}

@media only screen and (max-width: 992px) {
    .player-info__img {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .player-info__top {
        margin-top: 20px;
    }

    .player-info-table__title {
        font-size: 12px;
    }
    .player-info-table__value {
        font-size: 18px;
    }
    .player-info__num {
        font-size: 126px;
    }
    .player-info__name {
        font-size: 36px;
        padding-top: 0;
        margin-bottom: 25px;
    }
    .player-info__name span {
        font-size: 18px;
    }

    .player-info__attr {
        margin-top: 10px;
    }

    .player-info-table td {
        padding: 10px 15px;
    }

    .player-matches__annotation {
        font-size: 16px;
    }
}

@media only screen and (max-width: 425px) {
    .standings-table tbody td {
        font-size: 11px;
    }
    .standings-table thead th:nth-child(2), .standings-table tbody td:nth-child(2) {
        display: none;
    }
}


tr.active {
    background: rgb(13 73 160 / 53%);
}

.standings-table tbody td {
    background: none;
}

.standings-table tbody tr.active {
    background: rgba(13, 73, 160, 0.1);
}

.standings-table tbody {
    background: #fff;
}