

/* Start:/local/templates/liga/components/bitrix/news.list/mp-schedule/style.css?17656233234938*/
.mp-schedule {
    margin-top: 40px;
    padding-bottom: 40px;
}

.championships-wrapper {
    position: relative;
}

.matches-wrapper {
    position: relative;
}

.championships-slider .swiper-wrapper {
    padding: 10px 0;
}

.championships-slider .swiper-slide .btn {
    width: 100%;
    height: 66px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.champ-slide.active>.btn-white {
    background: linear-gradient(-30deg, rgb(95, 200, 120) 20%, rgb(167, 255, 171) 60%, rgb(95, 200, 120) 100%);
    color: #4e4c4c;
}

.matches-container {
    margin-top: 40px;
}

.matches-slider>.swiper {
    padding-top: 10px;
    padding-bottom: 10px;
}

.match-card {
    width: 240px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #fff;
    padding: 12px;
    transition: box-shadow 0.3s ease;
}

.match-card:hover {
    box-shadow: var(--box-shadow);
}

.match-card-link {
    display: block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.match-card__date {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}

.match-card__stadium {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.match-card__match {
    display: grid;
    grid-template-columns: 1fr 6px 1fr;
    gap: 5px;
}

.match-card__match .team {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.match-card__score-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
}

.match-card__score {
    font-size: 30px;
    font-weight: 600;
}

.team-logo {
    max-width: 40px;
    object-fit: contain;
}

.match-card__match .team span {
    text-align: center;
    font-size: 14px;
}

.match-card .vs {
    position: relative;
    top: -1px;
    font-size: 30px;
    font-weight: 600;
}

.match-cart__league {
    font-size: 13px;
    text-align: center;
    margin-top: auto;
}

/* Navigation slider */
.hero-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.hero-control img {
    width: 16px;
    height: auto;

}

.championships__controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* чтобы клики не мешали свайпам */
}

.championships__slider__prev,
.championships__slider__next {
    pointer-events: all;
    /* чтобы кнопки остались кликабельны */
}

.championships__slider__prev {
    left: -30px;
}

.championships__slider__next {
    right: -30px;
}

.matches__controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.matches__slider__prev,
.matches__slider__next {
    pointer-events: all;
}

.matches__slider__prev {
    left: -30px;
}

.matches__slider__next {
    right: -30px;
}

/*ADAPTIVE*/
@media only screen and (max-width : 1400px) {
    .mp-schedule {}

    .championships__controls,
    .matches__controls {
        position: initial;
        display: flex;
        justify-content: flex-end;
        gap: 20px;
    }

    .hero-control {
        transform: none;
    }

    button.hero-control {
        position: relative;
        align-items: center;
        background-color: #303236;
        border: none;
        border-radius: 0.4rem;
        display: flex;
        height: 3rem;
        justify-content: center;
        pointer-events: all;
        width: 3rem;
        overflow: hidden;
        cursor: pointer;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
    }

    .hero__slider__prev img {
        transform: rotateZ(180deg);
    }

    button.hero-control img {
        z-index: 3;
        position: relative;
    }

    button.hero-control:hover::before,
    button.hero-control:active::before {
        opacity: 1;
        transition: opacity 0.3s ease;
        z-index: 1;
        border-radius: 0.4rem;
    }

    button.hero-control::before {
        background: radial-gradient(circle at 20% bottom, #ce0a27 0, #680514 40%, transparent 70%, transparent 100%);
        content: "";
        inset: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        transition: opacity 0.3s ease;
        z-index: -1;
    }
}

/* EXTRA LARGE */
@media only screen and (max-width : 1200px) {}

/* LARGE */
@media only screen and (max-width : 1080px) {}

/* TAB */
@media only screen and (max-width : 992px) {
    .match-card {
        width: 230px;
    }

}

/* MEDIUM */
@media only screen and (max-width : 768px) {}

/* PHONE*/
@media only screen and (max-width : 576px) {
    .championships-slider .swiper-slide .btn {
        font-size: 13px;
        padding: 12px 18px;
    }
}

/* MINI */
@media only screen and (max-width : 374px) {}
/* End */


/* Start:/local/templates/liga/components/bitrix/news.list/spec/style.css?1779620558702*/
.mp-news-banner {
    background: var(--accent);
    padding: 50px 0;
}

.main-news-grid {
    display: flex;
    gap: 20px;
}

.main-news-grid__left {
    flex: 1 1 50%;
}

.main-news-grid__right {
    flex: 1 1 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
}


.main-news-big img {
    width: 100%;
    height: auto;
}

/* Адаптив */
@media (max-width: 768px) {
    .main-news-grid {
        flex-direction: column;
    }

    .main-news-grid__left,
    .main-news-grid__right {
        flex: 1 1 100%;
    }

    .main-news-grid__right {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}
/* End */


/* Start:/local/templates/liga/components/bitrix/news.list/mp-news/style.css?1757853272889*/
.mp-news__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.news-item img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.news-item {
    box-shadow: var(--box-shadow);
}

.news-item__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
    background-color: #fff;
}

.news-item__title {
    font-size: 14px;
}

.news-date-time {
    font-size: 14px;
    color: #949191;
}

/*ADAPTIVE*/
/* EXTRA LARGE */
@media only screen and (max-width : 1200px) {}

/* LARGE */
@media only screen and (max-width : 1080px) {}

/* TAB */
@media only screen and (max-width : 992px) {
    .mp-news__list {
        grid-template-columns: 1fr;
    }
}

/* MEDIUM */
@media only screen and (max-width : 768px) {}

/* PHONE*/
@media only screen and (max-width : 576px) {}

/* MINI */
@media only screen and (max-width : 374px) {}
/* End */


/* Start:/local/templates/liga/components/bitrix/news.list/birthdays_today/style.css?1765988798779*/
.mp-players {
    padding: 40px 0;
}

.birthdays {
    background: var(--accent);
    max-width: 400px;
    color: #000;
    padding: 10px 15px;
    box-shadow: var(--box-shadow);
    height: fit-content;
}

.birthdays__title {
    text-align: center;
    font-weight: 600;
    padding-bottom: 20px;
    font-size: 24px;
}

.birthdays__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.birthdays__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.birthdays__photo {
    width: 100%;
    max-width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}

.birthdays__item {
    display: flex;
    gap: 12px;
}

.birthdays__name {
    font-size: 15px;
    font-weight: 600;
}

.birthdays__age {
    font-size: 14px;
}
/* End */


/* Start:/local/templates/liga/components/bitrix/news.list/players/style.css?176085707210222*/
/* fix: стили для компонента лучших игроков лиг */
.players-stats-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: var(--font-basic);
}

/* Заголовок */
.players-header {
    text-align: center;
    margin-bottom: 40px;
}

.players-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--main-theme-red);
    margin: 0 0 10px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.players-subtitle {
    font-size: 1.1rem;
    color: var(--gray-dark);
    margin: 0;
    font-weight: 300;
}

/* Выбор лиги */
.league-selector {
    background: var(--white);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 30px;
    box-shadow: var(--box-shadow);
    border: 2px solid var(--gray-light);
}

.league-label {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--main-theme-red);
    margin-bottom: 12px;
}

