body {
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  font-family: 'Formular', Arial, sans-serif;
}

a {
  cursor: pointer;
}

a:focus, a:hover, a:active, h4:focus, button:focus, input:focus, textarea:focus {
  outline: 0;
}

ul {
  padding: 0;
  margin: 0;
}

.no-mrgn{
  margin: 0;
}

.aligncenter, .tac {
  text-align: center;
}

.a-hidden {
  opacity: 0;
}

.a-visible {
  opacity: 1;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/*GENERAL CSS*/

header{
	z-index: 10;
	padding: 16px 0;
	width: 100%;
	display: block;
	position: fixed;
	background-color: rgba(0, 0, 0, .7);
}
.header-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
}
.header-wrap .logo img{
	margin: auto;
	width: 100%;
}
.menu-header ul{
	text-align: center;
	display: block;
}
.menu-header ul li{
	display: inline;
	padding: 0 10px;
}
.menu-header ul li a{
  font-weight: 600;
	font-size: 16px;
	color: #fff;
}
.header-wrap .social{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
	#text-align: center;
  justify-content: flex-end;
}
.header-wrap .social a{
	border-radius: 50%;
	margin-right: 8px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 37px;
  height: 36px;
  background-color: #fff;
}
.header-wrap .social a i{
  margin: auto;
	font-size: 24px;
	color: #000;
}
#precontent{
	height: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	-webkit-background-size: contain;
	background-size: contain;
  	filter: grayscale(30%);
  	z-index: 0;
}
#precontent .gray-overlay{
  position: absolute;
  display: block;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .45);
  z-index: 0;
}
#precontent .wrap{
  z-index: 1;
	position: relative;
	height: 100vh;
	text-align: center;
}
#precontent .wrap h4{
	position: absolute;
	margin: 0;
	top: 40vh;
	left: 0;
	width: 100%;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#precontent .wrap p{
  position: absolute;
  letter-spacing: 2px;
  font-size: 18px;
  color: #fff;
  font-weight: 100;
  opacity: 0.7;
  top: 15vh;
  width: 100%;
  margin: 0;
  left: 0;
}
#precontent .wrap h2{
  font-weight: bold;
	position: absolute;
	margin: 0;
	top: 44vh;
	left: 0;
	width: 100%;
	font-size: 52px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#precontent .wrap ul{
  position: absolute;
  top: 54vh;
  left: 0;
  width: 100%;
  font-size: 24px;
  color: #fff;
  list-style-type: none;
}
#precontent .wrap ul li{
  letter-spacing: 2px;
  text-shadow: 1px 1px 2px black; 
}
.arrow-down{
	position: absolute;
	margin: 0;
	top: 90vh;
	left: 0;
	width: 100%;
}
.arrow-down i{
	font-size: 44px;
	color: #fff;
}
#content{
	#padding: 50px 0 0 0;
	padding: 32px 0 0 0;
}
#films{
  position: relative;
	padding: 0;
	margin: 0;
}
.constructor{
  color: #000;
}
.forma{
  width: 60%;
  margin: auto;
  position: relative;
}
.forma form{
  display: block;
}
.forma form label{
  font-weight: 100;
  color: #000;
  font-size: 18px;
  padding: 8px 0;
  display: block;
  width: 100%;
}
.forma form input{
  width: 100%;
  font-size: 18px;
  padding: 10px 16px;
  border: 1px solid #000;
  color: #303030;
  margin-bottom: 16px;
}
.forma form textarea{
  resize: none;
  width: 100%;
  height: 140px;
  font-size: 18px;
  padding: 10px 16px;
  border: 1px solid #000;
  color: #303030;
  margin-bottom: 16px;
}
.forma form button{
  background-color: #000;
  padding: 16px 34px;
  font-size: 17px;
  border: 0;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  transition: .3s;
  display: block;
  margin: auto;
}
#contacts-footer{
  background-color: #141313;
  padding: 70px 0 50px 0;
  text-align: center;
}
#contacts-footer .wrap{
  display: block;
}
#contacts-footer .wrap h3{
  text-align: center;
  color: #fff;
  font-size: 42px;
}
#contacts-footer .wrap .adress p{
  color: #fff;
  font-size: 24px;
}
#contacts-footer .wrap .adress span{
  font-size: 18px;
  color: #808080;
  margin: 30px 0; 
  display: block;
}
#contacts-footer .wrap .social{
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  text-align: center;
}
#contacts-footer .wrap  .social a{
  border-radius: 50%;
  margin-right: 8px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 38px;
  height: 36px;
  background-color: #fff;
}
#contacts-footer .wrap .social a i{
  margin: auto;
  font-size: 24px;
  color: #000;
}


