:root {
	--white: #fff;
	--black: #222;
	--dark: #18113c;
	--error: #e06a58;
	--info: #417be0;
	--warning: #ebe43c;
	--success: #5ea128;
	--gray-50: #f9fafb;
	--gray-100: #f3f4f6;
	--gray-200: #e5e7eb;
	--gray-300: #d1d5db;
	--gray-400: #9ca3af;
	--gray-500: #6b7280;
	--gray-600: #4b5563;
	--gray-700: #374151;
	--gray-800: #1f2937;
	--gray-900: #111827;
	--primary: #18113c;
	--accent-100: #bcb5e0;
	--accent-200: #bcb5e0;
	--accent-400: #9a85f1;
	--accent-500: #7c60ed;
	--accent-600: #522ee7;
	--accent-gradient: linear-gradient(90deg, #8364e8 0%, #d397fa 0.01%, #8364e8 100%);
	--gray-gradient: linear-gradient(135deg, rgba(244, 244, 244, 0.5) 0%, #f1f1f1 100%);
	--default-background: #f5f4f8;
	--event-sport: #009ef7;
	--event-sport-accent: #f1faff;
	--event-concert: #ffc700;
	--event-concert-accent: #fff8dd;
	--event-theatre: #50cd89;
	--event-theatre-accent: #e8fff3;
}

html,
body {
	color: var(--dark);
	overflow-x: hidden;
}

::selection {
	background-color: var(--accent-500);
	color: #fff;
}

html,
body {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

body {
	min-height: 100vh;
}

.main {
	flex: 1 0 auto;
}

.footer {
	flex: 0 0 auto;
}

.btn {
	padding: 14px 18px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
}
@media (min-width: 992px) {
	.btn {
		padding: 18px 60px;
		font-size: 18px;
		line-height: 18px;
	}
}

.search-form {
	width: 100%;
}

.search-form__wrapper {
	max-width: 690px;
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.search-form__wrapper input {
	height: 100%;
	padding: 0;
	border: none;
	outline: none;
	font-size: 14px;
	line-height: 14px;
}
.search-form__wrapper input:focus {
	border: none;
	outline: none;
	box-shadow: unset;
	background-color: transparent;
}

.search-form__inner {
	display: flex;
	align-items: center;
	width: 100%;
	max-height: 54px;
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
	border: 1px solid #d1d5db;
	border-radius: 8px 0px 0px 8px;
	position: relative;
	padding: 11px 0 10px 16px;
}
#ticketsContainer {
	padding-top: 100px;
	max-width: 1170px;
	margin: 0 auto;
}

header.fixed-top + .message-item-page {
	margin-top: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 992px) {
	.search-form__inner {
		padding: 20px 0 20px 50px;
	}
	.search-form__inner::before {
		position: absolute;
		content: "";
		top: 50%;
		transform: translateY(-50%);
		left: 24px;
		width: 18px;
		height: 18px;
		background-image: url("../img/icons/search.svg");
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
	}
}

.search-form__input {
	color: var(--black);
}
.search-form__input ::placeholder {
	color: rgba(24, 17, 60, 0.6);
}

.search-form__calendar {
	display: flex;
	padding: 0;
	margin: 0;
	position: relative;
	cursor: pointer;
}
.search-form__calendar::before {
	position: absolute;
	content: "";
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-image: url("../img/icons/calendar.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.search-form__calendar::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 18px;
	left: -9px;
	top: 50%;
	transform: translateY(-50%);
	background: rgb(255, 255, 255);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.9122242647) 43%, white 100%);
	pointer-events: none;
}
.search-form__calendar input {
	color: var(--black);
	padding-left: 8px;
	max-width: 40px;
	text-align: right;
	color: transparent;
}
@media (min-width: 475px) {
	.search-form__calendar input {
		font-size: 0;
		padding-right: 38px;
		color: var(--black);
	}
}
@media (min-width: 1200px) {
	.search-form__calendar {
		transition: 0.3s;
	}
	.search-form__calendar input {
		font-size: 14px;
		max-width: 160px;
	}
	.search-form__calendar:hover::before {
		opacity: 0.7;
	}
}

.search-form__calendar--checked::before {
	background-image: url("../img/icons/calendar-checked.svg");
}

.search-form__submit {
	box-shadow: 0px 20px 25px -5px rgba(124, 96, 237, 0.2), 0px 8px 10px -6px rgba(124, 96, 237, 0.2);
	border-radius: 0px 8px 8px 0px;
	border: none;
}

.header--scrolled {
	background-color: var(--white);
	box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.logo {
	display: flex;
	align-items: center;
	gap: 16px;
}
.logo:hover {
	text-decoration: none;
}

.logo__img {
	width: 24px;
	height: 24px;
}
@media (min-width: 992px) {
	.logo__img {
		width: 48px;
		height: 48px;
	}
}

.logo__text {
	font-weight: 500;
	line-height: 1;
	font-size: 20px;
	font-family: "Urbanist", sans-serif;
	color: var(--black);
}
@media (min-width: 992px) {
	.logo__text {
		font-size: 36px;
	}
}

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

.burger {
	display: flex;
	align-items: center;
	justify-content: center;
	border: unset;
	outline: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
	transition: 0.3s;
	width: 24px;
	height: 24px;
}
.burger img {
	pointer-events: none;
	width: 100%;
	height: auto;
}
.burger:hover {
	opacity: 0.8;
}
@media (min-width: 992px) {
	.burger {
		width: 48px;
		height: 48px;
	}
}

.menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	padding: 24px 0;
	background-color: #fff;
}
.menu .burger {
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: 24px;
}
.menu .burger img {
	pointer-events: none;
}
@media (min-width: 992px) {
	.menu {
		position: absolute;
		top: -24px;
		right: -24px;
		border: 1px solid var(--accent-500);
		box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
		border-radius: 8px;
		min-width: 270px;
		height: auto;
		width: 100%;
		bottom: unset;
		left: unset;
	}
}

.menu__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 40px;
	height: 100%;
}
@media (min-width: 992px) {
	.menu__inner {
		height: auto;
	}
}

.menu__link {
	font-weight: 300;
	font-family: "Urbanist", sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: var(--dark);
	transition: 0.3s;
	width: 100%;
	padding: 16px;
}
.menu__link:hover {
	text-decoration: none;
	background-color: rgba(124, 96, 237, 0.1);
	color: var(--dark);
}
.menu__link:active {
	background-color: rgba(124, 96, 237, 0.2);
	color: #7058d0;
	font-weight: 500;
}

.promo {
	position: relative;
	overflow: hidden;
	padding-bottom: 32px;
	padding-top: 103px;
}
@media (min-width: 1200px) and (min-height: 600px) {
	.promo {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100vh;
		padding: 0;
		margin-bottom: 48px;
	}
}

.promo__content {
	position: relative;
	z-index: 10;
}
@media (min-width: 1366px) {
	.promo__content {
		padding-top: 20px;
	}
}
@media (min-width: 1400px) {
	.promo__content {
		padding-top: 110px;
	}
}

.promo__container {
	position: relative;
}

.promo__title {
	text-transform: capitalize;
	font-weight: 700;
	font-family: "Urbanist", sans-serif;
	margin: 0;
	text-align: center;
	font-size: 22px;
	line-height: 29px;
}
@media (min-width: 992px) {
	.promo__title {
		font-size: 48px;
		line-height: 56px;
	}
}
@media (min-width: 1200px) {
	.promo__title {
		text-align: left;
	}
}
@media (min-width: 1330px) {
	.promo__title {
		font-size: 57px;
		line-height: 72px;
	}
}
@media (min-width: 1500px) {
	.promo__title {
		font-size: 60px;
	}
}

.title-gradient {
	font-family: "Urbanist", sans-serif;
	font-weight: 700;
	background: var(--accent-gradient);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	color: var(--default-background);
	margin: 0;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.05em;
}
@media (min-width: 992px) {
	.title-gradient {
		-webkit-text-stroke: 4px transparent;
		font-size: 56px;
		line-height: 72px;
	}
}

.promo__subtitle {
	padding-top: 16px;
}
@media (min-width: 992px) {
	.promo__subtitle {
		padding-top: 8px;
		font-size: 52px;
		line-height: 60px;
	}
}
@media (min-width: 1200px) {
	.promo__subtitle {
		text-align: left;
		font-size: 49px;
	}
}
@media (min-width: 1330px) {
	.promo__subtitle {
		font-size: 56px;
		line-height: 72px;
	}
}

.promo__description {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding-top: 24px;
	text-align: center;
}
@media (min-width: 992px) {
	.promo__description {
		font-size: 19px;
		line-height: 24px;
		padding-top: 32px;
	}
}
@media (min-width: 1200px) {
	.promo__description {
		text-align: left;
	}
}

.promo__search-form {
	margin-top: 12px;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 992px) {
	.promo__search-form {
		margin-top: 56px;
	}
}
@media (min-width: 1200px) {
	.promo__search-form {
		max-width: unset;
		margin-left: 0;
		margin-right: 0;
	}
}

.promo__img-wrapper {
	position: relative;
	padding-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform-style: preserve-3d;
}
.promo__img-wrapper::before {
	position: absolute;
	content: "";
	width: 246px;
	height: 210px;
	background-image: url("../img/figures/promo-dots--mob.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	display: block;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
@media (min-width: 1200px) {
	.promo__img-wrapper {
		padding-top: 0;
	}
	.promo__img-wrapper::before {
		display: none;
	}
}

.promo__subwrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(0px 20px 25px rgba(0, 0, 0, 0.2));
}

.promo__img-inner {
	width: 202px;
	height: 206px;
	background-image: url("../img/content/promo-girl.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-clip-path: url(#my-clip-path);
	clip-path: url(#my-clip-path);
}
@media (min-width: 1200px) {
	.promo__img-inner {
		width: 70%;
		height: 425px;
	}
}
@media (min-width: 1400px) {
	.promo__img-inner {
		width: 85%;
		height: 580px;
	}
}

.svg {
	position: absolute;
	width: 0;
	height: 0;
}

.scroll-bottom-wrapper {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
}

.scroll-bottom {
	display: none;
}
@media (min-width: 1200px) and (min-height: 620px) {
	.scroll-bottom {
		flex-shrink: 0;
		position: relative;
		display: block;
		width: 40px;
		height: 40px;
		background: var(--accent-gradient);
		border-radius: 50%;
		animation: bounce 1.4s infinite;
		background-size: 400%;
		transition: 0.3s;
		margin-left: auto;
		margin-right: auto;
	}
	.scroll-bottom img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: 0.3s;
	}
	.scroll-bottom:hover {
		animation-play-state: paused;
	}
	.scroll-bottom:hover img {
		transform: translate(-50%, -50%) scale(1.2);
	}
}
@media (min-width: 1200px) {
	.scroll-bottom {
		width: 64px;
		height: 64px;
	}
}

@keyframes bounce {
	0%,
	to {
		transform: translateY(-25%);
		animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
	}
	50% {
		transform: none;
		animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
	}
}
.bubbles-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translateZ(20px);
}

@keyframes float-a-first {
	50% {
		transform: translate(30px, 20px);
	}
}
@keyframes float-a-second {
	50% {
		transform: translate(0px, -20px);
	}
}
@keyframes float-a-third {
	0% {
		transform: translate(0, -10px);
	}
	50% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(0, -10px);
	}
}
@keyframes float-b-first {
	0% {
		transform: rotate(180deg) translateX(20px) rotate(0deg);
	}
	50% {
		transform: rotate(360deg) translateX(20px) rotate(-360deg);
	}
	100% {
		transform: rotate(180deg) translateX(20px) rotate(0deg);
	}
}
@keyframes float-b-second {
	0% {
		transform: translate(0px, 0px);
	}
	25% {
		transform: translate(-10px, 25px);
	}
	50% {
		transform: translate(3px, -20px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}
@keyframes float-c-first {
	0% {
		transform: translate(0px, 0px);
	}
	50% {
		transform: translate(3px, -20px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}
.promo .bubbles-wrapper {
	display: none;
}
@media (min-width: 1200px) {
	.promo .bubbles-wrapper {
		display: block;
		pointer-events: none;
	}
	.promo .bubbles-wrapper .bubble {
		z-index: 1;
		pointer-events: none;
	}
	.promo .bubbles-wrapper .bubble.a.first {
		width: 100px;
		height: 100px;
		bottom: 20px;
		left: 240px;
		animation: float-a 16s ease-in-out infinite;
	}
	.promo .bubbles-wrapper .bubble.a.second {
		width: 90px;
		height: 90px;
		top: 60px;
		left: 70px;
		animation: float-a-second 16s ease-in-out infinite;
	}
	.promo .bubbles-wrapper .bubble.a.third {
		width: 58px;
		height: 58px;
		right: 20px;
		top: 55px;
		animation: float-a-third 16s ease-in-out infinite;
	}
	.promo .bubbles-wrapper .bubble.b.first {
		width: 40px;
		height: 40px;
		top: 210px;
		left: 180px;
		animation: float-b-first 16s ease-in-out infinite;
	}
	.promo .bubbles-wrapper .bubble.b.second {
		width: 26px;
		height: 26px;
		right: 130px;
		top: -12px;
		animation: float-b-second 16s ease-in-out infinite;
	}
	.promo .bubbles-wrapper .bubble.c.first {
		width: 10px;
		height: 10px;
		bottom: 150px;
		left: 0px;
		animation: float-c-first 16s ease-in-out infinite;
	}
	.promo .bubbles-wrapper .bubble.c.second {
		width: 18px;
		height: 18px;
		right: 130px;
		bottom: 180px;
		animation: float-b-second 16s ease-in-out infinite;
	}
}
@media (min-width: 1400px) {
	.promo .bubbles-wrapper .bubble.a.first {
		width: 202px;
		height: 202px;
		bottom: 30px;
		left: 140px;
	}
	.promo .bubbles-wrapper .bubble.a.second {
		width: 108px;
		height: 108px;
		top: 70px;
		left: 38px;
	}
	.promo .bubbles-wrapper .bubble.a.third {
		width: 58px;
		height: 58px;
		right: -25px;
		top: 140px;
	}
	.promo .bubbles-wrapper .bubble.b.first {
		width: 40px;
		height: 40px;
		top: 275px;
		left: 120px;
	}
	.promo .bubbles-wrapper .bubble.b.second {
		width: 26px;
		height: 26px;
		right: 100px;
		top: 10px;
	}
	.promo .bubbles-wrapper .bubble.c.first {
		width: 10px;
		height: 10px;
		bottom: 200px;
		left: -20px;
	}
	.promo .bubbles-wrapper .bubble.c.second {
		width: 28px;
		height: 28px;
		right: 100px;
		bottom: 300px;
	}
}

.events {
	overflow: hidden;
}

.events__container {
	position: relative;
	margin-bottom: 130px;
}
@media (min-width: 1200px) {
	.events__container::before,
	.events__container::after {
		position: absolute;
		content: "";
		background-size: contain;
		background-repeat: no-repeat;
		z-index: -1;
		pointer-events: none;
	}
	.events__container::before {
		background-image: url("../img/figures/events-left-dots.svg");
		width: 371px;
		height: calc(100% - 245px);
		top: 30px;
		left: -110px;
	}
	.events__container::after {
		background-image: url("../img/figures/events-right-dots.svg");
		width: 226px;
		height: 930px;
		bottom: 0;
		right: -100px;
	}
}

.events__wrapper {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
@media (min-width: 1200px) {
	.events__wrapper {
		gap: 56px;
	}
}

.event {
	padding: 20px;
	background-color: var(--white);
	box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
@media (min-width: 1200px) {
	.event {
		gap: 24px;
		padding: 32px 38px;
	}
}

.event__head {
	padding: 18px 16px;
	border-radius: 8px;
	position: relative;
}
.event__head::after {
	position: absolute;
	content: "";
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	pointer-events: none;
}
@media (min-width: 1200px) {
	.event__head {
		padding: 24px;
	}
	.event__head::after {
		width: 91px;
		height: 91px;
	}
}

.event__title {
	font-family: "Urbanist", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}
@media (min-width: 1200px) {
	.event__title {
		font-size: 36px;
		line-height: 43px;
	}
}

.event__body {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 12px;
}
@media (min-width: 1200px) {
	.event__body {
		gap: 16px;
	}
}

.event__link {
	padding: 8px 14px;
	background-color: var(--white);
	border-radius: 8px;
	border: 1px solid var(--gray-400);
	font-size: 10px;
	line-height: 12px;
	color: var(--gray-500);
	transition: 0.3s;
	text-transform: uppercase;
}
.event__link:hover {
	color: var(--black);
	text-decoration: none;
}
@media (min-width: 768px) {
	.event__link {
		font-size: 14px;
		line-height: 18px;
	}
	.event__link:active {
		transform: scale(1.05);
	}
}
@media (min-width: 1200px) {
	.event__link {
		padding: 12px 20px;
	}
}

.event--sport .event__head {
	background-color: var(--event-sport-accent);
}
.event--sport .event__head::after {
	background-image: url("../img/icons/sport-event--icon.svg");
}
.event--sport .event__title {
	color: var(--event-sport);
}
.event--sport .event__link:hover {
	border-color: var(--event-sport);
	box-shadow: 0px 4px 6px -1px rgba(0, 158, 247, 0.1), 0px 2px 4px -2px rgba(0, 158, 247, 0.1);
}

.event--concerts .event__head {
	background-color: var(--event-concert-accent);
}
.event--concerts .event__head::after {
	background-image: url("../img/icons/concert-event--icon.svg");
}
.event--concerts .event__title {
	color: var(--event-concert);
}
.event--concerts .event__link:hover {
	border-color: var(--event-concert);
	box-shadow: 0px 4px 6px -1px rgba(255, 199, 0, 0.1), 0px 2px 4px -2px rgba(255, 199, 0, 0.1);
}

.event--theatre .event__head {
	background-color: var(--event-theatre-accent);
}
.event--theatre .event__head::after {
	background-image: url("../img/icons/theatre-event--icon.svg");
}
.event--theatre .event__title {
	color: var(--event-theatre);
}
.event--theatre .event__link:hover {
	border-color: var(--event-theatre);
	box-shadow: 0px 4px 6px -1px rgba(80, 205, 137, 0.1), 0px 2px 4px -2px rgba(80, 205, 137, 0.1);
}

.notice {
	padding-top: 132px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	text-align: center;
}
@media (min-width: 1200px) {
	.notice {
		text-align: left;
	}
}

.notice__title {
	font-family: "Urbanist", sans-serif;
	font-weight: 700;
	background: rgba(24, 17, 60, 0.2);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	color: var(--default-background);
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 34px;
}
@media (min-width: 992px) {
	.notice__title {
		-webkit-text-stroke: 4px transparent;
		font-size: 56px;
		line-height: 72px;
	}
}

.footer {
	position: relative;
	padding-top: 24px;
	padding-bottom: 24px;
	background-color: var(--default-background);
}
.footer::before {
	position: absolute;
	content: "";
	width: 100%;
	top: 0;
	height: 5px;
	background: var(--accent-gradient);
}
@media (min-width: 1200px) {
	.footer {
		padding-top: 47px;
		padding-bottom: 29px;
	}
}

.footer__container {
	display: flex;
	flex-direction: column-reverse;
	gap: 24px;
}
@media (min-width: 1200px) {
	.footer__container {
		flex-direction: column;
		gap: 40px;
	}
}

.footer__logo {
	display: none;
}
@media (min-width: 1200px) {
	.footer__logo {
		display: block;
		font-family: "Urbanist", sans-serif;
		font-weight: 500;
		font-size: 36px;
		line-height: 36px;
		color: var(--black);
	}
}

.footer__copyright {
	font-size: 10px;
	line-height: 12px;
	color: var(--black);
	margin: 0;
	text-align: center;
	width: 100%;
	padding-bottom: 16px;
}
@media (min-width: 1200px) {
	.footer__copyright {
		font-size: 19px;
		line-height: 28px;
		text-align: left;
		padding-bottom: 0;
	}
}

.footer__nav {
	display: none;
}
@media (min-width: 1200px) {
	.footer__nav {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 48px;
	}
	.footer__nav a {
		color: var(--black);
		text-decoration: none;
		font-size: 19px;
		line-height: 28px;
	}
	.footer__nav a:hover {
		color: var(--accent-500);
	}
}
@media (min-width: 1280px) {
	.footer__nav {
		gap: 64px;
	}
}

.footer__links {
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 62px;
	padding-bottom: 32px;
}
.footer__links a {
	font-size: 10px;
	line-height: 12px;
	color: var(--black);
	text-decoration: underline;
}
.footer__links a:hover {
	color: var(--accent-500);
}
@media (min-width: 1200px) {
	.footer__links {
		padding-bottom: 0;
	}
	.footer__links a {
		font-size: 19px;
		line-height: 22px;
	}
}

.socials {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 40px;
	transform: translateY(-60px);
}
@media (min-width: 1200px) {
	.socials {
		transform: unset;
		justify-content: flex-end;
		width: 100%;
		gap: 60px;
	}
}

.socials__link {
	width: 22px;
	height: 22px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.3s;
}
.socials__link:active {
	transform: scale(1.2);
}
@media (min-width: 1200px) {
	.socials__link {
		width: 32px;
		height: 32px;
	}
}

.socials__link--twitter {
	background-image: url("../img/icons/socials/twitter.svg");
}
.socials__link--twitter:hover {
	background-image: url("../img/icons/socials/twitter-hover.svg");
}

.socials__link--linkedin {
	background-image: url("../img/icons/socials/linkedin.svg");
}
.socials__link--linkedin:hover {
	background-image: url("../img/icons/socials/linkedin-hover.svg");
}

.socials__link--facebook {
	background-image: url("../img/icons/socials/facebook.svg");
}
.socials__link--facebook:hover {
	background-image: url("../img/icons/socials/facebook-hover.svg");
}

.socials__link--instagram {
	background-image: url("../img/icons/socials/instagram.svg");
}
.socials__link--instagram:hover {
	background-image: url("../img/icons/socials/instagram-hover.svg");
}

.partners {
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(42px);
	gap: 8px;
}
@media (min-width: 1200px) {
	.partners {
		gap: 22px;
		transform: unset;
		justify-content: flex-end;
	}
}

.partners__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
}
.partners__item img {
	display: block;
	width: 100%;
	height: auto;
}
@media (min-width: 1200px) {
	.partners__item {
		width: 44px;
		height: 44px;
	}
}

.inner-nav {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	background-color: #7c60ed;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 112px;
}
@media (min-width: 992px) {
	.inner-nav {
		margin-top: 102px;
		padding-top: 8px;
		padding-bottom: 8px;
		/* padding-top: 12px;
		padding-bottom: 12px; */
	}
}

.inner-nav__list {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
@media (min-width: 992px) {
	.inner-nav__list {
		justify-content: flex-start;
		gap: 61px;
	}
}

.inner-nav__item {
	color: var(--accent-100);
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 4px;
	font-family: "Urbanist", sans-serif;
	font-weight: 300;
	font-size: 10px;
	line-height: 12px;
}
.inner-nav__item:hover {
	color: var(--primary);
	text-decoration: none;
}
@media (min-width: 992px) {
	.inner-nav__item {
		color: var(--gray-200);
		padding: 8px 20px;
		border: 1px solid transparent;
		border-radius: 8px;
		font-size: 24px;
		line-height: 24px;
		transition: 0.3s;
	}
	.inner-nav__item:hover {
		border-color: rgba(255, 255, 255, 0.9);
		color: rgba(255, 255, 255, 0.9);
		text-decoration: none;
	}
	.inner-nav__item svg {
		display: none;
	}
}

.inner-nav__item.current {
	color: var(--white);
	font-weight: 500;
}
@media (min-width: 992px) {
	.inner-nav__item.current {
		color: var(--white);
		border-color: var(--white);
	}
}

.current-event {
	padding-top: 40px;
	padding-bottom: 56px;
}

.current-event__head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
@media (min-width: 992px) {
	.current-event__head {
		gap: 40px;
		margin-bottom: 24px;
	}
}

.current-event__img {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 8px;
	flex-shrink: 0;
	width: 100px;
	height: 100px;
}
.current-event__img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}
@media (min-width: 992px) {
	.current-event__img {
		width: 290px;
		height: 290px;
	}
}

.current-event__name {
	font-family: "Urbanist", sans-serif;
	font-weight: 700;
	color: var(--accent-400);
	margin: 0;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 16px;
}
@media (min-width: 992px) {
	.current-event__name {
		font-size: 40px;
		line-height: 56px;
	}
}

.current-event__place {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: var(--info);
	margin-bottom: 8px;
}
@media (min-width: 992px) {
	.current-event__place {
		font-size: 19px;
		line-height: 28px;
		margin-bottom: 16px;
	}
}

.current-event__adress {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: var(--primary);
}
.current-event__adress + p {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}
@media (min-width: 992px) {
	.current-event__adress {
		font-size: 18px;
		line-height: 28px;
	}
}

.current-event__wrapper {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.current-event__description {
	font-size: 14px;
	line-height: 18px;
	color: rgba(24, 17, 60, 0.6);
	font-weight: 400;
	transition: 0.3s;
	-webkit-line-clamp: unset;
}
.current-event__description p {
	margin-top: 8px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 22px;
}
.current-event__description p:first-child {
	margin-top: 0;
}
@media (min-width: 992px) {
	.current-event__description {
		font-size: 19px;
		line-height: 31px;
	}
	.current-event__description p {
		margin-top: 16px;
	}
	.current-event__description p:first-child {
		margin-top: 0;
	}
}

.current-event__description.closed {
	display: none;
}
@media (min-width: 992px) {
	.current-event__description.closed {
		display: block;
		text-overflow: ellipsis;
		transition: 0.3s;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
}
.current-event__wrapper .btn-toggler {
	margin-left: 110px;
}
@media (min-width: 992px) {
	.current-event__wrapper .btn-toggler {
		margin-left: 0;
	}
}
.btn-toggler.closed svg {
	transition: 0.3s;
	transform: rotate(0);
}

@media (max-width: 992px) {
	.toggle-height__first {
		display: none !important;
	}
}
.toggle-height__first-mob {
	display: block;
}
@media (min-width: 992px) {
	.toggle-height__first {
		display: block;
	}
	.toggle-height__first-mob {
		display: none !important;
	}
}

.current-event__hide-btn.closed .toggle-height__first,
.current-event__hide-btn.closed .toggle-height__first-mob {
	display: none;
}

.current-event__hide-btn.closed .toggle-height__second {
	display: block;
}

.btn-toggler {
	display: flex;
	align-items: center;
	gap: 4px;
	width: max-content;
	border: none;
	outline: none;
	padding: 0;
	background-color: transparent;
	color: var(--info);
	font-size: 14px;
	line-height: 18px;
	transition: 0.3s;
}
.btn-toggler svg {
	transition: 0.3s;
	width: 16px;
	height: 16px;
	transform: rotate(180deg);
}
.btn-toggler:hover {
	color: var(--accent-500);
}
@media (min-width: 992px) {
	.btn-toggler svg {
		width: 24px;
		height: 24px;
	}
}

.current-event__hide-btn .toggle-height__second {
	display: none;
}

.information {
	display: flex;
	flex-direction: column;
	margin-top: 24px;
	/* margin-bottom: 24px; */
}
/* @media (min-width: 992px) {
	.information {
		margin-bottom: 56px;
	}
} */

.information__wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media (min-width: 992px) {
	.information__wrapper {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
}

.information__row {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}
.information__row img {
	width: 12px;
	height: 12px;
	margin-top: 3px;
}
.information__row p {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: var(--primary);
}
.information__row ul {
	margin: 0;
	padding: 0;
	padding-left: 18px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: var(--primary);
}
.information__row a {
	color: var(--info);
}
@media (min-width: 992px) {
	.information__row {
		max-width: 300px;
	}
	.information__row img {
		width: 24px;
		height: 24px;
		margin-top: 0;
	}
	.information__row p {
		font-size: 14px;
		line-height: 21px;
	}
	.information__row ul {
		font-size: 14px;
		line-height: 21px;
		padding-left: 24px;
	}
}

.more-tickets {
	padding-bottom: 35px;
}
@media (min-width: 992px) {
	.more-tickets {
		padding-bottom: 255px;
	}
}

.more-tickets__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 8px;
	margin-bottom: 24px;
}
@media (min-width: 992px) {
	.more-tickets__head {
		margin-bottom: 48px;
	}
}

.subtitle-default {
	font-family: "Urbanist", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	color: var(--primary);
	margin: 0;
}
@media (min-width: 992px) {
	.subtitle-default {
		font-size: 56px;
		line-height: 68px;
	}
}

.tickets-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-left: -15px;
	margin-right: -15px;
}
@media (min-width: 992px) {
	.tickets-wrapper {
		gap: 40px;
		margin-left: 0;
		margin-right: 0;
	}
}

.tickets-card {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	padding: 8px 10px;
	gap: 8px;
	box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
	z-index: 1;
}
@media (min-width: 992px) {
	.tickets-card {
		border-radius: 8px;
		gap: 24px;
		padding: 32px 38px;
	}
}

.tickets-card__head {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	border-radius: 8px;
	background-color: #f5f3fe;
}
@media (min-width: 992px) {
	.tickets-card__head {
		padding: 16px 24px;
	}
}

.tickets-card__title {
	font-family: "Urbanist", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #7c60ed;
	margin: 0;
}
@media (min-width: 992px) {
	.tickets-card__title {
		font-size: 36px;
		line-height: 44px;
	}
}

.tickets-card__body {
	padding: 8px 10px;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid transparent;
	background-clip: padding-box;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.tickets-card__body p {
	margin: 0;
}
.tickets-card__body::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-radius: 8px;
	background: var(--accent-gradient);
	pointer-events: none;
	margin: -1px;
}
@media (min-width: 992px) {
	.tickets-card__body {
		padding: 16px 24px;
	}
}

.tickets-card__description {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: var(--primary);
	letter-spacing: 0.05em;
}
.tickets-card__description p {
	color: inherit;
}
@media (min-width: 992px) {
	.tickets-card__description {
		font-size: 19px;
		line-height: 34px;
	}
}

.tickets-card__short {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: rgba(24, 17, 60, 0.6);
	letter-spacing: 0.05em;
}
@media (min-width: 992px) {
	.tickets-card__short {
		font-size: 19px;
		line-height: 34px;
	}
}

.review-card {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	padding: 8px 10px;
	gap: 8px;
	box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
	z-index: 1;
}
@media (min-width: 992px) {
	.review-card {
		border-radius: 8px;
		gap: 24px;
		padding: 32px 38px;
	}
}

.review-card__head {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	border-radius: 8px;
	background-color: #fff;
	position: relative;
}
.review-card__head::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-radius: 8px;
	background: var(--accent-gradient);
	pointer-events: none;
	margin: -1px;
}
@media (min-width: 992px) {
	.review-card__head {
		padding: 16px 24px;
	}
}

.review-card__title {
	font-family: "Urbanist", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #7c60ed;
	margin: 0;
}
@media (min-width: 992px) {
	.review-card__title {
		font-size: 36px;
		line-height: 44px;
	}
}

.review-card__body {
	padding: 8px 10px;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: var(--primary);
	background-color: #f5f3fe;
	border-radius: 8px;
}
.review-card__body p:last-child {
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.review-card__body {
		padding: 15px 24px;
		font-size: 19px;
		line-height: 34px;
	}
}

.rating {
	flex-shrink: 0;
}

p {
	font-size: 14px;
	line-height: 18px;
	color: rgba(24, 17, 60, 0.6);
	font-weight: 400;
}
@media (min-width: 992px) {
	p {
		font-size: 19px;
		line-height: 28px;
	}
}

a {
	color: var(--info);
}

.title-gray {
	font-family: "Urbanist", sans-serif;
	font-weight: 700;
	background: rgba(24, 17, 60, 0.2);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	color: var(--default-background);
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
}
@media (min-width: 992px) {
	.title-gray {
		-webkit-text-stroke: 4px transparent;
		font-size: 56px;
		line-height: 56px;
	}
}

.inner-page {
	padding-top: 40px;
	padding-bottom: 55px;
}
@media (min-width: 992px) {
	.inner-page {
		padding-top: 80px;
	}
}

.location__title,
.review__title {
	margin-bottom: 24px;
}
@media (min-width: 992px) {
	.location__title,
	.review__title {
		margin-bottom: 56px;
	}
}

.location__subtitle {
	text-align: center;
	margin-bottom: 16px;
}

.location__adress {
	font-size: 14px;
	line-height: 18px;
	color: var(--primary);
	text-align: center;
	margin: 0;
}
@media (min-width: 992px) {
	.location__adress {
		font-size: 19px;
		line-height: 29px;
	}
}

.location__map {
	padding: 150% 0 0 0;
	position: relative;
	margin-top: 24px;
}
.location__map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 768px) {
	.location__map {
		padding: 56.25% 0 0 0;
	}
}
@media (min-width: 992px) {
	.location__map {
		margin-top: 43px;
	}
}

.form-group {
	margin-bottom: 32px;
}
@media (min-width: 992px) {
	.form-group {
		margin-bottom: 30px;
	}
}

.form-group input,
.form-group textarea {
	display: block;
	box-sizing: border-box;
	background-color: var(--default-background);
	font-weight: 400;
	font-size: 14px;
	outline: none;
	border: 1px solid rgba(24, 17, 60, 0.6);
	padding: 4px 8px;
	width: 100%;
	border-radius: 4px;
	margin: 0;
	height: auto;
}
@media (min-width: 992px) {
	.form-group input,
	.form-group textarea {
		border-radius: 8px;
		line-height: 18px;
		padding: 20px 32px;
	}
}

@media (min-width: 992px) {
	.form-group .was-validated .form-control:invalid,
	.form-group .form-control.is-invalid {
		background-position: right 18px center;
		background-size: 24px 24px;
		padding-right: 50px !important;
	}
}

@media (min-width: 992px) {
	.form-group .was-validated .form-control:valid,
	.form-group .form-control.is-valid {
		background-position: right 18px center;
		background-size: 22px 22px;
		padding-right: 50px !important;
	}
}

.form-group label {
	font-weight: 500;
	font-family: "Urbanist", sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: var(--gray-700);
	margin-bottom: 7px;
}
@media (min-width: 992px) {
	.form-group label {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 8px;
	}
}

.form-group .valid-feedback,
.form-group .invalid-feedback {
	font-size: 14px;
	line-height: 21px;
	margin-top: 4px;
}

.form-group--date input {
	background-image: url("../img/icons/calendar.svg");
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: right 8px center;
}
@media (min-width: 992px) {
	.form-group--date input {
		background-position: right 16px center;
		background-size: 24px 24px;
	}
}

.rating-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
	gap: 8px;
}

.label-text {
	font-weight: 500;
	font-family: "Urbanist", sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: var(--gray-700);
}
@media (min-width: 992px) {
	.label-text {
		font-size: 24px;
		line-height: 24px;
	}
}

.custom-check-wrapper {
	position: relative;
	padding-left: 0;
	margin-top: -24px;
	margin-bottom: 24px;
}
.custom-check-wrapper .form-check-input {
	display: none;
}
.custom-check-wrapper .form-check-label {
	padding-left: 36px;
	cursor: pointer;
}
.custom-check-wrapper .form-check-label {
	font-size: 11px;
	line-height: 16px;
	transition: 0.3s;
	color: rgba(24, 17, 60, 0.6);
}
@media (min-width: 992px) {
	.custom-check-wrapper {
		margin-top: -16px;
		margin-bottom: 48px;
	}
	.custom-check-wrapper .form-check-label {
		font-size: 16px;
		line-height: 24px;
	}
}

.fake-checkbox {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	pointer-events: none;
}
.fake-checkbox::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 17px;
	height: 17px;
	border: 1px solid rgba(24, 17, 60, 0.6);
	border-radius: 4px;
}
.fake-checkbox::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 8px;
}

.form-check-input:checked + .fake-checkbox::before {
	border-color: rgb(24, 17, 60);
}
.form-check-input:checked + .fake-checkbox::after {
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.667828C10 0.844817 9.93408 1.01456 9.81674 1.13971L3.56773 7.80468C3.50968 7.86675 3.44072 7.91599 3.3648 7.94959C3.28888 7.98319 3.20749 8.00049 3.1253 8.00049C3.0431 8.00049 2.96171 7.98319 2.88579 7.94959C2.80987 7.91599 2.74091 7.86675 2.68287 7.80468L0.183261 5.13869C0.12516 5.07672 0.079072 5.00316 0.0476281 4.92219C0.0161842 4.84123 0 4.75445 0 4.66681C0 4.57917 0.0161842 4.4924 0.0476281 4.41143C0.079072 4.33047 0.12516 4.2569 0.183261 4.19493C0.241362 4.13296 0.310337 4.08381 0.386249 4.05027C0.462162 4.01673 0.543524 3.99947 0.625691 3.99947C0.707858 3.99947 0.789221 4.01673 0.865133 4.05027C0.941045 4.08381 1.01002 4.13296 1.06812 4.19493L3.1253 6.39037L8.93188 0.195948C9.04922 0.0707974 9.20837 0.000488281 9.37431 0.000488281C9.54025 0.000488281 9.6994 0.0707974 9.81674 0.195948C9.93408 0.321098 10 0.490839 10 0.667828Z' fill='%2318113C'/%3E%3Cpath d='M10 0.667828C10 0.844817 9.93408 1.01456 9.81674 1.13971L3.56773 7.80468C3.50968 7.86675 3.44072 7.91599 3.3648 7.94959C3.28888 7.98319 3.20749 8.00049 3.1253 8.00049C3.0431 8.00049 2.96171 7.98319 2.88579 7.94959C2.80987 7.91599 2.74091 7.86675 2.68287 7.80468L0.183261 5.13869C0.12516 5.07672 0.079072 5.00316 0.0476281 4.92219C0.0161842 4.84123 0 4.75445 0 4.66681C0 4.57917 0.0161842 4.4924 0.0476281 4.41143C0.079072 4.33047 0.12516 4.2569 0.183261 4.19493C0.241362 4.13296 0.310337 4.08381 0.386249 4.05027C0.462162 4.01673 0.543524 3.99947 0.625691 3.99947C0.707858 3.99947 0.789221 4.01673 0.865133 4.05027C0.941045 4.08381 1.01002 4.13296 1.06812 4.19493L3.1253 6.39037L8.93188 0.195948C9.04922 0.0707974 9.20837 0.000488281 9.37431 0.000488281C9.54025 0.000488281 9.6994 0.0707974 9.81674 0.195948C9.93408 0.321098 10 0.490839 10 0.667828Z' fill='black' fill-opacity='0.2'/%3E%3Cpath d='M10 0.667828C10 0.844817 9.93408 1.01456 9.81674 1.13971L3.56773 7.80468C3.50968 7.86675 3.44072 7.91599 3.3648 7.94959C3.28888 7.98319 3.20749 8.00049 3.1253 8.00049C3.0431 8.00049 2.96171 7.98319 2.88579 7.94959C2.80987 7.91599 2.74091 7.86675 2.68287 7.80468L0.183261 5.13869C0.12516 5.07672 0.079072 5.00316 0.0476281 4.92219C0.0161842 4.84123 0 4.75445 0 4.66681C0 4.57917 0.0161842 4.4924 0.0476281 4.41143C0.079072 4.33047 0.12516 4.2569 0.183261 4.19493C0.241362 4.13296 0.310337 4.08381 0.386249 4.05027C0.462162 4.01673 0.543524 3.99947 0.625691 3.99947C0.707858 3.99947 0.789221 4.01673 0.865133 4.05027C0.941045 4.08381 1.01002 4.13296 1.06812 4.19493L3.1253 6.39037L8.93188 0.195948C9.04922 0.0707974 9.20837 0.000488281 9.37431 0.000488281C9.54025 0.000488281 9.6994 0.0707974 9.81674 0.195948C9.93408 0.321098 10 0.490839 10 0.667828Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E%0A");
}

.custom-check-wrapper .form-check-label:hover {
	color: rgb(24, 17, 60);
}

.review__submit {
	min-width: 135px;
}
@media (min-width: 992px) {
	.review__submit {
		min-width: 290px;
	}
}

.review__text-wrapper {
	margin-top: 32px;
}
@media (min-width: 992px) {
	.review__text-wrapper {
		margin-top: 40px;
	}
}

.review__toggle-btn {
	margin-bottom: 16px;
}

.text-content p,
.text-content ul {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: rgba(24, 17, 60, 0.6);
}
@media (min-width: 992px) {
	.text-content p,
	.text-content ul {
		font-size: 16px;
		line-height: 24px;
	}
}
.text-content a {
	color: var(--info);
}

.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100;
}

.popup__wrapper {
	z-index: 101;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #f9fafb;
	border-radius: 4px;
	padding: 24px;
	min-width: 290px;
}
@media (min-width: 992px) {
	.popup__wrapper {
		border-radius: 8px;
		padding: 50px;
	}
}

.popup__close {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	color: var(--accent-400);
	width: 24px;
	height: 24px;
	transition: 0.3s;
	position: absolute;
	top: 8px;
	right: 8px;
	background-color: transparent;
}
.popup__close:hover {
	color: var(--accent-500);
}
@media (min-width: 992px) {
	.popup__close {
		top: 16px;
		right: 16px;
		width: 48px;
		height: 48px;
	}
}

.popup__inner {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.popup__inner .btn {
	min-width: 170px;
}

.popup__title {
	font-family: "Urbanist", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: var(--primary);
	margin-bottom: 8px;
}
@media (min-width: 992px) {
	.popup__title {
		font-size: 36px;
		line-height: 44px;
		margin-bottom: 16px;
	}
}

.popup__text {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: var(--primary);
	margin-bottom: 32px;
}
@media (min-width: 992px) {
	.popup__text {
		font-size: 19px;
		line-height: 28px;
		margin-bottom: 54px;
	}
}

.alert-custom {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
	position: relative;
	background-color: var(--gray-100);
	border-radius: 8px;
	margin-bottom: 24px;
}
.alert-custom::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-radius: 8px;
	background: var(--accent-gradient);
	pointer-events: none;
	margin: -1px;
}
@media (min-width: 992px) {
	.alert-custom {
		margin-bottom: 48px;
	}
}

.alert-custom__content {
	text-align: center;
	max-width: 440px;
}
.alert-custom__content p {
	font-size: 14px;
	line-height: 18px;
}
.alert-custom__content p:last-child {
	margin-bottom: 0;
}

.search-result-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
	position: relative;
	background-color: var(--gray-100);
	border-radius: 8px;
	margin-bottom: 24px;
}
.search-result-empty::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-radius: 8px;
	background: var(--accent-gradient);
	pointer-events: none;
	margin: -1px;
}
@media (min-width: 992px) {
	.search-result-empty {
		margin-bottom: 40px;
	}
}

