html {
	position: relative;
	font-size: 16px;
	background: #fff;
	min-width: 320px;
	overflow-x: hidden
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	background: inherit;
	color: inherit;
	color: #23356F;
	overflow-x: hidden
}

table {
	border-collapse: collapse;
	word-break: normal
}

td:not([valign]),
th:not([valign]) {
	vertical-align: top
}

:focus {
	outline: none !important
}

button,
label,
select,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	cursor: pointer
}

img {
	max-width: 100%;
	height: auto
}

input,
textarea,
select,
button {
	font-family: inherit;
	font-size: 1em
}

input:focus:-moz-placeholder {
	color: transparent
}

input:focus::-webkit-input-placeholder {
	color: transparent
}

textarea:focus:-moz-placeholder {
	color: transparent
}

textarea:focus::-webkit-input-placeholder {
	color: transparent
}

a {
	color: inherit
}

a:focus,
a:hover {
	color: inherit;
	text-decoration: underline
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 700
}

h1,
.h1 {
	font-size: 300%;
	line-height: 1
}

h2,
.h2 {
	font-size: 150%;
	line-height: 1.33
}

h3,
.h3 {
	font-size: 113%;
	line-height: 1.33
}

h4,
.h4 {
	font-size: 100%;
	line-height: 1.5
}

h5,
.h5 {
	font-size: 75%;
	line-height: 1.33
}

h6,
.h6 {
	font-size: 63%;
	line-height: 1.2
}

::-webkit-input-placeholder {
	color: #ffffff53
}

::-moz-placeholder {
	color: #ffffff53
}

:-moz-placeholder {
	color: #ffffff53
}

:-ms-input-placeholder {
	color: #ffffff53
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 6px;
	height: 6px;
	background: transparent
}

::-webkit-scrollbar-thumb {
	background: #3884E3;
	border-radius: 3px
}

html.nav_overflow,
html.modal_overflow,
html.filter_overflow {
	overflow-y: hidden
}

.input {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-weight: 400;
	font-size: 1.13rem;
	line-height: 1.56;
	font-family: inherit;
	width: 100%;
	outline: 0;
	margin: 0;
	height: 56px;
	color: inherit;
	border: 1px solid #A5B4C9;
	background: #fff;
	border-radius: 0;
	padding: 14px 16px
}

.input:not([disabled]):focus,
.input:not([disabled]):hover {
	border-color: #0B1535
}

.input[disabled] {
	opacity: .5;
	cursor: not-allowed
}

.input_error {
	border-color: #F34573
}

textarea.input {
	resize: none;
	display: block;
	height: auto
}

textarea.input:not([rows]) {
	height: 148px
}

.btn {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	position: relative;
	text-decoration: none !important;
	font-family: inherit;
	font-weight: 400;
	border: 1px solid;
	font-size: 1rem
}

.btn_primary {
	background: #3884E3;
	color: #fff !important;
	border-color: #3884E3
}

.btn_primary:not(.btn_load):hover,
.btn_primary:not(.btn_load):focus {
	background: #59A1FC;
	border-color: #59A1FC
}

.btn_secondary {
	color: inherit
}

.btn_secondary:not(.btn_load):hover,
.btn_secondary:not(.btn_load):focus {
	background: #3884E3;
	color: #fff;
	border-color: #3884E3
}

.btn_large {
	font-size: 1.13rem;
	padding: 14px 32px
}

.btn_medium {
	font-size: 1.13rem;
	padding: 10px 24px
}

.btn_small {
	padding: 8px 16px
}

.btn_full {
	width: 100%
}

.btn_load {
	color: transparent !important
}

.btn_load:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	transform: translate(-50%, -50%);
	background: url(../img/icons.svg#preloader) no-repeat center / contain
}

.btn_secondary.btn_load {
	background: #23356F
}

.btn[disabled]:not(.btn_load) {
	cursor: not-allowed;
	background: #E8F2FF !important;
	color: #A5B4C9 !important;
	border-color: transparent !important
}

.btns {
	margin: -12px;
	display: flex;
	flex-wrap: wrap
}

.btns .btn {
	margin: 12px
}

.checkbox {
	position: absolute;
	opacity: 0
}

.checkbox-label {
	position: relative;
	padding-left: 40px;
	font-size: 113%;
	margin: 0;
	cursor: pointer
}

.checkbox-label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 24px;
	height: 24px;
	border: 1px solid #A5B4C9;
	transform: translateY(-50%);
	background: #fff
}

.checkbox-label:hover:before {
	border-color: #0B1535
}

.checkbox-label:after {
	content: '';
	position: absolute;
	opacity: 0;
	left: 5px;
	top: 50%;
	width: 14px;
	height: 7px;
	border: 2px solid #fff;
	border-top: 0;
	border-right: 0;
	transform: translateY(-66%) rotate(-45deg)
}

.checkbox:checked~.checkbox-label:before {
	border-color: transparent;
	background: #2A9E84
}

.checkbox:checked~.checkbox-label:after {
	opacity: 1
}

.checkbox:checked:hover~.checkbox-label:before {
	background: #2BBA9A
}

.checkbox[disabled]~.checkbox-label:before {
	opacity: .3;
	border-color: #0B1535;
	cursor: not-allowed
}

.checkbox[disabled]:checked~.checkbox-label:before {
	background: #2A9E84
}

.form {}

.form-field {
	margin-bottom: 28px
}

.form-field_submit {
	margin-top: 40px;
	margin-bottom: 0 !important
}

.form-field-title {
	font-size: 88%;
	line-height: 1.43;
	margin-bottom: 12px
}

.form-field-required {
	color: #F34573
}

.form-field-input {}

.form-field-text {
	font-size: 88%;
	line-height: 1.43;
	margin-top: 8px
}

.form-field-error {
	color: #F34573;
	font-size: 88%;
	line-height: 1.43;
	margin-top: 8px
}

.form-field-error:empty {
	display: none
}

.form-errors {
	margin: 1em 0
}

.text {}

.text table {
	border-collapse: collapse;
	margin-bottom: 1em
}

.text hr {
	border: 0;
	border-top: 1px solid;
	margin: 2em 0;
	color: #A5B4C9
}

.text p,
.text blockquote,
.text ol,
.text ul,
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6,
.text table {
	margin-top: 1em
}

.text> :first-child,
.text td> :first-child,
.text blockquote> :first-child {
	margin-top: 0
}

.text> :last-child,
.text td> :last-child,
.text blockquote> :last-child {
	margin-bottom: 0
}

.text td p,
.text th p,
.text ul p,
.text ol p {
	margin-bottom: .5em
}

.text ul {
	list-style: none
}

.text ul>li {
	padding-left: 2em;
	position: relative;
	margin-bottom: 1em
}

.text ul>li:before {
	content: '';
	display: block;
	border: .5em solid;
	left: .5em;
	top: calc(1em * 1.5 / 2 - .5em);
	transform: scale(.4);
	position: absolute;
	border-radius: 100%
}

.text ol {
	counter-reset: ol;
	list-style: none
}

.text ol>li {
	padding-left: 2em;
	position: relative;
	margin-bottom: 1em
}

.text ol>li:before {
	content: counter(ol)".";
	counter-increment: ol;
	left: 0;
	position: absolute
}

.text blockquote {
	background: #23356f0a;
	border-left: 4px solid #0b1535;
	padding: 1.5em
}

.text img[align=left],
.text img[align=right] {
	margin-bottom: 1em
}

.text img[align=left] {
	margin-right: 1em
}

.text img[align=right] {
	margin-left: 1em
}

.text a {
	text-decoration: underline
}

.text a:hover,
.text a:focus {
	text-decoration: none
}

.table_responsive {
	overflow-x: auto
}

img.lazy {
	opacity: 0;
	transform-style: preserve-3d;
	transition: opacity .1s ease
}

img.lazy.loaded {
	opacity: 1
}

.social {
	display: flex;
	flex-wrap: wrap;
	margin: -8px
}

.social-item {
	display: block;
	text-indent: -99999px;
	font-size: 0;
	color: transparent;
	width: 40px;
	height: 40px;
	margin: 8px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}

