@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans.ttf');
}

body{
	font-family:'OpenSans'!important;
	margin:0;
}


.dark{
	background:#000;
}

.dark a{
	color:#fff;
}

.gradient{
	background: radial-gradient(circle, rgb(12 131 255 / 16%) 0%, rgb(0 0 0) 100%);
	padding: 20px 0;
    padding-top: 150px;
    margin-top: -140px;
}

/* .abs{ */
	/* position:absolute; */
	/* z-index: 2; */
	/* width:1320px; */
/* } */

/* .header_overlay{ */
	/* width:100%; */
	/* height:100px; */
	/* background: linear-gradient(#373536, #ffffff00); */
	/* position:absolute; */
	/* z-index: 1; */
/* } */

.logo{
	width:283px;
	height:100px;
	background-image:url('../images/logo.png');
	background-size: contain;
	background-repeat:no-repeat;
}



/* .head_nav{ */

    /* height: 100px; */
    /* display: flex; */
    /* position: relative; */
    /* align-content: center; */
    /* justify-content: space-around; */
	/* align-items:center; */
/* } */
/* .head_nav li{ */
	/* list-style:none; */
	/* float:left; */
	/* display:flex; */
	/* font-size: 20px; */
    /* text-transform: uppercase; */
    /* text-shadow: 0 1px 1px #000; */
/* } */
/* .head_nav li a{ */
	/* text-decoration:none; */
	/* color:#fff; */
/* } */


.slider2{
	margin-top:-126px;

}

.slider_text{
	width: 50%;
    /* height: 100px; */
    z-index: 5;
    position: fixed;
    /* color: #fff; */
    /* font-size: 32px; */
    /* letter-spacing: 6px; */
    margin-left: 50vw; 
    font-weight: bold;
    /* margin-top: 20vw; */
    text-shadow: 0 0 15px #000;
	transition:1s;
	bottom:15%;
	/* cursor:pointer; */
}

.sls{
	transition:8s;
	
}

.sls_0{
	opacity:0.7;
}






.slider{
	margin-top:-126px;
	background-color:#000;
	 /* height:660px;  */
	 max-height:660px; 
	/* max-height:950px; */
	/* min-height:500px; */
}

.slide{
	 /* height:700px;  */
	 /* max-height:850px; */
	 width:100%; 
	 min-width:500px;
	overflow:hidden;
}

 .slider-over{ 
	margin-top:-126px;
	width:100%;
	height:600px;
	position: absolute;
	z-index: -1;
	/* background:#373536; */
	background:#000;
	overflow:hidden;
 } 

.slick-active .slide img{
	/* background:#fff; */
	/* transition: 8s!important; */
	/* opacity:0.4!important; */
	/* transform: translateY(-40px); */
	/* margin:0 auto; */
	/* width:100%; */
	opacity:0.8;  
}

.slick-active .slide > div{
	background:#fff;
	transition: 8s!important;
	/* opacity:0.4!important; */
	/* transform: translateY(-40px); */
	margin:0 auto;
	width:100%;
	/* opacity:0.5!important; */
}

