
.container {
    margin-left: auto;
    margin-right: auto;
    padding-right: 70px;
    padding-left: 70px;
    max-width: 1366px;
}

#it_footer {

    padding-top: 50px;
    padding-bottom: 40px;
    z-index: 1;
    background: #141414;
    position: relative;
    margin-top: 60px;
}

#it_footer .container{
    padding: 0;
}

#it_header {
    padding: 25px 0;

}
.it-header{
    position: fixed;
    transform: translateY(0px);
    transition: all 0.3s;
    z-index: 199!important;
}
.second-top{
    top: 82px;
}
.second-header{
    position: relative;
    min-height: 64px;
    display: flex;
    align-items: center;
    padding: 0 8px 0 24px;
    background:  #007eef;
    color: white;
    font-size: 15px;
}
.hidden-header{
    /*transform: translateY(-200%);*/
}

/*------------------------- header --------------------------------*/

.temporary-banner{
    margin-top: -25px;
    justify-content: center;
}

.temporary-banner p{
    animation: unset;
    -webkit-animation: unset;
}

.banner-exit-btn{
    margin-right: 32px;
}

.it-desktop-menu {
    display: flex;
}

.it-navbar {
    padding: 0;
    /*margin: 0 0 24px 0;*/
}

.it-header-logo {
    margin-left: 48px;
    width: 126px;
    height: 28px;

}

.it-header-logo img{
    width: 126px;
    height: 28px;

}

.hamburger-menu-icon {
    display: none;
}

.it-header-account {
    display: none;
}

.it-btn.account{
    display: flex;
}

