@font-face {
	font-family: "Rubik";
	src: url(../fonts/Rubiklight.woff2) format("woff2"),
		url(../fonts/Rubiklight.woff) format("woff"),
		url(../fonts/Rubiklight.ttf) format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Rubik";
	src: url(../fonts/Rubik.woff2) format("woff2"),
		url(../fonts/Rubik.woff) format("woff"),
		url(../fonts/Rubik.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Rubik";
	src: url(../fonts/Rubikmedium.woff2) format("woff2"),
		url(../fonts/Rubikmedium.woff) format("woff"),
		url(../fonts/Rubikmedium.ttf) format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Rubik";
	src: url(../fonts/Rubikbold.woff2) format("woff2"),
		url(../fonts/Rubikbold.woff) format("woff"),
		url(../fonts/Rubikbold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Montserrat";
	src: url(../fonts/Montserrat-Light.woff2) format("woff2"),
		url(../fonts/Montserrat-Light.woff) format("woff"),
		url(../fonts/Montserrat-Light.ttf) format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Montserrat";
	src: url(../fonts/Montserrat-Regular.woff2) format("woff2"),
		url(../fonts/Montserrat-Regular.woff) format("woff"),
		url(../fonts/Montserrat-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Montserrat";
	src: url(../fonts/Montserrat-Medium.woff2) format("woff2"),
		url(../fonts/Montserrat-Medium.woff) format("woff"),
		url(../fonts/Montserrat-Medium.ttf) format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Montserrat";
	src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2"),
		url(../fonts/Montserrat-SemiBold.woff) format("woff"),
		url(../fonts/Montserrat-SemiBold.ttf) format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Montserrat";
	src: url(../fonts/Montserrat-Bold.woff2) format("woff2"),
		url(../fonts/Montserrat-Bold.woff) format("woff"),
		url(../fonts/Montserrat-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

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

p {
	margin: 0 0 30px;
}

@media (max-width: 768px) {
	.desctop {
		display: none !important;
	}
}

@media (min-width: 769px) {
	.mobile {
		display: none !important;
	}
}

input {
	font-family: "Rubik", sans-serif;
	color: #686868;
}
input:focus {
	outline: none;
}
input::placeholder {
	color: #8d8d8d;
}

.input-group {
	font-size: 0.8em;
	position: relative;
}
.input-group label {
	display: block;
	color: #c2c1ce;
	line-height: 1.3;
	margin: 0 0 10px;
}
.input-group input,
.input-group textarea,
.input-group select {
	font-family: "Rubik", sans-serif;
	font-size: 1rem;
	color: #686868;
	width: 100%;
	height: 50px;
	padding: 10px 25px;
	border: 1px solid #cbcbcb;
	background: #fff;
}
.input-group input::placeholder,
.input-group textarea::placeholder,
.input-group select::placeholder {
	color: #8d8d8d;
}
.input-group input:focus,
.input-group textarea:focus,
.input-group select:focus {
	outline: none;
}
.input-group textarea {
	height: 100%;
}

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

textarea {
	resize: none;
	font-family: "Rubik", sans-serif;
}
textarea:focus {
	outline: none;
}
textarea::placeholder {
	color: #bdb3c1;
}

button {
	padding: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

body {
	font-family: "Rubik", sans-serif;
	font-size: 20px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	/* color: #686868; */
	color: #000;
	background: #fff;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	position: relative;
}
#tickets .selectize-input {
	display: flex !important;
}
body *::-webkit-scrollbar {
	width: 5px;
	background: #011723;
	height: 4px;
}
body *::-webkit-scrollbar-thumb {
	background-color: #e9eaeb;
	border-radius: 10px;
}

.color_black {
	color: #000 !important;
}
.color_yellow {
	color: #d7b674 !important;
}

.over-hid,
.over-hid .main {
	position: relative;
	overflow: hidden;
	touch-action: none;
	-ms-touch-action: none;
}
/*.over-hid::after {
	width: 100%;
	height: 100vh;
	content: "";
	display: block;
	z-index: 9;
	background: #002341;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	transition: background 0.5s linear;
}*/

.flex {
	display: flex;
}
.flex.flex-center {
	justify-content: center;
}

.grid {
	display: grid;
}

.title {
	color: #d7b674;
	font-family: "Montserrat";
	font-size: 80px;
	line-height: 1.2;
	font-style: normal;
	font-weight: 500;
	margin: 0 0 40px;
}

.btn {
	background: #d7b674;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 20px;
	transition: color 0.5s linear;
	border: 2px solid #d7b674;
	font-family: "Montserrat";
	position: relative;
	z-index: 0;
	gap: unset;
}
.btn:before {
	content: "";
	display: block;
	background: #978052;
	width: 0;
	height: calc(100% + 4px);
	position: absolute;
	top: -2px;
	left: -2px;
	pointer-events: none;
	transition: width 0.5s linear;
	z-index: -1;
}
.btn:hover {
	cursor: pointer;
	gap: 8px !important;
}
.btn:hover:before {
	width: calc(100% + 4px);
}
.btn img,
.btn svg {
	display: inline-block;
	width: 0;
	transition: width 0.5s linear;
}
.btn:hover img,
.btn:hover svg {
	width: 8px;
}
.btn:hover path {
	fill: #fff;
}
.btn.active,
.btn:active {
	background: #978052;
	border-color: #978052;
	color: #fff;
	gap: 8px !important;
}
.btn.disabled,
.btn:disabled {
	background: #e6e6e6;
	border-color: #e6e6e6;
	color: #fff;
	pointer-events: none;
}
.btn.disabled:before,
.btn:disabled:before {
	background: #978052;
	border-color: #978052;
}
.btn.btn-white {
	background: transparent;
	color: #fff;
	border-color: #fff;
}
.btn.btn-white:before {
	background: #fff;
}
.btn.btn-white:hover {
	color: #d7b674;
}
.btn.btn-white:hover path {
	fill: #d7b674;
}
.btn.btn-transparent {
	background: transparent;
	color: #d7b674;
	border-color: #d7b674;
}
.btn.btn-transparent:before {
	background: #d7b674;
}
.btn.btn-transparent:hover {
	color: #fff;
}
.btn.btn-transparent.active,
.btn.btn-transparent:active {
	color: #978052;
	border-color: #978052;
}
.btn.btn-buy {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
	height: 60px;
}
.btn.btn-buy img,
.btn.btn-buy svg {
	filter: brightness(0) grayscale(0);
}

.container {
	padding: 0 15px;
	max-width: 1430px;
	margin: 0 auto;
	width: 100%;
}

header {
	position: sticky;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 16;
	transition: 0.5s;
}
header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #000e1f;
	transition: 0.1s all 0.4s linear;
	transform: translateY(-100%);
}
header .container {
	position: relative;
}

header.fix::before,
header.fix-menu::before,
header.simple-page-header::before {
	transition: 0.1s;
	transform: translateY(0%);
}

header .btn {
	white-space: nowrap !important;
	font-weight: 600 !important;
	color: #fff !important;
	border-color: #fff !important;
}

/* header.fix {
	background: #000d1d;
	transition: .5s transform, .5s background .5s;
}
header.simple-page-header,
header.fix-menu {
	background: #000d1d;
} */

.top {
	align-items: center;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	gap: 30px;
	justify-content: space-between;
}

.logo a {
	display: block;
}
.logo a img {
	display: block;
}

.top-tickets-btn {
	/* display: none !important; */
	margin: 0 0 0 auto;
	padding: 5px 20px;
	/* width: 135px; */
	gap: 0px;
}
.top-tickets-btn:hover {
	gap: 8px;
}

.single-performances .main-banner-content .btn {
	width: 180px;
	gap: 0px;
}
.single-performances .main-banner-content .btn:hover {
	gap: 8px;
}

.menu-btn {
	height: 60px;
	width: 60px;
	background: transparent url(/wp-content/uploads/2023/11/Group-48095421.png)
		no-repeat center / contain;
	background-size: 53px;
	filter: grayscale(1) brightness(3);
}
.menu-btn img {
	display: block;
}
.menu-btn.active {
	background: transparent url(/wp-content/uploads/2023/11/Group-48095471.png)
		no-repeat center / contain;
	background-size: 53px;
}

.menu {
	color: #fff;
	position: fixed;
	z-index: 15;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 109px;
	background: #000d1d;
	transition: 0.4s;
	transform: translateY(-100%);
}
.menu.open {
	transform: translateY(0%);
	will-change: transform;
}

.menu-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	padding: 30px 0 60px;
}

.menu-left {
	flex: 1;
}
.menu-left-top {
	margin-bottom: 100px;
}
.menu-left-top .little {
	margin-top: 37px;
}
.menu-left-top .little a {
	font-size: 16px;
}

.menu-left ul {
	gap: 37px 50px;
	flex-wrap: wrap;
}
.menu-left ul a {
	font-family: "Montserrat";
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	padding-right: 15px;
}
.menu-left ul a:hover {
	color: #d7b674;
	background: transparent url(../img/arrow-right.png) right center no-repeat;
}

.menu-left-bottom {
	gap: 150px;
}
.menu-left-bottom .footer-social {
	margin-bottom: 0;
}
.menu-left-bottom .h3 {
	margin: 0 0 30px;
}
.menu-left-bottom .footer-social .h3 {
	margin-bottom: 28px;
}
.menu-left-bottom .footer-contacts .h3 {
	margin-bottom: 18px;
}

.menu-form {
	width: 350px;
}
.menu-form .h3 {
	margin: 0 0 16px;
}
.menu-form .input-group {
	margin-bottom: 10px;
}
.menu-form .input-group input {
	font-size: 16px !important;
	padding: 0;
	height: 40px;
	background: none;
	border: none;
	border-bottom: 1px solid #767676;
}
.menu-form .selectize-input {
	height: auto !important;
}
.menu-form p {
	margin: 0;
}
.menu-form .btn {
	/* margin-top: 30px; */
	width: 100%;
	background: transparent;
	color: #fff;
	border-color: #fff;
}
.menu-form .btn::before {
	background: #fff;
}
.menu-form .btn img {
	display: none;
}
.menu-form .btn:hover {
	color: #d7b674;
}

.second-menu {
	gap: 60px;
	margin-bottom: 100px;
}
.second-menu a {
	color: #fff;
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding-right: 15px;
}
.second-menu a:hover {
	color: #d7b674;
	background: transparent url(../img/arrow-right.png) right center no-repeat;
}

.main {
	position: relative;
}
.main .swiper-prev {
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	background: transparent url(../img/prev.svg) center no-repeat;
	position: absolute;
	top: calc(50% - 25px);
	left: 60px;
	z-index: 1;
}
.main .swiper-prev:hover {
	cursor: pointer;
	background: #d7b674 url(../img/prev.svg) center no-repeat;
	border-color: #d7b674;
}
.main .swiper-next {
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	background: transparent url(../img/next.svg) center no-repeat;
	position: absolute;
	top: calc(50% - 25px);
	right: 60px;
	z-index: 1;
}
.main .swiper-next:hover {
	cursor: pointer;
	background: #d7b674 url(../img/next.svg) center no-repeat;
	border-color: #d7b674;
}
.main .swiper-pagination {
	position: relative;
	bottom: 100px;
	width: 1430px;
	left: calc(50% - 715px);
	justify-content: flex-end;
	display: flex;
	gap: 20px;
}
.your-city select {
	width: 100%;
	height: 50px;
	padding: 10px 25px;
	border: 1px solid #cbcbcb;
}
.main .swiper-pagination .swiper-pagination-bullet {
	width: 100px;
	height: 2px;
	background: #fff;
	border-radius: unset;
	opacity: 1;
	position: relative;
}
.main .swiper-pagination .swiper-pagination-bullet:after {
	content: "";
	display: block;
	width: 0px;
	height: 4px;
	position: absolute;
	top: -1px;
	left: 0;
	transition: width 0.5s linear;
	background: #d7b674;
}
.main
	.swiper-pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	width: 100%;
	transition: width 5s linear;
}

.main-slide {
	width: 100%;
	height: 100vh;
	min-height: 600px;
	padding: 110px 0;
}
.main-slide .container {
	height: 100%;
}
/*.main-slide:before{
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: unset;
	background: rgba(0, 0, 0, 0.2);
}*/
.main-slide-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.main-slide-wrapper {
	height: 100%;
	flex-wrap: wrap;
	max-width: 530px;
	gap: 30px;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
}

.main-slide-info {
	width: 100%;
	font-family: "Montserrat";
	color: #fff;
	font-weight: 500;
}
.main-slide-info span {
	display: block;
	color: #d7b674;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 500;
	text-shadow: 0 0 30px #111416;
}
.main-slide-info .item-date {
	font-size: 24px;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 7px;
	font-weight: 500;
	text-shadow: 0 0 30px #111416;
}
.main-slide-title {
	font-size: 76px;
	margin: 0;
	font-weight: 500;
	line-height: 1.2;
	text-shadow: 0 0 30px #111416;
}
.main-slide-wrapper {
	max-width: 630px;
}
.main-slide-buttons {
	gap: 30px;
	max-width: 530px;
}
.main-slide-buttons .btn {
	width: 50%;
}

.main-about {
	padding: 50px 0 40px;
	position: relative;
}
.main-about .title {
	position: relative;
	left: -50px;
}

.wbs-bg {
	background: #fff url(../img/wbs.svg) left 300px no-repeat;
}

.main-about-wrapper {
	gap: 30px;
	display: flex;
	align-items: flex-start;
}
.main-about-wrapper .title {
	width: calc(100% - 830px);
}

.main-about-info {
	width: 800px;
	margin-top: 30px;
}
.main-about-info p {
	margin: 0 0 30px;
}
.main-about-info p:last-of-type {
	margin-bottom: 0;
}
.main-about-info .btn {
	width: 100%;
	max-width: 100%;
}

.main-shows {
	margin-bottom: 50px;
}
.main-shows .title {
	position: relative;
	left: -50px;
}

.main-shows-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	padding: 0 50px;
}
.shows-wrapper .show-item:hover:before {
	display: none !important;
}
.show-item {
	position: relative;
	overflow: hidden;
}

.blog-item-img {
	position: relative;
}
.blog-item-img:hover:before,
.show-item:hover:before {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: unset;
}
.show-item .item-img {
	display: block;
	width: 100%;
}
.show-item .item-info {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 50px;
}
.show-item .item-title {
	color: #fff;
	font-family: "Montserrat";
	font-size: 40px;
	font-weight: 500;
	margin: 0 0 15px;
}
.show-item .item-buttons {
	display: flex;
	gap: 30px;
	max-width: 480px;
}
.show-item .item-buttons .btn {
	padding: 5px 13px;
	width: 50%;
}
.press-reviews {
	padding: 60px 0;
	background: #f5f5f5;
}

.press-reviews-slider .swiper {
	padding-bottom: 60px;
}
.press-reviews-slider .swiper-pagination {
	position: absolute;
	bottom: 0;
	justify-content: center;
	display: flex;
	gap: 14px;
}
.press-reviews-slider .swiper-pagination .swiper-pagination-bullet {
	width: 60px;
	height: 2px;
	background: #e6e6e6;
	border-radius: unset;
	opacity: 1;
	transition: background 0.5s ease-in-out;
	position: relative;
}
.press-reviews-slider .swiper-pagination .swiper-pagination-bullet:after {
	content: "";
	display: block;
	width: 0px;
	height: 4px;
	position: absolute;
	top: -1px;
	left: 0;
	transition: width 0.5s linear;
	background: #d7b674;
}
.press-reviews-slider
	.swiper-pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	width: 100%;
	transition: width 5s linear;
}

