

/* Start:/local/components/intensa/mhl.calendar/templates/.default/style.css?17732145199388*/
/* ============================================================
   Табы "Будущие / Прошедшие"
   ============================================================ */
.mhl-tabs {
    display: flex;
    width: 100%;
    gap: 0;
    margin-bottom: 40px;
}

.mhl-tabs__btn {
    padding: 5px 11px 6px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #14151e;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: border-color 0.3s, background-color 0.3s, color 0.3s;
    margin-right: 32px;
    font-family: inherit;
}

.mhl-tabs__btn:last-child {
    margin-right: 0;
}

.mhl-tabs__btn:hover {
    border-color: #979797;
}

.mhl-tabs__btn--active {
    background-color: #84848c;
    color: #ffffff;
    border-color: transparent;
}

.mhl-tabs__btn--active:hover {
    border-color: transparent;
}

/* ============================================================
   Основной контейнер
   ============================================================ */
.mhl-calendar-page .b_calendar_items {
    margin: 0;
    padding: 0;
    padding-right: 11.5%;
}

/* Сбрасываем цвет и подчёркивание для всех ссылок внутри календаря */
.mhl-calendar-page a,
.mhl-calendar-page a:link,
.mhl-calendar-page a:visited,
.mhl-calendar-page a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

/* Скрываем блок NOW (он всегда пустой) */
.mhl-calendar-page .list_NOW {
    display: none !important;
}

/* Скрываем попап-меню матча */
.mhl-calendar-page .b_calendar_item_popup {
    display: none !important;
}

/* Скрываем кнопку "Показать еще" */
.mhl-calendar-page .nav_page_button {
    display: none !important;
}

/* ============================================================
   Блок дня
   ============================================================ */
.mhl-calendar-page .calendar_dayitems {
    margin-bottom: 50px;
}

.mhl-calendar-page .b_calendar_items_day {
    margin-bottom: 4px;
}

/* Название этапа ("Регулярный чемпионат") */
.mhl-calendar-page .b_calendar_items_day_stage {
    display: none !important;
}

/* Дата ("07 марта 2026, Сб") */
.mhl-calendar-page .b_calendar_items_day_date:not(.roundname) {
    display: block;
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #14151e;
}

/* Неделя ("Неделя 26") */
.mhl-calendar-page .b_calendar_items_day_date.roundname {
    display: block;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #3f3c38;
    text-transform: lowercase;
}

/* Сбрасываем display: inline-block от класса ib */
.mhl-calendar-page .ib {
    display: block;
}

/* ============================================================
   Строки матчей (row / col)
   ============================================================ */
.mhl-calendar-page .row {
    max-width: 678px;
    margin: 5px auto 0;
    padding: 0;
    list-style: none;
}

.mhl-calendar-page .col-xs-12 {
    display: block;
    width: 100%;
}

/* ============================================================
   Карточка матча
   ============================================================ */
.mhl-calendar-page .b_calendar_item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 5px 15px;
    border: 1px solid #d7d7e0;
    margin-bottom: 25px;
    position: relative;
    transition: border-color 0.3s;
    text-decoration: none;
    color: inherit;
}

.mhl-calendar-page .b_calendar_item:last-child {
    margin-bottom: 0;
}

.mhl-calendar-page .b_calendar_item:hover {
    border-color: #979797;
}

/* ============================================================
   Колонки карточки
   ============================================================ */
.mhl-calendar-page .b_calendar_item_col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Командные колонки (левая и правая) */
.mhl-calendar-page .b_calendar_item_col-left,
.mhl-calendar-page .b_calendar_item_col-right {
    width: 105px;
    flex-shrink: 0;
    padding: 5px 0;
}

/* Центральная колонка (информация о матче) */
.mhl-calendar-page .b_calendar_item_col-center {
    flex-shrink: 0;
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 8px;
    line-height: 1.35;
    letter-spacing: 0.23px;
    color: #84848c;
    padding: 5px 10px;
}

