.hall-open-header {
	--show-top-band-bg: #F5F5F5;
	display: grid;
	grid-template-columns: 213px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
	width: min(1057px, calc(100% - 32px));
	max-width: 1057px !important;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 24px;
	padding-left: 0;
	padding-right: 0;
	background: var(--show-top-band-bg);
	box-shadow: 0 0 0 100vmax var(--show-top-band-bg);
	clip-path: inset(0 -100vmax);
}

.hall-open-header .col-auto {
	margin: 0;
}

.event-poster-container {
	width: 213px;
	max-width: 100%;
}

.event-poster {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.hall-open-header .event-poster-container,
.hall-open-header .event-poster {
	border-radius: 0 !important;
}

.header-wrapper {
	min-width: 0;
}

.event-title {
	display: flex;
	flex-direction: column;
}

.event-pretitle {
	font-size: 14px;
	line-height: 1.35;
	font-weight: 400;
	color: #4f4f4f;
}

.event-title-heading {
	margin: 4px 0 0;
	font-size: clamp(28px, 2.4vw, 38px);
	line-height: 1.05;
	font-weight: 700;
	color: #111111;
	max-width: 820px;
}

.meta-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 10px;
}

.term-date {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.35em;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
}

.term-date .day {
	color: rgba(226, 0, 122, 1);
}

.term-date .hour {
	color: #111111;
	font-weight: 700;
}

.location-info {
	font-size: 13px;
	line-height: 1.5;
	font-weight: 400;
	color: #111111;
}

.available-tickets-count {
	font-size: 13px;
	line-height: 1.5;
	font-weight: 400;
	color: #111111;
}

.show-package-names {
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.show-package-names__item {
	color: rgba(226, 0, 122, 1);
	font-size: 14px;
	line-height: 1.35;
	font-weight: 700;
}

.show-event-more-link {
	display: inline-block;
	margin-top: 10px;
	color: #111111;
	font-size: 11px;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
}

.show-event-more-link:hover,
.show-event-more-link:focus-visible {
	color: #111111;
	text-decoration: underline;
}

.event-location {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
}

.hall-open-description.container {
	position: relative;
	z-index: 1;
	margin-top: 22px;
	margin-bottom: 26px;
	width: min(1057px, calc(100% - 32px));
	max-width: 1057px !important;
	margin-left: auto;
	margin-right: auto;
	padding-top: 18px;
	padding-left: 0;
	padding-right: 0;
	background: #FFFFFF;
	font-size: 13px;
	line-height: 1.55;
	color: #111111;
}

.hall-open-description p {
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.55;
	color: #111111;
}

.hall-open-description p:last-child {
	margin-bottom: 0;
}

.hall-open-description strong,
.hall-open-description b {
	font-weight: 700;
}

.hall-open-description .tak-package-hidden {
	display: none !important;
}

.hall-open-description .tak-package-block {
	max-width: 820px;
}

.hall-open-description .tak-package-title {
	margin: 0 0 14px;
	color: rgba(226, 0, 122, 1);
	font-size: 24px;
	line-height: 1.15;
	font-weight: 700;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
}

.hall-open-description .tak-package-plan-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 14px;
	margin: 0 0 16px;
	border: 0;
	background: #111111;
	color: #ffffff;
	font-size: 10px;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
}

.hall-open-description .tak-package-plan-btn:hover,
.hall-open-description .tak-package-plan-btn:focus-visible {
	background: #111111;
	color: #ffffff;
	text-decoration: none;
}

.hall-open-description .tak-package-table {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px !important;
	align-items: stretch;
	margin: 0 0 20px;
	max-width: 820px;
	font-size: 14px;
	font-weight: 400;
	flex-flow: unset !important;
	flex-wrap: nowrap !important;
	box-sizing: border-box;
}

.hall-open-description .tak-package-card {
	padding: 20px 18px 18px !important;
	background: #f6f6f6 !important;
	border: 0 !important;
	height: 100%;
	box-sizing: border-box;
}

.hall-open-description .tak-package-card h3 {
	margin: 0 0 12px;
	text-align: left !important;
	color: inherit !important;
	font-weight: 700;
	font-size: inherit;
	line-height: inherit;
}

.hall-open-description .tak-package-card-title {
	display: block;
	color: rgba(226, 0, 122, 1) !important;
	font-size: 26px !important;
	line-height: 1.15 !important;
	font-weight: 700 !important;
	text-align: left !important;
}

.hall-open-description .tak-package-card-price {
	display: block;
	margin-top: 4px;
	color: #111111;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
}

