.nearest-session-block__title {
    color: #d82746;
}

.header-alert {
    background: #E61848;
    padding: 10px 0;
    color: #FFF;
    font-family: "Core-Rhino-65";
    font-size: 1rem;
    text-align: center;
    font-weight: 400;
}

.header-alert--mobile {
    margin-top: 60px;
}

.nearest-session-block {
    color: #000000;
    font-family: "Core-Rhino-45";
}

.sessions-mobile {
    /*display: none;*/
}

.today-cinema .nearest-session-block {
    display: none;
}

.nearest-session-block__title {
    text-transform: uppercase;
}

.nearest-session-block__title-pc {
    text-transform: none;
}

.nearest-session-block__title-pc, .nearest-session-block__link-pc strong {
    font-family: "Core-Rhino-45";
    font-size: 1rem;
}

.nearest-session-block .header-data__top-age, .nearest-session-block .header-data__top-btn-buy button {
    font-family: "Core-Rhino-45";
}

@media (max-width: 1199px) {
    .movie-item{
        /*display: flex;*/
        margin-bottom: 0;
    }
    .today-cinema .nearest-session-block {
        display: flex;
        /*flex-wrap: wrap;*/
        color: #FFFFFF;
        /*margin-left: 10px;*/
    }
    .index-page .today-cinema .border-bottom:first-child{
        padding-top: 10px;
    }
    .index-page .today-cinema{
        padding-top: 0;
    }
    .nearest-session-block {
        background-color: #2d2b39;
        padding: 10px;
        font-family: "Core-Rhino-45";
        font-weight: 400;
    }

    .nearest-session-block__title {
        display: block;
        text-transform: uppercase;
        font-weight: 400;
    }

    .movie-item__age {
        font-family: "Core-Rhino-45";
        font-weight: 400;
    }

    .nearest-session-block .nearest-session-block__link {
        color: #FFFFFF;
    }

    .header-data__top-age {
        border-color: #FFFFFF;
        margin-left: 1rem;
    }

    .movie-item__title {
        display: none;
    }

    .header-name-cinema__wrapper {
        padding: 10px 0;
    }

    .header-name-cinema__wrapper:not(:last-child) {
        border-bottom: 1px solid #717075;
    }

    .header-name-cinema__wrapper--active a {
        color: #d82746;
    }
    .movie-item__inner {
        /*display: flex;*/
        padding-right: 15px;
        padding-left: 15px;
    }
    .sessions-item {
        margin-bottom: 18px;
        max-height: 105px;
        max-width: 124px;
        width: 100%;
    }

    .additional-mobile-schedule-items{
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
    }
}

@media (max-width: 524px) {
    .movie-item{
        /*display: flex;*/
    }
    .movie-item__outer{
        margin-bottom: 30px;
    }
    .movie-item__footer-sessions {
        /* display: none; */
    }

    .sessions-mobile {
        display: flex;
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
        max-width: 25%;
        flex: 0 0 25%;
    }


    .movie-item__wrapper {
        /*padding-right: 15px;*/
    }

    .movie-item__content {
        /*padding-right: 30px;*/
        /*max-width: 75%;*/
        /*flex: 0 0 75%;*/
    }

    .movie-item__inner {
        /*display: flex;*/
        padding-right: 15px;
        padding-left: 0;
    }

    .movie-item__footer {
    }

    .movie-item__footer_mobile .movie-item__age {
        height: 38px;
        width: 38px;
    }

    .movie-item__footer_mobile button {
        font-size: 13px;
    }

    .header-data__bottom {
        z-index: 1000;
        position: fixed;
        left: 0;
    }

    .header-data__top {
        padding-top: 20%;
    }

    .sessions-item {
        /* padding-left: 0;
        padding-right: 0px; */
        margin-bottom: 18px;
        max-height:none;
        max-width: 110px;
        width: 100%;
    }

    .sessions-item > div {
        padding: 16px 15px;
    }
    .sessions-item > div.sessions-item_more{
        font-size: 36px;
    }
    .additional-mobile-schedule-items{
        justify-content: start;
    }

}
@media (max-width: 450px) {
    .sessions-mobile {
        flex-direction: column;
    }

    .sessions-item > div {
        padding: 5px 5px;
    }
}


.datepicker--day-name{
    color: #453971 !important;
    font-weight: bold !important;
    text-transform: none;
}
.datepicker--cell.-current-{
    background: #DF2450 !important;
    color: #FFFFFF !important;
}
.datepicker--cell.-selected-{
    background: #DF2450 !important;
    border-radius: 4px !important;
}

.datepicker--cell.-selected- strong {
    color: #FFF;
}

@media (max-width: 767px) {
    footer .row > *:last-child {
        padding: 0px 15px 0 !important;
    }
}

.move-item__title--small {
    font-size: 0.85rem;
}

@media (max-width: 720px) {
    .cinema-day-picker-header-mobile {
        background: transparent;
        outline: none !important;
        border: none;
        /*overflow: hidden;*/
    }
    .arrow-circle-border-white {
        width: 2.8rem;
        height: 2.8rem;
    }

    .movie-item__footer {
        max-width: 70%;
    }
}