.press-review-item {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
.press-review-item .item-rating {
	display: flex;
	gap: 15px;
	justify-content: center;
	margin-bottom: 28px;
}
.press-review-item .item-rating img {
	display: block;
}
.press-review-item .item-main {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 20px;
}
.press-review-item .item-bottom {
	font-family: "Montserrat";
	font-size: 24px;
	line-height: 40px;
	font-weight: 500;
}

.main-cast {
	padding: 70px 0 100px;
}

.main-cast-title-block {
	align-items: center;
	margin-bottom: 26px;
}
.main-cast-title-block .title {
	margin: 0;
	position: relative;
	left: -50px;
}
.main-cast-title-block .main-cast-prev {
	margin: 0 24px 0 auto;
	width: 50px;
	height: 50px;
	border: 2px solid #d7b674;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-cast-title-block .main-cast-prev:hover {
	background: #d7b674;
	cursor: pointer;
}
.main-cast-title-block .main-cast-prev:hover path {
	fill: #fff;
}
.main-cast-title-block .main-cast-next {
	width: 50px;
	height: 50px;
	border: 2px solid #d7b674;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-cast-title-block .main-cast-next:hover {
	background: #d7b674;
	cursor: pointer;
}
.main-cast-title-block .main-cast-next:hover path {
	fill: #fff;
}

.cast-item {
	text-align: center;
	/* filter: grayscale(100%); */
}

.cast-item-img {
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
}
.cast-item-img:focus-visible {
	outline: none;
}
.cast-item-img img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.cast-item-img_square img {
	aspect-ratio: 1 / 1;
}

.cast-item h3,
.cast-item h4 {
	margin: 0;
}
.cast-item h3 a,
.cast-item h4 a {
	color: #000;
	font-family: "Montserrat";
	font-size: 22px;
	font-weight: 500;
}
.cast-item h3 a svg,
.cast-item h4 a svg {
	opacity: 0;
}

.cast-item .theater-name {
	font-family: "Montserrat";
	font-weight: 600;
}

.cast-item .role {
	color: #000;
	font-family: "Montserrat";
	font-size: 26px;
	font-weight: 600;
}

.cast-item p {
	margin-bottom: 0;
}

.cast-item:hover {
	filter: unset;
}
.cast-item:hover h3 a,
.cast-item:hover h4 a {
	color: #d7b674;
}
.cast-item:hover h3 a svg,
.cast-item:hover h4 a svg {
	opacity: 1;
}

.main-cast-slider {
	margin-bottom: 50px;
}

.cast-more {
	width: 100%;
}

.merchandise {
	position: relative;
	/* background: transparent url(../img/merchandise-bg.jpg) no-repeat center / cover; */
	/* padding: 100px 0; */
}

.merchandise .bg {
	position: relative;
	top: 0;
	left: 0;
	aspect-ratio: 1920 / 500;
	width: 100%;
	height: auto;
}
.merchandise .bg__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.merchandise .bg__image.mobile {
	display: none;
}
.merchandise .bg__shadow {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.merchandise .btn {
	width: 100%;
	margin-top: 15px;
}

.merchandise .container {
	position: relative;
}

.merchandise-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	/* min-height: 300px; */
}
.merchandise-wrapper img {
	display: block;
	margin: 0 0 50px;
}
.merchandise-wrapper p {
	margin: 0;
	color: #fff;
	font-family: "Montserrat";
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 70px;
}
.merchandise-wrapper .btn {
	padding: 5px 20px;
	min-width: 250px;
}

.bottom-subscribe {
	padding: 75px 0 95px;
	background: #f5f5f5 url(../img/wbs-white.svg) -10px 300px no-repeat;
}

.bottom-subscribe-wrapper {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}
.bottom-subscribe-wrapper .title {
	position: relative;
	left: -50px;
	width: calc(100% - 780px);
}

.bottom-subscribe-form {
	width: 700px;
	margin-top: 25px;
}
.bottom-subscribe-form p {
	color: #767676;
	font-size: 20px;
	line-height: 1.3;
	margin: 0 0 45px;
}
.bottom-subscribe-form .input-group {
	margin-bottom: 30px;
}
.bottom-subscribe-form .btn {
	width: 100%;
}

.single-cast-page {
}
@media (min-width: 1399.98px) {
	.single-cast-page .main-banner_h-800 {
		height: 580px;
	}
}
.single-cast-page .info {
}
.single-cast-page .info__wrapper {
	display: flex;
	width: 100%;
	gap: 94px;
}
.single-cast-page .info__image-wrapper {
	flex: 2;
	position: relative;
	max-width: 500px;
}
.single-cast-page .info__image {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	/* height: auto; */
	height: 712px;
	max-height: 712px;
	object-fit: cover;
}
.single-cast-page .info__text {
	flex: 1;
	max-width: 700px;
	padding: 60px 0 60px;
	margin-left: auto;
}
.single-cast-page .info__name {
	font-family: "Montserrat";
	font-size: 60px;
	font-weight: 600;
	line-height: 1.2;
}
.single-cast-page .info__position {
	font-family: "Montserrat";
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 25px;
}
.single-cast-page .info__position:empty {
	display: none;
}

.single-cast-page .text-block {
	padding-top: 60px;
}
.single-cast-page .text-block__wrapper {
	max-width: 800px;
	margin: 0 auto;
}
.single-cast-page .text-block__title {
	position: relative;
	margin-bottom: 40px;
}
.single-cast-page .text-block__text {
	width: 100%;
}
.single-cast-page .text-block__text p:last-child {
	margin-bottom: 0;
}
.single-cast-page .text-block__text p:empty {
	display: none;
}
.single-cast-page .text-block__text strong {
	margin: 0;
}

.single-cast-page .roles .text-block__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0 40px;
}
.single-cast-page .roles .text-block__text {
	max-width: 310px;
	width: 100%;
	padding-top: 26px;
}
.single-cast-page .roles .text-block__text strong,
.single-cast-page .roles .text-block__text a {
	font-weight: 500;
	color: inherit;
	display: block;
}
.single-cast-page .roles .text-block__text span {
	display: block;
	margin-bottom: 30px;
}
.single-cast-page .roles .text-block__text span:last-child {
	margin-bottom: 0;
}

.single-cast-page .post-slider {
	padding-top: 60px;
	margin-bottom: 90px;
}
.single-cast-page .post-slider .title {
}
.single-cast-page .post-slider .post-slider-prev {
	margin-left: auto;
}
.single-cast-page .post-slider img {
	width: 100%;
	height: 324px;
	object-fit: cover;
}
.single-cast-page .post-slider h3 {
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 40px;
	color: initial;
	margin: 22px 0;
}
.single-cast-page .post-slider .btn {
}

@media (max-width: 1399.98px) {
	.single-cast-page .info {
	}
	.single-cast-page .info__wrapper {
		gap: 40px;
	}
	.single-cast-page .info__image-wrapper {
		flex: 1.1;
	}
	.single-cast-page .info__text {
		padding: 50px 0 40px;
	}
	.single-cast-page .info__name {
		font-size: 40px;
	}
	.single-cast-page .info__position {
		font-size: 18px;
		margin-top: 20px;
	}
	.single-cast-page .info__position:empty {
		display: none;
	}

	.single-cast-page .text-block__wrapper {
		max-width: 100%;
	}
	.single-cast-page .text-block__title {
		left: 0;
		margin-bottom: 20px;
	}
	.single-cast-page .text-block__text {
	}

	.single-cast-page .roles .text-block__text {
		max-width: 100%;
		padding-top: 0;
	}

	.single-cast-page .post-slider .title {
	}
	.single-cast-page .post-slider img {
		height: 230px;
	}
	.single-cast-page .post-slider h3 {
		font-size: 28px;
		margin: 16px 0;
	}
}
@media (max-width: 815px) {
	.single-cast-page .info__image {
		height: auto;
		max-height: 530px;
	}
}
@media (max-width: 767.98px) {
	.single-cast-page .info {
	}
	.single-cast-page .info__wrapper {
		display: block;
		padding-top: 100px;
	}
	.single-cast-page .info__image-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.single-cast-page .info__image {
		position: absolute;
		left: auto;
		bottom: 0;
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 400px;
	}
	.single-cast-page .info__text {
		flex: 1;
		max-width: 100%;
		padding: 0;
		margin-left: auto;
	}
	.single-cast-page .info__name {
		font-size: 30px;
	}
	.single-cast-page .info__position {
		font-size: 16px;
		margin-top: 10px;
	}

	.single-cast-page .text-block {
		padding-top: 40px;
	}
	.single-cast-page .text-block__title {
		margin-bottom: 15px;
	}

	.single-cast-page .post-slider {
		padding-top: 20px;
		margin-bottom: 0;
	}
	.single-cast-page .post-slider .title {
		margin-right: auto;
	}
	.single-cast-page .post-slider .post-slider-arrows {
		margin-bottom: 40px;
	}
	.single-cast-page .post-slider .post-slider-prev,
	.single-cast-page .post-slider .post-slider-next {
		display: none;
	}
	.single-cast-page .post-slider .swiper-wrapper {
		flex-direction: column !important;
		transform: translate3d(0px, 0px, 0px) !important;
	}
	.single-cast-page .post-slider .swiper-wrapper .swiper-slide {
		width: 100% !important;
		margin: 0 !important;
		margin-bottom: 40px !important;
	}
	.single-cast-page .post-slider img {
		height: 65vw;
	}
	.single-cast-page .post-slider h3 {
		font-size: 24px;
		margin: 14px 0;
	}
	.single-cast-page .post-slider .btn {
		width: 100%;
	}
}

