.page-section {
    background-color: #f8f9fa;
    padding: 0.5rem 0;
}

    .page-section .page-section-heading {
        background-color: #ffd564;
        text-align: center;
        font: 20px "aleobold", sans-serif;
        color: #4c4145;
        text-transform: uppercase;
        padding-bottom: 25px;
        padding-top: 26px;
        position: relative;
    }

#branch-detail .page-section-heading {
    background-color: #ffd564;
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 21px;
    font-size: 14px;
    line-height: 1.428571429;
}

    #branch-detail .page-section-heading:before, #branch-detail .page-section-heading:after {
        display: none !important;
    }

.page-section .page-section-heading::before {
    content: "";
    background-image: url(/img/stars.svg);
    background-repeat: no-repeat;
    height: 20px;
    left: 45%;
    margin-left: -171px;
    position: absolute;
    top: 27px;
    width: 95px;
}

@media (max-width: 991.98px) {
    .page-section .page-section-heading::before {
        width: 40px;
    }
}

.page-section .page-section-heading:after {
    content: "";
    background-image: url(/img/stars.svg);
    background-repeat: no-repeat;
    height: 20px;
    margin-right: -169px;
    position: absolute;
    right: 45%;
    top: 27px;
    width: 95px;
}

@media (max-width: 991.98px) {
    .page-section .page-section-heading:after {
        width: 40px;
    }
}

@media (min-width: 992px) {
    .page-section .page-section-heading {
        line-height: 2.5rem;
    }
}

.page-heading {
    /* padding-left: 30px;*/
    margin-top: 56px;
    margin-bottom: 27px;
    font: 28px "aleobold", sans-serif;
    font-weight: bold;
    color: #000;
    /*  background-image: url(/img/scarf.png);*/
    background-size: 21px 6px;
    background-position: left center;
    background-repeat: no-repeat;
}

.cinema-item .cinema {
    position: relative;
}

    .cinema-item .cinema .cinema__images {
        position: relative;
        display: block;
    }

        .cinema-item .cinema .cinema__images::before {
            content: "";
            width: 100%;
            height: 100%;
            background-color: rgba(76, 65, 69, 0.5);
            position: absolute;
            top: 0;
            left: 0;
            opacity: 1;
            transition: 0.5s;
        }

        .cinema-item .cinema .cinema__images:hover::before {
            opacity: 0;
        }

    .cinema-item .cinema .cinema-title {
        font-size: 16px;
        font-weight: bold;
        display: block;
        margin-bottom: 45px;
        margin-top: 5px;
        color: #4c4145;
    }

        .cinema-item .cinema .cinema-title::before {
            text-decoration: none;
        }

.divider-custom {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .divider-custom .divider-custom-line {
        width: 100%;
        max-width: 7rem;
        height: 0.25rem;
        background-color: #2c3e50;
        border-radius: 1rem;
        border-color: #2c3e50 !important;
    }

        .divider-custom .divider-custom-line:first-child {
            margin-right: 1rem;
        }

        .divider-custom .divider-custom-line:last-child {
            margin-left: 1rem;
        }

    .divider-custom .divider-custom-icon {
        color: #2c3e50 !important;
        font-size: 2rem;
    }

    .divider-custom.divider-light .divider-custom-line {
        background-color: #fff;
    }

    .divider-custom.divider-light .divider-custom-icon {
        color: #fff !important;
    }

.btn-xl {
    padding: 1rem 1.75rem;
    font-size: 1.25rem;
}

.btn-social {
    border-radius: 100%;
    display: inline-flex;
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.25rem;
    justify-content: center;
    align-items: center;
}

.bg-warning, .btn-warning {
    background-color: #ffd564 !important;
}

.scroll-to-top {
    z-index: 1042;
    right: 1rem;
    bottom: 1rem;
    display: none;
}

    .scroll-to-top a {
        width: 3.5rem;
        height: 3.5rem;
        background-color: rgba(33, 37, 41, 0.5);
        line-height: 3.1rem;
    }

#mainNav {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
}

    #mainNav .navbar-logo {
        width: 156px;
    }

@media (max-width: 991.98px) {
    #mainNav .navbar-logo {
        width: 120px;
    }
}

#mainNav .navbar-brand {
    color: #fff;
}

#mainNav .navbar-nav {
    margin-top: 1rem;
}

    #mainNav .navbar-nav li.nav-item button {
        border: none;
        border-radius: 2px;
    }

        #mainNav .navbar-nav li.nav-item button .nav-link {
            color: #000 !important;
        }

            #mainNav .navbar-nav li.nav-item button .nav-link:hover {
                background-color: #ffe08d;
            }

@media (max-width: 991.98px) {
    #mainNav .navbar-nav li.nav-item button .nav-link {
        padding: 10px 10px;
    }
}

@media (max-width: 991.98px) {
    #mainNav .navbar-nav li.nav-item button {
        margin-top: 10px;
    }
}

