body
{
	background:#fff;
	color:#444;
	font-family: Roboto, Verdana, Arial, sans-serif;
	font-size:62.5%;
}

input,select,textarea,label
{
	font-family: Roboto, Verdana, Arial, sans-serif;
}
/*links*/
a:link, a:visited
{
	color:#369;
	outline:none;
}

a:hover
{
	color:#39c;
}

#wrap img {
	max-width: 100%;
	height: auto;
}

header
{
}

.justifyleft {
	float: left
}

.justifyright {
	float: right
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

#up-navy
{
	padding:20px 0;
}

#up-navy ul
{
	float:right;
	height:32px;
}

#up-navy li
{
	display: inline-block;
}

#up-navy a
{
	background:#A9A9A9;
	color:#fff;
	float:left;
	font-size:1.6em;
	margin-left:15px;
	padding:8px 10px;
	text-decoration:none;
	text-transform:uppercase;
	transition:.15s;
}

#up-navy a.active, #up-navy a:hover
{
	background:#4B5F89;
}

#logo
{
	color: #4B5F89;
	padding:25px 0;
	position:relative;
	text-transform:uppercase;
}

#logo a > img
{
	height: auto;
	max-width: 165px;
	padding: 0;
	position: absolute;
    top: -73px;
    width: 100%;
}

#logo img
{
	height:90px;
	padding-left:180px;
	width:auto;
}

#logo p
{
	font-size:2.3em;
	line-height:25px;
	padding-left:180px;
}

#logo h1
{
    padding-left: 180px;
    font-size: 2em;
    line-height: 1.3em;
    float: left;
    font-weight: 600;
}

#logo strong
{
	font-weight:600;
}

.sn-links
{
	float: right;
	    padding: 5px 0;
}

.sn-links li
{
	float: left;
	margin: 0 3px;
}

.sn-links a
{}

.sn-links a:hover img
{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#logo .sn-links img
{
	width: 32px;
	height: 32px;
	position: relative;
	top: 0;
	transition: .15s;
}

nav
{
	background:#e2e2e3;
	border-bottom:2px solid #4B5F89;
}

#nav
{
}

#nav-bar-button, #mobile-menu-bar
{
	display:none;
}

#nav li
{
	float:left;
}

#nav li:first-child a {
    padding-left: 20px;
}

#nav li a
{
	color:#4B5F89;
	display:block;
	font-size:1.5em;
	height:100%;
	padding:20px 14px;
	text-decoration:none;
	text-transform:uppercase;
	transition:.15s;
	    font-weight: 600;
}

#nav li a:hover
{
	color:#fff;
}

#nav li > ul
{
	background:#ababab;
	height:0px;
	overflow:hidden;
	position:absolute;
	z-index:15;
}

#nav li > ul li
{
	float:none;
}

#nav li > ul li a
{
	color:#fff;
}

#nav li > ul li a.active, #nav li > ul li a:hover
{
	color:#4B5F89;
}

#nav li.active, #nav li:hover
{
	background:#ababab;
}

#nav li:hover > ul
{
	height:auto;
	overflow:auto;
}

#wrap
{
}

#main
{
}

#secondary
{
}

footer
{
}

#footer-partners
{
	padding:20px 0;
}

#footer-partners a
{
	display:block;
	float:left;
	padding:0px 10px;
}

#footer-partners img
{
	-webkit-filter:grayscale(100%);
	height: auto;
    max-height: 75px;
    transition: .15s;
    width: auto;
    max-width: 250px;
}

#footer-partners a:hover img
{
	-webkit-filter:grayscale(0%);
}

#footer-insta
{
	border-top:2px solid #4B5F89;
	border-bottom:2px solid #4B5F89;
	position:relative;
}

#footer-insta img
{
	float:left;
	height:auto;
	width:10%;
}

#footer-insta-button
{
	height:100%;
	position:absolute;
	width:100%;
}

#footer-insta-button a
{
	background:#e2e2e3;
	background:rgba(226, 226, 227,.75);
	color:#4B5F89;
	display:block;
	font-size:2em;
	margin:7% auto;
	max-width:470px;
	padding:15px 0;
	text-align:center;
	text-decoration:none;
	transition:.15s;
	width:100%;
}

#footer-insta-button i
{
	font-size:2em;
	vertical-align:middle;
}

#footer-insta-button a span
{
	vertical-align:middle;
	padding:0 5px;
	text-transform:uppercase;
}

#footer-insta-button a span:nth-child(3)
{
	border:2px solid #4B5F89;
	padding:5px;
}

#footer-insta-button a:hover
{
	background:#e2e2e3;
}

#footer-navy
{
	background:#e2e2e3;
	background-image:url(../img/logo_footer.png);
	background-position-y:bottom;
	background-repeat:no-repeat;
	background-size:30%;
	padding:40px 0;
}

#dublicate-navy
{
	float:right;
	width:860px;
}

#dublicate-navy ul
{
	float:left;
	font-size:1.6em;
	padding:0 15px;
}

#dublicate-navy ul:nth-child(1) li
{
	padding-top:15px;
	text-transform:uppercase;
}

#dublicate-navy ul:nth-child(1) li:nth-child(1)
{
	padding-top:5px;
	padding-bottom:0px;
}

#dublicate-navy ul li:nth-child(1)
{
	text-transform:uppercase;
	padding-bottom:10px;
}

#dublicate-navy ul li
{
	padding-top:5px;
}

#dublicate-navy ul li a
{
	color:inherit;
	text-decoration:none;
	transition:.15s;
}

#dublicate-navy ul li a:hover
{
	color:#4B5F89;
}

#footer-navy-end
{
	float:right;
	padding-top:40px;
	width:720px;
}

#footer-navy-info
{
	float:right;
	font-size:1.5em;
	font-weight:600;
	text-align:right;
}

#footer-navy-info li
{
	line-height:1.5em;
}

#footer-navy-info a
{
	color:inherit;
	text-decoration:none;
}

#footer-navy-info a:hover
{
	color: #4B5F89;
}

#social-navy
{
	float:right;
}

#social-navy li
{
	float:left;
	padding:0 5px;
}

#social-navy a
{
	width:49px;
	height:49px;
	display:block;
	background-repeat:no-repeat;
	background-position-y:0;
}

#social-navy a:hover
{
	background-position-y:100%;
}

#copyright-line
{
	padding:20px 0;
}

#copyright-line p
{
	color:#4B5F89;
	line-height:1.4em;
	font-size:1.4em;
	text-align:center;
}

#copyright-line a
{
	color:#4B5F89;
}

.cont
{
	width:100%;
	max-width:1100px;
	margin:0 auto;
}
/*elems*/
#main .button
{
	background:#4B5F89;
	border:none;
	color:#fff;
	cursor:pointer;
	display:block;
	font-size:1.8em;
	margin:0 auto;
	outline:none;
	padding:10px 0px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	transition:.15s;
	width:100%;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-o-user-select:none;
	user-select:none;
}

#main .button:hover
{
	background:#BE2B19;
}

#main hr
{
	background:#4B5F89;
	border:none;
	display:block;
	height:3px;
	margin:30px 0;
}

.flexslider .slider-button
{
	bottom:0px;
	color:#ababab;
	cursor:pointer;
	font-size:25px;
	height:50px;
	line-height:50px;
	position:absolute;
	right:0px;
	text-align:center;
	transition:.15s;
	width:50px;
}

.flexslider .slider-button:hover
{
	color:#4B5F89;
}

.main-wrap .left
{
	float:left;
	max-width:70%;
	width:100%;
}

.main-wrap .right
{
	float:left;
	max-width:30%;
	width:100%;
}

.wrap-slider
{
	background:#e2e2e3;
	height:384px;
	margin:20px auto;
	overflow:hidden;
	position:relative;
}

.wrap-slider img
{
	height:auto;
	left:0px;
	position:absolute;
	top:0px;
	width:573px;
}

.wrap-slider ol
{
	color:#4B5F89;
	float:right;
	height:100%;
	padding:15px 10px;
	width:265px;
}
/*main*/
#main
{
}

.main-publicity
{
	float:left;
	padding:20px 0;
	width:20%;
}

.premier-publicity-box
{
	background:#e2e2e3;
	border-top:2px solid #4B5F89;
	margin:20px 0;
	padding:15px 0;
}

.premier-publicity-box .button
{
	max-width:86%;
}

.premier-publicity-box h2
{
	font-size:1.6em;
	font-weight:600;
	line-height:1.5em;
	text-align:center;
	text-transform:uppercase;
}

.premier-publicity-box p
{
	font-size:1.6em;
	line-height:1.2em;
	text-align:center;
}

.premier-publicity-box img
{
	display:block;
	height:auto;
	margin:20px auto;
	width:86%;
}

.main-publicity .publicity-button
{
	background:none;
	border:2px solid #BE2B19;
	color:#BE2B19;
	cursor:pointer;
	display:block;
	font-size:1.6em;
	line-height:1.2em;
	margin:20px auto;
	max-width:100%;
	padding:10px 0px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	transition:.15s;
	width:100%;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-o-user-select:none;
	user-select:none;
}

.main-publicity .publicity-button:hover
{
	border:2px solid #4B5F89;
	color:#4B5F89;
}

.main-publicity .publicity-img
{
	display:block;
	height:auto;
	margin:20px auto;
	width:100%;
}
/*main-wrap*/
.main-wrap
{
	float:right;
	padding:20px 0;
	width:78%;
}

#index-wrap-slider li
{
	font-size:1.5em;
	line-height:1.2em;
}

#index-wrap-slider li:nth-child(1)
{
	font-weight:600;
	padding-bottom:10px;
	text-align:center;
	text-transform:uppercase;
}

#index-wrap-slider a
{
	color:#BE2B19;
	font-style:italic;
}

#wrap-slider-left
{
	right:50px !important;
}

#wrap-slider-right
{
}

#index-repertoire
{
	margin:20px 0;
	position:relative;
}

#index-repertoire .elem
{
	float:left;
	margin:0 40px 20px 0px;
	margin-bottom:20px;
	width:30%;
}

#index-repertoire .elem:nth-child(3n+3)
{
	float:right;
	margin-right:0;
}

#index-repertoire .elem h2
{
	background:#e2e2e3;
	font-size:2.4em;
	line-height:1.2em;
	padding:10px;
}

#index-repertoire .elem h2 > span
{
}

#index-repertoire .elem h2 > span:nth-child(1)
{
	display:block;
	font-size:.8em;
}

#index-repertoire .elem h2 > span:nth-child(3)
{
	color:#fff;
	float:right;
	font-size:1.2em;
	font-weight:600;
}

#index-repertoire .elem a
{
	color:#000;
	display:block;
	font-size:1.6em;
	font-weight:600;
	line-height:1.3em;
	padding:10px 10px 0 10px;
	text-decoration:none;
}

#index-repertoire .elem p
{
	color:#000;
	font-size:1.4em;
	font-style:italic;
	line-height:1.3em;
	padding:5px 10px 0 10px;
}

#index-repertoire .elem p > a
{
	color:#BE2B19;
	display:initial;
	font-size:1em;
	font-weight:inherit;
	line-height:inherit;
	padding:0 0 0 5px;
	text-decoration:underline;
}

#index-repertoire .button
{
	max-width:250px;
	float:right;
}

#wrap-repertoire-left
{
	left:0px;
	right:auto;
}

#wrap-repertoire-right
{
}

#index-news
{
	margin:20px 0;
}

#index-news .elem
{
	float:left;
	margin:0 40px 20px 0px;
	margin-bottom:20px;
	width:30%;
}

#index-news .elem:nth-child(3n+3)
{
	float:right;
	margin-right:0;
}

#index-news .elem .elem-header
{
	background:#e2e2e3;
	padding:10px;
}

#index-news .elem h2
{
	font-size:2.4em;
	line-height:1.2em;
}

#index-news .elem a:nth-child(1)
{
	color:#4B5F89;
	font-size:0.8em;
	padding:0;
}

#index-news .elem a
{
	color:#BE2B19;
	font-size:1.4em;
	line-height:1.3em;
	text-decoration:none;
}

#index-news .elem p
{
	color:#000;
	font-size:1.4em;
	line-height:1.3em;
	padding:5px 10px 0 10px;
}

#index-news .button
{
	max-width:250px;
	float:right;
}

#bread-crumbs
{
	color:#4B5F89;
	font-size:1.4em;
	line-height:1.2em;
	margin:20px auto;
}

#bread-crumbs a
{
	color:inherit;
	text-decoration:none;
}

#bread-crumbs span
{
	padding:0 5px;
}

#about-title
{
	margin:20px auto;
}

#about-title h1
{
	font-size:2.4em;
	font-weight:600;
	line-height:1.3em;
}

#about-title h2
{
	color:#000;
	font-size:1.8em;
	line-height:1.3em;
	padding-top:10px;
}

#about-title span
{
	background:#e2e2e3;
	color:#fff;
	float:left;
	font-size:1.8em;
	font-weight:600;
	padding:10px 0;
	text-align:center;
	width:20%;
}

#about-title .button
{
	float:right;
	width:60%;
}

#inpage-wrap-slider
{
	height:432px;
}

#inpage-wrap-slider-elem
{
	height:100%;
	left:0px;
	overflow:hidden;
	position:absolute;
	top:0px;
	width:100%;
}

#inpage-wrap-slider img
{
	width: auto;
    max-width: 75%;
    height: 100%;
    display: inline-block;
}

#inpage-wrap-slider ol
{
	bottom:77px;
	height:355px;
	overflow:hidden;
	padding:0px;
	position:absolute;
	right:0;
	width:25%;
}

#inpage-wrap-slider li
{
	padding:10px 0px 0px 0px;
	text-align:center;
}

#inpage-wrap-slider li > img
{
	float:none;
	left:auto;
	position:initial;
	top:auto;
	width:auto;
	height:108px;
}

#about-cont
{
	color:#000;
	margin:20px 0;
}

#about-cont hr
{
	margin:0;
}

#about-cont h3
{
	color:#4B5F89;
	font-size:1.8em;
	line-height:1.4em;
	padding:10px 0;
}

#about-cont h4
{
	font-size:1.4em;
	font-weight:600;
	line-height:1.4em;
	padding:5px 0;
}

#about-cont p
{
	font-size:1.4em;
	line-height:1.4em;
	padding:5px 0;
}

#about-cont a
{
	color:#4B5F89;
	font-style:italic;
}

#about-cont span
{
	padding:0 5px;
}

#about-cont .right
{
}

#about-cont .right .right-cont
{
	padding-left:20px;
}

#about-cont .right .to-all
{
	display:block;
	float:right;
	font-size:1.4em;
	line-height:1.4em;
	padding:5px 0;
	text-align:right;
}

#about-cont .right-box
{
	background:#e2e2e3;
	border-top:2px solid #4B5F89;
	color:#000;
	float:left;
	margin:10px 0;
	padding:0 10px 10px 10px;
	width: 100%;
}

#about-cont .right-box h3
{
	text-align:center;
	text-transform:uppercase;
}

#about-cont .right-box ul
{
}

#about-cont .right-box li
{
	font-size:1.4em;
	font-style:italic;
	line-height:1.3em;
	padding:0 0 10px 0;
}

#about-cont .right-box span
{
	display:block;
	font-style:initial;
	padding:0;
}

#about-cont .right-box p
{
	color:#4B5F89;
	font-style:italic;
}

#about-cont .right-box a
{
	display:block;
}

#news-list
{
	margin:20px 0;
}

#news-list .elem
{
	margin-bottom:30px;
	width:100%;
}

#news-list .elem-header
{
	background:#e2e2e3;
	padding:10px;
}

#news-list .elem-header a
{
	color:#BE2B19;
	font-size:1.4em;
	line-height:1.3em;
	text-decoration:none;
}

#news-list .elem-header a:nth-child(1)
{
	color:#4B5F89;
	font-size:0.8em;
	padding:0;
}

#news-list .elem-header h2
{
	font-size:2.4em;
	line-height:1.2em;
}

#news-list .elem-header p
{
	float:right;
	font-size:1.4em;
	line-height:1.3em;
}

#news-list  .elem-cont
{
	color:#000;
	font-size:1.4em;
	line-height:1.3em;
	padding:10px 0;
}

#news-list  .elem-cont img
{
	float:left;
	height:auto;
	max-width:190px;
	padding-right:10px;
	width:100%;
}

#news-list  .elem-cont a
{
	color:#4B5F89;
	float:right;
	font-style:italic;
}

#news-list  .elem-cont p > a
{
	float:none;
}

#news-list ol
{
	color:#4B5F89;
	display:block;
	font-size:1.8em;
	line-height:1.3em;
	padding:10px 0;
	text-transform:uppercase;
}

#news-list li
{
	float:left;
	transition:.15s;
}

#news-list li i
{
	font-size:.9em;
	padding:0 5px;
}

#news-list li a
{
	color:inherit;
	display:block;
	padding:5px 10px;
	text-decoration:none;
}

#news-list li:hover
{
	background:#4B5F89;
	color:#fff;
}

#news-list .active
{
	background:#e2e2e3;
}

.main-wrap-all
{
	width:100%;
}

.repertoire-list
{
}

.repertoire-list .elem
{
	float:left;
	margin:10px;
	width:200px;
}

.repertoire-list .elem h2
{
	background:#e2e2e3;
	color:#4B5F89;
	font-size:1.4em;
	font-weight:600;
	line-height:3em;
	text-transform:uppercase;
}

.repertoire-list .elem h2 span
{
	background:#4B5F89;
	color:#fff;
	display:block;
	float:left;
	font-size:2em;
	height:100%;
	margin-right:5px;
	padding:0 5px;
}

.repertoire-list .elem h3
{
	color:#4B5F89;
	float:left;
	font-size:1.5em;
	font-weight:600;
	line-height:1.3em;
	padding:5px 0;
	width:30%;
}

.repertoire-list .elem h4 
{
	color: #000;
    float:left;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.3em;
    padding: 5px 0;
    width: 70%;
   
}



.repertoire-list .elem h4 span
{
	font-weight:initial;
	padding:0 5px;
}

.repertoire-list .elem p
{
	width: 100%;
    text-align: left;
    font-size: 1.2em;
    float: right;
}

.repertoire-list .elem a
{
	color:#BE2B19;
	display:block;
	float:left;
	font-size:1.3em;
	font-style:italic;
	line-height:1.3em;
	margin-left:30%;
	padding:0 0 10px 0;
	width:60%;
}

.repertoire-list .no-active h2
{
	color:#ababab;
}

.repertoire-list .no-active h2 > span
{
	color:#264143;
}

#repertory-navy
{
	padding:20px 0;
}

#repertory-navy p
{
	color:#ababab;
	cursor:pointer;
	float:left;
	font-size:2em;
	line-height:3em;
	padding:0 20px 0 0;
	text-transform:uppercase;
	transition:.15s;
}

#repertory-navy sub
{
	display:none;
	padding:0 10px;
}

#repertory-navy .active sub
{
	display:initial;
}

#repertory-navy i
{
	padding:0 5px;
}

#repertory-navy p:hover
{
	color:#4B5F89;
}

#repertory-navy .active
{
	color:#4B5F89;
	cursor:initial;
	font-size:2.5em;
	line-height:2.4em;
}

#repertory-navy a
{
	color:inherit;
	font-size:.7em;
	font-style:italic;
	text-transform:initial;
}

.perf_categorys {
	display: block;
	margin-bottom: 15px;
}

.perf_categorys a:link, .perf_categorys a:visited {
	font-size: 1.5em;
	color: #4B5F89;
	text-decoration: none;
	padding: 5px 10px;
	border-bottom: 1px solid #4B5F89;
	background: #e2e2e3;
}

.perf_categorys a:hover, .perf_categorys a.active {
	color: #fff;
	background: #ababab;
}

.perfomance_item {
	margin-right: 2%;
	margin-bottom: 10px;
	width: 48%;
	float: left;
	border-top: 3px solid #4B5F89;
	background: #e2e2e3;
	min-height: 230px;
}

.perfomance_img_owner {
	width: 25%;
	float: left;
	padding: 10px
}

.perfomance_text_owner {
	width: 64%;
	float: right;
	padding: 10px;
	position: relative;
}

.perfomance_name:link, .perfomance_name:visited {
	font-size: 1.8em;
	color: #4B5F89;
	display: block;
	width: 75%;
	padding-bottom: 5px;
	text-decoration: none;
}

.perfomance_name:hover {
	color: #fff;
}

.perfomance_author {
	font-size: 1.4em;
	font-style: italic;
}

.perfomance_age {
	font-size: 2em;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 10px;
	
}

.perfomance_introtext {
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 10px 0;
}

.perfomance_link:link, .perfomance_link:visited {
	color: #4B5F89;
	display: block;
	text-align: right;
	font-style: italic;
	font-size: 1.3em;
}

.perfomance_link:hover {
	text-decoration: none;
}

.perfomance_upcoming {
	font-size: 1.5em;
	line-height: 1.5em;
}

.perfomance_upcoming em {
	font-style: italic;
}

.perfomance_buy:link, .perfomance_buy:visited {
	color: #4B5F89;
	display: block;
	font-size: 1.8em;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 15px;
	font-weight: bold;
}

.people_item {
	margin-right: 1%;
	width: 19%;
	float: left;
	background: #e2e2e3;
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.people_name a:link, .people_name a:visited {
	font-size: 1.4em;
	text-decoration: none;
	color: #4B5F89;
	margin: 10px;
	display: inline-block;
}

.people_name a:hover {
	text-decoration: underline;
}

.people_desc {
	padding: 10px;
}

.people_desc em {
	font-style: italic;
}

.people_item img {
	width: 100%;
}

.people_photo {
	width: 25%;
	float: left;
	margin-right: 20px;
}

.people_photo img {
	width: 100%;
}

.people_photo a:link, .people_photo a:visited {
	color: #fff;
	text-transform: uppercase;
	background: #4B5F89;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
}

.people_photo a:hover {
	background: #BE2B19;
}

.people_photo_bg {
	background: #e2e2e3;
	padding: 10px;
}

.people_content {
	font-size: 1.4em;
	line-height: 1.4em;
}

.people_content em {
	font-style: italic;
}

.people_hr {
	margin: 10px 0 !important;
}

.people_item_name {
	font-size: 1.8em;
	color: #4B5F89;
	font-weight: bold;
	margin-bottom: 10px;
}

.people_title {
	margin-top: 15px;
	font-size: 1.4em;
	font-weight: bold;
	color: #4B5F89;
}




  
    .other_pages {
        font-size: 1.6em;
        line-height: 1.6em;
    }
    
    .other_pages input[type="text"], .other_pages textarea {
        font-size: 1em;
        padding: 5px;
        width: 300px;
        margin: 5px 0;
        resize: none;
        border: 1px solid #4B5F89;
    }
    

.other_pages .bilety_links {
    float: left;
    text-align: center;
    width: 45%
}

.other_pages .bilety_links img {
    border: 1px solid #4B5F89;
    width: 100%
}
    
    
    .other_pages .left_form {
        float: left;
        width: 320px;
        
    }
    
    .other_pages a:link, .other_pages a:visited {
        color: #4B5F89;
        text-decoration: underline;
    }
    
    .other_pages a:hover {
        text-decoration: none;
        color: #BE2B19;
    }
	
	.other_pages .btn_ok:link, .other_pages .btn_ok:visited, .other_pages .btn_ok {
        border: 0;
        border-radius: 0;
        background: #4B5F89;
        color: #fff;
        font-size: 1em;
        padding: 10px;
		text-decoration: none;
        margin: 5px 0;
    }
    
    .other_pages .btn_ok:hover {
        background: #BE2B19;
        cursor: pointer;

    }
	
	.other_pages .active:link, .other_pages .active:visited {
        border: 0;
        border-radius: 0;
        background: #BE2B19;
        color: #fff;
        font-size: 1em;
        padding: 10px;
        margin: 5px 0;
    }
	
	.other_pages .feedback {
		padding-left: 10px;
	}
	
	.other_pages .feed_back_item {
		border: 1px solid rgba(214, 82, 104, 0.2);
		padding: 10px;
	}
	
	.other_pages .pagination {
		margin: 30px 0;
	}
    
    .other_pages .help-block {
        color: #BE2B19;
    }
    
    .other_pages h2 {
        color: #4B5F89;
        font-size: 1.4em;
    }
    .other_pages h3 {
        color: #4B5F89;
        font-size: 1.3em;
    }
    
    .other_pages hr {
        margin: 5px;
        padding: 0;
    }
    
    .other_pages strong, .other_pages b {
        font-weight: bold;
    }
    
    .other_pages em {
        font-style: italic;
    }
	
	.other_pages a[href $='.pdf'] {
	  padding-left: 30px;
	  padding-bottom: 5px;
	  background-position: 0 0;
	  background: transparent url(../img/icon_pdf.png) no-repeat;
	}
	.other_pages a[href $='.doc'], .other_pages a[href $='.docx'] {
	  padding-left: 30px;
	  padding-bottom: 5px;
	  background-position: 0 0;
	  background: transparent url(../img/icon_doc.png) no-repeat;
	}
    .other_pages a[href $='.jpg'], .other_pages a[href $='.jpeg'] {
	  padding-left: 30px;
	  padding-bottom: 5px;
	  background-position: 0 0;
	  background: transparent url(../img/icon_jpg.png) no-repeat;
	}
	.other_pages a[href $='.png'] {
	  padding-left: 30px;
	  padding-bottom: 5px;
	  background-position: 0 0;
	  background: transparent url(../img/icon_png.png) no-repeat;
	}
	.other_pages a[href $='.zip'] {
	  padding-left: 30px;
	  padding-bottom: 5px;
	  background-position: 0 0;
	  background: transparent url(../img/icon_zip.png) no-repeat;
	}
    
    .feed_back_item {
        margin: 10px 0;
    }





@media screen and (max-width: 1120px){
.cont
{
	max-width:980px;
}

#nav li a
{
	font-size:1.3em;
	padding:15px;
}

.main-publicity
{
	font-size:.75em;
	width:24%;
}

.main-wrap
{
	width:73%;
	font-size:.9em;
}

.wrap-slider
{
	height:310px;
}

.wrap-slider img
{
	width:465px;
}

.wrap-slider ol
{
	font-size:.9em;
	width:215px;
}

#index-repertoire .elem
{
	margin:0 35px 20px 0px;
}

#index-news .elem
{
	margin:0 35px 20px 0px;
}

#footer-partners img
{
	height:65px;
}

#footer-navy-end
{
	width: 100%;
	max-width: 860px;
	padding: 40px 15px 0;
	box-sizing: border-box;
}

#footer-navy-info
{
	float: left;
	text-align:left;
}

#inpage-wrap-slider li > img
{
	height:90px;
}

#inpage-wrap-slider ol
{
	bottom:50px;
	height:310px;
}

#inpage-wrap-slider
{
	height:360px;
}

.main-wrap-all
{
	width:100%;
}

.repertoire-list .elem
{
	margin:10px 5px;
	width:185px;
}
}@media screen and (max-width: 998px){
.cont
{
	max-width:768px;
}

#logo a> img
{
	top:-25px;
	width:125px;
}

#logo img
{
	padding-left:160px;
}

#nav li
{
	width:25%;
}

#nav li a
{
	font-size:1.2em;
	text-align:center;
}

#nav li:hover > ul
{
	display:none;
}

.main-publicity
{
	display:none;
}

.main-wrap
{
	float:left;
	width:100%;
}

#footer-partners img
{
	height:50px;
}

#dublicate-navy
{
	font-size:.85em;
	width:100%;
}

#dublicate-navy ul
{
	padding:0 30px 0 0;
}

#footer-navy-end
{
	width:100%;
	padding: 40px 0 0;
}

.wrap-slider img
{
	width:530px;
}

.wrap-slider
{
	height:356px;
}

#repLarge, #repList
{
	display:none;
}

.repertoire-list .elem
{
	font-size:.9em;
	margin:10px 5px 10px 0;
	width:148px;
}
}@media screen and (max-width: 768px){
.myMenuJS
{
	height:42px;
	overflow:hidden;
}

.myMenuJS #nav-bar-button
{
	display:initial;
	height:42px;
	line-height:42px;
}

#nav-bar-button i
{
	font-size:2.4em;
	line-height:42px;
	padding:0 10px;
}

#nav-bar-button
{
	display: initial;
	width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 2em;
}

.cont
{
	width:95%;
}

#up-navy
{
	display:block;
}

#up-navy ul
{
	float:initial;
	font-size:.8em;
	width:100%;
	height:auto;
}

#up-navy li
{
	display:inline;
	padding:15px 0;
}
	
#up-navy li:nth-child(3)
{
	display:none;
}	

#up-navy a
{
	float:initial;
	margin-left:0px;
}

#logo
{
	padding:15px 0;
}

#logo a> img
{
	display:block;
	margin:0 auto;
	position:relative;
	top:0px;
	width:150px;
}

#logo img
{
	height:auto;
	padding-left:0px;
	padding-top:15px;
	width:100%;
}

#logo h1
{
    padding: 0;
    margin: 20px auto 0;
    float: none;
    text-align: center;	
}

.sn-links {
    float: none;
    margin: 20px auto 0;
    display: table;
}

.sn-links li {
    float: none;
    margin: 0 3px;
    display: inline-block;
}

#nav
{
	transition:.15s;
	width:100%;
	overflow: hidden;
	height: 0;
}

#nav.open
{
	height: auto;
}

#nav li
{
	width:100%;
}

#footer-partners, #footer-insta
{
	display:none;
}

#footer-navy
{
	padding:15px 0;
}

#dublicate-navy
{
	font-size:1em;
	line-height:2.4em;
}

#dublicate-navy ul
{
	padding:0;
	width:100%;
}

#dublicate-navy ul li
{
	display:none;
}

#dublicate-navy ul li:nth-child(1), #dublicate-navy ul:nth-child(1) li
{
	display:block;
	padding:10px 0 0 0;
}

#social-navy
{
	padding-top:15px;
	width:100%;
}

#social-navy a
{
	background-size:cover;
	height:45px;
	width:45px;
}

.wrap-slider
{
	height:auto;
	padding:20px 0 50px 0;
}

#index-wrap-slider-elem-index
{
	height:200px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:300px;
}

.wrap-slider ol
{
	float:none;
	font-size:1em;
	height:auto;
	margin:0 auto;
	padding:15px 0;
	width:280px;
}

.wrap-slider img
{
	width:100%;
}

#index-repertoire .elem, #index-news .elem
{
	width:100%;
	margin:0 0 20px 0;
}

#index-repertoire .button, #index-news .button
{
	float:none;
}

.main-wrap .left
{
	max-width:100%;
}

.main-wrap .right
{
	max-width:100%;
	float:left;
	padding:20px 0;
}

#inpage-wrap-slider
{
	height:auto;
	position:relative;
	width:100%;
}

#inpage-wrap-slider img
{
	width:100%;
}

#inpage-wrap-slider-elem
{
	height:200px;
	left:auto;
	margin:0 auto;
	padding:0;
	position:relative;
	top:auto;
	width:300px;
}

#inpage-wrap-slider ol
{
	display:none;
}

#about-cont .right .right-cont
{
	padding:0;
}

#about-cont .right-box
{
	float:none;
	margin:20px auto 0 auto;
	width:90%;
}

#about-cont .right .to-all
{
	display:initial;
	float:none;
}



#news-list .elem-cont img
{
	display:block;
	float:none;
	margin:0 0 10px 0;
	padding:0;
}

#news-list .elem-header p
{
	padding-top:10px;
	text-align:right;
	width:100%;
}

.repertoire-list .elem
{
	font-size:1em;
	margin:10px 0;
	width:100%;
}

#repertory-navy #repActual
{
	padding:0;
	width:100%;
}
}/*mobile-navy*//*mobile-navy end*//*to-date*/@media screen and (min-width: 999px){
.to-date .elem
{
	float:left;
	margin:15px 0;
	width:100%;
}

.to-date .elem h2
{
	float:left;
	width:18%;
}

.to-date .elem h3
{
	color:#4B5F89;
	font-size:2em;
	line-height:2.1em;
	padding:0;
	text-align:center;
	width:10%;
}

.to-date .elem h4
{
	height:3em;
	line-height:1.5em;
	overflow:hidden;
	padding:0;
	vertical-align:middle;
	width:44%;
}

.to-date .elem ul
{
	float:left;
	width:82%;
}

.to-date .elem li
{
	background:#e2e2e3;
	float:left;
	margin-top:10px;
	width:100%;
}

.to-date .elem li:first-child
{
	margin-top:0;
}

.to-date .elem p
{
	color:#ababab;
	display:block;
	float:left;
	font-size:1.4em;
	font-style:italic;
	height:3em;
	line-height:1.5em;
	overflow:hidden;
	padding:0;
	width:30%;
}

.to-date .elem p span
{
	display:block;
	padding:0 10px;
}

.to-date .elem a
{
	background:#4B5F89;
	color:#fff;
	float:left;
	font-size:1.4em;
	font-style:initial;
	line-height:3em;
	margin:0;
	padding:0;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	transition:.15s;
	width:16%;
}

.to-date .elem a:hover
{
	background:#BE2B19;
}

.to-date .elem a span
{
	display:none;
}
    
  
    
    
}
@media screen and (max-width: 1120px) and (min-width: 999px).to-date .elem
{
	width:100%;
}
/*------------------------ misc -----------------------------*/
hr, .hide
{
	display:none;
}

a img
{
	border:none;
}
/*self-clear floats*/
.group:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
/*new*/
.flexslider .slider-button
{
	color: #4B5F89;
    cursor: pointer;
    font-size: 16px;
    height: 38px;
    line-height: 37px;
    position: absolute;
    left: 6px;
    max-width: 74%;
    bottom: 5px;
    text-align: center;
    display: block;
    transition: .15s;
    width: auto;
    border: 2px solid #4B5F89;
}

#index-wrap-slider img
{
	width:100%;
}

#index-wrap-slider.wrap-slider
{
	height:430px;
}

#index-wrap-slider .slider-button
{
	display:none;
}

#index-wrap-slider  ol
{
	color:#000;
	position:absolute;
	right:20px;
	top:20px;
	z-index:10;
	padding:15px;
	box-sizing:border-box;
	height:390px;
	width:300px;
	background-color:rgba(255, 255, 255, .63);
	border-width:3px;
	border-style:solid;
	border-color:#055154;
}

#index-wrap-slider a
{
	color:#055154;
	position:absolute;
	bottom:15px;
	font-size:1.6em;
	font-style:initial;
	line-height:1em;
	text-decoration:none;
	text-transform:uppercase;
	padding:7px 0;
	width:261px;
	text-align:center;
	border-width:3px;
	border-style:solid;
	transition-duration:.15s;
}

#index-wrap-slider a:hover
{
	background-color:#fff;
}

#index-cont
{
	padding:50px 0;
}

.rep-items
{
	float:left;
	width:60%;
	box-sizing:border-box;
}

.index-info
{
	float:right;
	padding-left:20px;
	width:40%;
	box-sizing:border-box;
}

.rep-item
{
	float:left;
	width:100%;
	height:100%;
	margin-bottom:30px;
	color:#000;
	position:relative;
}

.rep-item-left
{
	position:absolute;
	width:20%;
	height:100%;
	box-sizing:border-box;
	padding:15px;
	background-color:#e2e2e3;
}

.rep-item-left p
{
	font-size:1.4em;
	padding-bottom:15px;
}

.rep-item-left h1
{
	font-size:3.2em;
	font-weight:600;
	padding-bottom:5px;
}

.rep-item-left h2
{
	font-size:1.4em;
	font-weight:600;
	padding-bottom:5px;
}

.rep-item-right
{
	width:80%;
	float:right;
	padding:15px;
	box-sizing:border-box;
}

.rep-item-right h2
{
	font-size:2em;
	padding-bottom:5px;
	font-weight:600;
	color:#3d5483;
}

.rep-item-right h3
{
	font-size:1.8em;
	padding-bottom:10px;
	font-weight:600;
}

.rep-item-right h3 > span
{
	font-weight:300;
	font-style:italic;
	padding-left:10px;
	color:#4B5F89;
}

.rep-item-right p
{
	font-size:1.4em;
	line-height:1.5em;
	padding-bottom:10px;
}

.rep-item-right a
{
	font-size:1.4em;
	line-height:1.5em;
	font-style:italic;
	color:#4B5F89;
	transition-duration:.15s;
}

#index-cont .button
{
	background:#3D5483;
	border:none;
	color:#fff;
	cursor:pointer;
	display:block;
	font-size:1.8em;
	margin:0 auto;
	outline:none;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	transition:.15s;
	float:left;
	width:250px;
	font-style:inherit;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-o-user-select:none;
	user-select:none;
}

#index-cont .button:hover
{
	background:#A9A9A9;
}

#index-today-banner
{
	border:3px solid #4B5F89;
	padding:25px 0;
	text-align:center;
	color:#000;
	margin-bottom:30px;
}

#index-today-banner h1
{
	padding:0 25px 10px 25px;
	font-size:2em;
	font-weight:600;
	color:#4B5F89;
	text-transform:uppercase;
}

#index-today-banner h2
{
	padding:0 25px 25px 25px;
	font-size:1.4em;
	font-style:italic;
	color:#4B5F89;
}

#index-today-banner p
{
	padding:0 25px 25px 25px;
	font-size:2em;
	line-height:1.3em;
	font-weight:600;
	text-transform:uppercase;
}

#index-today-banner a
{
	padding:0 25px 25px 25px;
	font-size:1.6em;
	font-style:italic;
	line-height:1.3em;
	font-weight:600;
	transition-duration:.15s;
	color:#4B5F89;
}

.index-short-desc
{
	margin-bottom:30px;
}

.index-short-desc h2
{
	font-size:2em;
	font-weight:600;
	color:#4B5F89;
	padding-bottom:10px;
}

.index-short-desc span
{
	font-size:1.4em;
	line-height:1.3em;
	padding-right:10px;
}

.index-short-desc hr
{
	display:block;
	width:100%;
	height:3px;
	border:none;
	background-color:#4C6089;
	margin:10px 0;
}

.index-short-desc p
{
	font-size:1.6em;
	line-height:1.3em;
	color:#000;
}

.index-short-desc a
{
	font-size:1.6em;
	line-height:1.3em;
	font-style:italic;
	color:#4B5F89;
}

.register-box
{
}

.register-box a
{
	float:left;
	width:25%;
	display:block;
	font-size:1.6em;
	line-height:1.3em;
	font-weight:600;
	padding:10px 0;
	box-sizing:border-box;
	text-align:center;
	text-transform:uppercase;
	color:#4B5F89;
	text-decoration:none;
	border:3px solid;
	margin-bottom:15px;
}

.register-block
{
	float:right;
	width:100%;
	padding:15px;
	margin-bottom: 20px;
	box-sizing:border-box;
	background-color:#e2e2e3;
}

.register-block p
{
	font-size:1.2em;
	font-weight:600;
	line-height:1.3em;
	text-align:center;
	text-transform:uppercase;
	color:#000;
}

.register-block input[type="email"]
{
	border:none;
	outline:none;
	width:100%;
	box-sizing:border-box;
	padding:5px;
	font-size:1.6em;
	line-height:2em;
	margin:20px 0;
}

.register-block input[type="submit"]
{
	background:#4B5F89;
	border:none;
	color:#fff;
	cursor:pointer;
	display:block;
	font-size:1.8em;
	margin:0 auto;
	outline:none;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	transition:.15s;
	width:100%;
	font-style:inherit;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-o-user-select:none;
	user-select:none;
}

.register-block input[type="submit"]:hover
{
	background-color:#BE2B19;
}

@media screen and (max-width: 998px){
.rep-items
{
	width:100%;
}

.perfomance_item {
	width: 95%;
	margin: 10px auto;
}



.index-info
{
	padding-top:50px;
	padding-left:0;
	width:100%;
}
}


@media screen and (max-width: 800px){
	.people_item {
		width: 24%;
	}
}


@media screen and (max-width: 610px){
#index-wrap-slider.wrap-slider
{
	display:none;
}

.perfomance_item {
	width: 95%;
	margin: 10px auto;
}

.perfomance_img_owner {
	width: 20%;
}


.perf_categorys {
	display: block;
	margin-bottom: 15px;
}

.perf_categorys a:link, .perf_categorys a:visited {
	font-size: 1.5em;
	display: inline-block;
	width: 45%;
	color: #4B5F89;
	text-decoration: none;
	padding: 5px 10px;
	border-bottom: 1px solid #4B5F89;
	background: #e2e2e3;
}

.perf_categorys a:hover, .perf_categorys a.active {
	color: #fff;
	background: #ababab;
}

.people_item {
	width: 48%;
}


.rep-item-left
{
	width:100%;
	position:relative;
	float:left;
}

.rep-item-right
{
	width:100%;
}

.register-block
{
	width:100%;
}

.register-block
{
	width:100%;
}

.register-box a
{
	width:100%;
	margin:30px 0 0 0;
}
}


@media screen and (max-width: 420px){
	.people_item {
		width: 98%;
	}
}



.left strong, .left b {
	font-weight: bold;
}

.left em {
	font-style: italic;
}

.left ul {
	margin-left: 30px;
}

.left ul li {
	font-size: 1.4em;
	padding-top: 5px;
}

.left ul li {
	list-style-type: circle;
}

.repertoire-list .elem h4 > a {
	max-width: 75%;
}

 .repertoire-list .elem h4 > a, .to-date .elem h4 > a {
    width: auto;
    background: none;
    color: inherit;
    font-size: inherit;
    float: left;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit;
    display: initial;
    margin: 0;
    text-decoration: none;
}



#nav li:hover .third{
  position:relative;
}


@media screen and (max-width: 998px)
{
  #nav li.open > ul
  {
    height: auto;
    width: 100%;
    position: relative;  
  }

  #nav li.open:hover > ul
  {
    display: initial;
  }
  
  #nav li:hover > ul
  {
    display: none;
  }
}


/*hall table*/
.hall-table
{
	text-transform: uppercase;
	width: 100%;
}

.hall-table tr
{
	padding:10px 0;
	background-color:#fff;
	font-size:.91em;
	line-height:1.55em;
	font-weight:600;
}

.hall-table td
{
	border:2px solid #404040;
	text-align:center;
	min-width: 10px;
}

.hall-table tr:first-child
{
	color:red;
	text-align:center;
	letter-spacing:1px;
	font-size:2em;
	line-height:2em;
}

.hall-table tr:first-child td
{
	background-color:#e3e3e3;
	border:none;
}

.hall-table tr td:first-child,.hall-table tr td:last-child
{
	background-color:#e3e3e3;
}

.hall-table tr
{
	padding:10px 0;
}

td.hall-table-passage
{
	border:none;
}

td.hall-table-exit
{
	background-color:#fff !important;
	border:none;
}


/*price table*/

.price-list-table
{
	border:1px solid;
	font-size:14px;
	line-height:1em;
	text-align:center;
	vertical-align:bottom;
}

.price-list-table tr
{
	border-top:1px solid #404040;
}

.price-list-table td
{
	vertical-align:bottom;
	padding:5px 3px;
	border-left:1px solid #404040;
}

.price-list-table tr > td:first-child
{
}

td.price-list-table-title
{
	text-align:left;
	font-weight:600;
	background-color:#d93b22;
	color:#fff;
	padding:10px;
}

td.price-list-table-subtitle
{
	background-color:#e3e3e3;
	font-weight:600;
	line-height:1em;
	width:10%;
}

/*box & media*/
.info-table-box
{
	width:50%;
	padding:50px 20px;
	box-sizing:border-box;
	float:left;
}

@media screen and (max-width: 1024px)
{
	.info-table-box
	{
		width: 100%;
		padding: 30px 0;
		max-width: 100%;
		overflow-x: auto;
	}
}

.reverse_btn {
    background: #BE2B19 !important;
}

.reverse_btn:hover {
    background: #4B5F89 !important;
}

.faq {
  width: 100%;
  position: relative;
}
.faq-questions {
  list-style: none;
}
.faq-questions, .faq-questions > h4 a:link {
  width: 100%;
  display: block;
  padding: 10px;
}
.faq-questions > h4:nth-child(odd) {
  background-color: #e2e2e3;
}
.faq-questions > h4:nth-child(even) {
  background-color: #fff;
}
.faq-questions > h4 a.faq-question, .faq-questions > h4 .faq-question {
  font-size: 1em;
  font-weight: bold;
  color: #4B5F89;
  cursor: pointer;
}
.faq-questions .faq-answer {
  font-size: 1em;
  line-height: 1.5;

}
.mediateka_banner {
	margin: 0 auto; 
	max-width: 1100px;
}

.perfPeoples {
	line-height: 1em !important;
}