@font-face {
	font-family: 'PT Astra Sans';
	src: url('../fonts/PT-AstraSans.eot');
	src: url('../fonts/PT-AstraSans.eot?#iefix') format('embedded-opentype'), url('../fonts/PT-AstraSans.woff2') format('woff2'), url('../fonts/PT-AstraSans.woff') format('woff'), url('../fonts/PT-AstraSans.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PT Astra Sans';
	src: url('../fonts/PT-AstraSans-Italic.eot');
	src: url('../fonts/PT-AstraSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/PT-AstraSans-Italic.woff2') format('woff2'), url('../fonts/PT-AstraSans-Italic.woff') format('woff'), url('../fonts/PT-AstraSans-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'PT Astra Sans';
	src: url('../fonts/PT-AstraSans-Bold.eot');
	src: url('../fonts/PT-AstraSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PT-AstraSans-Bold.woff2') format('woff2'), url('../fonts/PT-AstraSans-Bold.woff') format('woff'), url('../fonts/PT-AstraSans-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Oranienbaum';
	src: url('../fonts/Oranienbaum.eot');
	src: url('../fonts/Oranienbaum.eot?#iefix') format('embedded-opentype'), url('../fonts/Oranienbaum.woff2') format('woff2'), url('../fonts/Oranienbaum.woff') format('woff'), url('../fonts/Oranienbaum.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

html {
	height: 100%;
}

html * {
	max-height: 1000000px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html *:before,
html *:after {
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	min-width: 320px;
	width: 100%;
	height: 100%;
	color: #230C11;
	font-size: 14px;
	line-height: 20px;
	font-family: "PT Astra Sans", sans-serif;
	padding: 0;
	margin: 0;
	background: #ffffff;
}

p {
	font-size: 18px;
	line-height: 22px;
	text-indent: 0;
	padding: 0;
	margin: 0 0 22px;
}

table {
	margin: 0 0 1.5em;
	border-collapse: collapse;
}

table td {
	padding: 0;
}

:focus {
	outline: none;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
}

a {
	color: #F32556;
	text-decoration: none;
}

a:hover {
	color: #4361EE;
	text-decoration: none;
}

form {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

ul {
	margin: 0 0 10px 20px;
	padding: 0;
}

ul li {
	padding: 0;
	list-style: none;
}

ol {
	margin: 0 0 10px 20px;
	padding: 0;
}

ol li {
	padding: 0 0 0 16px;
}

input,
select,
textarea {
	color: #230C11;
	font-size: 16px;
	font-family: "PT Astra Sans", sans-serif;
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
}

textarea {
	overflow: auto;
}

button {
	color: #5A5A5A;
	font-family: "PT Astra Sans", sans-serif;
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
}

.img-cover,
.img-contain {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.partners-item2 {
	height: 170px;
	line-height: 170px;
}

.partners-item2 .img-cover,
.partners-item2 .img-contain {
	position: static;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}

.img-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.img-contain {
	-o-object-fit: contain;
	object-fit: contain;
}

.bg-cover,
.bg-contain {
	background-position: 50% 50%;
}

.bg-cover {
	-webkit-background-size: cover;
	background-size: cover;
}

.bg-contain {
	-webkit-background-size: contain;
	background-size: contain;
}

.wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-bottom: 13px;
}

@media (max-width: 767px) {
	.wrapper {
		padding-bottom: 4px;
	}
}

.container {
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 1230px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.container {
		padding-left: 18px;
		padding-right: 18px;
	}
}

@media (max-width: 767px) {
	.container {
		width: auto;
		padding: 0 15px;
	}
}

.text-b {
	margin-bottom: 32px;
}

@media (max-width: 767px) {
	.text-b {
		margin-bottom: 24px;
	}
}

.btn-primary {
	display: inline-block;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	cursor: pointer;
	padding: 15px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

@media (max-width: 767px) {
	.btn-primary {
		padding: 13px 20px 11px;
	}
}

.btn-primary_red {
	background-color: #F32556;
}

.btn-primary_red:hover {
	background-color: #4361EE;
}

.btn-primary__icon {
	display: inline-block;
	fill: #FFFFFF;
	margin-right: 10px;
}

@media (max-width: 767px) {
	.btn-primary__icon {
		margin-top: -1px;
		margin-bottom: 1px;
	}
}

.btn-primary__text, .btn-primary_red intro__btn a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.btn-primary__text {
		font-size: 14px;
		line-height: 18px;
	}
}

.btn-secondary {
	display: inline-block;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0;
	color: #F32556;
	white-space: nowrap;
	cursor: pointer;
	padding: 12px 18px 10px;
	border: 1px solid #F32556;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
	-o-transition: background-color 0.2s ease, border-color 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.btn-secondary:hover,
.btn-secondary_filled {
	color: #FFFFFF;
	background-color: #F32556;
}

.btn-secondary:hover svg,
.btn-secondary_filled svg {
	fill: #FFFFFF;
}

.btn-secondary_filled:hover {
	background-color: #4361EE;
	border-color: #4361EE;
}

.btn-secondary__icon {
	display: inline-block;
	fill: #F32556;
	margin-right: 8px;
}

.btn-secondary__text {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}

.title {
	font-size: 60px;
	line-height: 66px;
	font-family: "Oranienbaum", sans-serif;
	font-weight: normal;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.title {
		font-size: 44px;
		line-height: 50px;
	}
}

@media (max-width: 767px) {
	.title {
		font-size: 28px;
		line-height: 34px;
	}
}

.title_mb {
	/*margin-bottom: 49px;*/
	margin-bottom: 18px;
}

@media (max-width: 991px) {
	.title_mb {
		margin-bottom: 38px;
	}
}

@media (max-width: 767px) {
	.title_mb {
		margin-bottom: 29px;
	}
}

.head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0 -15px 24px;
}

@media (max-width: 991px) {
	.head {
		margin-bottom: 14px;
	}
}

@media (max-width: 767px) {
	.head {
		margin: 0 -10px 14px;
	}
}

.head__col {
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.head__col {
		padding: 0 10px;
		margin-bottom: 10px;
	}
}

.head__col_title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.head__all {
	display: block;
	color: #918588;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.head__all {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 5px;
	}
}

.head__all:hover {
	color: #4361EE;
}

.age-limit {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	padding: 4px 7px 2px;
	border: 1px solid #230C11;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

@media (max-width: 767px) {
	.hide-mobile {
		display: none;
	}
}

.select {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	padding: 9px 0 11px;
	margin-top: -10px;
	border-bottom: 2px solid #F32556;
}

@media (max-width: 767px) {
	.select {
		font-size: 14px;
	}
}

.select option {
	text-transform: none;
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block;
}

.slick-loading .slick-slide,
.slick-loading.slick-track {
	visibility: hidden;
}

.slick-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	top: 0;
	left: 0;
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition-duration: inherit;
	-o-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}

.fancybox-is-open .fancybox-bg {
	opacity: 1;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.3s ease, visibility 0s ease 0.3s;
	-o-transition: opacity 0.3s ease, visibility 0s ease 0.3s;
	transition: opacity 0.3s ease, visibility 0s ease 0.3s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
	-o-transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
	transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button[disabled] {
	opacity: 0;
	visibility: hidden;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	/* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */
.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
	opacity: 0;
	visibility: hidden;
}

/* Fix IE11 */
.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
	background: transparent;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: 0.8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
	-webkit-background-clip: content-box;
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 70px;
	margin-top: -50px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

@supports (padding: max(0px)) {
	.fancybox-caption {
		padding: 75px 44px 25px 44px;
	}
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Transition effects */
.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	-o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}

	@supports (padding: max(0px)) {
		.fancybox-caption {
			padding-left: 12px;
			padding-right: 12px;
		}
	}
}

/* Share */
.fancybox-share {
	background: #f4f4f4;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}





/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

.header {
	position: relative;
	z-index: 10;
	background-color: #230C11;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.header_black {
	background-color: #000000;
}

.header_light {
	background-color: transparent;
}

.header.is-filled {
	background-color: #230C11;
}

.header__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 106px;
}

@media (max-width: 991px) {
	.header__row {
		height: 95px;
	}
}

@media (max-width: 767px) {
	.header__row {
		height: 81px;
	}
}

.header__row-m {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 140px;
	padding-bottom: 10px;
}

.header-logo {
	display: inline-block;
	padding: 10px;
	margin: -10px -10px 13px -10px;
}

.header-logo__icon {
	width: 110px;
	height: 46px;
	fill: #FFFFFF;
}

@media (max-width: 767px) {
	.header-logo__icon {
		width: 78px;
		height: 32px;
	}
}

.header-logo-m {
	display: inline-block;
	padding: 10px;
	margin: -10px -10px 13px -10px;
}

.header-logo-m__icon {
	width: 140px;
	height: 87px;
}

.header-contacts {
	color: #FFFFFF;
	margin: 0 0 19px 91px;
}

@media (max-width: 1229px) {
	.header-contacts {
		margin-left: 40px;
	}
}

@media (max-width: 991px) {
	.header-contacts {
		margin-left: auto;
	}
}

@media (max-width: 767px) {
	.header-contacts {
		display: none;
	}
}

.header-contacts__title {
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 6px;
}

.header-contacts a {
	display: block;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}

.header-contacts a:hover {
	color: #FFFFFF;
}

.header-vision {
	display: inline-block;
	cursor: pointer;
	padding: 10px;
	margin: 0 0 14px 59px;
}

@media (max-width: 1229px) {
	.header-vision {
		margin-left: 30px;
	}
}

@media (max-width: 991px) {
	.header-vision {
		margin-left: 40px;
	}
}

@media (max-width: 767px) {
	.header-vision {
		-webkit-transform: translateX(27px);
		-ms-transform: translateX(27px);
		transform: translateX(27px);
		opacity: 0;
		visibility: hidden;
		margin-left: -20px;
	}

	.header-vision.is-visible {
		opacity: 1;
		visibility: visible;
	}
}

.header-vision__icon {
	width: 71px;
	height: 26px;
	stroke: #FFFFFF;
	-webkit-transition: stroke 0.1s ease;
	-o-transition: stroke 0.1s ease;
	transition: stroke 0.1s ease;
}

.header-vision:hover svg {
	stroke: #F32556;
}

.header-menu {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 66px;
	cursor: pointer;
	margin: 0 -10px 4px 39px;
}

@media (max-width: 1229px) {
	.header-menu {
		margin-left: 20px;
	}
}

@media (max-width: 991px) {
	.header-menu {
		margin-left: 30px;
		margin-right: 8px;
	}
}

@media (max-width: 767px) {
	.header-menu {
		margin-left: 20px;
		-webkit-transform: translateX(14px);
		-ms-transform: translateX(14px);
		transform: translateX(14px);
	}
}

.header-menu span {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 2px;
	margin-left: -15px;
	margin-top: -1px;
	background-color: #FFFFFF;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.header-menu span:before,
.header-menu span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 2px;
	background-color: #FFFFFF;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.header-menu span:before {
	width: 100%;
	margin-top: -12px;
}

.header-menu span:after {
	width: 20px;
	margin-top: 12px;
}

.header-menu:hover span {
	background-color: #F32556;
}

.header-menu:hover span:before,
.header-menu:hover span:after {
	background-color: #F32556;
}

.header-menu.is-active span {
	width: 40px;
	margin-left: -20px;
	background-color: transparent;
}

.header-menu.is-active span:before,
.header-menu.is-active span:after {
	margin-top: 0;
}

.header-menu.is-active span:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header-menu.is-active span:after {
	width: 100%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav {
	display: inline-block;
	font-size: 0;
	margin-left: auto;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

@media (max-width: 991px) {
	.nav {
		display: none;
	}
}

.nav.is-hidden {
	opacity: 0;
	visibility: hidden;
}

.nav ul {
	margin: 0 6px -12px 0;
}

@media (max-width: 1229px) {
	.nav ul {
		margin-right: 0;
	}
}

.nav ul li {
	display: inline-block;
	margin: 0 50px 20px 0;
}

@media (max-width: 1229px) {
	.nav ul li {
		margin-right: 30px;
	}
}

.nav ul .nav__item {
	display: block;
	padding: 0;
	margin: 0 0 9px;
}

.nav__item {
	position: relative;
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 18px 15px;
	-webkit-transition: color 0.1s ease;
	-o-transition: color 0.1s ease;
	transition: color 0.1s ease;
}

.nav__item:hover {
	color: #F32556;
}

.nav__item.is-active:after {
	content: '';
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
	border-bottom: 3px solid red;
}

.nav_main .nav__item.is-active {
	color: #F32556;
}

.nav_main .nav__item.is-active:after {
	display: none;
}

.drop {
	position: absolute;
	left: 0;
	right: 0;
	top: 106px;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 106px);
	background-color: #230C11;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

@media (max-width: 991px) {
	.drop {
		top: 95px;
		min-height: calc(100% - 95px);
	}
}

@media (max-width: 767px) {
	.drop {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		top: 81px;
		min-height: calc(100% - 81px);
	}
}

.drop_main {
	top: 140px !important;
	min-height: calc(100% - 140px) !important;
}

.drop.is-opened {
	opacity: 1;
	visibility: visible;
}

.drop__row {
	font-size: 0;
	padding: 45px 0 14px;
	margin: 0 -15px;
}

@media (max-width: 991px) {
	.drop__row {
		padding-top: 23px;
		margin: 0 -10px;
	}
}

@media (max-width: 767px) {
	.drop__row {
		padding-top: 12px;
		padding-bottom: 32px;
	}
}

.drop__col {
	display: inline-block;
	width: 33.3333%;
	padding: 0 15px;
}

@media (max-width: 991px) {
	.drop__col {
		width: 50%;
		padding: 0 10px;
	}

	.drop__col:nth-child(3) {
		width: 100%;
		margin-top: 42px;
	}

	.drop__col:nth-child(3) .drop-list {
		font-size: 0;
		margin: 0 -10px;
	}

	.drop__col:nth-child(3) .drop-list li {
		display: inline-block;
		width: 50%;
		padding: 0 10px;
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.drop__col:nth-child(3) {
		margin-top: 8px;
	}

	.drop__col:nth-child(3) .drop-list li {
		width: 100%;
		margin-bottom: 8px;
	}
}

@media (max-width: 767px) {
	.drop__col {
		width: 100%;
	}
}

.drop-big {
	margin-bottom: 49px;
}

@media (max-width: 991px) {
	.drop-big {
		margin-bottom: 28px;
	}
}

@media (max-width: 767px) {
	.drop-big {
		margin-bottom: 17px;
	}
}

.drop-big_l {
	margin-bottom: 25px;
}

@media (max-width: 991px) {
	.drop-big_l {
		margin-bottom: 13px;
	}
}

@media (max-width: 767px) {
	.drop-big_l {
		margin-bottom: 5px;
	}
}

.drop-big a {
	font-size: 60px;
	line-height: 66px;
	font-family: "Oranienbaum", sans-serif;
}

@media (max-width: 1229px) {
	.drop-big a {
		font-size: 44px;
		line-height: 50px;
	}
}

@media (max-width: 767px) {
	.drop-big a {
		font-size: 28px;
		line-height: 34px;
	}
}

.drop-list {
	margin: 28px 0 49px;
}

@media (max-width: 767px) {
	.drop-list {
		margin: 0 0 14px;
	}
}

.drop-list li {
	max-width: 280px;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.drop-list li {
		max-width: none;
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.drop-list li {
		margin-bottom: 5px;
	}
}

.drop-list a {
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
}

@media (max-width: 1229px) {
	.drop-list a {
		font-size: 20px;
		line-height: 26px;
	}
}

@media (max-width: 991px) {
	.drop-list a {
		display: inline-block;
		max-width: 220px;
	}
}

@media (max-width: 767px) {
	.drop-list a {
		font-size: 16px;
		line-height: 22px;
	}
}

.drop-list a:hover {
	color: #F32556;
}

.drop__contacts {
	display: none;
}

@media (max-width: 767px) {
	.drop__contacts {
		display: block;
		color: #FFFFFF;
		font-size: 16px;
		line-height: 18px;
		padding: 0 10px;
		margin-top: 16px;
	}

	.drop__contacts span {
		display: inline-block;
		font-size: 20px;
		line-height: 23px;
		font-weight: bold;
		margin: -4px 0 -3px 7px;
	}
}

.welcome {
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	min-height: 550px;
	max-height: 1200px;
	margin-top: -106px;
	background-color: #000000;
}

@media (max-width: 991px) {
	.welcome {
		min-height: 440px;
		margin-top: -95px;
	}
}

@media (max-width: 767px) {
	.welcome {
		margin-top: -81px;
	}
}

.welcome:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 71.67883212%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.welcome__bg {
	opacity: 0.4;
}

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

.welcome__row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
}

@media (max-width: 767px) {
	.welcome__row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.welcome__emblem {
	position: absolute;
	right: -4px;
	bottom: -99px;
	width: 365px;
	height: auto;
	opacity: 0.08;
	pointer-events: none;
}

@media (max-width: 767px) {
	.welcome__emblem {
		width: 182px;
		right: -28px;
		bottom: -36px;
	}
}

.welcome__logo {
	position: absolute;
	right: 21px;
	bottom: 52px;
	width: 140px;
	height: auto;
}

@media (max-width: 767px) {
	.welcome__logo {
		right: -2px;
		bottom: 26px;
		width: 78px;
	}
}

.welcome__content {
	position: relative;
	z-index: 5;
	width: 100%;
	color: #FFFFFF;
	padding: 176px 0 70px 100px;
}

@media (max-width: 1229px) {
	.welcome__content {
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	.welcome__content {
		padding-top: 165px;
	}
}

@media (max-width: 767px) {
	.welcome__content {
		padding-top: 121px;
		padding-bottom: 121px;
	}
}

.welcome-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}

@media (max-width: 767px) {
	.welcome-head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.welcome-head__col {
	display: inline-block;
	padding: 0 15px;
}

@media (max-width: 767px) {
	.welcome-head__col {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		display: block;
	}
}

.welcome-head__col_title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@media (max-width: 767px) {
	.welcome-head__col_title {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.welcome-date {
	position: relative;
	font-size: 0;
	white-space: nowrap;
	padding-left: 100px;
	margin-top: 12px;
}

@media (max-width: 991px) {
	.welcome-date {
		padding-left: 62px;
	}
}

@media (max-width: 767px) {
	.welcome-date {
		padding-left: 30px;
		margin-bottom: 12px;
	}
}

.welcome-date:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 70px;
	height: 2px;
	margin-top: -4px;
	background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 991px) {
	.welcome-date:before {
		width: 42px;
	}
}

@media (max-width: 767px) {
	.welcome-date:before {
		width: 20px;
		margin-top: 2px;
	}
}

.welcome-date__days {
	display: inline-block;
	font-size: 50px;
	line-height: 58px;
	font-family: "Oranienbaum", sans-serif;
}

@media (max-width: 767px) {
	.welcome-date__days {
		font-size: 32px;
		line-height: 38px;
	}
}

.welcome-date__month {
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	margin-left: 10px;
	margin-top: 1px;
}

@media (max-width: 767px) {
	.welcome-date__month {
		font-size: 14px;
		line-height: 16px;
		margin-left: 6px;
		margin-top: -1px;
	}
}

.welcome-date__month span {
	display: block;
	margin-top: 4px;
}

@media (max-width: 767px) {
	.welcome-date__month span {
		margin-top: 2px;
	}
}

.welcome__title {
	font-size: 70px;
	line-height: 75px;
	font-family: "Oranienbaum", sans-serif;
	font-weight: 400;
}

@media (max-width: 991px) {
	.welcome__title {
		font-size: 50px;
		line-height: 56px;
	}
}

@media (max-width: 767px) {
	.welcome__title {
		font-size: 32px;
		line-height: 38px;
	}
}

.welcome__btn {
	margin-top: 54px;
}

@media (max-width: 991px) {
	.welcome__btn {
		margin-top: 37px;
	}
}

@media (max-width: 767px) {
	.welcome__btn {
		margin-top: 22px;
	}
}

.schedule__row {
	padding: 80px 0 62px;
}

@media (max-width: 991px) {
	.schedule__row {
		padding: 62px 0 50px;
	}
}

@media (max-width: 767px) {
	.schedule__row {
		padding: 60px 0 31px;
	}
}

.schedule__head {
	margin-bottom: 27px;
}

@media (max-width: 991px) {
	.schedule__head {
		margin-bottom: 17px;
	}
}

.schedule-intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
}

@media (max-width: 991px) {
	.schedule-intro {
		display: block;
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.schedule-intro {
		margin-bottom: 20px;
	}
}

.schedule-intro__stat {
	display: inline-block;
	width: 400px;
	padding-right: 30px;
}

@media (max-width: 1229px) {
	.schedule-intro__stat {
		width: 300px;
	}
}

@media (max-width: 991px) {
	.schedule-intro__stat {
		display: block;
		width: 100%;
		max-width: 270px;
		padding-right: 0;
		margin: 0 auto 30px;
	}
}

@media (max-width: 767px) {
	.schedule-intro__stat {
		max-width: 230px;
	}
}

.schedule-intro__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
}

@media (max-width: 991px) {
	.schedule-intro__content {
		display: block;
	}
}

.schedule-stat {
	display: inline-block;
}

.schedule-stat__row {
	position: relative;
}

.schedule-stat__total {
	min-width: 330px;
	display: inline-block;
	color: rgba(35, 12, 17, 0.1);
	font-family: "Oranienbaum", sans-serif;
	font-size: 240px;
	line-height: 214px;
	text-align: right;
}

@media (max-width: 1229px) {
	.schedule-stat__total {
		font-size: 180px;
		line-height: 164px;
		min-width: 270px;
	}
}

@media (max-width: 767px) {
	.schedule-stat__total {
		min-width: 230px;
		font-size: 140px;
		line-height: 120px;
	}
}

.schedule-stat__month {
	position: absolute;
	left: 0;
	top: 50%;
	color: rgba(35, 12, 17, 0.7);
	font-size: 32px;
	line-height: 37px;
	font-family: "Oranienbaum", sans-serif;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	.schedule-stat__month {
		font-size: 24px;
		line-height: 28px;
	}
}

.schedule-stat__count {
	display: block;
	text-align: right;
	color: rgba(243, 37, 86, 0.5);
	font-size: 32px;
	line-height: 37px;
	font-family: "Oranienbaum", sans-serif;
	margin-top: -12px;
}

@media (max-width: 767px) {
	.schedule-stat__count {
		font-size: 24px;
		line-height: 28px;
		margin-top: 0;
	}
}

.schedule-main {
	position: relative;
}

.schedule-main-pic {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 170px;
}

@media (max-width: 767px) {
	.schedule-main-pic {
		width: 80px;
	}
}

.schedule-main-pic img {
	width: 100%;
	height: auto;
}

.schedule-main-icon {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	padding: 6px 19px;
	background-color: #230C11;
}

@media (max-width: 767px) {
	.schedule-main-icon {
		width: 100%;
		font-size: 10px;
		text-align: center;
		padding: 5px 8px;
	}
}

.schedule-main-date {
	margin-left: 200px;
	margin-bottom: 18px;
}

@media (max-width: 767px) {
	.schedule-main-date {
		margin-left: 100px;
	}
}

.schedule-main-date__col {
	display: inline-block;
	min-width: 100px;
	padding-right: 30px;
}

@media (max-width: 767px) {
	.schedule-main-date__col {
		min-width: 0;
	}
}

.schedule-main-date .schedule-t-time {
	display: inline-block;
	margin-top: 6px;
}

.schedule-card {
	padding: 21px 29px 24px 129px;
	margin: 0 0 0 70px;
	border: 1px solid #DEDBDB;
}

@media (max-width: 767px) {
	.schedule-card {
		padding: 0 0 0 100px;
		margin-left: 0;
		border-width: 0;
	}
}

.schedule-card .schedule-t__title {
	min-height: 0;
}

.schedule-card-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 30px 0 30px;
}

@media (max-width: 767px) {
	.schedule-card-action {
		margin: 20px 0 20px -100px;
	}
}

.schedule-card__price {
	display: inline-block;
	color: #918588;
	font-size: 18px;
	line-height: 21px;
	text-align: right;
	margin-left: 20px;
}

@media (max-width: 767px) {
	.schedule-card__price {
		font-size: 16px;
		line-height: 18px;
	}
}

.schedule-card__price br {
	display: none;
}

@media (max-width: 767px) {
	.schedule-card__price br {
		display: block;
	}
}

.schedule-card-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -100px;
}

@media (max-width: 767px) {
	.schedule-card-gallery {
		display: block;
	}
}

.schedule-card-gallery__more {
	display: inline-block;
	color: #918588;
	font-size: 16px;
	line-height: 19px;
	margin-left: 20px;
}

@media (max-width: 767px) {
	.schedule-card-gallery__more {
		font-size: 14px;
		line-height: 16px;
		margin: 0;
	}

	.schedule-card-gallery__more br {
		display: none;
	}
}

.schedule-card-gallery__more:hover {
	color: #4361EE;
}

.schedule-card-list {
	display: inline-block;
	font-size: 0;
}

@media (max-width: 767px) {
	.schedule-card-list {
		display: block;
		margin-right: -10px;
	}
}

.schedule-card-list__col {
	display: inline-block;
	width: 100px;
	margin-right: 10px;
}

@media (max-width: 1229px) {
	.schedule-card-list__col {
		width: 75px;
	}
}

@media (max-width: 767px) {
	.schedule-card-list__col {
		width: 33.3333%;
		max-width: 85px;
		padding-right: 10px;
		margin-bottom: 10px;
		margin-right: 0;
	}
}

.schedule-card-list__item {
	overflow: hidden;
	position: relative;
	display: block;
	padding-top: 65%;
	opacity: 0.5;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.schedule-card-list__item:hover {
	opacity: 1;
}

.schedule-sort {
	position: relative;
	z-index: 5;
	font-size: 0;
	margin-bottom: -1px;
}

.schedule-sort__genre {
	display: inline-block;
	width: 83.3333%;
}

@media (max-width: 991px) {
	.schedule-sort__genre {
		width: 100%;
	}
}

.schedule-sort__month {
	display: inline-block;
	width: 16.6666%;
}

@media (max-width: 991px) {
	.schedule-sort__month {
		width: 100%;
		margin-top: 15px;
	}
}

.schedule__pagination {
	padding-left: 240px;
	margin-top: 0 !important;
}

@media (max-width: 991px) {
	.schedule__pagination {
		padding-left: 160px;
	}
}

@media (max-width: 767px) {
	.schedule__pagination {
		padding-left: 0;
	}
}

.schedule-t {
	width: 100%;
	margin: 0;
}

.schedule-t_no-border tr:first-child td {
	border-top-width: 0;
}

.schedule-t__archive {
	display: block;
	color: #918588;
	font-size: 18px;
	line-height: 21px;
}

@media (max-width: 767px) {
	.schedule-t__archive {
		font-size: 16px;
		line-height: 18px;
	}
}

@media (max-width: 767px) {
	.schedule-t {
		display: block;
	}
}

.schedule-t tr {
	position: relative;
}

.schedule-t td {
	border-top: 1px solid #DEDBDB;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 767px) {
	.schedule-t td {
		padding-right: 0;
		padding-left: 20px;
	}
}

.schedule-t td:first-child {
	padding-left: 0;
}

.schedule-t td:last-child {
	padding-right: 0;
}

.schedule-t_date {
	width: 8.3333%;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (max-width: 991px) {
	.schedule-t_date {
		width: 139px;
		padding-top: 27px;
		padding-bottom: 27px;
	}

	.schedule-t_date_m {
		width: 70px;
	}
}

@media (max-width: 767px) {
	.schedule-t_date {
		display: inline-block;
		width: 60px;
		padding-top: 24px;
		padding-bottom: 10px;
	}
}

.schedule-t-date {
	font-size: 0;
	white-space: nowrap;
}

.schedule-t-date__day {
	display: inline-block;
	font-size: 40px;
	line-height: 48px;
	font-family: "Oranienbaum", sans-serif;
}

.schedule-t-date__month {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	font-family: "PT Astra Sans", sans-serif;
	margin-top: 6px;
	margin-left: 4px;
}

.schedule-t-date__month span {
	display: none;
	color: #918588;
	margin-top: 2px;
}

.schedule-t-date__month span.is-visible {
	display: block;
}

@media (max-width: 991px) {
	.schedule-t-date__month span {
		display: block;
	}
}

.schedule-t-date__time {
	display: none;
	color: #918588;
	font-size: 14px;
	line-height: 16px;
	margin-top: -2px;
}

.schedule-t-date__time.is-visible {
	display: block;
}

@media (max-width: 991px) {
	.schedule-t-date__time {
		display: block;
	}
}

.schedule-t_time {
	width: 16.6666%;
	padding-top: 46px;
	padding-bottom: 46px;
}

@media (max-width: 991px) {
	.schedule-t_time {
		display: none;
	}
}

.schedule-t_poster {
	width: 160px;
	padding-top: 40px;
	padding-bottom: 50px;
}

@media (max-width: 991px) {
	.schedule-t_poster {
		padding-top: 35px;
		padding-bottom: 46px;
	}
}

@media (max-width: 767px) {
	.schedule-t_poster {
		position: absolute;
		left: 0;
		top: 93px;
		width: 65px;
		display: block;
		padding: 0 !important;
		border-top-width: 0 !important;
	}
}

.schedule-t_poster_first {
	width: 225px;
}

@media (max-width: 991px) {
	.schedule-t_poster_first {
		width: 145px;
	}
}

@media (max-width: 767px) {
	.schedule-t_poster_first {
		position: relative;
		left: auto;
		top: auto;
		display: inline-block;
		width: 60px;
		padding-top: 29px !important;
		border-top-width: 1px !important;
	}
}

.schedule-t-time {
	color: #918588;
	font-size: 14px;
	line-height: 16px;
}

.schedule-t-time span {
	display: block;
	margin-top: 4px;
}

.schedule-t_content {
	padding-top: 33px;
	padding-bottom: 34px;
}

@media (max-width: 991px) {
	.schedule-t_content {
		padding-top: 28px;
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.schedule-t_content {
		display: inline-block;
		width: calc(100% - 60px);
		padding-right: 0;
		padding-top: 25px;
		padding-bottom: 12px;
	}
}

.schedule-t__title {
	min-height: 55px;
	display: block;
	font-size: 40px;
	line-height: 46px;
	font-family: "Oranienbaum", sans-serif;
}

@media (max-width: 991px) {
	.schedule-t__title {
		min-height: 44px;
		font-size: 32px;
		line-height: 38px;
	}
}

@media (max-width: 767px) {
	.schedule-t__title {
		min-height: 32px;
		font-size: 24px;
		line-height: 30px;
	}
}

.schedule-t-poster {
	position: relative;
	max-width: 130px;
}

.schedule-t-poster__img {
	width: 100%;
	height: auto;
}

.schedule-t-poster__text {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 10px;
	background-color: #230C11;
}

@media (max-width: 767px) {
	.schedule-t-poster__text {
		font-size: 10px;
		padding: 3px;
	}
}

.schedule-t-info {
	font-size: 0;
	margin-top: 12px;
}

@media (max-width: 991px) {
	.schedule-t-info {
		margin-top: 11px;
	}
}

@media (max-width: 767px) {
	.schedule-t-info {
		margin-top: 7px;
	}
}

.schedule-t-info br {
	display: none;
}

@media (max-width: 767px) {
	.schedule-t-info br {
		display: block;
	}
}

.schedule-t-info__age {
	margin-right: 15px;
}

@media (max-width: 767px) {
	.schedule-t-info__age {
		float: right;
		margin: 3px 0 -3px 10px;
	}
}

.schedule-t-info__text {
	font-size: 18px;
	line-height: 24px;
}

@media (max-width: 767px) {
	.schedule-t-info__text {
		font-size: 14px;
		line-height: 25px;
	}
}

.schedule-t-info__text span {
	padding: 0 5px;
}

@media (max-width: 767px) {
	.schedule-t-info__text span {
		display: none;
	}
}

.schedule-t_action {
	width: 16.6666%;
	padding-top: 48px;
	padding-bottom: 40px;
}

@media (max-width: 991px) {
	.schedule-t_action {
		width: 181px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.schedule-t_action {
		display: inline-block;
		width: calc(100% - 60px);
		padding-top: 0;
		padding-bottom: 29px;
		margin-left: 60px;
		border-top-width: 0 !important;
	}
}

.schedule-t__price {
	display: block;
	color: #918588;
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 12px 10px;
}

@media (max-width: 767px) {
	.schedule-t__price {
		font-size: 16px;
		line-height: 18px;
		margin: 10px 0 10px 0;
	}
}

.schedule-t-gallery {
	font-size: 0;
	margin: 20px -5px 6px;
}

.schedule-t-gallery_m {
	margin-top: 39px;
}

@media (max-width: 991px) {
	.schedule-t-gallery_m {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.schedule-t-gallery {
		margin: 20px -3px 0;
	}
}

.schedule-t-gallery__col {
	display: inline-block;
	padding: 0 5px;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.schedule-t-gallery__col {
		padding: 3px;
		margin-bottom: 6px;
	}
}

.schedule-t-gallery__item {
	overflow: hidden;
	position: relative;
	display: block;
	width: 90px;
	padding-top: 66.66666667%;
	opacity: 0.5;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

@media (max-width: 767px) {
	.schedule-t-gallery__item {
		width: 66px;
	}
}

.schedule-t-gallery__item:hover {
	opacity: 1;
}

.schedule-all {
	padding: 37px 0 33px calc(25% + 15px);
	border-top: 1px solid #DEDBDB;
}

@media (max-width: 991px) {
	.schedule-all {
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: calc(139px + 15px);
	}
}

@media (max-width: 767px) {
	.schedule-all {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 80px;
	}
}

.schedule-all_afisha {
	padding-left: calc(8.3333% + 160px + 15px);
}

@media (max-width: 991px) {
	.schedule-all_afisha {
		padding-left: calc(70px + 160px + 30px);
	}
}

@media (max-width: 767px) {
	.schedule-all_afisha {
		padding-left: 80px;
	}
}

.schedule-all__link {
	color: #918588;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.schedule-all__link {
		font-size: 14px;
		line-height: 16px;
	}
}

.schedule-all__link:hover {
	color: #4361EE;
}

.party {
	position: relative;
	background-color: #000000;
}

@media (max-width: 767px) {
	.party__bg {
		-o-object-position: 65% 50%;
		object-position: 65% 50%;
	}
}

.party__row {
	padding-top: 93px;
	padding-bottom: 73px;
}

@media (max-width: 991px) {
	.party__row {
		padding-top: 80px;
		padding-bottom: 55px;
	}
}

@media (max-width: 767px) {
	.party__row {
		padding-top: 60px;
		padding-bottom: 45px;
	}
}

.party__content {
	max-width: 570px;
	color: #FFFFFF;
}

@media (max-width: 991px) {
	.party__content {
		width: 66.6666%;
	}
}

@media (max-width: 767px) {
	.party__content {
		width: 100%;
		max-width: 414px;
	}
}

.party__title {
	margin-bottom: 49px;
}

@media (max-width: 991px) {
	.party__title {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.party__title {
		margin-bottom: 30px;
	}
}

.party__text {
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 25px;
}

@media (max-width: 991px) {
	.party__text {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.party__text {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 5px;
	}
}

.party__list {
	margin: 31px 0 0 50px;
}

@media (max-width: 991px) {
	.party__list {
		margin-left: 42px;
	}
}

@media (max-width: 767px) {
	.party__list {
		margin-left: 38px;
		margin-top: 0;
	}
}

.party__list li {
	position: relative;
	font-size: 18px;
	line-height: 23px;
	padding-left: 50px;
	margin-bottom: 25px;
}

@media (max-width: 991px) {
	.party__list li {
		font-size: 20px;
		padding-left: 38px;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.party__list li {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 5px;
	}
}

.party__list li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 20px;
	height: 2px;
	background-color: #F32556;
}

@media (max-width: 767px) {
	.party__list li:before {
		top: 10px;
	}
}

.repertoire,
.jury {
	overflow: hidden;
	position: relative;
}

.repertoire:before,
.jury:before {
	content: '';
	position: absolute;
	right: 50%;
	top: 0;
	width: 100%;
	height: 326px;
	margin-right: -300px;
	background-color: rgba(35, 12, 17, 0.05);
}

@media (max-width: 991px) {

	.repertoire:before,
	.jury:before {
		height: 280px;
		margin-right: -173px;
	}
}

@media (max-width: 767px) {

	.repertoire:before,
	.jury:before {
		right: 0;
		margin-right: 0;
	}
}

.jury__row {
	padding-top: 91px;
	padding-bottom: 100px;
}

@media (max-width: 991px) {
	.jury__row {
		padding-top: 85px;
		padding-bottom: 74px;
	}
}

@media (max-width: 767px) {
	.jury__row {
		padding-top: 60px;
		padding-bottom: 58px;
	}
}

.jury__title {
	margin: 0 200px 48px 0;
}

@media (max-width: 991px) {
	.jury__title {
		margin-bottom: 35px;
	}
}

@media (max-width: 767px) {
	.jury__title {
		margin: 0 0 78px;
	}
}

.jury-slider {
	position: relative;
	white-space: nowrap;
	margin: 0 -15px;
}

@media (max-width: 991px) {
	.jury-slider {
		margin: 0 -10px;
	}
}

@media (max-width: 767px) {
	.jury-slider {
		margin: 0 -15px;
	}
}

.jury-slider__col {
	display: inline-block;
	width: 33.3333%;
	padding: 0 15px;
}

@media (max-width: 991px) {
	.jury-slider__col {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.jury-slider__col {
		width: 260px;
		padding: 0 5px 0 15px;
	}
}

@media (max-width: 575px) {
	.jury-slider__col {
		width: 233px;
	}
}

.jury-slider .slick-arrow {
	position: absolute;
	top: -92px;
	right: 0;
	width: 100px;
	height: 46px;
	cursor: pointer;
	padding: 15px;
}

@media (max-width: 991px) {
	.jury-slider .slick-arrow {
		top: -82px;
	}
}

@media (max-width: 767px) {
	.jury-slider .slick-arrow {
		top: -62px;
	}
}

.jury-slider .slick-arrow svg {
	fill: rgba(145, 133, 136, 0.5);
	-webkit-transition: fill 0.2s ease;
	-o-transition: fill 0.2s ease;
	transition: fill 0.2s ease;
}

.jury-slider .slick-arrow:hover svg {
	fill: rgba(35, 12, 17, 0.5);
}

.jury-slider .slick-prev {
	margin-right: 100px;
}

@media (max-width: 767px) {
	.jury-slider .slick-prev {
		right: auto;
		left: 0;
		margin-right: 0;
	}
}

.jury-item {
	max-width: 340px;
	white-space: normal;
}

.jury-item__photo {
	max-width: 250px;
}

.jury-item__img {
	overflow: hidden;
	position: relative;
	padding-top: 92.59259259%;
}

.jury-item__name {
	display: block;
	font-size: 32px;
	line-height: 40px;
	font-family: "Oranienbaum", sans-serif;
	margin-top: 16px;
}

@media (max-width: 991px) {
	.jury-item__name {
		font-size: 26px;
		line-height: 34px;
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.jury-item__name {
		font-size: 22px;
		line-height: 28px;
		margin-top: 21px;
	}
}

.jury-item__text {
	display: block;
	color: #918588;
	font-size: 16px;
	line-height: 22px;
	margin-top: 15px;
}

@media (max-width: 991px) {
	.jury-item__text {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.jury-item__text {
		margin-top: 11px;
	}
}

.news {
	background-color: rgba(35, 12, 17, 0.05);
}

.news__row {
	padding-top: 88px;
	padding-bottom: 69px;
}

@media (max-width: 991px) {
	.news__row {
		padding-top: 74px;
		padding-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.news__row {
		padding-top: 60px;
		padding-bottom: 42px;
	}
}

.news-list {
	font-size: 0;
	margin: 0 -15px -10px;
}

@media (max-width: 991px) {
	.news-list {
		margin-left: -10px;
		margin-right: -10px;
	}
}

.news-list__col {
	display: inline-block;
	width: 50%;
	padding: 0 15px;
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	.news-list__col {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.news-list__col {
		width: 100%;
		margin-bottom: 27px;
	}
}

.news-item {
	font-size: 0;
	margin: 0 -15px;
}

@media (max-width: 991px) {
	.news-item {
		margin: 0 -10px;
	}
}

.news-item__col {
	display: inline-block;
	width: 50%;
	padding: 0 15px;
}

@media (max-width: 991px) {
	.news-item__col {
		display: block;
		width: auto;
		padding: 0 10px;
	}

	.news-item__col:first-child {
		max-width: 248px;
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.news-item__col:first-child {
		max-width: 310px;
	}
}

.news-item__photo {
	overflow: hidden;
	position: relative;
	padding-top: 67.77777778%;
}

@media (max-width: 991px) {
	.news-item__photo {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.news-item__photo {
		margin-bottom: 16px;
	}
}

.news-item__content {
	padding: 12px 0;
}

@media (max-width: 991px) {
	.news-item__content {
		padding: 0;
	}
}

.news-item__date {
	display: block;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 11px;
}

@media (max-width: 991px) {
	.news-item__date {
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.news-item__date {
		font-size: 14px;
		line-height: 16px;
	}
}

.news-item__title {
	font-size: 32px;
	line-height: 42px;
	font-family: "Oranienbaum", sans-serif;
}

@media (max-width: 991px) {
	.news-item__title {
		font-size: 26px;
		line-height: 34px;
	}
}

@media (max-width: 767px) {
	.news-item__title {
		font-size: 22px;
		line-height: 28px;
	}
}

.partners__row {
	padding-top: 98px;
	padding-bottom: 60px;
}

@media (max-width: 991px) {
	.partners__row {
		padding-top: 73px;
	}
}

@media (max-width: 767px) {
	.partners__row {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}

.partners__head {
	margin-bottom: 43px;
}

.partners-list {
	overflow: hidden;
	font-size: 0;
	white-space: nowrap;
	margin: 0 -15px;
}

@media (max-width: 991px) {
	.partners-list {
		margin: 0 -10px;
	}
}

.partners-list__col {
	display: inline-block;
	width: 16.66666667%;
	padding: 0 15px;
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.partners-list__col {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.partners-list__col {
		width: 25%;
	}
}

.partners-item {
	overflow: hidden;
	position: relative;
	padding-top: 100%;
	opacity: 0.4;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.partners-item:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.intro {
	overflow: hidden;
	position: relative;
	font-size: 0;
	white-space: nowrap;
	margin-top: -140px;
	background-color: #000000;
}

.intro__logo {
	position: absolute;
	right: 50%;
	bottom: -90px;
	z-index: 20;
	margin-right: -481px;
	pointer-events: none;
}

@media (max-width: 1229px) {
	.intro__logo {
		margin-right: 0;
		right: 26px;
		bottom: -170px;
	}
}

@media (max-width: 767px) {
	.intro__logo {
		width: 132px;
		right: -28px;
		bottom: -36px;
	}
}

.intro .slick-arrow {
	position: absolute;
	left: 50%;
	bottom: 73px;
	z-index: 10;
	cursor: pointer;
	padding: 15px;
	margin-left: -105px;
	opacity: 0.5;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

@media (max-width: 1229px) {
	.intro .slick-arrow {
		left: 400px;
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.intro .slick-arrow {
		left: 0;
		bottom: 10px;
	}
}

.intro .slick-arrow:hover {
	opacity: 1;
}

.intro .slick-arrow svg {
	width: 70px;
	height: 16px;
	fill: #FFFFFF;
}

.intro .slick-next {
	margin-left: -5px;
}

@media (max-width: 1229px) {
	.intro .slick-next {
		margin-left: 100px;
	}
}

@media (max-width: 767px) {
	.intro .slick-next {
		left: auto;
		right: 0;
		margin-left: 0;
	}
}

.intro .slick-dots {
	position: absolute;
	right: 50%;
	bottom: 0;
	z-index: 10;
	width: 40px;
	height: 299px;
	margin: 0 -585px 0 0;
}

@media (max-width: 1229px) {
	.intro .slick-dots {
		right: 0;
		height: 280px;
		margin-right: 30px;
	}
}

.intro .slick-dots button {
	position: relative;
	width: 100%;
	height: 22px;
	cursor: pointer;
}

.intro .slick-dots button:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	bottom: 0;
	width: 30px;
	height: 2px;
	margin-top: -1px;
	background-color: #FFFFFF;
	opacity: 0.5;
}

.intro .slick-dots li.slick-active button:before {
	width: 100%;
	opacity: 1;
}

.intro .slick-dots li.slick-active button:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	bottom: 0;
	height: 2px;
	margin-top: -1px;
	background-color: #F32556;
	-webkit-animation: 10s linear progress;
	animation: 10s linear progress;
}

@-webkit-keyframes progress {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

@keyframes progress {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

.intro .slick-dots li:hover button:after {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.intro__col {
	display: inline-block;
	width: 100%;
	white-space: normal;
}

.intro__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	min-height: 100vh;
	max-height: 1200px;
	padding-top: 160px;
	padding-bottom: 70px;
}

@media (max-width: 767px) {
	.intro__item {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 140px;
	}
}

.intro__item:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 71.67883212%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	/* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); */
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.intro__bg {
	opacity: 0.4;
}

.intro__row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 0;
	padding: 0 70px 0 100px;
}

@media (max-width: 1229px) {
	.intro__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	.intro__row {
		padding-right: 0;
	}
}

.intro__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
	width: 100%;
	max-width: 670px;
	color: #FFFFFF;
	margin-right: 30px;
}

@media (max-width: 767px) {
	.intro__content {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

.intro__title {
	display: block;
	min-height: 150px;
	font-size: 70px;
	line-height: 75px;
	font-weight: 400;
	font-family: "Oranienbaum", sans-serif;
}

@media (max-width: 991px) {
	.intro__title {
		min-height: 112px;
		font-size: 50px;
		line-height: 56px;
	}
}

@media (max-width: 767px) {
	.intro__title {
		min-height: 0;
		font-size: 32px;
		line-height: 38px;
	}
}

.intro__subtitle {
	display: block;
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 17px;
}

@media (max-width: 767px) {
	.intro__subtitle {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 15px;
	}
}

.intro-date {
	position: relative;
	display: inline-block;
	font-size: 0;
	color: #FFFFFF;
	padding-left: 100px;
}

@media (max-width: 767px) {
	.intro-date {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding-left: 30px;
		margin-bottom: 12px;
	}
}

.intro-date:before {
	content: '';
	position: absolute;
	left: 0;
	top: 24px;
	width: 70px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
	.intro-date:before {
		width: 20px;
		top: 21px;
	}
}

.intro-date__day {
	display: inline-block;
	font-size: 50px;
	line-height: 58px;
	font-family: "Oranienbaum", sans-serif;
	margin: 0 12px 4px 0;
}

@media (max-width: 767px) {
	.intro-date__day {
		font-size: 32px;
		line-height: 38px;
		margin-right: 6px;
	}
}

.intro-date__time {
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	margin-top: 1px;
}

@media (max-width: 767px) {
	.intro-date__time {
		font-size: 14px;
		line-height: 16px;
		margin-top: -1px;
	}
}

.intro-date__time span {
	display: block;
	margin-bottom: 4px;
}

@media (max-width: 767px) {
	.intro-date__time span {
		margin-bottom: 2px;
	}
}

.intro-date__all {
	display: block;
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
}

@media (max-width: 767px) {
	.intro-date__all {
		display: inline-block;
		font-size: 14px;
		line-height: 16px;
		margin: 17px 0 0 10px;
	}
}

.intro-date__all a {
	color: rgba(255, 255, 255, 0.5);
}

.intro-date__all a:hover {
	text-decoration: underline;
}

.intro-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 40px 0 0 100px;
}

@media (max-width: 1229px) {
	.intro-action {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.intro-action {
		margin-top: 22px;
	}
}

.intro__btn {
	margin-right: 30px;
}

@media (max-width: 767px) {
	.intro__btn {
		margin-right: 15px;
	}
}

.intro__btn svg {
	margin-right: 13px;
}

.intro__price {
	display: inline-block;
	color: rgba(255, 255, 255, 0.5);
	font-size: 20px;
	line-height: 23px;
}

@media (max-width: 767px) {
	.intro__price {
		font-size: 16px;
		line-height: 18px;
	}
}

@media (max-width: 1229px) {
	.intro-more {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.intro-more {
		margin-bottom: 15px;
	}
}

.intro-icon {
	position: absolute;
	left: 0;
	top: 95px;
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	padding: 5px 15px 6px 14px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

@media (max-width: 1229px) {
	.intro-icon {
		position: static;
		display: inline-block;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding-bottom: 5px;
		margin-right: 30px;
	}
}

@media (max-width: 991px) {
	.intro-icon {
		margin-right: 20px;
	}
}

@media (max-width: 767px) {
	.intro-icon {
		padding: 5px 10px;
		margin-right: 15px;
	}
}

.intro-icon_pink {
	background-color: rgba(243, 37, 86, 0.5);
}

.intro__age {
	position: absolute;
	left: 0;
	top: 138px;
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
}

@media (max-width: 1229px) {
	.intro__age {
		position: static;
		display: inline-block;
	}
}

.season {
	overflow: hidden;
	position: relative;
	background-color: #000000;
}

.season__bg {
	opacity: 0.5;
}

@media (max-width: 767px) {
	.season__bg {
		-o-object-position: 65% 50%;
		object-position: 65% 50%;
	}
}

.season__row {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 991px) {
	.season__row {
		padding-top: 80px;
		padding-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.season__row {
		padding-top: 60px;
		padding-bottom: 45px;
	}
}

.season__icon {
	width: 100%;
	max-width: 356px;
	fill: #FFFFFF;
	height: auto;
	margin-bottom: 80px;
}

@media (max-width: 991px) {
	.season__icon {
		max-width: 200px;
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.season__icon {
		max-width: 160px;
		margin-bottom: 24px;
	}
}

.season__text {
	display: block;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 23px;
	max-width: 370px;
	margin: 0 0 0 100px;
}

@media (max-width: 1229px) {
	.season__text {
		margin-left: 0;
	}
}

@media (max-width: 991px) {
	.season__text {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.season__text {
		font-size: 16px;
		line-height: 20px;
	}
}

.season__logo {
	position: absolute;
	right: 30px;
	bottom: -133px;
	width: 470px;
	height: auto;
	fill: #FFFFFF;
	opacity: 0.08;
}

@media (max-width: 991px) {
	.season__logo {
		display: none;
	}
}

.list-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	font-size: 0;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -20px;
}

.list-nav_lined:after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border-bottom: 1px solid #DEDBDB;
}

@media (max-width: 1229px) {
	.list-nav_lined:after {
		left: 15px;
		right: 15px;
	}
}

@media (max-width: 991px) {
	.list-nav_lined:after {
		left: 0;
		right: 0;
		bottom: 10px;
	}
}

@media (max-width: 1229px) {
	.list-nav {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (max-width: 991px) {
	.list-nav {
		overflow-x: auto;
		white-space: nowrap;
		margin-left: -18px;
		margin-right: -18px;
	}

	.list-nav::-webkit-scrollbar {
		display: none;
	}
}

@media (max-width: 767px) {
	.list-nav {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.list-nav__col {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: -10px 20px 20px;
}

@media (max-width: 1229px) {
	.list-nav__col {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (max-width: 991px) {
	.list-nav__col {
		margin: -10px 15px 10px;
	}
}

.list-nav__item {
	position: relative;
	display: block;
	color: #918588;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 13px;
	padding-top: 10px;
}

@media (max-width: 767px) {
	.list-nav__item {
		font-size: 14px;
		line-height: 16px;
	}
}

.list-nav__item:hover {
	color: #4361EE;
}

.list-nav__item.is-active {
	color: #230C11;
}

.list-nav__item.is-active:hover {
	color: #230C11;
}

.list-nav__item.is-active:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 50px;
	height: 2px;
	background-color: #F32556;
}

.repertoire__row {
	padding-top: 98px;
	padding-bottom: 92px;
}

@media (max-width: 991px) {
	.repertoire__row {
		padding-top: 85px;
		padding-bottom: 64px;
	}
}

@media (max-width: 767px) {
	.repertoire__row {
		padding-top: 60px;
		padding-bottom: 48px;
	}
}

.repertoire__head {
	margin-bottom: 23px;
}

.repertoire__nav {
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.repertoire__nav {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.repertoire__nav {
		margin-bottom: 10px;
	}
}

.repertoire__list {
	position: relative;
	font-size: 0;
	margin: 0 -15px;
}

@media (max-width: 991px) {
	.repertoire__list {
		margin: 0 -10px;
	}
}

@media (max-width: 767px) {
	.repertoire__list {
		padding-top: 62px;
		margin: 0 -15px;
	}
}

.repertoire .slick-arrow {
	position: absolute;
	right: 0;
	top: -84px;
	z-index: 10;
	padding: 15px;
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

@media (max-width: 991px) {
	.repertoire .slick-arrow {
		top: -74px;
	}
}

@media (max-width: 767px) {
	.repertoire .slick-arrow {
		top: 0;
	}
}

.repertoire .slick-arrow:hover {
	opacity: 1;
}

.repertoire .slick-arrow svg {
	width: 70px;
	height: 16px;
	fill: #918588;
}

.repertoire .slick-prev {
	margin-right: 100px;
}

@media (max-width: 767px) {
	.repertoire .slick-prev {
		right: auto;
		left: 0;
		margin-right: 0;
	}
}

.repertoire__col {
	display: inline-block;
	width: 33.3333%;
	padding: 0 15px;
}

@media (max-width: 991px) {
	.repertoire__col {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.repertoire__col {
		width: 400px;
		padding: 0 5px 0 15px;
	}
}

@media (max-width: 575px) {
	.repertoire__col {
		width: 310px;
	}
}

.repertoire__item {
	padding-bottom: 10px;
}

.repertoire__pic {
	overflow: hidden;
	position: relative;
	display: block;
	padding-top: 67.56756%;
	margin-bottom: 16px;
}

@media (max-width: 991px) {
	.repertoire__pic {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.repertoire__pic {
		margin-bottom: 21px;
	}
}

.repertoire__icon {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	padding: 5px 19px 6px;
	background-color: rgba(243, 37, 86, 0.8);
}

.repertoire__title {
	display: block;
	font-size: 32px;
	line-height: 42px;
	font-family: "Oranienbaum", sans-serif;
	margin-bottom: 12px;
}

@media (max-width: 991px) {
	.repertoire__title {
		font-size: 26px;
		line-height: 34px;
	}
}

@media (max-width: 767px) {
	.repertoire__title {
		font-size: 22px;
		line-height: 24px;
	}
}

.repertoire__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.repertoire__text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
	color: rgba(35, 12, 17, 0.5);
	font-size: 16px;
	line-height: 22px;
}

.repertoire__age {
	display: inline-block;
	color: rgba(35, 12, 17, 0.5);
	font-size: 14px;
	line-height: 16px;
	padding: 4px 3px 2px;
	margin: -1px 10px -1px 0;
	border: 1px solid rgba(35, 12, 17, 0.5);
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.inner__row {
	padding-top: 108px;
	padding-bottom: 70px;
}

.inner__row_m {
	/*padding-top: 70px;*/
	padding-top: 25px;
}

@media (max-width: 1229px) {
	.inner__row {
		padding-top: 78px;
		padding-bottom: 50px;
	}
}

@media (max-width: 991px) {
	.inner__row {
		padding-top: 65px;
	}
}

@media (max-width: 767px) {
	.inner__row {
		padding-top: 49px;
	}
}

.inner-footer {
	padding-top: 80px;
	margin-top: 46px;
	border-top: 1px solid #DEDBDB;
}

.inner-footer_noborder {
	padding-top: 20px;
	border-top-width: 0;
}

@media (max-width: 991px) {
	.inner-footer_noborder {
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	.inner-footer {
		border-top-width: 0;
		padding-top: 0;
		margin-top: 36px;
	}
}

.inner-footer__all {
	display: none;
}

@media (max-width: 767px) {
	.inner-footer__all {
		display: inline-block;
		color: #918588;
		font-size: 16px;
		line-height: 18px;
		font-weight: bold;
		text-transform: uppercase;
		margin-top: 30px;
	}

	.inner-footer__all:hover {
		color: #4361EE;
	}
}

.article {
	font-size: 0;
	/*margin: 55px -15px 0;*/
	margin: 15px -15px 0;
}

@media (max-width: 991px) {
	.article {
		margin-top: 41px;
	}
}

@media (max-width: 767px) {
	.article {
		margin-top: 0;
	}
}

.article__col {
	display: inline-block;
	padding: 0 15px;
}

.article__col_lc {
	width: 66.6666%;
}

@media (max-width: 991px) {
	.article__col_lc {
		width: 100%;
	}
}

.article__col_rc {
	width: 33.3333%;
}

@media (max-width: 991px) {
	.article__col_rc {
		display: none;
	}
}

.article-nav {
	margin-top: -1px;
}

.article-nav__item {
	position: relative;
	display: block;
	color: #F32556;
	font-size: 20px;
	line-height: 28px;
	cursor: pointer;
	padding: 15px 0 14px 40px;
	border-bottom: 1px solid #DEDBDB;
}

.article-nav__item:hover {
	color: #4361EE;
}

.article-nav__item.is-active {
	color: #230C11;
}

.article-nav__item.is-active:before {
	content: '';
	position: absolute;
	left: 0;
	top: 30px;
	width: 20px;
	height: 2px;
	background-color: #230C11;
}

.article-nav__item:last-child {
	border-bottom-width: 0;
}

.article-tablet__col_tablet {
	display: none;
}

@media (max-width: 991px) {
	.article-tablet__col_tablet {
		display: inline-block;
		margin-top: 9px;
	}
}

@media (max-width: 991px) {
	.article-tablet {
		font-size: 0;
		margin: 0 -18px 50px;
	}

	.article-tablet__col {
		display: inline-block;
		width: 50%;
		padding: 0 18px;
	}
}

@media (max-width: 767px) {
	.article-tablet {
		margin: 0 0 30px;
	}

	.article-tablet__col {
		display: block;
		width: auto;
		padding: 0;
	}
}

.preview {
	font-size: 0;
	margin: 0 -15px 12px;
}

@media (max-width: 767px) {
	.preview {
		margin-bottom: -12px;
	}
}

.preview__col {
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 28px;
}

@media (max-width: 767px) {
	.preview__col {
		margin-bottom: 31px;
	}
}

.preview__col_name {
	width: 100%;
}

.preview__col_age {
	min-width: 100px;
}

.preview__col_duration {
	min-width: 200px;
}

.preview__title {
	display: block;
	color: #918588;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 2px;
}

@media (max-width: 767px) {
	.preview__title {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 6px;
	}
}

.preview__text {
	display: block;
	font-size: 20px;
	line-height: 28px;
}

@media (max-width: 767px) {
	.preview__text {
		font-size: 16px;
		line-height: 20px;
	}
}

.card-mini {
	border: 1px solid #DEDBDB;
}

.card-mini-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	padding: 21px 15px 29px;
}

@media (max-width: 991px) {
	.card-mini-date {
		padding: 19px 20px 19px;
	}
}

@media (max-width: 767px) {
	.card-mini-date {
		padding: 19px 10px 18px;
	}
}

.card-mini-date__col {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
	padding: 0 15px;
}

@media (max-width: 991px) {
	.card-mini-date__col {
		padding: 0 10px;
	}
}

.card-mini-date__text {
	display: block;
	font-size: 40px;
	line-height: 48px;
	font-family: "Oranienbaum", sans-serif;
	white-space: nowrap;
}

@media (max-width: 991px) {
	.card-mini-date__text {
		font-size: 36px;
		line-height: 42px;
	}
}

@media (max-width: 767px) {
	.card-mini-date__text {
		font-size: 26px;
		line-height: 32px;
	}
}

.card-mini-date__subtext {
	display: block;
	color: rgba(35, 12, 17, 0.5);
	font-size: 16px;
	line-height: 18px;
}

@media (max-width: 767px) {
	.card-mini-date__subtext {
		font-size: 14px;
		line-height: 16px;
		margin-top: -2px;
	}
}

.card-mini-action {
	padding: 26px 30px 32px;
	border-top: 1px solid #DEDBDB;
}

@media (max-width: 991px) {
	.card-mini-action {
		padding: 21px 30px 36px;
	}
}

@media (max-width: 767px) {
	.card-mini-action {
		padding: 20px 20px 19px;
	}
}

.card-mini-action__title {
	display: block;
	color: rgba(35, 12, 17, 0.5);
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 6px;
}

@media (max-width: 991px) {
	.card-mini-action__title {
		margin-bottom: 5px;
	}
}

@media (max-width: 767px) {
	.card-mini-action__title {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 2px;
	}
}

.card-mini-action__price {
	display: block;
	color: #F32556;
	font-size: 32px;
	line-height: 40px;
	font-family: "Oranienbaum", sans-serif;
	margin-bottom: 13px;
}

@media (max-width: 991px) {
	.card-mini-action__price {
		font-size: 30px;
		margin-bottom: 16px;
	}
}

@media (max-width: 767px) {
	.card-mini-action__price {
		font-size: 24px;
		margin-bottom: 7px;
	}
}

.card-mini-select {
	position: relative;
	text-align: center;
	padding: 13px 20px 15px;
	border-top: 1px solid #DEDBDB;
}

.card-mini-select__title {
	display: inline-block;
	color: rgba(35, 12, 17, 0.5);
	font-size: 16px;
	line-height: 18px;
	cursor: pointer;
}

.card-mini-select__title:hover {
	color: #4361EE;
}

.card-mini-select__arrow {
	position: absolute;
	padding: 15px;
	top: 50%;
	z-index: 5;
	fill: #918588;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	opacity: 0.5;
}

.card-mini-select__arrow:hover {
	opacity: 1;
}

.card-mini-select__arrow div {
	overflow: hidden;
	position: relative;
	width: 70px;
	height: 16px;
}

.card-mini-select__arrow svg {
	width: 70px;
	height: 16px;
}

.card-mini-select__prev {
	left: 14px;
}

@media (max-width: 767px) {
	.card-mini-select__prev {
		left: 5px;
	}
}

.card-mini-select__next {
	right: 14px;
}

@media (max-width: 767px) {
	.card-mini-select__next {
		right: 5px;
	}
}

.card-mini-all {
	display: none;
}

.card-mini-all__list {
	position: relative;
	padding: 10px 14px;
	margin: 0;
	border-top: 1px solid #DEDBDB;
}

@media (max-width: 767px) {
	.card-mini-all__list {
		padding: 10px 5px;
	}
}

.card-mini-all__list:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 10px;
	height: 10px;
	margin: -5px;
	background-color: #FFFFFF;
	border: 1px solid #DEDBDB;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.card-mini-all__list:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 10px;
	background-color: #FFFFFF;
}

.card-mini-all__col {
	display: inline-block;
	width: 50%;
	padding: 5px 15px;
}

@media (max-width: 1229px) {
	.card-mini-all__col {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.card-mini-all__col {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.card-mini-all__col {
		width: 100%;
	}
}

.card-mini-all__item {
	display: block;
	color: rgba(35, 12, 17, 0.5);
	font-size: 16px;
	line-height: 18px;
	cursor: pointer;
}

.card-mini-all__item:hover {
	color: #f32556;
}

.card-mini-all__item.is-active {
	color: #f32556;
}

.card-mini-all__item.is-active:hover {
	color: #f32556;
}

.card-mini-all__tip {
	display: block;
	color: #230C11;
	font-size: 16px;
	line-height: 18px;
	padding: 9px 29px 19px;
	border-top: 1px solid #DEDBDB;
}

@media (max-width: 767px) {
	.card-mini-all__tip {
		padding: 9px 20px 19px;
	}
}

.card-mini__message {
	display: block;
	font-size: 32px;
	line-height: 40px;
	font-family: "Oranienbaum", sans-serif;
	text-align: center;
	padding: 33px 29px 39px;
}

@media (max-width: 1229px) {
	.card-mini__message {
		font-size: 26px;
		line-height: 32px;
	}
}

@media (max-width: 991px) {
	.card-mini__message {
		padding: 23px 15px 27px;
	}
}

@media (max-width: 767px) {
	.card-mini__message {
		font-size: 22px;
		line-height: 28px;
		padding: 19px 15px 21px;
	}
}

.card-mini__message_pink {
	color: #F32556;
}

.text-b> :first-child {
	margin-top: 0;
}

.text-b h2, .text-b2 h2 {
	font-size: 40px;
	line-height: 46px;
	font-weight: 400;
	font-family: "Oranienbaum", sans-serif;
	margin: 59px 0 25px;
}

@media (max-width: 991px) {
	.text-b h2, .text-b2 h2 {
		font-size: 34px;
		line-height: 40px;
		margin: 51px 0 19px;
	}
}

@media (max-width: 767px) {
	.text-b h2, .text-b2 h2 {
		font-size: 24px;
		line-height: 30px;
		margin: 40px 0 10px;
	}
}

.spectext.text-b, .text-b p, .spectext.text-b div, .spectext.text-b span, .history-dir__content, .history-dir__content p, .history-dir__content div {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 28px;
	color: rgba(35, 12, 17, 1);
}

@media (max-width: 767px) {
	.text-b p {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
}

.text-b p span {
	color: rgba(35, 12, 17, 0.5);
}

.text-b p+.gallery {
	margin-top: 57px;
}

@media (max-width: 991px) {
	.text-b p+.gallery {
		margin-top: 30px;
	}
}

.text-b h6 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 28px;
}

@media (max-width: 767px) {
	.text-b h6 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
}

.text-b ul {
	margin: -8px 0 30px 50px;
}

@media (max-width: 1229px) {
	.text-b ul {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.text-b ul {
		margin-bottom: 0;
	}
}

.text-b ul li {
	position: relative;
	font-size: 20px;
	line-height: 28px;
	padding-left: 50px;
	margin-bottom: 16px;
}

@media (max-width: 991px) {
	.text-b ul li {
		padding-left: 38px;
	}
}

@media (max-width: 767px) {
	.text-b ul li {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}
}

.text-b ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 16px;
	width: 20px;
	height: 2px;
	background-color: #F32556;
}

@media (max-width: 767px) {
	.text-b ul li:before {
		top: 10px;
	}
}

.text-b ul li span {
	color: rgba(35, 12, 17, 0.5);
}

.text-b-all {
	margin: 30px 0;
}

@media (max-width: 991px) {
	.text-b-all {
		margin: 20px 0;
	}
}

.text-b-all__link {
	color: #918588;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

@media (max-width: 991px) {
	.text-b-all__link {
		font-size: 14px;
		line-height: 16px;
	}
}

.text-b-all__link:hover {
	color: #4361EE;
}

.gallery {
	max-width: 770px;
	margin-bottom: 60px;
}

@media (max-width: 991px) {
	.gallery {
		margin-bottom: 51px;
	}
}

@media (max-width: 767px) {
	.gallery {
		max-width: none;
		margin-bottom: 35px;
	}
}

.gallery-main {
	overflow: hidden;
	font-size: 0;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.gallery-main {
		margin: 0 -15px;
	}
}

.gallery-main .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 46px;
	height: 46px;
	cursor: pointer;
	margin: -23px 24px;
	background-color: rgba(35, 12, 17, 0.5);
	border: 2px solid rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

@media (max-width: 767px) {
	.gallery-main .slick-arrow {
		width: 24px;
		height: 24px;
		margin: -12px 15px;
	}
}

.gallery-main .slick-arrow:hover {
	border-color: #FFFFFF;
}

.gallery-main .slick-arrow:hover svg {
	fill: #FFFFFF;
}

.gallery-main .slick-arrow svg {
	position: absolute;
	left: 50%;
	top: 50%;
	fill: rgba(255, 255, 255, 0.5);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: fill 0.2s ease;
	-o-transition: fill 0.2s ease;
	transition: fill 0.2s ease;
}

@media (max-width: 767px) {
	.gallery-main .slick-arrow svg {
		-webkit-transform: translate(-50%, -50%) scale(0.5);
		-ms-transform: translate(-50%, -50%) scale(0.5);
		transform: translate(-50%, -50%) scale(0.5);
	}
}

.gallery-main .slick-prev {
	left: 0;
}

.gallery-main .slick-next {
	right: 0;
}

.gallery-main__col {
	display: inline-block;
	width: 100%;
}

.gallery-main__item {
	overflow: hidden;
	position: relative;
	display: block;
	padding-top: 66.62337662%;
}

.gallery-main__text {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5;
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 28px;
	padding: 11px 24px;
	background-color: rgba(35, 12, 17, 0.75);
}

@media (max-width: 767px) {
	.gallery-main__text {
		font-size: 13px;
		line-height: 16px;
		padding: 7px 15px;
	}
}

.gallery-preview {
	overflow: hidden;
	white-space: nowrap;
	margin: 10px -5px 0;
}

@media (max-width: 767px) {
	.gallery-preview {
		margin: 10px -3px 0;
	}
}

.gallery-preview:before,
.gallery-preview:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 5;
	width: 5px;
	background-color: #ffffff;
}

.gallery-preview:before {
	left: 0;
}

.gallery-preview:after {
	right: 0;
}

.gallery-preview__col {
	position: relative;
	display: inline-block;
	width: 100px;
	padding: 0 5px;
	opacity: 0.5;
}

@media (max-width: 767px) {
	.gallery-preview__col {
		width: 64px;
		padding: 0 3px;
	}
}

.gallery-preview__col.is-current {
	opacity: 1;
}

.gallery-preview__col.is-current:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 5px;
	bottom: 0;
	left: 5px;
	border: 1px solid #dedbdb;
}

@media (max-width: 767px) {
	.gallery-preview__col.is-current:before {
		left: 3px;
		right: 3px;
	}
}

.gallery-preview__col.is-current:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 1px;
	right: 6px;
	bottom: 1px;
	left: 6px;
	border: 2px solid #ffffff;
}

@media (max-width: 767px) {
	.gallery-preview__col.is-current:after {
		left: 4px;
		right: 4px;
	}
}

.gallery-preview__item {
	overflow: hidden;
	position: relative;
	cursor: pointer;
	padding-top: 66.66666667%;
}

.docs {
	text-align: center;
	padding: 18px 30px 21px;
	margin: 37px 0 49px;
	border: 2px solid #EEEDED;
}

@media (max-width: 767px) {
	.docs {
		padding: 16px 15px 16px;
		margin: 30px -15px 30px;
		border-left-width: 0;
		border-right-width: 0;
	}
}

.docs__inner {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	text-align: left;
}

@media (max-width: 767px) {
	.docs__inner {
		max-width: none;
	}
}

.docs__item {
	position: relative;
	padding: 8px 0 8px 32px;
}

.docs__icon {
	position: absolute;
	left: 0;
	top: 10px;
	fill: #230C11;
}

@media (max-width: 767px) {
	.docs__icon {
		top: 4px;
	}
}

.docs__text {
	font-size: 20px;
	line-height: 28px;
}

@media (max-width: 767px) {
	.docs__text {
		font-size: 16px;
		line-height: 18px;
	}
}

.jury-l {
	margin-top: 40px;
}

@media (max-width: 767px) {
	.jury-l {
		margin-top: 20px;
	}
}

.jury-l__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 33px;
	margin: 0 -15px 40px;
}

@media (max-width: 767px) {
	.jury-l__item {
		display: block;
		padding-bottom: 0;
		margin-bottom: 30px;
	}
}

.jury-l__item:after {
	content: '';
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
	border-bottom: 1px solid #DEDBDB;
}

@media (max-width: 767px) {
	.jury-l__item:after {
		display: none;
	}
}

.jury-l__item:last-child {
	padding-bottom: 0;
	margin-bottom: 28px;
}

.jury-l__item:last-child:after {
	border-bottom-width: 0;
}

.jury-l__item.is-reverse .jury-l__col_content {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.jury-l__item.is-reverse .jury-l__col_photo {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.jury-l__col {
	display: inline-block;
	padding: 0 15px;
}

.text-b-all__link {
	cursor: pointer;
}


@media (max-width: 767px) {
	.jury-l__col {
		display: block;
	}

	.jury-l__col:first-child {
		max-width: 320px;
	}
}

.jury-l__col_content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.jury-l__photo {
	overflow: hidden;
	position: relative;
	width: 270px;
	padding-top: 92.59259259%;
}

@media (max-width: 1229px) {
	.jury-l__photo {
		width: 240px;
	}
}

@media (max-width: 767px) {
	.jury-l__photo {
		margin-bottom: 16px;
	}
}

.jury-l__title {
	display: block;
	font-size: 32px;
	line-height: 40px;
	font-family: "Oranienbaum", sans-serif;
	margin-bottom: 18px;
}

@media (max-width: 767px) {
	.jury-l__title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 14px;
	}
}

.jury-l__text {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 18px;
}

@media (max-width: 767px) {
	.jury-l__text {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 10px;
	}
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0;
	padding-top: 40px;
	margin-top: 30px;
	margin-bottom: 50px;
	border-top: 1px solid #DEDBDB;
}

@media (max-width: 991px) {
	.pagination {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.pagination {
		position: relative;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		padding-bottom: 46px;
		padding-top: 30px;
		margin-top: 30px;
		margin-bottom: 0;
	}
}

.pagination__item {
	display: inline-block;
	font-size: 32px;
	line-height: 42px;
	font-family: "Oranienbaum", sans-serif;
	margin: 0 11px;
}

@media (max-width: 991px) {
	.pagination__item {
		font-size: 28px;
		line-height: 38px;
	}
}

@media (max-width: 767px) {
	.pagination__item {
		font-size: 22px;
		line-height: 28px;
		margin: 0 8px;
	}
}

.pagination__arrow {
	display: inline-block;
	fill: #918688;
	cursor: pointer;
	padding: 10px;
	opacity: 0.6;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	margin-top: 2px;
	margin-bottom: -2px;
}

@media (max-width: 767px) {
	.pagination__arrow {
		position: absolute;
		bottom: 0;
		left: 50%;
	}
}

.pagination__arrow_prev {
	margin-left: -10px;
	margin-right: 10px;
}

@media (max-width: 767px) {
	.pagination__arrow_prev {
		margin-left: -90px;
	}
}

.pagination__arrow_next {
	margin-left: 10px;
	margin-right: -10px;
}

@media (max-width: 767px) {
	.pagination__arrow_next {
		margin-left: 0;
	}
}

.pagination__arrow:hover {
	opacity: 1;
}

.pagination__arrow.is-disabled {
	fill: #BDB6B8;
	cursor: default;
	opacity: 0.5;
}

.pagination__arrow.is-disabled:hover {
	fill: #BDB6B8;
	opacity: 0.5;
}

.event {
	font-size: 0;
	margin: 48px -15px 10px;
}

@media (max-width: 767px) {
	.event {
		margin-top: 30px;
	}
}

.event__col {
	display: inline-block;
	padding: 0 15px;
}

@media (max-width: 767px) {
	.event__col {
		display: block;
	}
}

.event__col_gallery {
	width: 66.6666%;
}

@media (max-width: 767px) {
	.event__col_gallery {
		width: auto;
	}
}

.event__col_content {
	width: 33.3333%;
}

@media (max-width: 767px) {
	.event__col_content {
		width: auto;
	}
}

.event__content {
	padding: 30px 0;
}

@media (max-width: 767px) {
	.event__content {
		padding: 0;
		margin-top: -15px;
	}
}

.event__text {
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
}

@media (max-width: 767px) {
	.event__text {
		font-size: 14px;
		line-height: 16px;
	}
}

.event__date {
	display: block;
	color: #918588;
	font-size: 18px;
	line-height: 28px;
	margin-top: 32px;
}

@media (max-width: 767px) {
	.event__date {
		font-size: 14px;
		line-height: 16px;
		margin-top: 16px;
	}
}

.cast {
	border-bottom: 1px solid #DEDBDB;
}

.cast-nav {
	position: relative;
	z-index: 5;
	margin: 37px 0 -11px;
}

@media (max-width: 991px) {
	.cast-nav {
		margin-top: 32px;
	}
}

@media (max-width: 767px) {
	.cast-nav {
		margin-top: 22px;
	}
}

.cast-group {
	margin-top: 80px;
}

@media (max-width: 991px) {
	.cast-group {
		margin-top: 60px;
	}
}

@media (max-width: 767px) {
	.cast-group {
		margin-top: 50px;
	}
}

.cast__line {
	border-top: 1px solid #DEDBDB;
}

@media (max-width: 767px) {
	.cast__line {
		border-top-width: 0;
	}
}

.cast__row {
	font-size: 0;
	margin: 0 -15px;
}

@media (max-width: 991px) {
	.cast__row {
		margin: 0 -10px;
	}
}

.cast__col {
	display: inline-block;
	width: 49%;
	padding: 34px 15px 30px;
}

@media (max-width: 991px) {
	.cast__col {
		padding: 24px 10px 20px;
	}
}

@media (max-width: 767px) {
	.cast__col {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 16px;
		border-top: 1px solid #DEDBDB;
	}
}

.cast__col_wide {
	width: 100%;
}

.cast__item {
	position: relative;
	min-height: 76px;
	font-size: 0;
	padding: 0 0 0 100px;
}

@media (max-width: 991px) {
	.cast__item {
		padding-left: 90px;
	}
}

.cast__photo {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 6px;
	display: block;
	width: 70px;
	height: 70px;
}

@media (max-width: 767px) {
	.cast__photo {
		top: 4px;
	}
}

.cast__name {
	display: block;
	font-size: 32px;
	line-height: 40px;
	font-family: "Oranienbaum", sans-serif;
}

@media (max-width: 991px) {
	.cast__name {
		font-size: 26px;
		line-height: 32px;
	}
}

@media (max-width: 767px) {
	.cast__name {
		font-size: 22px;
		line-height: 28px;
	}
}

.cast__role {
	display: block;
	color: #918588;
	font-size: 20px;
	line-height: 28px;
	margin-top: 5px;
}

@media (max-width: 991px) {
	.cast__role {
		font-size: 16px;
		line-height: 22px;
	}
}

.artists-nav {
	margin: 52px 0 48px;
}

@media (max-width: 1229px) {
	.artists-nav {
		margin: 30px 0 30px;
	}
}

.artists__list {
	font-size: 0;
	margin: 0 -15px;
}

@media (max-width: 991px) {
	.artists__list {
		margin: 0 -10px;
	}
}

.artists__col {
	display: inline-block;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 47px;
}

@media (max-width: 1229px) {
	.artists__col {
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) {
	.artists__col {
		width: 50%;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.artists__col {
		width: 100%;
	}
}

.artists__item {
	display: block;
	max-width: 270px;
}

.artists__photo {
	overflow: hidden;
	position: relative;
	display: block;
	padding-top: 100%;
	margin-bottom: 16px;
}

.artists__name {
	display: block;
	font-size: 32px;
	line-height: 40px;
	font-family: "Oranienbaum", sans-serif;
	margin-bottom: 5px;
}

@media (max-width: 991px) {
	.artists__name {
		font-size: 26px;
		line-height: 34px;
	}
}

@media (max-width: 767px) {
	.artists__name {
		font-size: 22px;
		line-height: 28px;
	}
}

.artists__role {
	display: block;
	color: #918588;
	font-size: 20px;
	line-height: 28px;
}

@media (max-width: 991px) {
	.artists__role {
		font-size: 18px;
		line-height: 22px;
	}
}

.artist {
	margin-bottom: 77px;
}

@media (max-width: 991px) {
	.artist {
		margin-bottom: 60px;
	}
}

.artist__title {
	margin: 5px 0 41px;
}

@media (max-width: 1229px) {
	.artist__title {
		margin-bottom: 31px;
	}
}

@media (max-width: 991px) {
	.artist__title {
		margin: 0 0 25px;
	}
}

.artist-intro {
	font-size: 0;
	margin: 0 -15px 60px;
}

@media (max-width: 1229px) {
	.artist-intro {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.artist-intro {
		margin-bottom: 30px;
	}
}

.artist-intro__col {
	display: inline-block;
	width: 50%;
	padding: 0 15px;
}

@media (max-width: 767px) {
	.artist-intro__col {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.spectext.text-b img {
		width: 100%;height:auto !important;
	}
}
.artist-intro__role {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 28px;
	padding-left: 50px;
	margin-bottom: 38px;
}

@media (max-width: 1229px) {
	.artist-intro__role {
		margin-bottom: 28px;
	}
}

@media (max-width: 991px) {
	.artist-intro__role {
		padding-left: 40px;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.artist-intro__role {
		font-size: 16px;
		line-height: 18px;
		padding-left: 30px;
	}
}

.artist-intro__role:before {
	content: '';
	position: absolute;
	left: 0;
	top: 15px;
	width: 20px;
	height: 2px;
	background-color: #F32556;
}

@media (max-width: 767px) {
	.artist-intro__role:before {
		top: 9px;
		width: 15px;
	}
}

.artist-photo {
	max-width: 570px;
	margin: 0 auto;
}

.artist-photo__inner {
	overflow: hidden;
	position: relative;
	padding-top: 100%;
}

.artist-about {
	font-size: 0;
	padding: 33px 0 40px;
	border-top: 1px solid #DEDBDB;
	border-bottom: 1px solid #DEDBDB;
}

@media (max-width: 1229px) {
	.artist-about {
		padding: 23px 0 30px;
	}
}

@media (max-width: 991px) {
	.artist-about {
		padding: 20px 0;
	}
}

@media (max-width: 767px) {
	.artist-about {
		margin-bottom: 30px;
	}
}

.artist-about__row {
	margin: 0 -15px -40px;
}

@media (max-width: 1229px) {
	.artist-about__row {
		margin-bottom: -20px;
	}
}

.artist-about__col {
	display: inline-block;
	width: 50%;
	padding: 0 15px;
	margin-bottom: 40px;
}

@media (max-width: 1229px) {
	.artist-about__col {
		margin-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.artist-about__col {
		width: 100%;
	}
}

.artist-about__col_wide {
	width: 100%;
}

.artist-about__title {
	display: block;
	color: #918588;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 1px;
}

.artist-about__text {
	display: block;
	font-size: 20px;
	line-height: 28px;
}

@media (max-width: 767px) {
	.artist-about__text {
		font-size: 16px;
		line-height: 18px;
	}
}

.scheme__nav {
	margin: -9px 0 50px;
}

@media (max-width: 1229px) {
	.scheme__nav {
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) {
	.scheme__nav {
		margin: 0 0 40px;
	}
}

@media (max-width: 767px) {
	.scheme__nav {
		margin: 0 0 30px;
	}
}

.scheme__intro {
	margin-bottom: 60px;
}

@media (max-width: 1229px) {
	.scheme__intro {
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) {
	.scheme__intro {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.scheme__intro {
		margin: 0 -15px 20px;
	}
}

.scheme__intro img {
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.scheme__core {
		overflow-y: auto;
		margin: 0 -15px;
	}

	.scheme__core::-webkit-scrollbar {
		display: none;
	}
}

.scheme__core img {
	display: block;
	width: 100%;
	max-width: 970px;
	height: auto;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.scheme__core img {
		width: 767px;
	}
}

.history__nav {
	margin: -9px 0 49px;
}

@media (max-width: 767px) {
	.history__nav {
		margin-bottom: 30px;
	}
}

.history-intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
	margin: 0 -15px 22px;
}

.history-intro__photo {
	display: inline-block;
	width: 66.6666%;
	padding: 0 15px;
	margin-bottom: 28px;
}

@media (max-width: 1229px) {
	.history-intro__photo {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.history-intro__photo {
		padding: 0;
	}
}

.history-intro__photo img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 770px;
	margin: 0 auto;
}

.history-intro__content {
	display: inline-block;
	width: 33.3333%;
	padding: 0 15px;
}

@media (max-width: 1229px) {
	.history-intro__content {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
	}
}

.history-stats {
	font-size: 0;
	margin: 50px -15px 30px;
}

@media (max-width: 767px) {
	.history-stats {
		margin: 30px -15px 10px;
	}
}

.history-stats__col {
	display: inline-block;
	width: 33.3333%;
	padding: 0 15px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.history-stats__col {
		padding: 0 10px;
		margin-bottom: 25px;
	}
}

@media (max-width: 575px) {
	.history-stats__col {
		width: 100%;
	}
}

.history-stats__item {
	max-width: 330px;
	text-align: center;
	margin: 0 auto;
}

.history-stats__num {
	display: block;
	color: #F32556;
	font-size: 100px;
	line-height: 75px;
	font-family: "Oranienbaum", sans-serif;
	margin-bottom: 20px;
}

@media (max-width: 1229px) {
	.history-stats__num {
		font-size: 80px;
		line-height: 60px;
	}
}

@media (max-width: 991px) {
	.history-stats__num {
		font-size: 60px;
		line-height: 50px;
	}
}

@media (max-width: 767px) {
	.history-stats__num {
		font-size: 50px;
		line-height: 40px;
	}
}

.history-stats p {
	margin: 0;
}

.history-dir__nav {
	margin: 0 0 40px;
}

.history-dir__row {
	font-size: 0;
	margin: 0 -15px;
}

.history-dir .gallery {
	margin-bottom: 28px;
}

.history-dir__slider {
	display: inline-block;
	width: 66.6666%;
	padding: 0 15px;
}

@media (max-width: 1229px) {
	.history-dir__slider {
		width: 100%;
		margin-bottom: 0;
	}
}

.history-dir__content {
	display: inline-block;
	width: 33.3333%;
	padding: 0 15px;
}

@media (max-width: 1229px) {
	.history-dir__content {
		width: 100%;
	}
}

.timeline {
	position: relative;
	margin: 46px 0 -6px;
}

@media (max-width: 767px) {
	.timeline {
		margin-top: 30px;
		margin-bottom: -30px;
	}
}

.timeline-nav {
	position: absolute;
	left: 0;
	top: -6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-family: "Oranienbaum", sans-serif;
	z-index: 10;
}

@media (max-width: 575px) {
	.timeline-nav {
		margin: 0 -10px;
	}
}

.timeline-nav__prev,
.timeline-nav__next {
	display: inline-block;
	color: #918588;
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 2px;
}

@media (max-width: 575px) {

	.timeline-nav__prev,
	.timeline-nav__next {
		display: none;
	}
}

.timeline-nav__prev {
	margin-right: 34px;
}

@media (max-width: 1229px) {
	.timeline-nav__prev {
		margin-right: 24px;
	}
}

@media (max-width: 767px) {
	.timeline-nav__prev {
		margin-right: 10px;
	}
}

.timeline-nav__next {
	margin-left: 34px;
}

@media (max-width: 1229px) {
	.timeline-nav__next {
		margin-left: 24px;
	}
}

@media (max-width: 767px) {
	.timeline-nav__next {
		margin-left: 10px;
	}
}

.timeline-nav__current {
	display: inline-block;
	font-size: 32px;
	line-height: 40px;
	margin: 0 10px;
}

.timeline-nav__arrow {
	display: inline-block;
	fill: rgba(35, 12, 17, 0.5);
	cursor: pointer;
	padding: 10px;
	margin-bottom: -2px;
	-webkit-transition: fill 0.2s ease;
	-o-transition: fill 0.2s ease;
	transition: fill 0.2s ease;
}

.timeline-nav__arrow:hover {
	fill: #230c11;
}

.timeline-nav__arrow svg {
	width: 50px;
	height: 16px;
}

@media (max-width: 767px) {
	.timeline__slider {
		margin: 0 -15px;
	}
}

.timeline__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
	margin: 0 -15px;
}

@media (max-width: 767px) {
	.timeline__row {
		margin: 0;
	}
}

.timeline__content {
	display: inline-block;
	width: 41.66666%;
	padding: 64px 15px 0;
}

@media (max-width: 1229px) {
	.timeline__content {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.timeline__content {
		padding-top: 54px;
	}
}

.timeline__photo {
	display: inline-block;
	width: 58.3333%;
	padding: 0 15px;
	margin-bottom: 28px;
}

@media (max-width: 1229px) {
	.timeline__photo {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.timeline__photo {
		padding: 0;
	}
}

.timeline__photo img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 670px;
	margin: 0 auto;
}

.vacancies {
	margin-bottom: 50px;
}

@media (max-width: 991px) {
	.vacancies {
		margin-bottom: 20px;
	}
}

.vacancies__nav {
	margin: -9px 0 33px;
}

.vacancies__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}

@media (max-width: 991px) {
	.vacancies__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.vacancies__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
}

@media (max-width: 991px) {
	.vacancies__content {
		width: 100%;
	}
}

.vacancies__contacts {
	display: inline-block;
	width: 270px;
	margin-left: 30px;
}

@media (max-width: 991px) {
	.vacancies__contacts {
		width: 100%;
		margin-left: 0;
	}
}

.vacancies-list {
	border-bottom: 1px solid #DEDBDB;
}

@media (max-width: 991px) {
	.vacancies-list {
		margin-bottom: 20px;
	}
}

.vacancies-list__subtitle {
	display: block;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 26px;
}

@media (max-width: 767px) {
	.vacancies-list__subtitle {
		font-size: 18px;
		line-height: 21px;
	}
}

.vacancies-list__item {
	padding: 20px 0 29px;
	border-top: 1px solid #DEDBDB;
}

@media (max-width: 767px) {
	.vacancies-list__item {
		padding: 16px 0 20px;
	}
}

.vacancies-list__title {
	position: relative;
	display: block;
	font-size: 32px;
	line-height: 46px;
	font-family: "Oranienbaum", sans-serif;
	cursor: pointer;
	padding-left: 70px;
}

@media (max-width: 991px) {
	.vacancies-list__title {
		font-size: 26px;
		line-height: 34px;
		padding-left: 40px;
	}
}

@media (max-width: 767px) {
	.vacancies-list__title {
		font-size: 22px;
		line-height: 28px;
	}
}

.vacancies-list__title:hover {
	color: #F32556;
}

.vacancies-list__title:before {
	content: '';
	position: absolute;
	left: 0;
	top: 23px;
	width: 30px;
	height: 2px;
	background-color: #F32556;
}

@media (max-width: 991px) {
	.vacancies-list__title:before {
		width: 20px;
		top: 17px;
	}
}

@media (max-width: 767px) {
	.vacancies-list__title:before {
		top: 12px;
	}
}

.vacancies-list__title.is-active+.vacancies-list__content {
	display: block;
}

.comments .vacancies-list__content{
    font-size: 20px;
    line-height: 28px;
}

.vacancies-list__content {
	display: none;
	margin-left: 70px;
	margin-top: 6px;
}

@media (max-width: 991px) {
	.vacancies-list__content {
		margin-left: 40px;
	}
}

.vacancies-list__content p {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.vacancies-list__content p {
		font-size: 18px;
		line-height: 21px;
	}
}

.vacancies-contacts__title {
	display: block;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 18px;
}

@media (max-width: 767px) {
	.vacancies-contacts__title {
		font-size: 18px;
		line-height: 21px;
	}
}

.vacancies-contacts p {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.vacancies-contacts p {
		font-size: 18px;
		line-height: 21px;
	}
}

.vacancies-contacts p span {
	color: #918588;
}

.contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -14px 0 50px;
}

@media (max-width: 991px) {
	.contacts {
		margin: -10px 0 20px;
	}
}

.contacts__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
}

@media (max-width: 991px) {
	.contacts__content {
		width: 100%;
		margin-bottom: 30px;
	}
}

.contacts__map {
	width: 370px;
	margin-left: 30px;
	margin-top: 7px;
}

@media (max-width: 1229px) {
	.contacts__map {
		width: 270px;
	}
}

@media (max-width: 991px) {
	.contacts__map {
		width: 100%;
		margin-left: 0;
		margin-top: 0;
	}
}

.contacts__item {
	padding: 60px 0 30px;
	border-top: 1px solid #DEDBDB;
}

@media (max-width: 991px) {
	.contacts__item {
		padding: 40px 0 20px;
	}
}

@media (max-width: 767px) {
	.contacts__item {
		padding: 30px 0 10px;
	}
}

.contacts__item:first-child {
	padding-top: 0;
	border-top-width: 0;
}

.contacts__item:last-child {
	padding-bottom: 0;
}

.contacts__title {
	display: block;
	font-size: 40px;
	line-height: 46px;
	font-family: "Oranienbaum", sans-serif;
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	.contacts__title {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.contacts__title {
		font-size: 26px;
		line-height: 32px;
		margin-bottom: 20px;
	}
}

.contacts-list {
	font-size: 0;
	margin: 0 -15px;
}

@media (max-width: 991px) {
	.contacts-list {
		margin: 0 -10px;
	}
}

.contacts-list__col {
	display: inline-block;
	width: 50%;
	padding: 0 15px;
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.contacts-list__col {
		padding: 0 10px;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.contacts-list__col {
		width: 100%;
	}
}

.contacts-list__col_wide {
	width: 100%;
}

.contacts-list__title {
	display: block;
	color: #918588;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 3px;
}

@media (max-width: 767px) {
	.contacts-list__title {
		font-size: 18px;
		line-height: 21px;
	}
}

.contacts-list p {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.contacts-list p {
		font-size: 18px;
		line-height: 21px;
	}
}

.contacts-list p span {
	color: #918588;
}

.contacts-list__text {
	display: block;
	font-size: 32px;
	line-height: 46px;
	font-family: "Oranienbaum", sans-serif;
}

@media (max-width: 991px) {
	.contacts-list__text {
		font-size: 26px;
		line-height: 32px;
	}
}

@media (max-width: 767px) {
	.contacts-list__text {
		font-size: 22px;
		line-height: 28px;
	}
}

.contacts__photo {
	display: block;
	width: 100%;
	max-width: 370px;
	height: auto;
	margin: 0 auto;
}

.guestbook {
	margin: -9px 0 0;
}

.guestbook-intro {
	padding-bottom: 10px;
	margin-bottom: 60px;
	border-bottom: 1px solid #DEDBDB;
}

@media (max-width: 991px) {
	.guestbook-intro {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.guestbook-intro {
		margin-bottom: 20px;
	}
}

.guestbook-intro__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 0;
	margin: 0 -15px;
}

@media (max-width: 767px) {
	.guestbook-intro__row {
		display: block;
	}
}

.guestbook-intro__col {
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.guestbook-intro__col {
		width: 100%;
	}
}

.guestbook-intro__text {
	display: block;
	font-size: 20px;
	line-height: 28px;
}

@media (max-width: 767px) {
	.guestbook-intro__text {
		font-size: 18px;
		line-height: 21px;
	}
}

.comments {
	margin-bottom: 60px;
}

@media (max-width: 991px) {
	.comments {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.comments {
		margin-bottom: 20px;
	}
}

.comments__title {
	display: block;
	font-size: 40px;
	line-height: 46px;
	font-family: "Oranienbaum", sans-serif;
	margin-bottom: 44px;
}

@media (max-width: 991px) {
	.comments__title {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.comments__title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}
}

.comments-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 50px 0 22px;
	border-bottom: 1px solid #DEDBDB;
}

@media (max-width: 991px) {
	.comments-list__item {
		padding-top: 30px;
		padding-bottom: 9px;
	}
}

@media (max-width: 767px) {
	.comments-list__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 20px;
		padding-bottom: 5px;
	}
}

.comments-list__item:first-child {
	padding-top: 0;
}

.comments-list__about {
	width: 270px;
	margin-right: 30px;
}

@media (max-width: 991px) {
	.comments-list__about {
		width: 210px;
		margin-right: 20px;
	}
}

@media (max-width: 767px) {
	.comments-list__about {
		width: 100%;
		margin-right: 0;
	}
}

.comments-list__content {
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.comments-list__content p {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 28px;
}

@media (max-width: 991px) {
	.comments-list__content p {
		font-size: 18px;
		line-height: 21px;
	}
}

.comments-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0;
	margin-bottom: 19px;
}

.comments-data:last-child {
	margin-bottom: 28px;
}

@media (max-width: 991px) {
	.comments-data:last-child {
		margin-bottom: 21px;
	}
}

.comments-data__icon {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 13px;
}

@media (max-width: 991px) {
	.comments-data__icon {
		margin: -2px 10px -2px 0;
	}
}

.comments-data__text {
	display: inline-block;
	color: #918588;
	font-size: 20px;
	line-height: 28px;
}

@media (max-width: 991px) {
	.comments-data__text {
		font-size: 18px;
		line-height: 21px;
	}
}

.comments-answer {
	margin: 30px 0 0 100px;
}

@media (max-width: 991px) {
	.comments-answer {
		margin: 20px 0 0 50px;
	}
}

@media (max-width: 767px) {
	.comments-answer {
		margin-left: 30px;
	}
}

.comments-answer__name {
	display: block;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	.comments-answer__name {
		font-size: 18px;
		line-height: 21px;
	}
}

.comments-answer p {
	font-style: italic;
}

.form {
	margin-bottom: 90px;
}

@media (max-width: 991px) {
	.form {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.form {
		margin-bottom: 20px;
	}
}

.form__title {
	display: block;
	font-size: 40px;
	line-height: 46px;
	font-family: "Oranienbaum", sans-serif;
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	.form__title {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.form__title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}
}

.form__subtitle {
	display: block;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.form__subtitle {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 20px;
	}
}

.form__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 300px;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.form__item {
		padding-left: 230px;
	}
}

@media (max-width: 767px) {
	.form__item {
		display: block;
		padding-left: 0;
	}
}

.form__input,
.form__textarea {
	width: 100%;
	font-size: 20px;
	padding: 12px 15px 13px;
	border: 1px solid #DEDADB;
}

@media (max-width: 991px) {

	.form__input,
	.form__textarea {
		font-size: 18px;
		padding: 10px 13px 11px;
	}
}

.form__input_captcha,
.form__textarea_captcha {
	max-width: 270px;
}

@media (max-width: 991px) {

	.form__input_captcha,
	.form__textarea_captcha {
		max-width: 170px;
	}
}

.form__input:focus,
.form__textarea:focus {
	border-color: #230C11;
}

.form__textarea {
	resize: vertical;
}

.form__label {
	position: absolute;
	left: 0;
	top: -4px;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #918588;
	height: 56px;
	font-size: 20px;
	line-height: 28px;
}

@media (max-width: 991px) {
	.form__label {
		top: 0;
		height: 42px;
		font-size: 18px;
		line-height: 21px;
	}
}

@media (max-width: 767px) {
	.form__label {
		position: static;
		height: auto;
		margin-bottom: 10px;
	}
}

.form__label span {
	display: block;
}

.form__captcha {
	display: inline-block;
	margin-right: 10px;
}

@media (max-width: 767px) {
	.form__captcha {
		margin: 0 10px 10px 0;
	}
}

.form-action {
	margin-left: 300px;
}

@media (max-width: 991px) {
	.form-action {
		margin-left: 230px;
	}
}

@media (max-width: 767px) {
	.form-action {
		margin-left: 0;
	}
}

.form-action__tip {
	display: block;
	font-size: 20px;
	line-height: 26px;
}

@media (max-width: 991px) {
	.form-action__tip {
		font-size: 18px;
		line-height: 21px;
	}
}

.form-action__btn {
	margin-top: 37px;
}

@media (max-width: 991px) {
	.form-action__btn {
		margin-top: 17px;
	}
}

.form-action__agreement {
	display: block;
	color: #918588;
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
}

@media (max-width: 991px) {
	.form-action__agreement {
		font-size: 14px;
		line-height: 18px;
	}
}

.footer {
	color: #FFFFFF;
	background-color: #1F191A;
}

.footer a {
	color: #FFFFFF;
}

.footer a:hover {
	color: #F32556;
}

.footer-main {
	font-size: 0;
	padding-top: 70px;
	padding-bottom: 23px;
	margin: 0 -15px;
}

@media (max-width: 991px) {
	.footer-main {
		padding-top: 40px;
		padding-bottom: 21px;
	}
}

@media (max-width: 767px) {
	.footer-main {
		padding-bottom: 17px;
	}
}

.footer-main__col {
	display: inline-block;
	width: 16.66666667%;
	padding: 0 15px;
}

@media (max-width: 1229px) {
	.footer-main__col {
		width: 20%;
	}
}

@media (max-width: 991px) {
	.footer-main__col {
		width: 33.3333%;
	}

	.footer-main__col:nth-child(4),
	.footer-main__col:nth-child(5) {
		display: none;
	}
}

@media (max-width: 767px) {
	.footer-main__col {
		width: 50%;
	}
}

.footer-main__title {
	display: block;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.footer-main__title_tbl {
	display: none;
}

@media (max-width: 991px) {
	.footer-main__title_tbl {
		display: block;
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.footer-main__title_tbl {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.footer-main__title {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 10px;
	}
}

.footer-main__link {
	display: block;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 9px;
}

@media (max-width: 767px) {
	.footer-main__link {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 6px;
	}
}

.footer-logo {
	display: inline-block;
	width: 25%;
	padding: 0 15px;
}

@media (max-width: 1229px) {
	.footer-logo {
		width: 20%;
	}
}

@media (max-width: 991px) {
	.footer-logo {
		width: 33.3333%;
	}
}

@media (max-width: 767px) {
	.footer-logo {
		width: 100%;
	}
}

.footer-logo__icon {
	width: 100px;
	height: 46px;
	fill: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
	margin-top: -2px;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.footer-logo__icon {
		width: 76px;
		height: 32px;
		margin-bottom: 26px;
	}
}

.footer-vision {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 19px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
	.footer-vision {
		padding: 8px 0 3px;
	}
}

@media (max-width: 767px) {
	.footer-vision {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.footer-vision__link {
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0;
	white-space: nowrap;
	padding: 10px;
}

@media (max-width: 767px) {
	.footer-vision__link {
		min-height: 32px;
		white-space: normal;
		margin: 0 -10px;
	}
}

.footer-vision__link:hover svg {
	stroke: #F32556;
}

.footer-vision__icon {
	display: inline-block;
	stroke: #FFFFFF;
	margin-right: 30px;
}

.footer-vision__text {
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.footer-vision__text {
		font-size: 14px;
		line-height: 16px;
	}
}

.footer-info {
	position: relative;
	font-size: 0;
	padding: 34px 0 27px;
	margin: 0 -15px;
}

@media (max-width: 991px) {
	.footer-info {
		padding-top: 31px;
		padding-bottom: 14px;
	}
}

@media (max-width: 767px) {
	.footer-info {
		padding-top: 25px;
		padding-bottom: 19px;
	}
}

.footer-info:before {
	content: '';
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-info__col {
	display: inline-block;
	padding: 0 15px;
}

@media (max-width: 991px) {
	.footer-info__col {
		display: block;
	}
}

.footer-info__col_nav {
	width: 75%;
}

@media (max-width: 1229px) {
	.footer-info__col_nav {
		width: 80%;
	}
}

@media (max-width: 991px) {
	.footer-info__col_nav {
		width: auto;
	}
}

.footer-info__text {
	display: block;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 13px;
}

@media (max-width: 991px) {
	.footer-info__text {
		display: inline-block;
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 15px;
	}

	.footer-info__text_author {
		margin-left: 7px;
	}
}

@media (max-width: 767px) {
	.footer-info__text {
		margin-bottom: 20px;
	}
}

.footer-info__text br {
	display: none;
}

@media (max-width: 767px) {
	.footer-info__text br {
		display: block;
	}
}

.footer-info-nav {
	font-size: 0;
	margin: 0 -15px 13px;
}

@media (max-width: 1229px) {
	.footer-info-nav {
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media (max-width: 991px) {
	.footer-info-nav {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 11px;
	}
}

@media (max-width: 767px) {
	.footer-info-nav {
		margin-bottom: 20px;
	}
}

.footer-info-nav__col {
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	padding: 0 15px;
}

@media (max-width: 1229px) {
	.footer-info-nav__col {
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	.footer-info-nav__col {
		font-size: 14px;
		line-height: 16px;
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.footer-info-nav__col {
		display: block;
		margin-bottom: 6px;
	}
}

.footer-m {
	font-size: 0;
	padding: 37px 0 10px;
	margin: 0 -15px;
}

@media (max-width: 991px) {
	.footer-m {
		padding: 25px 0 10px;
	}
}

.footer-m__col {
	display: inline-block;
	width: 25%;
	padding: 0 15px;
}

@media (max-width: 991px) {
	.footer-m__col {
		width: 33.3333%;
	}

	.footer-m__col:nth-child(4) {
		display: none;
	}
}

@media (max-width: 767px) {
	.footer-m__col {
		width: 100%;
	}
}

.footer-m a {
	color: #FFFFFF;
}

.footer-m a:hover {
	color: #F32556;
}

.footer-m__category {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.footer-m__category {
		margin-bottom: 16px;
	}
}

.footer-m__category+ul {
	margin-top: -14px;
}

@media (max-width: 991px) {
	.footer-m__category+ul {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.footer-m__category+ul {
		margin-top: -6px;
	}
}

.footer-m__list {
	margin: 0 0 30px;
}

@media (max-width: 991px) {
	.footer-m__list {
		margin-bottom: 16px;
	}
}

.footer-m__list li {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 9px;
}

.footer-m__notebook {
	display: none;
}

@media (max-width: 991px) {
	.footer-m__notebook {
		display: block;
	}
}

.footer-i {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-i__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 0;
	padding: 50px 0 40px;
	margin: 0 -15px;
}

@media (max-width: 991px) {
	.footer-i__row {
		padding: 25px 0 30px;
	}
}

@media (max-width: 767px) {
	.footer-i__row {
		display: block;
	}
}

.footer-i__tablet {
	display: none;
}

@media (max-width: 991px) {
	.footer-i__tablet {
		display: block;
	}
}

.footer-i__col {
	display: inline-block;
	width: 25%;
	padding: 0 15px;
}

@media (max-width: 991px) {
	.footer-i__col:first-child {
		display: none;
	}
}

.footer-i__col_wide {
	width: 37.5%;
}

@media (max-width: 991px) {
	.footer-i__col_wide {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.footer-i__col_wide {
		width: 100%;
	}
}

.footer-i__logo {
	width: 170px;
	height: 107px;
	margin-bottom: 4px;
}

.footer-phones {
	margin: 2px 0 -2px;
}

.footer-phones__item {
	font-size: 0;
	white-space: nowrap;
	margin-top: 22px;
}

.footer-phones__item:first-child {
	margin-top: 0;
}

@media (max-width: 767px) {
	.footer-phones__item {
		margin-top: 16px;
	}
}

.footer-phones__title {
	position: relative;
	display: inline-block;
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	padding-right: 33px;
	margin: 6px 13px 2px 0;
}

@media (max-width: 767px) {
	.footer-phones__title {
		padding-right: 26px;
		margin-right: 10px;
	}
}

.footer-phones__title:after {
	content: '';
	position: absolute;
	right: 0;
	top: 8px;
	width: 20px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
	.footer-phones__title:after {
		width: 16px;
	}
}

.footer-phones__item a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
}

.footer-phones__item a:hover {
	color: #FFFFFF !important;
}

.footer-social__list {
	font-size: 0;
	margin: 0 -15px 18px;
}

@media (max-width: 767px) {
	.footer-social__list {
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 24px;
	}
}

.footer-social__item {
	display: inline-block;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	fill: #FFFFFF;
	text-align: center;
	margin: 0 15px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

@media (max-width: 767px) {
	.footer-social__item {
		margin: 0 10px;
	}
}

.footer-social__item:hover {
	border: 1px solid #ffffff;
}

.footer-social__text {
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
}

.but_span {
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
}



.btn-secondary:hover, .btn-secondary a:hover, .btn-secondary:hover a,
.btn-secondary_filled, .btn-secondary_filled a {
	color: #FFFFFF;
	background-color: #F32556;
}

.article__col_lc span {
	font-size: 20px;
	line-height: 28px !important;
}

#specialversion2 {
	display: none;
}


.schedule-t-poster2 {
	display: none;
}

.schedule-t-date__month2 {
	display: none;
}

@media (max-width: 767px) {
	.schedule-t_poster {
		display: none;
	}

	.schedule-t_date .schedule-t-poster2 {
		display: block;
	}

	.schedule-t-date__month {
		display: none;
	}

	.schedule-t-date__month2 {
		display: inline-block;
	}
}












.head__col_title h2 {
	display: inline-block;
}

.head__col_title h1 {
	display: inline-block;
}

.head_view_checker {
	border: 1px solid #DEDBDB;
	height: 36px;
	border-radius: 4px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 11px;
	margin-left: 120px;

}

.afisha .head_view_checker {
	margin-bottom: 32px;
}

.afisha .calendar_table {
	margin-top: 40px;
}

.afisha div[data-content='calendar']>hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #dedbdb;
	line-height: 0;
	padding: 0;
	margin: 0;
}

.head_view_checker div {
	line-height: 36px;
	height: 36px;
	display: inline-block;

	cursor: pointer;
}

.more_spect {
	text-align: center;
	border-top: 1px solid #DEDBDB;
	padding-top: 30px;
}

.more_spect a {
	font-size: 22px;
}

.head_view_checker span {
	line-height: 36px;
	padding-left: 30px;
	opacity: 0.3;
	height: 36px;
	display: inline-block;
}

.head_view_checker span.active {
	opacity: 1;
}

.head_view_checker span:hover {
	opacity: 0.5;
}

.head_view_checker span.active:hover {
	opacity: 1;
	cursor: default;
}

.head_view_checker div:first-child {
	border-right: 1px solid #DEDBDB;
	padding-right: 10px;
}

.head_view_checker .list {
	background: url('/local/templates/main/img/list_icon.png') 0px 8px no-repeat;
}

.head_view_checker .calendar {
	background: url('/local/templates/main/img/calendar_icon.png') 4px 6px no-repeat;
}

.calendar_table {
	width: 100%;
}

.calendar_table td {
	width: 14.2%;
	border: 1px solid #EEEDED;
	padding: 16px;
}

.calendar_table td .schedule-t-date {
	margin-bottom: 20px;
}

.calendar_table td .schedule-t-date__day {
	font-size: 30px;
	line-height: 30px;
}

.calendar_table td .schedule-t-date__month {
	margin-top: 0;
	line-height: 13px;
	text-transform: lowercase;
}

.calendar_table td .schedule-t__title {
	font-size: 18px;
	min-height: auto;
	line-height: 22px;
}


.calendar_table td .age-limit {
	display: inline-block;
	font-size: 11px;
	line-height: 9px;
	margin-right: 10px;
	padding: 4px 4px 2px;
}

.calendar_table td .schedule-t-info__text {
	font-size: 14px;
	line-height: 17px;
}

.calendar_table td .schedule-t-info {
	margin-bottom: 10px;
}

.schedule-t-date-noactive {
	opacity: 0.5;
}

.calendar_table td hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #EEEDED;
	margin: 40px -16px 20px;
}

.calendar_table td .weekday {
	display: inline;
	opacity: 0.5;
}


.calendar_table td .btn-secondary__text {
	color: #F32556;
	/* background-color: #F32556; */
	display: block;
	font-size: 0;
	white-space: nowrap;
	cursor: pointer;
	padding: 12px 18px 10px;
	border: 1px solid #F32556;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.calendar_table td .btn-secondary__text a, .calendar_table td .btn-secondary__text span {
	font-size: 12px;
}

.calendar_table td .btn-secondary__text {
	white-space: normal;
}

.calendar_table td .btn-secondary__text:hover,
.calendar_table td .btn-secondary__text a:hover,
.calendar_table td .btn-secondary__text:hover a,
.calendar_table td .btn-secondary_filled,
.calendar_table td .btn-secondary_filled a {
	color: #FFFFFF;
	background-color: #F32556;
}

.calendar_table td .ubs-sales-unavailable,
/*.calendar_table td  .btn-secondary,*/
.calendar_table td .ubs-status-sold-out {
	border-color: #EEEDED;
	color: #EEEDED;
	background: white;
}

.calendar_table td .ubs-sales-unavailable:hover,
/*.calendar_table td  .btn-secondary:hover,*/
.calendar_table td .ubs-status-sold-out:hover {
	border-color: #EEEDED;
	color: #EEEDED;
	background: white;
}

.btn-secondary:hover, .btn-secondary a:hover, .btn-secondary:hover a, .btn-secondary_filled, .btn-secondary_filled a {
	color: #FFFFFF;
	background-color: #F32556;
}

.calendar_table td .schedule-t-date-noactive .weekday {
	opacity: 1;
}

.calendar_table td .schedule-t-date__time {
	display: block;
	color: #230c11;
	font-size: 14px;
	line-height: 16px;
	margin-top: 11px;
	float: right;
}

@media (max-width: 1100px) {
	.head_view_checker {
		margin-left: 20px;
	}
}

@media (max-width: 1023px) {
	.head_view_checker {
		display: none;
	}

	div[data-content='list'] {
		display: block !important;
	}

	div[data-content='calendar'] {
		display: none !important;
	}

}

.pushkin {
	background: no-repeat url('/local/templates/main/img/pushkin_logo.png') left bottom;
	line-height: 37px;

	height: 53px;
	display: inline-block;
	min-width: 176px;
	font-size: 10px;
	-webkit-border-radius: 4px;
	color: #24272A;
	border-radius: 4px;
	margin-top: 12px;
	text-indent: 52px;
	text-transform: uppercase;
	border: 0px solid #DEDBDB;
}

.pushkin_main {
	margin-top: 0;
	height: 43px;
	margin-left: 10px;
	line-height: 25px;
}

@media (max-width: 767px) {

	/* .pushkin{
        width: 222px;
        font-size: 14px !important;
        padding-right: 10px;
    } */
	.pushkin {
		width: 176px;
		font-size: 10px !important;
		padding-right: 10px;
	}
}

@media (max-width: 475px) {

	.pushkin {
		width: 176px;
		font-size: 10px !important;
		padding-right: 0px;
		padding-right: 10px;
		display: block;
	}
}


@media (min-width:476px) and (max-width: 767px) {

	.pushkin {
		margin-top: 0;
		height: 43px;
		margin-left: 10px;
		line-height: 25px;
	}
}


.guestbook .vacancies-list__item:first-child {
	padding-top: 29px;
	border-top: 0;
}

.header__search {
	position: absolute;
	top: 25px;
	right: 50px;
}

.header__search-span {
	cursor: pointer;

	color: white;
}

.header__search::before {
	content: url('/local/templates/main/img/loop.svg');
	margin-right: 15px;
	cursor: pointer;
}

.header__search {
	position: absolute;
	top: 20px;
	right: 33px;
}

.header__phone-mob {
	margin-top: 35px;
}

.header__search-form {
	background-color: #fff;
	height: 140px;

	align-items: center;
	position: absolute;
	width: 100%;
	z-index: 100;
	display: none;
}


.header__search-inner-form {
	height: inherit;
	display: flex;
	align-items: center;
	position: relative;
	transform: translateY(45%)
}

.header__search-form-input {
	max-width: 800px;
	flex-grow: 1;
	border-bottom: 1px solid #230C11;
	padding: 15px;
}

.header__search-form-input input {
	width: 100%;
	font-family: 'Oranienbaum';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	margin-right: 15px;
	color: #918588;
}

.header__search-start-btn {
	margin-right: 35px;
	cursor: pointer;
}

.header__search-close-btn {
	margin-left: auto;
	cursor: pointer;
}

.is-filled .header__search {
	display: none;
}

[data-count]::before {
	content: attr(data-count);
	position: absolute;
	top: 0px;
	left: 30px;

	width: 0px;
	height: 2px;
	background-color: none;
}

.vacancies-list__p {
	padding-left: 69px;
}

/* 
#title-search {
	max-width: 800px;
	flex-grow: 1;
	border-bottom: 1px solid #230C11;
	padding: 15px;
} */

#title-search-input {
	width: 100%;
	font-family: 'Oranienbaum';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	margin-right: 15px;
	color: #918588;
}

.search-title-result-item-link {
	color: #230C11;
}

.bx_item_element {
	padding: 5px 0;
}

.search-page .vacancies-list__title {
	color: #230C11;
}

.search-page .vacancies-list__title:hover {
	color: #F32556;
}

iframe.video{
	width:100% !important;
	height:400px !important;

}


@media (max-width: 460px) {
	.schedule-card-action {
		flex-direction: column-reverse;
		margin: 20px 0 20px 0;
		align-items: flex-start;
		justify-content: flex-end;
	}

	.schedule-card-action span {
		margin: 7px 0;
	}



	/* header */
	.header__row-m {
		flex-direction: row-reverse;
		justify-content: flex-end;
		align-items: center;
		height: 100px;
	}

	.header-menu {
		margin-left: -20px;
	}

	.header-logo-m {
		margin: -10px -10px 12px 20px;
	}

	/* header */

	.header-vision {
		display: none;
	}

	.header-vision.is-visible {
		display: block;
	}

	.header__phone-mob {
		margin-left: auto;
		width: 110px;
	}

	.header__phone-mob span {
		margin-left: 0;
	}

	.header-logo-m__icon {
		transform: scale(.7);
	}

	.header-logo-m {
		margin: 0;
		padding: 0;
		padding-left: 10px;
	}

	.is-filled .header__phone-mob {
		display: none;
	}

	.intro__item {
		min-height: 500px;
		max-height: 500px;
	}

	.intro__title {
		min-height: 0;
		font-size: 22px;
		line-height: 38px;
	}

	.btn-primary {
		padding: 8px 10px 8px;
	}

	.intro .slick-arrow svg {
		width: 50px;
	}

	.schedule__row {
		padding: 16px 0 31px;
	}


	/* удалил */
	.schedule-intro__stat {
		display: none;
	}

	/* удалил */

	.schedule__head {
		margin-bottom: 4px;
	}

	.schedule-card-action {
		flex-direction: column-reverse;
		margin: 0px 0 20px 0;
		align-items: flex-start;
		justify-content: flex-end;
	}

	.schedule-card-action {
		flex-direction: column;
		margin: 0px 0 20px 0;
		align-items: flex-start;
		justify-content: flex-end;
	}

	.drop__contacts span {
		font-size: 16px;
		line-height: 23px;
	}

	.drop__contacts {
		padding: 0;
		margin-top: 0;
	}

	.drop_main {
		top: 100px !important;
		min-height: calc(100% - 100px) !important;
	}

	.intro-date {
		margin-bottom: 0px;
	}

	.intro__subtitle {
		margin-bottom: 5px;
	}

	.intro-action {
		margin-top: 12px;
	}




	.header__search-form-input input {
		font-size: 18px;
		line-height: 22px;
	}

	.header__search-form-input {
		padding: 0px 5px;
		margin: 0 5px;
	}

	.header__search-start-btn {
		margin-right: 0;
	}

	.header__search-form {
		height: 100px;
	}

	.header__search-start-btn, .header__search-close-btn {
		transform: scale(.6);
	}

	.vacancies-list__p {
		padding-left: 40px;
	}

	[data-count]::before {
		content: attr(data-count);
		position: absolute;
		top: 0px;
		left: 17px;
		width: 0px;
		height: 2px;
		background-color: none;
	}

	.search-page .vacancies-list {
		border: 0;
	}

	.search-page .vacancies__content:first-child {
		border-top: 0;
	}

	#title-search-input {
		font-size: 18px;
	}

	.header__search-inner-form {
		transform: translateY(80%);
	}

	.header__search span {
		display: none;
	}

	.header__phone-mob {
		margin-top: 0;
	}

	.header__search {
		top: 35px;
		right: 130px;
	}
}