.bg-dark2{
	--bs-bg-opacity: 1;
    /* background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important; */
	z-index:5;
	/* background: linear-gradient(#373536, #ffffff00); */
	background: linear-gradient(#000, #ffffff00);
}

.films img{
	width:100%;
} 



.slider_text span{
	color: #ddd;
	letter-spacing: 0px;
	font-size: 20px;
	font-weight: normal;
}

.slick-list, .slick-track, .slick-slide > div, .slide{
	height:100%;
}

.slide_div{
	background-position:top!important;
	/* background-size:cover!important; */
	background-size:contain!important;
	background-repeat:no-repeat!important;
	width:100%;
	height:660px;
	max-height:110%;
	/* background-color: #000!important; */
}

.slider_shadow{
	width:100%;
	height:100%;
	position:absolute;
	z-index:3;
	opacity:0.2;
	transition: 8s!important;
	background:#000;
}

.slick-arrow{
		/* z-index:0!important; */
}

.films span{
	background: #eee;
    display: flex;
    height: 72px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
	text-align: center;
    font-size: 18px;
    line-height: 23px;
}

.films_dark_film span{
	background: #404040;
    display: flex;
    height: 72px;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    border-radius: 0 0px 20px 20px;
}
.films_dark img{
	width:100%; 
	
}
.films_dark_film{
	float:left;
	transition: 1s;
	overflow: hidden;
	cursor:pointer;
	display: flex;
    align-items: flex-end;
}

.films_dark_film:hover{
	transform: scale(1.1);
}
.films_dark img{
	opacity:0.8;
	transition: 1s;
}

.films_dark img:hover{
	opacity:1;
}

.films_dark_film{
	margin-bottom:30px;
}

.films_dark_film a{
	text-decoration:none;
}

.films_dark_film .lenta{
	color:#fff;
}

.slide_produce{
	padding:15px!important;
}
.slider_produce .right_arrow{
	animation: right 2.7s infinite linear;
}
@keyframes right {
  0%, 100% {
    transform: translateX(-15%);
  }
  50% {
    transform: translateX(15%);
  }
}


.more{
	text-align:right;
}
.more_dark{
	text-align:right;
}

.more a{
	color:#000;
	text-decoration:none;
}
.more_dark a{
	color:#fff;
	text-decoration:none;
}

.more_dark a:hover{
	color:#fff;
	border-bottom: 4px dashed #2b2b2b;
}

.banner{
	width:1900px;
	margin:0 auto;
	height:400px;
	background:#ddd;
	color:#aaa;
	font-size:28px;
	text-align:center;
	padding-top:190px;
}



.news img{
	width:100%;
}
.news_dark img{
	width:100%;
}

.news span{
	background: #eee;
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
 
    font-size: 18px;
    line-height: 23px;
}
.news_dark span{
	background: #404040;
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
	 border-radius: 0 0px 20px 20px;
}

.item_news{
	margin-bottom:20px;
	
}

.item_news a{
	text-decoration:none;
}

.films_bg{
	background:url('../images/films_bg.jpg');
	min-height:200px;
	background-repeat:no-repeat;
	background-color:#000;
	background-position: top center;
	margin-top:-140px;
	padding-top:180px;
	color:#fff;
}

.filter_title{
	font-size:18px;
	color:#666;
	
	
}

.filter_ul{
	padding:0;
	border-left: 1px solid #444;
    padding-left: 10px;
}

.filter_ul li{
	list-style:none;
	color:#aaa;
	cursor:pointer;
	transition:0.5s;
	text-transform:uppercase;
	
}

.filter_ul li:hover{
	color:#fff;
}

.filter_float{
display: flex;
flex-wrap: wrap;
}
.filter_float li{
		float:left;
		padding-right: 20px;
		padding: 8px 15px;
		border-bottom: 1px solid #111;
}


.film_li{
	list-style: none;
    /* opacity: 1!important;   */
    width: 200px;
    float: left;
    margin: 20px 1%;
	transition:0.8s;
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
}

.post-title{
		background: #404040;
    display: flex;
    height: 72px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    border-radius: 0 0px 20px 20px;
	overflow: hidden;
    flex-wrap: wrap;
}

.post-title a{
	color:#fff;
	text-decoration:none;
}
.post-title a:hover{
	color:#fff;
}

.post-overlay{
	display:none;
}
.active_link{
	color:#fff!important;
}



footer{
	height:300px;
	width:100%;

	background-image:url('../images/foot_bg.jpg');
	background-color:#444;
	
}

/* .footer_bg{ */
	/* background-image:url('../img/foot_bg.jpg'); */
	/* width:100%; */
	/* height:300px; */
	/* position:absolute; */
	/* opacity:0.2; */
/* } */

.footer-nav{
	display: block;

    text-align: center;
	
}

.footer-nav li{
	list-style: none;
	
	
}
.footer-nav li a{
	color:#fff;
	text-decoration:none;
}


.h2_line{
	border-bottom: 5px solid #d1d1d1;
    width: 20%;
    line-height: 67px;
}

.h2_line_dark{
	color:#fff;
	border-bottom: 5px solid #444;
    width: 30%;
    line-height: 67px;
}


.h2_a,.h2_a:hover{
	text-decoration:none;
}




/* :FILM */

.film_name{
	font-size:32px;
	color:#fff;
	font-weight:bold;
	letter-spacing: 4px;
}


.film_opt{
	width:100%;
}
.film_opt td:nth-child(1){
	color:#aaa;
	width: 40%;
    height: 36px;
	vertical-align: text-top;
	padding-bottom:10px;
}
.film_opt td:nth-child(2){
	color:#ddd;
	vertical-align: text-top;
	padding-bottom:10px;
}

.descr{
	color:#fff;
		
}
.cast{
	color:#fff;
}

.cast h3{
	font-size:18px;
	font-weight:bold;
}

.flex_zag{
	display: flex;
    color: #fff;
    letter-spacing: 10px;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}

.slider_film img{
	padding: 20px;
    box-shadow: 0px 20px 2px #505050;
	
}

.left_arrow{
	color: #fff;
    font-size: 40px;
    position: absolute;
    z-index: 3;
    top: 45%;
    left: 2%;
    text-shadow: 0 1px 10px #000;
	opacity:0.5;
}

.right_arrow{
	color: #fff;
    font-size: 40px;
    position: absolute;
    z-index: 3;
    top: 45%;
    right: 2%;
    text-shadow: 0 1px 10px #000;
	opacity:0.5;
}


.banner_dark{
	width: 100%;
    margin: 0 auto;
    background: #000;
    color: #ccc;
    font-size: 18px;
    text-align: justify;
    padding: 50px;
	
	background-image: url('../images/films_bg2.jpg');

    background-attachment: fixed;
    display: flex;
	background-repeat:no-repeat;
    align-items: center;
    position: relative;
	background-position:center;
}

.about-block{
	padding-left:80px;
	font-size:20px;
	line-height: 80px;
}

.about-block i{
	font-size: 40px;
    width: 89px;
    line-height: 72px;
    margin-top: 6px;
    display: block;
    float: left;
	color:#a57f28;
	text-shadow:2px 2px 9px #000;
}

.news_full{
	color:#cacaca;
	font-family: 'OpenSans';
}

.news_full h1{
	padding: 0 15%;
	margin: 30px 0;
}



.img200_300{
	width:200px;
	height:300px;
	overflow:hidden;
	
}

.page_nav{
	margin:20px 0;
}

.page_nav > a, .page_nav > span{
	display:block;
	float:left;
	padding: 10px;
	font-size:20px;
	color:#ddd;
	text-decoration:none;
}

.page_nav > .active_a{
	background: #323232;
}

.page_nav > a:hover{
	color:#fff;

}


.img_news{
	width:100%;
	height:200px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.img_news p{
	text-decoration:none;
	color:#fff;
	text-shadow: 2px 2px 4px #000000, 2px -2px 4px #000000, -2px -2px 4px #000000, -2px 2px 4px #000000;
	padding:10px;
}

.film_img{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
}


.stream_block{
	text-align:center;
}
.stream_block img{
	height:auto;
	max-height: 50px;
	max-width:100%;
}

.page_content{
	color:#cacaca;
	font-family: 'OpenSans';
}

.page_content a{
	color:#bbb;
}

.page_content h1{
	padding:50px 0;
}

.pages_bg {
    min-height: 200px;
    background-repeat: no-repeat;
    background-color: #000;
    margin-top: -100px;
    padding-top: 150px;
    color: #fff;
}


.nav_2_line{
	text-align: center;    
	margin-top: -8px;    
	font-size: 14px;
}


.lenta{
    font-size: 12px;
	position: relative;
	padding: 2px 10px;
    display: inline;
    margin-left: -7px;
    margin-bottom: 24px;
    border-radius: 4px 8px 8px 0px;
}

.l-green{
    background: #189718db;
}
.l-blue{
    background: #185c97db;
}
.l-fiolet{
    background: #691897db;
}
.l-red{
    background: #971818db;
}
.l-orange{
    background: #d85d06db;
}


.empty_poster_0, .empty_poster_8{
	background-image:url('../images/empty_posters/g1.jpg');
}
.empty_poster_1, .empty_poster_9{
	background-image:url('../images/empty_posters/g2.jpg');
}
.empty_poster_2, .empty_poster_10{
	background-image:url('../images/empty_posters/g3.jpg');
}
.empty_poster_3, .empty_poster_11{
	background-image:url('../images/empty_posters/g4.jpg');
}
.empty_poster_4, .empty_poster_12{
	background-image:url('../images/empty_posters/g5.jpg');
}
.empty_poster_5, .empty_poster_13{
	background-image:url('../images/empty_posters/g6.jpg');
}
.empty_poster_6, .empty_poster_14{
	background-image:url('../images/empty_posters/g7.jpg');
}
.empty_poster_7, .empty_poster_15{
	background-image:url('../images/empty_posters/g8.jpg');
}










@media (max-width: 991px) { 
	.nav_2_line{
		text-align: left;    
		margin-top: 0px;    
		font-size: 16px;
	}
	.slider2{
		margin-top:40px;
	}
	
}


@media (max-width: 767px) { 

	.slider{
		height:350px;
		overflow:hidden;
		margin-top:40px;
		
	}
	.slick-arrow{
		display:none;
	}

	.slider_text{
		width:100vw;
	}

	.banner_dark{
		padding:15px;
	}
	.about-block{
		padding-left:10px;
	}
	.footer-nav{
		padding-left:0px;
	}



 }
 
 
 
@media (min-width: 767px) and (max-width: 1400px){ 
 
	 .slider{
		height:350px;
		overflow:hidden;
		/* margin-top:40px; */
		
	}
	 
 
 
 }




	.se_form {
	  position: absolute;
	  width: 0px;
	  margin: 0 auto;
	  height: 42px;
	}
	.se_input {
	  height: 35px;
	  width: 0;
	  border: none;
	  border-bottom: 2px solid transparent;
	  outline: none;
	  background: transparent;
	  transition: .4s cubic-bezier(0, 0.8, 0, 1);
	  position: absolute;
	  top: 40px;
	  right: 0;
	  z-index: 2;
	  color:#fff;
	  padding: 0;
	  background: #0000006b;
	  border-radius: 5px;
	}
	.se_input:focus {
		padding: 0 42px 0 15px;
		width: 300px;
		z-index: 1;
		border-bottom: 2px solid #F9F0DA;
	}
	.se_but {
	  background: none;
	  border: none;
	  height: 24px;
	  width: 0px;
	  position: absolute;
	  top: 8px;
	  right: -18px;
	  cursor: pointer;
	  z-index: 6;
	}
	.se_but:before {
	  content: "\f002";
	  font-family: FontAwesome;
	  font-size: 16px;
	  color: #fff;
	}
	
	.se_result{
		width:300px;
		background:#404040e3;
		min-height:100px;
		position:absolute;
		top:80px;
		border-radius:10px;
		display:none;
		z-index:20;
		padding: 10px 0;
		left:-300px;
	}
	
	.se_res_found{
		width:100%;
	    padding: 5px 15px;
		height: 100px;
	}
	.se_result a{
		color:#ccc;
		display:block;
		text-decoration:none;
		border-bottom: 1px solid #5d5d5d;
	}
	
	.se_result a:hover{
		background:#333;
		color:#fff;
	}

	.se_res_img{
		width:60px;
		height:90px;
		float:left;
		margin: 0 10px 0px 0px;
		background-size:cover;
	}
	
	.se_res_txt{
		height: 90px;
		display: flex;
		align-items: center;
	}








/* .slide:hover{ */
	/* opacity:0.5; */
	
/* } */