.it-menu-list-items {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.it-menu-list-item {

    font-size: 14px;
    font-size: .875rem;
    margin-left: 30px;
    position: relative;
}

.it-menu-list-link {
    display: inline-flex;
    color: #FEFEFE;
    align-items: center;
    position: relative;
}

.it-menu-list-link.has-submenu::after {
    content: '\e901';
    font-size: 24px;
    font-size: 1.5rem;
    margin-right: 6px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.it-menu-list-link.has-submenu.is-active::after {
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
}

.it-menu-list-link.has-submenu.is-active:not(.profile-name)::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-bottom: 12px solid #FEFEFE;
    bottom: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


.it-submenu-list-items {
    display: flex;
    position: absolute;
    top: 42px;
    right: -100px;
    background: #FEFEFE;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    align-items: center;
    width: max-content;
    width: -moz-max-content;
    z-index: 1;
}

.it-submenu-list-item {
    display: flex;
    align-items: center;

    position: relative;

    flex-shrink: 0;
}

.it-submenu-list-item::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 72%;
    background: #CBCBCB;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.it-submenu-list-item a {
    display: flex;
    color: #141414;
    width: 100%;
    height: 100%;
    padding: 12px 30px;
    align-items: center;

}

.it-submenu-list-item:last-child::before {
    display: none;
}

.it-submenu-list-item a::before {
    margin-left: 12px;
    color: #141414;
    font-size: 24px;
    font-size: 1.5rem;

}

.it-submenu-list-item.movie a::before {
    content: '\e92f';
}

.it-submenu-list-item.theater a::before {
    content: '\e942';
}

.it-submenu-list-item.concert a::before {
    content: '\e912';
}

.it-submenu-list-item.entertainment a::before {
    content: '\e923';
}

.it-submenu-list-item.conference a::before {
    content: '\e913';
}

.it-submenu-list-item.more a::before {
    content: '\e92e';
}
.it-submenu-list-item.fajr a::before {

    background-image: url('../public/assets/icons/simorgh.svg');
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
}
.it-submenu-list-item.science a::before {
    background-image:url('../icons/science_dark.svg');
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
}


.header-fajr{
    width: 17px;
    margin-left: 10px;
    opacity: .8;
}

.it-header-location {
    padding: 8px 36px;
    background: #363636;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .35);
    width: fit-content;
    width: -moz-fit-content;
}

.header-profile-dropdown{
    display: block;
    position: absolute;
    background: #363636;
    padding: 24px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    top: calc(100% + 16px);
    min-width: 200px;
    left: -4px;
    box-shadow: 0 3px 6px #00000059;
}

.header-profile-dropdown:before{
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #363636;
    position: absolute;
    top: -10px;
    left: 67px;
}
.header-promotion-dropdown{
    display: block;
    position: absolute;
    background: white;
    color: black;
    padding: 24px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    top: calc(100% + 16px);
    min-width: 200px;
    max-width: 350px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    left: -150px;
    box-shadow: 0 3px 6px #00000059;
}

.header-promotion-dropdown:before{
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #363636;
    position: absolute;
    top: -10px;
    left: 95px;
}

.location-dropdown{
    display: flex;
    justify-content: center;
    background: #E4E4E4;
    position: absolute;
    /*width: 125%;*/
    padding: 9px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 3px 6px #00000059;
    top: calc(100% + 16px);
    width: max-content;
    width: -moz-max-content;
}

.location-dropdown:before{
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #E4E4E4;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-profile-content{
    display: block;
}



.it-btn.sell-history {
    margin-left: 24px;
}

.it-btn.sell-history::before {
    content: '\e94f';
    font-size: 16px;
    font-size: 1rem;
    margin-left: 6px;
}

.it-btn.account{
    width: auto;
    height: auto;
    padding: 7px 20px;
}

.it-btn.account::before {

    margin-left: 6px;
}

.it-btn.location-btn{

    padding: 8px 24px;

    display: flex;
    align-items: center;
}


.it-btn.location-btn:before{

    margin-left: 12px;
}




.header-divider{
    margin: 0 24px;
}


.it-province-icon{
    width: 18px;
    height: 18px;
    margin-left: 0;
}

.it-btn.account span{
    display: block;
}




/* ------------------------------ movie container ---------------*/

.it-tabs {
    margin-bottom: 12px;
}

.it-tabs-overflow {
    /*margin-bottom: 8px;*/
    scroll-behavior: smooth;
    scrollbar-color: #242424 #363636;
    overflow-x: hidden;
    margin-bottom: 16px;
}

.it-tabs-overflow::-webkit-scrollbar {
    background: #363636;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.it-tabs-overflow::-webkit-scrollbar-thumb {
    background: #242424;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.it-home-main-movies-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;

}

.it-home-main-movies-item {
    /*margin-left: 30px;*/
    padding-top:20px;
    padding-bottom:20px;
}

/*.it-home-main-movies-item:nth-child(4n) {*/
/*    margin-left: 0;*/
/*}*/

/*.it-home-movies-container {
    flex-direction: column;
    align-items: center;
    height: auto;
    text-align: center;
    padding: 144px 16px 24px 16px;
    position: relative;
    background: #242424;
}*/

./*it-home-main-movies-item-image-container {
    align-self: center;
    margin-right: 0;
    width: 130px;
    height: 182px;
}*/

/*.it-home-main-movies-item-img{
    width: 100%;
    height: 100%;
}*/

.it-home-main-movies-item-content {
    width: 100%;
}

.it-home-main-movies-item-info {
    display: flex;
    justify-content: center;
}

.it-home-main-movies-item-rate {
    justify-content: center;
}

.it-age-filter {
    position: absolute;
    top: -155px;
    left: 0px;
}


/* ---------------------------- news --------------------*/

.it-news-content{
    margin-top: 440px;
}
.it-news-content-body{
    padding-top: 120px;
    padding-bottom: 150px;
    margin-bottom: -100px;
}

.it-news-content-image{
    height: 520px;
    top: unset;
    bottom: calc(100% - 90px);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.movie-detail-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
}

.movie-detail-news-list {
    width: 100%;
    /*flex-shrink: 0;*/
}

.it-show-news{
    position: relative;
}

.more-news-movie-button {
    margin-bottom: 24px;

}


.movie-detail-news > .it-text-heading {
    order: 1;
    -webkit-order: 1;
    margin-bottom: 24px;
    color: #FEFEFE;
}

.movie-detail-news-list {
    /*order: 3;*/
    /*-webkit-order: 3;*/
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*margin: 0 -16px;*/
    width: 100%;
}

.news-col{
    width: 100%;
    flex: 0 0 33.33%;
    padding: 0 16px;
}

.movie-detail-news-item {

}

.movie-detail-news-item:nth-child(3n) {
    margin-left: 0;
}

.more-news-movie-detail-line {
    order: 2;
    -webkit-order: 2
}

.author-info{
    width: auto;
    padding: 30px 50px;
}

.author-image{
    margin: 0 0 0 12px;

}

.author-image img{
    width: 120px;
    height: 120px;
}

.author-image img[alt]{
    display: block;
    width: 120px;
    height: 120px;

}

.author-image img[alt]:after{
    width: 118px;
    height: 118px;


}

.author-name{

    font-size: 26px;
    font-size: 1.625rem;

}

.author-describe{
    font-size: 18px;
    font-size: 1.125rem;

}


/* ---------------------------- general page controller -------------------*/

.it-desktop-controller {
    display: flex;
    align-items: center;
    margin-top: 24px;

}

.it-desktop-controller.gutter {
    margin-top: 132px;
}


.horizontal-solid-divider.full-view {
    margin: 8px -24px;
}


.it-sm-full{
    margin-right: unset;
    margin-left: unset;
}

/* --------------------------- cinemas ------------------------*/

.cinema-radio-div {
    flex-basis: 9.1%;
}

.remain-page-cinema {
    max-width: 946px;
    width: 100%;

}

.radio-text-first{
    font-size: 34px;
    font-size: 2.125rem;
    margin-bottom: 0;
}

.it-date-pick {
    scrollbar-color: #242424 #363636;
}

.it-date-pick::-webkit-scrollbar {
    background: #363636;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

}

.it-date-pick::-webkit-scrollbar-thumb {
    background: #242424;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.it-cinema-main-search-info{
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
}

/* ------------------------------ contact-us ---------------------------------*/

.it-contact-us-radio {
    padding: 0;
}


/* -------------------------------------- slider ---------------------------------------------*/

.it-home-movie-slider {
    width: 1024px;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.it-home-movie-slider-internal {
    width: 717px;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

/* --------------------------------------quick-change-page ----------------------------------------*/

.it-mobile-quick-access {
    width: 230px;
    position: relative;


    transform: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 272px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  /*  left: unset;
    bottom: unset;*/
    /*-webkit-transition: all .3s;*/
    /*-moz-transition: all .3s;*/
    /*-ms-transition: all .3s;*/
    /*-o-transition: all .3s;*/
    /*transition: all .3s;*/
}




.sticky-component{
    position: absolute ; top: 0 ;
}
/*.it-mobile-quick-access.is-active {
    bottom: unset;
}*/

.it-mobile-quick-access-content {
    display: flex;
    color: #FEFEFE;
    align-items: center;
    padding: 9px 28px 9px;


}

.it-mobile-quick-access-content.is-active {

    background: #242424;
    -webkit-border-radius: 0 15px 15px 0px;
    -moz-border-radius: 0 15px 15px 0px;
    border-radius: 0 15px 15px 0px;
    width: calc(100% - 35px);

}

.it-mobile-quick-access-content.disabled {
    color: #575757;
}


.it-mobile-quick-access-content::before {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    font-size: 24px;
    font-size: 1.5rem;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;


}

.it-mobile-quick-access-content.is-active::before {

    color: #feca01;
}

.it-mobile-quick-access.is-active .it-mobile-quick-access-ticket.is-active {
    background: #242424;
}

.it-mobile-quick-access-content p {

    margin-top: 0;
    font-size: 16px;
    color: #FEFEFE;
    margin-right: 8px;
    white-space: nowrap;
}

.it-mobile-quick-access-content.is-active p {
    color: #feca01;
}


.it-mobile-quick-access-content.is-right {
    margin: 0 35px 22px 0;


}
.it-mobile-quick-access-content.is-center{
    margin: 0 35px 22px 0;


}

.it-mobile-quick-access-content.is-left {
    margin: 0 35px 0 0;
}

.it-mobile-quick-access-ticket {
    display: flex;
    align-items: center;
    position: static;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    bottom: unset;
    left: unset;
    background: none;
    box-shadow: none;
    color: #FEFEFE;
    width: auto;
    height: auto;
    margin-bottom: 22px;
    margin-right: 35px;
    padding: 9px 28px 9px;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
    transition: unset;
    width: calc(100% - 35px);
}

.it-mobile-quick-access-content.schedule-tables-button::before{
    width: 38px;
    height: 38px;
    background: url("/assets/icons/tabbar_show_table.svg") no-repeat center;
    background-size: 75%;
}

.it-mobile-quick-access-content.schedule-tables-button.is-active::before{
    background-size: 75%;
}

.it-mobile-quick-access-ticket.is-active {
    background: #242424;
    -webkit-border-radius: 0 15px 15px 0px;
    -moz-border-radius: 0 15px 15px 0px;
    border-radius: 0 15px 15px 0px;

    color: #feca01;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
    transition: unset;
}

.it-mobile-quick-access-ticket p {
    margin-top: 0;
    font-size: 16px;
    color: #FEFEFE;
    margin-right: 16px;
}

.it-mobile-quick-access-ticket.is-active p {
    color: #feca01;
}

.it-mobile-quick-access.is-active .it-mobile-quick-access-ticket.is-active::before {
    color: #141414;
}


.it-mobile-quick-access-ticket::before {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #feca01;
    position: static;
    font-size: 20px;
    /*font-size: 1.5rem;*/

    color: #141414;
    justify-self: flex-start;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
}

.it-mobile-quick-access-ticket.disabled::before {

    background: #303030;
    color: #575757;
}

.it-mobile-quick-access-ticket.disabled p {
    color: #575757;
}

.it-mobile-quick-access.news-quick-access{
    height: 198px;
    width: 230px;
    flex-shrink: 0;
}

.it-mobile-quick-access.news-quick-access .it-mobile-quick-access-content.is-active{
    background: #EEEEEE;
    box-shadow: inset 0 5px 10px #00000029;

}

.it-mobile-quick-access.news-quick-access .it-mobile-quick-access-content.is-active p , .it-mobile-quick-access.news-quick-access .it-mobile-quick-access-content.is-active:before{
    color: #242424;
}

.it-mobile-quick-access.news-quick-access .it-mobile-quick-access-content.is-right {
    margin-right: 35px;
    margin-left: 0;
}

.it-mobile-quick-access.news-quick-access .it-mobile-quick-access-content.is-left {
    margin-left: 0;
    margin-right: 35px;

}

/* ------------------------ category --------------------------*/

.category-page {
   /* margin-top: 120px;*/
    /*margin-top: 60px;*/
}

.it-category-container {
    max-width: 1090px;
    margin-right: auto;
    margin-left: auto;
}

.more-movie-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}

/* ---------------------------- places -------------------------- */

.cinema-show-back {
    margin-top: 120px;
    padding: 0 70px;
}

.cinema-main-page {
    /*margin-top: 120px;*/
}

.cinema-page-list {
    max-width: 1090px;
    display: block;

    margin: 0 auto;
}

/*.cinema-item {*/
/*    width: 100%;*/
/*    margin-left: 30px;*/
/*    flex: 0 0 31.47%;*/
/*}*/

/*.cinema-item:nth-child(3n) {*/
/*    margin-left: 0;*/
/*}*/


.about-movie {
    border: none;
}

.actor-list {
    border: none;
}

.another-agent {
    border: none;
}

.it-cinema-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.it-cinema-item {
    width: 48.41%;
    position: relative;
}
.it-cinema-item-new {
    width: 48.41%;
    position: relative;
}



.more-movie {
    border-bottom: none;
}

/* ------------------------ show ----------------*/

/*.it-cinema-details-sans {*/
/*    flex: 0 0 12%;*/
/*}*/


.onclick-sans .it-border-dashed {
    display: none;
}


.onclick-sans .it-exit-btn {
    display: block;
}



.it-home-movies-container.is-active {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

/* --------------------------- location selector ----------------------*/

.it-location-selector {

    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    /*top: 0;*/
    /*right: 0;*/
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    height: fit-content;
    width: 848px;
    max-height: 604px;
    min-height: 313px;

}

.it-location-selector.is-active {
    visibility: visible;
    opacity: 1;


}

.it-location-selector-city-item {

}

/* -------------------------- auth ---------------------------*/
#it_main {
    padding-bottom: 100px;
    padding-top: 120px;
}

#it-content.is-auth {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    position: static;

}


/*.it-mobile-auth {
    width: 340px;

    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 122;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .35);
    padding-bottom: 24px;
    height: fit-content;
    max-height: 680px;
}

.it-mobile-auth .container > div {
    height: auto;
}*/


/*
.auth-enter {
    opacity: 1;

}

.auth-leave-to{
    opacity: 0;
}


.auth-enter-active , .auth-leave-active {

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    !*animation: fadeInLeftBig 1s ease-in-out ;*!
    !*-webkit-animation: fadeInLeftBig 1s ease-in-out ;*!
}*/

.it-mobile-auth.is-active {
    left: 50%;
    visibility: visible;
    opacity: 1;
    height: auto;
}

.it-desktop-auth-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    border-bottom: 1px solid #363636;
}