/*ABOUT*/
  .bg-video {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 0;
    margin: auto;
    overflow: hidden;
  }
  #abt-block{
    padding: 0 !important;
  }
  .bg-video video {
    filter: grayscale(0.2);
    z-index: 0;
    transform: scale(1.25);
    position: absolute;
    width: 100%;
    height: 100vh;
  }
  .about-films{
    padding: 30px;
    height: 60vh;
    background-image: url(../img/about-page/abt-films.png);
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    position: relative;
  }
  .about-films .wrap{
    position: absolute;
    top: 12vh;
    left: 10%;
  }
  .about-films .wrap h4{
    font-size: 46px;
    margin: 50px 0;
    color: #fff;
  }
  .abt-btn{
    background-color: #fff;
    padding: 16px 34px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    border-radius: 50px;
    transition: .3s;
  }
  .about-films .wrap .abt-btn:hover{
    color: grey;
    transition: .3s
  }
  .abt-grid{
    height: 60vh;
    width: 100%;
    position: relative;
    display: flex;
  }
  .abt-grid a{
    display: block;
    width: 100%;
    height: 100%;
  }
  .abt-grid .abt-news{
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    height: 100%;
    position: relative;
    background-image: url(../img/about-page/abt-news.jpg);  
  }
  .abt-grid .abt-afisha{
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    height: 100%;
    position: relative;
    background-image: url(../img/about-page/abt-afisha.png);
  }
  .abt-afisha .overlay, .abt-news .overlay{
      background: rgba(0, 0, 0, 0);
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      transition: 0.6s;
    }
  .abt-afisha:hover .overlay, 
  .abt-news:hover .overlay {
      background: rgba(0, 0, 0, 0.65);
      z-index: 1;
      transition: .5s;
    }
  .abt-grid h4{
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    top: 35%;
    opacity: 0;
    width: 100%;
    position: absolute;
    transition: .5s;
    z-index: 1;
  }
  .abt-afisha:hover h4, 
  .abt-news:hover h4 {
    opacity: 1;
    transition: .5s;
  }
  .abt-slider .slide{
    overflow: hidden;
  }
  .abt-slider .slide .wrap{
    padding: 0 15%;
    position: absolute;
    width: 100%;
    top: 28%;
    text-align: center;
  }
  .abt-slider .slide img{
    height: 600px;
    width: 100%;
  }
  .abt-slider .slide .wrap h4{
    font-size: 44px;
    color: #fff;
    text-shadow: 1px 1px 2px black; 
  }
  .abt-slid-btn{
    background-color: #000;
    padding: 16px 34px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 50px;
    transition: .3s;
  }

  .abt-slider .owl-carousel .owl-nav{
    display: block !important;
    bottom: 46%;
    position: absolute;
    width: 100%;
  }
  .owl-nav .owl-prev{
    float: left;
    margin: 0 10px;
    background-color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50px;
  }
  .owl-nav .owl-next{
    float: right;
     margin: 0 10px;
    background-color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50px;
  }
  .owl-nav .owl-prev span,
  .owl-nav .owl-next span{
    line-height: 0.8;
    font-size: 30px;
    font-weight: bold;
  }
  .abt-slider .owl-carousel .owl-dots{
    display: block !important;
    bottom: 5px;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .abt-slider .owl-carousel .owl-dots .owl-dot span{
    width: 14px;
    margin: 0 8px;
    height: 14px;
    background: none;
    display: block;
    border: 2px solid #fff;
    border-radius: 50px;
  }
  .abt-slider .owl-carousel .owl-dots .owl-dot.active span{
    background-color: #fff;
  }
  .abt .title-category{
    padding: 30px 0;
    text-align: center;
    background-color: #fff;
  }
  .abt .title-category h3{
    font-size: 30px;
    color: #1d1c1c;
    margin: 0;
  }
  .about-arenda{
    padding: 30px;
    height: 70vh;
    background-image: url(../img/about-page/abt-arenda.png);
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    position: relative;
  }
  .about-arenda .wrap{
    position: absolute;
    top: 12vh;
    left: 10%;
  }
  .about-arenda .wrap h4{
    font-size: 26px;
    width: 50%;
    margin: 50px 0;
    color: #fff;
  }
  .parners{
    text-align: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .parners a{
    position: relative;
    padding: 20px;
    width: 25%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin: 0;
  }
  .parners a img{
    width: 150px;
  }
  .documents{
    text-align: left;
    width: 70%;
    margin: auto;
    padding-bottom: 50px;
  }
  .documents a{
    display: block;
    font-size: 20px;
    color: #000;
    line-height: 1.5;
    font-weight: bold;
  }
  .documents a:hover{
    text-decoration: underline;
  }
/*BAR*/
  progress{
    z-index: 100;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:5px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border:none;
    background:transparent;
    color:#ffa60d;
  }
  progress::-webkit-progress-bar{
    background:transparent;
    border-radius:5px;
  }
  progress::-webkit-progress-value{
    background:#ffa60d;
    border-radius:5px;
  }
  progress::-moz-progress-bar{
    background:#ffa60d;
    border-radius:5px;
  }
  .progress-container{
    width:100%;
    background:transparent;
    position:fixed;
    top:0;
    left:0;
    height:5px;
    display:block;
  }
  .progress-bar{
    background:#ffa60d;
    width:0%;
    display:block;
    height:inherit;
  }
  .bar-header{
    left: 0;
    top: 0;
    z-index: 10;
    padding: 5px 0;
    width: 100%;
    display: block;
    position: fixed;
    background-color: rgba(0, 0, 0, .4);
  }
  .bar-header-scrolled{
    background-color: rgba(0, 0, 0, .7);
  }
  .bar-header .header-wrap .logo img{
    width: 50%;
  }
  .bar-header .menu-header ul{
    text-align: right;
    display: block;
  }
  .bar-header .menu-header ul li{
    display: inline;
    padding: 0 16px;
  }
  .bar-header .menu-header ul li a{
    transition: .3s;
    font-size: 19px;
    color: #fff;
  }
  .bar-header .menu-header ul li a:hover{
    transition: .3s;
    color: #ffa60d;
  }
  .bar-header .header-wrap .btn-bar{
    padding: 10px 30px;
    border-radius: 40px;
    border: 2px solid #fff;
    transition: .3s;
    background-color: transparent;
  }
  .bar-header .header-wrap .btn-bar:hover{
    border: 2px solid #ffa60d;
    transition: .3s;
    color: #fff !important; 
    background-color: #ffa60d;
  }
  #precontent .wrap span{
    position: absolute;
    margin: 0;
    top: 55vh;
    left: 0;
    width: 100%;
    font-size: 20px;
    color: #fff;
    opacity: .7;
    letter-spacing: 1px; 
  }
/*EDUCATION*/
  .edu-header{
    z-index: 10;
    padding: 16px 0;
    width: 100%;
    display: block;
    position: fixed;
    #background-color: #fff;
    background-color: rgba(0, 0, 0, .7);
  }
  .edu-header .menu-header ul li a{
    #font-size: 15px;
    font-size: 16px;
    #font-weight: bold;
    font-weight: 600;
    #color: #000;
    color: #fff;
    position: relative;
  }
  .edu-header .menu-header ul li a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 20%;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-bottom: 0px solid #000000;
    -webkit-box-shadow: inset 0px -1px 0px 0px #000000;
    -moz-box-shadow: inset 0px -1px 0px 0px #000000;
    box-shadow: inset 0px -1px 0px 0px #000000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .edu-header .menu-header ul li .activee::after{
    /*opacity: 1;
     bottom: -1px;
     border-bottom: 1px solid #000000;
     -webkit-box-shadow: inset 0px -1px 0px 0px #000000;
     -moz-box-shadow: inset 0px -1px 0px 0px #000000;
     box-shadow: inset 0px -1px 0px 0px #000000;*/


  }
  .image-kurs{
  }
  .vc_column-inner .wpb_wrapper .kurs-pdd{
    padding: 0 30px;
    margin-top: -6px;
  }
  .vc_column-inner .wpb_wrapper .kurs-pdd p{
    margin: 0;
  }
  .vc_column-inner .wpb_wrapper .kurs-pdd h4{
    margin: 10px 0;
  }
  .vc_btn3-container.kurs-more.vc_btn3-left{
    margin-bottom: 8px;
    margin-top: -15px;
  }
  .vc_btn3-container a,
  .vc_btn3-container button{
    font-weight: bold;
    font-size: 14px !important;
    padding: 16px 30px !important;
    height: auto !important;
    line-height: 1 !important;
    display: inline-block !important;
  }
  .vc_btn3-container .vc_btn3-color-chino{
    background-color: #b8a583 !important;
    color: #000 !important;
  }
  .vc_btn3-container .vc_btn3-color-black{
    background-color: #000 !important;
    color: #fff !important;
  }
  #fourth .wpb_wrapper{
    line-height: 0;
  }
  #fourth .wpb_single_image img{
    margin-bottom: -35px;
  }
  .wpb_single_image img{
    margin-bottom: -10px;
  }
  #five .social{
    margin-top: 10px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  text-align: center;
  }
  #five .social a{
    border-radius: 50%;
    margin-right: 8px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 38px;
    height: 36px;
    background-color: #000;
  }
  #five .social a i{
    margin: auto;
    font-size: 24px;
    color: #fff;
  }
  #kurs-content{
    padding: 0;
    color: #000;
  }
  #bg-grey{
    background-color: #dedede;
  }
  #padding{
    width: 70%;
    margin: auto;
  }
