/*-------- Specification --------*/
body {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	background-color: #252525;
	margin: 0;
	padding: 0;
	letter-spacing: 0.06em;
	font-size: 16px;
	line-height: 1.5em;		
}

.container-fluid {
	padding-left: 0;
}

div, p, input, form, button, a, ul, li {
	box-sizing: border-box; 
}

h1, h2, h3, h4, h5, h6, label {
	padding: 0;
	margin: 0;
	font-weight: 400;
}

h1 {
	font-size: 54px;
}

h2 {
	font-size: 48px;
	margin-bottom: 100px;
	text-align: center;
	position: relative;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

button {
	background: none;
	border: none;
}

p {
	margin: 0;
	padding: 0;
}

ul, li {
	display: block;
	padding: 0;
	margin: 0; 
}

a, a:hover, a:active {
	text-decoration: none;
}

a, button, a:hover, a:active {
	outline: none;
	color:inherit;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

input, input:hover, input:focus, input:active, button, button:hover, button:focus, button:active {
	outline: none;
}

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

.j-c-c {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.j-c-s-b {
	-webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.a-i-c {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}	

/*First screen*/
.cap {
	background: #000;
	height: 40px;
}

.social i {
	font-family: 'Font Awesome 5 Brands';
	color: #fff;
	font-style: normal;
	font-size: 15px;
	margin-left: 12px;
	height: 30px;
	width: 30px;
}

.social a:hover i {
	color: #F1AE4B;
	transform: scale(5);
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-ms-transform: scale(5);
	-o-transform: scale(5);
}

.top-menu {
	    -webkit-box-pack: end;
	    -ms-flex-pack: end;
	    justify-content: flex-end;
	    transform: translateY(30%);
	    -webkit-transform: translateY(30%);
	    -moz-transform: translateY(30%);
	    -o-transform: translateY(30%);
	    -ms-transform: translateY(30%);
}

.lang {
	margin-left: 75px;
}

.lang img {
	margin: 0 10px;
}

.cap-menu {
	background:rgba(55, 59, 63, 0.49);
	backdrop-filter: blur(9px);
	padding: 10px 0;
	position: absolute;
     width: 100%;
}

.menu > li {
	margin-right: 30px;
	position: relative;
}

.menu li.dropdown {
	position: relative;
}

.menu li.menu-item-has-children:after {
	content: '';
	position: absolute;
	bottom: -76px;
	width: 100%;
	height: 400%;
	left: 0;
}

.bread i {
	font-style: normal;
     font-size: 20px;
}

.bread .fa-angle-right {
	font-size: 15px;
	margin: 0 5px;
}

.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 14rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
}

.sub-menu {
	top: 95px;
	padding: 0;
	background: rgba(55, 59, 63, 1);
	backdrop-filter: blur(9px);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.sub-menu a {
	display: block;
	padding: 10px 15px;
}

.sub-menu li:hover {
	background: #6d6d6d;
}

.menu li.menu-item-has-children:hover ul.sub-menu {
	display: block;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.menu li a {
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
}

.menu > li > a:before{
	content: '';
	position: absolute;
	bottom: -75px;
	width: 0%;
	background-color: #F1AE4B;
	height: 1px;
	left: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.menu li a:hover:before {
	width: 100%;
	transition: all 0.3s ease;
}

.menu .current-menu-item a:before, .menu .current-menu-parent a:before {
	width: 100%;
}

.menu li:last-child {
	margin-right: 0;
}

.menu-box {
	position: relative;
}

.main {
	padding-top: 225px;
	padding-bottom: 140px;
	background: url("../img/body.jpg")no-repeat center center/cover;
}

.header nav {
	margin-left: auto;
}

.offer .more-links {
	margin-top: 40px;
	display: block;
	padding-left: 15px;
}

.offer__posters_one {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	position: relative;
}

.slick-slide {
	margin: 0 10px;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
 }

.offer__posters {
	margin-top: 25px;
}

.offer h1 {
	text-align: center;
}

i {
	font-family: 'Fontawesome';
}

.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    top: 48%;
    color: #fff;
    border: 0;
    background: none;
    z-index: 1;
}

.slick-dots {
	margin-top: 10px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: #fff;
 }

.slick-prev {
    left: 20px;
}

.slick-prev:after {
	  content: "\f104";
    font: 40px/1 'FontAwesome';
}

.slick-next {
    right: 25px;
    text-align: right;
}

.slick-next:after {
	   content: "\f105";
     font: 40px/1 'FontAwesome';
}

.slick-prev:hover:after,
.slick-next:hover:after {
    color: #7e7e7e;
}

.slick-prev:before,.slick-next:before {
	display: none;
}

.slick-dots li button:before {
	color: #fff;
	font-size: 38px;
}

.slick-dots li.slick-active button:before {
	color: #fff
}

.offer__posters_more {
	color: #fff;
}

.offer__posters_one {
	position: relative;
}

.offer__posters_info {
	width: 100%;
	padding: 10px 10px 20px;
	background: #000;
}

.offer__posters_buy {
	color: #F1AE4B;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

.offer__posters_buy:hover {
	color: #F1AE4B;
}

.offer__posters_buy:hover.offer__posters_buy:after {
	transform: translate(30%, 34%);
	-webkit-transform: translate(30%, 34%);
	-moz-transform: translate(30%, 34%);
	-ms-transform: translate(30%, 34%);
	-o-transform: translate(30%, 34%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.offer__posters_buy:after {
	content: '';
	background: url(../img/arrow.svg)no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 10px;
	transform: translateY(34%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.slick-slide img {
	width: 100%;
	object-fit: cover;
	margin: 0 auto;
}

.offer__posters_btn {
	width: 330px;
	margin-top: 10px;
	-webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.offer__posters_type, .offer__posters_time{
	font-size: 14px;
	font-weight: 100;
	color: #C4C4C4;
}

.offer__posters_more {
	font-size: 14px;
}

.offer__posters_more:hover {
	color:#fff;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.offer__posters_one h4 {
	margin-bottom: 5px;
}

#overlay {
	height: 0;
	width: 0%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 4;
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	transition: ease 0.9s all;
	-webkit-transition: ease 0.9s all;
	-moz-transition: ease 0.9s all;
	-ms-transition: ease 0.9s all;
	-o-transition: ease 0.9s all;
}

#overlay ul {
	opacity: 0;
}

.show {
	width: 80%!important;
	transition: ease 0.9s all;
	visibility: visible!important;
	height: 100vh!important;
	-webkit-transition: ease 0.9s all;
	-moz-transition: ease 0.9s all;
	-ms-transition: ease 0.9s all;
	-o-transition: ease 0.9s all;
}

#overlay-input {
	display: none;
}

input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
	background: transparent;
}
   input[type=checkbox]:checked ~ #overlay-button span:before {
	transform: rotate(45deg) translate(7px, 7px);
	opacity: 1;
}
   input[type=checkbox]:checked ~ #overlay-button span:after {
	transform: rotate(-45deg) translate(7px, -7px);
}

#overlay-button {
	padding: 26px 0px;
	z-index: 5;
	cursor: pointer;
	user-select: none;
	display: none;
 }

 #overlay-button span {
	height: 4px;
	width: 35px;
	border-radius: 2px;
	background-color: white;
	position: relative;
	display: block;
	transition: all .2s ease-in-out;
 }

 #overlay-button span:before, #overlay-button span:after {
	height: 4px;
	width: 35px;
	border-radius: 2px;
	background-color: white;
	position: absolute;
	content: "";
	transition: all .2s ease-in-out;
 }

 #overlay-button span:before {
	top: -10px;
	visibility: visible;
 }

 #overlay-button span:after {
	top: 10px;
 }

 #overlay ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	height: 100vh;
	padding-left: 0;
	list-style-type: none;
   }
   #overlay ul li {
	padding: 1em;
   }
   #overlay ul li a {
	color: white;
	text-decoration: none;
	font-size: 18px;
   }
   #overlay ul li a:hover {
	color: #333332;
   }

 /* second-screen */
 .about {
	background: url(../img/bg2.jpg)no-repeat center center/cover;
	padding-top: 135px;
	padding-bottom: 490px;
 }

 h2:before {
	content: '';
	background: #F1AE4B;
	height: 1px;
	width: 30%;
	position: absolute;
	left: 0;
	top: 50%;
 }

 .teatr-boxes {
	 position: relative;
 }

 .teatr-boxes_img {
	padding-left: 10%;
	position: relative;
}

 .teatr-boxes_img img {
	box-shadow: 18px 15px 14px rgba(0, 0, 0, 0.58);
	border-radius: 10px;
	position: relative;
	z-index: 3;
 }

 .teatr-boxes_text {
	position: absolute;
	right: 16%;
	top: 83%;
	background: #151515;
	box-shadow: 18px 15px 14px rgba(0, 0, 0, 0.58);
	border-radius: 10px;
	padding: 90px 40px 50px 60px;
	width: 570px;
	z-index: 2;
 }

 .teatr-boxes_frame {
	position: absolute;
	width: 570px;
	height: 346px;
	left: 43%;
     top: 103%;
	border: 1px solid #F1AE4B;
	box-sizing: border-box;
	border-radius: 10px;
	z-index: 1;
}