.arrow-circle-border-white:active {
    border-color: #e7e1e2;
}

#appMobileCalendarModal .modal-body {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}

.movie-item .sessions-item {
    font-family: "Core-Rhino-45";
    font-weight: 400;
}

footer {
    padding-bottom: 30px;
}

.header-name-cinema-dropdown-link {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    /*padding: 12px 22px;*/
    padding: 12px 9px;
    display: block;
    margin-right: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #727272;
    background: #f4f4f4;
    font-family: "Core-Rhino-45";
}

.header-name-cinema-dropdown-link.active {
    background-color: #E61848;
    color: white;
}

.header-name-cinema-dropdown-link:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

@media (min-width: 1200px) and (max-width: 1799px) {
    .header-name-cinema-dropdown-link {
        padding: 7px 8px;
        font-size: 12px;
    }
}


.header-name-cinema-dropdown {
        display: flex;
    align-items: center;
    }


.header-name-cinema-dropdown strong {
    color: #000;
    display: block;
    padding-right: 10px;
    margin-top: -3px;
    font-family: "Core-Rhino-45";
}

.header-name-cinema-dropdown-link:hover,
.header-name-cinema-dropdown-link:focus {
    color: #FFF;
    background-color: #c3143d;
}

.header-name-cinema-dropdown .submenu {
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.31);
}


body .header-data__top_left {
    padding: 25px 15px;
}

.header-data__top_left:hover .header-name-cinema-dropdown .submenu {
    top: 55px;
    opacity: 1;
    z-index: 2000;
}


.header-name-cinema-dropdown:hover .submenu {
    top: 55px;
    opacity: 1;
    z-index: 2000;
}

.header-name-cinema-dropdown {
    position: relative;
}

.header-name-cinema-dropdown .submenu li {
    background-color: white;
    position: relative;
}

.header-name-cinema-dropdown .submenu li a {
    color: black;
    text-transform: uppercase;
}

.header-name-cinema-dropdown .submenu li:hover {
    background-color: #e61848;
}

.header-name-cinema-dropdown .submenu li:hover a {
    color: white;
}

.header-name-cinema-dropdown .submenu li.active {
    background-color: #e61848;
}

.header-name-cinema-dropdown .submenu li.active a {
    color: white;
}

.movie-item__inner {
    position: relative;
}

.cinema-cart-btn {
    position: absolute;
    top: 100px;
    right: 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 7px;
    padding-bottom: 10px;
    color: white;
    text-decoration: none;
    background: #E61848;
    border-radius: 25px 0px 0px 25px;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

@media (max-width: 1200px) {
    .cinema-cart-btn {
        top: 5px;
        right: 14px;
    }
}

.movie-item-v2 .cinema-cart-btn {
    top: 5px;
    right: 14px;
}

.cimena-cart-soon .cinema-cart-btn {
    top: 5px;
    right: 0;
}

.cinema-cart-btn:hover {
    color: white;
    background-color: #c3143d;
}

.movie-item__img:hover .movie-item__desc {
    z-index: 3;
}

.header-telegram .icon {
    width: 21px;
    height: 13px;
}

.header-social {
    padding: 25px 5px;
}
.header-telegram svg {
    transition: 0.4s;
}
.header-telegram:hover svg {
    fill: #E01746;
}

.loyalty-programs__desc .red-list li {
    margin-bottom: 5px;
}

.loyalty-programs__desc p {
    line-height: 1.5;
}

body .logo-container {
    width: 10%;
    flex: 0 0 10%;
    background-color: #1C1A25;
    position: relative; }

@media (min-width: 1200px) and (max-width: 1599px) {
    body .logo-container {
        width: 12%;
        flex: 0 0 12%;
        background-color: #1C1A25;
        position: relative;
    }
}

body .header-data {
    flex: 0 0 90%;
    width: 90%;
}

@media (min-width: 1200px) and (max-width: 1599px) {
    body .header-data {
        flex: 0 0 88%;
        width: 88%;
    }
}

@media (max-width: 1199px) {
    body .header-data {
        flex: 0 0 100%;
        width: 100%;
    }
}

body .header-data__phone {
    padding: 0 5px;
}

body .nearest-session-block .nearest-session-block__link {
    max-width: 270px;
    width: fit-content;
}

@media (min-width: 1200px) and (max-width: 1599px) {
    body .nearest-session-block .nearest-session-block__link {
        /*max-width: 215px;*/
        max-width: 160px;
        width: fit-content;
        flex-basis: 71%;
    }

}

@media screen and (max-width: 640px) {
    .sessions-item .price .price__free {
        font-size: 0.7rem;
    }
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}


.header-alert.header-alert--mobile a {
    color: white!important;
}

.datepicker--cell-day.-other-month- {
    color: #4a4a4a;
}

.datepicker--cell-day.-other-month-:hover {
    color: #4a4a4a;
}

.datepicker--cell-day.-other-month-.-disabled- {
    color: #dedede;
}

.datepicker--cell-day.-other-month-.-disabled-:hover {
    color: #c5c5c5;
}