@font-face {
	font-family: "MyriadPro";
	font-weight: normal;
	font-style: normal;

	src: url(../fonts/MyriadPro-Regular.ttf) format("truetype"),
	url(../fonts/MyriadPro-Regular.woff) format("woff");
}

@font-face {
	font-family: "MyriadPro";
	font-weight: 600;
	font-style: normal;

	src: url(../fonts/MyriadPro-Semibold.ttf) format("truetype"),
	url(../fonts/MyriadPro-Semibold.woff) format("woff");
}

@font-face {
	font-family: "MyriadPro";
	font-weight: 700;
	font-style: normal;

	src: url(../fonts/MyriadPro-Bold.ttf) format("truetype"),
	url(../fonts/MyriadPro-Bold.woff) format("woff");
}



* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

a {
	color: #d30316;
}

img {
	border: none;
}

textarea {
	overflow: auto;
}

input, textarea, input:active, textarea:active {
	     outline: none transparent !important;
	box-shadow: none;

	-moz-outline: none !important;
}

input[type=submit], button[type=submit], input[type=reset], button[type=reset] {
	-webkit-border-radius: 0;

	-webkit-appearance: none;
}

:focus {
	outline: none;
}

:hover, :active {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}


::-ms-clear {
	display: none;
}



/*---------------
	Main styles
---------------*/
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

