

/* Start:/local/components/msdm/banner/templates/.default/style.css?17756493565087*/
.home__text-wrap_live {
    max-width: 40rem;
}

.home__live-side {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    left: 50%;
    position: absolute;
    right: 1.5rem;
    top: 8.75rem;
}

.home__event-meta {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
    max-width: 26rem;
}

.home__event-row {
    align-items: center;
    display: flex;
    gap: .25rem;
}

.home__event-label,
.home__event-value {
    color: #fff;
    font-family: "Suisse Intl";
    font-size: 1rem;
    line-height: 1.3;
}

.home__event-label {
    min-width: 5rem;
}

.home__event-value {
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.home__btn_vk {
    align-items: center;
    display: inline-flex;
    gap: 0.75rem;
    max-width: none;
    min-width: 18.75rem;
    text-transform: uppercase;
}

.home__timer-card {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 2rem;
    box-shadow: 0 1.5rem 4rem rgba(22, 22, 22, 0.12);
    color: #1a212f;
    padding: 4rem 3rem 6rem;
    position: relative;
    text-align: center;
    width: 31.25rem;
}

.home__timer-title {
    color: #1a212f;
    font-family: "Angst";
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.05;
    margin-bottom: 1.75rem;
    text-transform: uppercase;
}

.home__text-wrap.home__text-wrap_live > div > div:nth-child(1) > span.home__event-value {
    text-decoration: none;
}

.home__timer-labels {
    display: grid;
    gap: 0.875rem;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto 0.5rem;
    max-width: 24rem;
}

.home__timer-labels span {
    color: #7f7f7f;
    font-family: "Suisse Intl";
    font-size: 0.8125rem;
    line-height: 1.2;
}

.home__timer-time {
    align-items: center;
    display: flex;
    gap: 0.625rem;
    justify-content: center;
}

.home__timer-group {
    display: flex;
    gap: 0.4375rem;
}

.home__timer-digit {
    align-items: center;
    background: #ffbf17;
    border-radius: 0.8125rem;
    color: #101010;
    display: inline-flex;
    font-family: "Suisse Intl";
    font-size: 1.5rem;
    height: 4rem;
    justify-content: center;
    line-height: 1;
    min-width: 3rem;
}

.home__timer-separator {
    color: #1a212f;
    font-family: "Suisse Intl";
    font-size: 1.5rem;
    line-height: 1;
    margin-top: -0.25rem;
}

.home__timer-play {
    align-items: center;
    background: #105c2e;
    border: 0.1875rem solid #fff;
    border-radius: 50%;
    bottom: -3rem;
    display: flex;
    height: 7.625rem;
    justify-content: center;
    left: 50%;
    line-height: 0;
    padding-left: 0.375rem;
    position: absolute;
    text-decoration: none;
    transform: translateX(-50%);
    width: 7.625rem;
}

@media (max-width: 1440px) {
    .home__text-wrap_live {
        max-width: 34rem;
    }

    .home__live-side {
        top: 5rem;
    }

    .home__timer-card {
        padding: 2rem 1.5rem 4.25rem;
        width: 27rem;
    }

    .home__timer-title {
        font-size: 1.5rem;
    }

    .home__event-label,
    .home__event-value {
        font-size: 1.25rem;
    }
}

@media (max-width: 1024px) {
    .home__text-wrap_live {
        max-width: 100%;
    }

    .home__live-side {
        justify-content: flex-start;
        margin-top: 2rem;
        right: 2.5rem;
        top: 15rem;
    }

    .home__timer-card {
        padding-bottom: 4.25rem;
        width: min(100%, 26rem);
    }

    .home__timer-play {
        width: 5rem;
        height: 5rem;
        bottom: -2.5rem;
    }
}

@media (max-width: 600px) {
    .home__event-meta {
        gap: 0.5rem;
        margin-bottom: 1.25rem;
    }

    .home__event-row {
        /*align-items: flex-start;*/
        /*flex-direction: column;*/
        gap: 0.125rem;
    }

    .home__event-meta {
        display: none;
    }

    .home__event-label,
    .home__event-value {
        font-size: 1rem;
    }

    .home__btn_vk {
        font-size: 0.75rem;
        gap: 0.5rem;
        min-width: 0;
        width: 100%;
    }

    .home__btn_vk svg {
        flex: 0 0 auto;
        height: 1.25rem;
        width: 1.25rem;
    }

    .home__timer-card {
        border-radius: 1.25rem;
        margin-top: 1.25rem;
        padding: 1.25rem 0.875rem 2rem;
    }

    .home__timer-title {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }

    .home__timer-labels {
        gap: 0.5rem;
        margin: 0 auto 0.25rem;
        max-width: 16rem;
    }

    .home__timer-labels span {
        font-size: 0.75rem;
    }

    .home__timer-time {
        gap: 0.375rem;
    }

    .home__timer-group {
        gap: 0.375rem;
    }

    .home__timer-digit {
        border-radius: 0.625rem;
        font-size: 1.15rem;
        height: 3rem;
        min-width: 2rem;
    }

    .home__timer-separator {
        font-size: 1.15rem;
    }

    .home__timer-play {
        bottom: -1.5rem;
        height: 3.5rem;
        width: 3.5rem;
    }

    .home__timer-play svg {
        height: 1.375rem;
        width: 1.25rem;
    }
}

.home__title {
    font-weight: 700;
}

/* End */


/* Start:/local/components/msdm/schedule/templates/.default/style.css?178757545211320*/
[data-msdm-schedule] {
    --msdm-schedule-item-height: 9rem;
    --msdm-schedule-item-gap: 0.875rem;
}

[data-msdm-schedule] .calendar__items {
    position: relative;
}

[data-msdm-schedule].msdm-schedule_has-top-fade .calendar__items,
[data-msdm-schedule].msdm-schedule_has-bottom-fade .calendar__items {
    overflow: hidden;
}

[data-msdm-schedule].msdm-schedule_has-top-fade.msdm-schedule_has-bottom-fade .calendar__items {
    max-height: calc(var(--msdm-schedule-item-height) * 4 + var(--msdm-schedule-item-gap) * 4);
}

[data-msdm-schedule].msdm-schedule_has-top-fade:not(.msdm-schedule_has-bottom-fade) .calendar__items,
[data-msdm-schedule]:not(.msdm-schedule_has-top-fade).msdm-schedule_has-bottom-fade .calendar__items {
    max-height: calc(var(--msdm-schedule-item-height) * 3.5 + var(--msdm-schedule-item-gap) * 3);
}

[data-msdm-schedule] .calendar__items-group {
    margin-bottom: 0;
}

.msdm-schedule-temple-tabs {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    margin-top: 1.5rem;
}

.msdm-schedule-temple-tabs__item {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    gap: .625rem;
}

.msdm-schedule-temple-tabs__item[hidden] {
    display: none;
}

.msdm-schedule-temple-tabs__button {
    position: relative;
    min-height: 3.25rem;
    padding: .625rem 1rem;
    border: 1px solid #e5e5e5;
    border-radius: .75rem;
    background: #f8f8f8;
    color: #1a212f;
    font: 600 .875rem/1.2 "Suisse Intl", sans-serif;
    opacity: 1 !important;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.msdm-schedule-temple-tabs__button::after {
    position: absolute;
    bottom: -.45rem;
    left: 50%;
    width: .9rem;
    height: .9rem;
    background: #105c2e;
    content: "";
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) rotate(45deg) scale(.8);
    transition: opacity .2s ease, transform .2s ease;
}

.msdm-schedule-temple-tabs__item.active .msdm-schedule-temple-tabs__button,
.msdm-schedule-temple-tabs__item:hover .msdm-schedule-temple-tabs__button,
.msdm-schedule-temple-tabs__item:focus-within .msdm-schedule-temple-tabs__button {
    border-color: #105c2e;
    background: #105c2e;
    color: #fff;
}

.msdm-schedule-temple-tabs__item.active .msdm-schedule-temple-tabs__button::after {
    opacity: 1;
    transform: translateX(-50%) rotate(45deg) scale(1);
}

.msdm-schedule-temple-tabs__details {
    display: flex;
    min-height: 1rem;
    justify-content: center;
    gap: .4rem;
    color: #292d32;
    font: 500 .75rem/1.2 "Suisse Intl", sans-serif;
    text-align: center;
}

.msdm-schedule-temple-tabs__details a {
    color: #105c2e;
    text-decoration: underline;
    text-underline-offset: .16em;
}

.msdm-schedule-temple-mobile { display: none; }

@media (min-width: 768px) {
    .msdm-schedule-temple-tabs { position: relative; isolation: isolate; }
    .msdm-schedule-temple-tabs__item { z-index: 2; }
    .msdm-schedule-temple-tabs__indicator {
        position: absolute; z-index: 1; top: 0; left: 0; border-radius: .75rem; background: #105c2e;
        box-shadow: 0 .55rem 1.4rem rgba(16,92,46,.14); pointer-events: none;
        transform: translate3d(0,0,0);
        transition: transform .32s cubic-bezier(.22,.78,.22,1), width .32s cubic-bezier(.22,.78,.22,1), height .22s ease;
    }
    .msdm-schedule-temple-tabs__indicator::after {
        position: absolute; bottom: -.7rem; left: 50%; width: 1.5rem; height: .75rem; background: #105c2e;
        clip-path: polygon(0 0,100% 0,50% 100%); content: ""; transform: translateX(-50%);
    }
    .msdm-schedule-temple-tabs__item.active .msdm-schedule-temple-tabs__button { background: transparent; border-color: transparent; }
    .msdm-schedule-temple-tabs__button::after { display: none; }
    .msdm-schedule-temple-tabs__item:not(.active):hover .msdm-schedule-temple-tabs__button {
        transform: translateY(-.125rem); border-color: rgba(16,92,46,.28); background: #f4f8f3;
        box-shadow: 0 .5rem 1.1rem rgba(16,92,46,.08); color: #1a212f;
    }
}

[data-msdm-schedule] .calendar__items::before,
[data-msdm-schedule] .calendar__items::after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 2;
}