@media (max-width: 575.98px) {
	.single-cast-page .post-slider .swiper {
		max-width: 100%;
	}
}

footer {
	color: #fff;
	padding: 70px 0 30px;
	background: #000d1d;
}

.footer-main {
	display: flex;
	gap: 90px;
	margin-bottom: 100px;
	justify-content: space-between;
}
.footer-main .h3 {
	color: #fff;
	font-family: "Montserrat";
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	margin: 0 0 21px;
}

.footer-logo a {
	display: block;
}
.footer-logo a img {
	display: block;
}

.footer-menu {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 11px 80px;
	margin-right: auto;
}
.footer-menu a {
	color: #fff;
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding-right: 15px;
}
.footer-menu a:hover {
	color: #d7b674;
	background: transparent url(../img/arrow-right.png) right center no-repeat;
}

.footer-social {
	margin-right: auto;
}
.footer-social-list {
	gap: 10px;
	display: flex;
	margin-right: auto;
}
.footer-social-list a {
	border-radius: 40px;
	border: 2px solid #fff;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-social-list a:hover {
	background: #d7b674;
	border-color: #d7b674;
}

.footer-contacts {
	margin-left: auto;
}
.footer-contacts a {
	color: #fff;
	font-family: "Montserrat";
	font-size: 20px;
	line-height: 1.8;
}
.footer-contacts a:hover {
	color: #d7b674;
}
@media (min-width: 1500px) {
	.footer-social {
		margin-right: 80px;
	}
}

.copyright {
	color: #767676;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
}

.main-slide {
	min-height: 700px;
	opacity: 0;
	transition: opacity 0.5s linear;
}
.swiper-slide-active .main-slide {
	opacity: 1;
}

.main-slide-wrapper {
	margin-left: 50px;
}

.main-banner {
	position: relative;
	padding: 110px 0 90px;
	height: 970px;
	display: flex;
	align-items: flex-end;
	color: #fff;
	max-height: 100vh;
	width: 100%;
}
/*.main-banner:before{
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: unset;
	background: rgba(0, 0, 0, 0.2);
}*/
.main-banner-img {
	display: block;
	height: 970px;
	width: 100%;
	object-position: center;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	max-height: 100vh;
}

.main-banner-content {
	font-family: "Montserrat";
	position: relative;
	z-index: 2;
}
.main-banner-content .suptitle {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	text-shadow: 0 0 30px #111416;
}
.main-banner-content .title {
	color: inherit;
	margin: 0;
	text-shadow: 0 0 30px #111416;
}
.main-banner-content .btn {
	margin-top: 32px;
}

.main-banner_h-800 {
	/* max-height: none !important; */
}
.main-banner_h-800 .main-banner-img {
	height: 100% !important;
}
@media (min-width: 1400.98px) {
	.main-banner_h-800 {
		height: 800px;
		padding-bottom: 50px;
	}
}
/* @media (max-width: 1399.98px) {
	.main-banner_h-800 {
		max-height: none;
	}
} */

@media (min-width: 769px) {
	.main-banner_h-full {
		height: calc(100vh - 105px) !important;
		min-height: 600px !important;
	}
	.main-banner_h-full .main-banner-img {
		height: 100% !important;
		max-height: 100% !important;
	}
}

.about-info {
	padding: 50px 0;
	background: transparent url(../img/wbs.svg) 0 222px no-repeat;
}

.about-info-item {
	display: flex;
	gap: 30px;
	align-items: center;
	margin-bottom: 50px;
	justify-content: space-between;
}
.about-info-item:last-of-type {
	margin-bottom: 0;
}
.about-info-item .item-img {
	width: 700px;
}
.about-info-item .item-img img {
	display: block;
	width: 100%;
}
.about-info-item .item-content {
	width: calc(100% - 870px);
}
.about-info-item .item-content p {
	margin-bottom: 30px;
}
.about-info-item .item-content p:last-of-type {
	margin-bottom: 0;
}

.about-bottom {
	margin-bottom: 100px;
}

.about-bottom-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.about-bottom-item .item-img {
	margin-bottom: 18px;
	position: relative;
	overflow: hidden;
	display: block;
}
.about-bottom-item .item-img:hover img {
	transform: scale(1.2);
}
.about-bottom-item .item-img img {
	transition: transform 0.3s linear;
	transform: scale(1);
	display: block;
	width: 100%;
}
.about-bottom-item .item-title {
	color: #000;
	font-family: "Montserrat";
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 18px;
}
.about-bottom-item .btn {
	padding: 10px 35px;
	width: 240px;
}

.main-about-btn {
	width: 30px;
	height: 30px;
	background: transparent url(../img/to-bottom.svg) center no-repeat;
	position: absolute;
	bottom: 40px;
	left: calc(50% - 15px);
	z-index: 1;
}

.shows-wrapper {
	padding: 50px;
}

.shows-items .show-item {
	margin-bottom: 50px;
}
.shows-items .show-item:last-of-type {
	margin-bottom: 0;
}

.show-item:nth-child(even) .show-item-info {
	margin-left: calc(50% + 170px);
}
.show-item:nth-child(even) .show-item-img {
	right: unset;
	left: 0;
}
.show-item .container {
	gap: 170px;
	align-items: center;
	display: flex;
	height: 650px;
}
/* .show-item_festival-banner {
	padding: 0 50px;
} */

.show-item-info {
	width: 530px;
}
.show-item-info .title-wrapper {
	margin: 0 0 30px;
}
.show-item-info .title {
	color: #d7b674;
	font-family: "Montserrat";
	font-size: 60px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}
.show-item-info .subtitle {
	font-family: "Montserrat";
	font-size: 20px;
	font-weight: 600;
	margin-top: 15px;
}
.show-item-info .description {
	/* color: #686868; */
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 50px;
}

.show-item-img {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	overflow: hidden;
}
.show-item-img img {
	display: block;
	height: 650px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.3s linear;
	transform: scale(1);
}
.show-item-img:hover img {
	transform: scale(1.2);
}

.show-item-buttons {
	gap: 30px;
}
.show-item-buttons .btn {
	width: 50%;
}

.cast-page {
	padding: 80px 0 90px;
}

.cast-category {
	margin-bottom: 100px;
}
.cast-category .title {
	margin-bottom: 30px;
	position: relative;
	left: -50px;
}
.cast-category:last-of-type {
	margin-bottom: 0;
}

.cast-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px 45px;
}

.team-wrapper {
	display: flex;
	margin: 0 -22px;
	gap: 50px 0;
	justify-content: center;
	flex-wrap: wrap;
}
.team-wrapper .team-col {
	width: 25%;
	padding: 0 22px;
}
.team-wrapper .cast-item p {
	margin: 0;
	font-size: 20px;
	margin-top: 5px;
}
.team-wrapper.team-wrapper-top {
	margin-bottom: 50px;
}

.page-team {
	padding-bottom: 100px;
}

.page-team .event-page-menu {
	padding-bottom: 25px;
}
.page-team .event-menu-wrapper {
	justify-content: initial;
	max-width: none;
	padding: 0 10px 10px;
	scrollbar-width: initial;
}
.page-team .event-menu-wrapper a {
	white-space: nowrap;
}
.page-team .event-menu-wrapper a:first-child {
	margin-left: auto;
}
.page-team .event-menu-wrapper a:last-child {
	margin-right: auto;
}

.page-team .cast {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 0;
}
.page-team .cast__title {
	margin-bottom: 40px;
}
.page-team .cast__flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}
.page-team .cast__flex .cast-item {
	width: calc(25% - 23px);
}
.page-team .cast__link {
	margin-top: 40px;
}
@media (max-width: 1200px) {
	.page-team .cast__flex .cast-item {
		width: calc(33% - 17px);
	}
}
@media (max-width: 767.98px) {
	.page-team .event-page-menu {
		padding-bottom: 10px;
	}
	.page-team .event-menu-wrapper {
		padding-bottom: 0;
		scrollbar-width: none;
	}
	.page-team .cast__title {
		margin-bottom: 30px;
	}
	.page-team .cast__flex .cast-item {
		width: calc(50% - 15px);
	}
	.page-team .cast__link {
		margin-top: 30px;
	}
}

.page-the-company {
	padding-top: 50px;
	padding-bottom: 100px;
}
.page-the-company .categories {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px 30px;
}
.page-the-company .category {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	width: calc(33% - 20px);
	height: auto;
	padding: 1em;
}
.page-the-company .category:hover .category__image img {
	transform: scale(1.2);
}
.page-the-company .category:hover .category__name {
	transform: scale(1.1);
}
.page-the-company .category__image {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.page-the-company .category__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.3s linear;
	transform: scale(1);
}

.page-the-company .category__name {
	color: #000;
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	transition: transform 0.3s linear;
	transform: scale(1);
}

.page-the-company .swiper-slide .category {
	width: 100% !important;
}

.page-the-company_second .category {
	position: static;
	display: block;
	aspect-ratio: initial;
	padding: 0;
}
.page-the-company_second .category__image {
	position: static;
	aspect-ratio: 1 / 1;
	height: auto;
}
.page-the-company_second .category:hover .category__name {
	transform: scale(1);
}
.page-the-company_second .category__name {
	font-weight: 600;
	color: #d7b674;
	position: static;
	margin-top: 30px;
}

@media (max-width: 1499.98px) {
	.page-the-company .category__name {
		font-size: 36px;
	}
}
@media (max-width: 1200px) {
	.page-the-company .category {
		width: calc(50% - 15px);
	}
	.page-the-company .category__name {
		font-size: 40px;
	}
	.page-the-company .swiper-slide .category__name {
		font-size: 30px;
	}
}
@media (max-width: 767.98px) {
	.page-the-company .category {
		width: 100%;
	}
	.page-the-company_second .category__name {
		margin-top: 15px;
	}
	.page-the-company .swiper-slide .category__name {
		font-size: 22px;
	}
}

.blog-page {
	padding-top: 50px;
}

.blog-wrapper {
	margin-bottom: 100px;
}
.blog-wrapper .title {
	position: relative;
	left: -50px;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 40px;
}

.blog-item span {
	display: block;
	color: #d7b674;
	font-family: "Montserrat";
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 12px;
}
.blog-item h4 {
	margin: 0 0 25px;
}
.blog-item h4 a {
	display: block;
	font-size: 24px;
	color: #000;
	font-family: "Montserrat";
	height: 3em;
	overflow: hidden;
}
.blog-item h4 a:hover {
	color: #d7b674;
}
.blog-item .btn {
	padding: 5px 35px;
	gap: 5px;
	width: 200px;
}

.blog-item-img {
	display: block;
	margin: 0 0 22px;
}
.blog-item-img img {
	display: block;
}
.blog-item-img:hover {
	opacity: 0.8;
}

.post-page {
	padding: 30px 0 100px;
}

.post-text-wrapper {
	max-width: 800px;
	margin: 0 auto 50px;
}
.post-text-wrapper .btn {
	width: 100%;
}
.post-text-wrapper a:not(.btn) {
	color: #d7b674;
}
.post-text-wrapper:last-of-type {
	margin-bottom: 0;
}

.post-date {
	display: block;
	font-family: "Montserrat";
	font-size: 20px;
	line-height: 2;
	text-transform: uppercase;
}

.post-title,
.post-text-wrapper h1 {
	color: #000;
	font-family: "Montserrat";
	font-size: 36px;
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 30px;
	text-align: left !important;
}

