<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
 box-sizing: border-box;
 scroll-behavior: smooth;
}

a{
	text-decoration: none;
	display: inline-block;
	color: inherit;
}

p{
    margin: 0;
	padding: 0;
}

ul,
li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h1,
h1,
h3{
	padding: 0px;
	margin: 0px;
	font-size: inherit;
}
picture{
	padding: 0px;
	margin: 0px;
}

.container{
	max-width: 1270px;
	margin: 0 auto;
	padding: 0 15px;
}

@font-face {
 font-family: 'SFProDisplay-Light' sans-serif;
 src: url("../fonts/SFProDisplay-Light.woff2") format("woff2"),
        url("../fonts/SFProDisplay-Light.woff2") format("woff");
        font-weight: 300;
        font-style: normal;
        font-display: swap;
}

@font-face {
 font-family: 'SFProDisplay-Regular' sans-serif;
 src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"),
        url("../fonts/SFProDisplay-Regular.woff2") format("woff");
        font-weight: 400;
        font-style: normal;
        font-display: swap;
}


@font-face {
 font-family: 'SFProDisplay-Medium' sans-serif;
 src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"),
        url("../fonts/SFProDisplay-Medium.woff2") format("woff");
        font-weight: 500;
        font-style: normal;
        font-display: swap;
}

@font-face {
 font-family: 'SFProDisplay-Semibold' sans-serif;
 src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"),
        url("../fonts/SFProDisplay-Semibold.woff2") format("woff");
        font-weight: 600;
        font-style: normal;
        font-display: swap;
}

@font-face {
 font-family: 'SFProDisplay-Bold' sans-serif;
 src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"),
        url("../fonts/SFProDisplay-Bold.woff2") format("woff");
        font-weight: 700;
        font-style: normal;
        font-display: swap;
}




.title{
	font-family: 'SFProDisplay-Regular', sans-serif;
	font-weight: 400;
	font-size: 44px;
	line-height: 53px;
	padding-left: 25px;
	margin-bottom: 55px;
	padding-top: 200px;
}



body{
	font-family: 'Ubuntu', sans-serif;
	/*font-family: 'PT Serif', serif;*/
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
	color: #333333;
	font-weight: 300;
	font-size: 17px;
	line-height: px;
	margin: 0;
}

.header{
     z-index: 10;
}


.header__inner{
	position: relative;
	display: flex;
	justify-content: space-between;
	background-color: #ff0000;
	width: 100%;
	min-height: 80px;
	padding: 0;
}

nav.header__menu{
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 18px;
	top: 30%;
	left: 30px;
	background-color: transparent;
}
nav.header__menu span{
	display: block;
	position: absolute;
	width: 25px;
	height: 4px;
	top: 0px;
	background-color: #fff;
}
nav.header__menu span::before{
	content: "";
	position: absolute;
	width: 25px;
	height: 4px;
	top: 7px;
	left: 0px;
	background-color: #fff;
}
nav.header__menu span::after{
	content: "";
	position: absolute;
	width: 25px;
	height: 4px;
	top: 14px;
	background-color: #fff;
}


.header__logo{
	margin-left: 90px;
	display: flex;
	align-items: center;
}
.header__title{
	display: flex;
	align-items: center;
}

.header__cabinet{
	position: relative;
	background-color: #fff;
	width: 15%;
	display: flex;
	align-items: center;
}
.header__cabinet p{
	position: relative;
	color: #ff0000;
	padding-left: 20px;
}
.header__cabinet a{
	text-decoration: none;
	color: #ff0000;
}
.header__cabinet a:hover{
	opacity: 0.9;
	transition: all ease .25s;
}




