@charset "UTF-8";

:root {
    --npc-white: #FFFFFF;
    --npc-muted: #938383;
    --npc-accent: #ff002b;
    --npc-accent-hover: #e50025;
    --npc-grid-color: #FFFFFF;
    --npc-grid-soft: rgba(255, 255, 255, 0.85);
    --npc-grid-width: #FFFFFF;
}

.calendar__title {
    font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    margin-top: 100px;
    color: var(--npc-white);
}
.calendar__title span { font-weight: 400; }

.calendar {
    width: 100%;
    margin: 0 auto 100px auto;
    font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
    color: var(--npc-white);
    padding-top: 0 !important;
}

.calendar.container {
    padding: 0 20px;
    width: 100% !important;
}

@media (min-width: 919px) {
    .test-functional .desktop-calendar { display: block !important; }
    .test-functional .mobile-calendar { display: none !important; }
}
@media (max-width: 919px) {
    .test-functional .desktop-calendar { display: none !important; }
    .test-functional .mobile-calendar { display: block !important; }
}

.calendar-controls {
    display: flex;
    gap: 22px;
    max-width: 1150px;
    width: 100%;
    margin: 20px auto 20px auto;
}

.event-time-container a { white-space: nowrap; }

.calendar .event-container .calendar__table-title { font-weight: 700; }

.calendar .event-container .calendar__table-title th {
    font-size: 17px;
    font-weight: 700;
    color: var(--npc-white);
}
.calendar .event-container .calendar__table-title th:first-child { width: 38%; }

.calendar .event-container table th:first-child,
.calendar .event-container table td:first-child { width: auto; }

.calendar .event-container .calendar__table-title th:not(:last-child) {
    border-right: 1px solid var(--npc-grid-color);
}
.calendar .event-container .calendar__table-title th:last-child {
    border-right: 1px solid var(--npc-grid-color);
}

.calendar .event-container table {
    max-width: 1150px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    color: var(--npc-white);
    margin: 0 auto 20px !important;
}

.calendar .event-container table th,
.calendar .event-container table td {
    text-align: center;
    vertical-align: top;
    border-top: none;
    background: transparent;
}

.calendar .event-container table th {
    font-weight: normal;
    font-size: 1.2em;
}

.calendar .event-container table td {
    font-size: 1em;
    padding: 4px;
    border-right: 1px solid var(--npc-grid-color);
}

.calendar .event-container table td.event-title {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    vertical-align: middle;
}

.calendar .event-container table td .event-time-container {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.calendar .event-container table td .event-time-container .event-time {
    font-size: 14px;
    color: var(--npc-accent);
    transition: transform 180ms ease, filter 180ms ease, opacity 180ms ease;
}

.calendar .event-container table tbody tr {
    border-top: 1px solid var(--npc-grid-soft);
}

.calendar .event-title__desk-container { display: flex; }

.event-rating-duration span { color: var(--npc-muted); }
.event-rating-duration {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    padding: 0 0 5px 0;
}
.event-rating-duration__rating,
.event-rating-duration__timer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.event-title { display: table-cell; padding: 0 !important; }
.event-time__sold-out { white-space: break-spaces; }

.event-title .event-title__movie-name {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 22px;
    text-align: start;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
}

.calendar__table-title__day__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.event-time {
    position: relative;
    text-decoration: none;
    display: inline-block;
}
.event-time:hover {
    transform: translateY(-1px);
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.35));
}

.color-white { color: var(--npc-white) !important; }

.calendar__table-title__block {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 20px 0 20px 10px;
}

.calendar .event-title__icon {
    display: flex;
    height: 100%;
    width: 120px;
    max-height: 160px;
}

.event-title__icon .calendar__table-title__bloc__icon {
    height: 100%;
    width: 120px;
    max-height: 160px;
}

.calendar__table-title__block__text {
    font-size: 27px !important;
    font-weight: 500;
    margin: auto;
}

.event-title__block-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    width: 79%;
    padding: 7px 10px 0 0;
}

.calendar__table-title__day__container__title {
    font-size: 14px;
    font-weight: 600;
    color: var(--npc-muted);
}
.calendar__table-title__day__container__number {
    font-size: 22px;
    font-weight: 500;
}

.event-time__block {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.event-time__time {
    font-size: 13px;
    font-weight: 600;
    color: var(--npc-white);
    line-height: 20px;
}
.event-time__bth {
    font-size: 12px;
    color: var(--npc-white);
    border-radius: 6px;
    background-color: #E50914;
    height: 22px;
    line-height: 22px;
    max-width: 69px;
    width: 100%;
    margin: auto;
    transition: transform 180ms ease, filter 180ms ease, background-color 180ms ease;
}
.event-time:hover .event-time__bth {
    transform: translateY(-1px);
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.35));
    background-color: #ff0b18;
}

.event-time__block-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 2px;
    max-width: 91px;
    width: 100%;
    margin: 8px 0 0 0;
}
.event-time__block-icon { width: 27px; display: block; }