/* ============================================================
   Логотип команды
   ============================================================ */
.mhl-calendar-page .b_calendar_item_team_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}

.mhl-calendar-page .b_calendar_item_team_logo img {
    width: 47px;
    height: 48px;
    object-fit: contain;
    display: block;
}

/* ============================================================
   Название и город команды
   ============================================================ */
.mhl-calendar-page .b_calendar_item_team_info {
    text-align: center;
    font-size: 8px;
    line-height: 1.35;
    color: #84848c;
    margin-top: 2px;
}

.mhl-calendar-page .b_calendar_item_team_name {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1.33;
    color: #14151e;
    margin-bottom: 2px;
}

/* ============================================================
   Номер матча
   ============================================================ */
.mhl-calendar-page .b_calendar_item_game_num {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.457px;
    color: #0b0b0b;
    margin-bottom: 8px;
}

/* ============================================================
   Время начала (предстоящие)
   ============================================================ */
.mhl-calendar-page .b_calendar_item_game_time {
    font-weight: 600;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.71px;
    color: #38393f;
}

/* ============================================================
   Счёт (прошедшие)
   ============================================================ */
.mhl-calendar-page .b_calendar_item_game_score {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
}

.mhl-calendar-page .b_calendar_item_game_score-item {
    font-weight: 600;
    font-size: 35px;
    line-height: 1;
    color: #38393f;
}

.mhl-calendar-page .b_calendar_item_game_score-item-separator {
    font-size: 20px;
    color: #84848c;
}

.mhl-calendar-page .b_calendar_item_game_score-item-win {
    color: #0b0b0b;
}

/* Счёт по периодам */
.mhl-calendar-page .b_calendar_item_game_score_byperiod {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    font-size: 10px;
    line-height: 1.3;
    color: #84848c;
    margin-top: 2px;
}

/* ОТ / Б */
.mhl-calendar-page .b_calendar_item_game_ots {
    font-weight: 600;
    font-size: 14px;
    color: #84848c;
    line-height: 1;
}

/* ============================================================
   Дата матча
   ============================================================ */
.mhl-calendar-page .b_calendar_item_game_date {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.286px;
    color: #38393f;
    margin-top: 4px;
}

/* ============================================================
   Адаптив
   ============================================================ */
@media (max-width: 1023px) {
    .mhl-calendar-page .b_calendar_items {
        padding-right: 0;
    }

    .mhl-calendar-page .row {
        max-width: 100%;
    }

    .mhl-calendar-page .b_calendar_item_col-left,
    .mhl-calendar-page .b_calendar_item_col-right {
        width: 85px;
    }

    .mhl-calendar-page .b_calendar_item_col-center {
        width: 80px;
    }
}

@media (max-width: 767px) {
    .mhl-calendar-page .b_calendar_item {
        padding: 5px 10px;
    }

    .mhl-calendar-page .b_calendar_item_col-left,
    .mhl-calendar-page .b_calendar_item_col-right {
        width: 75px;
    }

    .mhl-calendar-page .b_calendar_item_col-center {
        width: 70px;
        padding: 5px;
    }

    .mhl-calendar-page .b_calendar_item_team_logo img {
        width: 35px;
        height: 36px;
    }

    .mhl-calendar-page .b_calendar_item_team_name {
        font-size: 10px;
        line-height: 1.35;
    }

    .mhl-calendar-page .b_calendar_item_game_time {
        font-size: 20px;
    }

    .mhl-calendar-page .b_calendar_item_game_score-item {
        font-size: 24px;
    }

    .mhl-calendar-page .b_calendar_item_game_num {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .mhl-calendar-page .b_calendar_items_day_date:not(.roundname) {
        font-size: 16px;
    }
}

/* End */
/* /local/components/intensa/mhl.calendar/templates/.default/style.css?17732145199388 */
