@charset "UTF-8";

html, 
body {
	font-family: "Open Sans", sans-serif;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4em;
	color: #222;
}

* {
			box-sizing: border-box;
	   -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*:before,
*:after {
			box-sizing: border-box;
	   -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html * {
	max-height:1000000px;
}
html {
    height: 100%;
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    flex-direction: column;
    height: 100%;
}

header {
   flex: 0 0 auto;
   background: #fff;
   position: relative;
}

main {
	flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    justify-content: normal;
    align-items: normal;
    align-content: stretch;
}
main > * {
	width: 100%;
}
footer {
   flex: 0 0 auto;
}

input[type="text"],
input[type="password"],
textarea {
	font-family: "Open Sans", sans-serif;
	outline: none;
}
table {
    position: relative;
	width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0px;
}
table th, 
table td {
    position: relative;
}
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
p {
	margin: 0;
	padding: 0;
}
img {
	display: block;
}
a {
	color: #117692;
	text-decoration: underline;
}
a:hover {
	color: #117692;
	text-decoration: none;
}
b,
strong{
	font-weight: 600;	
}

/*CLEARFIX*/
.entry:before,
.entry:after,
.cf:before,
.cf:after {
	content: '';
	display: block;
	overflow: hidden;
}
.entry:after,
.cf:after {
	clear: both;
}

/*GRID*/
.center-box {
    position: relative;
    z-index: 1;
	max-width: 1120px;
    margin: 0 auto;
}
.container {
    overflow-x: hidden;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: normal;
    margin-left: -10px;
    margin-right: -10px;
    align-content: stretch;
}
.col {
    width: 100%;
    padding: 0 10px;
    flex: 0 0 auto;
}
.col-12 {width: 100%;}
.col-11 {width: 91.66666666%;}
.col-10 {width: 83.33333333%;}
.col-9 {width: 75%;}
.col-8 {width: 66.66666666%;}
.col-7 {width: 58.33333333%;}
.col-6 {width: 50%;}
.col-5 {width: 41.66666666%;}
.col-4 {width: 33.33333333%;}
.col-3 {width: 25%;}
.col-2 {width: 16.66666666%;}
.col-1 {width: 8.33333333%;}
.col-0 {display: none;}


footer {
	padding: 25px 0;
	background-color: #117692;
	background-image: url('img/bg__footer.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

/*SECTIONS*/
.section-headmenu {
	background: #117692;
}
.section-header {
	padding-top: 70px;
	padding-bottom: 40px;
}
.section-anounce {
	padding-bottom: 20px;
}
.section-newslist {
	padding-bottom: 20px;
}
.section-news {
	padding-bottom: 40px;
}
.section-bandslist {
	padding-bottom: 20px;
}
.section-bands {
	padding-bottom: 40px;
}
.section-performerslist {
	padding-bottom: 20px;
}
.section-performers {
	padding-bottom: 40px;
}
.section-gallery {
	padding-bottom: 40px;
}
.section-media {
	padding-bottom: 20px;
}
.section-projectslist {
	padding-bottom: 20px;
}
.section-projects {
	padding-bottom: 40px;
}
.section-purchases {
	padding-bottom: 40px;
}
.section-afisha {
	padding-bottom: 20px;
}
.section-promo {
	padding-top: 30px;
	padding-bottom: 30px;
}
.section-page {
	padding-bottom: 40px;
}

/*BURGER*/
.head-burger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;

}
.burger {
    display: none;
    width: 40px;
    height: 30px;
    cursor: pointer;
    position: relative;
}
.burger div {
    width: 100%;
    height: 4px;
    background-color: #117692;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.burger:before, 
.burger:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #117692;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.burger:before {
    top: 2px;
}
.burger:after {
    bottom: 2px;
}
.active-nav .burger div {
    opacity: 0;
}
.active-nav .burger:before {
    transform: rotate(45deg);
    top: 13px;
    width: 40px;
    left: 0px;
}
.active-nav .burger:after {
    transform: rotate(-45deg);
    bottom: 13px;
    width: 40px;
    left: 0px;
}

/*NAV MENU*/
.nav-menu {
	color: #fff;
}
.nav-menu a {
	color: #fff;
	text-decoration: none;
}
.nav-menu a:hover {
	color: #fff;
	text-decoration: none;
}
.main-menu {
    margin: 0;
    width: 100%;
    padding: 0;
	height: 60px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}
.footer-menu {
    margin: 0;
    width: 100%;
    padding: 22px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}
.footer-submenu {
    margin: 0;
    width: 100%;
	border-top: 1px solid #fff;
    padding: 27px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}
.footer-submenu__item {
	margin: 0 20px;
}

/*LOGO*/
.head-logo {
	display: block;
	margin: 0 auto;
}
.head-logo span {
	display: block;
	width: 100%;
	padding-top: 37%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('img/logo__blue.png');
	background-size: contain;
}
.foot-logo {
	display: block;
	margin: 5px auto 0;
	width: 170px;
}
.foot-logo a {
	display: block;
	width: 100%;
	padding-top: 37%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('img/logo__white.png');
	background-size: contain;
}

/*CONTACTS & SOCIALS LIST*/
.head-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	flex-direction: column;
}
.socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: center;
    align-content: stretch;
}
.socials-list__item {
	display: block;
	width: 25px;
	margin-right: 20px;
}
.socials-list__item a {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.socials-list__item.l-telegram	a {background-image: url('img/soc__tg.svg');}
.socials-list__item.l-mail		a {background-image: url('img/soc__mail.svg');}
.socials-list__item.l-vk		a {background-image: url('img/soc__vk.svg');}
.socials-list__item.l-youtube 	a {background-image: url('img/soc__yt.svg');}

.head-contact {
	font-size: 15px;
	line-height: 1.4em;
	text-transform: uppercase;
}
.head-contact__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: center;
    align-content: stretch;
	margin-top: 0.5em;
}

.head-contact__item:before {
	content: '';
	display: block;
	width: 20px;
	height: 25px;
	margin-right: 13px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('img/icon__place.svg');
}
.head-contact__item.l-phone:before {
	background-image: url('img/icon__phone.svg');
}

/*PAGE TITLE*/
.page-title {
	position: relative;
	margin: 30px 0;
	font-size: 32px;
	line-height: 1.4em;
	text-transform: uppercase;
	text-align: center;
}
.page-title:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #000;
	top: 50%;
	left: 0;
}
.page-title span {
	position: relative;
	display: inline-block;
	padding: 0 35px;
	background: #fff;
}