/*PRODUCTION*/
  .vc_separator.vc_separator_align_center h4{
  font-size: 15px;
  color: #fff;
  padding: 13px 43px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #000;
  }
  #contacts-footer-production{
    margin-top: 40px;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #141313;
  padding: 70px 0 50px 0;
  text-align: center;
  height: 100vh;
  }
  #contacts-footer-production .wrap{
    background-color: #fff;
    width: 70%;
    margin: auto;
    display: block;
    padding: 5%;
    margin-top: 6%;
  }
  #contacts-footer-production .wrap h3{
    text-align: center;
    color: #000;
    font-size: 42px;
    margin: 0 0 50px 0;
  }
  #contacts-footer-production .wrap .adress{
    margin-bottom: 50px;
  }
  #contacts-footer-production .wrap .adress p{
    color: #000;
    margin: 5px 0;
    font-size: 20px;
  }
  #contacts-footer-production .wrap .adress span{
    font-size: 18px;
    color: #808080;
    margin: 30px 0; 
    display: block;
  }
  #contacts-footer-production .wrap .social{
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    text-align: center;
  }
  #contacts-footer-production .wrap  .social a{
    border-radius: 50%;
    margin-right: 8px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 38px;
    height: 36px;
    background-color: #000;
  }
  #contacts-footer-production .wrap .social a i{
    margin: auto;
    font-size: 24px;
    color: #fff;
  }