.search-result-empty__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: 760px;
	gap: 8px;
}
.search-result-empty__content p {
	color: var(--primary);
}
.search-result-empty__content p:last-child {
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.search-result-empty__content p {
		font-size: 18px;
		line-height: 24px;
	}
}

.search-result-empty__title {
	font-family: "Urbanist", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: var(--primary);
}
@media (min-width: 992px) {
	.search-result-empty__title {
		font-size: 36px;
		line-height: 44px;
	}
}

h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: rgba(24, 17, 60, 0.6);
	margin-bottom: 16px;
}
@media (min-width: 992px) {
	h2 {
		font-size: 24px;
		line-height: 30px;
	}
}

ol li {
	margin-top: 10px;
}
ol ol,
ol ul {
	margin-top: 16px;
}
ol ol li,
ol ul li {
	margin-top: 10px;
}

ol,
ul {
	font-size: 14px;
	line-height: 18px;
	color: rgba(24, 17, 60, 0.6);
}
@media (min-width: 992px) {
	ol,
	ul {
		font-size: 19px;
		line-height: 28px;
	}
}

.section-404 {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media (min-width: 992px) {
	.section-404 {
		background-image: url("../img/figures/bg-404.png");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
}

.section-404__404 {
	font-family: "Urbanist", sans-serif;
	font-weight: 700;
	color: var(--accent-500);
	font-size: 48px;
	line-height: 58px;
	text-align: center;
	margin-bottom: 8px;
}
@media (min-width: 992px) {
	.section-404__404 {
		font-size: 144px;
		line-height: 174px;
	}
}

.section-404__title,
.section-404__subtitle {
	font-size: 14px;
	line-height: 18px;
	color: var(--primary);
	text-align: center;
}
@media (min-width: 992px) {
	.section-404__title,
	.section-404__subtitle {
		font-size: 36px;
		line-height: 54px;
	}
}

.section-404__title {
	margin-bottom: 4px;
}
@media (min-width: 992px) {
	.section-404__title {
		margin-bottom: 16px;
	}
}

.section-404__subtitle {
	margin-bottom: 8px;
}
@media (min-width: 992px) {
	.section-404__subtitle {
		margin-bottom: 32px;
	}
}

.bubble {
	display: block;
	position: absolute;
	transition: transform 0.6s ease;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transform: translateZ(0);
	overflow: visible;
}

.bubble.a {
	width: 95px;
	height: 95px;
	background-image: url("../img/figures/ball--blured.svg");
	animation: float-a 10s ease-in-out infinite;
}

.bubble.b {
	width: 42px;
	height: 42px;
	background-image: url("../img/figures/ball--rounded.svg");
}

.bubble.c {
	width: 36px;
	height: 36px;
	background-image: url("../img/figures/ball--filled.svg");
}

.bubble.d {
	width: 20px;
	height: 20px;
	background-image: url("../img/figures/ball--filled.svg");
}

@keyframes float-a {
	50% {
		transform: translate(30px, 20px);
	}
}
@keyframes float-a-x3 {
	50% {
		transform: translate(90px, 60px);
	}
}
@keyframes float-b {
	0% {
		transform: translate(0px, 0px);
	}
	25% {
		transform: translate(-10px, 25px);
	}
	50% {
		transform: translate(3px, -20px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}
@keyframes float-c {
	0% {
		transform: translate(0, -10px);
	}
	50% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(0, -10px);
	}
}
@keyframes float-d {
	50% {
		transform: translate(83px, 10px);
	}
}
@keyframes float-d2 {
	50% {
		transform: translate(0, 10px);
	}
}

.event-dates {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 8px 16px;
	background-color: var(--white);
	border-radius: 8px;
	position: relative;
	z-index: 0;
	margin-top: 16px;
}
@media (min-width: 992px) {
	.event-dates {
		padding: 16px 62px;
	}
}

@media (min-width: 1200px) {
	.event-dates {
		margin-top: 0;
	}
}

.event-dates__title {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: var(--dark);
	text-align: center;
	margin: 0;
	padding: 0;
	padding-left: 12px;
	padding-right: 12px;
}
@media (min-width: 992px) {
	.event-dates__title {
		font-size: 18px;
		line-height: 24px;
	}
}

.event-dates__list {
	display: flex;
	flex-direction: column;
}
.event-dates__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 0;
	position: relative;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	background-clip: padding-box;
	background-color: var(--white);
	margin-top: -1px;
}
.event-dates__item:first-child {
	margin-top: 0;
}
.event-dates__item::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: var(--accent-gradient);
	pointer-events: none;
	margin-top: -1px;
	margin-bottom: -1px;
}

.event-dates__col {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 4px;
	text-align: center;
	text-transform: uppercase;
}

.event-dates__day,
.event-dates__time {
	font-weight: 300;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: var(--dark);
	opacity: 0.6;
}

.event-dates__month {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: var(--accent-500);
}

.event-dates__buy-link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 18px;
	min-width: 110px;
	background-color: var(--event-concert);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: var(--black);
	transition: 0.3s;
	text-decoration: none;
}
.event-dates__buy-link:hover {
	opacity: 0.8;
	text-decoration: none;
	color: var(--black);
}
@media (min-width: 992px) {
	.event-dates__buy-link {
		padding: 12px 24px;
		font-size: 14px;
		min-width: 128px;
	}
}