.league-select {
    width: 100%;
    max-width: 400px;
    padding: 12px 16px;
    border: 2px solid var(--gray-light);
    border-radius: 12px;
    font-size: 1rem;
    font-family: var(--font-basic);
    background: var(--white);
    color: var(--graphite);
    transition: all 0.3s ease;
    cursor: pointer;
}

.league-select:focus {
    outline: none;
    border-color: var(--main-theme-red);
    box-shadow: 0 0 0 3px rgba(170, 22, 44, 0.1);
}

.league-select:hover {
    border-color: var(--orange);
}

/* Загрузка */
.loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background: var(--white);
    border-radius: 16px;
    box-shadow: var(--box-shadow);
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid var(--gray-light);
    border-top: 4px solid var(--main-theme-red);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-text {
    font-size: 1.1rem;
    color: var(--gray-dark);
    font-weight: 500;
}

/* Контент */
.stats-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.stats-section {
    background: var(--white);
    border-radius: 16px;
    box-shadow: var(--box-shadow);
    overflow: hidden;
}

.stats-header {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.scorers-header {
    background: linear-gradient(135deg, var(--main-theme-red) 0%, var(--orange) 100%);
    color: var(--white);
}

.cards-header {
    background: linear-gradient(135deg, var(--gold) 0%, var(--orange) 100%);
    color: var(--white);
}

.stats-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.stats-icon {
    font-size: 2rem;
    opacity: 0.8;
}

/* Список игроков (бомбардиры) */
.players-list {
    padding: 20px;
}

.player-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    margin-bottom: 12px;
    background: var(--gray-light);
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.player-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: var(--main-theme-red);
}