/*FILMS*/
  #precontent .wrap .film-description{
  position: absolute;
  letter-spacing: 2px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  top: 70vh;
  width: 100%;
  margin: 0;
  left: 0;
  }
  .wp-block-embed__wrapper iframe{
    width: 100%;
  }
  #films .title-category{
    padding: 30px 0;
    text-align: center;
    background-color: #e8e1df;
  }
  #films .title-category h3{
    font-size: 30px;
    color: #1d1c1c;
    margin: 0;
  }
  .game-films{
    position: relative;
    height: 70vh;
    background-attachment: fixed;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .game-films .info-film{
    left: 5%;
    bottom: 15%;
    position: absolute;
    width: 36%;
    display: block;
  }
  .game-films .info-film h2{
    font-size: 28px;
    margin: 12px 0;
    color: #fff;
    text-transform: uppercase;
  }
  .game-films .info-film a{
    color: #ff8562;
    font-size: 20px;
    font-weight: bold;
  }
  .docanimate-films{
    position: relative;
    display: block;
  }
  .film-year{
    text-align: center;
    padding: 40px 0;
  }
  .film-year p{
    margin: 0;
    padding: 0;
    font-size: 38px;
    font-weight: bold;
    color: #000;
  }
  .film-box{
    margin-bottom: 40px;
    width: 100%;
    display: block;
    position: relative;
    padding: 0 10%;
  }
  .film-box .img-film{
    width: 29%;
    margin: 0;
    display: inline-block;
  }
  .film-box .img-film img{
    width: 100%;
  }
  .film-box .info-film{
    position: absolute;
    margin-left: 3%;
    display: inline-block;
    width: 58%;
  }
  .film-box .info-film h2{
    margin: 0 0 10px 0;
    font-size: 26px;
    color: #000;
  }
  .film-box .info-film a{
    font-size: 14px;
    color: #ff8562;
    font-weight: bold;
    letter-spacing: 1px;
  }
/*AFISHA*/
	.afisha-box{
		background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
		-webkit-background-size: cover;
		background-size: cover;
		display: inline-block;
		height: 450px;
		width: 31%;
		margin: 1%;
		transition: .4s;
		color: #fff;
		position: relative;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.35);
	}
	.afisha-box:hover{
		transition: .4s;
		-webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.45);
		-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.45);
		box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.45);
	}
	.afisha-box .content{
		text-align: left;
		overflow: hidden;
		width: 100%;
		position: absolute;
		bottom: 0;
		padding: 20px;
		z-index: 10;
	}
	.afisha-box .overlay {
	  background: rgba(0, 0, 0, 0.1);
	  color: #fff;
	  text-transform: uppercase;
	  text-align: center;
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  transition: 0.3s;
	}
	.afisha-box:hover .overlay {
	  background: rgba(0, 0, 0, 0.6);
	  z-index: 1
	}
	.afisha-box .content .type{
		font-size: 13px;
	}
	.afisha-box .content h2{
		margin: 8px 0 10px 0;
		text-shadow: 1px 1px 2px gray;
		font-size: 24px;
	}
	.afisha-box .content .date{
		font-size: 14px;
		font-weight: 100;
	}
	.afisha-box .content .date i{
		margin-right: 5px;
	}
  #precontent .wrap .afisha-desc{
  position: absolute;
  letter-spacing: 1.5px;
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
  opacity: 1;
  top: 20vh;
  width: 100%;
  margin: 0;
  left: 0;
  }
  #afisha-content{
   width: 100%;
   padding: 40px 0;
  }
  #afisha-content .wrap{
    width: 60%;
    margin: auto;
  }
  #afisha-content p{
    font-size: 20px;
    line-height: 1.55;
  }
  #afisha-content .wp-block-gallery{
    margin: 20px 0;
    list-style-type: none;
  }
  #afisha-content .wp-block-gallery .blocks-gallery-item figure img{
    margin: 14px 0;
    width: 100%;
  }
  #afisha-content .wp-block-button{
    text-align: center;
  }
  #afisha-content .wp-block-button a{
    font-size: 16px;
    line-height: 60px;
    padding: 20px 50px;
    font-weight: 700;
    background: none;
    letter-spacing: 1px;
    border-radius: 0;
    border: 3px solid #ffd600;
    box-sizing: content-box;
  }

  

  