.post-full-img {
	margin-bottom: 50px;
}
.post-full-img img {
	display: block;
	margin-bottom: 16px;
}
.post-full-img strong {
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}

.post-slider-wrapper {
	overflow: hidden;
}
.post-slider {
	margin-bottom: 75px;
}

.post-slider-arrows {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 22px;
	margin-bottom: 50px;
}
.post-slider-arrows .post-slider-next,
.post-slider-arrows .post-slider-prev {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 2px solid #d7b674;
}
.post-slider-arrows .post-slider-next:hover,
.post-slider-arrows .post-slider-prev:hover {
	background: #d7b674;
	cursor: pointer;
}
.post-slider-arrows .post-slider-next:hover path,
.post-slider-arrows .post-slider-prev:hover path {
	fill: #fff;
}
.post-slider-arrows .post-slider-next.swiper-button-lock,
.post-slider-arrows .post-slider-prev.swiper-button-lock {
	display: none;
}

.post-slider-arrows .title {
	margin-right: auto;
	margin-bottom: 0;
}

.post-slide-item {
	position: relative;
	display: block;
}
.post-slide-item img {
	display: block;
}
.post-slide-item::grammar-error {
	content: "";
	display: none;
	width: 100px;
	height: 100px;
	background: rgba(215, 182, 116, 0.7) url(../img/glass.svg) center no-repeat;
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	border-radius: 90px;
}
.post-slide-item:hover {
	cursor: pointer;
}
.post-slide-item:hover::before {
	display: block;
	pointer-events: none;
}

.tickets-page {
	padding: 50px 0 100px;
}

.tickets-select {
	max-width: 800px;
	margin: 0 auto 50px;
}
.tickets-select_down {
	margin-top: 50px;
	margin-bottom: 0;
}
.tickets-select h2 {
	color: #000;
	font-family: "Montserrat";
	font-size: 36px;
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 18px;
}
.tickets-select select {
	width: 100%;
}

.tickets-items .item {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 25px 0;
	border-top: 2px solid #e6e6e6;
	font-size: 20px;
	/* color: #686868; */
}
.tickets-items .item:hover {
	color: #000;
}
.tickets-items .item:last-of-type {
	border-bottom: 2px solid #e6e6e6;
}
.tickets-items .item-date {
	width: 17%;
	font-weight: 500;
}
.tickets-items .item-city {
	width: 17%;
	font-weight: 500;
}
.tickets-items .item-location {
	width: 26%;
}
.tickets-items .item-city-location {
	display: none;
	width: 23%;
}
.tickets-items .item-city-location .date,
.tickets-items .item-city-location .city {
	font-weight: 500;
	margin-bottom: 0.5em;
}
.tickets-items .item-city-location .location {
}
.tickets-items .item-logo {
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	display: none;
	width: 20%;
	height: auto;
}
.tickets-items .item-logo img {
	display: block;
	width: 100%;
	height: auto;
}
.tickets-items .item-buttons {
	width: 40%;
	display: flex;
	gap: 30px;
}
.tickets-items .item-buttons .btn {
	width: 50%;
	gap: 5px;
	padding-left: 26px;
}

.masterclass-page {
	padding: 70px 0 100px;
}

.masterclass-page-wrapper {
	max-width: 800px;
	margin: 0 auto;
}
.masterclass-page-wrapper .btn {
	width: 100%;
}
.masterclass-page-wrapper h2 {
	color: #000;
	font-family: "Montserrat";
	font-size: 60px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 30px;
}
.masterclass-page-wrapper form {
	margin: 50px 0;
}
.masterclass-page-wrapper form .input-group {
	margin-bottom: 30px;
}
.masterclass-page-wrapper form .btn {
	width: 100%;
}

.masterclass-preim {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.masterclass-preim:last-of-type {
	margin-bottom: 0;
}
.masterclass-preim strong {
	font-weight: 500;
	display: block;
}

.digital-page {
	padding-bottom: 50px;
}
.digital-page .show-item .item-buttons .btn {
	width: 100%;
	max-width: 260px;
}

.simple-page {
	padding: 200px 0 100px;
	font-size: 20px;
	line-height: 1.5;
}
.simple-page h3 {
	color: #000;
	font-family: "Montserrat";
	font-size: 36px;
	font-weight: 500;
	line-height: 1.1;
	margin: 0 0 25px;
}
.simple-page .privacy-page-item {
	margin-bottom: 65px;
}
.simple-page .privacy-page-item:last-of-type {
	margin-bottom: 0;
}
.simple-page .privacy-page-item p {
	margin-bottom: 25px;
}
.simple-page .privacy-page-item p:last-of-type {
	margin-bottom: 0;
}
.simple-page .privacy-page-item strong {
	display: block;
}
.simple-page .privacy-page-item ul li {
	padding-left: 12px;
	position: relative;
}
.simple-page .privacy-page-item ul li:before {
	content: ".";
	position: absolute;
	left: 0;
	top: -5px;
}

.simple-page-wrapper {
	max-width: 800px;
	margin: 0 auto;
}
.simple-page-wrapper h2 {
	color: #000;
	font-family: "Montserrat";
	font-size: 60px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 50px;
}

.performance-reviews {
	padding: 60px 0;
	background: #f5f5f5;
}
.performance-reviews .title {
	position: relative;
	left: -50px;
	position: relative;
}
.performance-reviews .swiper-wrapper {
	margin-bottom: 60px;
}
.performance-reviews .swiper-pagination {
	width: 100%;
	justify-content: center;
	display: flex;
	gap: 14px;
}
.performance-reviews .swiper-pagination .swiper-pagination-bullet {
	width: 60px;
	height: 2px;
	background: #e6e6e6;
	border-radius: unset;
	opacity: 1;
	position: relative;
}
.performance-reviews .swiper-pagination .swiper-pagination-bullet:after {
	content: "";
	display: block;
	width: 0px;
	height: 4px;
	position: absolute;
	top: -1px;
	left: 0;
	transition: width 0.5s linear;
	background: #d7b674;
}
.performance-reviews
	.swiper-pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	width: 100%;
	transition: width 5s linear;
}

.performance-review-item {
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
}
.performance-review-item .item-img {
	width: 100px;
	height: 100px;
	margin: 0 auto 22px;
}
.performance-review-item .item-img img {
	display: block;
	border-radius: 90px;
}
.performance-review-item .item-author {
	line-height: 2;
	font-weight: 500;
}

.synopsis-btn {
	margin-top: 40px;
	padding: 5px 50px;
	width: 100%;
	max-width: 350px;
}

.performance-page {
	padding-bottom: 100px;
}
.performance-page .post-slider {
}
.performance-page .post-slider-arrows {
	justify-content: flex-start;
	margin-bottom: 32px;
}
.performance-page .post-slider-arrows .title {
	margin: 0;
	position: relative;
	left: -50px;
}
.performance-page .post-slider-prev {
	margin: 0 0 0 auto;
}

.performance-page .main-about {
	padding: 0;
	padding-top: 50px;
}
.performance-page .performance-video {
	padding: 0;
	padding-top: 70px;
	margin: 0;
}
.performance-page .post-slider-wrapper {
	padding-top: 70px;
}
.performance-page .post-slider {
	margin: 0;
}
.performance-page .page-team .cast {
	text-align: left;
}

.performance-video {
	margin-bottom: 75px;
}
.performance-video .btn {
	width: 100%;
}
.performance-video .title {
	position: relative;
	left: -50px;
}

.performance-video-wrapper {
	position: relative;
	margin-bottom: 50px;
	display: block;
}
.performance-video-wrapper:after {
	content: "";
	/*display: none;*/
	width: 162px;
	height: 162px;
	background: transparent url(../img/video-play.png) center no-repeat;
	position: absolute;
	top: calc(50% - 81px);
	left: calc(50% - 81px);
	filter: brightness(10);
}
.performance-video-wrapper:hover {
	cursor: pointer;
}
.performance-video-wrapper:hover:after {
	display: block;
}
.performance-video-wrapper img {
	display: block;
	width: 100%;
}

.performance-reasons {
	padding-top: 70px;
}
.performance-reasons .title {
	position: relative;
	left: -50px;
}
.performance-reasons .list {
	max-width: 800px;
	margin: 0 auto;
}
.performance-reasons .list .item {
	display: flex;
	gap: 30px;
	width: 100%;
}
.performance-reasons .list .item:not(:last-child) {
	margin-bottom: 13px;
}
.performance-reasons .list .item__number {
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 2rem;
	color: #000;
	width: 2rem;
}
.performance-reasons .list .item__content {
	padding-top: 17px;
}

.performance-faq {
	margin-bottom: 67px;
}
.performance-faq .title {
	position: relative;
	left: -50px;
}

.performance-footer-button-wrapper {
	margin-top: 70px;
}
.performance-footer-button-wrapper .btn {
	width: 100%;
}

.performance-casts {
	padding-top: 70px;
}
.performance-casts .title {
	position: relative;
	left: -50px;
}
.performance-casts .faq-item .item-top {
	font-size: 40px;
	line-height: 1;
}
.performance-casts .faq-item .item-content {
	max-width: 100%;
	overflow: hidden;
}
.performance-casts .cast-сategory {
	font-family: "Montserrat";
	font-size: 40px;
	font-weight: 500;
	color: #000;
	margin-bottom: 30px;
}
.performance-casts .cast-flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}
.performance-casts .cast-flex .cast-item {
	width: calc(30% - 23px);
	filter: initial;
}
.performance-casts .cast-flex .cast-item-img img {
}
.performance-casts .btn {
	width: 100%;
	margin-top: 40px;
}
@media (max-width: 1399.98px) {
	.performance-casts .title {
		left: 0;
	}
	.performance-casts .faq-item .item-top {
		font-size: 28px;
	}
}
@media (max-width: 1200px) {
	.performance-casts .cast-flex .cast-item {
		width: calc(33% - 17px);
	}
}
@media (max-width: 767.98px) {
	.performance-casts {
		padding-top: 40px;
	}
	.performance-casts .faq-item .item-top {
		font-size: 16px;
	}
	.performance-casts .cast-flex .cast-item {
		width: calc(50% - 15px);
	}
	.performance-casts .btn {
		margin-top: 20px;
	}
}

.faq-wrapper {
	border-top: 1px solid #e6e6e6;
	margin-bottom: 100px;
}

.faq-item {
	border-bottom: 1px solid #e6e6e6;
}
.faq-item .item-top {
	color: #000;
	font-family: "Montserrat";
	font-size: 20px;
	font-weight: 500;
	line-height: 2;
	padding: 28px 30px 28px 0;
	position: relative;
}
.faq-item .item-top:hover {
	cursor: pointer;
}
.faq-item .item-top::after {
	content: "";
	display: block;
	position: absolute;
	background: transparent url(../img/arrow-down.svg) center no-repeat;
	width: 24px;
	height: 24px;
	right: 0;
	top: calc(50% - 12px);
	transition: 0.5s;
}
.faq-item .item-top.active::after {
	transform: rotateZ(-180deg);
}
.faq-item .item-content {
	display: none;
	max-width: 800px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1.5;
}
.faq-item .item-content h2 {
	font-size: 20px;
	margin: 0 0 25px;
	font-family: "Montserrat";
	font-weight: 500;
}
.video-slider-wrapper-item h4,
b,
strong,
h1,
h2,
h3,
.h3,
h4,
h5,
h6 {
	font-weight: 500;
}

.banner-flex {
	display: flex;
	width: 100%;
}

