

/* Start:/local/templates/modern2026/components/bitrix/news/games/bitrix/news.list/.default/style.css?178523161615751*/
.hk_games {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hk_games__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.hk_games__title.title {
  margin-bottom: 0;
  text-transform: uppercase;
}

.hk_games__season-select {
  position: relative;
  width: max-content;
  width: max-content;
}

.hk_games__season-current {
  display: flex;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  align-items: center;
  justify-content: space-between;
  color: var(--accent);
  cursor: pointer;
  border-bottom: 2px solid var(--accent);
  user-select: none;
     user-select: none;
          user-select: none;
}

.hk_games__arrow {
  flex-shrink: 0;
  width: 1.5rem;
  transition: transform 0.2s ease;
}

.hk_games__season-select.open .hk_games__arrow {
  transform: rotate(180deg);
}

.hk_games__season-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 4px 12px rgb(0 0 0 / 12%);
  max-height: 240px;
  overflow-y: auto;
}

.hk_games__season-select.open .hk_games__season-dropdown {
  display: block;
}

.hk_games__season-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: background-color 0.15s ease;
}

.hk_games__season-option:hover {
  color: var(--accent);
  background-color: rgb(1 31 76 / 5%);
}

.hk_games__season-option.selected {
  color: var(--accent);
}

.hk_games__check {
  flex-shrink: 0;
  width: 1.5rem;
  color: var(--accent);
}

.hk_games__filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.hk_games__filter-left {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
}

.hk_games__filter-selects {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    max-width: 500px;
}

.hk_games__custom-select {
    position: relative;
    flex: 1;
}

.hk_games__custom-select-current {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    height: 50px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    user-select: none;
       user-select: none;
            user-select: none;
}

.hk_games__custom-select-current svg {
    width: 1.25rem;
}

.hk_games__custom-select.open .hk_games__custom-select-current svg {
    transform: rotate(180deg);
}

.hk_games__custom-select-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 4px 12px rgb(0 0 0 / 12%);
    max-height: 250px;
    overflow-y: auto;
}

.hk_games__custom-select.open .hk_games__custom-select-dropdown {
    display: block;
}

.hk_games__custom-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}

.hk_games__custom-option:hover {
    background-color: rgb(1 31 76 / 5%);
    color: var(--accent);
}

.hk_games__custom-option.selected {
    color: var(--accent);
}

.hk_games__custom-option-check {
    width: 1rem;
    color: var(--accent);
    visibility: hidden;
}

.hk_games__custom-option.selected .hk_games__custom-option-check {
    visibility: visible;
}