.it-desktop-auth-header .it-exit-btn {
    position: static;
}

.it-mobile-auth-number-icon {
    margin-top: 24px;
}

.it-mobile-auth-phone-confirm-box.it-col-box {
    justify-content: flex-start;
}

.it-auth-login-links {
    margin-top: 30px;
}

.it-mobile-profile-menu-items{
    padding-right: 0;
}

/* ------------------------------- home main quick access ---------------------*/

.it-home-main-quick-access{
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;

}

/*------------------------ schedule ----------------------------*/


/* ----------------------- order ticket ------------------------*/

.ticket-page {
    margin-top: 120px;
}

/*--------------------------- verify -------------------*/

.it-verify {
    margin-top: 120px;
}

/* ----------------------------------- comments ----------------------------*/

.movie-comment-item-first-line {
    flex-direction: column;
}

.movie-comment-item-rate {
    padding-right: 56px;
}

.movie-comment-feedback {
    justify-content: flex-start;
    padding-right: 46px;
}


/*----------------------- footer -----------------------------*/

.it-footer-quick-access {
    max-width: 618px;
    margin-left: auto;
    margin-right: auto;
}

.it-footer-content{
    padding-right: 525px;
    width: 100%;
}


.mobile-footer {
    width: 405px;
    background: #242424;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .35);
    /*padding: 40px 0;*/
    /*margin-top: -100px;*/
    position: absolute;
    z-index: 1;
    top: -150px;
    right: 60px;
}