/*NEWS*/

  .news-box{
  	margin-bottom: 40px;
  	width: 100%;
  	display: block;
  	position: relative;
  	padding: 0 10%;
  }
  .news-box .image-new{
  	width: 29%;
  	margin: 0;
  	display: inline-block;
  }
  .news-box .image-new img{
  	width: 100%;
  }
  .news-box .info-news{
  	position: absolute;
  	margin-left: 3%;
  	display: inline-block;
  	width: 53%;
  }
  .news-box .info-news h2{
  	margin: 0 0 10px 0;
  	font-size: 26px;
  	color: #000;
  }
  .news-box .info-news a{
  	font-size: 16px;
  	color: #ff8562;
  	font-weight: bold;
  	letter-spacing: 1px;
  }
   #films-content{
   width: 100%;
   padding: 40px 0;
  }
  #films-content .wrap{
    width: 90%;
    margin: auto;
  }
  #films-content p{
    font-size: 19px;
    line-height: 1.55;
  }
  #films-content .wp-block-gallery{
    margin: 20px 0;
    list-style-type: none;
  }
  #films-content .wp-block-gallery .blocks-gallery-item figure img{
    margin: 14px 0;
    width: 100%;
  }
  #films-content .wp-block-button{
    text-align: center;
  }
/*POPUP*/

.obscure {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  content: '';
  background: rgba(9, 9, 9, 0.80);
  z-index: 10000;
}