.event-dates__link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.05));
	border: 1px solid var(--accent-400);
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: var(--accent-400);
	transition: 0.3s;
	text-decoration: none;
}
.event-dates__link:hover {
	text-decoration: none;
	background-color: var(--accent-400);
	color: var(--white);
}

.event-dates-table {
	margin-left: -15px;
	margin-right: -15px;
	padding: 8px 10px;
	background-color: var(--white);
	box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: relative;
	z-index: 0;
}
@media (min-width: 992px) {
	.event-dates-table {
		margin-left: 0;
		margin-right: 0;
		padding: 32px;
		gap: 24px;
		border-radius: 8px;
	}
}

.event-dates-table__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 18px 10px;
	background-color: #f5f3fe;
	border-radius: 8px;
}
@media (min-width: 992px) {
	.event-dates-table__head {
		padding: 24px;
	}
}

.event-dates-table__title {
	margin: 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	color: var(--accent-500);
}
@media (min-width: 992px) {
	.event-dates-table__title {
		font-size: 36px;
		line-height: 42px;
	}
}

.event-dates-table__body {
	padding: 16px;
	border-radius: 8px;
	position: relative;
	border: 1px solid transparent;
	background-clip: padding-box;
	background-color: var(--white);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
	gap: 16px 56px;
}
@media (min-width: 500px) {
	.event-dates-table__body {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 768px) {
	.event-dates-table__body {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (min-width: 992px) {
	.event-dates-table__body {
		padding: 16px 24px;
		gap: 24px 60px;
		grid-template-columns: repeat(5, 1fr);
	}
}
@media (min-width: 1240px) {
	.event-dates-table__body {
		grid-template-columns: repeat(7, 1fr);
	}
}
@media (min-width: 1400px) {
	.event-dates-table__body {
		grid-template-columns: repeat(8, 1fr);
	}
}

.event-dates-table__body::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: var(--accent-gradient);
	pointer-events: none;
	margin: -1px;
	border-radius: 8px;
}

.calendar-item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 106px;
}
.calendar-item__dates {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
	padding: 4px;
	background-color: #f5f3fe;
	border-radius: 6px;
	text-transform: uppercase;
	color: var(--black);
	text-align: center;
}

.calendar-item__day,
.calendar-item__time {
	font-weight: 300;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.05em;
}
.calendar-item__month {
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
}

.calendar-item__link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	max-width: 120px;
	background-color: var(--event-concert);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: var(--black);
	transition: 0.3s;
	text-decoration: none;
}
.calendar-item__link:hover {
	opacity: 0.8;
	text-decoration: none;
	color: var(--black);
}