.event-top {
	width: 100%;
	max-width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.event-top .container {
	max-width: 600px;
	padding: 0 15px;
	width: 100%;
	margin: 0;
	/* margin-left: 174px; */
}
.event-top-wrapper {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.event-top-wrapper > * {
}
.event-top-wrapper h1,
.event-top-wrapper h2 {
	color: #000;
	font-family: "Montserrat";
	font-size: 60px;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	margin-bottom: 20px;
}
.event-top-wrapper .subtitle {
	color: #000;
	font-family: "Montserrat";
	font-weight: 600;
	margin-bottom: 20px;
}
.event-top-wrapper h4 {
	color: #000;
	font-family: "Montserrat";
	font-size: 24px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 20px;
}
.orcher {
	color: #000;
	font-family: "Montserrat";
	font-size: 30px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 20px;
}
.event-top-wrapper .btn {
	/* font-size: 1rem; */
	width: 100%;
	margin-bottom: 50px;
}
.event-top-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 17px 50px;
	overflow: hidden;
}
.event-top-items.multi {
	margin-bottom: 20px;
}
.event-top-items .item {
	font-size: 20px;
	line-height: 1.5;
}
.event-top-items .item strong {
	font-family: "Montserrat";
	font-weight: 600;
	color: #000;
	display: flex;
	align-items: center;
	gap: 0.4em;
}
.event-top-items .item strong .icon {
	display: block;
	width: 1.2em;
	height: 1.2em;
}
.event-top-items .ticketmaster {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	grid-column: 1 / 2 span;
}
.event-top-items .ticketmaster:hover {
	text-decoration: none;
}
.event-top-items .ticketmaster__rating {
	font-size: 0.85em;
	line-height: 1;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	padding: 8px;
	border-radius: 2px;
	background-color: #000;
}
.event-top-items .ticketmaster__rating svg {
}
.event-top-items .ticketmaster__logo {
	display: block;
	width: 180px;
	height: auto;
}
.event-top-items .ticketmaster__logo svg {
	display: block;
	width: 100%;
	height: auto;
	fill: rgb(2, 77, 223);
}

.event-top-items .dropdown {
	position: relative;
}
.event-top-items .dropdown__button {
}
.event-top-items input {
	position: absolute;
	pointer-events: none;
	visibility: hidden;
}
.event-top-items input:checked + .dropdown__content {
	visibility: visible;
	opacity: 1;
}
.event-top-items .dropdown__content {
	font-size: 16px;
	font-weight: 400;
	position: absolute;
	bottom: calc(100% + 18px);
	left: -19px;
	display: inline-block;
	min-width: 320px;
	padding: 18px 20px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	transition: 0.5s;
	visibility: hidden;
	opacity: 0;
}
.event-top-items .dropdown__content::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 19px;
	display: block;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 18px solid #fff;
	filter: drop-shadow(0 0px 10px rgba(0, 0, 0, 0.1));
}

.event-top-items span {
	display: block;
}
.event-top-items span p {
	margin: 0;
}
.event-top-items a {
	color: #d7b674;
}
.event-top-items a:hover {
	text-decoration: underline;
}

.event-page-menu {
	background: #000d1d;
	padding: 35px 0;
}
.event-menu-wrapper {
	max-width: 945px;
	margin: 0 auto;
	display: flex;
	gap: 30px;
	justify-content: center;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.event-menu-wrapper::-webkit-scrollbar {
	display: none;
}
.event-menu-wrapper a {
	color: #fff;
	font-family: "Montserrat";
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	line-height: 1.2;
	display: block;
	transition: color 0.5s linear;
}
.event-menu-wrapper a:hover {
	color: #d7b674;
}
.event-menu-wrapper a:hover::after {
	opacity: 1;
}
.event-menu-wrapper a::after {
	width: 8px;
	height: 15px;
	background: transparent url(../img/arrow-right-2.svg) center no-repeat;
	position: absolute;
	content: "";
	display: block;
	opacity: 0;
	right: -24px;
	top: calc(50% - 7px);
	transition: opacity 0.5s linear;

	display: none !important;
}
.event-menu-wrapper .animate {
	display: block;
	height: 1.2em;
	overflow: hidden;
}
.event-menu-wrapper .animate span {
	display: block;
	width: 100%;
	animation: event-menu-wrapper-animate 10s linear 0s infinite;
}
@keyframes event-menu-wrapper-animate {
	0% {
		transform: translateY(100%);
	}
	2.5% {
		transform: translateY(0%);
	}
	32.5% {
		transform: translateY(0%);
	}

	35% {
		transform: translateY(-100%);
	}
	65% {
		transform: translateY(-100%);
	}

	67.5% {
		transform: translateY(-200%);
	}
	97.5% {
		transform: translateY(-200%);
	}

	100% {
		transform: translateY(-300%);
	}
}

.event-page-menu .marquee {
	width: 100%;
	overflow: hidden;
}
.event-page-menu .marquee__wrapper {
	display: flex;
	width: 100%;
	animation: marquee-left 22s linear 0s infinite;
}
@keyframes marquee-left {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-100%);
	}
}
.event-page-menu .shows {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: -5px;
	margin-bottom: -5px;
}
.event-page-menu .show {
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2;
	white-space: nowrap;
	text-transform: uppercase;
	color: #ffffff;
	margin-right: 100px;
}

.event-description {
	padding-top: 70px;
}
.event-description .btn {
	display: flex;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 30px;
}
.event-description-wrapper {
	max-width: 800px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1.5;
}
.event-description-wrapper h2 {
	color: #000;
	font-family: "Montserrat";
	font-size: 36px;
	font-weight: 600;
	line-height: 1.15;
	margin: 0 0 36px;
}
.event-description-wrapper p:last-child {
	margin-bottom: 0;
}

.event-reasons {
	margin-bottom: 30px;
}
.event-reasons .title {
	position: relative;
	left: -50px;
	margin-bottom: 50px;
}

.event-reasons-wrapper {
	max-width: 800px;
	margin: 0 auto;
}
.event-reasons-wrapper .item {
	margin-bottom: 30px;
	position: relative;
	padding-left: 70px;
}
.event-reasons-wrapper .item:last-of-type {
	margin-bottom: 0;
}
.event-reasons-wrapper .item strong {
	color: #000;
	font-family: "Montserrat";
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
	position: absolute;
	left: 0;
	top: -15px;
}

.event-teachers {
	padding-top: 70px;
}
.event-teachers-list {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	gap: 100px;
}
.event-teachers-list .item {
	font-size: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	width: 100%;
	max-width: 350px;
}
.event-teachers-list .item__image {
	display: block;
	aspect-ratio: 1 / 1;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.event-teachers-list .item__name {
	font-weight: 500;
	text-align: center;
	flex: 1;
}
.event-teachers-list .item__text {
	position: relative;
	overflow: hidden;
	height: 120px;
	transition: 0.5s;
}
.event-teachers-list .item__text::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 35px;
	background: linear-gradient(
		0deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0) 100%
	);
	transition: 0.5s;
	visibility: visible;
	opacity: 1;
}
.event-teachers-list .item__text.active::before {
	visibility: hidden;
	opacity: 0;
}
.event-teachers-list .item__text ol,
.event-teachers-list .item__text ul {
	list-style: initial;
	padding-left: 1.2em;
}
.event-teachers-list .item__btn {
	gap: 8px !important;
	width: 100%;
}
.event-teachers-list .item__btn::before {
	display: none;
}
.event-teachers-list .item__btn img,
.event-teachers-list .item__btn svg {
	display: block;
	width: 1em;
	height: auto;
}
.event-teachers-list .item__btn:hover {
	color: #d7b674;
}
.event-teachers-list .item__btn:hover path {
	fill: #d7b674;
}
.event-teachers-list .item__btn:hover img,
.event-teachers-list .item__btn:hover svg {
	width: 1em;
}
.event-teachers-list .item__btn.active img,
.event-teachers-list .item__btn.active svg {
	width: 1em;
	transform: rotateZ(180deg);
}

@media (max-width: 1100px) {
	.event-teachers-list {
		gap: 50px;
	}
}
@media (max-width: 768px) {
	.event-teachers {
		padding-top: 40px;
	}
	.event-teachers-list {
		gap: 30px;
	}
	.event-teachers-list .item {
		font-size: 16px;
		gap: 10px 0;
	}
	.event-teachers-list .item__name {
		flex: initial;
		width: 100%;
	}
	.event-teachers-list .item__text-wrapper::before {
		height: 15px;
	}
}

.event-page {
	padding-bottom: 80px;
}
.event-page .post-slider {
	padding-top: 70px;
	margin-bottom: 0;
}
.event-page .post-slider-arrows {
	justify-content: flex-start;
	margin-bottom: 32px;
}
.event-page .post-slider-arrows .title {
	margin: 0;
	position: relative;
	left: -50px;
}
.event-page .post-slider-prev {
	margin: 0 0 0 auto;
}

.event-page .performance-casts {
	margin-bottom: 70px;
}

.event-page .performance-reviews {
	padding-top: 70px;
	padding-bottom: 0;
	background: #fff;
}

.event-page .performance-video {
	padding-top: 70px;
	margin-bottom: 0;
}

.event-page .other-events {
	padding: 80px 0;
}
.event-page .other-events .other-event {
	width: 100%;
}
.event-page .other-events .other-event__media {
	aspect-ratio: 1 / 1;
	width: 100%;
	height: auto;
}
.event-page .other-events .other-event__media img,
.event-page .other-events .other-event__media video {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
}
.event-page .other-events .other-event__name {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	margin-top: 15px;
}
.event-page .other-events .other-event__location {
	margin-top: 10px;
}
.event-page .other-events .other-event__date {
}
.event-page .other-events .other-event__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}
.event-page .other-events .other-event__buttons .btn {
	flex: 1;
}

@media (max-width: 1100px) {
}

@media (max-width: 768px) {
	.event-page .other-events {
		padding: 40px 0;
	}
	.event-page .other-events .other-event__name {
		font-size: 20px;
		margin-top: 10px;
	}
	.event-page .other-events .other-event__location {
		margin-top: 5px;
	}
	.event-page .other-events .other-event__buttons {
		gap: 10px;
		margin-top: 5px;
	}
}

@media (max-width: 576px) {
	.event-page .other-events .swiper-slide {
		width: auto;
	}
	.event-page .other-events .other-event {
		width: calc(80vw - 15px * 2);
	}
}

.event-page .support {
	text-align: center;
	padding-top: 70px;
}
.event-page .support .title {
	font-size: 24px;
	color: #000;
	position: relative;
}
.event-page .support .text {
	font-size: 16px;
	color: #000;
}
.event-page .support .text a {
	color: #d7b674;
}

.subscribe-modal {
	color: #000;
	text-align: center;
	width: 100%;
	background: #f5f5f5 url(../img/wbs-white.svg) no-repeat center / contain;
}
.subscribe-modal .wpcf7-form > p {
	display: none;
}
.subscribe-modal .form-wrapper {
	max-width: 500px;
	margin: 0 auto;
}
.subscribe-modal .form .input-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	margin-bottom: 30px;
}
.subscribe-modal .form .input-group,
.subscribe-modal .form .input-group p,
.subscribe-modal .form .input-group span,
.subscribe-modal .form .input-group .selectize-control {
	text-align: left;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}
.subscribe-modal .form .input-group span span {
	height: auto;
}
.subscribe-modal .form .input-group input,
.subscribe-modal .form .input-group textarea {
	color: #000;
}

.subscribe-modal .form .input-group_name {
}
.subscribe-modal .form .input-group_email {
}
.subscribe-modal .form .input-group_state {
}
.subscribe-modal .form .input-group_city {
}
.subscribe-modal .form .input-group_comment {
}
.subscribe-modal .form .btn {
	width: 100%;
}

@media (max-width: 1100px) {
	.subscribe-modal .form .input-group .selectize-control {
		height: auto;
	}
	.subscribe-modal .form .input-group_comment {
		height: 200px;
	}
}

@media (max-width: 768px) {
	.subscribe-modal {
		padding: 30px !important;
	}
	.subscribe-modal .form .input-wrapper {
		gap: 10px;
		margin-bottom: 20px;
	}
	.subscribe-modal .form .input-group_comment {
		height: 130px;
	}
	.subscribe-modal .modal-top__title,
	.subscribe-modal .modal-top h2 {
		font-size: 26px;
	}
	.subscribe-modal .modal-top strong {
		font-size: 18px;
	}
}

.subscribe-success-modal {
	text-align: center;
	width: 100%;
}
.subscribe-success-modal .text {
	font-size: 24px;
}
@media (max-width: 768px) {
	.subscribe-success-modal {
		padding: 30px !important;
	}
	.subscribe-success-modal .text {
		font-size: 16px;
	}
}