.popup {
transform: translate(-50%, -50%) scale(0.5);
position: absolute;
top: 50%;
left: 50%;
z-index: 200;
width: 30%;
background-color: #fff;
padding-bottom: 2%;
-webkit-background-size: cover;
background-size: cover;
}
.popup .head{
  text-align: center;
  padding: 4%;
}
.popup .head h5{
  margin: 10px 0;
  font-size: 25px;
  color: #000;
}
.popup .head p{
  color: #000;
  font-size: 16px;
}
.popup .closeBtn {
display: inline-block;
position: absolute;
top: 20px;
right: 20px;
font-weight: bold;
text-decoration: none;
color: #000;
line-height: 10px;
}
.obscure form input[type=text]{
  color: #000;
  font-size: 17px;
  width: 90%;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  border: 1px solid #c9c9c9;
  background-color: transparent;
  padding: 2% 5%;
}
.obscure form button{
  width: 90%;
  display: block;
  border: 0;
  margin-top: 10px;
  border-radius: 8px;
  color: #fff;
  background-color: #000;
  transition: .3s;
  font-size: 18px;
  padding: 2% 5%;
  font-weight: bold;
  text-align: center;
  margin: 20px auto;
}

.animationOpen, .animationClose {
  display: block;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.animationOpen {
  -webkit-transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.animationClose {
    opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(.5);
  transform: translate(-50%, -50%) scale(.5);
}

/*MOBILE MNU*/
.mobile-mnu{
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1000;

}
.mobile-mnu #checkbox {
    display: none;
}

.mobile-mnu .mob-btn {
    display: block;
    color: #fff;
background-color: rgb(0,0,0);
    font-size: 30px;
    padding: 0 20px;
    cursor: pointer;
    transition: width .3s ease-in-out;
}

.mobile-mnu .sidebar {
    background-color: rgba(0,0,0, .9);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1111;
    transition: transform .3s ease-in-out;
    transform: translateX(-100%);
}

.mobile-mnu .sidebar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.mobile-mnu .sidebar ul a {
    position: relative;
    text-decoration: none;
    display: block;
    background-color: transparent;
    color: #fff;
    padding: 15px 20px;
    font-size: 15px;
}

.mobile-mnu .sidebar ul a li i {
    margin-right: 15px;
}
.mobile-mnu .sidebar .serveses-mnu .list a{
  color: #272727;
}

/* Add the word "New" to the second item and "2" to the third item */
.mobile-mnu .sidebar ul a:nth-child(2)::after, .sidebar ul a:nth-child(3)::after {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -9px;
    color: #fff;
    font-size: 13px;
    padding: 0 7px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mobile-mnu .sidebar ul a:nth-child(2)::after {
    content: "New";
    background-color: tomato;
}

.mobile-mnu .sidebar ul a:nth-child(3)::after {
    content: "2";
    background-color: #247D9E;
}

/* Add margin to the icon in the second item */
.mobile-mnu .sidebar ul a:nth-child(2) li i {
    margin-left: 4px;
    margin-right: 19px;
}

.mobile-mnu .sidebar ul a:hover, .sidebar ul a.active {
    background-color: rgba(0,0,0, .4);
    color: #fff;
}

.mobile-mnu .sidebar ul a:hover::before, .sidebar ul a.active::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #fff;
    width: 4px;
    height: 100%;
}

.mobile-mnu #checkbox:checked ~ .sidebar {
    transform: translateX(0);
}

.mobile-mnu #checkbox:checked + .btn {
    width: 100%;
    padding: 0 20px;
}

.mobile-mnu #checkbox:checked + .btn span { /* Show again the word "Menu" in the button */
    display: inline;
}

/* width */
::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #333; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #000; 
}

/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/


/* ****************************** ВЫПАДАЮЩЕЕ МЕНЮ ****************************** */


#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  /*border: none;*/
  margin: 0;
  padding: 0;
  /*line-height: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;*/
}

#cssmenu {
  /*height: 37px;*/
  display: block;
  /*border: 1px solid;
  border-radius: 5px;*/
  /*width: auto;*/
  /*border-color: #080808;*/
}
#cssmenu,
#cssmenu > ul > li > ul > li a:hover {
  /*background: #3c3c3c;
  background: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -ms-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: linear-gradient(top, #3c3c3c 0%, #222222 100%);*/
}
#cssmenu > ul {
  list-style: inside none;
  padding: 0;
  margin: 0;
}
#cssmenu > ul > li {
  list-style: inside none;
  padding: 0;
  margin: 0;
  /*float: left;
  display: block;*/
  display: inline-block;
  position: relative;
}
@media only screen and (max-width : 768px) {
  #cssmenu > ul > li {
    display: block;
    text-align: left;
  }
}

