@charset "UTF-8";
.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: #FFFFFF;
}
.calendar__title span {
    font-weight: 400;
}

.calendar {

    width: 100%;
    margin: 0 auto 100px auto;
    font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
    color: white;
    padding-top: 0 !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.container {
    display: none;
    padding: 0 20px;
    width: 100% !important;
}

.calendar .event-container .calendar__table-title {
    font-weight: 700;
}
.calendar .event-container .calendar__table-title th {
    font-size: 17px;
    font-weight: 700;
    color: #FFFFFF;
}
.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; /* Or set a percentage like width: 30%; */
}

.calendar .event-container .calendar__table-title th:not(:last-child) {
    border-right: 1px solid #FFFFFF;
}
.calendar .event-container table {
    max-width: 1150px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    /*border: none;*/
    color: #FFFFFF;
    margin: 0 auto 20px !important;
}
.calendar .event-container table th, .calendar .event-container table td {
    /*padding: 10px;*/
    text-align: center;
    vertical-align: top;
    border-top: none;
}
.calendar .event-container table th {
    font-weight: normal;
    font-size: 1.2em;
}
.calendar .event-container table td {
    font-size: 1em;
}
.calendar .event-container table td {
    padding: 4px;
    border-right: 1px solid #FFFFFF;
}
.calendar .event-container table td.event-title {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    vertical-align: middle;
    /*max-height: 112px;*/
}
.calendar .event-container table td.event-rating-duration {
    font-size: 0.9em;
    text-align: left;
    padding-left: 10px;
}
.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: #E50914;
    transition: 0.3s;
}
.calendar .event-container table tbody tr {
    border-top: 1px solid #eee;
}

.calendar .event-title__desk-container {
    display: flex;

}

.event-rating-duration span {
    color: #938383;
}

.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;
    /*align-items: center;*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
}

.event-time__sold-out {
    white-space: break-spaces;
}
.event-title .event-rating-duration-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #938383;
}
.event-title .event-title__movie-name {
    font-size: 18px;
    font-weight: 600;
    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;
}

.tooltip {
    visibility: hidden;
    background-color: #938383;
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
    padding: 7px 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    width: 130px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #938383 transparent transparent transparent;
}

.event-time:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.color-white {
    color: #FFFFFF !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: #938383;
}

.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: #ffffff;
    line-height: 20px;
}

.event-time__bth {
    font-size: 12px;
    color: #ffffff;
    border-radius: 6px;
    background-color: #E50914;
    height: 22px;
    line-height: 2;
    width: 69px;
    margin: auto;
}


.mobile-calendar.calendar .event-container table {
    margin: 0 auto 20px;
}

.mobile-calendar .calendar__table-title__block {
    gap: 30px;
}

.mobile-calendar .calendar__table-title__block__text {
    margin-right: auto;
    margin-left: 0;
}

.mobile-calendar.calendar .event-container .calendar__table-title th:first-child {
    width: auto;
}

.mobile-calendar .event-title {
    display: table-cell;
}

.mobile-calendar .event-title__container {
    display: flex;
    gap: 30px;
    width: 100%;
}

.mobile-calendar .event-title__icon {
    display: flex;
}
@media (min-width: 920px) {
    .calendar .event-title__desk-container {
        gap: 25px;
        position: relative;
    }
    .calendar .event-rating-duration {
        position: absolute;
        bottom: 0;
        left: 137px;
    }
}
@media (max-width: 920px) {
    .mobile-calendar .event-title__icon .calendar__table-title__bloc__icon {
        width: 80px;
        height: 110px;
    }

    .mobile-calendar .event-title .event-title__movie-name {
        -webkit-line-clamp: 3;
    }

    .mobile-calendar .event-title__block-title {
        height: 111px;
    }

    .mobile-calendar.calendar .event-container .calendar__table-title th {
        padding: 0;
    }

    .mobile-calendar .calendar__table-title__day__container__title {
        font-size: 13px;
        font-weight: 600;
    }

    .mobile-calendar .calendar__table-title__day__container__number {
        font-size: 14px;
    }

    .mobile-calendar .event-time__time {
        font-size: 9px;
    }

    .mobile-calendar .event-time__bth {
        font-size: 10px;
        line-height: 20px;
    }

    .calendar .event-container table {
        table-layout: fixed;
    }
}


.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;
    /*height: 10px;*/
}

@media (max-width: 680px) {
    .event-time__block-icons {
        gap: 7px;
    }
}

.calendar-today .calendar__table-title__day__container__title {
    color: white;
}

.calendar-today {
    background-color: rgba(73, 73, 73, 0.7);
}

.calendar .attribute-info {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1150px;
    width: 100%;
    margin: 35px auto 35px auto;
}

.calendar .attribute-info span {
    color: #FFFFFF;
}

.calendar .attribute-info__container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.calendar .attribute-info__container span {
    font-size: 18px;
    font-weight: 500;
    white-space: break-spaces;
}

@media (max-width: 920px) {
    .mobile-calendar {
        display: block !important;
    }
}

@media (min-width: 920px) {
    .desktop-calendar {
        display: block !important;
    }
}

/* #E50914 */

.button-navigation {
    background-color: #ff002b; /* червоний фон */
    color: #ffffff; /* білий колір тексту */
    border: none;
    border-radius: 5px;
    padding: 10px 12px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: none;
    outline: none;
    transition: background-color 0.3s ease;
}
.button-navigation.button-navigation-full-calendar {
    display: flex;
    align-items: center;
    width: 105px;
}

.button-navigation:hover {
    background-color: #e50025; /* трохи темніший червоний при наведенні */
}

.button-navigation:active {
    transform: scale(0.95); /* ефект натискання */
}

.button-navigation:disabled {
    background-color: #888888;
    cursor: inherit;
    transform: inherit;
}

.mini-calendar-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000000;
}

.mini-calendar-body {
    display: grid;
    grid-template-columns: repeat(7, 30px);
    gap: 3px;
}

.mini-calendar-body__day {
    font-weight: bold;
    text-align: center;
    color: #000000;

}