.audition-bottom {
	color: #000;
	font-size: 20px;
	line-height: 1.5;
}
.audition-bottom a {
	color: inherit;
	text-decoration: underline;
}
.audition-bottom a:hover {
	text-decoration: none;
}

.event-synopsis {
	padding-top: 70px;
}
.event-synopsis .title {
	position: relative;
	left: -50px;
}
.event-synopsis-wrapper {
	max-width: 800px;
	height: 285px;
	margin: 0 auto 20px;
	overflow: hidden;
	transition: 1s;
}
.event-synopsis-wrapper.active {
}
.event-synopsis-wrapper h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 30px;
}
.event-synopsis-wrapper p:empty {
	display: none;
}
.event-synopsis-explore {
	display: flex;
	width: 100%;
	max-width: 500px;
	margin: 50px auto 0;
}

.event-fixed-button {
	position: fixed;
	z-index: 14;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 570px;
	width: calc(100vw - 15px * 2) !important;
}

.synopsis-more {
	display: flex;
	max-width: 800px;
	margin: 0 auto;
}
.btn.synopsis-more {
	gap: 8px !important;
	background: none;
	border: none;
}
.btn.synopsis-more::before {
	display: none;
}
.btn.synopsis-more img,
.btn.synopsis-more svg {
	display: block;
	width: 22px;
	height: auto;
}
.btn.synopsis-more:hover {
	color: #d7b674;
}
.btn.synopsis-more:hover path {
	fill: #d7b674;
}
.btn.synopsis-more:hover img,
.btn.synopsis-more:hover svg {
	width: 22px;
}
.btn.synopsis-more.active img,
.btn.synopsis-more.active svg {
	width: 22px;
	transform: rotateZ(180deg);
}

.modal {
	display: none;
	max-width: 1000px;
	padding: 70px;
}
.modal-top {
	margin-bottom: 40px;
}
.modal-top__title,
.modal-top h2 {
	color: #000;
	font-family: "Montserrat";
	font-size: 36px;
	line-height: 1;
	margin: 0 0 3px;
	font-weight: 500;
}
.modal-top strong {
	font-size: 20px;
	display: block;
}
.modal-content {
	font-size: 20px;
	line-height: 1.5;
}
.fancybox__content > .carousel__button.is-close {
	color: #d7b674;
	top: 30px;
	right: 30px;
}
.carousel__button svg {
	width: 28px;
	height: 28px;
}
.modal-content ul {
	margin: 0 0 30px;
}
.modal-content ul li {
	position: relative;
	padding-left: 20px;
}
.modal-content ul li:before {
	content: ".";
	position: absolute;
	left: 5px;
	font-size: 15px;
	line-height: 1;
	top: 5px;
}
.selectize-input {
	display: block;
}
.selectize-input input {
	min-width: 50% !important;
}

@media (max-width: 1700px) {
	.event-top-wrapper h1,
	.event-top-wrapper h2 {
		font-size: 48px;
	}
	.event-top-wrapper h4 {
		font-size: 20px;
	}
	.event-top-wrapper .btn {
		margin-bottom: 20px;
	}
	.orcher {
		font-size: 24px;
	}

	.event-top-items {
	}
	.event-top-items .item strong,
	.event-top-items span {
		font-size: 18px;
	}
}
@media (max-width: 1499.98px) {
	.event-top .container {
		/* margin-left: 113px; */
	}
}
@media (max-width: 1440px) {
	.event-top-wrapper h1,
	.event-top-wrapper h2 {
		font-size: 36px;
		margin-bottom: 17px;
	}
	.event-top-wrapper h4 {
		font-size: 16px;
		margin-bottom: 17px;
	}
	.orcher {
		font-size: 20px;
	}
	.event-top-wrapper .btn {
	}
	.event-top-items .item strong,
	.event-top-items span {
		font-size: 17px;
	}
	.btn {
		/* height: 32px; */
	}
}
@media (max-width: 1399.98px) {
	.event-top .container {
		max-width: 465px;
		padding: 0 15px;
		width: 100%;
		margin: 0;
		/* margin-left: 20px; */
	}
	.main-banner {
		width: 100%;
	}
	.event-top {
		width: 100%;
	}

	.event-top-items .item {
		font-size: 13px;
	}
	.event-top-items .item strong,
	.event-top-items span {
		font-size: 15px;
	}
	.event-top-items .dropdown__content {
		font-size: 13px;
		min-width: 240px;
	}
}
@media (max-width: 815px) {
	.banner-flex {
		flex-direction: column;
	}
	.event-top .container {
		max-width: 100%;
		width: 100%;
	}
	.main-banner {
		min-height: 400px;
		padding: 60px 0 30px;
		height: 400px !important;
	}
	.main-banner-img {
		height: 400px !important;
	}
	.menu-btn {
		width: 40px;
		height: 40px;
		padding: 5px;
		margin-right: -5px;
		background-size: 30px;
	}
	.logo {
		max-width: 210px;
	}
	.event-top-wrapper h1,
	.event-top-wrapper h2 {
		font-size: 30px;
	}
	.event-top {
		width: 100%;
		max-width: 100%;
		padding: 20px 0 25px;
	}
	.top {
		/*     height: 55px; */
		gap: 10px;
	}
}
@media (min-width: 576px) and (max-width: 768px) {
	.press-review-item .item-main {
		font-size: 23px;
	}
}

.faq-page {
}
.faq-page .title {
	margin-top: 40px;
	margin-bottom: 10px;
}
.faq-page .title:first-child {
	margin-top: 0;
}
.faq-page .faq {
	padding-top: 60px;
}
.faq-page .faq-items {
	margin-bottom: 100px;
}
.faq-page .faq-item .item-top {
	font-weight: 600;
}
.faq-page .faq-item .item-content {
	color: #686868;
}

.faq-page .more-questions {
	padding: 78px 0;
	background: #f5f5f5;
}
.faq-page .more-questions .title {
	text-align: center;
	margin-bottom: 10px;
}
.faq-page .more-questions .link {
	font-size: 20px;
	color: #686868;
	text-align: center;
}
.faq-page .more-questions .link a {
	font-size: inherit;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
@media (min-width: 1399.98px) {
	.faq-page .main-banner {
		padding-bottom: 68px;
	}
	.faq-page .faq .title {
		font-size: 60px;
	}
}
@media (max-width: 768px) {
	.faq-page .faq {
		padding-top: 40px;
	}
	.faq-page .faq-items {
		margin-bottom: 50px;
	}
	.faq-page .more-questions {
		padding: 50px 0;
	}
	.faq-page .more-questions .link {
		font-size: 16px;
	}
}

/* Breadcrumbs */
.breadcrumbs-wrapper {
	padding-top: 24px;
	padding-bottom: 24px;
}
.breadcrumbs {
	font-size: 1rem;
	line-height: 1.2;
	color: #6b7170;
	display: flex;
}
.breadcrumbs * {
	padding: 0 !important;
	margin: 0;
}
.breadcrumbs a {
	white-space: nowrap;
	color: #d7b674;
	position: relative;
	display: inline-block;
	margin-right: 24px;
	border-bottom: 1px solid transparent;
	transition: 0.3s;
}
.breadcrumbs a::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: -16px;
	width: 8px;
	height: 1px;
	background: #e7bfc4;
}
.breadcrumbs a:last-child::after {
	display: none;
}
.breadcrumbs a.active {
	opacity: 0.75;
}
.breadcrumbs a:hover {
	color: #282828;
	border-color: currentColor;
}
.breadcrumbs .current-item {
	white-space: nowrap;
	opacity: 0.75;
}

@media (max-width: 768px) {
	.breadcrumbs-wrapper {
		position: relative;
	}
	.breadcrumbs-wrapper::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		display: block;
		width: 70px;
		height: 100%;
		background: linear-gradient(90deg, hsla(0, 0%, 98.4%, 0), #fff);
		transition: 0.3s;
		pointer-events: none;
	}
	.breadcrumbs {
		overflow: auto;
		padding-bottom: 10px;
		padding-right: 35px;
		margin-bottom: -8px;
	}
}

.page-contacts {
	color: #000;
	line-height: 1.3;
}

.page-contacts .main-banner h3 {
	font-weight: 600;
}

.page-contacts .text {
	padding: 60px 0 70px;
}
.page-contacts .text__row {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}
.page-contacts .text__col {
	display: flex;
	flex-direction: column;
	gap: 50px;
	width: 100%;
}
.page-contacts .text__col:nth-child(1) {
	max-width: 800px;
}
.page-contacts .text__col:nth-child(2) {
	max-width: 400px;
}
.page-contacts .text a,
.page-contacts .text strong,
.page-contacts .text p {
	color: inherit;
	padding: 0;
	margin: 0;
}
.page-contacts .text a {
	text-decoration: underline;
}
.page-contacts .text strong {
	font-family: Montserrat;
	line-height: 1.3;
	font-size: 30px;
	font-weight: 600;
}
.page-contacts .text p {
	line-height: 1.5;
}

.page-contacts .form {
	width: 100%;
	padding: 80px 0;
	background: #f5f5f5 url(../img/wbs-white.svg) no-repeat -43% calc(100% + 115px);
}
.page-contacts .form__title {
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
.page-contacts .form__subtitle {
	font-size: 20px;
	text-align: center;
	margin-bottom: 60px;
}
.page-contacts .form .input-wrapper {
	display: grid;
	grid-template-areas: "name question" "email comment" "state comment" "city comment";
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: 50px;
	gap: 30px 7.14%;
	margin-bottom: 30px;
}
.page-contacts .form .input-group,
.page-contacts .form .input-group p,
.page-contacts .form .input-group span,
.page-contacts .form .input-group .selectize-control {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}
.page-contacts .form .input-group span span {
	height: auto;
}

.page-contacts .form .input-group_name {
	grid-area: name;
}
.page-contacts .form .input-group_email {
	grid-area: email;
}
.page-contacts .form .input-group_state {
	grid-area: state;
}
.page-contacts .form .input-group_city {
	grid-area: city;
}
.page-contacts .form .input-group_question {
	grid-area: question;
}
.page-contacts .form .input-group_comment {
	grid-area: comment;
}
.page-contacts .form .btn {
	width: 100%;
}

@media (max-width: 1100px) {
	.page-contacts .text__col:nth-child(1) {
		width: 100%;
	}
	.page-contacts .text__col:nth-child(2) {
		display: none;
	}

	.page-contacts .form .input-wrapper {
		grid-template-areas: "name" "email" "state" "city" "question" "comment";
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
		gap: 30px;
	}
	.page-contacts .form .input-group .selectize-control {
		height: auto;
	}
	.page-contacts .form .input-group_comment {
		height: 200px;
	}
}

@media (max-width: 768px) {
	.page-contacts .text {
		padding: 30px 0 40px;
	}
	.page-contacts .text__row {
		display: block;
	}
	.page-contacts .text__col {
		gap: 30px;
	}
	.page-contacts .text strong {
		font-size: 24px;
	}

	.page-contacts .form {
		padding: 30px 0 40px;
		background: #f5f5f5 url(../img/wbs-white.svg) no-repeat -43% calc(100% +
					115px);
	}
	.page-contacts .form__title {
		margin-bottom: 10px;
	}
	.page-contacts .form__subtitle {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.page-contacts .form .input-wrapper {
		gap: 10px;
		margin-bottom: 20px;
	}
	.page-contacts .form .input-group_comment {
		height: 130px;
	}
}

.page-survey {
	color: #000;
	line-height: 1.3;
}

.page-survey .main-banner h3 {
	font-weight: 600;
}

.page-survey .text {
	padding: 60px 0 70px;
}
.page-survey .text a,
.page-survey .text strong,
.page-survey .text p {
	color: inherit;
	padding: 0;
	margin: 0;
}
.page-survey .text a {
	text-decoration: underline;
}
.page-survey .text strong {
	font-family: Montserrat;
	line-height: 1.3;
	font-size: 30px;
	font-weight: 600;
}
.page-survey .text p {
	line-height: 1.5;
}
.page-survey .text__text {
	text-align: center;
}

.page-survey .form {
	width: 100%;
	padding: 80px 0;
	background: #f5f5f5 url(../img/wbs-white.svg) no-repeat -43% calc(100% + 115px);
}
.page-survey .form__title {
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
.page-survey .form__subtitle {
	font-size: 20px;
	text-align: center;
	margin-bottom: 60px;
}
.page-survey .form .wpcf7 {
	max-width: 1140px;
	margin: 0 auto;
}
.page-survey .form .cf7sr-g-recaptcha {
	display: flex;
	justify-content: center;
}

/* .page-survey .form .input-wrapper {
	display: grid;
	grid-template-areas: "old experience-better" "hear about-me" "first-time about-me" "come-show about-me" "experience about-me";
	grid-template-columns: calc(50% - (7.14% / 2)) calc(50% - (7.14% / 2));
	grid-auto-rows: 50px;
	gap: 30px 7.14%;
	margin-bottom: 30px;
} */
.page-survey .form .input-wrapper {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-bottom: 30px;
}
.page-survey .form .input-group,
.page-survey .form .input-group p,
.page-survey .form .input-group span,
.page-survey .form .input-group .selectize-control {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}
.page-survey .form .input-group span span {
	height: auto;
}

.page-survey .form .input-group_email {
	grid-area: email;
}
.page-survey .form .input-group_old {
	grid-area: old;
}
.page-survey .form .input-group_about-me {
	grid-area: about-me;
}
.page-survey .form .input-group_hear {
	grid-area: hear;
}
.page-survey .form .input-group_first-time {
	grid-area: first-time;
}
.page-survey .form .input-group_come-show {
	grid-area: come-show;
}
.page-survey .form .input-group_experience {
	grid-area: experience;
}
.page-survey .form .input-group_experience-better {
	grid-area: experience-better;
}
.page-survey .form .btn {
	width: 100%;
}

.page-survey .form .input-group label {
	font-size: 1.4em;
	color: #2b2b2b;
	margin-bottom: 15px;
}
.page-survey .form .input-group input,
.page-survey .form .input-group select,
.page-survey .form .input-group textarea {
	font-size: 1.2em;
}
.page-survey .form .wpcf7-radio {
	display: flex !important;
	flex-wrap: wrap;
	gap: 30px;
}
.page-survey .form .wpcf7-radio .wpcf7-list-item {
	width: auto;
}
.page-survey .form .wpcf7-radio .wpcf7-list-item input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	width: initial;
	height: initial;
	padding: initial;
	opacity: 0;
	visibility: visible;
	pointer-events: none;
}
.page-survey
	.form
	.wpcf7-radio
	.wpcf7-list-item
	input[type="radio"]:checked
	+ .wpcf7-list-item-label:after {
	opacity: 1;
}
.page-survey .form .wpcf7-radio .wpcf7-list-item label {
	font-size: 1.2em;
	color: #686868;
	position: relative;
	margin: 0;
}
.page-survey .form .wpcf7-radio .wpcf7-list-item-label {
	line-height: 25px;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
}
.page-survey .form .wpcf7-radio .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	border: 1px solid currentColor;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
}
.page-survey .form .wpcf7-radio .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	top: 7px;
	left: 7px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: currentColor;
	opacity: 0;
	box-sizing: border-box;
}