#cssmenu > ul > li > a {
  outline: none;
  #display: block;
  position: relative;
  padding: 12px 14px;
  text-align: center;
  text-decoration: none;
  /*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: bold;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  border-right: 1px solid #080808;
  color: #ffffff;*/
}
#cssmenu > ul > li > a:hover {
  /*background: #080808;
  color: #ffffff;*/
}
#cssmenu > ul > li:first-child > a {
  /*border-radius: 5px 0 0 5px;*/
}
#cssmenu > ul > li > a:after {
  content: '';
  position: absolute;
  /*border-right: 1px solid;*/
  /*top: -1px;
  bottom: -1px;
  right: -2px;
  z-index: 99;*/
  /*border-color: #3c3c3c;*/
}

#cssmenu ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0;
}
#cssmenu > ul > li.has-sub > a:before {
  content: '';
  position: absolute;
  top: 18px;
  right: 6px;
  /*border: 5px solid transparent;
  border-top: 5px solid #ffffff;*/
}
#cssmenu > ul > li.has-sub:hover > a:before {
  /*top: 19px;*/
}
#cssmenu ul li.has-sub:hover > a {
  /*background: #3f3f3f;
  border-color: #3f3f3f;*/
  /*padding-bottom: 13px;
  padding-top: 13px;*/
  /*top: -1px;*/
  z-index: 999;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
  display: block;
}
#cssmenu ul li.has-sub > a:hover {
  /*background: #3f3f3f;
  border-color: #3f3f3f;*/
}
#cssmenu ul li > ul,
#cssmenu ul li > div {
  display: none;
  #display: block;
  width: auto;
  position: absolute;
  #top: 38px;
  top: 15px;
  padding: 30px 0;
  #background: #3f3f3f;
  #background: rgba(0, 0, 0, 0.7);
  #background: #ddd;
  border-radius: 0 0 5px 5px;
  z-index: 999;
  text-align: start;
}
#cssmenu ul li > ul {
  width: 200px;
}
@media only screen and (max-width : 768px) {
  #cssmenu ul li > ul {
    padding-left:30px;
  }
}

#cssmenu ul li > ul li {
  display: block;
  list-style: inside none;
  padding: 0;
  margin: 0;
  position: relative;
  background: rgba(0, 0, 0, 0.7);
  /*background-blend-mode: color;*/
  /*mix-blend-mode: multiply, normal;*/

  #background-color: rgba(127, 127, 127, 1);
  #background: #666;
}
#cssmenu ul li > ul li:first-child {
  #background: rgba(0,0,0,0);
}
#cssmenu ul li > ul li:last-child {
  #background: rgba(0,0,0,0);
  padding-bottom: 10px;
}
#cssmenu ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 8px 20px;
  /*font: 10pt Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);*/
}
#cssmenu ul ul a:hover {
  /*color: #ffffff;*/
}
#cssmenu > ul > li.has-sub > a:hover:before {
  /*border-top: 5px solid #ffffff;*/
}

/* ****************************** END ВЫПАДАЮЩЕЕ МЕНЮ ****************************** */





/*AFISHA NEW (Post template: Афиша новая)*/
#precontent .precontent_post-afisha-new{
  height: auto;
  position: relative;
  background-repeat: no-repeat;
  #background-position: center center;
  background-position: center center;
  width: 100%;
  min-width: 100%;
  #width: 100vw;
  #padding-top: 10vh;
  #height: 100%;
  /*-webkit-background-size: contain;
  background-size: contain;*/
  -webkit-background-size: cover;
  background-size: cover;
  #background-color: #ddd;

  filter: grayscale(30%);
  z-index: 0;

  #border: 1px solid #000;
}

.container_post-afisha{
  /*  text-align: center;
    display: flex;
    align-content: center;
    align-items: center;*/
}


.mainimage_container_post-afisha{
  /*display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;*/
  padding-top: 100px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  #border: 1px solid #000;
  width: 60%;
}

.precontent_post-edu-new .mainimage_container_post-afisha.width-per100{
  width: 100%;
}
.precontent_post-edu-new .mainimage_container_post-afisha.width-per70{
  width: 70%;
}
@media only screen and (max-width : 768px) {
  .precontent_post-edu-new .mainimage_container_post-afisha.width-per100 {
    width: 100%;
  }

  .precontent_post-edu-new .mainimage_container_post-afisha.width-per70 {
    width: 100%;

  }
}