.header__cabinet p::before{
	content: '';
	position: absolute;
	background-image: url(../images/cab-bg.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fff;
	width: 40px;
	height: 40px;
	left: -25px;
	top: -7px;
	z-index: 9;
	border-radius: 50%;
}

.films__box{
	display: flex;
	max-width: 100%;
	flex-wrap: wrap;

}



.films__box-item{
	position: relative;
	flex: 0 0 25.0%;
	margin-bottom: 0px;
}



.soon .films__box-item{
	flex: 0 0 20.0%;
	margin-bottom: 0px;
}


.films__box-item img{
	width: 100%;
}

.s-title-box{
	min-height: 60px;
	background-color: #ff0000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s-title-box.red{
	background-color: #ff0000;
}
.s-title-box.wite{
	background-color: #fff;
}


.films__box.news{
	display: flex;
	justify-content: space-between;
}

.news .films__box-item{
	flex: 0 0 20.0%;
	margin-bottom: 35px;
	padding: 0 5px;
}
.news .films__box-item img{
	margin-bottom: -3px;
}


.action__content{
	position: relative;
	height: auto;
	background-color: #e3e3e3;
	padding: 10px 10px 20px 10px;
	text-align: center;

}
.action__content p{
	font-size: 18px;
	color: #000;
	max-height: 81px;
	overflow: hidden;
}


.p-action .films__box-item img {
    width: 100%;
    height: 100%;
    margin-right: 15px;
    min-height: auto;
}


.news__content{
	position: relative;
	height: 130px;
	background-color: #e3e3e3;
	padding: 15px 40px 15px 40px ;
	text-align: center;

}
.news__content p{
	font-size: 18px;
	color: #000;
	max-height: 81px;
	overflow: hidden;
}
.news__content p.date{
	position: absolute;
	right: 10px;
	bottom: 10px;
    font-weight: bold;
	font-size: 14px;
	color: #64b307;
	text-transform: uppercase;
	padding-left: 25px;
}

.news__content p.date::before{
	content: "";
	position: absolute;
	background-image: url(../images/date-bg.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	left: 0px;
}











.schedule__inner{
	width: 100%;
	padding: 10px 30px 30px 30px;
	background-color: #d8d8d8ee;
	min-height: 100px;
	background-image: url(../images/sch-content-bg.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-position: 100% 100%;

}

.page-section.schedule{
	margin-top: 40px;
}

.schedule__inner-nav{
	display: flex;
	justify-content: space-around;
	margin-bottom: 0px;
	background: #fefefe;
}

.schedule__inner-nav li{
	display: flex;
	justify-content: space-between;
	align-items: end;
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d800;
	border-radius: 0 10px 0 0;
	color: #000;
	width: 100%;
	margin-left: -10px;
}
.schedule__inner-nav li a{
	display: flex;
	justify-content: space-between;
	align-items: end;
	color: #000;
	padding: 18px 10px 8px 20px;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border-radius: 0 8px 0 0;
}
.schedule__inner-nav li a:hover{
	background-color: #d8d8d8;
}

.schedule__inner-nav li:nth-child(1){
	position: relative;
	margin-left: 0px;
	width: calc(100% - 10px);
	   border-left: 1px solid #d8d8d8;
}
.schedule__inner-nav li.active a{
	background-color: #d8d8d8;
}

.schedule__inner-nav li:nth-child(1) .item-active{
	content: "";
	position: absolute;
	top: -15px;
	width: calc(100% + 2px);
	height: 130%;
	left: -1px;
	right: -1px;
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-radius: 10px 10px 0 0;
	padding: 8px 10px 0px 20px;
	background-color: #d8d8d8;
}


.schedule__inner-nav li span{
	
}

.schedule__inner-nav span.day{
	color: #000000;
	font-size: 15px;
	text-transform: uppercase;
}

.schedule__inner-nav li span.date{
	font-size: 15px;
	color: #ff0000;
	font-weight: bold;
}

.schedule__inner-nav span.today{
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.schedule__inner-nav li span.active-date{
	font-size: 12px;
	color: #ff0000;
	text-transform: uppercase;
}




.formats{
	display: flex;
	justify-content: space-between;
	width: 40%;
	margin: 0px auto;
	padding: 20px 0px;
}

.formats li a{
	font-weight: 500;
	font-size: 21px;
	color: #40aadc;
}
.formats li.active a{
	color: #333;
	transition: all ease 0.25s;
}
.formats li a:hover{
	text-decoration: none;
	color: #333;
	transition: all ease 0.25s;
}

.formats li span{
	font-size: 21px;
	color: #333;
}


.schedule__inner img{
	position: relative;
	width: 100%;
}

.schedule__inner .age{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 20px;
	right: -10px;
	width: 50px;
	height: 50px;
	background-color: #64b307;
	border-radius: 50%;
	font-size: 18px;
}


.schedule__inner .photo_poster-lable{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 80px;
	right: -10px;
	width: 50px;
	/* height: 50px; */
	background-color: #64b307;
	border-radius: 50%;
	font-size: 18px;
}
.schedule__inner .photo_poster-lable img,
.films__box-item .photo_poster-lable img{
	width: 50px;
	height: 50px;
}

.current-films .photo_poster-lable{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 30px;
	right: 20px;
	width: 50px;
	height: 50px;
	background-color: #64b307;
	border-radius: 50%;
	font-size: 18px;
}

.current-films .films__box-item .photo_poster-lable img{
	min-height: 50px;
}




.schedule__item-name{
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
	font-size: 26px;
	line-height: 120%;
}

.schedule__item-format{
	margin-top: 30px;
	/*width: 80%;*/
	padding-left: 15px;
}
.schedule__item-format li{
	display: inline-block;
	margin-right: 3px;
}
.schedule__item-format li p{
	text-align: center;
	font-size: 14px;
	color: #fff;
}



.schedule__item-format li a{
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	padding: 1px 8px;
	margin: 0;
	background-color: #ff0000;
}
.schedule__item-format li a:hover{
	background-color: #82be3b;
	color: #fff;
	transition: all ease 0.25s;
}

.schedule__item-format.page-film li a.active{
	background-color: #82be3b;
	color: #fff;
	transition: all ease 0.25s;
}




.col-wite{
	color: #fff;
}
.col-red{
	color: #ff0000;
}
.col-black{
	color: #000;
}
.bg-red{
	background-color: #ff0000;
}
.bg-green{
	background-color: #82be3b;
}

.schedule__item-box{
	margin-bottom: 50px;
}



.footer__inner{
	position: relative;
	background-color: #ff0000;
	width: 100%;
	min-height: 180px;
	padding: 15px 0;
}

.footer__inner::before{
	content: "";
	position: absolute;
	width: 197px;
	height: 192px;
	left: 0;
	bottom: 0;
	background-image: url(../images/foot-bg-left.png);
	background-repeat: no-repeat;
}
.footer__inner::after{
	content: "";
	position: absolute;
	width: 199px;
	height: 161px;
	right: 0;
	top: 0;
	background-image: url(../images/foot-bg-right.png);
	background-repeat: no-repeat;
}



.footer__logo-box{
	text-align: center;
}
.footer__logo{
	margin-bottom: 10px;
}

.foot-adress{
	text-align: center;
	color: #fff;
	font-size: 18px;
}


.phone-text{
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.phone-num{
	font-size: 30px;
	color: #000;
	font-weight: 500;
}

.social{
	margin-top: 20px;
}
.footer-nav{
	margin-top: 20px;
}


.social li{
	margin-bottom: 10px;
}

.footer-nav li{	
	margin-bottom: 5px;
}
.footer-nav li a{
	color: #fff;
	font-size: 18px;
}

.footer-phone-box{
	display: flex;
	 /* align-items: center; */
	 flex-direction: column;
}



.s-bradcrumbs-box {
    min-height: 70px;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 15px;
}

.bradcrumbs li{
  display: inline-block;
  color: #c8c8c8;
}
.bradcrumbs li a{
  color: #c8c8c8;
}

.bradcrumbs li.col-red{
	color: #ff0000;
}




.p-news{
	background-image: url(../images/p-news-bg.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: 30%;



}
.p-news__inner{
	display: flex;
	flex-wrap: wrap;l
}

.p-news__img{
	position: relative;
	margin-right: 5%;
}
.p-news__img .p-news__img-date{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #06a2b5;
	top: 50px;
	right: -45px;
	z-index: 5;
}
.p-news__img .p-news__img-date span{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 1;
}

.p-news__img img{
	width: 100%;
	max-width: 480px;
	height: auto;
}


h1.p-news-title{
	font-size: 24px;
	text-transform: uppercase;
	color: #06a2b5;
}

.p-news__content{
	position: relative;
	padding-top: 50px;
    width: 30%;
    padding-bottom: 70px;
}

.news__all{
	padding-top: 30px;
    width: 35%;
    padding-left: 5%;
    margin-bottom: 20px;
}

.actions__all{
	padding-top: 30px;
    width: 15%;
    padding-left: 5%;
    margin-bottom: 20px;
}

.p-news__content p{
	padding-right: 15%;

}

.p-news__content-bottom-box{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.social-box li{
	display: inline-block;
	margin: 0px 5px;
}

.buy-ticket-box{
	display: ;
	color: #fff;
	align-items: center;
	justify-content: right;
	background-image: url(../images/buy-btn.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 38px;
	text-align: center;
	border: none;
}

.buy-ticket-box a.buy-ticket{
	font-size: 15px;
	font-weight: bold;
	color: #fff !important;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 25px;
	padding-left: 25px;
	cursor: pointer;
}
	




.news__all__title{
	color: #ff0000;
	font-size: 24px;
	text-transform: uppercase;
}


.news__all__content-box{
	position: relative;
	height: 100%;
}
.news__all__item-name{
	font-size: 21px;
}

.news__all__date{
	/*position: absolute;
	left: 0px;
	bottom: 0;*/
    font-weight: bold;
	font-size: 14px;
	color: #64b307;
	text-transform: uppercase;
	padding-left: 25px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.news__all__date::before{
	content: "";
	position: absolute;
	background-image: url(../images/date-bg.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	left: 0px;
}

.mbot{
	margin-bottom: 50px;
}

.mtop-30{
	margin-top: 30px;
}





   .show__content-left {
    width: 25%;
    padding: 0px;

}


.show__content-center {

    width: 50%;
}

.show__content-right {
    padding-left: 3%;
    padding-top: 30px;

}

.show__content-right {
    background-color: #fff;
    width: 25%;
}

.show__content-left img{
    width: 100%;
}


.places{overflow-x:auto}



.places__wrap{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:30px 10px 60px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:auto;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}

.places__row-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}


.places__back-row-wrap{margin-top:50px}
.places__double-place-row-wrap{margin-top:50px}

.places__row{margin:0 -4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}
.places__row-double-places{-ms-flex-pack:distribute;justify-content:space-around}

.places__row-number{color: #111111; display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px}

.places__place-wrap{position:relative;margin:4px;width:29px;height:40px}

.places__double-place-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;margin:4px;width:78px;height:53px;border:1px solid #817c95;border-radius:5px;overflow:hidden}
.place-tooltip{position:absolute;margin-top:7px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:100%;left:50%;right:50%;width:-webkit-max-content;width:-moz-max-content;width:max-content;background-color:#524e68;border-radius:5px;padding:3px 15px;display:none;z-index:10;font-size:.9375rem;font-weight:300}
.place-tooltip:before{position:absolute;content:'';display:block;bottom:100%;left:0;right:0;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #524e68;margin:auto}
.place-tooltip__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.place-tooltip__price{width:100%;text-align:center;font-weight:500}




.place{position:relative;width:100%;height:100%;border:2px solid #777777;border-radius:5px 10px 0 0 ;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:background .1s;-o-transition:background .1s;transition:background .1s;cursor:pointer}

.place:hover{-webkit-transition:background .1s;-o-transition:background .1s;transition:background .1s;background-color:#ff0000; border:2px solid #ff0000;}



.place:hover+.place-tooltip{display:-webkit-box;display:-ms-flexbox;display:flex}
.place--busy{cursor:default;background-color:#cccccc;background-position:center;background-size:80%;background-repeat:no-repeat}


.place:checked{-webkit-transition:background .1s;-o-transition:background .1s;transition:background .1s;background:#82be3b}


.double-place{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;border:none;width:50%;border-radius:0}
.double-place__middle-border{position:absolute;left:50%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:1px;height:50%;z-index:1;background-color:#605c71}


.ticket__buy-button {
    margin-bottom: 10px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ticket__selected-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}


@media (max-width:1375px){

.place-wrap{width:29px;height:40px}

}


@media (max-width:991px){

.place-wrap{width:20px;height:35px}
.place{border-radius:3px}

}


@media (max-width:575px){

	.delete__icon{
		margin-bottom: 20px;
	}


        .place-wrap{width:13.6px;height:22.53px;margin:2px}
        .place{border-radius:2px}
    }


.screen-big{
    margin-bottom: 30px;
    text-align: center;
}

.screen-big img{
    max-width: 100%;

    
}

.screen-big-text{
    text-align: center;
    font-size: 16pt;
    margin-top: -15px;
}



.shedule-schema {
 
  resize: both;
 
}


.shedule-schema{
	display: none;
}

.shedule-schema.active{
	display: none;
}







/*-------------------------------------film---------------------------------------*/




.page-section.video{
	background-image: url(../images/film-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000;
	padding: 50px;

}
.video__box{
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
.video__box img{
	max-width: 100%;
}


.film__content-top{
	display: flex;
	background: #000000;
}

.film__content-left{
	background-color: #878787;
	width: 30%;
	
	padding-top: 30px;
	padding-bottom: 20px;
	padding-right: 15px;
}
.film__content-center{
	background-color: #000;
	width: 25%;
}
.film__content-center img{
	width: 100%;
    height: 100%;
    min-height: 696.5px;
}
.film__content-right{
	background-color: #fff;
	width: 45%;
}

.film__content-left__title{
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	padding: 0px 15px;
	margin-top: 30px;
	text-align: center;
}

.film__content-left{
	text-align: center;
}

.film__content-left select{
	text-align: center;
	padding: 7px 15px 7px 15px;
    font-weight: 300;
    border-radius: 10px;
    width: 50%;
    margin: 20px auto;
    /*background-image: url(../images/select-bg.jpg);
    background-repeat: no-repeat;
    background-position: 97% 50%;*/
    appearance: none;
    background: #333333;
    color: #ffffff;
}
.film__content-left option{
	font-weight: 300;
}
.film__content-left span{
	font-weight: 500;
}

.film__content-left__name{
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 50px;
}
.film .schedule__item-format{
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 0px;
}
.films__box .schedule__item-format{
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 0px;
}

.film__seat{
  text-align: center;
  margin-top: 70px;
}

.film__seat__row{
	
}

.film__seat__row-item{
	width: 24px;
	height: 29px;
	border: 2px solid #595959;
	border-radius: 3px 5px 0px 0px;
	display: inline-block;
}
.film__seat__row-item:nth-child(even){
	margin-right: 7px;
}

.bg-wite{
	background-color: #fff;
}
.bg-mis{
	background-color: #ccc;
}

.film__seat__bottom{
	margin-top: 20px;
}

.show .film__seat__bottom span{
	font-weight: 300;
	padding-left: 5px;
	color: #333;
}

.film__seat__bottom span{
	font-weight: 300;
	padding-left: 5px;
	color: #fff;
}
.film__seat__bottom .film__seat__row-item{
	vertical-align: middle;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 7px;

}


.film__content-right{
	padding-left: 3%;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-right: 70px;
}

.film__content-right__title{
	font-size: 28px;
	color: #000;
}

.film__content-right__subtitle{
	font-size: 21px;
	color: #ff0000;

}

.film__content-right__param{
	padding-top: 20px;
	padding-left: 0px;
	margin-left: 0px;
}

.film__content-right__param p{
	font-size: 18px;
}
.param{
	width: 25%;
	font-weight: 500;
}
.param-value{
	width: 40%;
}
.film__content-right__param li{
	display: flex;
	margin-bottom: 10px;
	
}
.film__content-right__text{
	font-size: 15px;
	margin-top: 20px;
}







.btn-primary {
    color: #ffffff;
    background-color: #ff0000;
    border-color: #b40202
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #b40202;
    border-color: #870505
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(194, 91, 91, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff;
    background-color: #ff0000;
    border-color: #b40202
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show&gt;.btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #b40202;
    border-color: #870505
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show&gt;.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(194, 91, 91, 0.5)
}

.btn-outline-primary {
    color: #ff0000;
    background-color: transparent;
    background-image: none;
    border-color: #ff0000
}

.btn-outline-primary:hover {
    color: #222;
    background-color: #8ad3d3;
    border-color: #ff0000
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(194, 91, 91, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #ff0000;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show&gt;.btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #8ad3d3;
    border-color: #ff0000
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show&gt;.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(194, 91, 91, 0.5)
}


.form__field--error{
border: 1px solid #ff0000;
}









.popup-header__menu{
	position: fixed;
	background-image: url(../images/header-popup_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 280px;
	height: 100vh;
	background-color: #f18724;
	top: -1px;
	left: -300px;
	padding-left: 40px;
	padding-top: 120px;
	padding-right: 0px;
	transition: all ease 0.25s;
	z-index: 10;
	box-shadow: 0px 0px 8px black;
}
.popup-header__menu.active{
	left: 0px;
	transition: all ease 0.25s;
}
.popup-header__menu.hide{
	display: none;
}

.popup-header__menu p{
    text-transform: uppercase;
    font-size: 24px;
    
    
}

.popup-header__menu p:hover{
    text-transform: uppercase;
    font-size: 24px;
    
}
.popup-header__menu li{
    padding-left: 10px;
}

.popup-menu__lang .devider{
	width: 15px;
	text-align: center;
}


.popup-header__menu p a{
	width: 100%;
    text-decoration: none;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #ff000000;
    border-left: 1px solid #ff000000;
    border-bottom: 1px solid #ff000000;
    border-right: 16px solid #ff000000;
    padding-left: 10px;
    
}
.popup-header__menu p a:hover{
    color: #ffffff;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-right: 16px solid #ffffff;
}


.popup-nav{
	margin-top: 20px;
}

.popup-nav li{	
	margin-bottom: 5px;
}
.popup-nav li a{
	color: #fff;
	font-size: 21px;
}


.popup-menu__lang{
    position: absolute;
    display: flex;
    height: 30px;
    top: 30px;
    left: 25px;
}
.popup-menu__lang li{
    display: inline-block;
    color: #fff;
}
.popup-menu__lang li a{
    color: #fff;
    transition: all ease .25s;
}
.popup-menu__lang li a.active{
    color: #000;
}
.popup-menu__lang li a:hover{
	text-decoration: none;
    color: #000;
    transition: all ease .25s;
}


.popup-header__menu span{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 25px;
	right: 25px;
}
.popup-header__menu span::before{
	content: "";
	position: absolute;
	width: 25px;
	height: 2px;
	background-color: #fff;
	transform: rotate(45deg);
	top: 15px;
}
.popup-header__menu span::after{
	content: "";
	position: absolute;
	width: 25px;
	height: 2px;
	background-color: #fff;
	transform: rotate(-45deg);
	top: 15px;
}


.popup-films__box-item{
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000000cc;
	text-align: center;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.popup-films__box-item.active{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000000cc;
}

.soon .popup-films__title{
	font-size: 26px;
	line-height: 1.2;
	min-height: 70px;
	color: #fff;
}

.popup-films__title{
	font-size: 36px;
	line-height: 1.2;
	min-height: 90px;
	color: #fff;
}
.popup-films__title a:hover{
	text-decoration: none;
	color: #fff;
}

.popup-films__subtitle{
	color: #a4ff5a;
}
.popup-films__session{
	font-size: 26px;
	padding-top: 40px;
	color: #fff;
}


.films__box .schedule__item-format{
	margin-top: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.films__box .buy-ticket-box{
	position: absolute;
	left: 50%;
	margin-left: -95px;
	bottom: 12%;
}

.films__box .schedule__item-format li{
	display: inline-block;
}
.films__box .schedule__item-format li p{
	font-size: 16px;
	text-align: center;
	margin: 0;
	color: #fff;
}

.films__box .schedule__item-format li a{
	text-decoration: none;
	background-color: #ff0000;
	color: #fff;
    padding: 2px 10px;
    text-align: center;
    margin-top: 5px;
}
.films__box .schedule__item-format li a:hover{
	background-color: #111;
	transition: all ease .25s;
}


.soon .films__box .buy-ticket-box{
	position: absolute;
	left: 50%;
	margin-left: -95px;
	bottom: 9%;
}


.soon .films__box .schedule__item-format li p{
	font-size: 14px;
	text-align: center;
	margin: 0;
}

.soon .films__box .schedule__item-format li a{
	text-decoration: none;
	font-size: 16px;
	background-color: #ff0000;
	color: #fff;
    padding: 0px 8px;
    text-align: center;
    margin-top: 5px;
}
.soon .films__box .schedule__item-format li a:hover{
	background-color: #111;
	transition: all ease .25s;
}




.films__box-item img {
    width: 100%;
    height: 100%;
    min-height: 656px;
    max-height: 656px;
}
.films__box-item a{
    width: 100%;
    height: 100%;
}





.soon .films__box-item img {
    width: 100%;
    height: 100%;
    min-height: 550px;
    max-height: 550px;
}

.news .films__box-item img {
    width: 100%;
    height: 100%;
    min-height: 172px;
    /*max-height: 172px;*/
}

.slick-btn{
	display:;
}

.slick-prev-trademark{
	position: absolute;
		width: 35px;
	height: 35px;
	background-color: #333333cc;
	left: 0px;
	top: 35%;
	border: none;
	z-index: 99;
}

.slick-next-trademark{
	position: absolute;
	width: 35px;
	height: 35px;
	background-color: #333333cc;
	right: 0px;
	top: 35%;
	border: none;
	z-index: 99;
}


.slick-prev-trademark{
    content: '';
    background-image: url(/images/arrow-left.svg);
    background-position: 50% 50%;
    background-size: 25px;
    outline: none; 
    background-repeat: no-repeat;
    z-index: 100;
}
.slick-next-trademark{
    content: '';
    background-image: url(/images/arrow-right.svg);
    background-position: 50% 50%;
    background-size: 25px;
    outline: none; 
    background-repeat: no-repeat;
}




.show-1200{
	display: none !important;
}

.video__box iframe{
	max-width: 880px;
	width: 100%;
}

.spacebar-list{
    display: flex;
    flex-wrap: wrap;
}

.spacebar-list__item{
    flex: 0 0 33.333333333%;
}

.spacebar-list__item img{
	width: 100%;
	height: 100%;
}

.spacebar-content{
	margin-left: 3%;
	padding: 50px 0px;
}
.page-content{
	padding: 50px 0px;
}

.spacebar-title,
.page-title{
	font-size: 38px;
	margin-bottom: 20px;
	line-height: 38px;
    font-weight: 500;
}


.director{
	display: flex;
	justify-content: space-between;
	}



.director .page-sub-title{
	font-size: 18px;
}


.spacebar-sub-title,
.page-sub-title{
	font-size: 24px;
	margin-top: 15px;
	font-weight: 500;
}

.spacebar-sub-title__list{
	padding-left: 20px;
}
.spacebar-sub-title__list li,
.page-sub-title__list li{
	list-style-type: disc;
	font-size: 18px;
	margin-bottom: 10px;
}

.left-spacebar-box{
	position: relative;
	padding-bottom: 100px;
}
.buy-ticket-box.spacebar{
	text-align: center;
	position: absolute;
	left: 50%;
    margin-left: -95px;
	bottom: 10px;
}

.left-spacebar-box .buy-ticket-box a.buy-ticket {
    font-size: 15px;
    font-weight: bold;
    color: #fff !important;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    width: 100%;
}

.news-img{
	padding: 20px 0px;
}

.news-item{
	position: relative;
	margin-top: 50px;
	padding-bottom: 70px;
}

.buy-ticket-box.news{
	position: absolute;
	bottom: 0px;
	text-align: center;
}
.buy-ticket-box.news a.buy-ticket{
	width: 100%;
}





.page-news .films__box-item {
    flex: 0 0 25.0%;
    margin-bottom: 35px;
    padding: 0 3px;
}

.films__box.page-news {
    display: flex;
}

.page-news .news__content .news__content__text{
	height: 81px;
	overflow: hidden;
}

.schedule-bg-left{

    position: fixed;
    background-image: url(../images/p-news-bg.png);
    height: 100%;
    width: 50%;
    top: 0px;
    left: -200px;
    background-repeat: no-repeat;
    /* background-position: 0% 0%; */
    z-index: -1;
}


.schedule-bg-right{

    position: fixed;
    background-image: url(../images/p-news-bg.png);
    height: 100%;
    width: 50%;
    top: 0px;
    right: -150px;
    background-repeat: no-repeat;
    /* background-position: 0% 0%; */
    z-index: -1;
}


.page-about .news__all{
    padding-top: 00px; 
    width: 15%;
    padding-left: 2%;
    margin-bottom: 20px;
}

.page-about .p-news__content {
    position: relative;
    padding-top: 30px;
    width: 40%;
    padding-bottom: 70px;
}

.page-about .mbot{
    margin-bottom: 10px;
}
.page-about .p-news__img {
    position: relative;
    margin-right: 3%;
}

 .page-about .page-sub-title__list li {
    list-style-type: disc;
    font-size: 16px;
    margin-bottom: 0px;
}

.page-about .p-news__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-about .news__all img{
	width: 100%;
}

.page-about .p-news__content p {
    padding-right: 0%;
    padding: 10px 0px;
}


.buy-ticket-box.m-active{
	display: none;
}

.schedule__item-format li p.col-black {
	color: #000;
}


.page-rules .p-news__inner {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.p-rules__content{
    position: relative;
    padding-top: 50px;
    width: 50%;
    padding-bottom: 70px;
}

.p-rules__img{
    position: relative;
    margin-right: 5%;
}

.spacebar-sub-title, .page-sub-title{
	margin-bottom: 10px;
}


.place--busy {
	background-image: url(/images/pop-corn.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}



.newsone img{
	max-width: 100%;
    min-height: 125px;
}



a.films__box-item{
	text-decoration: none;
}


.movie-card-location__price, .sessions-movie__price {
    position: absolute;
    margin-top: 7px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -35px;
    left: 50%;
    right: 50%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #524e68;
    border-radius: 5px;
    padding: 3px 15px;
    display: none;
    z-index: 10;
    font-weight: 300;
    color: #fff;
    font-size: 12px;
}

.schedule__item-format a{
	position: relative;
}




.schedule__item-format a:hover .movie-card-location__price,
.schedule__item-format a:hover .sessions-movie__price{
	display: block;
}

.schedule_bg{
	margin-top: 0 !important;
	padding-top: 50px;
	   
   	       background:  url(/images/112.jpg) no-repeat center top fixed;
    		background-size: cover;
}


.place.place--blocked{
    cursor: default;
    background-color: #777;
    background-image: url(/images/close.png);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.show__content-center {

    width: 51%;
}

.places__wrap{width:-webkit-fit-content;
	width:-moz-fit-content;
	width:fit-content;
	padding:30px 10px 60px 30px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:auto;
	-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}

.about-content-img img{
	max-width: 100%;
}


.p-contact__inner{
     display: flex;
     flex-wrap: wrap;
     
}

.p-contact__map{
    width: 60%;
    padding-top: 50px;
}
.p-contact__contact{
	width: 40%;
	padding-top: 50px;
}

.error-img{
	text-align: center;
	margin-top: 150px;
	height: calc(100vh - 440px);
}
.error-img img{
	max-width: 100%;
	padding: 0px 25px;
}


.confirm_bg{

	 margin-top: 0 !important;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(/images/112.jpg) no-repeat center top fixed;
    background-size: cover;

}




.confirm_content{
	display: flex;
	height: calc(100vh - 440px);
	align-items: center;
	
	font-weight: 400;
   }

   .confirm_content p{
   font-size: 24px;
	width: 60%;
	margin: 0 auto;
   }
    .confirm_content p strong{
   	font-size: 56px;
   	line-height: 70px;
	margin: 0 auto;
   }
    .confirm_content p span{
   	font-size: 36px;
   	line-height: 70px;
   }



.other-date{
	position: relative;
}

.other-date::after{
   content: '';
    position: absolute;
    right: 10px;
    top: 55%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333333;
    clear: both;
}


.ticket__info-title{position:relative;font-size:.75rem; color: #111111;}

.single-ticket p{
	font-size: 10pt;
}


.cabinet-page h2{
	font-size: 14pt;
}





@media (max-width:575px){
        

.tickets-table thead{

	display:none;
}


.tickets-table td{
	width: 100%;
	float:left;
}







  .single-ticket img{

max-width: 150px; 

    }

.schedule__inner.cabinet-page
    {
    	padding: 5px;
    }


    }



.other-date {
    display: flex;
    justify-content: space-between;
    align-items: end;
    color: #000;
    padding: 18px 10px 8px 20px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    border-radius: 0 8px 0 0;
    cursor: pointer;
}

  
  .other-date-block{
  	position: absolute;
  	    top: 40px;
    right: 0;
  	display: none;
  	min-width: 170px;
  	z-index: 99;
  }






 .other-date-block a {
    display: flex;
    justify-content: space-between;
    align-items: end;
    color: #000;
    background: #ffffff;
    padding: 18px 10px 8px 20px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    border-radius: 0;
}


.menu-contact{
	position: absolute;
	left: 10%;
	bottom: 30px;
	color: #fff;
	
}

.menu-contact .menu-contact-title{
	font-size: 18px;
}
.popup-header__menu .menu-contact p{
	font-size: 14px;
	text-transform: none;
}




.dis{
	display: none;
}
.expiration{
	display: flex;
	position: absolute;
	top: 0px;
	left: 3px;
	right: 3px;
	bottom: 0px;
	background-color: #333333cc;
	z-index: 99;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}


/* datepicker css */

.ui-datepicker {
    text-align: center;
    background: #ffffff;
}

.ui-datepicker-trigger {
    margin: 0 0 0 5px;
    vertical-align: text-top;
}

.ui-datepicker {
    font-family: Open Sans, Arial, sans-serif;
    margin-top: 2px;
    padding: 0 !important;
    border-color: #c9f0f5 !important;
}

.ui-datepicker {
    width: 256px;
}

.openemr-calendar .ui-datepicker {
    width: 191px;
}

.ui-datepicker table {
    width: 256px;
    table-layout: fixed;
}

.openemr-calendar .ui-datepicker table {
    width: 191px;
    table-layout: fixed;
}

.ui-datepicker-header {
    background-color: #ff0000 !important;
    background-image: none !important;
    border-radius: 0;
}

.openemr-calendar .ui-datepicker-header {
    background-color: #ff0000 !important;
    border-width: 1px;
    border-color: #c9f0f5;
    border-style: solid;
}

.ui-datepicker-title {
    line-height: 35px !important;
    margin: 0 10px !important;
    display: none;
}

.openemr-calendar .ui-datepicker-title {
    line-height: 20px !important;
}

.ui-datepicker-prev span {
    display: none !important;
}

.ui-datepicker-next {
    text-align: center;
}

.ui-datepicker-next span {
    display: none !important;
}

.ui-datepicker-prev {
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==') !important;
    height: 12px !important;
    width: 7px !important;
    margin: 14px 12px;
    display: inline-block;
    left: 0 !important;
    top: 0 !important;
}

.openemr-calendar .ui-datepicker-prev {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAuUlEQVQokXXRsUtCYRAA8J8pDQ1CVIgIgtBU2NDiZIuDS4uLf6WDS1O0tLREEE8icBNKS3lTs8/B78XHw3dwcHA/juOuqjzucYJVrQQMcYctvo4OgEFIeMK6iPphCjzjEWLUC3vACx7yRo5uMUIFr5gii1EL41AvMIkBVPGH04DrSLEsIvjEOZq4wi9+iijDR0ANXOMbmxjlcIY2LtANO6YxymGCDs5wg/ciYv+KBJeY4+2A+Y9j4Y47RtUkrNXeDxUAAAAASUVORK5CYII=') !important;
    height: 14px !important;
    width: 9px !important;
    margin: 5px !important;
}

.ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker-prev {
    cursor: pointer;
}

.ui-datepicker-next {
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==') !important;
    height: 12px !important;
    width: 8px !important;
    margin: 14px 12px;
    display: inline-block;
    right: 0 !important;
    top: 0 !important;
}

.openemr-calendar .ui-datepicker-next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAtElEQVQYlXXQsUpCcRQH4I97EQyHa1pgIEE0hBGYL+BjNLRFjxXh4rM4F21BS4S4FAgqQioOngt/RM/6+zi/w4EanlA4MDkecYsO3vG/D8a4Rx03eMMqBQt8oodTXAdalwBm+IpNDVxG3aYEMMU3ujjDBT5SAH9R2cE58mwPFOgneJSCGp7RjLoXTEtQjbCFOV7xCxkqdp9sYxnhpFyb4QFXdh8c4Cc9Ko++OwzjFwfn5FiwBVeuI/K2UCkSAAAAAElFTkSuQmCC') !important;
    height: 14px !important;
    width: 8px !important;
    margin: 5px;
}

.ui-datepicker-month {
    border-radius: 2px;
    background-color: #3985a0;
    width: 110px !important;
    height: 22px;
    font-family: Open Sans !important;
    color: #fff;
    font-size: 14px !important;
    font-weight: 600;
    text-align: left;
    border: none !important;
    margin-right: 17px !important;
    vertical-align: text-top;
}

.openemr-calendar .ui-datepicker-month {
    font-family: Open Sans, Arial, sans-serif;
    color: rgba(34, 34, 34, 0.87);
    font-size: 12px !important;
    font-weight: 700;
    text-align: center;
    transform: scaleX(1.0029)
}

.ui-datepicker-year {
    border-radius: 2px;
    background-color: #3985a0;
    width: 61px !important;
    height: 22px;
    border: none !important;
    font-family: Open Sans !important;
    color: #fff;
    font-size: 14px !important;
    font-weight: 600;
    text-align: left;
    vertical-align: text-top;
}

.openemr-calendar .ui-datepicker-year {
    font-family: Open Sans, Arial, sans-serif;
    color: rgba(34, 34, 34, 0.87);
    font-size: 12px !important;
    font-weight: 700;
    text-align: center;
    transform: scaleX(1.0029)
}

.ui-datepicker-month option,
.ui-datepicker-year option {
    color: #3985a0 !important;
    background-color: #fff !important;
    font-family: Open Sans !important;
    font-size: 14px !important;
    font-weight: 600;
}

.ui-datepicker-month option[selected],
.ui-datepicker-year option[selected] {
    background-color: #e5edf0 !important;
}

.ui-datepicker .ui-state-hover {
    /*background: none !important;*/
    border: 0 !important;
}

.ui-datepicker td {
    vertical-align: top;
}

.ui-datepicker .ui-state-default {
    border-radius: 2px;
    border-color: #edebeb !important;
/*     background: white !important; */
    width: 24px;
    height: 24px;
    padding: 0 !important;
    line-height: 24px;
    text-align: center !important;
    font-family: Open Sans, Arial, sans-serif;
    color: #707070;
    font-size: 13px;
    font-weight: 400 !important;
    margin: 7px 0 0 4px;
}

.ui-datepicker .ui-state-default.ui-state-highlight{
    border-color: #dcdcdc;
    background-color: #cff3f8 !important;
    color: #3e9aba !important;
}

.openemr-calendar .ui-state-default {
    font-size: 10px;
    margin: 0;
}

.ui-datepicker td {
    width: 33px;
}

.openemr-calendar .ui-datepicker td {
    width: 26px;
}

.openemr-calendar .ui-state-default {
    width: 26px;
    height: 20px;
    line-height: 20px;
}
.ui-state-default.ui-state-hover {
    border-color: #dcdcdc;
    background-color: #cff3f8 !important;
}

.ui-datepicker .ui-state-active {
    border-color: #dcdcdc;
    background-color: #cff3f8 !important;
    color: #3e9aba !important;
} 

.ui-datepicker-calendar thead tr th {
    font-family: Open Sans, Arial, sans-serif;
    color: #549fa8;
    font-size: 12px;
    font-weight: 400;
    padding: 0.45em 0.3em !important;
    /*   width: 15px !important; */
}

.openemr-calendar .ui-datepicker-calendar thead tr th {
    font-size: 10px;
}

.ui-datepicker-close {
    display: none;
}

.ui-datepicker thead {
    background-color: #f5f5f5;
}

.openemr-calendar .ui-datepicker thead {
    background: none;
}

.ui-state-default.ui-datepicker-current {
    float: none !important;
    font-family: Open Sans, Arial, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    border-width: 0 !important;
    border: none;
    vertical-align: top;
    margin: 0 !important;
    background-color: transparent !important;
}

.ui-datepicker-buttonpane.ui-widget-content {
    text-align: center;
    background-color: #3e9aba;
    margin: 0 !important;
    height: 28px;
    padding: 0 !important;
}

.openemr-calendar .ui-datepicker-year {
    background-color: transparent;
}

.openemr-calendar .ui-datepicker-month {
    background-color: transparent;
}

.openemr-calendar .ui-state-default {
    border: 0 !important;
}

.openemr-calendar .ui-datepicker-month {
    margin-right: 10px !important;
}

#datepicker{
	border:0;
	font-size:1px;
	color: #ffffff;
	padding: 0;
	margin:0; 
}

.isf a{
	font-weight: bold !important;
	color: #ff0000 !important;
}




@media (min-width:764px){

#ui-datepicker-div{margin-left: -235px !important}

}

.site-login a{
	color: #ff0000;
	text-decoration: underline;
}

.site-login a:hover{
	color: #333333;
	text-decoration: none;
}

.help-block-error{
	color: red;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}




.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}
.pagination-rounded .page-link {
    border-radius: 30px!important;
    margin: 0 3px;
    border: none;
    width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    line-height: 32px;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #74788d;
    background-color: #fff;
    border: 1px solid #ced4da;
}


.pagination-rounded .page-item span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #74788d;
    background-color: #fff;
    border: 1px solid #ced4da;
}

.pagination-rounded .page-item span {
    border-radius: 30px!important;
    margin: 0 3px;
    border: none;
    width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    line-height: 32px;
}


.note-editable{
	background: #ffffff;
}


.modal-dialog.infoblock{
	width: 700px;
	max-width: 100%;
}
.modal-dialog.infoblock img{
	max-height: 400px;
	max-width: 100%;
	
}

.infoblock-img{
	padding-bottom: 16px;
	border-bottom: 1px solid #e9ecef;
}


.modal-dialog.infoblock p{
	padding-top: 5px;
}


.infoblock .modal-body{
	text-align: center;
}


.opening_hours{
	font-size: 12px;
}



.opening_hours-text{
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}
.opening_hours-text .opening_hours{
	font-size: 16px;
	text-transform: none;
	color: #000;
	font-weight: 500;
}

.item__calc-block{
	background-color: #efefef;
}
.bar__item-text{
	font-size: 16px;
	font-weight: 500;
	color: #333;
	text-align: center;
	padding: 8px;
}
.bar__item-title.bar__item-text{
	font-size: 14px;
	font-weight: 700;
	min-height: 70px;
}

.quantity{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 8px;
}
.quantity__input{
	text-align: center;
	width: 40px;
	height: 40px;
	outline: none;
	border: none;
	background-color: transparent;
	font-size: 18px;
    
}
.quantity__btn{
	width: 40px;
	height: 40px;
	outline: none;
    border: 1px solid #eceaea;
    background-color: #fff;
}

.bar__item-block{

	margin-bottom: 50px;
	
}
.bar__item{

	max-width: 100%;
	font-size: 14px;
    line-height: 18px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #eceaea;
    margin-bottom: 15px;
}


.bar__item-img{
	text-align: center;
	padding: 8px;
}
.bar__item-img img{
	max-width: 100%
}



.col-pd {
    padding-left: 4px;
    padding-right: 4px;
}




.mb-10{
	margin-bottom: 10px;
}




.news-slider .films__box-item.slick-slide.slick-active{
	min-width: 300px;
	max-width: 100%;
}




.photo_poster-block{
	width: 50px;
	height: 50px;
}


@media (max-width:1200px){


.news-slider .films__box-item.slick-slide.slick-active{
	min-width: 250px;
	max-width: 100%;
}

}






@media (min-width:1200px){



.sticky {
  position: fixed;
  top: 0;
  width: 35%;
  /* Other styling properties */
}

}



@media (min-width: 992px){



	.news .news-slider .slick-track{
	min-width: 1000px;
	
}

}


@media (min-width: 1400px) {

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }



}</pre></body></html>