html {
	height: 100%;
	background: #fff;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

body {
	font-family: "MyriadPro", "Arial", sans-serif;
	font-size: 14px;
	height: 100%;
	color: #363636;

	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	text-decoration-skip: objects;
	text-rendering: optimizeLegibility;
	-webkit-touch-callout: none;
}

.wrap {
	overflow: hidden;
}

.cont {
	position: relative;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 20px;
}


.events .grid .item, .clients .item, aside .block, .about .col_main, .about .col_right, .contacts_info .info, .contacts_info .feedback, .documents .col_main, .documents .col_right, .albums .item, .album_info .item, .performance, .team .item, .events .list .item {
	visibility: hidden;
}

.animated {
	visibility: visible !important;
}



.content_grid {
	position: relative;
	z-index: 9;

	order: 2;
}

.content_grid .cont {
	display: flex;

	align-content: stretch;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content_grid .content {
	width: calc(100% - 290px);
	margin-bottom: 70px;

	order: 2;
}


.content_grid.bg:before {
	position: absolute;
	z-index: -1;
	top: -30px;
	left: 0;
	display: block;
	width: 100%;
	height: 230px;
	content: "";
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	background: #fcfcfc;
}



.page_title {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 12px;
	text-transform: uppercase;
	color: #d30316;
}



.breadcrumbs {
	font-weight: 600;
	margin-bottom: 30px;
	padding: 11px 0 9px;
	border-top: 2px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
}

.breadcrumbs a {
	text-decoration: none;
	color: #b0b0b0;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs .sep {
	margin: 0 3px;
	color: #b0b0b0;
}



/*---------------
   Header
---------------*/
header {
	position: relative;
	z-index: 999;
	width: 100%;
	background: #fff;
}


header .top {
	font-weight: 600;
	line-height: 43px;
	color: #fff;
	background: #d30316;
}

header .top .cont {
	display: flex;

	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}

header .top .cont > * + * {
	margin-left: 40px;
}

header .top a {
	display: block;
	color: #fff;
}

header .top a:hover {
	text-decoration: none;
}

header .top a.version {
	padding-right: 38px;
	text-decoration: none;
	background: url(../images/ic_version.png) 100% 50% no-repeat;
	background-size: auto 22px;
}

header .top a.version:hover {
	text-decoration: underline;
}

header .top a.mobile {
	padding-right: 38px;
	text-decoration: none;
	background: url(../images/ic_mobile.png) 100% 50% no-repeat;
	background-size: auto 22px;
	margin-left: 0;
}

header .top a.mobile:hover {
	text-decoration: underline;
}

header .top a.version, header .top a.mobile {
    width: 40px;
	height: 40px;
	background-position: center;
}

header .top .logos {
	display: flex;
	margin-right: auto;
	margin-left: 20px;

	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}

header .top .logos img {
	display: block;
}

header .top .logos img + img {
	margin-left: 6px;
}


header .socials {
	line-height: 22px;
	height: 22px;
	margin-left: auto;
}

header .socials a {
	display: inline-block;
	width: 23px;
	height: 22px;
	vertical-align: top;
	background: url(../images/ic_socials.png) 0 0 no-repeat;
	background-size: auto 22px;
}

header .socials a + a {
	margin-left: 6px;
}

header .socials a.soc1 {
	background-position: 0 0;
}

header .socials a.soc2 {
	background-position: -22px 0;
}

header .socials a.soc3 {
	background-position: -45px 0;
}

header .socials a.soc4 {
	background-position: -67px 0;
}

header .socials a.soc5 {
	background-position: -90px 0;
}



header .info {
	padding: 13px 0;
	background: #fff;
}

header .info .cont {
	display: flex;

	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}


header .logo {
	max-width: calc(100% - 60px);
}

header .logo a, header .logo img {
	display: block;
	max-width: 130px;
	margin: 0 auto;
}


header .mob_menu_link {
	display: none;
	width: 65px;
	height: 52px;
	margin-right: -15px;
	padding: 15px;
}

header .mob_menu_link span {
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	transition: .2s linear;
	background: #282828;
}

header .mob_menu_link span + span {
	margin-top: 6px;
}


header .mob_menu_link.active span:nth-child(2) {
	opacity: 0;
}

header .mob_menu_link.active span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

header .mob_menu_link.active span:nth-child(3) {
	top: -8px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}


header .menu {
	display: flex;

	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

header .menu > * + * {
	margin-left: 18px;
}

header .menu .menu_item {
	position: relative;
	text-transform: uppercase;
}

header .menu .menu_item > a {
	font-size: 15px;
	font-weight: 600;
	line-height: 49px;
	display: block;
	height: 45px;
	transition: .2s linear;
	text-decoration: none;
	color: #000;
}

header .menu .menu_item > a span {
	line-height: 21px;
	display: inline-block;
	transition: .2s linear;
	border-bottom: 2px solid transparent;
}

header .menu .menu_item:hover > a span, header .menu .menu_item > a.active span {
	border-bottom-color: #000;
}



/*---------------
   Sidebar
---------------*/
aside {
	width: 257px;
	max-width: 100%;
	margin-bottom: 70px;

	order: 1;
}

aside.full {
	width: 100%;
}

aside.full .grid {
	display: flex;
	margin-bottom: -50px;
	margin-left: -20px;

	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

aside.full .block {
	width: calc(33.333% - 20px);
	margin-bottom: 50px;
	margin-left: 20px;
}

aside.full .block + .block, aside.full .block:first-child + .block {
	margin-top: 0;
}



aside .block + .block {
	margin-top: 55px;
}

aside .block:first-child + .block {
	margin-top: 70px;
}



aside .playbill {
	font-size: 13px;
	font-weight: 700;
	display: flex;
	padding: 16px 25px;
	color: #fff;
	background: #d30716;

	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

aside .playbill a {
	color: #fff;
	text-decoration: none;
}

aside .playbill .title {
	font-size: 28px;
	width: 100%;
}

aside .playbill .date {
	font-size: 19px;
	width: 100%;
	margin-bottom: 16px;
	color: #feb0af;
}

aside .playbill .desc {
	text-transform: uppercase;
}

aside .playbill .icon {
	display: block;
}



aside .contacts {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: 3282828;
}

aside .contacts .limiter {
	width: 245px;
	max-width: 100%;
}

aside .contacts .phone {
	font-size: 27px;
	line-height: 31px;
	margin-bottom: 13px;
	color: #d30316;
}

aside .contacts a {
	line-height: 17px;
	display: inline-block;
	transition: .2s linear;
	vertical-align: middle;
	text-decoration: none;
	color: #d30316;
	border-bottom: 2px solid #d30316;
}

aside .contacts a:hover {
	border-color: transparent;
}

aside .contacts .exp {
	margin-top: 20px;
	color: #afafaf;
}


aside .links .item {
	font-size: 19px;
	font-weight: 700;
	display: block;
	transition: .2s linear;
	text-decoration: none;
	color: #282828;
}

aside .links .item + .item {
	margin-top: 25px;
}

aside .links .item .icon {
	margin-bottom: 8px;
}

aside .links .item .icon img {
	display: block;
	max-width: 100%;
}

aside .links .item .title {
	font-size: 24px;
	text-transform: uppercase;
	color: #d30316;
}

aside .links .item .arr {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 11px;
	height: 13px;
	margin-left: 2px;
	vertical-align: middle;
	background: url(../images/ic_buy_link.png) 0 0 no-repeat;
}

aside .links .item:hover {
	color: #d30316;
}



aside .banner a, aside .banner img {
	display: block;
	width: 100%;
}



aside .menu > * + * {
	margin-top: 5px;
}

aside .menu a {
	font-size: 12px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding-left: 15px;
	transition: .2s linear;
	vertical-align: top;
	text-decoration: none;
	text-transform: uppercase;
	color: #d30316;
}

aside .menu a:before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 4px;
	height: 8px;
	content: "";
	transition: .2s linear;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #d30316;
}

aside .menu a:hover, aside .menu a.active {
	color: #b0b0b0;
}

aside .menu a:hover:before, aside .menu a.active:before {
	border-left-color: #b0b0b0;
}



/*---------------
   Main section
---------------*/
.main_slider {
	position: relative;
	margin-bottom: 65px;
	padding-bottom: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.main_slider.inner {
	margin-bottom: 35px;
}

.main_slider .slide {
	position: relative;
	display: none;
	overflow: hidden;
	min-height: 245px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.main_slider .slide.blink:after {
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 50%;
	display: block;
	width: 2000px;
	height: 47px;
	margin-left: 267px;
	content: "";
	background: #fff;
}

.main_slider .slider .slide:first-child, .main_slider .owl-loaded .slide {
	display: block;
}

.main_slider .slide .cont {
	display: flex;
	min-height: 547px;
	padding-top: 123px;
	padding-bottom: 107px;

	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
}


.main_slider .slide .info {
	text-align: right;
}

.main_slider .slide .date div {
	font-size: 28px;
	font-weight: 700;
	line-height: 42px;
	display: inline-block;
	width: 275px;
	height: 40px;
	text-align: center;
	vertical-align: top;
	color: #fff;
	background: #d30b16;
}

.main_slider .slide .name div {
	font-size: 34px;
	font-weight: 700;
	line-height: 56px;
	display: inline-block;
	height: 53px;
	margin-right: 275px;
	padding: 0 20px;
	text-align: center;
	vertical-align: top;
	color: #000;
	background: #fff;
}

.main_slider .slide .author div {
	font-size: 34px;
	line-height: 56px;
	display: inline-block;
	height: 53px;
	margin-top: 2px;
	margin-right: 275px;
	padding: 0 20px;
	text-align: center;
	vertical-align: top;
	color: #000;
	background: #fff;
}


.main_slider .buy_link {
	font-size: 18px;
	font-weight: 700;
	line-height: 57px;
	position: absolute;
	z-index: 100;
	bottom: -6px;
	left: 50%;
	display: block;
	width: 313px;
	height: 53px;
	margin-left: 267px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #d30716;
	background: #fff;
}


.main_slider .buy_link .icon {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 11px;
	height: 13px;
	vertical-align: middle;
	background: url(../images/ic_buy_link.png) 0 0 no-repeat;
}



.events .grid {
	display: flex;
	margin-bottom: -45px;
	margin-left: -28px;

	align-content: stretch;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.events .grid .item {
	width: calc(33.333% - 28px);
	margin-bottom: 45px;
	margin-left: 28px;
}

.events .grid .item .thumb {
	margin-bottom: 42px;
}

.events .grid .item .thumb a, .events .grid .item .thumb img {
	display: block;
	width: 100%;
}

.events .grid .item .date {
	font-size: 38px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 5px;
	color: #191919;
}

.events .grid .item .date .month {
	font-size: 19px;
	line-height: 25px;
	display: inline-block;
	vertical-align: top;
}

.events .grid .item .name {
	font-size: 19px;
	font-weight: 700;
	line-height: 21px;
	margin-bottom: 7px;
	color: #282828;
}

.events .grid .item .name a {
	display: inline-block;
	transition: color .2s linear;
	vertical-align: top;
	text-decoration: none;
	color: #282828;
}

.events .grid .item .name a:hover {
	color: #d30716;
}

.events .grid .item .time {
	font-size: 15px;
	font-weight: 700;
	line-height: 17px;
	color: #afafaf;
}

.events .grid .item .age {
	font-size: 15px;
	font-weight: 700;
	line-height: 17px;
	color: #d30716;
}

.events .grid .item .buy_link {
	font-size: 13px;
	font-weight: 700;
	display: inline-block;
	margin-top: 15px;
	transition: .2s linear;
	vertical-align: top;
	text-decoration: none;
	color: #d30316;
	border-bottom: 2px solid;
}

.events .grid .item .buy_link:hover {
	border-color: transparent;
}



.events .list {
	margin-bottom: 60px;
}

.events .list .item {
	display: flex;

	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.events .list .item + .item {
	margin-top: 60px;
}


.events .list .item .info {
	font-size: 19px;
	font-weight: 700;
	width: 178px;
	max-width: 100%;
	padding-right: 20px;
	color: #191919;
}

.events .list .item .date {
	font-size: 28px;
	line-height: 37px;
}

.events .list .item .time {
	color: #afafaf;
}

.events .list .item .date span {
	font-size: 38px;
}

.events .list .item .age {
	color: #d30716;
}

.events .list .item .buy_link {
	font-size: 18px;
	font-weight: 700;
	line-height: 39px;
	display: inline-block;
	height: 37px;
	margin-top: 15px;
	padding: 0 15px;
	vertical-align: top;
	text-decoration: none;
	color: #fff;
	background: #d30716;
}


.events .list .item .thumb {
	width: 257px;
	max-width: 100%;
}

.events .list .item .thumb a, .events .list .item .thumb img {
	display: block;
	width: 100%;
}


.events .list .item .data {
	width: calc(100% - 436px);
	padding-left: 37px;
}

.events .list .item .data.big {
	width: calc(100% - 257px);
}

.events .list .item .name {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #282828;
}

.events .list .item .name a {
	transition: .2s linear;
	text-decoration: none;
	color: #282828;
}

.events .list .item .name a:hover {
	color: #d30316;
}



.bottom_text {
	margin-bottom: 65px;
}

.bottom_text .cont {
	display: flex;

	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}



.clients {
	margin: 60px auto;
}

.clients .grid {
	display: flex;

	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.clients .item {
	max-width: 14.285%;
}

.clients img {
	display: block;
	max-width: 100%;
}



.bottom_text .cont {
	display: flex;

	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bottom_text .text_block {
	width: 100%;
}

/*
.bottom_text .text_block {
	width: calc(75% - 40px);
}
*/

.bottom_text .links {
	width: calc(25% - 14px);
	padding: 20px 0;
}

.bottom_text .links > * + * {
	margin-top: 5px;
}

.bottom_text .links a {
	font-size: 12px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding-left: 15px;
	transition: .2s linear;
	vertical-align: top;
	text-decoration: none;
	text-transform: uppercase;
	color: #d30316;
}

.bottom_text .links a:before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 4px;
	height: 8px;
	content: "";
	transition: .2s linear;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #d30316;
}

.bottom_text .links a:hover {
	color: #b0b0b0;
}

.bottom_text .links a:hover:before {
	border-left-color: #b0b0b0;
}



.documents {
	display: flex;

	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.documents .col_main {
	width: calc(100% - 340px);
}

.documents .col_main .block_title {
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 25px;
	color: #282828;
}

.documents .col_right {
	width: 300px;
	max-width: 100%;
}

.documents .col_right > * + * {
	margin-top: 50px;
}


.documents .list > * + * {
	margin-top: 11px;
}

.documents .list a {
	font-size: 13px;
	font-weight: 700;
	position: relative;
	display: flex;
	min-height: 26px;
	padding-top: 1px;
	padding-left: 65px;
	transition: .2s linear;
	text-decoration: none;
	text-transform: uppercase;
	color: #282828;

	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.documents .list a.file {
	background: url(../images/ic_file.png) 0 0 no-repeat;
}

.documents .list a span {
	line-height: 17px;
	display: inline-block;
	transition: .2s linear;
	vertical-align: middle;
	color: #d30316;
	border-bottom: 2px solid #d30316;
}

.documents .list a:before {
	position: absolute;
	top: 12px;
	left: 31px;
	display: block;
	width: 23px;
	height: 2px;
	content: "";
	background: #282828;
}

.documents .list a:hover {
	color: #d30316;
}

.documents .list a:hover span:hover {
	border-color: transparent;
}




.documents .gallery .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	padding-left: 45px;
	text-transform: uppercase;
	color: #d30316;
}

.documents .gallery .items a {
	position: relative;
	z-index: 1;
	display: block;
	max-width: calc(100% - 45px);
	margin-left: 45px;
}

.documents .gallery .items img {
	display: block;
	width: 100%;
}

.documents .gallery .items a + a {
	z-index: 2;
	margin-top: -76px;
	margin-left: 0;
	box-shadow: 0 0 0 6px #fff;
}

.documents .gallery .all {
	margin-top: 17px;
}

.documents .gallery .all a {
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	display: inline-block;
	transition: .2s linear;
	vertical-align: top;
	text-decoration: none;
	text-transform: uppercase;
	color: #d30316;
	border-bottom: 2px solid #d30316;
}

.documents .gallery .all a:hover {
	border-color: transparent;
}



.documents .about {
	position: relative;
	padding: 30px 20px 0;
}

.documents .about:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 180px;
	content: "";
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	background: #fcfcfc;
}

.documents .about .title {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #282828;
}



.contacts_info {
	padding-bottom: 30px;
}

.contacts_info .cont {
	display: flex;

	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contacts_info .block_title {
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 25px;
	text-transform: none;
	color: #282828;
}


.contacts_info .map {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 285px;
	margin-bottom: 45px;
	background: #e8e8ed;
}


.contacts_info .info {
	font-size: 13px;
	font-weight: 700;
	width: 257px;
	max-width: 100%;
	margin-bottom: 60px;
	text-transform: uppercase;
	color: #282828;
}

.contacts_info .info .phone {
	font-size: 27px;
	line-height: 31px;
	margin-bottom: 13px;
	color: #d30316;
}

.contacts_info .info a {
	line-height: 17px;
	display: inline-block;
	transition: .2s linear;
	vertical-align: middle;
	text-decoration: none;
	color: #d30316;
	border-bottom: 2px solid #d30316;
}

.contacts_info .info a:hover {
	border-color: transparent;
}

.contacts_info .info .exp {
	margin-top: 20px;
	color: #afafaf;
}


.contacts_info .feedback {
	width: calc(100% - 380px);
	margin-bottom: 60px;
}



.team .block_title {
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 25px;
	text-transform: none;
	color: #282828;
}

.team .grid {
	display: flex;
	margin-bottom: -60px;
	margin-left: -30px;

	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.team .item {
	font-size: 13px;
	font-weight: 600;
	display: flex;
	width: calc(50% - 30px);
	margin-bottom: 60px;
	margin-left: 30px;
	color: #191919;

	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.team .item .foto {
	width: 135px;
	max-width: 100%;
}

.team .item .foto img {
	display: block;
	width: 100%;
}

.team .item .info {
	width: calc(100% - 160px);
}

.team .item .name {
	font-weight: 700;
	text-transform: uppercase;
	color: #282828;
}

.team .item .post {
	font-weight: 700;
	color: #282828;
}

.team .item .desc {
	margin-top: 15px;
}

.team .item .details {
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	display: inline-block;
	margin-top: 12px;
	transition: .2s linear;
	vertical-align: top;
	text-decoration: none;
	text-transform: uppercase;
	color: #d30316;
	border-bottom: 2px solid #d30316;
}

.team .item .details:hover {
	border-color: transparent;
}



.performance .block_title {
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 20px;
	color: #282828;
}


.performance .img {
	margin-bottom: 50px;
}

.performance .img img {
	display: block;
	width: 100%;
}


.performance .info {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #afafaf;
}

.performance .info .date {
	font-size: 28px;
	line-height: 37px;
	margin-bottom: 5px;
}

.performance .info .date span {
	font-size: 38px;
}

.performance .info .age {
	color: #d30716;
}


.performance .buy_link {
	font-size: 18px;
	font-weight: 700;
	line-height: 38px;
	display: inline-block;
	height: 37px;
	margin-bottom: 30px;
	padding: 0 20px;
	vertical-align: top;
	text-decoration: none;
	color: #fff;
	background: #d30716;
}



.about {
	display: flex;

	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about .col_main {
	width: calc(100% - 340px);
}

.about .col_main .block_title {
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 25px;
	color: #282828;
}

.about .col_right {
	width: 300px;
	max-width: 100%;
}

.about .col_right > * + * {
	margin-top: 50px;
}




.about .gallery .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	padding-left: 45px;
	text-transform: uppercase;
	color: #d30316;
}

.about .gallery .items a {
	position: relative;
	z-index: 1;
	display: block;
	max-width: calc(100% - 45px);
	margin-left: 45px;
}

.about .gallery .items img {
	display: block;
	width: 100%;
}

.about .gallery .items a + a {
	z-index: 2;
	margin-top: -76px;
	margin-left: 0;
	box-shadow: 0 0 0 6px #fff;
}

.about .gallery .all {
	margin-top: 17px;
}

.about .gallery .all a {
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	display: inline-block;
	transition: .2s linear;
	vertical-align: top;
	text-decoration: none;
	text-transform: uppercase;
	color: #d30316;
	border-bottom: 2px solid #d30316;
}

.about .gallery .all a:hover {
	border-color: transparent;
}



.albums {
	margin-bottom: 100px;
}

.albums .grid {
	display: flex;
	margin-bottom: -50px;
	margin-left: -20px;

	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.albums .item {
	font-size: 13px;
	line-height: 18px;
	width: calc(33.333% - 20px);
	margin-bottom: 50px;
	margin-left: 20px;
	color: #929292;
}

.albums .item .thumb {
	margin-bottom: 20px;
}

.albums .item .thumb a, .albums .item .thumb img {
	display: block;
	width: 100%;
}


.albums .item .thumb .video_link {
    position: relative;

    display: block;
    overflow: hidden;

    padding-bottom: 70%;

    background: #000;
}

.albums .item .thumb .video_link:before {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 142px;
    height: 142px;
    margin: auto;

    content: '';

    border-radius: 50%;
    background: #fff;
}

.albums .item .thumb .video_link:after {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 20px;

    display: block;

    width: 62px;
    height: 62px;
    margin: auto;

    content: '';

    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 62px solid #d30316;
}

.albums .item .thumb .video_link img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100% !important;

    opacity: .5;

    object-fit: cover;
}

.albums .item .name {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #282828;
}

.albums .item .name a {
	display: inline-block;
	transition: color .2s linear;
	vertical-align: top;
	text-decoration: none;
	color: #282828;
}

.albums .item .name a:hover {
	color: #d30316;
}

.albums .item .details {
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	display: inline-block;
	margin-top: 10px;
	transition: .2s linear;
	vertical-align: top;
	text-decoration: none;
	text-transform: uppercase;
	color: #d30316;
	border-bottom: 2px solid #d30316;
}

.albums .item .details:hover {
	border-color: transparent;
}



.album_info {
	margin-bottom: 70px;
}

.album_info .grid {
	display: flex;
	margin-bottom: -15px;
	margin-left: -15px;

	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.album_info .item {
	position: relative;
	display: block;
	overflow: hidden;
	width: calc(25% - 15px);
	margin-bottom: 15px;
	margin-left: 15px;
	text-decoration: none;
}

.album_info .item:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	transition: .2s linear;
	opacity: 0;
	background: rgba(0, 0, 0, .25) url(../images/ic_zoom.png) 50% 50% no-repeat;
	background-size: 30px auto;
}

.album_info .item img {
	display: block;
	width: 100%;
}

.album_info .item:hover:after {
	opacity: 1;
}



.playbill_info .years {
	display: flex;
	margin-bottom: 10px;
	margin-left: -30px;

	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.playbill_info .years a {
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	display: inline-block;
	margin-left: 30px;
	transition: .2s linear;
	vertical-align: top;
	text-decoration: none;
	color: #afafaf;
}

.playbill_info .years a:hover, .playbill_info .years a.active {
	color: #282828;
}


.playbill_info .months {
	display: flex;
	margin-bottom: 45px;

	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.playbill_info .months a {
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	display: inline-block;
	transition: .2s linear;
	vertical-align: top;
	text-decoration: none;
	text-transform: uppercase;
	color: #b1b1b1;
	border-bottom: 2px solid #b1b1b1;
}

.playbill_info .months a:hover, .playbill_info .months a.active {
	color: #d30316;
	border-color: #d30316;
}



.text_block {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	color: #191919;
}

.documents .text_block {
	margin-bottom: 20px;
}

.text_block > :last-child {
	margin-bottom: 0;
}

.text_block h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 20px;
	color: #282828;
}

.text_block h2 {
	font-size: 23px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 15px;
	color: #282828;
}

.text_block p, .text_block img, .text_block iframe, .text_block ul, .text_block ol, .text_block blockquote, .text_block hr, .text_block .table_wrap, .text_block figure, .text_block .message {
	margin-bottom: 20px;
}

.text_block ul ul {
	margin: 10px 20px;
}

.text_block img, .text_block iframe {
	display: block;
	max-width: 100%;
	margin: 0 0 20px;
}

.text_block img.left {
	max-width: 50%;
	margin-right: 40px;
}

.text_block img.right {
	max-width: 50%;
	margin-left: 40px;
}


.text_block .table_wrap {
	overflow: auto;
	max-width: 100%;
	margin: 20px 0;
}

.text_block table {
	width: 100%;
    font-size: 13px;
    font-weight: 500;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #e6e6e6;
	text-align: center;
}

.text_block table tr:nth-of-type(even) {
	background: #f9f9f9;
}

.text_block td {
	padding: 8px;
	border: 1px solid #e6e6e6;
	text-align: center;
}


.text_block a {
	display: inline-block;
	transition: .2s linear;
	vertical-align: middle;
	text-decoration: none;
	color: #d30316;
	border-bottom: 2px solid #d30316;
}

.text_block a:hover {
	border-color: transparent;
}


.text_block .exp {
	width: 155px !important;
	color: #282828;
}


.text_block .grid {
	display: flex;

	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.text_block .grid > * {
	width: calc(100% - 190px);
}

.text_block .grid > * + * {
	margin-left: 40px;
}


.text_block .message {
	margin: 30px 0;
	padding: 20px 30px;
	border-top: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
	background: #fcfcfc;
}

.text_block .message > :last-child {
	margin-bottom: 0;
}

.simplesearch-highlight {
	color: #fff;
	background: #d30716;
}



.form .lines {
	display: flex;
	margin-left: -20px;

	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.form .lines .line {
	width: calc(33.333% - 20px);
	margin-left: 20px;
}

.form .line {
	margin-bottom: 15px;
}

.form .name {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}

.form .field {
	position: relative;
}

.form .input {
	font: 600 14px MyriadPro;
	display: block;
	width: 100%;
	height: 35px;
	padding: 0 15px;
	color: #282828;
	border: 1px solid #eaeaea;
	background: #fff;
}

.form textarea {
	font: 600 14px MyriadPro;
	display: block;
	width: 100%;
	height: 190px;
	padding: 9px 15px;
	resize: none;
	color: #282828;
	border: 1px solid #eaeaea;
	background: #fff;
}

.form ::-webkit-input-placeholder {
	color: #999;
}

.form ::-moz-placeholder {
	color: #999;
}

.form :-moz-placeholder {
	color: #999;
}

.form :-ms-input-placeholder {
	color: #999;
}


.form .submit {
	padding-top: 10px;
}

.form .submit_btn {
	font: 700 12px/16px MyriadPro;
	display: inline-block;
	cursor: pointer;
	transition: .2s linear;
	vertical-align: top;
	text-transform: uppercase;
	color: #d30316;
	border: none;
	border-bottom: 2px solid #d30316;
	background: none;
}

.form .submit_btn:hover {
	border-color: transparent;
}



/*---------------
   Footer
---------------*/
footer {
	font-size: 13px;
	font-weight: 600;
	padding: 10px 0;
	color: #fff;
	background: #000;
}

footer .cont {
	display: flex;

	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}


footer .cont > * + * {
	margin-left: 50px;
}

footer a {
	display: block;
	color: #fff;
}

footer a:hover {
	text-decoration: none;
}


footer .socials {
	line-height: 22px;
	height: 22px;
}

footer .socials a {
	display: inline-block;
	width: 23px;
	height: 22px;
	vertical-align: top;
	background: url(../images/ic_socials.png) 0 0 no-repeat;
	background-size: auto 22px;
}

footer .socials a + a {
	margin-left: 6px;
}

footer .socials a.soc1 {
	background-position: 0 0;
}

footer .socials a.soc2 {
	background-position: -22px 0;
}

footer .socials a.soc3 {
	background-position: -45px 0;
}

footer .socials a.soc4 {
	background-position: -67px 0;
}

footer .socials a.soc5 {
	background-position: -90px 0;
}



/*---------------
   PopUp
---------------*/