#mainNav .navbar-nav li.nav-item a.nav-link {
    text-transform: capitalize;
    font: 16px "Roboto", sans-serif;
    font-weight: normal;
    color: Black;
    font-weight: bold;
}

    #mainNav .navbar-nav li.nav-item a.nav-link:hover {
        border-radius: 2px;
        color: #d10f2c;
    }

    #mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
        color: #fff;
    }

    #mainNav .navbar-nav li.nav-item a.nav-link.active {
        color: #1abc9c;
    }

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.8rem;
}

@media (min-width: 992px) {
    #mainNav {
        /*padding-top: 1rem;
    padding-bottom: 1rem;*/
        transition: padding-top 0.3s, padding-bottom 0.3s;
    }

        #mainNav .navbar-brand {
            font-size: 1.75em;
            transition: font-size 0.3s;
        }

        #mainNav .navbar-nav {
            margin-top: 0;
        }

            #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
                color: #fff;
                background: #1abc9c;
            }

                #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
                    color: #fff;
                    background: #1abc9c;
                }

        #mainNav.navbar-shrink {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
        }

            #mainNav.navbar-shrink .navbar-brand {
                font-size: 1.5em;
            }
}

.masthead {
    padding-top: calc(6rem + 74px);
    padding-bottom: 6rem;
}

    .masthead .masthead-heading {
        font-size: 2.75rem;
        line-height: 2.75rem;
    }

    .masthead .masthead-subheading {
        font-size: 1.25rem;
    }

    .masthead .masthead-avatar {
        width: 15rem;
    }

@media (min-width: 992px) {
    .masthead {
        padding-top: calc(6rem + 104px);
        padding-bottom: 6rem;
    }

        .masthead .masthead-heading {
            font-size: 4rem;
            line-height: 3.5rem;
        }

        .masthead .masthead-subheading {
            font-size: 1.5rem;
        }
}
/*.portfolio {
    margin-bottom: 0px;
    padding-bottom:30px;
}*/
.portfolio .portfolio-item {
    cursor: pointer;
    position: relative;
    display: block;
    max-width: 25rem;
    margin-bottom: 30px;
    border-radius: 0.5rem;
    overflow: hidden;
}

    .portfolio .portfolio-item .portfolio-item-caption {
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.2s ease-in-out;
        opacity: 0;
        background-color: rgba(26, 188, 156, 0.9);
    }

        .portfolio .portfolio-item .portfolio-item-caption:hover {
            opacity: 1;
        }

        .portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
            font-size: 1.5rem;
        }

.portfolio-modal .portfolio-modal-title {
    font-size: 2.25rem;
    line-height: 2rem;
}

@media (min-width: 992px) {
    .portfolio-modal .portfolio-modal-title {
        font-size: 3rem;
        line-height: 2.5rem;
    }
}

.portfolio-modal .close {
    position: absolute;
    z-index: 1;
    right: 1.5rem;
    top: 1rem;
    font-size: 3rem;
    line-height: 3rem;
    color: #1abc9c;
    opacity: 1;
}

.floating-label-form-group {
    position: relative;
    border-bottom: 1px solid #e9ecef;
}

    .floating-label-form-group input,
    .floating-label-form-group textarea {
        font-size: 1.5em;
        position: relative;
        z-index: 1;
        padding-right: 0;
        padding-left: 0;
        resize: none;
        border: none;
        border-radius: 0;
        background: none;
        box-shadow: none !important;
    }

    .floating-label-form-group label {
        font-size: 0.85em;
        line-height: 1.764705882em;
        position: relative;
        z-index: 0;
        top: 2em;
        display: block;
        margin: 0;
        transition: top 0.3s ease, opacity 0.3s ease;
        vertical-align: middle;
        vertical-align: baseline;
        opacity: 0;
    }

    .floating-label-form-group:not(:first-child) {
        padding-left: 14px;
        border-left: 1px solid #e9ecef;
    }

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #1abc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #e9ecef;
}

.footer {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-color: #fafafa;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px 10px;
    background-repeat: repeat;
    overflow: hidden;
}

    .footer ul.nav-link {
        list-style: none;
    }

        .footer ul.nav-link li a {
            display: inline-block;
            font-size: 12px;
            padding-left: 1px;
            margin-bottom: 10px;
      
            transition: 0.3s;
            width: 100%;
            text-align: left;
        }

            .footer ul.nav-link li a::before {
                content: "";
                background-image: url(/img/stars.svg);
                background-repeat: no-repeat;
                padding: 4px 10px;
                font: 12px "FontAwesome";
                color: #4c4145;
                transition: 0.3s;
            }

            .footer ul.nav-link li a:hover {
                color: #fe505a;
                text-decoration: none;
            }

                .footer ul.nav-link li a:hover:before {
                    fill: #fe505a;
                }

    .footer .socialox .heading-special--small {
        margin-right: 11px;
        font-family: "aleoregular", sans-serif;
        font-size: 16px;
        line-height: 20px;
        color: #4c4145;
        margin-bottom: 28px;
        text-align: left;
    }

        .footer .socialox .heading-special--small .title-edition {
            font-family: "aleoitalic", sans-serif;
            text-transform: lowercase;
            color: #fe505a;
            font-size: 16px;
            line-height: 20px;
        }