.at-other-events {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
@media (min-width: 992px) {
	.at-other-events {
		gap: 24px;
	}
}

.at-other-events__title {
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: var(--black);
	text-align: center;
	font-family: "Urbanist", sans-serif;
}
@media (min-width: 992px) {
	.at-other-events__title {
		font-size: 32px;
		line-height: 38px;
	}
}

.at-other-events__list {
	margin-left: -15px;
	margin-right: -15px;
	background-color: var(--white);
	box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: relative;
	z-index: 0;
	padding: 16px 20px;
}

@media (min-width: 992px) {
	.at-other-events__list {
		margin-left: 0;
		margin-right: 0;
		border-radius: 8px;
		padding: 32px;
	}
}

.at-other-events__item {
	padding: 8px 16px;

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	position: relative;
	border-radius: 8px;
	border: 1px solid transparent;
	background-clip: padding-box;
	background-color: var(--white);
}
@media (min-width: 992px) {
	.at-other-events__item {
		padding: 16px 24px;
	}
}
.at-other-events__item::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: var(--accent-gradient);
	pointer-events: none;
	margin: -1px;
	border-radius: 8px;
}

.at-other-events__col {
	display: flex;
	flex-direction: column;
}
@media (min-width: 992px) {
	.at-other-events__col {
		gap: 4px;
	}
}