.it-footer-logo{
    margin: 40px 0;
}

.it-address-item{
    padding: 16px 24px;
}

.it-footer-addresses-box{
    margin: 0;
}

.it-footer-quick-access {
    display: none;
}

.it-footer-about-us {
    display: none;
}

.it-footer-social-network li {
    background: transparent;
    box-shadow: none;
    width: 24px;
    height: 24px;
}

.desktop-footer {
    display: block;
    width: 100%;
    /*flex: 0 0 74.71%;*/
}

.it-footer-links {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 184px;
}

.it-footer-link {
    width: 100%;
    flex: 0 0 23.68%;
    margin-left: 60px;
}

.it-footer-link:last-child{
    margin-left: 0;
}

.it-footer-link a {
    display: block;
}

.it-copyright {
    margin-top: 0;
    padding: 0;
    background: transparent;
}


/* ------------------------- pop up -----------------------*/
.it-pop-up {
    padding: 0 24px 24px 24px;
    bottom: unset;
    border-radius: 15px;
    max-width: 600px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.it-mobile-auth .it-modal {
    width: auto;
}


.no-containing {
    padding: 0;
    margin: 0;
}

.it-pop-up.select-pop-up {
    position: absolute;
    width: 100%;
    max-width: unset;
    left: 0;
    top: 100%;
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
    padding-top: 24px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
    max-height: 460px;
    margin: 0;

}

.it-pop-up.select-pop-up .top-bar {
    display: none;
}

.it-pop-up.select-pop-up .it-exit-btn {
    display: none;
}

.it-pop-up-overflow {
    padding: 24px;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-color: #242424 #363636;
}

.it-pop-up-overflow::-webkit-scrollbar {
    background: #363636;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

}

.it-pop-up-overflow::-webkit-scrollbar-thumb {
    background: #141414;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* ------------------------------- notification ----------------------*/

.it-notification {
    max-width: 1220px;
    width: fit-content;
    width: -moz-fit-content;
    padding-right: 42px;
}

.it-notification::before {
    font-size: 24px;
    font-size: 1.5rem;
    top: 8px;
}

.it-notification-text {
    font-size: 16px;
    font-size: 1rem;
    color: #FEFEFE;
    line-height: 24px;
}

/* ------------------------------------- main style ----------------------------*/

.it-form-control {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 24px;
}

.it-gray-box {
    padding: 24px;
}

.it-form-control > div {
    width: 100%;
    flex: 0 0 48%;
}

.it-form-control > label {
    width: 100%;
    flex: 0 0 48%;
}


.it-lg-row-box {
    display: flex;
    flex-wrap: nowrap;
}

.light-text-desktop {
    color: #FEFEFE;
}

.t-lg-align-center {
    text-align: center;
}

.m-lg-left-31 {
    margin-left: 31px;
}

.desktop-small-btn {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 9px;
    padding-bottom: 9px;
}


.comment-btn {
    max-width: 146px;
}

.comment-btn:before {
    content: attr(data-content);
    font-family: shabnam;

}

/* ---------------------------- terms ----------------------*/

.it-main-terms {
    margin-top: 147px;
    margin-bottom: -50px;
}

/* ----------------------------- 404 not found -------------------*/

.not-found {
    margin-top: 91px;
    height: calc(100vh - 127px);
}

.not-found-content img {
    width: 540px;
}

.not-found-content h4 {

    font-size: 24px;
    font-size: 1.5rem;

}

/* ------------------------- video slider ------------------*/

.video-slider{
    width: 100%;
    margin: 0;
}

.it-home-movie-slider.category-slider{
    width: 100%;
    max-width: 1090px;
    margin-bottom: 24px;

}

.it-home-movie-slider.category-slider .slider-image-container .it-home-movie-slider-items{
    height: 400px;

}

.it-home-movie-slider-img[alt]{
    min-height: 410px;
    max-height: 410px;
    height: auto;
}

.slider-category-img{
    display: block;
    position: static;
    width: 100%;
    flex: 0 0 26.23%;
    height: auto;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
}

.slider-category-video{
    width: 100%;
    flex: 0 0 73.76%;
    padding-right: 10px;
}

.slider-category{
    display: flex;
    height: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.video-preview{
    position: absolute;
    right: 40px;
    bottom: 30px;
    z-index: 2;
    display: flex;
    align-items: center;
}



.video-preview span:before{
    content: '';
    display: block;
    width: 72px;
    height: 72px;
    background: url("/assets/icons/play_button.svg") no-repeat center;
    background-size: cover;
    margin-left: 30px;
    cursor: pointer;
}

.video-preview p:last-child{
    position: unset;

}



/*---------------------- category box office ----------------*/

.box-office-container{
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
}
.vod-ticket{
    padding: 30px 70px;
}

.it-home-main-movies-item {
    margin-bottom: 32px !important;
}
.it-home-main-quick-access-item::before {
    content: '';
    width: 40px;
    height: 40px;
    margin-bottom: 8px;

}

.it-home-main-movies-item {
    margin-bottom: 2px !important;

}
@media (min-width: 1152px) {

    .it-home-main-movies-item{
        flex: 0 0 20%;
        max-width: 20%;
    }
    .it-home-main-movies-item-cinema{
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.it-home-main-movies-item-cinema.is-active:before{
    content: '';
    position: absolute;
    top: 350px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;

    border-top: 15px solid #242424;
    z-index: 1;
}

/*.it-home-main-movies-item-cinema.is-active:after{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid rgba(0, 0, 0, 0.15);
    filter: blur(3px);
}*/

.bank-img{
    width: 100px;
}
.bank-img-sep{
    width: 85px;
}
.bank-item{

    display: flex;
    justify-content: center;
    align-items: center;
    background: #363636;
    border-radius: 5px;
    min-height: 55px;
    cursor: pointer;
    border: 1px solid transparent;
    transition:all 500ms;

}
.bank-item.is-active{
    border-radius: 5px;
    border: 1px solid #fbcd35;

}
.bank-section{
    margin-bottom: 12px;

}
.new-dark-text{
    color: #a4a4a4 ;
}
.text-center{
    text-align: center;
}


.spacer {
    height: 80px;
}

.sticky {
    top: 0;
    display: inline-block;
    position: relative;
}

.show-container{
    margin-bottom: 70px;
}

.header-container{
    padding-bottom:0 ;
}
@media only screen and (min-device-width : 1152px) and (max-device-width : 1340px) {
    .remain-page-cinema{
        min-width: 75%!important;
        max-width: 75%!important;
    }
}


.it-require-selector-box {

    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    /*top: 0;*/
    /*right: 0;*/
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
 /*   overflow: hidden;*/
    height: fit-content;
    width: 848px;
    max-height: 604px;
    min-height: 313px;

}

.it-require-selector-box.is-active {
    visibility: visible;
    opacity: 1;


}