.more-links {
	font-size: 14px;
	text-transform: uppercase;
	color:#fff;
	display: flex;
     justify-content: flex-end;
     margin-top: 45px;
}

.more-links span {
	padding-left: 10px;
	padding-right: 15px;
	transition: all 0.3s ease;
}

.more-links:hover span {
	padding-right: 0;
	padding-left: 25px;
	transition: all 0.3s ease;
}

/* third screen */
.actors {
	padding: 135px 0;
	background: url(../img/bg3.jpg)no-repeat center center/cover;
}

.slick-next {
	right: -25px;
}

.slick-prev {
	left: -25px;
}

.actors__posters {
	margin-top: 25px;
}

.actors .more-links {
	padding-left: 10px;
}

/* fourth screen */

.gallery {
	padding: 130px 0;
	background: #000;
}

.gallery__box {
	width: 33%;
	height: auto;
}

.gallery__boxes {
	flex-wrap: wrap;
	margin-top: 25px;
}

.gallery__boxes img, .partners img, .managers__box img, .makers__box img, .actor img, .news__box_img img, .actors__poster img {
	-webkit-filter: grayscale(100%);
	/*Safari6.0-9.0*/filter: grayscale(100%);
	transition: all 0.35e;
	-webkit-transition: all 0.35e;
	-moz-transition: all 0.35e;
	-ms-transition: all 0.35e;
	-o-transition: all 0.35e;
}