@media only screen and (max-width : 768px) {
  .mainimage_container_post-afisha{
    width: 90%;
  }
}

.mainimage_container_post-afisha img{
  width: 100%;
  max-width: 100%;
}

#afisha-content-new{
  width: 100%;
  padding: 40px 0;
}
#afisha-content-new .wrap{
  width: 60%;
  margin: auto;
  font-family: Tahoma,Geneva,sans-serif;
  #font-size: 20px;
  font-size: 14px;
  line-height: 1.55;
}
@media only screen and (max-width : 768px) {
  #afisha-content-new .wrap {
    width: 90%;
  }
}

#afisha-content-new.edu-content-new .wrap{
  width: 100%;
}
@media only screen and (max-width : 768px) {
  #afisha-content-new.edu-content-new .wrap{
    width: 100%;
  }
}




#afisha-content-new p{
  font-family: Tahoma,Geneva,sans-serif;
  #font-size: 20px;
  font-size: 14px;
  line-height: 1.55;
}
#afisha-content-new ul{
  font-family: Tahoma,Geneva,sans-serif;
  #font-size: 20px;
  font-size: 14px;
  line-height: 1.55;
}
#afisha-content-new .wp-block-gallery{
  margin: 20px 0;
  list-style-type: none;
}
#afisha-content-new .wp-block-gallery .blocks-gallery-item figure img{
  margin: 14px 0;
  width: 100%;
}
#afisha-content-new .wp-block-button{
  text-align: center;
}
#afisha-content-new .wp-block-button a{
  font-size: 16px;
  line-height: 60px;
  padding: 20px 50px;
  font-weight: 700;
  background: none;
  letter-spacing: 1px;
  border-radius: 0;
  border: 3px solid #ffd600;
  box-sizing: content-box;
}


/* AFISHA NEW (Page template name: Афиша новая) */

.page_afisha{
  height: auto;
  position: relative;
  background-repeat: no-repeat;
  #background-position: center center;
  background-position: center center;
  width: 100%;
  min-width: 100%;
  #width: 100vw;
  #padding-top: 10vh;
  #height: 100%;
  /*-webkit-background-size: contain;
  background-size: contain;*/
  -webkit-background-size: cover;
  background-size: cover;
  #background-color: #ddd;

  filter: grayscale(30%);
  z-index: 0;

  #border: 1px solid #000;

}

.page_afisha .wrap{
  z-index: 1;
  position: relative;
  #height: 100vh;
  #height: 50vh;
  #height: 40vh;
  #min-height: 200px;
  #width: 100vw;
  #margin-top: 10vh;
  background-repeat: no-repeat;
  background-position: center center;
  /*-webkit-background-size: contain;
	background-size: contain;*/
  /*-webkit-background-size: cover;
  background-size: cover;*/
  /*background-color: #ddd;*/

  text-align: center;
  /*width: 140%;
  margin-left: -20%;*/
  #border: 1px solid #000;

}

.mainimage_container_page-afisha{
  #padding-top: 2vh;
  #padding-top: 100px;
}

.text_align--right div#tpw_cont{
  text-align: right !important;
}

.my_slider_container img{
  width: 100% !important;
  height: auto !important;
}

.nf-form-content {
  margin: 0 !important;
  max-width: 100% !important;
}

.image_filter_grayscale{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.underline{
  text-decoration: underline;
}

.teachers p{
  font-family: Tahoma,Geneva,sans-serif;
  #font-size: 20px;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.teachers .about p{
  font-family: Tahoma,Geneva,sans-serif;
  #font-size: 20px;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.teachers .about h2{
  font-family: Tahoma,Geneva,sans-serif;
  font-size: 22px;
  font-weight: 400;
  #font-size: 14px;
  #line-height: 1.55;
  margin: 0;
  padding-bottom: 10px;
}



.mobile-mnu .sidebar .menu-top-mobile-menu-container {
  overflow: auto;
  height: 90vh;
}

.mobile-mnu .sidebar ul a {
  padding: 7px 20px !important;
  font-weight: bold;
}

.mobile-mnu .sidebar ul li ul li a{
  padding: 5px 20px 5px 50px !important;
  font-weight: normal;
  font-size: 14px;
}

.yabuyticket_button {
	text-align: center;
}


#afisha-content-new img.max-width-100{
width: 100%;
height: 100%;
}