.hk_games__filter-btns {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hk_games__filter-right {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-left: auto;
}

.hk_games__select {
    padding: 0.5rem 2rem 0.5rem 0.75rem;
    font-size: 0.9rem;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
    appearance: none;
       appearance: none;
            appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1.25rem;
}

.hk_games__select:focus {
    outline: none;
    border-color: var(--accent, #d32f2f);
}

.hk_games__filter-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
}

.hk_games__filter-btn:hover {
    border-color: var(--accent, #d32f2f);
    color: var(--accent, #d32f2f);
}

.hk_games__filter-btn.active {
    background: var(--accent, #d32f2f);
    color: #fff;
    border-color: var(--accent, #d32f2f);
}

.hk_games__dot {
    display: inline-block;
    width: 10px;
    height: 10px;
}

.hk_games__dot--home {
    background: var(--accent, #d32f2f);
}

.hk_games__dot--away {
    background: #f5c518;
}

.hk_games__filter-btn.active .hk_games__dot {
    background: #fff;
}

.hk_games__view-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
}

.hk_games__view-btn.active {
    background: var(--accent, #d32f2f);
    color: #fff;
    border-color: var(--accent, #d32f2f);
}

.hk_games-list__empty {
    padding: 3rem;
    text-align: center;
    color: #999;
    font-size: 1.1rem;
}

.hk_games-list__month {
    margin-bottom: 2rem;
}

.hk_games-list__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0.5rem;
    table-layout: fixed;
}

.hk_games-list__table th {
    padding: 0.75rem 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
    color: #666;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}

.hk_games-list__cell {
    vertical-align: top;
    padding: 0;
    height: 200px;
    background: #fff;
    position: relative;
    border-bottom: 2px solid transparent;
}

.hk_games-list__cell--other {
    background: #f5f5f5;
}

.hk_games-list__cell--home {
    border-bottom-color: var(--accent, #d32f2f);
}

.hk_games-list__cell--away {
    border-bottom-color: #f5c518;
}

/* Бейдж даты */
.hk_games-list__game-date {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 32px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    background: var(--accent, #d32f2f);
    z-index: 2;
}

.hk_games-list__cell--other .hk_games-list__game-date {
    background: none;
    color: #333;
}

.hk_games-list__cell--home .hk_games-list__game-date {
    background: var(--accent, #d32f2f);
}

.hk_games-list__cell--away .hk_games-list__game-date {
    background: #f5c518;
    color: #1a1a2e;
}

.hk_games-list__game-date--no-game {
    background: none;
    color: #333;
}

/* ─── КАРТОЧКА МАТЧА ─── */
.hk_games-list__game {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 180px;
    padding: 1.75rem 0.5rem 0.75rem;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    cursor: pointer;
}

.hk_games-list__game-mobile {
    display: none;
}

/* Команды */
.hk_games-list__game-teams {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex: 1;
    width: 100%;
}

.hk_games-list__team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    flex: 1;
    min-width: 0;
}

.hk_games-list__game-teams .hk_games-list__team + .hk_games-list__team {
    border-left: 1px solid #ddd;
    padding-left: 0.75rem;
}

.hk_games-list__team img {
    width: 48px;
    height: 48px;
    object-fit: contain;
       object-fit: contain;
}

.hk_games-list__team-abbr {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    text-align: center;
    letter-spacing: 0.02em;
}

/* Счёт */
.hk_games-list__game-score {
    width: 100%;
    padding: 0.5rem 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.05em;
    line-height: 1;
}

/* ─── СПИСОК ─── */
.hk_games-list__list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.hk_games-list__month-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

.hk_games-list__row {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    border-left: 4px solid transparent;
    background: #fff;
}

.hk_games-list__row--home {
    border-left-color: var(--accent, #d32f2f);
}

.hk_games-list__row--away {
    border-left-color: #f5c518;
    padding: 1.5rem 2rem;
}

.hk_games-list__row-home,
.hk_games-list__row-away {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1.5rem;
}

.hk_games-list__row-day {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

.hk_games-list__row-date {
    display: flex;
    flex-direction: column;
    min-width: 150px;
}

.hk_games-list__row-team {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hk_games-list__row-team--name {
    min-width: 150px;
}

.hk_games-list__row-team-block {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.hk_games-list__row-team-block--right {
    flex-direction: row-reverse;
}

.hk_games-list__row-team-block--right .hk_games-list__row-team--name {
    text-align: right;
}

.hk_games-list__row-team--logo img {
    width: 50px;
    height: 50px;
    object-fit: contain;
       object-fit: contain;
}

.hk_games-list__row-team-name {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}

.hk_games-list__row-city {
    font-size: 0.8rem;
    color: #999;
}

.hk_games-list__row-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
    padding: 0;
}

.hk_games-list__row-score-value {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #333;
}

.hk_games-list__row-score-detail {
    font-size: 0.75rem;
    color: #333;
}

.hk_games-list__row-score-time {
    font-size: 1.25rem;
    font-weight: 600;
    color: #666;
}

/* ─── АДАПТИВ ─── */
@media (width <= 640px) {
    .hk_games__filter-selects {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (width <= 1280px) {
    .hk_games-list__cell {
        height: 170px;
    }

    .hk_games-list__game {
        min-height: 160px;
        padding: 1.5rem 0.4rem 0.6rem;
    }

    .hk_games-list__game-date {
        width: 30px;
        height: 26px;
        font-size: 0.8rem;
    }

    .hk_games-list__team img {
        width: 40px;
        height: 40px;
    }

    .hk_games-list__team-abbr {
        font-size: 0.65rem;
    }

    .hk_games-list__game-score {
        font-size: 1.35rem;
    }

    .hk_games__filters {
        flex-direction: column;
        align-items: stretch;
    }

    .hk_games__filter-left {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .hk_games__filter-selects {
        width: 100%;
        max-width: none;
    }

    .hk_games__filter-btns {
        flex-direction: row;
        width: 100%;
    }

    .hk_games__filter-btn {
        flex: 1;
    }

    .hk_games__filter-right {
        width: 100%;
        justify-content: flex-end;
    }

    .hk_games-list__row {
        border-left: none !important;
        border-top: 4px solid transparent;
    }

    .hk_games-list__row--home {
        border-top-color: var(--accent, #d32f2f);
    }

    .hk_games-list__row--away {
        border-top-color: #f5c518;
        padding: 0.5rem 1.5rem 1rem;
    }

    .hk_games-list__row-home,
    .hk_games-list__row-away {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5rem 2rem;
    }

    .hk_games-list__row-day {
        font-size: 1.25rem;
    }

    .hk_games-list__row-date {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
        width: 100%;
        justify-content: center;
    }

    .hk_games-list__row-team-block {
        flex-direction: row;
        align-items: center;
        gap: 0.75rem;
    }

    .hk_games-list__row-team-block--right {
        flex-direction: row-reverse;
    }

    .hk_games-list__row-team--name {
        min-width: auto;
    }

    .hk_games-list__row-team-block--right .hk_games-list__row-team--name {
        text-align: right;
    }
}

@media (width <= 768px) {
    .hk_games__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .hk_games__title.title {
        font-size: 1.75rem;
    }

    .hk_games__season-current {
        font-size: 1rem;
    }

    .hk_games__filters {
        flex-direction: column;
        align-items: flex-start;
    }

    .hk_games__filter-left {
        flex-wrap: wrap;
    }

    .hk_games__filter-right {
        margin-left: 0;
    }

    .hk_games-list__table {
        table-layout: fixed;
    }

    .hk_games-list__cell {
        height: 80px;
        padding: 0;
    }

    .hk_games-list__game {
        min-height: auto;
        height: auto;
        padding: 0;
        justify-content: flex-start;
        overflow: hidden;
    }

    .hk_games-list__game-date {
        width: 100%;
        height: 16px;
        font-size: 0.7rem;
        position: static;
    }

    .hk_games-list__game-teams {
        display: none;
    }

    .hk_games-list__game-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.3rem;
        padding: 0.5rem 0.3rem;
        flex: 1;
        overflow: hidden;
        margin-top: auto;
    }

    .hk_games-list__game-mobile img {
        width: 28px;
        height: 28px;
        object-fit: contain;
           object-fit: contain;
    }

    .hk_games-list__game-mobile-name {
        font-size: 0.7rem;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
    }

    .hk_games-list__game-score {
        display: none;
    }

    .hk_games-list__row {
        padding: 0.75rem 1rem;
    }

    .hk_games-list__row-home,
    .hk_games-list__row-away {
        flex-wrap: wrap;
        align-items: center;
        gap: 0.75rem 0.5rem;
    }

    .hk_games-list__row-score-detail {
        display: none;
    }

    .hk_games-list__row-team-block {
        flex-direction: column;
        align-items: center;
        gap: 0.35rem;
        width: 100%;
        max-width: 100px;
        word-break: break-word;
    }

    .hk_games-list__row-team-block--right {
        flex-direction: column;
    }

    .hk_games-list__row-team--name {
        min-width: 0;
        text-align: center;
    }

    .hk_games-list__row-team-block--right .hk_games-list__row-team--name {
        text-align: center;
    }

    .hk_games-list__row-date {
        min-width: 80px;
    }

    .hk_games-list__row-team-name {
        font-size: 0.85rem;
    }

    .hk_games-list__row-city {
        font-size: 0.7rem;
    }
}

/* End */
/* /local/templates/modern2026/components/bitrix/news/games/bitrix/news.list/.default/style.css?178523161615751 */