.at-other-events__subtitle {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: var(--accent-500);
}
@media (min-width: 992px) {
	.at-other-events__subtitle {
		font-size: 28px;
		line-height: 33px;
	}
}

.at-other-events__text {
	margin: 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: var(--black);
}
@media (min-width: 992px) {
	.at-other-events__text {
		font-size: 16px;
		line-height: 28px;
	}
}

.at-other-events__link {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	background-color: var(--accent-500);
	box-shadow: 0px 4px 6px -1px rgba(124, 96, 237, 0.1), 0px 2px 4px -2px rgba(124, 96, 237, 0.1);
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	color: var(--white);
	letter-spacing: 0.05em;
	text-align: center;
	padding: 14px 18px;
	transition: 0.3s;
	text-decoration: none;
	flex-shrink: 0;
}
.at-other-events__link:hover {
	text-decoration: none;
	background-color: #603ee9;
	color: var(--white);
}

@media (min-width: 992px) {
	.at-other-events__link {
		border-radius: 4px;
		padding: 16px 30px;
		font-size: 16px;
	}
}

.artis-at-other-events {
	padding-top: 64px;
	padding-bottom: 40px;
}
@media (min-width: 992px) {
	.artis-at-other-events {
		padding-top: 120px;
		padding-bottom: 90px;
	}
}