/*PAGINATION*/
.page-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: normal;
    align-content: stretch;	
	padding-bottom: 30px;
}
.page-nav a,
.page-nav span {
	display: block;
	margin: 0 0.5em;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 20px;
	line-height: 38px;
	font-weight: 300;
	text-decoration: none;
	color: #222;
	border-radius: 50%;
	border: 1px solid #999;
}
.page-nav a:hover {
	text-decoration: none;
	color: #222;
}
.page-nav .page-num.dots {
	border: 1px solid #fff;
}
.page-nav .prev,
.page-nav .next {
	border: 1px solid #fff;
    background-position: center center;
    background-repeat: no-repeat;
	background-image: url(img/arrow__left.png);
}
.page-nav .next {
	background-image: url(img/arrow__right.png);
}
.page-nav .page-num.current,
.page-nav .page-num.current:hover {
	font-weight: 600;
	color: #fff;
	background-color: #117692;
	border: 1px solid #117692;
}

/*ENTRY*/
.entry{
	
}
.entry p {
	text-align: justify;
	margin-bottom: 0.5em;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	margin: 0.5em 0;
	padding: 0;
	font-weight: 600;
	line-height: 1.4em;
	text-align: justify;
}
.entry h1,
.entry h2 {
	text-align: center;
	color: #117692;
}
.entry h1 {font-size: 32px;}
.entry h2 {font-size: 28px;}
.entry h3 {font-size: 24px;}
.entry h4 {font-size: 20px;}
.entry h5 {font-size: 18px;}
.entry h6 {font-size: 16px;}