.hall-open-description .tak-package-card-price--unavailable {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
	text-transform: lowercase;
}

.hall-open-description .tak-package-card--unavailable {
	opacity: 0.45;
	filter: grayscale(1);
}

.hall-open-description .tak-package-card--unavailable .tak-package-card-title {
	color: var(--txt-description) !important;
}

.hall-open-description .tak-package-card p,
.hall-open-description .tak-package-card li,
.hall-open-description .tak-package-block > ul li,
.hall-open-description .tak-package-block > div,
.hall-open-description .tak-package-block span:not(.tak-package-card-title):not(.tak-package-card-price),
.hall-open-description .tak-package-block b {
	font-size: 13px !important;
	line-height: 1.45 !important;
	color: #111111 !important;
	text-align: left !important;
}

.hall-open-description .tak-package-card ul,
.hall-open-description .tak-package-block > ul {
	margin: 8px 0 0 18px;
	padding: 0;
}

.hall-open-description .tak-package-extra-heading {
	margin: 2px 0 10px;
	color: rgba(226, 0, 122, 1) !important;
	font-size: 16px !important;
	line-height: 1.2 !important;
	font-weight: 700 !important;
	text-align: left !important;
	text-transform: lowercase;
}

.hall-open-description .tak-package-block > .tak-package-extra-heading,
.hall-open-description .tak-package-block > .tak-package-extra-heading span:not(.tak-package-card-title):not(.tak-package-card-price),
.hall-open-description .tak-package-block > .tak-package-extra-heading b,
.hall-open-description .tak-package-block > .tak-package-extra-heading font {
	color: rgba(226, 0, 122, 1) !important;
}

.hall-open-description .tak-package-extra-heading::first-letter {
	text-transform: uppercase;
}

.hall-open-description .tak-package-extra-heading::after {
	content: ":";
}

.hall-open-description .tak-package-block > .tak-package-fee {
	margin: 15px 0;
}

.hall-open-description .tak-package-block > .tak-package-fee,
.hall-open-description .tak-package-block > .tak-package-promo,
.hall-open-description .tak-package-block > .tak-package-fee *,
.hall-open-description .tak-package-block > .tak-package-promo * {
	color: rgba(226, 0, 122, 1) !important;
	font-weight: 700 !important;
}

@media (max-width: 991px) {
	.hall-open-header {
		grid-template-columns: 213px minmax(0, 1fr);
		gap: 20px;
	}

	.event-poster-container {
		width: 213px;
	}

	.term-date {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.hall-open-header {
		width: calc(100% - 16px);
		margin: 0 auto;
		padding-top: 10px;
		padding-bottom: 16px;
		padding-left: 0;
		padding-right: 0;
		grid-template-columns: 100px minmax(0, 1fr);
		grid-template-areas:
			"pretitle pretitle"
			"poster title"
			"poster meta";
		gap: 6px 12px;
		align-items: start;
	}

	.hall-open-header .header-wrapper,
	.event-title {
		display: contents;
	}

	.hall-open-header .col-auto,
	.event-poster-container {
		grid-area: poster;
		width: 100px;
	}

	.event-pretitle {
		grid-area: pretitle;
		display: block;
		width: 100%;
		margin: 0 0 2px;
		font-size: 13px;
		line-height: 1.2;
		color: #111111;
	}

	.event-title-heading {
		grid-area: title;
		margin-top: 0;
		font-size: 17px;
		line-height: 1.06;
	}

	.meta-info {
		grid-area: meta;
		margin-top: 0;
		gap: 1px;
	}

	.term-date {
		font-size: 12px;
		line-height: 1.2;
		gap: 4px;
	}

	.show-package-names__item {
		font-size: 12px;
	}

	.show-event-more-link {
		margin-top: 8px;
		font-size: 10px;
	}

	.location-info {
		font-size: 11px;
		line-height: 1.25;
	}

	.hall-open-description .tak-package-block,
	.hall-open-description .tak-package-table {
		max-width: none;
	}

	.hall-open-description .tak-package-table {
		grid-template-columns: 1fr;
	}

	.hall-open-description.container {
		width: calc(100% - 16px);
		margin: 16px auto 20px;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		border-top: 0;
		font-size: 12px;
		line-height: 1.45;
	}

	.hall-open-description > div + div {
		margin-top: 14px;
	}

	.hall-open-description p,
	.hall-open-description div,
	.hall-open-description span,
	.hall-open-description font {
		font-size: 12px !important;
		line-height: 1.45 !important;
	}

	.hall-open-description u {
		text-decoration: none;
	}
}