.gallery__boxes img:hover, .partners img:hover, .managers__box img:hover, .makers__box img:hover, .actor img:hover, .news__box_img img:hover, .actors__poster img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.offer__posters_one img {
	height: 445px;
}

/* fifth screen */

.news {
	padding: 135px 0;
}
.news__box {
	width: 32%;
}

.news__boxes {
	margin-top: 25px;
	flex-wrap: wrap;
}

.news__box_text {
	padding: 15px 5px;
	text-align: center;
	background: #fff;
	color: #000;
	position: relative;
}

.news__box_text:before {
	content: '';
	position: absolute;
	top: -20px;
	margin-left: -10px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 19px 20px 19px;
	border-color: transparent transparent #fff transparent;
}

.news__box_text h5 {
	margin-bottom: 20px;
}

.news__box_time {
	font-weight: 100;
	font-size: 14px;
}

.news__box_img {
	height: 275px;
}

.news__box_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news__box {
	margin: 5px;
}

/* sixth screen */
.partners {
	padding: 100px 0;
	background: #f9f9f9;
}

.partners h2 {
	color: #000;
}

.partners__boxes {
	flex-wrap: wrap;
}

.partners__box {
	margin-bottom: 20px;
	padding: 0 10px;
}

.partners__box {
	width: 14%;
	text-align: center;
}

.footer {
	padding: 100px 0 0;
	background: #000;
}