.entry img {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
	height: auto;
}
.entry p img {
	max-width: 40%;
	float: left;
	margin: 0 20px 20px 0;
}
.entry blockquote {
	margin: 30px 0;
	padding: 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.4em;
}
.entry li {
	position: relative;
	text-align: justify;
	margin-bottom: 0.5em;
}
.entry ul > li {
	padding-left: 30px;
}
.entry ul > li:before {
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	left: 6px;
	top: 11px;
	background: #117692;
}
.entry iframe {
	display: block;
	margin: 2em auto;
	max-width: 100%;
}

/*AFISHA*/
.anounce {
	margin-bottom: 30px;
}
.anounce:after {
    content: '';
    display: block;
    height: 70px;
	background-image: url('img/bg_entryfooter.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
}
.anounce:last-child:after {
	content: none;
}

.anounce-poster {
	overflow: hidden;
}
.anounce-poster__image {
	display: block;
	width: 100%;
	height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.anounce-poster__image:hover {
	scale: 1.1;
}
.anounce-date {
	margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
}
.anounce-date__weekday {
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 300;
}
.anounce-date__date {
	margin-top: 0.5em;
	font-size: 28px;
	line-height: 1.4em;
	color: #117692;
}
.anounce-date__time {
	font-size: 32px;
	line-height: 1.4em;
	color: #117692;
}
.anounce-date__hall {
	margin-top: 0.5em;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 300;
}

.anounce-info {
	margin-top: 30px;
}
.anounce-info__title {
	font-size: 36px;
	line-height: 1.4em;
	font-weight: 600;
}
.anounce-info__detail {
	margin-top: 1em;
	font-weight: 300;
}
.anounce-info__detail p {
	margin-bottom: 0.5em;
}

/*NEWSLIST*/
.newslist {
	margin-bottom: 30px;
}
.newslist:after {
    content: '';
    display: block;
    height: 70px;
	background-image: url('img/bg_entryfooter.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
}
.newslist:last-child:after {
	content: none;
}
.newslist-poster {
	overflow: hidden;
}
.newslist-poster__image {
	display: block;
	width: 100%;
	height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.newslist-poster__image:hover {
	scale: 1.1;
}
.newslist-info__date {
	color: #888;
}
.newslist-info__title {
	margin: 0.5em 0 1em;
	font-size: 24px;
	line-height: 1.4em;
}
.newslist-info__title a {
	color: #222;
	text-decoration: none;
}
.newslist-info__title a:hover {
	color: #222;
	text-decoration: none;
}
.newslist-info__detail {
	font-weight: 300;
	text-align: justify;	
}

/*NEWS*/
.news__date {
	margin: 1em 0;
    color: #888;
	text-align: right;
}
.news__title h1 {
	padding: 0;
	margin: 0.5em 0;
	font-size: 28px;
	line-height: 1.4em;
	font-weight: 600;
	color: #117692;
}
.news__poster {
	margin: 20px 0;
}
.news__poster img {
	width: 100%;
	height: auto;
}

/*GALLERY*/
.gallery-poster {
	overflow: hidden;
	margin-bottom: 20px;
}
.gallery-poster__image {
	display: block;
	width: 100%;
	height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.gallery-poster__image:hover {
	scale: 1.1;
}

/*BANDSLIST*/
.bandslist {
	padding-bottom: 50px;
}
.bandslist-poster {
	overflow: hidden;
}
.bandslist-poster__image {
	display: block;
	width: 100%;
	height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.bandslist-poster__image:hover {
	scale: 1.1;
}
.bandslist-info__title {
	margin: 0.5em 0 1em;
	font-size: 24px;
	line-height: 1.4em;
}
.bandslist-info__title a {
	color: #222;
	text-decoration: none;
}
.bandslist-info__title a:hover {
	color: #222;
	text-decoration: none;
}
.bandslist-info__detail {
	font-weight: 300;
	text-align: justify;	
}

/*BANDS*/
.bands__title h1 {
	margin: 0.5em 0 0.25em;
	padding: 0;
	font-size: 36px;
	line-height: 1.4em;
	font-weight: 600;
	color: #117692;
}
.bands__poster {
	margin: 20px 0;
}
.bands__poster img {
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}

/*PERFORMERSLIST*/
.performerslist {
}
.performerslist__item {
	padding-bottom: 50px;
}

.performerslist__poster {
	overflow: hidden;
}
.performerslist__image {
	display: block;
	width: 100%;
	height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.performerslist__image:hover {
	scale: 1.1;
}
.performerslist__title {
	margin: 0.5em 0 0.5em;
	font-size: 28px;
	line-height: 1.4em;
	font-weight: 600;
}
.performerslist__title a {
	color: #222;
	text-decoration: none;
}
.performerslist__title a:hover {
	color: #222;
	text-decoration: none;
}
.performerslist__caption {
	font-weight: 300;
}

/*PERFORMERS*/
.performers__title h1 {
	margin: 0.5em 0 0.25em;
	padding: 0;
	font-size: 36px;
	line-height: 1.4em;
	font-weight: 600;
	color: #117692;
}
.performers__caption {
	margin-bottom: 0.5em;
	padding: 0;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 300;
}
.performers__detail {
	margin: 20px 0;
}
.performers__poster {
	margin: 0 20px 10px 0;
	width: 50%;
	float: left;
}
.performers__poster img {
	width: 100%;
	height: auto;
}

/*MEDIA*/
.media {
	padding-bottom: 50px;
}
.media-poster {
	overflow: hidden;
}
.media-poster__image {
	display: block;
	width: 100%;
	height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.media-poster__image:hover {
	scale: 1.1;
}
.media-info__date {
	color: #888;
}
.media-info__title {
	margin: 0.5em 0 1em;
	font-size: 24px;
	line-height: 1.4em;
}
.media-info__title a {
	color: #222;
	text-decoration: none;
}
.media-info__title a:hover {
	color: #222;
	text-decoration: none;
}

/*PERFORMERSLIST*/
.projectslist {
}
.projectslist__item {
	margin-bottom: 30px;
}
.projectslist__item:after {
    content: '';
    display: block;
    height: 70px;
	background-image: url('img/bg_entryfooter.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
}
.projectslist .col:last-child .projectslist__item:after {
	content: none;
}
.projectslist__title {
	margin: 0.5em 0 1em;
	font-size: 36px;
	line-height: 1.4em;
	font-weight: 600;
	text-align: center;
}
.projectslist__title a {
	color: #222;
	text-decoration: none;
}
.projectslist__title a:hover {
	color: #222;
	text-decoration: none;
}
.projectslist__poster {
	width: 70%;
	margin: 0 auto;
}
.projectslist__image {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
	height: auto;
}
.projectslist__detail {
	font-weight: 300;
	text-align: justify;
}
.projectslist__detail p {
	margin-bottom: 0.5em;
}

/*PROJECTS*/
.projects__title h1 {
	margin: 0.5em 0 0.25em;
	padding: 0;
	font-size: 36px;
	line-height: 1.4em;
	font-weight: 600;
	color: #117692;
	text-align: center;
}
.projects__detail {
	margin: 20px 0;
}
.projects__poster {
	width: 70%;
	margin: 0 auto;
}
.projects__poster img {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
	height: auto;
}

/*PURCHASES*/
.purchases {
	margin-top: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #222;
	padding-bottom: 20px;
}
.purchases__date {
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 600;
}
.purchases__title {
	margin: 0;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 600;
}
.purchases__info {
	margin-top: 0.5em;
}
.purchases__files {
	margin-top: 1em;
}
.purchases__file {
	margin-bottom: 0.5em;
}

/*AFISHA (MAIN)*/
.afisha {
}
.afisha__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
	padding-bottom: 70px;
}
.afisha__poster {
	overflow: hidden;
	width: 100%;
}
.afisha__image {
	display: block;
	width: 100%;
	height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.afisha__image:hover {
	scale: 1.1;
}
.afisha__date {
	margin-top: 0.5em;
	font-weight: 600;
	color: #888;
}
.afisha__hall {
	font-weight: 300;
}
.afisha__title {
	margin-top: 0.5em;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 600;
	color: #117692;
}

/*CONTACT*/
.contact-page p {
	text-align: center;
	margin-bottom: 1.5em;
}


/*TEST*/
.test-title {
	margin: 50px auto;
	text-align: center;
}
.test-animation {
	background: pink;
	width: 200px;
	height: 80px;
	margin: 50px auto;
}

/*MEDIA*/
@media (max-width: 1120px) {
	.col-md-12 {width: 100%;}
	.col-md-11 {width: 91.66666666%;}
	.col-md-10 {width: 83.33333333%;}
	.col-md-9 {width: 75%;}
	.col-md-8 {width: 66.66666666%;}
	.col-md-7 {width: 58.33333333%;}
	.col-md-6 {width: 50%;}
	.col-md-5 {width: 41.66666666%;}
	.col-md-4 {width: 33.33333333%;}
	.col-md-3 {width: 25%;}
	.col-md-2 {width: 16.66666666%;}
	.col-md-1 {width: 8.33333333%;}
	.col-md-0 {display: none;}
	/*header > section,*/
	/*footer > section,*/
	/*main > section,*/
	.center-box {
		padding-left: 10px;
		padding-right: 10px;
	}
	.section-header {
		padding-top: 40px;
	}
	.head-logo {
		width: 50%;
		margin: 0 auto;
	}
	.socials-list {
		margin: 20px auto 0;
		justify-content: center;
		order: 1;
	}
	.socials-list__item {
		margin: 0 10px;
	}
	.head-contact {
		margin: 20px auto 0;
		order: 0;
	}
	.head-contact__item {
		justify-content: center;
	}
	
}

@media only screen and (max-width: 991px) {
	.section-header {
		border-bottom: 1px solid #117692;
	}
	.section-headmenu {
		position: absolute;
		display: block;
		top: 100%;
		right: 100%;
		z-index: 1111;
		background: #117692;
		width: 100%;
		border-bottom: 1px solid #117692;
		-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		-ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
		transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	}
	.active-nav .section-headmenu {
		right: 0;
	}
	.main-menu {
		font-size: 18px;
	}
	.burger {
		display: block;
	}
	
	
	/*767 part*/
	.section-headmenu {
		background: #f3f8f9;
		color: #117692;
	}
	.section-headmenu .nav-menu a {
		color: #117692;
	}
	.main-menu {
		flex-direction: column;
		align-items: normal;
		height: auto;
		padding: 15px 0;
		font-size: 24px;
		line-height: 1.4em;
	}
	.main-menu__item {
		padding: 5px 0;
	}
	/**/

	
	
	.col-ms-12 {width: 100%;}
	.col-ms-11 {width: 91.66666666%;}
	.col-ms-10 {width: 83.33333333%;}
	.col-ms-9 {width: 75%;}
	.col-ms-8 {width: 66.66666666%;}
	.col-ms-7 {width: 58.33333333%;}
	.col-ms-6 {width: 50%;}
	.col-ms-5 {width: 41.66666666%;}
	.col-ms-4 {width: 33.33333333%;}
	.col-ms-3 {width: 25%;}
	.col-ms-2 {width: 16.66666666%;}
	.col-ms-1 {width: 8.33333333%;}
	.col-ms-0 {display: none;}
	
	.footer-menu,
	.footer-submenu	{
		font-size: 18px;
		line-height: 1.4em;
	}
	.newslist-info {
		margin-top: 10px;
	}
	.newslist-poster__image{
		width: 70%;
		margin: 0 auto;
	}
	.anounce-date__wrapper {
		order: 0;
	}
	.anounce-poster__wrapper {
		order: 2;
	}
	.anounce-info__wrapper {
		order: 1;
	}
	.anounce-poster__image {
		width: 70%;
		margin: 0 auto;
	}
	.anounce-info__title {
		font-size: 30px;
	}
	.anounce-info__detail {
		font-size: 18px;
	}
	.anounce-date__weekday,
	.anounce-date__hall	{
		font-size: 20px;
	}
	.anounce-date__date,
	.anounce-date__time	{
		font-size: 24px;
	}
	.anounce-date {
		margin-top: 0;
		flex-direction: row;
		align-items: baseline;
	}
	.anounce-info {
		margin-top: 10px;
	}
	.anounce-poster {
		margin-top: 10px;
	}
	.anounce-date__weekday {
		display: none;
		margin: 0;
	}
	.anounce-date__date {
		margin: 0;
		flex: 0 1 auto;
	}
	.anounce-date__time {
		margin: 0 0 0 0.5em;
		flex: 0 1 auto;
	}
	.anounce-date__hall {
		margin: 0 0 0 0.5em;
		flex: 1 1 auto;
		text-align: right;
	}
	
	/*767 part*/
	footer .nav-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		align-items: start;
		padding: 0 5% 5%;
	}
	.footer-menu,
	.footer-submenu {
		width: 50%;
		padding: 0 5%;
		border: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		align-items: start;
	}
	.footer-menu__item,
	.footer-submenu__item {
		margin: 0 0 0.5em;
	}
	/**/


}

@media only screen and (max-width: 767px) {
	.col-sm-12 {width: 100%;}
	.col-sm-11 {width: 91.66666666%;}
	.col-sm-10 {width: 83.33333333%;}
	.col-sm-9 {width: 75%;}
	.col-sm-8 {width: 66.66666666%;}
	.col-sm-7 {width: 58.33333333%;}
	.col-sm-6 {width: 50%;}
	.col-sm-5 {width: 41.66666666%;}
	.col-sm-4 {width: 33.33333333%;}
	.col-sm-3 {width: 25%;}
	.col-sm-2 {width: 16.66666666%;}
	.col-sm-1 {width: 8.33333333%;}
	.col-sm-0 {display: none;}
	
	.section-headmenu {
		/*background: #dcebef;*/
		/*background: #e7f1f4;*/
		background: #f3f8f9;
		color: #117692;
	}
	.section-headmenu .nav-menu a {
		color: #117692;
	}
	.main-menu {
		flex-direction: column;
		align-items: normal;
		height: auto;
		padding: 15px 0;
		font-size: 24px;
		line-height: 1.4em;
	}
	.main-menu__item {
		padding: 5px 0;
	}
	
	.head-logo {
		width: 80%;
		margin: 0 auto;
	}
	.page-title {
		font-size: 28px;
	}
	.newslist-poster__image{
		width: 85%;
	}
	.media-info {
		margin-top: 10px;
	}
	.anounce-info__detail {
		display: none;
	}
	.anounce-poster__image {
		width: 80%;
	}
	.performers__poster {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
	.projects__poster {
		width: 85%;
	}
	.projectslist__poster {
		width: 85%;
	}
	
	footer .nav-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		align-items: start;
		padding: 0 5% 5%;
	}
	.footer-menu,
	.footer-submenu {
		width: 50%;
		padding: 0 5%;
		border: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		align-items: start;
	}
	.footer-menu__item,
	.footer-submenu__item {
		margin: 0 0 0.5em;
	}

}
@media only screen and (max-width: 567px){
	.col-xs-12 {width: 100%;}
	.col-xs-11 {width: 91.66666666%;}
	.col-xs-10 {width: 83.33333333%;}
	.col-xs-9 {width: 75%;}
	.col-xs-8 {width: 66.66666666%;}
	.col-xs-7 {width: 58.33333333%;}
	.col-xs-6 {width: 50%;}
	.col-xs-5 {width: 41.66666666%;}
	.col-xs-4 {width: 33.33333333%;}
	.col-xs-3 {width: 25%;}
	.col-xs-2 {width: 16.66666666%;}
	.col-xs-1 {width: 8.33333333%;}
	.col-xs-0 {display: none;}
	.page-title {
		font-size: 24px;
	}
	.page-title span {
		padding: 0 15px;
	}
	.newslist-poster__image{
		width: 100%;
	}
	.newslist-info__detail {
		display: none;
	}
	.anounce-poster__image {
		width: 90%;
	}

	.afisha__poster {
		order: 1;
		margin-top: 0.5em;
	}
	.afisha__date {
		order: 2;
	}
	.afisha__hall {
		order: 3;
	}
	.afisha__title {
		order: 0;
		margin-top: 0;
	}
	.performers__poster {
		width: 90%;
	}
	.projects__poster {
		width: 100%;
	}
	.projectslist__poster {
		width: 100%;
	}
	.page-nav a, 
	.page-nav span {
		margin: 0 0.25em;
		width: 30px;
		height: 30px;
		font-size: 16px;
		line-height: 28px;
	}
	
}

@media only screen and (max-width: 449px){
	.anounce-date__hall {
		margin: 0;
		width: 100%;
		text-align: left;
	}
	.anounce-poster__image {
		width: 100%;
	}
	.performers__poster {
		width: 100%;
	}
	.footer-menu,
	.footer-submenu {
		width: 100%;
	}
	.head-logo {
		width: 100%;
	}
}

header {
	position: relative;
	z-index: 3;
}
main {
	position: relative;
	z-index: 2;
}


.main-submenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	border: 1px solid #117692;
	background: #fff;
	color: #117692;
}
.main-menu__item:last-child .main-submenu {
    right: 0;
    left: auto;
}
.main-menu__item:hover {
	background-color: #006a87;
}


.main-menu__item:hover .main-submenu {
	display: block;
}

.main-submenu a,
.main-submenu a:hover {
	color: #117692;
}
.nav-menu {
	margin: 0 -5px;
}
.main-menu__item {
    height: 100%;
    display: flex;
    padding: 0 5px;
    align-items: center;
	position: relative;
}
.main-submenu__item {
	padding: 7px 10px;
}
.main-submenu__item:hover {
	background: #e7fbff;
}

@media only screen and (max-width: 991px) {
	.main-menu__item {
		flex-direction: column;
		align-items: baseline;
		padding: 3px 0;
	}
	.main-menu__item:hover {
		background: none;
	}
	.main-submenu {
        display: block;
        position: relative;
        border: none;
        background: none;
        padding-left: 20px;
	}
	.main-submenu__item {
		padding: 3px 0;
	}
	.main-submenu__item:hover {
		background: none;
	}
	
	/* .main-menu__item */
}

/* .foot-ticket { */
	/* margin: 15px 0; */
	/* display: flex; */
	/* justify-content: center; */
/* } */
.buy-ticket {
	position: fixed;
	right: 0;
	top: 100px;
	display: block;
	z-index: 999;
}

.buy-ticket__link {
	display: block;
	padding: 40px 10px;
	border: 2px solid #ffaa00;
	writing-mode: sideways-lr;
	white-space: nowrap;
	text-decoration: none;
	color: #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #ffaa00;
	
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	text-transform: uppercase;
	font-weight: 700;
	/* background: -moz-linear-gradient(top, #e7fbff 0%, #fff 100%); */
	/* background: -webkit-linear-gradient(top, #e7fbff 0%, #fff 100%); */
	/* background: linear-gradient(to bottom, #e7fbff 0% 0%, #fff 100%); */
	
}
.buy-ticket__link:hover {
	color: #ffaa00;
	background: #fff;
	text-decoration: none;
}







