

/* 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?17761684473879*/
[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;
}

[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;
    }
}

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

@media (max-width: 998px) {
    .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 */


/* Start:/local/components/msdm/lavka/templates/.default/style.css?1775113425925*/
#msdm-lavka .block-header__header-bottom {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

#msdm-lavka .block-header__header-bottom::-webkit-scrollbar {
    display: none;
}

#msdm-lavka .nav-list__list {
    min-width: max-content;
    width: max-content;
}

#msdm-lavka .swiper-wrapper {
    align-items: stretch;
}

#msdm-lavka .swiper-slide {
    height: auto;
}

#msdm-lavka .card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#msdm-lavka .card__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    flex: 1 1 auto;
    line-clamp: 2;
    overflow: hidden;
}

#msdm-lavka .card__price {
    margin-top: auto;
}

#msdm-lavka.is-nav-hidden .services__prev-btn,
#msdm-lavka.is-nav-hidden .services__next-btn {
    display: none;
}

@media (max-width: 600px) {
    #msdm-lavka .nav-list__list {
        min-width: 100%;
    }
}
/* End */
/* /local/components/msdm/banner/templates/.default/style.css?17756493565087 */
/* /local/components/msdm/schedule/templates/.default/style.css?17761684473879 */
/* /local/components/msdm/lavka/templates/.default/style.css?1775113425925 */