.social-item_tg {
	background-image: url(../img/icons.svg#tg)
}

.social-item_vk {
	background-image: url(../img/icons.svg#vk)
}

.social-item_ok {
	background-image: url(../img/icons.svg#ok)
}

.social-item_yt {
	background-image: url(../img/icons.svg#yt)
}

.social_small .social-item {
	width: 24px;
	height: 24px
}

.social_dark .social-item_tg {
	background-image: url(../img/icons.svg#tg_dark)
}

.social_dark .social-item_vk {
	background-image: url(../img/icons.svg#vk_dark)
}

.social_dark .social-item_ok {
	background-image: url(../img/icons.svg#ok_dark)
}

.social_dark .social-item_yt {
	background-image: url(../img/icons.svg#yt_dark)
}

.social-item_tg:hover,
.social-item_tg:focus {
	background-image: url(../img/icons.svg#tg_mono)
}

.social-item_vk:hover,
.social-item_vk:focus {
	background-image: url(../img/icons.svg#vk_mono)
}

.social-item_ok:hover,
.social-item_ok:focus {
	background-image: url(../img/icons.svg#ok_mono)
}

.social-item_yt:hover,
.social-item_yt:focus {
	background-image: url(../img/icons.svg#yt_mono)
}

.tags {
	display: flex;
	flex-wrap: wrap;
	margin: -4px
}

.tags-item {
	display: block;
	padding: 6px 16px;
	background: #E8F2FF;
	color: #23356F !important;
	text-decoration: none !important;
	margin: 4px;
	font-size: .88rem;
	font-weight: 700;
	line-height: 1.421;
	border-radius: 16px
}

.tags-item_red {
	background: #F34573;
	color: #fff !important
}

.tags_list {
	display: block
}

.tags_list .tags-item {
	display: inline-block
}

.section {
	margin-top: 80px
}

.section-title {
	font-size: 300%;
	line-height: 1.33;
	font-weight: 700;
	margin-bottom: 1em
}

.header {
	position: relative;
	z-index: 900
}

.header-top {
	background: #3884E3;
	padding: 10px 0
}

.header-special {
	font-size: 113%;
	line-height: 1.56;
	color: #fff !important
}

.header-main {
	background: #0B1535;
	color: #fff;
	padding: 1.5em 0;
	position: relative
}

.header-main.active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000
}

.header-main-dummy {}

.header-logo {}

.header-logo-img {
	display: block
}

.header-phone {
	font-weight: 700;
	font-size: 125%;
	line-height: 1.6
}

.header-call_search {
	display: block;
	width: 48px;
	height: 48px;
	cursor: pointer;
	border-radius: 100%;
	background: #23356F;
	position: relative;
	text-indent: -99999px;
	font-size: 0;
	color: transparent
}

.header-call_search:hover,
.header-call_search:focus {
	background: #3C4F90
}

.header-call_search:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	transform: translate(-50%, -50%);
	background: url(../img/icons.svg#search) no-repeat center / contain
}

.header-main-col_logo {
	max-width: 376px
}

.header-main-col_nav {
	position: relative
}

.header-search {
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 0;
	right: -68px;
	transform: translateY(-50%);
	z-index: 1
}

.header-search:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 15px;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	background: url(../img/icons.svg#search) no-repeat center / contain
}

.header-search.active {
	visibility: visible
}

.header-search-input {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #fff;
	height: 48px;
	width: 100%;
	background: #3C4F91;
	border-radius: 68px;
	padding: 12px 12px 12px 56px;
	border: 0
}

.header-search-input:focus {
	background: #23356F
}

.quick_search {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	background: #0B1535;
	color: #fff;
	padding: 1em 0 2.5em
}

.quick_search.active {
	display: block
}

.quick_search-inner {
	overflow-y: auto
}

.quick_search-title {
	opacity: .3;
	margin-bottom: 1.5em
}

.quick_search-items {}

.quick_search-items-item {
	margin: .5em 0
}

.quick_search-items-item-link {
	display: block;
	text-decoration: none !important;
	padding: 8px 16px 8px 72px;
	position: relative;
	font-size: 113%;
	line-height: 1.56
}

.quick_search-items-item-link:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 16px;
	width: 32px;
	height: 2px;
	transform: translateY(-50%);
	background: #3C4F91
}

.quick_search-items-item-link:hover {
	background: #23356F
}

.quick_search-all {
	margin-top: 1.5em
}

.nav {}

.nav-inner {}

.nav-main {}

.nav-burger {
	display: block;
	width: 32px;
	color: #fff
}

.nav-burger-line {
	display: block;
	border-top: 3px solid;
	margin: 8px 0;
	position: relative
}

.nav-burger-line,
.nav-burger-line:after,
.nav-burger-line:before {
	transition-property: opacity, left, right, top, bottom, transform, border-color;
	transition-duration: .3s
}

.nav-burger-line_2:after,
.nav-burger-line_2:before {
	content: '';
	position: absolute;
	opacity: 0;
	width: 100%;
	border-top: 3px solid;
	top: -3px
}

.nav-burger.active {}

.nav-burger.active .nav-burger-line_1,
.nav-burger.active .nav-burger-line_3 {
	opacity: 0
}

.nav-burger.active .nav-burger-line_2 {
	border-color: transparent
}

.nav-burger.active .nav-burger-line_2:before,
.nav-burger.active .nav-burger-line_2:after {
	opacity: 1
}

.nav-burger.active .nav-burger-line_2:before {
	transform: rotate(45deg)
}

.nav-burger.active .nav-burger-line_2:after {
	transform: rotate(-45deg)
}

.nav-contact {
	margin-bottom: 32px
}

.nav-contact-title {
	color: #A5B4C9;
	margin-bottom: 8px
}

.nav-main-title,
.nav-level_2-item_title {
	margin-bottom: 40px !important
}

.nav-main-title,
.nav-level_2-item-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25
}

.nav-level_2-item-title {
	display: inline-block;
	position: relative;
	padding-left: 44px
}

.nav-level_2-item-title:after {
	content: '';
	position: absolute;
	width: 13px;
	height: 23px;
	top: 50%;
	left: 8px;
	transform: translateY(-50%) rotate(180deg);
	background: url(../img/icons.svg#slider_arrow) no-repeat center / contain
}

.slider {
	background: #0B1535;
	color: #fff
}

.slider-item {
	position: relative;
	overflow: hidden
}

.slider-item:not(.slider-item_no_shadow):after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1100px;
	height: 1100px;
	background: radial-gradient(50% 50% at 50% 50%, #0B1535 0%, rgba(11, 21, 53, 0) 100%)
}

.slider-item_first:after {
	width: 766px;
	height: 766px
}

.slider-item-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1
}

.slider-item-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 584px;
	position: relative;
	z-index: 3;
	padding: 50px 0 65px
}

.slider-item-content {
	text-align: center;
	padding: 0 60px
}

.slider-item-tags {
	margin-bottom: 24px
}

.slider-item-title {
	font-size: 400%;
	line-height: 1.2;
	font-weight: 700
}

.slider-item-anounce {
	margin-top: 1em
}

.slider-item-buttons {
	margin-top: 40px
}

.owl-arrows {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 100%
}

.owl-arrows-inner {
	position: relative
}

.owl-arrows-item {
	position: absolute;
	top: 50%;
	background: #3884E3;
	opacity: 0.8;
	cursor: pointer;
	box-shadow: 0 15px 30px rgba(69, 83, 98, 0.24);
	width: 100px;
	height: 100px;
	border-radius: 100%
}

.owl-arrows-item:after {
	content: '';
	position: absolute;
	width: 22px;
	height: 38px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../img/icons.svg#slider_arrow) no-repeat center / contain
}

.owl-arrows-item_prev {
	left: -50px;
	transform: translateY(-50%) rotate(180deg)
}

.owl-arrows-item_next {
	right: -50px;
	transform: translateY(-50%)
}

.owl-arrows-item:hover,
.owl-arrows-item.active {
	opacity: 1
}

.owl-dots {
	position: absolute;
	bottom: 38px;
	left: 0;
	width: 100%;
	display: flex;
	z-index: 2;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none
}

.owl-dots.disabled {
	visibility: hidden
}

.owl-dots .owl-dot {
	background: #fff;
	width: 64px;
	height: 4px;
	margin: 2px 12px;
	display: block;
	border: 0;
	border-radius: 0
}

.owl-dots .owl-dot.active {
	background: #3884E3
}

.owl-outer {
	position: relative
}

.gosuslugi {
	background: #0B1535;
	color: #fff;
	padding: 32px 0
}

.gosuslugi-logo {
	display: block
}

.info {}

.info-item {
	display: flex;
	align-items: center
}

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

.partners {}

.partners-item {
	display: flex;
	align-items: center;
	height: 118px
}

.partners-item-img {
	display: block
}

.owl-carousel_visible .owl-stage-outer {
	overflow: visible
}

.main {
	padding-top: 48px
}

.main-h1 {
	font-size: 300%;
	line-height: 1.33;
	margin-bottom: 48px
}

.filter {
	padding-bottom: 24px;
	border-bottom: 1px solid #D0DCEC;
	position: relative;
	z-index: 10
}

.filter-outer {
	position: static
}

.filter-inner {
	display: flex;
	flex-wrap: wrap;
	column-gap: 32px
}

.filter-section {
	position: relative
}

.filter-section-title {
	position: relative;
	cursor: pointer;
	font-size: 113%;
	padding-right: 40px;
	line-height: 1.56
}

.filter-section-arrow {
	position: absolute;
	right: 2px;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	transform: rotate(-45deg)
}

.filter-section-arrow:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid;
	border-top: none;
	border-right: none
}

.filter-section-title:hover {
	color: #3884E3
}

.filter-top {
	display: none
}

.filter-reset {
	display: none
}

.filter-reset.active {
	display: block
}

.filter-reset-button {
	font-size: 113%;
	color: #F34573;
	cursor: pointer
}

.filter-submit {
	display: none
}

.filter-pushkin {
	display: flex;
	flex: 1 0 auto;
	justify-content: flex-end;
	order: 999
}

.filter-panel {
	display: none;
	justify-content: space-between;
	font-size: 113%;
	line-height: 1.56
}

.filter-panel-open {
	display: flex;
	align-items: center;
	padding-left: 40px;
	position: relative
}

.filter-panel-open:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/icons.svg#filter) no-repeat center / contain
}

.filter-panel-cnt {
	display: block;
	margin-left: 8px;
	min-width: 28px;
	line-height: 28px;
	font-size: 88%;
	padding: 0 5px;
	color: #fff;
	font-weight: 700;
	background: #3884E3;
	border-radius: 100%;
	text-align: center
}

.filter-panel-cnt:empty {
	display: none
}

.filter-panel-sort {
	display: block;
	padding-right: 40px;
	position: relative
}

.filter-panel-sort:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/icons.svg#sort) no-repeat center / contain
}

.filter-panel-sort-select {
	opacity: 0;
	position: absolute;
	right: 0;
	left: 0
}

.events {}

.events-items {}

.events-item {
	padding-bottom: 2.5em;
	margin: 2em 0 2.5em;
	border-bottom: 1px solid #D0DCEC
}

.events-item-left {}

.events-item-date {
	font-size: 250%;
	font-weight: 700;
	line-height: 1.4
}

.events-item-day {
	color: #A5B4C9;
	font-size: 88%;
	line-height: 1.43;
	margin-top: 5px
}

.events-item-content {
	max-width: 494px
}

.events-item-title {
	font-size: 200%;
	font-weight: 700;
	line-height: 1.25
}

.events-item-anounce {
	margin-top: 1em
}

.events-item-tags {
	margin-top: 2em
}

.events-item-pushkin {
	margin-top: 1em
}

.events-item-btn {
	margin-top: 2em
}

.events-item-right {
	max-width: 387px
}

.events-item-img {
	display: block
}

.tickets {}

.tickets-item {
	padding-bottom: 2.5em;
	margin: 2em 0 2.5em;
	border-bottom: 1px solid #D0DCEC
}

.tickets-item-title {
	font-size: 200%;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 16px
}

.tickets-item-text {
	margin-top: 1em
}

.tickets-item-btn {
	margin-top: 1em
}

.tickets-item-picture {
	max-width: 640px
}

.tickets-item-img {
	display: block
}

.tickets-item-events {
	margin: 1.5em 0
}

.tickets-item-events-item {
	margin: .5em 0;
	font-size: 88%
}

.tickets-item-events-item-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-decoration: none !important
}

.tickets-item-events-item-inner:hover,
.tickets-item-events-item-inner:focus {
	text-decoration: underline !important
}

.tickets-item-events-item-inner:hover .tickets-item-events-item-date,
.tickets-item-events-item-inner:focus .tickets-item-events-item-date,
.tickets-item-events-item-inner:hover .tickets-item-events-item-day,
.tickets-item-events-item-inner:focus .tickets-item-events-item-day {
	color: inherit
}

.tickets-item-events-item-left {
	min-width: 220px;
	display: flex
}

.tickets-item-events-item-date {
	color: #3884e3
}

.tickets-item-events-item-day {
	color: #A5B4C9
}

.tickets-item-events-item-title {}

.collectives {}

.collectives-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: #0B1535;
	position: relative;
	margin-bottom: 2.5em;
	min-height: 360px;
	color: #fff !important;
	text-decoration: none !important
}

.collectives-item-outer {
	background: linear-gradient(180deg, rgba(11, 21, 53, 0) 0%, #0B1535 100%);
	padding: 2em;
	position: relative;
	width: 100%;
	height: 100%
}

.collectives-item-inner {
	max-width: 358px
}

.collectives-item-img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.collectives-item-title {
	font-size: 200%;
	font-weight: 700;
	line-height: 1.25
}

.collectives-item-anounce {
	margin-top: .89em;
	font-size: 113%;
	line-height: 1.56
}

.news {}

.news-item {
	display: flex;
	flex-direction: column;
	padding: 2em;
	border: 1px solid;
	text-decoration: none !important;
	min-height: 480px;
	border-color: #A5B4C9;
	background: #fff;
	margin-bottom: 40px
}

.news-item:hover,
.news-item:focus {
	color: #fff;
	background: #3884E3;
	border-color: #3884E3;
	box-shadow: 0 40px 80px rgba(35, 53, 111, 0.4)
}

.news-item-title {
	flex: 1 0 auto;
	font-size: 150%;
	font-weight: 700
}

.news-item-date {
	margin-top: 40px
}

.news_main {}

.news_main-item {}

.contacts {}

.contacts-address_first {
	font-size: 200%;
	font-weight: 700;
	line-height: 1.25
}

.contacts-address_post {
	margin-top: 16px;
	font-size: 113%;
	line-height: 1.56
}

.contacts-generals {
	font-size: 113%;
	line-height: 1.56;
	margin-top: 16px
}

.contacts-generals-item-value {
	font-weight: 700
}

.contacts-generals-item-value+.contacts-generals-item-value {
	margin-top: 4px
}

.contacts-generals-item-hint {
	font-size: 78%;
	color: #A5B4C9;
	margin-top: 4px
}

.contacts-title {
	font-size: 150%;
	line-height: 1.33;
	font-weight: 700;
	margin-bottom: 40px
}

.contacts-short {}

.contacts-short-title {
	font-size: 113%;
	line-height: 1.56;
	margin-bottom: 16px
}

.contacts-short-value {
	font-size: 150%;
	font-weight: 700;
	line-height: 1.33
}

/* .contacts-write_us{margin-top:64px} */
.contacts-write_us {
	margin-top: 40px
}

.contacts-map {
	position: relative;
	height: 600px;
	margin: 72px 0 80px
}

.contacts-map-inner {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100vw;
	left: calc(50% - 100vw / 2)
}

.contacts-map-tmp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.contacts-item {
	margin-bottom: 56px
}

.contacts-item-title {
	font-size: 113%;
	line-height: 1.56;
	margin-bottom: 8px
}

.contacts-item-name {
	font-size: 150%;
	font-weight: 700;
	margin-bottom: 24px
}

.contacts-item-elem {
	font-size: 113%;
	line-height: 1.56;
	margin: 8px 0;
	display: flex;
	flex-wrap: wrap
}

.contacts-item-elem-title {
	min-width: 136px;
	padding-right: 8px
}

.contacts-item-elem-value {
	font-weight: 700
}

.contacts-feedback {}

.contacts-feedback-title {
	font-size: 250%;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 40px
}

.event-main {
	min-height: 683px;
	background: #0B1535;
	padding: 48px 0;
	position: relative;
	z-index: 1;
	color: #fff
}

.event-main-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: -2;
	filter: opacity(0.4)
}

.event-main:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 170px;
	width: 100%;
	z-index: -1;
	background: linear-gradient(180deg, #0B1535 0%, rgba(11, 21, 53, 0) 100%)
}

.event-main-tags {
	margin-bottom: 24px
}

.event-main-title {
	font-size: 400%;
	line-height: 1;
	font-weight: 700
}

.event-main-anounce {
	margin-top: 1em
}

.event-main-buttons {
	margin-top: 40px
}

.event-bs {
	position: relative;
	background: #23356F;
	padding: 32px 426px 32px 128px;
	color: #fff;
	font-weight: 700;
	font-size: 150%;
	margin-bottom: 80px
}

.event-bs:before {
	content: '';
	position: absolute;
	width: 128px;
	height: 128px;
	bottom: 0;
	left: 0;
	background: url(../img/icons.svg#pushkin_fig) no-repeat center / contain
}

.event-bs:after {
	content: '';
	position: absolute;
	width: 236px;
	height: 115px;
	bottom: 0;
	right: 74px;
	background: url(../img/pushkins-heads.png) no-repeat center / contain
}

.event-text {
	font-size: 113%
}

.event-info {
	border: 1px solid #A5B4C9;
	padding: 2em
}

.event-info-item {
	margin-bottom: 1.5em
}

.event-info-item-title {
	color: #A5B4C9;
	font-size: 88%;
	line-height: 1.43;
	margin-bottom: 4px
}

.event-info-item-value {
	font-size: 113%;
	font-weight: 700;
	line-height: 1.56
}

.event-info-item-link {
	margin-top: 4px;
	color: #3884E3
}

.event-info-item-button {}

.event-collective {
	margin-top: 40px
}

.event-others {}

.event-others-title {}

.event-item {
	display: block;
	width: 387px;
	max-width: calc(100vw - 40px);
	background: #23356F;
	text-decoration: none !important;
	color: #fff !important;
	position: relative;
	z-index: 1
}

.event-item:hover,
.event-item:focus {
	box-shadow: 0 40px 80px rgba(35, 53, 111, 0.4)
}

.event-item:hover .event-item-img,
.event-item:focus .event-item-img {
	filter: opacity(.3)
}

.event-item-img {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.event-item-inner {
	min-height: 520px;
	display: flex;
	flex-direction: column;
	padding: 2em;
	background: linear-gradient(180deg, rgba(11, 21, 53, 0) 29%, #0B1535 100%)
}

.event-item-tags {
	flex: 1 0 auto
}

.event-item-content {
	margin-top: 1em
}

.event-item-title {
	font-size: 200%;
	font-weight: 700;
	line-height: 1.25
}

.event-item-anounce {
	margin-top: 1em
}

.event-item-date {
	margin-top: 16px;
	color: #A5B4C9;
	font-size: 88%;
	line-height: 1.56
}

.path {
	color: #A5B4C9;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: .88rem;
	margin-bottom: 24px
}

.path_line {
	margin-bottom: 0 !important
}

.path-home {
	width: 18px;
	height: 18px;
	background: url(../img/icons.svg#path) no-repeat center / contain;
	margin-right: 12px;
	font-size: 0
}

.path-item {
	margin: 0 12px
}

.path_white {
	color: #A5B4C9
}

.path_white .path-home {
	background-image: url(../img/icons.svg#path_white)
}

.hall {}

.hall-date {
	margin-bottom: 2em
}

.hall-info {
	border: 1px solid #A5B4C9;
	padding: 1.5em
}

.hall-info-title {
	font-weight: 700;
	margin-bottom: 1em
}

.hall-info-text {
	font-size: 88%;
	line-height: 1.56
}

.hall-marks {
	margin: 2em 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	column-gap: 8px;
	row-gap: 8px
}

.hall-marks-item {
	font-size: 88%;
	display: flex;
	align-items: center;
	line-height: 1.43;
	padding: 8px 16px 8px 10px;
	border-radius: 32px
}

.hall-marks-item-round {
	width: 16px;
	height: 16px;
	border-radius: 100%;
	display: block;
	margin-right: 12px
}

.hall-table {
	margin-top: 40px;
	overflow-x: auto
}

.hall-table.active {
	opacity: .5;
	pointer-events: none
}

.hall-table-u,
.hall-table-l,
.hall-table-a,
.hall-table-b,
.hall-table-d {
	line-height: 28px;
	min-width: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #000;
	font-weight: 700;
	cursor: default;
	border: 1px solid #2a2a2a33
}

.hall-table-u {
	border: 0
}

.hall-table-l {
	opacity: .2
}

.hall-table-a {
	cursor: pointer;
	color: #fff
}

.hall-table-a:hover,
.hall-table-a.active {
	background-color: #000 !important
}

.hall-table-scene {
	text-align: center;
	margin-top: 1em;
	font-size: 150%;
	font-weight: 700
}

.hall-places {
	background: #fff;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	position: fixed;
	z-index: 100;
	left: 0;
	width: 100%;
	bottom: 0;
	box-shadow: 0 0 40px #0b153525
}

.hall-places-item {
	padding: 18px 24px;
	font-size: 88%;
	line-height: 1.43;
	position: relative;
	border: 1px solid #D9D9D9;
	cursor: pointer;
	margin: -1px -1px -1px 0
}

.hall-places-item:hover {
	border-color: #23356F;
	z-index: 1
}

.hall-places-item:hover .hall-places-item-delete {
	display: block
}

.hall-places-item-title {
	font-weight: 700;
	margin-bottom: 4px;
	white-space: nowrap
}

.hall-places-item-info {
	display: flex
}

.hall-places-item-price {
	margin-right: 12px;
	white-space: nowrap
}

.hall-places-item-type {
	color: #A5B4C9;
	white-space: nowrap
}

.hall-places-item-delete {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: #23356F;
	color: #fff;
	transform: translate(50%, -50%)
}

.hall-places-item-delete:before,
.hall-places-item-delete:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 66%;
	border-top: 2px solid
}

.hall-places-item-delete:before {
	transform: translate(-50%, -50%) rotate(45deg)
}

.hall-places-item-delete:after {
	transform: translate(-50%, -50%) rotate(135deg)
}

.hall-places-total {
	padding: 15px 0
}

.hall-places-total-left {
	text-align: right;
	margin-right: 32px;
	font-weight: 700
}

.hall-places-qnt {
	font-size: 75%;
	line-height: 1.33
}

.hall-places-summ {
	font-size: 125%;
	line-height: 1.6
}

.hall-places-warning {
	text-align: center;
	padding: 10px 0;
	font-size: 88%;
	color: #d70000
}

.hall-places-warning:empty {
	display: none
}

.order {}

.order-section {}

.order-section-title {
	font-weight: 700;
	font-size: 150%;
	margin-bottom: 40px
}

.order-info {
	padding: 16px 24px;
	margin-bottom: 40px;
	border: 1px solid #A5B4C9;
	font-size: 113%
}

.order-info table {
	width: 100%
}

.order-info table td,
.order-info table th {
	padding-top: 8px;
	padding-bottom: 8px
}

/* .order-info table th{text-align:inherit; color:#A5B4C9; padding-right:40px; font-weight:400} */
.order-info table th {
	text-align: inherit;
	color: #23356F;
	padding-right: 40px;
	font-weight: 400
}

.order-info-place {
	display: flex
}

.order-info-place-left {
	display: flex;
	flex: 1 0 auto
}

.order-info-place-data {
	margin-right: 16px
}

/* .order-info-place-type{color:#A5B4C9} */
.order-info-place-type {
	color: #23356F
}

.order-info-place-price {}

.order-text {}

.order-end {
	margin-bottom: 80px
}

.order-end-title {
	font-weight: 700;
	font-size: 250%;
	line-height: 1.4
}

.order-end-text {
	margin-top: 1em;
	font-size: 113%;
	line-height: 1.56
}

.order-end-btn {
	margin-top: 2em
}

.new {}

.new-date {
	margin-bottom: 80px
}

.new-picture {
	margin-bottom: 48px
}

.new-text {}

.projects {}

.projects-section {
	margin-bottom: 48px
}

.projects-section-title {
	font-size: 250%;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 48px
}

.projects-item {
	margin-bottom: 48px;
	display: block;
	text-decoration: none !important
}

.projects-item-picture {
	margin-bottom: 32px
}

.projects-item-picture-img {
	display: block;
	object-fit: contain;
	width: 100%
}

.projects-item-title {
	font-size: 150%;
	line-height: 1.33;
	font-weight: 700
}

.project {}

.project-tabs {
	margin-bottom: 64px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 15px;
	border-bottom: 1px solid #A5B4C9
}

.project-tabs-item {
	display: block;
	font-size: 150%;
	font-weight: 700;
	text-decoration: none !important;
	padding-bottom: 16px;
	border-bottom: 4px solid transparent
}

.project-tabs-item:hover,
.project-tabs-item:focus {
	color: #3884E3
}

.project-tabs-item.active {
	color: #3884E3;
	border-bottom-color: #3884E3
}

.project-contents {
	margin-top: 64px
}

.project-contents-item {
	display: none
}

.project-contents-item.active {
	display: block
}

.photos {
	margin-bottom: 40px
}

.photos-title {
	margin-bottom: 1em;
	font-weight: 700;
	font-size: 200%
}

.photos-item {
	margin-bottom: 40px
}

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

.photos-item-title {
	margin-top: 1em
}

.p60_gallery {
	margin-bottom: 60px
}

.p60_gallery-title {
	font-weight: 700;
	font-size: 250%;
	margin-bottom: 48px;
	margin-top: 80px
}

.p60_gallery-elements {
	display: flex;
	flex-wrap: wrap;
	margin: -20px -24px
}

.p60_gallery-elements-item {
	flex: 0 0 33.3333%;
	padding: 20px 24px
}

.p60_gallery-elements-item-title {
	text-align: center
}

.p60_gallery-elements-item-picture-img {
	display: block;
	width: 100%
}

.p60_gallery-elements-item-rating {
	margin-top: 24px;
	font-size: 125%;
	font-weight: 700
}

.p60_gallery-elements-item-rating-action {
	cursor: pointer
}

.p60_gallery-elements-item-rating-action._disabled {
	cursor: default
}

.p60_gallery-elements-item-rating-btn {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url(../img/icons.svg#heart) no-repeat center / contain
}

.collective {}

.collective-gallery {
	margin-bottom: 80px
}

.diplomes {}

.diplomes-section {
	margin-bottom: 2em
}

.diplomes-section-title {
	font-weight: 700;
	font-size: 200%;
	margin-bottom: 1em
}

.diplomes-inner {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px
}

.diplomes-item {}

.diplomes-item-img {
	display: block
}

.video {}

.video-item {
	margin-bottom: 30px;
	position: relative
}

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

.video-item-play {
	position: absolute;
	transition: all .4s;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90px;
	height: 45px;
	color: #fff;
	border: 1px solid;
	background-color: rgba(43, 51, 63, .7);
	border-radius: 8px
}

.video-item-play:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	border: 8px solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right: none;
	border-left-width: 12px;
	transform: translate(-33%, -50%)
}

.video-item-link:hover .video-item-play {
	background-color: rgba(115, 133, 159, .5)
}

.video-item .video-js {
	width: 100%;
	padding-bottom: 75%
}

.dirigers {
	margin-bottom: 80px
}

.dirigers-item {
	margin-bottom: 40px
}

.dirigers-item-picture {
	margin-bottom: 24px
}

.dirigers-item-picture-img {
	display: block;
	border-radius: 100%
}

.dirigers-item-title {
	font-weight: 700;
	font-size: 200%;
	line-height: 1.25
}

.dirigers-item-text {
	margin-top: 1em;
	font-size: 113%;
	line-height: 1.56
}

.search {}

.search-form {
	margin-bottom: 48px;
	position: relative
}

.search-form:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 19px;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	background: url(../img/icons.svg#search_black) no-repeat center / contain
}

.search-form-input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #E8F2FF;
	height: 56px;
	border-radius: 0;
	border: 0;
	width: 100%;
	padding: 14px 24px 14px 64px;
	font-size: 18px;
	color: #23356F
}

.search-results {}

.search-results-item {
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #A5B4C9
}

.search-results-item-title {
	font-size: 150%;
	font-weight: 700;
	margin-bottom: 16px
}

.search-results-item-anounce {
	font-size: 113%;
	margin-bottom: 32px
}

.search-results-item-date {}

.search-results-item-path {}

.footer {
	border-top: 1px solid #D0DCEC;
	margin-top: 120px;
	padding-bottom: 40px
}

.footer-section {
	margin-top: 80px
}

.footer-section-title {
	font-weight: 700;
	font-size: 113%;
	line-height: 1.56;
	margin-bottom: 32px
}

.footer-nav {
	list-style: none
}

.footer-nav-item {
	margin: 12px 0
}

.footer-contact {
	margin-bottom: 32px
}

.footer-contact-title {
	color: #A5B4C9;
	margin-bottom: 8px
}

.footer-payments {
	margin: 40px 0 24px
}

.footer-counters {
	margin: 24px 0
}

.footer-copyright {
	max-width: 707px
}

.footer-developer {
	text-align: right
}

.footer-developer a {
	text-decoration: underline
}

.footer-developer a:hover,
.footer-developer a:focus {
	text-decoration: none
}

.payments {
	display: flex;
	margin: -7px
}

.payments-item {
	display: block;
	margin: 7px
}

.agree {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	max-height: 100vh;
	overflow-y: auto;
	z-index: 1000;
	background: #0B1535;
	color: #fff;
	padding: 24px 0
}

.agree-inner {
	position: relative
}

.agree-x {
	display: none;
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background: url(../img/icons.svg#close) no-repeat center / contain
}

.agree-title {
	font-size: 113%;
	font-weight: 700;
	line-height: 1.56;
	margin-bottom: 6px;
	cursor: pointer
}

.agree-text {
	display: none;
	margin-top: 24px
}

.agree-action {
	text-align: right
}

.agree.active .agree-title {
	cursor: inherit
}

.agree.active .agree-text,
.agree.active .agree-x {
	display: block
}

.lister {}

.lister-item {
	padding: 32px 0 16px;
	border-bottom: 1px solid #A5B4C9
}

.lister-item-title {
	font-size: 113%;
	line-height: 1.56;
	margin-bottom: 16px
}

.lister-item-title-link {}

.text ul.lister {}

.text ul.lister li {
	margin: 0;
	padding: 32px 0 32px;
	border-bottom: 1px solid #A5B4C9
}

.text ul.lister li:before {
	display: none
}

.text ul.lister li p {
	margin: 0
}

.text ul.lister li a {
	text-decoration: none
}

.text ul.lister li a:hover,
.text ul.lister li:focus {
	text-decoration: underline
}

.vacancy {}

.vacancy-text {
	margin-bottom: 80px
}

.vacancy-contact {
	border: 1px solid #A5B4C9;
	padding: 24px
}

.vacancy-contact-title {
	font-weight: 700;
	font-size: 150%;
	margin-bottom: 32px
}

.vacancy-contact-info {}

.vacancy-contact-photo {}

.vacancy-contact-photo-img {
	display: block;
	border-radius: 100%
}

.vacancy-contact-name {
	margin-top: 8px;
	font-weight: 700;
	font-size: 113%
}

.vacancy-contact-work {
	margin-top: 8px
}

.vacancy-contact-items {
	margin-top: 32px
}

.vacancy-contact-items-i {
	margin-top: 8px;
	font-weight: 700;
	font-size: 113%
}

.vacancy-contact-tel {}

.vacancy-contact-email {}

.youtube {
	max-width: 100%
}

.youtube-inner {
	position: relative;
	padding-bottom: 56.25%
}

.youtube-inner iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.halls {}

.halls-video {
	margin-bottom: 80px
}

.halls-quote {}

.halls-quote-picture {
	max-width: 180px;
	margin-bottom: 24px
}

.halls-quote-picture-img {
	display: block;
	border-radius: 100%
}

.halls-quote-title {
	font-weight: 700;
	font-size: 200%
}

.halls-quote-text {
	margin-top: 1em;
	font-size: 113%
}

.gallery {
	margin: 48px 0
}

.gallery-item {}

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

.about {}

.about-top {
	margin-bottom: 80px;
	background: #b6d8fb url(../img/philarmonic-new.jpg) no-repeat bottom center / contain;
	color: #fff
}

.about-top-inner {
	padding-top: 144px;
	padding-bottom: calc(46% + 80px);
	background: rgba(0, 0, 0, .25)
}

.about-top-logo {
	max-width: 417px;
	margin: 0 auto 70px
}

.about-top-logo-img {
	display: block
}

.about-top-anounce {
	text-align: center;
	max-width: 814px;
	margin: 0 auto;
	font-size: 113%;
	line-height: 1.56
}

.about-intro {
	font-size: 200%;
	font-weight: 700;
	line-height: 1.25
}

.about-description {
	font-size: 113%;
	line-height: 1.56
}

.about-panorama {
	margin-top: 40px;
	position: relative;
	overflow: hidden
}

.about-panorama:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	max-height: 40%;
	height: 448px;
	background: linear-gradient(180deg, rgba(11, 21, 53, 0) 0%, #0B1535 100%)
}

.about-panorama-img {
	display: block;
	width: 100%
}

.about-director {}

.about-director-inner {
	max-width: 814px;
	margin: 0 auto
}

.about-director-top {
	position: relative;
	padding-bottom: 80px;
	margin-bottom: 80px
}

.about-director-top:after {
	content: '';
	position: absolute;
	width: 180px;
	border-bottom: 2px solid #A5B4C9;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%)
}

.about-director-picture {
	margin-top: -226px;
	margin-bottom: 48px
}

.about-director-picture-img {
	display: block;
	border-radius: 100%;
	margin: 0 auto
}

.about-director-title {
	font-size: 356%;
	line-height: 1.33;
	font-weight: 700;
	margin-bottom: .5em;
	text-align: center
}

.about-director-anounce {
	font-size: 113%;
	line-height: 1.56;
	text-align: center
}

.about-director-bio {
	font-size: 113%;
	line-height: 1.56
}

.about-director-bio-text {
	margin-bottom: 1em
}

.about-director-awards {
	margin-top: 64px
}

.about-director-awards-title {
	font-weight: 700;
	font-size: 250%;
	line-height: 1.4;
	margin-bottom: 48px
}

.about-director-awards-text {
	font-size: 113%;
	line-height: 1.56
}

.smi {}

.smi-item {
	margin-bottom: 40px
}

.smi-item-title {
	font-weight: 700;
	font-size: 150%
}

.smi-item-anounce {
	margin-top: 1em
}

.reviews {}

.reviews-item {
	margin-bottom: 2em
}

.reviews-item-question {}

.reviews-item-answer {
	margin-top: 1em;
	margin-left: 1em
}

.reviews-item-answer:empty {
	display: none
}

.grecaptcha-badge {
	visibility: hidden
}

.pages {
	margin-top: 1em;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px
}

.pages-item {
	display: block;
	padding: 5px;
	min-width: 34px;
	text-align: center
}

.pages-item_current {
	font-weight: 700
}

@media (min-width:680px) {
	.contacts-generals {
		display: table
	}

	.contacts-generals-item {
		display: table-row
	}

	.contacts-generals-item-left,
	.contacts-generals-item-right {
		padding: 16px 0;
		display: table-cell
	}

	.contacts-generals-item-left {
		padding-right: 40px
	}

	.search-results-item-info {
		column-gap: 32px;
		display: flex;
		flex-direction: row
	}
}

@media (min-width:768px) {}

@media (min-width:992px) {
	.nav {
		position: static
	}

	.nav-content,
	.nav-level_2-item_title,
	.nav-level_2,
	.nav-main-title {
		display: none
	}

	.nav-level_1 {
		list-style: none;
		display: flex;
		font-size: 113%;
		line-height: 1.56
	}

	.nav-level_1-item {
		position: relative
	}

	.nav-level_1-item:hover .nav-level_2 {
		display: block;
		overflow-y: auto;
		max-height: 100vh
	}

	.nav-level_1-item-link {
		display: block;
		padding: 10px 24px;
		text-decoration: none !important
	}

	.nav-level_1-item:hover>.nav-level_1-item-link,
	.nav-level_1-item-link:hover,
	.nav-level_1-item-link:focus {
		background: #3884E3
	}

	.nav-level_2 {
		list-style: none;
		background: #3884E3;
		padding: 8px;
		position: absolute;
		left: 0;
		top: 100%
	}

	.nav-level_2-item-link {
		display: block;
		padding: 8px 16px;
		text-decoration: none !important;
		white-space: nowrap;
		max-width: 500px;
		text-overflow: ellipsis;
		overflow: hidden
	}

	.nav-level_2-item-link:hover,
	.nav-level_2-item-link:focus {
		background: #59A1FC
	}

	.filter-inner {
		min-height: 0 !important
	}

	.filter-section-list {
		display: none;
		position: absolute;
		z-index: 1;
		left: 0;
		top: 100% !important;
		min-height: 0 !important;
		margin-top: 16px;
		padding: 4px 16px;
		background: #fff;
		border: 1px solid #23356F;
		box-shadow: 0 8px 16px rgba(56, 65, 76, 0.08)
	}

	.filter-section-list-item {
		white-space: nowrap;
		margin: 12px 0
	}

	.filter-section-list-item-label.checkbox-label {
		padding-left: 0;
		font-size: 100%
	}

	.filter-section-list-item-label.checkbox-label:hover {
		color: #3884E3
	}

	.filter-section-list-item-label.checkbox-label:after,
	.filter-section-list-item-label.checkbox-label:before {
		display: none !important
	}

	.filter-section-list-item-input.checkbox:checked~.filter-section-list-item-label.checkbox-label {
		color: #A5B4C9
	}

	.filter-section.active .filter-section-arrow {
		transform: rotate(135deg);
		margin-top: 0
	}

	.filter-section.active .filter-section-list {
		display: block
	}
}

@media (min-width:992px) and (max-width:1099px) {
	.nav-level_1 {
		font-size: 100%
	}

	.nav-level_1-item-link {
		padding-left: 16px;
		padding-right: 16px
	}
}

@media (min-width:1200px) {}

@media screen and (max-width:1368px) {}

@media screen and (max-width:1199px) {
	.news-item {
		min-height: 380px
	}
}

@media screen and (max-width:1099px) {
	.header-main-col_logo {
		max-width: 212px
	}
}

@media screen and (max-width:1023px) {}

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

	.header-main-col_logo {
		max-width: 278px
	}

	.header-main-col_burger {
		max-width: 99px
	}

	.header-search {
		right: -58px
	}

	.nav {
		position: fixed;
		opacity: 0;
		visibility: hidden;
		top: 0;
		left: -100%;
		width: 100%;
		bottom: 0;
		background: #0B1535;
		padding: 40px;
		overflow-y: auto;
		transition-property: opacity, visibility, left;
		transition-duration: 1s
	}

	.nav.active {
		opacity: 1;
		visibility: visible;
		left: 0
	}

	.nav-level_1 {
		font-size: 113%;
		line-height: 1.56;
		list-style: none
	}

	.nav-level_1-item,
	.nav-level_2-item {
		margin-bottom: 24px
	}

	.nav-level_1-item-link,
	.nav-level_2-item-link {
		display: block;
		position: relative;
		padding-right: 21px;
		text-decoration: none !important
	}

	.nav-level_1-item-link:after,
	.nav-level_2-item-link:after {
		content: '';
		position: absolute;
		width: 13px;
		height: 23px;
		top: 50%;
		right: 6px;
		transform: translateY(-50%);
		background: url(../img/icons.svg#slider_arrow) no-repeat center / contain
	}

	.nav-level_2 {
		display: none;
		list-style: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		max-height: none !important;
		background: #0B1535;
		z-index: 1
	}

	.nav-level_2.active {
		display: block
	}

	.nav-main {
		margin-bottom: 79px
	}

	.nav-inner {
		position: relative
	}

	.info-item {
		width: 238px
	}

	.section-title {
		font-size: 250%
	}

	.slider-arrows {
		display: none
	}

	.slider-item:after {
		width: 766px;
		height: 766px
	}

	.slider-item-inner {
		min-height: 380px
	}

	.slider-item-logo {
		max-width: 286px
	}

	.slider-item-title {
		font-size: 300%
	}

	.slider-item-content {
		padding-left: 0;
		padding-right: 0
	}

	.slider-dots .owl-dot {
		width: 40px
	}

	.event-main-title {
		font-size: 300%
	}

	.event-main-pushkin {
		margin-top: 48px
	}

	.event-info {
		margin-top: 80px
	}

	.event-bs {
		padding: 32px 32px 144px
	}

	.event-bs:after {
		right: 32px
	}

	.gosuslugi-col_text {
		margin-top: 24px
	}

	.events-item-right {
		margin-bottom: 2em;
		max-width: 100%
	}

	.events-item-date {
		font-size: 200%
	}

	.events-item-title {
		font-size: 150%
	}

	.tickets-item-title {
		font-size: 150%
	}

	.main-h1 {
		font-size: 250%
	}

	.collectives-item-title {
		font-size: 150%
	}

	.news-item {
		padding: 1.5em;
		margin-bottom: 20px
	}

	.news-item-title {
		font-size: 125%
	}

	.news_main-item {
		width: 342px
	}

	.projects_main-item {
		width: 393px
	}

	.contacts-address_first {
		font-size: 150%
	}

	.contacts-title,
	.contacts-short-value,
	.contacts-item-name {
		font-size: 125%
	}

	.contacts-generals {
		margin-bottom: 64px
	}

	.contacts-feedback {
		margin-top: 24px
	}

	.contacts-feedback-title {
		font-size: 200%
	}

	.hall-info {
		margin-top: 40px
	}

	.hall-places-total-left {
		text-align: inherit
	}

	.order-section_info {
		margin-bottom: 80px
	}

	.order-end-title {
		font-size: 200%
	}

	.new-picture {
		margin-bottom: 40px
	}

	.projects-section {
		margin-bottom: 40px
	}

	.projects-section-title {
		font-size: 200%;
		margin-bottom: 40px
	}

	.projects-item {
		margin-bottom: 40px
	}

	.projects-item-picture {
		margin-bottom: 24px
	}

	.projects-item-title {
		font-size: 125%
	}

	.owl-arrows-inner {
		display: none
	}

	.text img[align=left],
	.text img[align=right] {
		float: none;
		display: block;
		margin: 0 auto 1em
	}

	.filter-panel {
		display: flex
	}

	.filter-outer {
		display: none;
		position: fixed;
		z-index: 900;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: #fff;
		padding: 32px 24px 24px;
		overflow-y: auto
	}

	.filter-outer.active {
		display: flex;
		flex-direction: column
	}

	.filter-inner {
		display: block;
		flex: 1 0 auto;
		position: relative
	}

	.filter-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		column-gap: 10px;
		margin-bottom: 32px
	}

	.filter-title {
		font-weight: 700;
		font-size: 150%
	}

	.filter-reset {
		display: block !important
	}

	.filter-reset-button {
		font-size: 100%;
		color: #A5B4C9
	}

	.filter-reset.active .filter-reset-button {
		color: #F34573
	}

	.filter-section,
	.filter-pushkin {
		margin: 32px 0
	}

	.filter-pushkin,
	.filter-submit {
		display: block
	}

	.filter-section {
		position: static
	}

	.filter-section-arrow {
		transform: rotate(-135deg)
	}

	.filter-section-list {
		display: none
	}

	.filter-section-list-item {
		margin-bottom: 28px
	}

	.filter-section.active .filter-section-list {
		display: block;
		position: absolute;
		top: 66px;
		left: 0;
		right: 0;
		min-height: calc(100% - 66px);
		background: #fff;
		z-index: 1
	}

	.search-form {
		margin-bottom: 40px
	}

	.search-results-item-title {
		font-size: 125%
	}

	.dirigers-item-title {
		font-size: 150%
	}

	.p60_gallery-title {
		font-size: 150%
	}

	.p60_gallery-elements-item-rating {
		font-size: 100%
	}

	.photos-item {
		margin-bottom: 20px
	}

	.footer-payments {
		margin-top: 80px
	}

	.footer-developer {
		text-align: inherit;
		margin-top: 40px
	}

	.agree-title,
	.agree-text {
		margin-right: 40px
	}

	.agree-title {
		margin-bottom: 0
	}

	.agree-text {
		margin-top: 24px
	}

	.agree-action {
		margin-top: 32px
	}

	.agree-btn {
		width: 100%
	}

	.vacancy-contact-title {
		font-size: 125%
	}

	.halls-quote-picture {
		max-width: 100px
	}

	.halls-quote-title {
		font-size: 150%
	}

	.halls-quote-text {
		font-size: 100%
	}

	.about-intro {
		font-size: 150%
	}

	.about-director {
		margin-top: 80px
	}

	.about-director-picture {
		margin-top: 0
	}

	.about-director-picture-img {
		width: 290px
	}

	.about-director-title {
		font-size: 250%;
		margin-bottom: 32px
	}
}

@media screen and (max-width:767px) {
	.events-item-right {
		margin-top: 1.5em
	}

	.p60_gallery-elements-item {
		flex: 0 0 50%
	}

	.halls-quote {
		margin-top: 48px
	}
}

@media screen and (max-width:679px) {
	.container {
		padding-left: 20px;
		padding-right: 20px
	}

	.header-top-col_left {
		display: none
	}

	.header-top-col_right {
		flex: 1;
		max-width: 100%;
		text-align: center
	}

	.header-main {
		padding: 12px 0
	}

	.header-main-col_logo {
		max-width: 170px
	}

	.header-main-col_burger {
		max-width: 68px
	}

	.header-main-col_nav {
		position: static
	}

	.header-search {
		right: 0;
		top: 0;
		transform: none;
		height: 100%;
	}

	.header-search:after {
		display: none
	}

	.header-search-input {
		height: 100%;
		border-radius: 0;
		padding: 20px 30px
	}

	.header-call_search {
		width: 40px;
		height: 40px
	}

	.slider-item:after {
		width: 440px;
		height: 440px
	}

	.slider-item-inner {
		min-height: 484px
	}

	.slider-item-title {
		font-size: 250%
	}

	.event-main-title {
		font-size: 250%
	}

	.event-bs {
		padding-bottom: 166px;
		font-size: 125%
	}

	.event-bs:before {
		display: none
	}

	.event-bs:after {
		bottom: 0;
		right: 50%;
		transform: translateX(50%)
	}

	.event-collective-btn {
		width: 100%
	}

	.events-item-date {
		font-size: 150%
	}

	.events-item-title {
		font-size: 125%
	}

	.tickets-item-title {
		font-size: 125%
	}

	.gosuslugi-logo {
		max-width: 132px
	}

	.collectives-item-title {
		font-size: 125%
	}

	.news_main-item {
		width: 235px
	}

	.projects_main-item {
		width: 235px
	}

	.quick_search {
		padding: 40px 0 20px
	}

	.quick_search-all .btn {
		width: 100%
	}

	.contacts-address_first {
		font-size: 125%
	}

	.contacts-generals-item {
		margin-bottom: 32px
	}

	.contacts-generals-item-left {
		margin-bottom: 16px
	}

	.contacts-item-elem-title {
		min-width: 0;
		flex: 1 0 auto
	}

	.order-section-title {
		font-size: 125%;
		margin-bottom: 24px
	}

	.order-info {
		border: 0;
		padding: 0
	}

	.order-info table,
	.order-info table tbody,
	.order-info table tr,
	.order-info table th,
	.order-info table td {
		display: block
	}

	.order-info table th,
	.order-info table td {
		padding: 0
	}

	.order-info table tr {
		margin-bottom: 24px
	}

	.order-info table th {
		margin-bottom: 4px
	}

	.order-end-title {
		font-size: 150%
	}

	.new-picture {
		margin-bottom: 32px
	}

	.projects-section {
		margin-bottom: 48px
	}

	.projects-section-title {
		font-size: 150%;
		margin-bottom: 32px
	}

	.projects-item {
		margin-bottom: 32px
	}

	.projects-item-picture {
		margin-bottom: 16px
	}

	.search-form {
		margin-bottom: 32px
	}

	.search-results-item-title {
		font-size: 113%
	}

	.search-results-item-date {
		margin-bottom: 16px
	}

	.dirigers-item-title {
		font-size: 125%
	}

	.main {
		padding-top: 32px
	}

	.main-h1 {
		font-size: 200%
	}

	.about-top-logo {
		max-width: 268px;
		margin-bottom: 48px
	}

	.about-intro {
		font-size: 125%;
		line-height: 1.6;
		margin-bottom: 40px
	}

	.about-director-picture-img {
		max-width: 150px
	}

	.about-director-title {
		font-size: 200%;
		line-height: 1.25
	}

	.about-director-awards-title {
		font-size: 200%;
		margin-bottom: 32px
	}
}

@media screen and (max-width:575px) {
	.news-item {
		min-height: 320px
	}

	.p60_gallery-elements-item {
		flex: 0 0 100%
	}
}

@media screen and (max-width:479px) {}

@media screen and (max-width:413px) {}

@media screen and (max-width:374px) {}

@media screen and (max-width:359px) {}

.img-mobile {
	display: none;
}

@media (max-width: 992px) {
	.img-desc {
		display: none;
	}

	.img-mobile {
		display: block;
	}
}

.overlayImg {
	position: fixed;
	height: 100vh;
	width: 100%;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	transition: .5s;
}

.overlayImg.open {
	visibility: visible;
	opacity: 50%;
	transition: .5s;
}

.invise {
	display: none !important;
}

.popupImg {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: max-content;
	padding: 0 20px;
}

.popupImg .popup__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	position: relative;
}

.popupImg .popup__container img {
	object-fit: contain;
	object-position: center;
	/* border: 50px solid #013C38; */
	width: 100%;
	max-width: min-content;
	max-height: 70vh;
	display: flex;
	position: relative;
}

.popupImg .popup__container .close-btn {
	position: absolute;
	right: -55px;
	top: -50px;
	z-index: 3;
	cursor: pointer;
}

.popupImg .popup__container .close-btn:hover path {
	opacity: 0.5;
}

@media (max-width: 1560px) {
	.popupImg .popup__container .close-btn {
		right: -10px;
		top: -55px;
	}
}

@media (max-width: 700px) {
	.popupImg .popup__container img {
		/* border: 15px solid #013C38; */
	}

	.popupImg .popup__container .close-btn {
		position: absolute;
		right: -10px;
		top: -35px;
		z-index: 3;
		width: 35px;
		height: 35px;
	}
}

.popupImg.open {
	display: flex;
	visibility: visible;
	opacity: 1;
	transition: 0.5s;
}

.popupImg .popup__container img.mob {
	display: none;
}

@media (max-width: 900px) {
	.popupImg .popup__container img.mob {
		display: block;
	}

	.popupImg .popup__container img.desk {
		display: none;
	}
}

.attention-container {
	position: fixed;
	z-index: 999999998;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.3);
}

.attention-popup {
	background: white;
	position: fixed;
	max-width: 660px;
	max-height: 380px;
	margin: auto;
	inset: 0px;
	z-index: 999999999;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 24px;

}

.attention-popup h3 {
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	font-family: "Open Sans", sans-serif;
	color: #000;

}

.attention-popup button {
	background: #3884E3;
	color: #fff !important;
	border: 1px solid #3884E3;
	font-size: 1.13rem;
	padding: 10px 24px;
	width: 100%;
	max-width: 200px;
	margin-right: 20px;
}

.attention-popup button:hover {
	background: #59A1FC;
	border-color: #59A1FC;
}

.attention-popup p {
	margin-bottom: 15px;
}

.attention-popup .header {
	border-bottom: 1px solid rgb(153, 177, 230);
	margin-bottom: 20px;
}

.attention-popup .footer {
	/* border-top: 1px solid rgb(153, 177, 230); */
	margin-top: 5px;
	padding-top: 25px;
}

.form-field-input.v2 {
	display: flex;
	gap: 20px;
}

.form-field-input.v2 input {
	display: none;
}

.form-field-input.v2 label {
	border: 1px solid red;
	width: 145px;
	height: 105px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 2px solid #ececec;
	border-radius: 4px;
}

.form-field-input.v2 label.active {
	background-color: #fff !important;
	border-color: #59A1FC !important;
}

.input_cont_v2 p {
	font-size: 14px;
	text-align: center;
	margin-top: -15px;
}

.attention-popup.v2 {
	height: fit-content;
	max-height: 100vh;
	overflow-y: scroll;
	overflow-x: hidden;
}

@media (max-width: 492px) {
	.attention-popup .footer.v2 {
		display: flex;
		flex-direction: column;
		gap: 15px;
		align-items: center;
	}
}

@media (max-width: 360px) {
	.form-field-input.v2 label {
		width: 100%;
		height: 80px;
	}

	.input_cont_v2 {
		width: 50%;
	}

	.input_cont_v2 p {
		font-size: 10px;
		margin-top: -12px;
	}
}

:root {
	--primary: #E8F2FF;
	--secondary: #ff5252;
	--background: #eee;
	--highlight: #ffda79;
	/* Theme color */
	--theme: var(--primary);
}

.tab input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.tab__content {
	max-height: 0;
	overflow: hidden;
	transition: all 0.35s;
}

.tab input:checked~.tab__content {
	max-height: 1050rem;
}

.accordion {
	/* color: var(--theme);
border: 2px solid; */
	/* border-radius: 0.5rem; */
	overflow: hidden;
}

.accordion-container ul {
	margin-top: 0;
}

.accordion-container .tab__content ul.lister li {
	padding: 32px;
}

.tab__label,
.tab__close {
	display: flex;
	color: #23356F;
	cursor: pointer;
}

.tab__label {
	justify-content: space-between;
	/* padding: 1rem; */
	padding: 32px 0 32px;
	margin-bottom: 0;
	border-bottom: 1px solid #A5B4C9;
	font-weight: 700;
}

.tab__label::after {
	content: "\276F";
	width: 1em;
	/* height: 1em; */
	text-align: center;
	transform: rotate(90deg);
	transition: all 0.35s;
}

.tab input:checked+.tab__label::after {
	transform: rotate(270deg);
}

.tab__content p {
	margin: 0;
	padding: 1rem;
}

.tab__content ul {
	margin-top: 0;
}

.tab__close {
	justify-content: flex-end;
	padding: 0.5rem 1rem;
	font-size: 0.75rem;
}

.accordion--radio {
	--theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked)+.tab__label:hover::after {
	animation: bounce .5s infinite;
}

@keyframes bounce {
	25% {
		transform: rotate(90deg) translate(.25rem);
	}

	75% {
		transform: rotate(90deg) translate(-.25rem);
	}
}

.hall-table.v2 {
	position: relative;
}

.group_sit {
	position: absolute;
	left: 15%;
	transform: rotate(-90deg);
}

.balcony {
	top: 100px;
}

.amfi {
	top: 387px;
	transform: rotate(-90deg) translateY(-27px);
}

.parter {
	top: 700px;
}

@media (max-width: 1764px) {
	.group_sit {
		left: 12%;
	}
}

@media (max-width: 1604px) {
	.group_sit {
		left: 7%;
	}
}

@media (max-width: 1420px) {
	.group_sit {
		left: 4%;
	}
}

@media (max-width: 1316px) {
	.group_sit {
		left: 0;
	}
}

@media (max-width: 1220px) {
	.group_sit {
		left: -10px;
	}
}

.contacts-write_us .gos-logo {
	margin-bottom: 15px;
}

.contacts-write_us .gos-logo img:nth-of-type(1) {
	max-width: 100px;
	margin-left: -12px;
}

.contacts-write_us .gos-logo img:nth-of-type(2) {
	max-width: 190px;
}

.seatsTable.v30 {
	position: relative;
}

.bx_cont_30 {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fcfcfc;
	z-index: 1;
}

.bx_cont_30 {
	/* display: none; */
}

.bx_cont_30 h2 {
	transform: rotate(-90deg);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 10px;
	margin: auto 0;
	position: relative;
	right: 25px;
}

.bx_cont_30 .div_2 {
	line-height: 28px;
	min-width: 30px;
	width: 30px;
	height: 31px;
	opacity: .7;
	text-align: center;
	color: #000;
	font-weight: 700;
	cursor: default;
	border: 1px solid #2a2a2a33;
	border-bottom: 0;
}

.bx_cont_30 .div_1 .div_2:last-child {
	border-bottom: 1px solid #2a2a2a33;
}

.bx_cont_30.bx_par {
	top: 802px;
	transform: translateX(-100%);
}

.bx_cont_30.bx_par_2 {
	top: 802px;
	transform: translateX(100%);
	left: auto;
	right: 0;
}

.bx_cont_30.bx1 {
	/* top: 246px; */
	transform: translateX(-100%);
}

.bx_cont_30.bx1 .div_1 .div_2:last-child {
	height: 32px;
}

.bx_cont_30.bx4 .div_1 .div_2:last-child {
	height: 32px;
}

.bx_cont_30.bx2 {
	top: 246px;
	transform: translateX(-100%);
}

.bx_cont_30.bx2 .div_2:last-child {
	height: 32px;
}

.bx_cont_30.bx3 {
	top: 586px;
	transform: translateX(-100%);
}

.bx_cont_30.bx4 {
	transform: translateX(100%);
	left: auto;
	right: 0;
}

.bx_cont_30.bx4 h2 {
	transform: rotate(90deg);
	right: -55px;
}

.bx_cont_30.bx5 {
	top: 246px;
	transform: translateX(100%);
	left: auto;
	right: 0;
}

.bx_cont_30.bx5 .div_2:last-child {
	height: 30px;
}

.bx_cont_30.bx5 h2 {
	transform: rotate(90deg);
	right: -55px;
}

.bx_cont_30.bx6 {
	top: 586px;
	transform: translateX(100%);
	left: auto;
	right: 0;
}

.bx_cont_30.bx6 h2 {
	transform: rotate(90deg);
	right: -55px;
}

.bx_cont_30.bx_entrance .div_2 {
	width: auto;
	height: 30px;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	width: 60px;
	color: #FFF;
	opacity: 1;
}

.bx_cont_30.bx_entrance {
	top: 217px;
	transform: translateX(0%);
	background: #68a6ff;
	opacity: 1;
	border: none;
}

.bx_cont_30.bx_entrance_2,
.bx_cont_30.bx_entrance_5 {
	top: 557px;
}

.bx_cont_30.bx_entrance_3,
.bx_cont_30.bx_entrance_6 {
	top: 771px;
}

.bx_cont_30.bx_entrance_3 .div_2,
.bx_cont_30.bx_entrance_6 .div_2 {
	height: 32px;
}

.bx_cont_30.bx_entrance_4,
.bx_cont_30.bx_entrance_5,
.bx_cont_30.bx_entrance_6 {
	left: auto;
	right: 0;
}

.bx_cont_30.bx_entrance.bx_center {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.bx_cont_30.bx_entrance.bx_center .div_2 {
	height: 31px;
}

.bx_cont_30.v06 .div_2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.bx_cont_30.v06 .div_2 p {
	font-size: 12px;
    line-height: 100%;
	font-weight: 600;
}

@media (max-width: 1355px) {
	.seatsTable.v30 {
		margin: 0 100px;
	}
}