@media (max-width: 1100px) {
	/* 	.page-survey .form .input-wrapper {
		grid-template-areas: "old" "about-me" "hear" "first-time" "come-show" "experience" "experience-better";
		grid-template-columns: 100%;
		grid-auto-rows: auto;
		gap: 30px;
	} */
	.page-survey .form .input-group .selectize-control {
		height: auto;
	}
	.page-survey .form .input-group_comment {
		height: 200px;
	}
}

@media (max-width: 768px) {
	.page-survey .text {
		padding: 30px 0 40px;
	}
	.page-survey .text strong {
		font-size: 24px;
	}

	.page-survey .form {
		padding: 30px 0 40px;
		background: #f5f5f5 url(../img/wbs-white.svg) no-repeat -43% calc(100% +
					115px);
	}
	.page-survey .form__title {
		margin-bottom: 10px;
	}
	.page-survey .form__subtitle {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.page-survey .form .input-wrapper {
		gap: 10px;
		margin-bottom: 20px;
	}
	.page-survey .form .input-group_about-me {
		height: 130px;
	}
}

.page-invite-us {
	color: #000;
	line-height: 1.3;
}

.page-invite-us .main-banner h3 {
	font-weight: 600;
}

.page-invite-us .text {
	padding: 60px 0 70px;
}
.page-invite-us .text a,
.page-invite-us .text strong,
.page-invite-us .text p {
	color: inherit;
	padding: 0;
	margin: 0;
}
.page-invite-us .text a {
	text-decoration: underline;
}
.page-invite-us .text strong {
	font-family: Montserrat;
	line-height: 1.3;
	font-size: 30px;
	font-weight: 600;
}
.page-invite-us .text p {
	line-height: 1.5;
}
.page-invite-us .text__text {
	text-align: center;
}