@media (max-width: 680px) {
    .event-time__block-icons { gap: 7px; }
}

.calendar-today {
    background-color: rgba(73, 73, 73, 0.7) !important;
}
.calendar-today .calendar__table-title__day__container__title {
    color: #FFFFFF !important;
}

.button-navigation {
    background: linear-gradient(180deg, var(--npc-accent), #d80022);
    color: var(--npc-white);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 7px;
    padding: 10px 12px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.38);
    outline: none;
    transition: transform 180ms ease, filter 180ms ease, background 180ms ease, border-color 180ms ease;
    white-space: nowrap;
}
.button-navigation.button-navigation-full-calendar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
}
.button-navigation:hover {
    background: linear-gradient(180deg, var(--npc-accent-hover), #c6001f);
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.35));
}
.button-navigation:active { transform: scale(0.97); }
.button-navigation:disabled {
    background: #888888;
    border-color: rgba(255, 255, 255, 0.12);
    cursor: inherit;
    transform: inherit;
    box-shadow: none;
    filter: none;
}

/* mini calendar */
.mini-calendar {
    background: rgba(18, 18, 18, 0.96) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 12px !important;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.55) !important;
    padding: 12px !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.mini-calendar-title {
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    user-select: none;
}
.mini-calendar-body {
    display: grid;
    grid-template-columns: repeat(7, 32px);
    gap: 6px;
}
.mini-calendar-body__day {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 12px;
    font-weight: 700 !important;
    text-align: center;
}

/* overlay animation css */
table.npc-underlay-hide-days th.npc-day-cell,
table.npc-underlay-hide-days td.npc-day-cell {
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    pointer-events: none !important;
}
table.npc-underlay-hide-days th.npc-day-cell *,
table.npc-underlay-hide-days td.npc-day-cell * {
    visibility: hidden !important;
}
table.npc-underlay-hide-days thead th.npc-day-cell:last-child,
table.npc-underlay-hide-days tbody td.npc-day-cell:last-child {
    border-right: 1px solid #FFFFFF !important;
}

table.npc-underlay-hide-days .calendar-today {
    display: none !important;
}

.npc-days-overlay {
    position: absolute;
    overflow: hidden;
    z-index: 50;
    pointer-events: none;
}
.npc-days-overlay__track-1d {
    height: 100%;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    transition: transform 320ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.npc-days-overlay__table {
    width: 100% !important;
    height: 100%;
    table-layout: fixed !important;
    border-collapse: collapse !important;
    border: none !important;
    background: transparent !important;
}
.npc-days-overlay__table th,
.npc-days-overlay__table td {
    border: 1px solid #FFFFFF !important;
    background: transparent !important;
    box-sizing: border-box;
    vertical-align: top;
}
.npc-days-overlay__table td { padding: 4px; }
.npc-days-overlay__table tr > th:first-child,
.npc-days-overlay__table tr > td:first-child {
    border-left: none !important;
}
.npc-days-overlay__table tr > th:last-child,
.npc-days-overlay__table tr > td:last-child {
    border-right: none !important;
}
.npc-days-overlay__table .calendar-today {
    background-color: rgba(73, 73, 73, 0.7) !important;
}
.npc-days-overlay__table .calendar-today .calendar__table-title__day__container__title {
    color: #FFFFFF !important;
}

.mobile-calendar .npc-mobile-controls {
    max-width: 1150px;
    margin: 14px auto 10px;
    gap: 10px;
}
@media (max-width: 919px) {
    .mobile-calendar .calendar-controls {
        padding: 0 8px;
        margin: 12px auto 8px;
        justify-content: space-between;
        gap: 10px;
    }
    .mobile-calendar .button-navigation.button-navigation-full-calendar {
        width: auto;
        min-width: 118px;
        padding: 10px 10px;
        font-size: 15px;
    }
}

.npc-mobile-header {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto 10px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.npc-mobile-month {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: none;
}
.npc-mobile-active {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(0,0,0,0.35);
}
.npc-mobile-active__dow {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.72);
}
.npc-mobile-active__num {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.npc-mobile-weekbar {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto 12px;
    padding: 0 8px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}
.npc-mobile-weekbar::-webkit-scrollbar { height: 8px; }
.npc-mobile-weekbar::-webkit-scrollbar-track { background: rgba(255,255,255,0.06); border-radius: 999px; }
.npc-mobile-weekbar::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.18); border-radius: 999px; }

.npc-daychip {
    flex: 0 0 auto;
    min-width: 76px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.06);
    padding: 10px 10px;
    color: var(--npc-white);
    cursor: pointer;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, filter 160ms ease;
}
.npc-daychip:active { transform: scale(0.98); }
.npc-daychip__title {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.70);
}
.npc-daychip__num {
    font-size: 18px;
    font-weight: 800;
    margin-top: 2px;
    line-height: 1;
}
.npc-daychip.is-active {
    background: rgba(73, 73, 73, 0.7);
    border-color: rgba(255,255,255,0.24);
    filter: drop-shadow(0 10px 18px rgba(0,0,0,0.35));
}
.npc-daychip.is-today .npc-daychip__title {
    color: var(--npc-white);
}