.player-item.rank-1 {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    border-color: #ffd700;
}

.player-item.rank-2 {
    background: linear-gradient(135deg, #c0c0c0 0%, #e8e8e8 100%);
    border-color: #c0c0c0;
}

.player-item.rank-3 {
    background: linear-gradient(135deg, #cd7f32 0%, #daa520 100%);
    border-color: #cd7f32;
}

.player-rank {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 50px;
}

.rank-number {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--main-theme-red);
}

.rank-medal {
    font-size: 1.5rem;
}

.player-photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 3px solid var(--white);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.player-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-photo {
    width: 100%;
    height: 100%;
    background: var(--main-theme-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--white);
}

.player-info {
    flex: 1;
    min-width: 0;
}

.player-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--graphite);
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.player-details {
    display: flex;
    gap: 8px;
    margin-bottom: 4px;
}

.player-number {
    background: var(--main-theme-red);
    color: var(--white);
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

.player-amplua {
    background: var(--orange);
    color: var(--white);
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

.player-team {
    font-size: 0.9rem;
    color: var(--gray-dark);
    font-weight: 500;
}

.player-count {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
}

.count-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--main-theme-red);
    line-height: 1;
}

.count-label {
    font-size: 0.8rem;
    color: var(--gray-dark);
    font-weight: 500;
}

/* Таблица карточек */
.cards-table {
    padding: 20px;
}

.cards-table-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 16px;
    padding: 12px 16px;
    background: var(--gray-light);
    border-radius: 8px;
    font-weight: 600;
    color: var(--graphite);
    margin-bottom: 12px;
    text-align: center;
}