@media (max-width: 991.98px) {
    .footer .socialox {
        justify-content: center;
    }
}

.copyright {
    background-color: #1a252f;
}

.movie--time {
    overflow: hidden;
    margin-bottom: 23px;
    min-height: 205px;
}

    .movie--time .movie__title {
        font-size: 16px;
        font-weight: bold;
        padding-top: 20px;
        color: #000;
    }

    .movie--time .time-select .time-select__item {
        margin-right: 8px;
        margin-bottom: 1px;
    }

.time-select {
    margin-top: 8px;
}

    .time-select .items-wrap {
        padding-top: 15px;
        margin-bottom: 5px;
        padding-left: 0px;
    }

    .time-select .time-select__item {
        position: relative;
        z-index: 10;
        display: inline-block;
        font-size: 12px;
        background-color: #ffd564;
        padding: 9px 15px 8px 14px;
        margin: 5px 16px 5px 0;
        cursor: pointer;
    }

        .time-select .time-select__item:before {
            content: "";
            width: 54px;
            height: 28px;
            border: 1px solid #ffffff;
            position: absolute;
            top: 3px;
            left: 3px;
        }

.movie--test--dark {
    background-color: #dbdee1;
}

.movie--test {
    float: left;
    margin-bottom: 8px;
}

.movie--test--left .movie__images {
    float: left;
}

.movie--test .movie__images {
    width: 50%;
    border: none;
    position: relative;
}

.movie--test--left .movie__images:before {
    border-width: 0 20px 20px 0;
    right: 0;
}

.movie--test--dark .movie__images:before {
    border-color: transparent #d10f2c transparent transparent;
}

.movie--test .movie__images:before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    position: absolute;
    top: 0;
    z-index: 20;
}

.movie--test .movie-beta__link {
    display: block;
    position: relative;
}

.movie .movie__images img {
    max-width: 100%;
}

img {
    vertical-align: middle;
}

.movie--test .movie-beta__link:after {
    content: "";
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 19;
}

.movie--test--left .movie__images:after {
    right: 14px;
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    transform: skewX(45deg);
}

.movie--test--dark .movie__images:after {
    background-color: #dbdee1;
}

.movie--test .movie__images:after {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    top: 0;
}

.movie--test .movie__info {
    overflow: hidden;
    padding: 17px 17px;
    position: relative;
    min-height: 250px;
    margin: 0;
}

    .movie--test .movie__info button {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        border: none;
        border-radius: 0;
    }

.movie--test .movie__title {
    font-size: 16px;
    font-weight: bold;
}

.movie .movie__title {
    display: inline-block;
    margin-bottom: -6px;
    max-width: 330px;
}

.movie .movie__option {
    font-size: 13px;
    margin-bottom: 3px;
    line-height: 28px;
    color: #4c4145;
}

.movie__info .movie__images {
    position: relative;
    border: 3px solid #ffd564;
}

/*.carousel.slide {
    padding-top: 3.5rem !important;
}*/
.text-black {
    color: black !important;
}

#trailer-video {
    width: 100%;
    height: 450px;
}

.bg-secondary .page-heading {
    color: white !important;
}

.downtitle {
    font: 24px "aleobold", sans-serif;
    text-transform: uppercase;
    color: #4c4145;
    margin-bottom: 28px;
    margin-top: 28px;
}

.movie-best__rating {
    background-color: #ffd564;
    text-align: center;
    font: 20px "aleobold", sans-serif;
    color: #4c4145;
    text-transform: uppercase;
    padding-bottom: 25px;
    padding-top: 26px;
    position: relative;
}

    .movie-best__rating:before {
        content: "";
        background-image: url(/img/stars.svg);
        background-repeat: no-repeat;
        height: 20px;
        left: 45%;
        margin-left: -171px;
        position: absolute;
        top: 27px;
        width: 95px;
    }

    .movie-best__rating:after {
        content: "";
        background-image: url(/img/stars.svg);
        background-repeat: no-repeat;
        height: 20px;
        margin-right: -169px;
        position: absolute;
        right: 45%;
        top: 27px;
        width: 95px;
    }

.copy {
    font-family: "aleoitalic", sans-serif;
    font-size: 13px;
    padding-bottom: 45px;
}

/*# sourceMappingURL=layout.css.map */
/*-------------------- 26.04.2022--------------------*/
.btnFragman {
    color: white;
    background-color: #d10f2c;
    font-weight: bold;
}

.movie__title {
    color: black !important;
    font-size: 18px !important;
}

#mainNav {
    background-color: #ffff !important;
    padding: 10px !important;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

    #mainNav .navbar-nav li.nav-item a.nav-link {
        text-transform: uppercase;
    }

        #mainNav .navbar-nav li.nav-item a.nav-link:focus {
            color: rgba(220,53,69, 0.3) !important;
        }

.footerLink {
    font-size: 14px !important;
    color: black !important;
    text-align: center !important;
    padding: 0px 15px !important;
    text-decoration: none !important;
}

    

    .footerLink:hover {
        color: #d10f2c !important;
    }