.tour-aside__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	position: relative;
	z-index: 0;
}

.tour-aside__item {
	display: flex;
	flex-direction: column;
	padding-top: 12px;
	border-top: 1px solid transparent;
	background-clip: padding-box;
	background-color: var(--white);
	position: relative;
	margin-bottom: 24px;
}
.tour-aside__item::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: var(--accent-gradient);
	pointer-events: none;
	margin-top: -1px;
}
.tour-aside__item.only-one {
	border-bottom: 1px solid transparent;
	padding-top: 12px;
	padding-bottom: 12px;
}
.tour-aside__item.only-one .tour-aside__row {
	flex-direction: column;
}
.tour-aside__item.only-one::before {
	margin-bottom: -1px;
}
@media (min-width: 992px) {
	.tour-aside__item.only-one {
		padding-top: 32px;
		padding-bottom: 32px;
		margin-bottom: 72px;
	}
}

.tour-aside__title {
	margin: 0;
	margin-bottom: 4px;
	font-weight: 400;
	font-size: 36px;
	line-height: 43px;
	color: var(--accent-500);
	text-align: center;
	font-family: "Urbanist", sans-serif;
}
@media (min-width: 992px) {
	.tour-aside__title {
		margin-bottom: 8px;
	}
}
.tour-aside__subtitle {
	margin: 0;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	color: var(--black);
	text-align: center;
	margin-bottom: 8px;
}
@media (min-width: 992px) {
	.tour-aside__subtitle {
		margin-bottom: 16px;
	}
}