.cards-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 16px;
    padding: 12px 16px;
    background: var(--white);
    border-radius: 8px;
    margin-bottom: 8px;
    align-items: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.cards-row:hover {
    background: var(--gray-light);
    transform: translateX(4px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.cards-row.rank-1 {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    border-color: #ffd700;
}

.cards-row.rank-2 {
    background: linear-gradient(135deg, #c0c0c0 0%, #e8e8e8 100%);
    border-color: #c0c0c0;
}

.cards-row.rank-3 {
    background: linear-gradient(135deg, #cd7f32 0%, #daa520 100%);
    border-color: #cd7f32;
}

.player-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.player-photo-small {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid var(--white);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.player-photo-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-photo-small {
    width: 100%;
    height: 100%;
    background: var(--main-theme-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--white);
}

.player-details {
    min-width: 0;
}

.player-name {
    font-size: 1rem;
    font-weight: 600;
    color: var(--graphite);
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.player-team {
    font-size: 0.8rem;
    color: var(--gray-dark);
    font-weight: 500;
}

.cards-count {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 8px;
    border-radius: 8px;
}

.cards-count.yellow {
    background: rgba(255, 193, 7, 0.2);
    color: #ff8c00;
}

.cards-count.red {
    background: rgba(220, 53, 69, 0.2);
    color: var(--red);
}

.cards-total {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--main-theme-red);
    background: rgba(170, 22, 44, 0.1);
    padding: 8px;
    border-radius: 8px;
}

/* Пустое состояние */
.empty-state {
    text-align: center;
    padding: 80px 20px;
    background: var(--white);
    border-radius: 16px;
    box-shadow: var(--box-shadow);
}

.empty-icon {
    font-size: 4rem;
    margin-bottom: 20px;
    opacity: 0.5;
}

.empty-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--graphite);
    margin-bottom: 10px;
}

.empty-text {
    font-size: 1rem;
    color: var(--gray-dark);
    max-width: 400px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Нет данных */
.no-data {
    text-align: center;
    padding: 40px 20px;
    color: var(--gray-dark);
    font-style: italic;
    background: var(--gray-light);
    border-radius: 12px;
    margin: 20px 0;
}

/* Адаптивность */
@media (max-width: 768px) {
    .players-stats-page {
        padding: 15px;
    }

    .players-title {
        font-size: 2rem;
    }

    .stats-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .player-item {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .player-info {
        text-align: center;
    }

    .cards-table-header,
    .cards-row {
        grid-template-columns: 1fr;
        gap: 8px;
        text-align: center;
    }

    .cards-table-header div:not(:first-child),
    .cards-row>div:not(:first-child) {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .league-selector {
        padding: 20px;
    }

    .stats-header {
        padding: 20px;
    }

    .stats-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .players-title {
        font-size: 1.8rem;
    }

    .player-photo {
        width: 50px;
        height: 50px;
    }

    .player-photo-small {
        width: 35px;
        height: 35px;
    }

    .count-number {
        font-size: 1.5rem;
    }

    .cards-count,
    .cards-total {
        font-size: 1rem;
        padding: 6px;
    }
}

/* end fix */
/* End */


/* Start:/local/templates/liga/assets/css/blocks/players.css?176598888410411*/
/* fix: стили для компонента лучших игроков лиг */
.mp-players__body {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
}

.players-stats-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    font-family: var(--font-basic);
}

/* Выбор лиги */
.league-selector {
    background: var(--white);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
    box-shadow: var(--box-shadow);
    border: 2px solid var(--gray-light);
}

.league-label {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: var(--main-theme-red);
    margin-bottom: 8px;
}

.league-select {
    width: 100%;
    max-width: 300px;
    padding: 8px 12px;
    border: 2px solid var(--gray-light);
    border-radius: 8px;
    font-size: 0.9rem;
    font-family: var(--font-basic);
    background: var(--white);
    color: var(--graphite);
    transition: all 0.3s ease;
    cursor: pointer;
}

.league-select:focus {
    outline: none;
    border-color: var(--main-theme-red);
    box-shadow: 0 0 0 3px rgba(170, 22, 44, 0.1);
}

.league-select:hover {
    border-color: var(--orange);
}

/* Загрузка */
.loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background: var(--white);
    border-radius: 12px;
    box-shadow: var(--box-shadow);
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid var(--gray-light);
    border-top: 3px solid var(--main-theme-red);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-text {
    font-size: 1rem;
    color: var(--gray-dark);
    font-weight: 500;
}

/* Контент - две таблицы в строку на ПК */
.stats-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.stats-section {
    background: var(--white);
    border-radius: 12px;
    box-shadow: var(--box-shadow);
    overflow: hidden;
}

.stats-header {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.scorers-header {
    background: var(--accent);
    color: #000;
}

.cards-header {
    background: linear-gradient(135deg, var(--gold) 0%, var(--orange) 100%);
    color: var(--white);
}

.stats-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.stats-icon {
    font-size: 1.5rem;
    opacity: 0.8;
}

/* Список игроков (бомбардиры) - компактный */
.players-list {
    padding: 12px;
}

.player-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    margin-bottom: 8px;
    background: var(--gray-light);
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.player-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-color: var(--main-theme-red);
}

.player-item.rank-1 {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    border-color: #ffd700;
}

.player-item.rank-2 {
    background: linear-gradient(135deg, #c0c0c0 0%, #e8e8e8 100%);
    border-color: #c0c0c0;
}

.player-item.rank-3 {
    background: linear-gradient(135deg, #cd7f32 0%, #daa520 100%);
    border-color: #cd7f32;
}

.player-rank {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 35px;
}

.rank-number {
    font-size: 1rem;
    font-weight: 700;
    color: var(--main-theme-red);
}

.rank-medal {
    font-size: 1.2rem;
}

.player-photo {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid var(--white);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.player-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-photo {
    width: 100%;
    height: 100%;
    background: var(--main-theme-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--white);
}

.player-info {
    flex: 1;
    min-width: 0;
}

.player-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--graphite);
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.player-details {
    display: flex;
    gap: 6px;
    margin-bottom: 2px;
}

.player-number {
    background: var(--main-theme-red);
    color: var(--white);
    padding: 1px 6px;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 600;
}

.player-amplua {
    background: var(--orange);
    color: var(--white);
    padding: 1px 6px;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 600;
}

.player-team {
    font-size: 0.8rem;
    color: var(--gray-dark);
    font-weight: 500;
}

.player-count {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 45px;
}

.count-number {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--main-theme-red);
    line-height: 1;
}

.count-label {
    font-size: 0.7rem;
    color: var(--gray-dark);
    font-weight: 500;
}

/* Таблица карточек - компактная */
.cards-table {
    padding: 12px;
}

.cards-table-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 10px;
    padding: 8px 12px;
    background: var(--gray-light);
    border-radius: 6px;
    font-weight: 600;
    color: var(--graphite);
    margin-bottom: 8px;
    text-align: center;
    font-size: 0.8rem;
}

.cards-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 10px;
    padding: 8px 12px;
    background: var(--white);
    border-radius: 6px;
    margin-bottom: 6px;
    align-items: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.cards-row:hover {
    background: var(--gray-light);
    transform: translateX(2px);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.cards-row.rank-1 {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    border-color: #ffd700;
}

.cards-row.rank-2 {
    background: linear-gradient(135deg, #c0c0c0 0%, #e8e8e8 100%);
    border-color: #c0c0c0;
}

.cards-row.rank-3 {
    background: linear-gradient(135deg, #cd7f32 0%, #daa520 100%);
    border-color: #cd7f32;
}

.player-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.player-photo-small {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid var(--white);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.player-photo-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-photo-small {
    width: 100%;
    height: 100%;
    background: var(--main-theme-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: var(--white);
}

.player-details {
    min-width: 0;
}

.player-name {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--graphite);
    margin-bottom: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.player-team {
    font-size: 0.7rem;
    color: var(--gray-dark);
    font-weight: 500;
}

.cards-count {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    padding: 4px;
    border-radius: 6px;
}

.cards-count.yellow {
    background: rgba(255, 193, 7, 0.2);
    color: #ff8c00;
}

.cards-count.red {
    background: rgba(220, 53, 69, 0.2);
    color: var(--red);
}

.cards-total {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: var(--main-theme-red);
    background: rgba(170, 22, 44, 0.1);
    padding: 4px;
    border-radius: 6px;
}

/* Пустое состояние */
.empty-state {
    text-align: center;
    padding: 60px 20px;
    background: var(--white);
    border-radius: 12px;
    box-shadow: var(--box-shadow);
}

.empty-icon {
    font-size: 3rem;
    margin-bottom: 15px;
    opacity: 0.5;
}

.empty-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--graphite);
    margin-bottom: 8px;
}

.empty-text {
    font-size: 0.9rem;
    color: var(--gray-dark);
    max-width: 300px;
    margin: 0 auto;
    line-height: 1.4;
}

/* Нет данных */
.no-data {
    text-align: center;
    padding: 30px 15px;
    color: var(--gray-dark);
    font-style: italic;
    background: var(--gray-light);
    border-radius: 8px;
    margin: 15px 0;
    font-size: 0.9rem;
}

/* Адаптивность - мобилка друг под другом */
@media (max-width: 768px) {
    .players-stats-page {
        padding: 10px;
    }

    .stats-content {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .player-item {
        flex-direction: column;
        text-align: center;
        gap: 8px;
        padding: 8px;
    }

    .player-info {
        text-align: center;
    }

    .cards-table-header,
    .cards-row {
        grid-template-columns: 1fr;
        gap: 6px;
        text-align: center;
    }

    .cards-table-header div:not(:first-child),
    .cards-row>div:not(:first-child) {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .league-selector {
        padding: 12px;
    }

    .stats-header {
        padding: 12px;
    }

    .stats-title {
        font-size: 1rem;
    }

    .player-photo {
        width: 40px;
        height: 40px;
    }

    .player-photo-small {
        width: 25px;
        height: 25px;
    }

    .count-number {
        font-size: 1.1rem;
    }

    .cards-count,
    .cards-total {
        font-size: 0.9rem;
        padding: 3px;
    }
}

@media (max-width: 480px) {
    .player-photo {
        width: 35px;
        height: 35px;
    }

    .player-photo-small {
        width: 22px;
        height: 22px;
    }

    .count-number {
        font-size: 1rem;
    }

    .cards-count,
    .cards-total {
        font-size: 0.8rem;
        padding: 2px;
    }

    .stats-title {
        font-size: 0.9rem;
    }
}

/* TAB */
@media only screen and (max-width: 992px) {
    .mp-players__body {
        grid-template-columns: 1fr;
    }
}
/* End */


/* Start:/local/templates/liga/components/bitrix/news.list/mp-photo/style.css?17659889301087*/
.mp-photo {
    background: var(--accent);
    padding: 40px 0;
}

.albums-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.album-body {
    background-color: #fff;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.albums-item {
    box-shadow: var(--box-shadow)
}

.albums-item img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.album-title {
    font-size: 14px
}

.album-date {
    font-size: 14px;
    font-weight: 600;
    color: #979797;
}

.mp-photo .btn {
    margin: 40px auto 0 auto;
}

/*ADAPTIVE*/
/* EXTRA LARGE */
@media only screen and (max-width : 1200px) {}

/* LARGE */
@media only screen and (max-width : 1080px) {}

/* TAB */
@media only screen and (max-width : 992px) {
    .albums-list {
        grid-template-columns: 1fr 1fr;
    }
}

/* MEDIUM */
@media only screen and (max-width : 768px) {}

/* PHONE*/
@media only screen and (max-width : 576px) {
    .albums-list {
        grid-template-columns: 1fr;
    }
}

/* MINI */
@media only screen and (max-width : 374px) {}
/* End */


/* Start:/local/templates/liga/components/bitrix/news.list/mp-video/style.css?1756273155149*/
.mp-video {
    padding: 40px 0;
}

.mp-video .btn {
    margin: 40px auto 0 auto;
}

.video-item video {
    height: 300px;
    object-fit: cover;
}
/* End */
/* /local/templates/liga/components/bitrix/news.list/mp-schedule/style.css?17656233234938 */
/* /local/templates/liga/components/bitrix/news.list/spec/style.css?1779620558702 */
/* /local/templates/liga/components/bitrix/news.list/mp-news/style.css?1757853272889 */
/* /local/templates/liga/components/bitrix/news.list/birthdays_today/style.css?1765988798779 */
/* /local/templates/liga/components/bitrix/news.list/players/style.css?176085707210222 */
/* /local/templates/liga/assets/css/blocks/players.css?176598888410411 */
/* /local/templates/liga/components/bitrix/news.list/mp-photo/style.css?17659889301087 */
/* /local/templates/liga/components/bitrix/news.list/mp-video/style.css?1756273155149 */