[data-msdm-schedule] .calendar__items::before {
    background: linear-gradient(180deg, #FFFFFF 42.22%, rgba(255, 255, 255, 0) 100%);
    height: 84px;
    opacity: 0;
    top: 0;
    transition: opacity 0.2s ease;
}

[data-msdm-schedule] .calendar__items::after {
    background: linear-gradient(0deg, #FFFFFF 42.22%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    height: 84px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

[data-msdm-schedule].msdm-schedule_has-top-fade .calendar__items::before {
    opacity: 1;
}

[data-msdm-schedule].msdm-schedule_has-bottom-fade .calendar__items::after {
    opacity: 1;
}

[data-msdm-schedule] .calendar-item_hidden {
    display: none;
}

@media (max-width: 767px) {
    [data-msdm-schedule],
    [data-msdm-schedule] .calendar__header,
    [data-msdm-schedule] .calendar__row,
    [data-msdm-schedule] .calendar__items,
    [data-msdm-schedule] .calendar__items-group,
    [data-msdm-schedule] .calendar-item,
    [data-msdm-schedule] .calendar-item__right,
    [data-msdm-schedule] .calendar-item__text-wrap,
    [data-msdm-schedule] .calendar-item__peoples {
        box-sizing: border-box;
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }

    [data-msdm-schedule] .calendar__pagination {
        box-sizing: border-box;
        gap: 0.75rem;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
        padding-left: 1rem;
        padding-right: 1rem;
        width: 100%;
    }

    [data-msdm-schedule] [data-msdm-schedule-swiper] {
        flex: 1 1 auto;
        min-width: 0;
        overflow: hidden;
    }

    [data-msdm-schedule] .calendar__slider-btn {
        flex: 0 0 1.25rem;
        min-width: 1.25rem;
    }

    [data-msdm-schedule] .calendar-item {
        overflow: hidden;
    }

    [data-msdm-schedule] .calendar-item__name,
    [data-msdm-schedule] .calendar-item__action-name {
        overflow-wrap: anywhere;
    }

    .msdm-schedule-temple-tabs { display: none; }
    .msdm-schedule-temple-mobile {
        position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(7.5rem,34%); gap: .625rem;
        width: 100%; margin-top: 1rem;
    }
    .msdm-schedule-temple-mobile__current,
    .msdm-schedule-temple-mobile__toggle {
        min-height: 3.625rem; padding: .75rem; border-radius: 1rem; display: flex; align-items: center; justify-content: center;
        font: 700 .9rem/1.15 "Suisse Intl", sans-serif; text-align: center;
    }
    .msdm-schedule-temple-mobile__current { position: relative; background: #105c2e; color: #fff; }
    .msdm-schedule-temple-mobile__current::after {
        position: absolute; bottom: -.85rem; left: 50%; width: 1.6rem; height: .85rem; background: #105c2e;
        clip-path: polygon(0 0,100% 0,50% 100%); content: ""; transform: translateX(-50%);
    }
    .msdm-schedule-temple-mobile__toggle { border: 1px solid #dadad4; background: #efefec; color: #222; gap: .3rem; cursor: pointer; }
    .msdm-schedule-temple-mobile__toggle.is-open { border-color: #105c2e; background: #fff; color: #105c2e; }
    .msdm-schedule-temple-mobile__toggle.is-open .msdm-schedule-temple-mobile__chevron { transform: rotate(180deg); }
    .msdm-schedule-temple-mobile__menu {
        position: absolute; z-index: 50; top: calc(100% + .65rem); right: 0; left: 0; display: grid; gap: .55rem;
        padding: .625rem; border: 1px solid #deded8; border-radius: 1.1rem; background: rgba(255,255,255,.98);
        box-shadow: 0 1.25rem 3.25rem rgba(0,0,0,.16);
    }
    .msdm-schedule-temple-mobile__menu[hidden] { display: none; }
    .msdm-schedule-temple-mobile__option {
        padding: .8rem; border: 1px solid #e1e1db; border-radius: .9rem; background: #f7f7f4; color: #1a212f;
        font: 700 .875rem/1.2 "Suisse Intl", sans-serif; text-align: left; cursor: pointer;
    }

    .msdm-schedule-temple-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem .75rem;
    }

    .msdm-schedule-temple-tabs__item:first-child {
        grid-column: 1 / -1;
    }

    .msdm-schedule-temple-tabs__button {
        width: 100%;
    }
}

@media (max-width: 767px) {
    [data-msdm-schedule] {
        --msdm-schedule-item-height: 10.75rem;
    }
}

@media (max-width: 998px) {
    .msdm-schedule-temple-tabs {
        display: none;
    }

    .msdm-schedule-temple-mobile {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0,1fr) minmax(7.5rem,34%);
        gap: .625rem;
        width: 100%;
        margin-top: 1rem;
    }

    .msdm-schedule-temple-mobile__current,
    .msdm-schedule-temple-mobile__toggle {
        min-height: 3.625rem;
        padding: .75rem;
        border-radius: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font: 700 .9rem/1.15 "Suisse Intl", sans-serif;
        text-align: center;
    }

    .msdm-schedule-temple-mobile__current { position: relative; background: #105c2e; color: #fff; }
    .msdm-schedule-temple-mobile__current::after {
        position: absolute; bottom: -.85rem; left: 50%; width: 1.6rem; height: .85rem; background: #105c2e;
        clip-path: polygon(0 0,100% 0,50% 100%); content: ""; transform: translateX(-50%);
    }
    .msdm-schedule-temple-mobile__toggle { border: 1px solid #dadad4; background: #efefec; color: #222; gap: .3rem; cursor: pointer; }
    .msdm-schedule-temple-mobile__toggle.is-open { border-color: #105c2e; background: #fff; color: #105c2e; }
    .msdm-schedule-temple-mobile__toggle.is-open .msdm-schedule-temple-mobile__chevron { transform: rotate(180deg); }
    .msdm-schedule-temple-mobile__menu {
        position: absolute; z-index: 50; top: calc(100% + .65rem); right: 0; left: 0; display: grid; gap: .55rem;
        padding: .625rem; border: 1px solid #deded8; border-radius: 1.1rem; background: rgba(255,255,255,.98);
        box-shadow: 0 1.25rem 3.25rem rgba(0,0,0,.16);
    }
    .msdm-schedule-temple-mobile__menu[hidden] { display: none; }
    .msdm-schedule-temple-mobile__option {
        padding: .8rem; border: 1px solid #e1e1db; border-radius: .9rem; background: #f7f7f4; color: #1a212f;
        font: 700 .875rem/1.2 "Suisse Intl", sans-serif; text-align: left; cursor: pointer;
    }

    .calendar__header {
        margin-bottom: 1.25rem !important;
    }

    .calendar-item__btn:disabled {
        display: none;
    }

    .calendar-item__right {
        width: 100%;
    }

    .calendar-item__btn {
        font-weight: 500;
        font-size: 12px !important;
        position: absolute !important;
        right: 0 !important;
        color: #105C2E !important;
        background: none !important;
        text-decoration: underline !important;
        border: none !important;
        top: -32px !important;
        padding: 0 !important;
        min-width: auto !important;
    }

    .calendar__items {
        margin-bottom: 2rem !important;
    }
}

/* End */
/* /local/components/msdm/banner/templates/.default/style.css?17756493565087 */
/* /local/components/msdm/schedule/templates/.default/style.css?178757545211320 */