.footer nav {
	margin-left: auto;
}

.footer__wrap {
	border-bottom: 1px solid #F1AE4B;
	padding-bottom: 40px;
}

.footer nav li {
	margin-bottom: 17px;
}

.menu-footer {
	flex-wrap: wrap;
	padding-bottom: 75px;
}

input[type=checkbox]:checked ~ #overlay {
	display: block;
}

.all-rights {
	text-align: center;
	font-size: 12px;
	font-weight: 100;
	color: #7c7c7c;
	padding-bottom: 20px;
     padding-top: 20px;
}

.afisha-single__info p span:first-child {
	font-weight: bold;
}

/* Repertuar page */

.repertuar-header {
	background: url("../img/repertuar-bg.jpg")no-repeat center center/cover;
}

.bread {
	padding: 25px 0 50px 0;
}

.bread li a {
	color: #7C7C7C;
	font-weight: 100;
	display: flex;
}

.bread li {
	font-weight: 700;
	color: #fff;
}

.breadcrumbs-line {
	height: 1px;
	background-color: #F1AE4B;
}

.programm-lists {
	padding-top: 225px;
	padding-bottom: 100px;
}

.repertuar {
	background: url("../img/repertuar-bg.jpg")no-repeat center top/cover;
}

.offer-secondary {
	padding-top: 90px;
}

.repertuar__boxes, .afisha__boxes {
	flex-wrap: wrap;
}

.repertuar__box {
	width: 31%;
	
}

.repertuar__box img {
	width: 100%;
	height: 445px;
	object-fit: cover;
	margin: 0 auto;
}

.repertuar__boxes .repertuar__box:nth-child(3n+2) {
	margin: 0 20px 20px 20px;
}

.offer-secondary h1 {
	margin-bottom: 90px;
}

.repertuar__box {
	position: relative;
}

.repertuar__box:hover .repertuar__box_overlay {
	opacity: 1;
}

.repertuar__box_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,0,0,0.7);
}

.page-numbers {
	font-size: 25px;
}

.nav-links {
	margin-top: 50px;
}

.nav-links .current {
	font-weight: 700;
	color: #F1AE4B;
}

/* afisha page */

 .afisha__box {
	margin-bottom: 15px;
}

.afisha__box_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
}

.afisha__box_img {
	width: 306px;
	height: 206px;
}

.afisha__box {
	width: 30%;
}

.afisha__box img {
	width: 100%;
	height: 445px;
	object-fit: cover;
	margin: 0 auto;
}

.afisha__box:nth-child(3n+2) {
	margin: 0 20px 20px 20px;
}

.buy-btn {
	background: #FFFFFF;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	padding: 15px 25px;
	text-transform: uppercase;
	display: inline-block;
}

.buy-btn:hover {
	background: #252525;
	color: #fff;
}

.afisha-single h1 {
	margin-top: -15px;
	margin-bottom: 40px;
}

.afisha-single__info {
	color: #D1D1D1;
	font-weight: 100;
	font-size: 14px;
	margin-bottom: 20px;
}

.afisha-single_text {
	margin-bottom: 30px;
}

.single-news__img {
	margin-bottom: 30px;
	position: relative;
}

.single-news__img img, .single-news__right_img img {
	width: 100%;
	height: 100%;
}

.single-news__right_img {
	width: 100%;
     height: 240px;
}

.afisha-single__imgs div {
	margin: 10px;
}

.afisha-single__wrap {
	margin: 50px auto 0 auto;
}

.afisha-single__wrap h3 {
	text-align: center;
}

.single-news__left {
	padding: 0 50px 0 0;
}

.single-news__right_title {
	font-size: 30px;
	margin-bottom: 40px;
	line-height: 1.2em;
}

.img-repertuar img, .afisha-single img {
	width: 100%;
	height: auto;
}

.single-news__right_box {
	margin-bottom: 30px;
	display: block;
}

.single-news__right_img {
	margin-bottom: 15px;
}