.tour-aside__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.tour-schedule-wrapper {
	padding-bottom: 24px;
}
@media (min-width: 992px) {
	.tour-schedule-wrapper {
		padding-bottom: 50px;
	}
}

.tour-schedule {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
@media (min-width: 992px) {
	.tour-schedule {
		gap: 24px;
	}
}

.tour-schedule__title {
	margin: 0;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	color: var(--black);
	text-align: center;
	font-family: "Urbanist", sans-serif;
}
@media (min-width: 992px) {
	.tour-schedule__title {
		font-size: 32px;
		line-height: 38px;
	}
}

.tour-schedule__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
@media (min-width: 992px) {
	.tour-schedule__list {
		gap: 32px;
	}
}

.tour-schedule__item {
	margin-left: -15px;
	margin-right: -15px;
	padding: 8px 10px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	background-color: var(--white);
	box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 0;
}
@media (min-width: 992px) {
	.tour-schedule__item {
		margin-left: 0;
		margin-right: 0;
		padding: 32px 38px;
		gap: 24px;
		border-radius: 8px;
	}
}

.tour-schedule__head {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	background-color: #f5f3fe;
	border-radius: 8px;
}
@media (min-width: 992px) {
	.tour-schedule__head {
		padding: 16px 24px;
	}
}

.tour-schedule__subtitle {
	margin: 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: var(--accent-500);
}
@media (min-width: 992px) {
	.tour-schedule__subtitle {
		font-size: 36px;
		line-height: 43px;
	}
}

.tour-schedule__link {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	background-color: var(--accent-500);
	box-shadow: 0px 4px 6px -1px rgb(124 96 237 / 10%), 0px 2px 4px -2px rgb(124 96 237 / 10%);
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	color: var(--white);
	letter-spacing: 0.05em;
	text-align: center;
	padding: 14px 18px;
	transition: 0.3s;
	text-decoration: none;
	flex-shrink: 0;
}
.tour-schedule__link:hover {
	text-decoration: none;
	color: var(--white);
	background-color: #603ee9;
}
@media (min-width: 992px) {
	.tour-schedule__link {
		padding-top: 20px;
		padding-bottom: 20px;
		min-width: 224px;
		font-size: 18px;
	}
}

.tour-schedule__body {
	padding: 8px 10px;
	position: relative;
	background-color: #fff;
	border: 1px solid transparent;
	background-clip: padding-box;
	border-radius: 8px;
}
.tour-schedule__body::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-radius: 8px;
	background: var(--accent-gradient);
	pointer-events: none;
	margin: -1px;
}