.page-invite-us .form {
	width: 100%;
	padding: 80px 0;
	background: #f5f5f5 url(../img/wbs-white.svg) no-repeat -43% calc(100% + 115px);
}
.page-invite-us .form__title {
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
.page-invite-us .form__subtitle {
	font-size: 20px;
	text-align: center;
	margin-bottom: 60px;
}
.page-invite-us .form .cf7sr-g-recaptcha {
	display: flex;
	justify-content: center;
}

.page-invite-us .form .input-wrapper {
	display: grid;
	grid-template-areas: "name email" "state city";
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: 50px;
	gap: 30px 7.14%;
	margin-bottom: 30px;
}
.page-invite-us .form .input-group,
.page-invite-us .form .input-group p,
.page-invite-us .form .input-group span,
.page-invite-us .form .input-group .selectize-control {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}
.page-invite-us .form .input-group span span {
	height: auto;
}

.page-invite-us .form .input-group_name {
	grid-area: name;
}
.page-invite-us .form .input-group_email {
	grid-area: email;
}
.page-invite-us .form .input-group_state {
	grid-area: state;
}
.page-invite-us .form .input-group_city {
	grid-area: city;
}
.page-invite-us .form .btn {
	width: 100%;
}

@media (max-width: 1100px) {
	.page-invite-us .form .input-wrapper {
		grid-template-areas: "name" "email" "state" "city";
		grid-template-columns: 100%;
		grid-auto-rows: auto;
		gap: 30px;
	}
	.page-invite-us .form .input-group .selectize-control {
		height: auto;
	}
	.page-invite-us .form .input-group_comment {
		height: 200px;
	}
}

@media (max-width: 768px) {
	.page-invite-us .text {
		padding: 30px 0 40px;
	}
	.page-invite-us .text strong {
		font-size: 24px;
	}

	.page-invite-us .form {
		padding: 30px 0 40px;
		background: #f5f5f5 url(../img/wbs-white.svg) no-repeat -43% calc(100% +
					115px);
	}
	.page-invite-us .form__title {
		margin-bottom: 10px;
	}
	.page-invite-us .form__subtitle {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.page-invite-us .form .input-wrapper {
		gap: 10px;
		margin-bottom: 20px;
	}
	.page-invite-us .form .input-group_about-me {
		height: 130px;
	}
}

.page-exclusive-offers {
	color: #000;
	line-height: 1.3;
}

.page-exclusive-offers .main-banner h3 {
	font-weight: 600;
}

.page-exclusive-offers .text {
	font-size: 28px;
	padding: 70px 0;
}
.page-exclusive-offers .text a,
.page-exclusive-offers .text strong,
.page-exclusive-offers .text p {
	color: inherit;
	padding: 0;
	margin: 0;
}
.page-exclusive-offers .text a {
	text-decoration: underline;
}
.page-exclusive-offers .text p {
	line-height: 1.5;
}
.page-exclusive-offers .text__title {
	/* font-family: "Montserrat"; */
	/* color: #d7b674; */
	margin: 0;
	margin-bottom: 20px;
}
.page-exclusive-offers .text__text {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.page-exclusive-offers .text_centered {
	text-align: center;
}

.page-exclusive-offers .post-slider-wrapper {
	padding: 0;
	padding-bottom: 70px;
}
.page-exclusive-offers .post-slider {
	margin: 0;
}
.page-exclusive-offers .video-slider-wrapper-item h4 {
	font-size: 20px;
	font-weight: 400;
	color: #686868;
	margin: 20px 0 0;
}
.page-exclusive-offers .video-slider-item {
	position: relative;
	display: block;
	padding-top: 56.25%;
}
.page-exclusive-offers .video-slider-item img,
.page-exclusive-offers .video-slider-item iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-exclusive-offers .video-slider-item img:hover {
	cursor: pointer;
}
.page-exclusive-offers .video-slider-item .play-wrapper {
	position: absolute;
	width: 68px;
	height: 48px;
	top: calc(50% - 24px);
	left: calc(50% - 34px);
	pointer-events: none;
}

.page-exclusive-offers .offers {
	padding: 0;
	padding-bottom: 70px;
}
.page-exclusive-offers .offers__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 100px;
}
.page-exclusive-offers .offers__list .item {
	font-size: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	width: 100%;
	max-width: 350px;
}
.page-exclusive-offers .offers__list .item__name {
	font-weight: 500;
	text-align: center;
	flex: 1;
}
.page-exclusive-offers .offers__list .item__image {
	display: block;
	aspect-ratio: 1 / 1;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.page-exclusive-offers .offers__list .item__text {
}
.page-exclusive-offers .offers__list .item__text ol,
.page-exclusive-offers .offers__list .item__text ul {
	list-style: initial;
	padding-left: 1.2em;
}
.page-exclusive-offers .offers__list .item__btn {
	width: 100%;
}

.page-exclusive-offers .faq {
	padding: 0;
	padding-bottom: 70px;
}
.page-exclusive-offers .faq-item .item-top {
	font-weight: 600;
}

.page-exclusive-offers .about {
	padding: 0;
	padding-bottom: 70px;
}
.page-exclusive-offers .about__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.page-exclusive-offers .about__list .item {
	display: block;
	width: 100%;
}
.page-exclusive-offers .about__list .item__image {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.page-exclusive-offers .about__list .item__image img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-exclusive-offers .about__list .item__description {
	font-size: 20px;
	font-weight: 400;
	color: #686868;
	margin: 20px 0 0;
}

.page-exclusive-offers .bottom {
	padding: 0;
	padding-bottom: 70px;
}
.page-exclusive-offers .bottom__subtitle {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}
.page-exclusive-offers .bottom__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.page-exclusive-offers .bottom__buttons-col {
	flex: 1;
}
.page-exclusive-offers .bottom__buttons .btn {
	width: 100%;
	color: #000;
}
.page-exclusive-offers .bottom__buttons .btn:not(:last-child) {
	margin-bottom: 15px;
}

@media (max-width: 1100px) {
	.page-exclusive-offers .offers__list {
		gap: 50px;
	}
}

@media (max-width: 768px) {
	.page-exclusive-offers .main-banner {
	}
	.page-exclusive-offers .main-banner .title br {
		display: none;
	}
	.page-exclusive-offers .text {
		font-size: 18px;
		padding: 40px 0;
	}
	.page-exclusive-offers .post-slider-wrapper {
		padding: 0;
		padding-bottom: 40px;
	}
	.page-exclusive-offers .video-slider-wrapper-item h4 {
		font-size: 18px;
		margin-top: 15px;
	}
	.page-exclusive-offers .offers {
		padding: 0;
		padding-bottom: 40px;
	}
	.page-exclusive-offers .offers__list {
		gap: 30px;
	}
	.page-exclusive-offers .offers__list .item {
		font-size: 16px;
		gap: 10px 0;
	}
	.page-exclusive-offers .offers__list .item__name {
		flex: initial;
		width: 100%;
	}

	.page-exclusive-offers .faq {
		padding: 0;
		padding-bottom: 40px;
	}

	.page-exclusive-offers .about {
		padding: 0;
		padding-bottom: 40px;
	}
	.page-exclusive-offers .about__list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}

	.page-exclusive-offers .about__list .item__description {
		font-size: 18px;
		margin-top: 15px;
	}

	.page-exclusive-offers .bottom {
		padding: 0;
		padding-bottom: 40px;
	}
	.page-exclusive-offers .bottom__subtitle {
		font-size: 18;
		margin-bottom: 15px;
	}
	.page-exclusive-offers .bottom__buttons-col {
		flex: initial;
		width: 100%;
	}
	.page-exclusive-offers .bottom__buttons .btn {
	}
}

.page-main {
	font-family: Montserrat;
	line-height: 1.2;
	color: #000;
}

.page-main .main-banner {
	aspect-ratio: 1920 / 1080;
	height: auto;
	max-height: none;
	padding-bottom: 110px;
}
.page-main .main-banner-img {
	height: 100%;
	max-height: none;
}
.page-main .main-banner .arrows-icon {
	position: absolute;
	left: calc(50% - 12px);
	bottom: 40px;
	width: 24px;
	height: 24px;
	animation: icon-down 5s infinite;
	cursor: pointer;
	background: none;
	border: none;
}
@keyframes icon-down {
	0% {
		transform: translate(0, -5px);
	}
	50% {
		transform: translate(0, 5px);
	}
	100% {
		transform: translate(0, -5px);
	}
}
.page-main .main-banner .arrows-icon svg {
	width: 100%;
	height: 100%;
}

.page-main .text {
	padding: 50px 0;
}
.page-main .text__wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.page-main .text__title {
	font-size: 36px;
	font-weight: 600;
	color: #d7b674;
	max-width: 540px;
	margin-right: auto;
}
.page-main .text__text {
	font-family: Rubik;
	max-width: 700px;
}

.page-main .performances {
}
.page-main .performances .row {
	display: flex;
	flex-wrap: wrap;
	transition: 0.3s ease;
	overflow: hidden;
}
.page-main .performances .row:hover {
	background: #f5f5f5;
}

.page-main .performances .media {
	position: relative;
	width: 50%;
	padding: 50px;
	padding-right: 0;
	z-index: 2;
}
.page-main .performances .media::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 260px;
	height: 100%;
	background: #d7b674;
}
.page-main .performances .media__content {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center;
}

.page-main .performances .info {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 50%;
	padding: 30px;
	padding-right: 9.375%;
}
.page-main .performances .info__content {
}
.page-main .performances .info__shadowtitle {
	font-size: 200px;
	font-weight: 600;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.02;
	pointer-events: none;
}
.page-main .performances .info__subtitle {
	font-size: 20px;
	font-weight: 600;
	color: #d7b674;
}
.page-main .performances .info__title {
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 7px;
}
.page-main .performances .info__date {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 32px;
}
.page-main .performances .info__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.page-main .performances .info__buttons .btn {
	flex: 1;
	min-width: 250px;
}

.page-main .performances .row_revert {
}
.page-main .performances .row_revert .info {
	order: 1;
	padding: 30px;
	padding-left: 9.375%;
}
.page-main .performances .row_revert .media {
	order: 2;
	padding: 50px;
	padding-left: 0;
}
.page-main .performances .row_revert .media::before {
	left: auto;
	right: 0;
}

.page-main .inside {
	padding: 50px;
}
.page-main .inside .title {
	margin-bottom: 55px;
	padding-left: 160px;
}
.page-main .inside .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
.page-main .inside .grid .item {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 0.6741;
}
.page-main .inside .grid .item:hover .image__image {
	transform: scale(1.1);
}
.page-main .inside .grid .item .image {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.page-main .inside .grid .item .image__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: 0.3s ease;
}
.page-main .inside .grid .item .content {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	padding: 50px;
}
.page-main .inside .grid .item .content__title {
	font-size: 60px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 16px;
}
.page-main .inside .grid .item .content__btn {
	min-width: 250px;
}

.page-main .merchandise {
	padding: 50px;
}

@media (max-width: 1300px) {
	.page-main .performances .info__buttons .btn {
		min-width: 200px;
	}
}

@media (max-width: 1100px) {
	.page-main .performances .media::before {
		width: 200px;
	}

	.page-main .performances .info__shadowtitle {
		font-size: 140px;
	}
	.page-main .performances .info__subtitle {
		font-size: 16px;
	}
	.page-main .performances .info__title {
		font-size: 44px;
	}
	.page-main .performances .info__date {
		font-size: 18px;
		margin-bottom: 24px;
	}

	.page-main .inside .title {
		padding-left: 0;
	}
	.page-main .inside .grid .item .content__title {
		font-size: 44px;
	}
	.page-main .inside .grid .item .content__btn {
		min-width: 200px;
	}
}

@media (max-width: 768px) {
	.page-main .main-banner {
		aspect-ratio: 1 / 1;
		height: auto !important;
		box-sizing: border-box;
		min-height: auto;
		padding-bottom: 25px;
	}
	.page-main .main-banner-img {
		height: 100% !important;
	}
	.page-main .main-banner .arrows-icon {
		display: none;
	}

	.page-main .text {
		padding: 20px 0;
	}
	.page-main .text__wrapper {
		gap: 20px;
	}
	.page-main .text__title {
		font-size: 24px;
		max-width: 100%;
	}
	.page-main .text__text {
		line-height: 1.4;
		max-width: 100%;
	}

	.page-main .performances .row {
		position: relative;
		padding: 25px 16px;
	}

	.page-main .performances .media {
		position: static;
		width: 100%;
		padding: 0px;
		margin-bottom: 20px;
	}
	.page-main .performances .media::before {
		width: 5px;
	}

	.page-main .performances .info {
		display: block;
		width: 100%;
		padding: 0;
	}
	.page-main .performances .info__shadowtitle {
		font-size: 80px;
		line-height: 0.7;
		bottom: -20px;
	}
	.page-main .performances .info__subtitle {
		font-size: 14px;
	}
	.page-main .performances .info__title {
		font-size: 30px;
	}
	.page-main .performances .info__date {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.page-main .performances .info__buttons {
		gap: 15px;
	}
	.page-main .performances .info__buttons .btn {
		min-width: 100%;
	}

	.page-main .performances .row_revert .info {
		order: 2;
		padding: 0;
	}
	.page-main .performances .row_revert .media {
		order: 1;
		padding: 0;
	}

	.page-main .inside {
		padding: 25px 16px 40px;
	}
	.page-main .inside .title {
		margin-bottom: 18px;
	}
	.page-main .inside .grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.page-main .inside .grid .item {
		aspect-ratio: 1 / 0.8482;
	}
	.page-main .inside .grid .item .image {
		height: calc(100% - 50px);
	}
	.page-main .inside .grid .item .content {
		padding: 0;
	}
	.page-main .inside .grid .item .content__title {
		font-size: 30px;
		margin-bottom: 27px;
		padding: 0 20px;
	}
	.page-main .inside .grid .item .content__btn {
		min-width: 100%;
	}

	.page-main .merchandise {
		padding: 25px 16px 40px;
	}
}

.page-group-tickets {
}
.page-group-tickets .form {
	width: 100%;
	padding: 75px 0 95px;
	background: #f5f5f5 url(../img/wbs-white.svg) -10px 300px no-repeat;
}
.page-group-tickets .form__title {
	font-weight: 600;
	margin-bottom: 20px;
}
.page-group-tickets .form__subtitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 45px;
}
.page-group-tickets .form .input-wrapper {
	display: grid;
	grid-template-areas: "name time" "email number" "state comment" "city comment" "date comment";
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: 50px;
	gap: 30px 7.14%;
	margin-bottom: 30px;
}
.page-group-tickets .form .input-group,
.page-group-tickets .form .input-group p,
.page-group-tickets .form .input-group span,
.page-group-tickets .form .input-group .selectize-control {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}
.page-group-tickets .form .input-group span span {
	height: auto;
}
.page-group-tickets .form .input-group_name {
	grid-area: name;
}
.page-group-tickets .form .input-group_email {
	grid-area: email;
}
.page-group-tickets .form .input-group_state {
	grid-area: state;
}
.page-group-tickets .form .input-group_city {
	grid-area: city;
}
.page-group-tickets .form .input-group_date {
	grid-area: date;
}
.page-group-tickets .form .input-group_time {
	grid-area: time;
}
.page-group-tickets .form .input-group_bumber {
	grid-area: number;
}
.page-group-tickets .form .input-group_comment {
	grid-area: comment;
}
.page-group-tickets .form .btn {
	width: 100%;
}

@media (max-width: 1100px) {
	.page-group-tickets .text__col:nth-child(1) {
		width: 100%;
	}
	.page-group-tickets .text__col:nth-child(2) {
		display: none;
	}

	.page-group-tickets .form .input-wrapper {
		grid-template-areas: "name" "email" "state" "city" "date" "time" "number" "comment";
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
		gap: 30px;
	}
	.page-group-tickets .form .input-group .selectize-control {
		height: auto;
	}
	.page-group-tickets .form .input-group_comment {
		height: 200px;
	}
}

@media (max-width: 768px) {
	.page-group-tickets .text {
		padding: 30px 0 40px;
	}
	.page-group-tickets .text__row {
		display: block;
	}
	.page-group-tickets .text__col {
		gap: 30px;
	}
	.page-group-tickets .text strong {
		font-size: 24px;
	}

	.page-group-tickets .form {
		padding: 30px 0 40px;
		background: #f5f5f5 url(../img/wbs-white.svg) no-repeat -43% calc(100% +
					115px);
	}
	.page-group-tickets .form__title {
		margin-bottom: 10px;
	}
	.page-group-tickets .form__subtitle {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.page-group-tickets .form .input-wrapper {
		gap: 10px;
		margin-bottom: 20px;
	}
	.page-group-tickets .form .input-group_comment {
		height: 130px;
	}
}

.page-performances {
}

.page-performances .tickets-items .item-date,
.page-performances .tickets-items .item-city,
.page-performances .tickets-items .item-location {
	display: none;
}
.page-performances .tickets-items .item-city-location,
.page-performances .tickets-items .item-logo {
	display: block;
}

@media (max-width: 767.98px) {
	.page-performances .tickets-select h2 {
		font-size: 26px;
	}
}

.page-donate {
	padding-top: 60px;
	padding-bottom: 40px;
}
.page-donate .block-text {
	text-align: left;
	margin-bottom: 60px;
}
.page-donate .block-text_centered {
	text-align: center;
}
.page-donate .block-text .title_second {
	font-size: 36px;
	font-weight: 600;
}
.page-donate .block-text .text {
	margin-top: 40px;
}
.page-donate .block-text .btn {
	width: 100%;
	margin-top: 40px;
}
.page-donate .block-text a {
	color: #d7b674;
}
.page-donate .block-text .socials {
	display: flex;
	gap: 1.5em;
}
.page-donate .block-text .socials__link {
	display: block;
	width: auto;
	height: 1.5em;
}
.page-donate .block-text .socials__icon {
	display: block;
	width: auto;
	height: 100%;
}

@media (max-width: 767.98px) {
	.page-donate {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.page-donate .block-text {
		margin-bottom: 40px;
	}
	.page-donate .block-text .title_second {
		font-size: 24px;
		font-weight: 600;
	}
	.page-donate .block-text .text {
		margin-top: 20px;
	}
	.page-donate .block-text .btn {
		margin-top: 20px;
	}
}

/* Icon calendar */
.icon.calendar {
	color: #686868;
	position: absolute;
	top: calc(50% - 0.6em);
	right: 15px;
	display: block;
	width: 1.2em;
	height: 1.2em;
	pointer-events: none;
}
.icon.calendar svg {
	display: block;
	width: 100%;
	height: 100%;
}

/* Select lang */
.select-lang {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 30px;
}
.select-lang__text {
	font-size: 24px;
}
.select-lang__list {
	display: flex;
	align-items: center;
	gap: 10px;
}
.select-lang__list .item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 10px;
	background: transparent;
	border: 1px solid transparent;
	transition: 0.5s;
	cursor: pointer;
}
.select-lang__list .item:hover {
	border-color: #d7b674;
}
.select-lang__list .item.active {
	background: #d7b674;
}
.select-lang__list .item__flag {
	width: 100%;
	height: auto;
}

.content-lang {
}
.content-lang__block {
	display: none;
}
.content-lang__block.active {
	display: block;
}

@media (max-width: 767.98px) {
	.select-lang {
		gap: 20px;
		margin-bottom: 20px;
	}
	.select-lang__list .item {
		width: 36px;
		height: 36px;
		padding: 4px;
	}
}