.single-news__img_frame {
	position: absolute;
	left: -6%;
     top: -8%;
	width: 676px;
	height: 437px;
	border: 1px solid #F1AE4B;
	z-index: -1;
}

.single-news__date {
	color: #7c7c7c
}

.error-section h1 {
	text-align: center;
}

.slick-dots li button:before {
	font-family: inherit;
}

.html5video-medium-12 {
	width: 30%;
 }

/* history page */

.img-comp-container {
	position: relative;
	height: 450px; /*should be the same height as the images*/
}

   
   .img-comp-img {
	position: absolute;
	width: auto;
	height: auto;
	overflow: hidden;
   }
   
   .img-comp-img img {
	display: block;
	vertical-align: middle;
	height: 400px;
   }
   
   .img-comp-slider {
	position: absolute;
	z-index: 9;
	cursor: ew-resize;
	/*set the appearance of the slider:*/
	width: 40px;
	height: 40px;
	background-color: #F1AE4B;
	opacity: 0.9;
	border-radius: 50%;
   }

/* rules page */
.history__box_text p:after {
	content: '';
	background: #F1AE4B;
	height: 1px;
	margin: 15px 0;
	display: block;
	width: 70%;
}

.history__box_text h4 {
	margin: 30px 0;
}

.history__box_text {
	width: 90%;
	font-weight: 100;
}

/* director page */
.director__text_title {
	position: relative;
}

.director__text_title:after {
	content: '';
	height: 1px;
	background: #F1AE4B;
	width: 100%;
	position: absolute; 
	bottom: -29px;
}

.director__text_title {
	font-size: 24px;
	margin-bottom: 50px;
	line-height: 1.3em;
}

.director__text_content span {
	font-weight: 700;
}

.director__text_content p {
	margin-bottom: 20px;
}

.director__img {
	position: relative;
}

.director__img:after {
	content: '';
	border: 1px solid #F1AE4B;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -42px;
     bottom: -48px;
	z-index: -1;
}

.director__diplomas {
	margin-top: 70px;
}

.director__diplomas img {
	width: 545px;
	height: 350px;
	object-fit: cover;
    margin: 0 auto;
}

.managers__box {
	width: 40%;
	text-align: center;
	border: 1px solid #F1AE4B;
	padding: 40px 35px;
	margin-bottom: 30px;
	margin: 25px;
}

.managers__box img {
	cursor: pointer;
}

.managers__box h4, .makers__box h4, .actor h4 {
	margin: 10px 0 10px 0;
}

.managers__boxes {
	flex-wrap: wrap;
}

.managers__box p, .makers__box p, .actor__boxes p {
	color: #D1D1D1;
	font-weight: 100;
	font-size: 14px;
}

.makers__boxes, .actor__boxes {
	flex-wrap: wrap;
}

.makers__box, .actor__box {
	width: 31%;
	text-align: center;
	border: 1px solid #F1AE4B;
	padding: 20px;
	margin: 10px;
}

/* contacts page */

.contacts__left-box p, .contacts__left-box a {
	font-weight: 700;
	margin-bottom: 17px;
}

.contacts__left-box p span, .contacts__left-box a span  {
	font-weight: 100;
}

.map {
	position: relative;
}

.map:after {
	content: '';
	border: 1px solid #F1AE4B;
	width: 100%;
	height: 100%;
	position: absolute;
	right: -8px;
     bottom: -48px;
	z-index: -1;
}

/* Style the tab */
.tab {
	color: #fff
   }
   
   /* Style the buttons that are used to open the tab content */
   .tablinks {
	border: none;
	outline: none;
	cursor: pointer;
	margin: 14px 16px;
	padding-bottom: 14px;
	transition: 0.3s;
	position: relative;
   }
   
.tablinks.active {
	font-weight: 700;
	border-bottom: 1px solid #F1AE4B;
}

.tablinks.active:after {
	display: none;
}

.tabcontent {
	display: none;
}

.active {
	display: flex;
}

.tablinks:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0%;
	background-color: #F1AE4B;
	height: 1px;
	left: 0;
}

.tablinks:hover:after {
	width: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
   