.npc-mobile-stage {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    padding: 0 8px 14px;
}
@keyframes npcMobileInNext {
    from { opacity: 0; transform: translateX(10px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes npcMobileInPrev {
    from { opacity: 0; transform: translateX(-10px); }
    to   { opacity: 1; transform: translateX(0); }
}
.npc-mobile-stage.is-next { animation: npcMobileInNext 180ms ease both; }
.npc-mobile-stage.is-prev { animation: npcMobileInPrev 180ms ease both; }

.npc-mobile-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.npc-mobile-film {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 12px;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(0,0,0,0.32);
    box-shadow: 0 18px 45px rgba(0,0,0,0.35);
}

.npc-mobile-film__poster img {
    width: 86px;
    height: 126px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.npc-mobile-film__title {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 6px;
}

.npc-mobile-film__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.65);
    font-size: 12px;
    font-weight: 700;
}
.npc-mobile-film__dot {
    opacity: 0.6;
}

.npc-mobile-times {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.mobile-calendar .event-time__block {
    gap: 2px;
}
.mobile-calendar .event-time__bth {
    max-width: 78px;
    text-align: center;
    font-weight: 400;
}
.mobile-calendar .event-time__block-icons {
    margin-top: 6px;
    max-width: 86px;
}
.mobile-calendar .event-time__block-icon {
    width: 24px;
}

.mobile-calendar .npc-daychip {
    flex-direction: row-reverse;
    gap: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-calendar .npc-daychip .npc-daychip__num {
    margin-top: 0;
}

.npc-mobile-empty {
    padding: 18px 10px;
    border-radius: 14px;
    border: 1px dashed rgba(255,255,255,0.18);
    background: rgba(0,0,0,0.25);
    color: rgba(255,255,255,0.75);
    font-weight: 700;
    text-align: center;
}

@media (prefers-reduced-motion: reduce) {
    .npc-days-overlay__track-1d { transition: none; }
    .button-navigation, .event-time, .event-time__bth { transition: none; }
    .npc-mobile-stage { animation: none !important; }
}


@media (max-width: 920px) {
    .test-calendar span {
        font-size: 16px !important;
    }
    .test-calendar .attribute-info__container__icon {
        width: 36px !important;
    }
    .test-calendar {
        padding: 0 20px !important;
    }
}




/**/

/*.et_pb_row.et_pb_row_0 {*/
/*    display: flex;*/
/*    width: 100%;*/
/*}*/
:root{
    --np-cta:#E50914;
    --np-cta-hover:#ff0a16;
    --np-cta-press:#b50710;
    --np-white:#fff;
}

.npc-row-jumps{
    position:absolute;
    inset:0;
    z-index: 20;
    pointer-events:none;
}

.npc-row-jump{
    position:absolute;
    display:flex;
    align-items:center;
    justify-content:center;
    pointer-events:none;
}


.npc-row-jump__btn{
    pointer-events:auto;
    position:relative;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;

    min-width: 240px;
    padding: 15px 20px;

    border-radius: 6px;
    border: 1px solid rgba(255,255,255,.32);
    background: rgba(0,0,0,.25);
    color: var(--np-white);

    backdrop-filter: blur(2px);
    cursor:pointer;

    box-shadow: 0 6px 18px rgba(0,0,0,.35);
    transition: transform .12s ease, border-color .12s ease, box-shadow .12s ease;
}

.npc-row-jump__btn:hover{
    transform: translateY(-1px);
    border-color: rgba(255,255,255,.22);
    box-shadow: 0 10px 22px rgba(0,0,0,.45);
}

.npc-row-jump__btn:active{
    transform: translateY(0px);
}

/* text */
.npc-row-jump__text{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:2px;
    line-height:1.1;
}

.npc-row-jump__line1{
    font-size: 16px;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .85;
}

.npc-row-jump__line2{
    font-size: 19px;
    font-weight: 700;
}


.npc-row-jump__icon{
    flex: 0 0 auto;
    width: 44px;
    height: 36px;
    border-radius: 4px;

    display:flex;
    align-items:center;
    justify-content:center;

    background: var(--np-cta);
    border: 1px solid rgba(0,0,0,.25);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
    transition: background .12s ease, transform .12s ease;
}

.npc-row-jump__btn:hover .npc-row-jump__icon{
    background: var(--np-cta-hover);
    transform: translateX(1px);
}

.npc-row-jump__btn:active .npc-row-jump__icon{
    background: var(--np-cta-press);
}

.npc-row-jump__icon svg{
    color: #fff;
    width: 30px;
    height: 30px;
}






/**/