.tour-schedule__inner {
	display: flex;
	align-items: center;
	gap: 8px;
}
@media (min-width: 992px) {
	.tour-schedule__inner {
		gap: 24px;
	}
}

.tour-schedule__dates {
	background-color: #d7cef9;
	flex-shrink: 0;
	padding: 6px;
}

@media (min-width: 992px) {
	.tour-schedule__dates {
		padding: 16px;
	}
}

.tour-schedule__content {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.tour-schedule__text {
	margin: 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	color: var(--black);
	letter-spacing: 0.05em;
}
@media (min-width: 992px) {
	.tour-schedule__text {
		font-size: 19px;
		line-height: 34px;
	}
}
.tour-schedule__descr {
	margin: 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2;
	color: rgba(24, 17, 60, 0.6);
	letter-spacing: 0.05em;
}
@media (min-width: 992px) {
	.tour-schedule__descr {
		font-size: 19px;
		line-height: 1.8;
	}
}

.event-dates-table__trigger {
	border: none !important;
	outline: none !important;
}
.event-dates-table__trigger svg {
	transition: 0.3s;
}
@media (min-width: 992px) {
	.event-dates-table__trigger svg {
		width: 48px;
		height: 48px;
	}
}
.event-dates-table__trigger:hover svg {
	opacity: 0.8;
}

.trigger-rotated {
	transform: rotate(180deg);
}

.logo-text-hidden .logo__text {
	display: none;
}

.item-scrolled-mobile > div,
.item-scrolled-mobile > div > .burger,
.item-scrolled-mobile > .logo {
	height: 100%;
}
.item-scrolled-mobile > div > .burger {
	margin-left: auto;
	margin-right: 0;
}
.js-burgerWrapper.item-scrolled-mobile {
	padding-left: 12px;
}
.js-logoWrapper.item-scrolled-mobile {
	padding-right: 12px;
}
.js-searchWrapper.item-scrolled-mobile {
	padding-left: 0;
	padding-right: 0;
}
#ticketsContainer {
	padding-top: 0;
}