:root {
	/* font-family */
	--main-font-head: "AGRESSIVE", Helvetica, sans-serif;
	--main-font: "Montserrat";

	--font-base: "Cocomat Pro", sans-serif;
	--font-second: "Cocogoose Compressed";
	/* color */
	--color-black: #000000;
	--color-white: #ffffff;
	--color-base: #4f2a0f;
	--color-red-500: #d50000;
	--color-red-400: #a03838;
	--color-rose: #ecd0ca;
	--color-green-600: #3c763d;
	--color-green-500: #3a7a25;
	--color-green-500-hover: #94ae21;
	--color-beige-200: #f6efdf;
	--color-beige-400: #dcc8a5;
	--color-beige-600: #ccb58c;
	--color-blue: #0e7bae;
	--color-blue-200: #a9c2e9;
	--color-blue-hover: #6fb5d5;
	--color-grey-hover: #d4d4d4;
	/* --color-grey-200: #dadada; */
	/* --color-grey-200: #b4b4b4; */
	--color-grey-200: #dfdfdf;
	--color-grey-300: #c2c2c2;
	--color-grey-600: #a4a3a3;
	--color-grey-700: #b3b3b3;
	--color-grey-500: rgba(255, 255, 255, 0.7);
}

div.dance-floor-flat
	div.dance-floor-flat__wrapper
	div.dance-floor-flat__main
	div.dance-floor-flat__main {
	background: none !important;
}

.dance-floor-flat__card-list {
	margin: 0 -4rem !important;
	min-width: 0 !important;
}

html {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 10px;
	/* background-color: var(--color-black); */
	scroll-behavior: smooth;
}

@media (min-width: 3200px) {
	html {
		font-size: 16px;
	}
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.uk-input:not(input),
.uk-select:not(select) {
	line-height: 1.4;
}

body {
	margin: 0;
	height: 100vh !important;
	width: 100%;
	position: relative;
	font-family: var(--font-base);
	/* color: var(--color-black); */
	color: var(--color-white);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1.15;
	text-rendering: optimizeLegibility;
	background-color: var(--color-black);
	box-sizing: border-box;
	overflow-x: hidden;
}

/* FIX SITE STYLE */
.sr-container--main {
	padding-top: 5.8rem !important;
}

.sr-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* FIX SITE STYLE */

@media (max-width: 800px) {
	body {
		background-image: none;
	}

	body::before {
		background-image: none;
	}
}

.uk-dropdown {
	z-index: 1000;
}

/* a:hover,
.uk-link:hover {
	text-decoration: underline;
} */

h1,
.h1 {
	margin-bottom: 2rem;
	font-size: 3.8rem;
	line-height: 1.4;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}

@media (max-width: 800px) {
	h1,
	.h1 {
		font-size: 2.4rem;
	}
}

h2,
.h2 {
	margin-bottom: 2rem;
	font-size: 2.5rem;
	line-height: 1;
	/* font-family: "Alegreya Sans", Verdana, Geneva, sans-serif; */
	font-weight: bold;
	letter-spacing: 0.04rem;
	font-style: normal;
}

@media (max-width: 800px) {
	h2,
	.h2 {
		font-size: 1.8rem;
	}
}

@media (max-width: 800px) {
	h3,
	.h3 {
		font-size: 1.4rem;
	}
}

h1.sr-title,
h2.sr-title,
h3.sr-title,
h1.sr-title a,
h2.sr-title a,
h3.sr-title a {
	margin: 0;
	color: var(--color-white);
}
.sr-title {
	font-family: var(--font-second);
}

.sr-page__wrapper {
	/*display: flex;*/
	/*flex-direction: column;*/
	height: 100%;
	position: relative;
	z-index: 2;
}

.sr-font--second {
	font-family: var(--font-second) !important;
}

.sr-page__content {
	min-height: 100%;
	/*flex: 1 0 auto;*/
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: var(--color-black);
}

pre {
	text-align: start;
}

main {
	flex: 1;
	display: flex;
}

.sr-header {
	position: fixed;
	top: 0;
	left: 0;
	height: 5.8rem;
	background: var(--color-black);
	box-shadow: 0 1rem 1.4rem 0 rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(3.5rem);
	padding: 2rem 3rem;
	width: 100%;
	z-index: 20;
}

.sr-page__title {
	text-align: center;
}

.sr-padding {
	padding: 0 3rem;
}

.sr-page__title--section {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.sr-page__sub-title--30 {
	font-size: 3rem;
}

.sr-page__sub-title {
	font-size: 1.8rem;
}

@media (max-width: 800px) {
	.sr-page__title {
		margin-top: 2.5rem;
	}

	.sr-page__sub-title {
		font-size: 2rem;
	}

	.sr-page__sub-title--30 {
		font-size: 2.5rem;
	}
}

.sr-catalog-dropdown-visible .sr-page__title {
	padding-right: 28rem;
}

.sr-page__title-link-box {
	margin-top: -1.3rem;
}

.sr-page__title-link {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.4rem;
	color: var(--color-blue);
	font-weight: 300;
	text-transform: lowercase;
	border-bottom: 0.1rem solid var(--color-blue);
	letter-spacing: normal;
	transition: all 0.3s;
}

.sr-page__title-link:hover {
	text-decoration: none;
	color: var(--color-blue);
	border-bottom: 0.1rem solid transparent;
}

.sr-btn {
	border-radius: 5rem;
	background: transparent;
	min-height: 2.5rem;
	min-width: 13rem;
	width: fit-content;
	padding: 1.6rem;
	color: var(--color-white);
	text-align: center;
	font-family: var(--font-second);
	font-size: 2rem;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 400;
	border: none;
	margin: 0;
	letter-spacing: normal;
	cursor: pointer;
	height: fit-content;
	text-decoration: none !important;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.sr-btn:hover {
	box-shadow: 0 0 1rem 0 rgba(255, 255, 255, 0.65);
}
.sr-btn--flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center;
	gap: 1rem;
}

.sr-btn--grey {
	background-color: var(--color-grey-300);
}

.sr-btn--grey:hover {
	background-color: var(--color-grey-hover);
}

.sr-btn--green {
	background-color: var(--color-green-500);
}

.sr-btn--green:hover {
	background-color: var(--color-green-500-hover);
}

.sr-btn--blue {
	background-color: var(--color-blue);
}

.sr-btn--blue:hover {
	background-color: var(--color-blue-hover);
}

.sr-btn--red {
	background-color: var(--color-red-500);
}

.sr-btn:disabled {
	background-color: var(--color-grey-200) !important;
	color: var(--color-grey-600) !important;
	box-shadow: none !important;
	cursor: default;
}

.sr-btn:visited,
.sr-btn:focus {
	color: var(--color-white);
	text-decoration: none !important;
	outline: none;
}

.sr-btn--subscribe {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}

.sr-btn--arrow {
	position: relative;
	padding: 1rem 2.4rem;
	padding-right: 1.6rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

.sr-btn__arrow {
	fill: none;
	width: 1.3rem;
	stroke: var(--color-white);
	stroke-miterlimit: 10;
	stroke-width: 0.2rem;
	transform: rotate(-90deg);
	position: relative;
	top: -0.1rem;
}

.sr-btn--cheap {
	width: 100%;
	padding: 0.8rem 0.5rem 1rem;
	background-color: #556884;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.2rem;
}

.sr-btn--cheap:hover {
	background-color: #435b77;
}

.sr-btn--cheap:active {
	background-color: #354e6d;
}

.sr-btn--buy {
	width: 100%;
	padding: 0.8rem 0.5rem;
	background-color: #0d8bd1;
}

.sr-btn--detail {
	padding: 1.4rem 0.5rem 1.2rem;
	font-weight: 500;
}

.sr-btn--one-click {
	padding: 1.2rem 1.6rem 1rem;
	font-weight: 500;
	background-color: var(--color-white);
	border: 0.2rem solid #0d8bd1;
	color: #0d8bd1;
}

.sr-btn--one-click:visited,
.sr-btn--one-click:focus {
	color: #0d8bd1;
}

.sr-btn--one-click:active {
	background-color: #0d8bd1;
	color: var(--color-white);
}

.sr-btn--one-click:hover {
	background-color: #0d8bd1;
	color: var(--color-white);
}

.sr-btn--personal-link,
.sr-btn--price-request {
	padding: 1.1rem 1.6rem;
	font-size: 1.4rem;
	line-height: 1.4rem;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #8bbee8;
}

.sr-btn--personal-link {
	background-color: #8bbee8;
}

.sr-btn--price-request {
	background-color: #4e84c5;
}

.sr-footer {
	min-height: 20rem;
	padding: 5rem 2rem;
	background-color: var(--color-black);
}

.sr-footer__inner {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.sr-footer_img {
	text-align: center;
}

.footer-section__logo {
	width: 100%;
	max-width: 243px;
}

@media (max-width: 800px) {
	.sr-footer__info {
		font-size: 1.2rem;
	}
}

.sr-container {
	padding-left: 5rem;
	padding-right: 5rem;
	margin: 0 auto;
	max-width: 144rem;
}

@media (max-width: 800px) {
	.sr-container {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.sr-footer {
		min-height: 13.5rem;
	}
}

.sr-container--full-width {
	margin-left: -5rem;
	margin-right: -5rem;
}

@media (max-width: 800px) {
	.sr-container--full-width {
		margin-left: -2rem;
		margin-right: -2rem;
	}
}

.sr-container--main {
	padding-top: 2%;
	width: 100%;
}

.sr-container--main:has(.sr-authform) {
	display: flex;
	justify-content: center;
}

.sr-wrap {
	width: 64%;
	max-width: 130rem;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 800px) {
	.sr-wrap {
		width: 100%;
	}
}

.sr-signs {
	position: relative;
}

.sr-signs::before,
.sr-signs::after {
	position: absolute;
	top: 2.3rem;
	width: 20%;
	display: block;
	content: "";
	padding-top: 31.3%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	animation-name: sr-signs-fade;
	animation-duration: 15s;

	display: none;
	/*display: none;*/
}

@media (max-width: 800px) {
	.sr-signs::before,
	.sr-signs::after {
		display: none;
	}
}

@media (min-width: 1920px) {
	.sr-signs::before,
	.sr-signs::after {
		height: 60rem;
	}
}

.sr-signs::before {
	left: 1%;
	/*background-image: url("images/side_symbol_left-min.png");*/
}

.sr-signs::after {
	right: 1%;
	/*background-image: url("images/side_symbol_right-min.png");*/
}

.sr-intro {
	position: relative;
	/*background-color: var(--color-black);*/
	padding-bottom: 3.2rem;
}

.sr-intro__inner {
	width: 58%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3rem;
	padding-bottom: 2rem;
}

@media (max-width: 800px) {
	.sr-intro__inner {
		width: 100%;
	}
}

.sr-intro__social {
	margin-bottom: 2.8rem;
}

.sr-intro__text {
	margin-bottom: 5.2rem;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif, Georgia, serif;
}

.sr-intro__text p {
	font-size: 1.3rem;
	letter-spacing: 0.06rem;
	margin: 0;
	margin-bottom: 2rem;
}

.sr-intro__text a {
	color: rgba(255, 229, 0, 0.69);
	transition: all 0.3s;
}

.sr-intro__text a:hover {
	text-decoration: none;
	color: #ffc107;
}

.sr-intro__facebook {
	text-align: center;
}

.sr-intro__facebook a {
	opacity: 1;
	transition: all 0.3s;
}

.sr-intro__facebook a:hover {
	opacity: 0.7;
}

.sr-intro__timer {
	margin-bottom: 20%;
}

@media (min-width: 1920px) {
	.sr-intro__timer {
		margin-bottom: 25.1rem;
	}
}

.sr-social__list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.sr-social__item:hover {
	opacity: 0.8;
}

.sr-social__item--fb svg {
	fill: #3b5998;
}

.sr-social__item--vk svg {
	fill: #45668e;
}

.sr-social__item--soundcloud svg {
	fill: #ff8800;
}

.sr-social__item--youtube svg {
	width: 2.2rem;
	height: 2.2rem;
	fill: #cd201f;
}

.sr-social__item--inst svg {
	width: 1.9rem;
	height: 1.9rem;
	fill: #3f729b;
}

.sr-social--footer .sr-social__list {
	/*margin-right: -11px;*/
}

.sr-social--footer .sr-social__item--fb {
	background-color: #3b5998;
}

.sr-social--footer .sr-social__item--vk {
	background-color: #45668e;
}

.sr-social--footer .sr-social__item--soundcloud {
	background-color: #ff8800;
}

.sr-social--footer .sr-social__item--youtube {
	background-color: #cd201f;
}

/* .sr-social--footer .sr-social__item--tg {
	background-color: #1ab7ea;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3crect width='512' height='512' rx='15%25' fill='%2337aee2'/%3e%3cpath fill='%23c8daea' d='M199 404c-11 0-10-4-13-14l-32-105 245-144'/%3e%3cpath fill='%23a9c9dd' d='M199 404c7 0 11-4 16-8l45-43-56-34'/%3e%3cpath fill='%23f6fbfe' d='M204 319l135 99c14 9 26 4 30-14l55-258c5-22-9-32-24-25L79 245c-21 8-21 21-4 26l83 26 190-121c9-5 17-3 11 4'/%3e%3c/svg%3e");
} */

.sr-social--footer .sr-social__item--inst {
	background-color: #c72e90;
}

.sr-timer__title {
	margin-bottom: 2.2rem;
	font-family: "Alegreya Sans", "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 100;
	letter-spacing: 0.05rem;
	text-align: center;
	color: #ffb535;
	font-size: 1.8rem;
}

.sr-party {
	padding-top: 1rem;
	position: relative;
	padding-bottom: 7.5%;
}

@media (min-width: 1920px) {
	.sr-party {
		padding-bottom: 13.8rem;
	}
}

.sr-party::before,
.sr-party::after {
	position: absolute;
	top: 0.7rem;
	width: 20%;
	display: block;
	content: "";
	padding-top: 40.6%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	animation-name: sr-signs-fade;
	animation-duration: 15s;

	display: none;
}

@media (max-width: 800px) {
	.sr-party::before,
	.sr-party::after {
		display: none;
	}
}

@media (min-width: 1920px) {
	.sr-party::before,
	.sr-party::after {
		padding-top: 0;
		height: 78rem;
	}
}

.sr-party::before {
	left: 4.4%;
	/*background-image: url("images/party_left_symbol.png");*/
}

.sr-party::after {
	right: 4.4%;
	/*background-image: url("images/party_right_symbol.png");*/
}

.sr-party__inner {
	width: 58%;
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media (max-width: 800px) {
	.sr-party__inner {
		width: 100%;
	}
}

.sr-party__title {
	margin-bottom: 3.3rem;
	color: #ffb535;
	font-size: 2rem;
	font-family: "Alegreya Sans", Verdana, Geneva, sans-serif;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.05rem;
}

.sr-party__list {
	margin-top: 5rem;
}

.sr-party__list ul {
	padding-left: 0;
	list-style: none;
}

.sr-party__list li {
	margin-bottom: 0.5em;
	font-family: "Alegreya Sans", Verdana, Geneva, sans-serif;
	font-weight: 300;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0.05rem;
	font-style: normal;
	color: #ffb535;
}

@media (max-width: 600px) {
	.sr-party__list li {
		font-size: 1.6rem;
	}
}

.sr-party__list a {
	display: block;
	text-transform: uppercase;
	font-size: 1.7rem;
}

@media (max-width: 600px) {
	.sr-party__list a {
		font-size: 1.2rem;
	}
}

.sr-party__fb {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

@keyframes sr-signs-fade {
	from {
		transform: scale(0.9);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

.sr-contacts__inner {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 800px) {
	.sr-contacts__inner {
		width: 100%;
	}
}

.sr-contacts__form {
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
}

.sr-contacts__form .sr-info__title {
	text-align: center;
}

.sr-contacts__info {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
	margin-bottom: 5.5rem;
	padding-top: 2.5rem;
}

.sr-contacts__col {
	width: 50%;
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
}

@media (max-width: 800px) {
	.sr-contacts__col {
		width: 100%;
		margin-bottom: 2rem;
	}

	.sr-contacts__info .sr-contacts__info {
		font-size: 2rem;
	}

	/* .sr-info__title */
}

.sr-subscribe-list {
	padding: 2rem;
	color: #4f2a0f;
	border: 0.2rem solid #f6efdf;
	border-radius: 0.7rem;
	background: #dcc8a5;
}

.sr-form__input-container {
	margin-bottom: 1rem;
	max-width: 60rem;
	font-size: 130%;
	position: relative;
}

.sr-form__req-star {
	position: absolute;
	top: 0.6rem;
	right: 0.6rem;
}

.dance-floor__card__link a {
	border-radius: 5rem;
	background: #3a7a25;
	min-height: 2.5rem;
	min-width: 13rem;
	padding: 1.6rem;
	color: var(--color-white);
	text-align: center;
	font-family: var(--font-second);
	font-size: 2rem;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 400;
	border: none;
	margin: 0;
	letter-spacing: normal;
}

.sr-form__submit-btn:hover {
	background: #94ae21;
	box-shadow: 0 0 1rem 0 rgba(255, 255, 255, 0.65);
	color: var(--color-white);
}

.sr-form__result {
	font-size: 1.6rem;
	padding: 3rem;
	color: #fff493;
}

.sr-contacts .sr-form__result {
	color: #333;
}

.sr-form .uk-alert-danger {
	padding-right: 5rem;
	max-width: 40rem;
	border-radius: 0.3rem;
}

.sr-form--checkout .sr-form__row {
	color: var(--color-white);
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	margin: 0;
}

.sr-form__req-star-footer {
	font-size: 1.2rem;
}

.sr-form--checkout .sr-form__input-container {
	width: 100%;
	max-width: 46rem;
	margin: 0 auto 0.9rem auto;
}

.sr-form__input-container .row_countticet_promocod {
	display: inline-flex;
}

.sr-form--checkout .sr-form__input-container--6 {
	width: 50%;
}

.sr-form--checkout .sr-form__label {
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 1rem;
}

.sr-form--checkout .sr-form__counter-indicate {
	font-size: 1.5rem;
	line-height: 1;
}

.sr-form--checkout .sr-form__counter-value {
	font-weight: bold;
	font-size: 2rem;
	letter-spacing: 0.1rem;
}

.sr-form--checkout .sr-form__submit-btn {
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 400;
	text-transform: capitalize;
}

.sr-form--checkout .sr-form__footer {
	padding-top: 1rem;
	max-width: unset;
}

.sr-form--checkout .sr-form__input-container--coupon .sr-form__input {
	max-width: 15.3rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	margin-top: 1.8rem;
	margin-left: 0.7rem;
	transition: all 0.3s;
	opacity: 1;
	visibility: visible;
}

.sr-form--checkout .sr-form__input-container--coupon .sr-form__input.js-hidden {
	opacity: 0;
	visibility: hidden;
}

.sr-form--checkout .sr-form__input-container--coupon .sr-form__input-hint {
	display: block;
	margin-top: 0.5rem;
	margin-left: 1.2rem;
	min-height: 2rem;
	width: 100%;
	font-size: 1.2rem;
}

.sr-form--checkout .sr-form__counter {
	width: 20.4rem;
	display: flex;
	gap: 2rem;
}

/* .sr-counter {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	height: 5rem;
	border: 0.3rem solid #ccb58c;
	border-radius: 0.7rem;
	background: #f6efdf;
} */

.sr-counter__btn {
	width: 5rem;
	margin: 0;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: all 0.3s;
	background-color: transparent;
}

.sr-counter__btn--minus,
.sr-counter__btn--plus {
	border: none;
}

.sr-counter__btn--minus:hover,
.sr-counter__btn--plus:hover {
	background-color: transparent;
	opacity: 0.3;
}

.sr-counter__input {
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 0.7rem 0 rgba(0, 0, 0, 0.35) inset;
	width: 6.8rem;
	height: 6.8rem;
	min-height: 2.5rem;
	padding: 1.6rem 0px 1.1rem 0px;
	color: var(--color-black);
	text-align: center;
	font-size: 4.1rem;
	font-style: normal;
	font-weight: 900;
	line-height: 100%;
	border: none;
	border-radius: 0;
}

.sr-counter__input:hover,
.sr-counter__input:focus {
	background-color: var(--color-white);
}

.sr-payment-form__title {
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 1rem;
}

.sr-payment-form__toggles {
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
	justify-content: center;
}

.sr-payment-form__toggle {
	padding: 0.5rem;
}

.sr-payment-form__toggle input[type="radio"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.sr-payment-form__toggle label {
	display: block;
	width: 15rem;
	padding-top: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0.2rem solid transparent;
	border-radius: 0.3rem;
	transition: all 0.3s;
	cursor: pointer;
	background-color: var(--color-white);
}

.sr-payment-form__toggle input[type="radio"]:checked + label {
	border: 0.2rem solid rgba(255, 235, 59);
}

.sr-tickets-payment-block {
	text-align: center;
}

.sr-music__inner {
	width: 75.4%;
	max-width: 130rem;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 800px) {
	.sr-music__inner {
		width: 100%;
	}

	.sr-form__submit-btn:active {
		background: #94ae21;
	}

	.sr-btn:active {
		background: #94ae21;
	}
}

.sr-music h1 {
	margin-bottom: 3rem;
}

.sr-music h1 a {
	font-size: 2.5rem;
	line-height: 1;
	font-family: "Alegreya Sans", Verdana, Geneva, sans-serif;
	text-transform: initial;
	position: relative;
	top: -1.1rem;
	letter-spacing: 0.04rem;
}

@media (max-width: 800px) {
	.sr-music h1 a {
		font-size: 1.8rem;
		top: -0.7rem;
	}
}

@media (max-width: 500px) {
	.sr-music h1 a {
		font-size: 1.3rem;
		top: -0.3rem;
	}
}

.sr-music h1 a:hover {
	text-decoration: none;
}

.sr-music__album {
	margin-bottom: 5rem;
}

.sr-album__wrapper {
	margin-left: -2rem;
	margin-right: -2rem;
	display: flex;
	flex-wrap: wrap;
}

.sr-album__player {
	width: 60%;
	padding-left: 2rem;
	padding-right: 2rem;
}

@media (max-width: 1000px) {
	.sr-album__player {
		order: 2;
		width: 100%;
	}
}

.sr-album__player iframe {
	max-width: 100%;
	background-color: #ccc;
}

.sr-album__info {
	width: 40%;
	padding-left: 2rem;
	padding-right: 2rem;
}

@media (max-width: 1000px) {
	.sr-album__info {
		order: 1;
		width: 100%;
		margin-bottom: 2rem;
	}
}

.sr-album__name {
	margin-bottom: 2rem;
	font-family: "Mystery Quest", "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.2rem;
	font-style: normal;
	color: #fff493;
	font-size: 3.8rem;
}

@media (max-width: 1000px) {
	.sr-album__name {
		font-size: 2.4rem;
	}
}

@media (max-width: 800px) {
	.sr-album__name {
		font-size: 2rem;
	}
}

/*.sr-gallery {*/
/*    margin-top: -30px;*/
/*}*/

@media (max-width: 800px) {
	.sr-gallery--main-page {
		display: none;
	}
}

.sr-gallery__inner {
	position: relative;
}

.sr-gallery__img {
	cursor: pointer;
}

.sr-gallery .lSPager {
	position: absolute;
	bottom: 1rem;
	left: 0;
}

.sr-gallery .lSSlideOuter .lSPager.lSGallery li {
	cursor: pointer;
	border-radius: 0 !important;
	position: relative;
}

.sr-gallery .lSSlideOuter .lSPager.lSGallery li::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background-color: rgba(255, 255, 255, 0.4);
	opacity: 1;
	transition: all 0.3s;
}

.sr-gallery .lSSlideOuter .lSPager.lSGallery li.active::before {
	opacity: 0;
}

.sr-gallery .lSSlideOuter .lSPager.lSGallery li:hover::before {
	opacity: 0;
}

/*
skins available:
	- universal
	- classic
	- attractive
*/
/* the container */
.circularCountdown {
	position: relative;
	text-align: center;
}

/*.circularCountdown img {
	position:absolute;
	top:0px;
	left:0px;
	max-width:none;
	max-height:none;
}*/
.logoDiv {
	padding: 2rem 0px;
	margin: 1rem auto;
}

/*.reliefLine {
	clear:both;
	padding:2px 0;
}*/
.theCircles {
	margin: 0 auto;
	padding: 0;
}

.daysDiv {
	position: relative;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	height: auto !important;
}

.canvasDays {
	margin: 0;
	padding: 0;
}

.daysDiv .innerText {
	padding: 0;
	margin: 0;
	position: relative;
}

.daysDiv .innerNumber {
	display: none;
	line-height: 10rem;
	position: absolute;
	padding: 0;
	margin: 0;
}

.hoursDiv {
	position: relative;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	height: auto !important;
}

.canvasHours {
	margin: 0;
	padding: 0;
}

.hoursDiv .innerText {
	padding: 0;
	margin: 0;
	position: relative;
}

.hoursDiv .innerNumber {
	display: none;
	line-height: inherit;
	position: absolute;
	padding: 0;
	margin: 0;
}

.minutesDiv {
	position: relative;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	height: auto !important;
}

.canvasMinutes {
	margin: 0;
	padding: 0;
}

.minutesDiv .innerText {
	padding: 0;
	margin: 0;
	position: relative;
}

.minutesDiv .innerNumber {
	display: none;
	line-height: inherit;
	position: absolute;
	padding: 0;
	margin: 0;
}

.secondsDiv {
	position: relative;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	height: auto !important;
}

.canvasSeconds {
	margin: 0;
	padding: 0;
}

.secondsDiv .innerText {
	padding: 0;
	margin: 0;
	position: relative;
}

.secondsDiv .innerNumber {
	display: none;
	line-height: inherit;
	position: absolute;
	padding: 0;
	margin: 0;
}

.socialIconsDiv {
	clear: both;
	text-align: center;
	margin: 0px auto;
	padding: 0.5rem 0px 2rem 0px;
}

.socialIcons {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 0;
}

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

.socialIcons li {
	margin: 0 0.3rem;
	display: inline-block;
	/* *display: inline; */
	line-height: 0;
}

.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.group {
	display: inline-block;
	clear: both;
}

/* start commented backslash hack \*/
* html .group {
	height: 1%;
}

.group {
	display: block;
}

/* close commented backslash hack */
.hideElement {
	display: none;
}

.sr-participation {
	margin-top: -2rem;
}

.sr-participation__title {
	margin-bottom: 2rem;
}

.sr-participation__header {
	margin-bottom: 4rem;
	text-align: center;
}

.sr-participation__header p {
	font-size: 1.3rem;
}

.sr-participation__forms {
	width: 64.5%;
	margin-left: auto;
	margin-right: auto;
	max-width: 130rem;
}

@media (max-width: 1300px) {
	.sr-participation__forms {
		width: 76rem;
	}
}

@media (max-width: 800px) {
	.sr-participation__forms {
		margin-left: -2rem;
		margin-right: -2rem;
		width: auto;
	}
}

.sr-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.sr-tabs__tab a {
}

.sr-tabs__tab a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 0.1rem);
	height: 0.3rem;
	display: block;
	content: "";
	background-color: #ffb535;
	opacity: 0;
	transition: all 0.3s;
}

.sr-tabs__tab a svg {
	width: 1.3rem;
	height: 1.3rem;
	margin-right: 0.7rem;
	fill: #ffb535;
	transition: all 0.3s;
}

.sr-tabs__tab a:hover {
	text-decoration: none;
	background-color: transparent;
	color: var(--color-white);
}

@media (max-width: 1300px) {
	.sr-tabs__tab {
		flex-grow: 1;
	}
}

.sr-tabs__tab:nth-child(3) a svg {
	width: 1.5rem;
	height: 1.5rem;
}

.sr-tabs__tab:last-child a {
	border-right: none;
}

.sr-tabs__tab:last-child a::before {
	width: 100%;
}

.sr-tabs__tab:last-child a svg {
	width: 1.7rem;
}

.sr-tabs__tab:nth-last-child(2) a svg {
	width: 1.7rem;
}

.sr-tabs__tab.r-tabs-state-active a {
	background-color: transparent;
}

.sr-tabs__tab.r-tabs-state-active a::before {
	opacity: 1;
}

.sr-switcher .r-tabs-anchor {
	position: relative;
	display: block;
	padding-top: 1.3rem;
	padding-left: 2rem;
	padding-right: 1.5rem;
	padding-bottom: 1.1rem;
	background-color: #313132;
	border-right: none;
	border-bottom: 0.1rem solid #161616;
	color: #ffb535;
	font-family: "Alegreya Sans", "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 100;
	font-size: 1.8rem;
	line-height: 1;
	text-transform: uppercase;
	transition: all 0.3s;
}

.sr-switcher .r-tabs-anchor::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0.6rem;
	display: block;
	content: "";
	background-color: #ffb535;
	opacity: 0;
	transition: all 0.3s;
}

.sr-switcher .r-tabs-anchor svg {
	width: 1.3rem;
	height: 1.3rem;
	margin-right: 0.7rem;
	fill: #ffb535;
	transition: all 0.3s;
}

.sr-switcher .r-tabs-anchor:hover {
	text-decoration: none;
	background-color: #3e3e3e;
}

.sr-switcher .r-tabs-state-active .r-tabs-anchor {
	background-color: #3e3e3e;
	border-bottom: 0.1rem solid transparent;
}

.sr-switcher .r-tabs-state-active .r-tabs-anchor::before {
	opacity: 1;
}

.sr-event {
	padding-bottom: 5rem;
	position: relative;
	padding-top: 2.5rem;
	text-align: center;
}

@media (max-width: 800px) {
	.sr-event {
		padding-top: 1.5rem;
	}
}

.sr-event::after {
	position: absolute;
	bottom: 5rem;
	left: 0;
	width: 100%;
	height: 0.1rem;
	display: block;
	content: "";
	background: radial-gradient(ellipse at 50% -50%, #3dd3bd 0px, rgba(255, 255, 255, 0) 80%) repeat
		scroll 0 0 rgba(0, 0, 0, 0);
	z-index: 10;
}

.sr-event__title {
	margin-bottom: 2rem;
}

.sr-event__description {
	margin-top: 4rem;
	text-align: center;
}

.sr-event__description ul {
	padding-left: 0;
	list-style: none;
}

.sr-event__description li {
	margin-bottom: 0.3em;
	font-family: "Alegreya Sans", Verdana, Geneva, sans-serif;
	font-weight: 300;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0.05rem;
	font-style: normal;
	color: #ffb535;
}

.sr-event__description li::before {
	content: "\2022";
	color: inherit;
	display: inline-block;
	width: 0.6em;
	margin-left: -1em;
	font-size: 0.4em;
	vertical-align: middle;
}

.sr-event__description li:last-child {
	margin-bottom: 0;
}

.sr-artist {
	display: flex;
	padding-top: 3rem;
}

.sr-artist__img {
	width: 40%;
}

.sr-artist__description {
	width: 60%;
	margin-left: 5rem;
	font-size: 1.4rem;
}

.sr-artist__description-links {
	margin-top: 5rem;
	display: flex;
	flex-direction: column;
}

.sr-artist__description-links a {
	font-size: 1.4rem;
	color: #ffb535;
}

@media (max-width: 1150px) {
	.sr-artist__description-links a {
		font-size: 1.4rem;
	}
}

@media (max-width: 900px) {
	.sr-artist__description {
		font-size: 1.1rem;
	}
}

@media (max-width: 800px) {
	.sr-artist__description-links a {
		font-size: 1.1rem;
	}

	.sr-artist {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.sr-artist__description {
		width: 100%;
		text-align: center;
		margin-left: 0;
		margin-top: 4rem;
	}

	.sr-artist__description-links {
		margin-top: 2rem;
	}

	.sr-artist__img {
		width: auto;
		max-width: 40rem;
	}
}

@media (max-width: 700px) {
	.sr-artist__description-links a {
		font-size: 1.1rem;
	}
}

@media (max-width: 600px) {
	.sr-artist__description-links a {
		font-size: 0.9rem;
	}
}

@media (max-width: 600px) {
	.sr-event__description li {
		font-size: 1.6rem;
	}

	.sr-events .sr-events__inner .sr-event__description-link {
		font-size: 1.6rem;
	}
}

.sr-event__description a {
	display: block;
	text-transform: uppercase;
	font-size: 1.4rem;
}

.sr-event__description-title {
	color: #ffffff;
	text-decoration: underline;
}

.sr-event__description-title:hover {
	color: #ffffff;
	text-decoration: none;
}

.sr-events__inner .sr-event__description-link {
	font-size: 2rem;
	color: #ffb535;
	display: inline-block;
	text-decoration: underline;
}

.sr-event .sr-event__description-link:hover {
	text-decoration: none;
}

.sr-event__description li p {
	margin-bottom: 0;
}

.sr-event__description a:hover {
	text-decoration: none;
}

@media (max-width: 600px) {
	.sr-event__description a {
		font-size: 1.2rem;
	}
}

.sr-event__facebook {
	margin-top: 3rem;
	margin-bottom: 5rem;
}

.sr-g-sections__row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
}

.sr-g-sections__item {
	width: 33.33%;
	padding: 1rem;
}

@media (max-width: 1200px) {
	.sr-g-sections__item {
		width: 50%;
	}
}

@media (max-width: 430px) {
	.sr-g-sections__item {
		width: 100%;
	}
}

.sr-g-section__container {
	position: relative;
	overflow: hidden;
}

.sr-g-section__container::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background: #5420b1;
	z-index: 10;
	transition: all 1.2s;
}

.sr-g-section__pic {
	padding-top: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: scale(1);
	transition: all 6s;
}

.sr-g-section__title {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	padding: 1rem;
	color: #ffeb3b;
	transform: translate(-50%, -50%);
	font-family: "Mystery Quest", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 3em;
	text-transform: uppercase;
	z-index: 20;
	opacity: 1;
	transition: all 0.3s;
}

.sr-g-section:hover .sr-g-section__container::before {
	opacity: 0;
}

.sr-g-section:hover .sr-g-section__title {
	opacity: 0;
}

.sr-g-section:hover .sr-g-section__pic {
	transform: scale(1.1);
}

.sr-promo-slider__inner {
	position: relative;
}

.sr-promo-slider__text {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 90%;
	height: 100%;
	padding-top: 8%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	text-align: center;
	-webkit-font-smoothing: antialiased !important;
}

@media (max-width: 800px) {
	.sr-promo-slider__text {
		display: none;
	}
}

.sr-promo-slider__title {
	display: inline-block;
	padding: 0 4vw;
	padding-top: 0.7vw;
	font-family: "Mystery Quest", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 7vw;
	line-height: 1.1;
	color: var(--color-white);
	background-color: rgba(10, 0, 1, 0.32);
	text-shadow: 0px 0.2rem 0.5rem rgba(0, 0, 0, 0.5);
	letter-spacing: 0.05vw;
	border-radius: 0 5vw;
	transition: all 1s ease-out;
}

.sr-promo-slider__title:hover {
	border-radius: 5vw 0;
	color: #ffde68;
}

.sr-promo-slider__date {
	align-self: flex-end;
	display: inline-block;
	margin-right: 8vw;
	margin-bottom: 0.5rem;
	padding: 1.1vw 3.6vw;
	font-size: 2.1vw;
	font-family: Comfortaa, sans-serif;
	font-weight: 400;
	background: linear-gradient(60deg, rgba(41, 50, 60, 0.4) 0%, rgba(72, 85, 99, 0.5) 100%);
	border-radius: 10vw 0;
	letter-spacing: -0.1rem;
	text-shadow: 0px 0.2rem 0.5rem rgba(0, 0, 0, 0.5);
	transition: all 1s ease-out;
}

.sr-promo-slider__date:hover {
	border-radius: 0 10vw;
	color: #fff6d6;
}

.sr-promo-slider__ticket {
	min-width: 27.8vw;
	position: relative;
	display: inline-block;
	font-size: 1.6vw;
	line-height: 5.8vw;
	font-weight: 400;
	letter-spacing: 0.1vw;
	font-family: Comfortaa, sans-serif;
	background-color: rgba(5, 0, 15, 0.8);
	border-radius: 0 5vw;
	outline: none;
	box-shadow: #999999 0px 0px 0px 0px;
	box-sizing: border-box;
	cursor: pointer;
	visibility: inherit;
	text-align: center;
	margin-top: 22vh;
	text-transform: uppercase;
	transition: all 0.8s ease-out;
}

.sr-promo-slider__ticket:hover {
	text-decoration: none;
	border-radius: 5vw 0;
}

.sr-promo-slider__ticket-icon {
	right: 4.5vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(0);
	opacity: 0;
	transition: all 0.3s ease-out;
	will-change: transform;
}

.sr-promo-slider__ticket-icon svg {
	width: 2vw;
	height: 2vw;
	fill: var(--color-white);
}

.sr-promo-slider__ticket:hover .sr-promo-slider__ticket-icon {
	transform: translateY(-50%) translateX(0.4vw);
	opacity: 1;
}

.sr-promo-slider__ticket:hover .sr-promo-slider__ticket-icon svg {
	fill: #ffcc00;
}

.sr-promo-slider__ticket-text {
	color: #fff6d6;
	display: inline-block;
	transform: translateX(0);
	transition: all 0.3s ease-out;
	will-change: transform;
}

.sr-promo-slider__ticket:hover .sr-promo-slider__ticket-text {
	transform: translateX(-1vw);
	color: rgba(255, 204, 0, 0.94);
}

.sr-separator {
	position: relative;
	height: 0.1rem;
	background-color: #3e3e3e;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	margin-bottom: 5rem;
	max-width: 80%;
}

.sr-separator__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.6rem;
	height: 2.6rem;
	border: 0.1rem solid #3e3e3e;
	border-radius: 50%;
	background-color: #260026;
}

.sr-separator__icon svg {
	width: 2rem;
	height: 2rem;
	fill: #3e3e3e;
}

.sr-advantages {
	padding-bottom: 3.7rem;
}

.sr-advantages__title {
	margin-bottom: 6.2rem;
}

.sr-advantages__row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2rem;
	margin-right: -2rem;
}

.sr-advantages__col {
	width: 33.33%;
	padding-left: 2rem;
	padding-right: 2rem;
}

.sr-advantages__col--left {
	text-align: right;
}

.sr-advantages__col--center {
	text-align: center;
}

.sr-advantages__col--right {
	text-align: left;
}

@media (max-width: 1300px) {
	.sr-advantages__col {
		text-align: center !important;
	}
}

@media (max-width: 800px) {
	.sr-advantages__col {
		width: 100%;
	}
}

.sr-adv {
	margin-bottom: 3rem;
}

.sr-adv:last-child {
	margin-bottom: 0;
}

@media (max-width: 800px) {
	.sr-adv:last-child {
		margin-bottom: 3rem;
	}
}

.sr-adv__title {
	margin-bottom: 1.5rem;
	color: #ffb535;
	font-family: "Alegreya Sans", Verdana, Geneva, sans-serif;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.05rem;
	font-style: normal;
	font-size: 2rem;
}

.sr-adv p {
	margin-top: 0;
}

.sr-tickets-timer {
	padding-top: 2rem;
	padding-bottom: 8.1rem;
	text-align: center;
}

.sr-checkout .sr-tickets-timer {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.sr-checkout .sr-tickets-timer__countdown {
	margin-bottom: 3rem;
}

@media (max-width: 800px) {
	.sr-tickets-timer {
		padding-bottom: 3rem;
	}
}

.sr-tickets-timer__title {
	margin-bottom: 2.2rem;
}

.sr-tickets-timer__countdown {
	margin-bottom: 6.3rem;
}

.sr-tickets-timer__btn {
	position: relative;
	display: inline-block;
	padding: 1.1rem 2.3rem;
	padding-left: 5rem;
	line-height: 1.6rem;
	font-size: 1.3rem;
	color: var(--color-white);
	border: 0.1rem solid var(--color-white);
	border-radius: 2.5rem;
	font-family: "MS Sans Serif", Geneva, sans-serif, Arial, Helvetica, sans-serif;
	font-weight: 400;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	background: #36003a;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(29, 0, 38, 0.72)),
		to(#36003a)
	);
	background-image: -webkit-linear-gradient(bottom, rgba(29, 0, 38, 0.72), #36003a);
	background-image: -moz-linear-gradient(bottom, rgba(29, 0, 38, 0.72), #36003a);
	background-image: -o-linear-gradient(bottom, rgba(29, 0, 38, 0.72), #36003a);
	background-image: linear-gradient(to top, rgba(29, 0, 38, 0.72), #36003a);
	transition: all 0.3s;
}

.sr-tickets-timer__btn::before {
	position: absolute;
	top: 0;
	left: 3.9rem;
	display: block;
	content: "";
	width: 0.1rem;
	height: 100%;
	background-color: var(--color-white);
	transition: all 0.3s;
}

.sr-tickets-timer__btn:hover {
	color: rgba(255, 204, 0, 0.42);
	border: 0.1rem solid rgba(255, 204, 0, 0.42);
	background: rgba(29, 0, 38, 0.72);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#36003a),
		to(rgba(29, 0, 38, 0.72))
	);
	background-image: -webkit-linear-gradient(bottom, #36003a, rgba(29, 0, 38, 0.72));
	background-image: -moz-linear-gradient(bottom, #36003a, rgba(29, 0, 38, 0.72));
	background-image: -o-linear-gradient(bottom, #36003a, rgba(29, 0, 38, 0.72));
	background-image: linear-gradient(to top, #36003a, rgba(29, 0, 38, 0.72));
	text-decoration: none;
}

.sr-tickets-timer__btn:hover::before {
	background-color: rgba(255, 204, 0, 0.42);
}

.sr-tickets-timer__btn svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1.2rem;
	width: 1.3rem;
	height: 1.3rem;
	fill: var(--color-white);
	transition: all 0.3s;
}

.sr-tickets-timer__btn:hover svg {
	fill: rgba(255, 204, 0, 0.42);
}

.sr-radio {
	padding-bottom: 7rem;
	padding-top: 2.3rem;
}

@media (max-width: 800px) {
	.sr-radio {
		padding-bottom: 2.4rem;
	}
}

.sr-radio__inner {
	max-width: 100rem;
	text-align: center;
}

.sr-radio__fb {
	margin-top: 7%;
	margin-bottom: 2rem;
}

@media (min-width: 1920px) {
	.sr-radio__fb {
		margin-top: 7rem;
	}
}

.sr-radio__player {
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
}

.sr-promo-mobile {
	margin-top: -3rem;
}

@media (min-width: 801px) {
	.sr-promo-mobile {
		display: none;
	}
}

.sr-promo-mobile__title {
	font-size: 3.2rem;
	text-transform: capitalize;
	margin-bottom: 0.2rem;
}

.sr-promo-mobile__sub-title {
	color: #ffb535;
	letter-spacing: 0;
}

.sr-promo-mobile__pic {
	margin-left: -2rem;
	margin-right: -2rem;
	padding-top: 37%;
	/* background-image: url("images/promo_slider_fallback.jpg"); */
	background-image: url("/upload/iblock/453/4537003156ce5199d394639e66df80fb.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media (min-width: 801px) {
	.sr-promo-mobile__pic {
		background: none;
	}
}

@media (min-width: 801px) and (max-width: 945px) {
	.sr-header__inner.sr-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.sr-header__logo {
	width: 14rem;
	display: block;
	font-family: "Mystery Quest", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.7rem;
	line-height: 2rem;
	text-align: center;
	color: #ffb535;
	margin-top: 0.6rem;
	letter-spacing: 0.1rem;
	margin-left: 0;
	transition: all 0.3s;
}

.sr-header__logo:hover {
	text-decoration: none;
	color: rgba(255, 181, 53, 0.8);
}

@media (min-width: 350px) {
	.sr-header__logo {
		font-size: 2rem;
	}
}

@media (min-width: 801px) {
	.sr-header__logo {
		display: none;
	}

	.sr-page.main .sr-header,
	.sr-page.gallery-section .sr-header {
		background-color: var(--color-black);
	}
}

.lSAction > a:hover {
	cursor: pointer;
}

/*Forgot password*/

.sr-forgot {
	max-width: 50rem;
	margin: 0 auto;
	text-align: center;
	padding: 0 3rem;
}

.sr-forgot .bx-title {
	color: #4f2a0f;
}

.sr-forgot .bx-authform-content-container {
	color: var(--color-white);
	text-align: center;

	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}

.sr-forgot .bx-authform-label-container {
	color: #4f2a0f;
}

.sr-forgot .bx-authform-input-container input {
	padding-left: 1.5rem;
	min-height: 5rem;
	color: var(--color-black);
	border: 0.3rem solid #ccb58c;
	border-radius: 0.7rem;
	background: #f6efdf;
	transition: all 0.3s;
}

.sr-forgot .bx-authform-input-container {
	margin-top: 1rem;
}

.sr-forgot .bx-authform-input-container input:hover {
	border-color: #cca053;
}

.sr-forgot .bx-authform-input-container input:focus {
	border-color: #cca053;
	background-color: var(--color-white);
}

.sr-forgot .bx-authform-formgroup-container input[type="submit"] {
	margin-bottom: 0.8rem;
	margin-top: 0.4rem;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1.3rem;
	padding: 0.5rem 1.5rem;
	color: var(--color-white);
	border: 0.3rem solid #ccb58c;
	border-radius: 0.7rem;
	background: #4f2a0f;
	letter-spacing: 0.2rem;
	cursor: pointer;
	transition: all 0.3s;
}

.sr-forgot .bx-authform-link-container a {
	color: #4f2a0f;
}

.sr-forgot .bx-authform-link-container {
	margin: 0;
	padding: 0;
}

/*Forgot password*/

/*Authorize*/

.sr-authform {
	max-width: 40rem;
	width: 100%;
	margin: 0;
}

.sr-authform h3 {
	color: #4f2a0f;
}

.sr-authform .bx-authform-label-container {
	color: #4f2a0f;
	font-size: 1.6rem;
}

.sr-authform form {
	padding: 0 3rem;
}

.sr-authform .bx-filter-param-text {
	color: #4f2a0f;
}

.sr-authform .bx-authform-formgroup-container input[type="submit"] {
	margin-bottom: 0.8rem;
	margin-top: 0.4rem;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1.3rem;
	padding: 0.5rem 1.5rem;
	color: var(--color-white);
	border: 0.3rem solid #ccb58c;
	border-radius: 0.7rem;
	background: #4f2a0f;
	letter-spacing: 0.2rem;
	cursor: pointer;
	transition: all 0.3s;
}

.sr-registration .bx-authform-link-container a,
.sr-link-box .bx-authform-link-container a,
.sr-authform .bx-authform-link-container a {
	color: var(--color-white);
	text-align: center;

	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-decoration-line: underline;
}

.sr-registration .bx-authform-link-container a:hover,
.sr-link-box .bx-authform-link-container a:hover,
.sr-authform .bx-authform-link-container a:hover {
	text-decoration: none;
}

.sr-authform .bx-authform-link-container {
	margin-top: 1rem;
	padding: 0;
}

.sr-links-box {
	display: flex;
	gap: 2rem;
	justify-content: center;
	margin: 0 auto;
}

.sr-authform--forgot-pass {
}

/*Authorize*/

/*Registration*/

.sr-registration {
	max-width: 40rem;
	margin: 0 auto;
	text-align: center;
	padding: 0 3rem;
}

.sr-registration .bx-authform-content-container,
.sr-registration .bx-authform-label-container {
	color: #4f2a0f;
	font-size: 1.6rem;
}

.sr-registration .bx-authform-input-container input:hover {
	border-color: #cca053;
}

.sr-registration .bx-authform-input-container input:focus {
	border-color: #cca053;
	background-color: var(--color-white);
}

.sr-registration .bx-authform-formgroup-container input[type="submit"] {
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1.3rem;
	padding: 0.5rem 1.5rem;
	color: var(--color-white);
	border: 0.3rem solid #ccb58c;
	border-radius: 0.7rem;
	background: #4f2a0f;
	letter-spacing: 0.2rem;
	cursor: pointer;
	transition: all 0.3s;
}

/*Registration*/

/*Auth-success*/

.sr-auth-success {
	max-width: 90rem;
	margin: 0 auto;
	padding: 2rem;
	color: #4f2a0f;
	text-align: center;
	background: #dcc8a5;
	border: 0.2rem solid #f6efdf;
	border-radius: 0.7rem;
	font-size: 1.4rem;
}

.sr-auth-success__text {
	font-size: 2rem;
}

.sr-auth-success__exit {
	color: #4f2a0f;
}

.sr-auth-success__exit:hover {
	color: #4f2a0f;
	text-decoration: underline;
}

/*Auth-success*/

/*# sourceMappingURL=template_styles.css.map */

.sr-personal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

/* .sr-modal .sr-modal__body {
	width: 40rem;
	padding: 2rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
	color: #4f2a0f;
	border: 0.2rem solid #f6efdf;
	border-radius: 0.7rem;
	background: #dcc8a5;
}

.sr-modal--coupon-accept .sr-modal__body {
	text-align: center;
}

.sr-modal--coupon-accept .sr-modal__message {
	font-size: 2rem;
	margin-bottom: 2.5rem;
}

.sr-modal--coupon-accept .sr-modal__btn {
	display: inline-block;
	padding: 0.5rem 1.5rem;
	color: var(--color-white);
	border: 0.3rem solid #ccb58c;
	border-radius: 0.7rem;
	background: #4f2a0f;
	letter-spacing: 0.2rem;
	transition: all 0.3s;
	font-size: 1.6rem;
	line-height: 2.5rem;
	font-weight: 400;
}

.sr-modal--coupon-accept .sr-modal__btn:hover {
	background: #6c470f;
	text-decoration: none;
}

.sr-modal--coupon-accept .sr-modal__btn:active {
	background: rgba(108, 71, 15, 0.82);
} */

.sr-checkout {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	overflow: hidden;
	max-width: 31rem;
	width: 100%;
	padding: 9.8rem 2.5rem 4rem 2.5rem;
	background: rgba(0, 0, 0, 0.3);
	-webkit-backdrop-filter: blur(3.5rem);
	backdrop-filter: blur(3.5rem);
	height: 100vh;
	overflow-y: scroll;
	text-align: center;
}

.sr-checkout__inner {
	width: 75.4%;
	max-width: 130rem;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 992px) {
	.sr-checkout {
		position: inherit;
	}
}

@media (max-width: 800px) {
	.sr-checkout__inner {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.sr-checkout {
		max-width: 100%;
		overflow-y: inherit;
		height: fit-content;
		padding: 6rem 3rem 3rem 3rem;
	}
}

.sr-pay-ok {
	padding: 2rem;
	color: #4f2a0f;
	border: 0.2rem solid #f6efdf;
	border-radius: 0.7rem;
	background: #dcc8a5;
	text-align: center;
}

.sr-pay-ok h2 {
	color: #4f2a0f;
}

.sr-pay-ok a {
	color: #662a09;
	text-decoration: underline;
}

.sr-pay-ok a:hover {
	color: #662a09;
	text-decoration: none;
}

.sr-pay-ok__img {
	width: 7rem;
	height: 7rem;
	margin-top: 1rem;
	margin-bottom: 3rem;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/success-icon.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.sr-agreement {
	width: 75.4%;
	max-width: 130rem;
	margin-right: auto;
	margin-left: auto;
	padding: 2rem;
	color: #4f2a0f;
	border: 0.2rem solid #f6efdf;
	border-radius: 0.7rem;
	background: #dcc8a5;
}

@media (max-width: 800px) {
	.sr-agreement {
		width: 100%;
	}
}

.sr-checkbox__input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.sr-checkbox__label {
	position: relative;
	color: var(--color-white);
	padding-left: 5rem;
	display: flex;
	align-items: center;
	height: 100%;
	cursor: pointer;
}

.sr-checkbox__label-custom::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 1.6rem;
	height: 1.6rem;
	border: 0.1rem solid #c2c6cc;
	-webkit-border-radius: 0.3rem;
	border-radius: 0.3rem;
	background-color: #f5f6f7;
	opacity: 1;
	cursor: pointer;
}

.sr-checkbox__label-custom::after {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	display: block;
	content: "";
	width: 0.6rem;
	height: 0.6rem;
	background-color: #4f2a0f;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.sr-checkbox__input:checked + .sr-checkbox__label-custom::after {
	opacity: 1;
}

.sr-gift-ticket {
	padding: 2rem;
	color: #4f2a0f;
	border: 0.2rem solid #f6efdf;
	border-radius: 0.7rem;
	background: #dcc8a5;
}

/* .alert {
	border: 0;
	border-radius: 0.3rem;
	font-size: 1.4rem;
	padding: 1.5rem;
} */

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	text-align: center;
}

/* .alert-success a {
	color: #3c763d;
	text-decoration: underline;
}

.alert-success a:hover {
	color: #3c763d;
	text-decoration: none;
}

.alert-danger {
	color: #761c20;
	background-color: #ffd8dc;
	border-color: #ffe6e6;
}

.alert-danger .errortext {
	color: inherit;
}

.alert-danger p {
	margin: 0;
} */

.sr-gift-ticket__link-label {
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 1rem;
}

.sr-gift-ticket__link-value {
	display: inline-block;
	padding: 0.5rem;
	background-color: var(--color-white);
	margin-bottom: 0.7rem;
	border-radius: 0.3rem;
	word-break: break-all;
}

.sr-gift-ticket__copy-btn {
	margin-bottom: 0.8rem;
	margin-top: 0.4rem;
	padding: 0.5rem 1.5rem;
	color: var(--color-white);
	border: 0.3rem solid #ccb58c;
	border-radius: 0.7rem;
	background: #4f2a0f;
	letter-spacing: 0.2rem;
	transition: all 0.3s;
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 400;
	text-transform: capitalize;
}

.sr-gift-ticket__copy-btn .fa {
	margin-right: 0.8rem;
}

.sr-gift-ticket__copy-btn:hover {
	background: #6c470f;
}

.sr-gift-ticket__copy-btn:active {
	background: rgba(108, 71, 15, 0.82);
}

.sr-gift-ticket__link {
	margin-bottom: 2rem;
	padding: 2rem;
	background-color: #ebd9ba;
	border: 0.1rem solid #d4c4a8;
}

.sr-gift-ticket__steps ul {
	list-style: decimal;
	font-size: 1.5rem;
}

.sr-gift-ticket__steps ul li {
	margin-bottom: 0.4rem;
}

.sr-gift-ticket__qr {
	display: flex;
	flex-wrap: wrap;
}

.sr-gift-ticket__qr-img {
	width: 30rem;
}

.sr-gift-ticket__steps {
	width: calc(100% - 30rem);
	padding-left: 2rem;
}

@media (max-width: 699px) {
	.sr-gift-ticket__qr-img {
		margin-bottom: 2rem;
	}

	.sr-gift-ticket__steps {
		width: 100%;
		padding-left: 0;
	}
}

.sr-checkout--ticket-detail .sr-checkout__inner {
	padding: 2rem;
	color: #4f2a0f;
	border: 2px solid #f6efdf;
	border-radius: 0.7rem;
	background: #dcc8a5;
}

.sr_block_pay {
	display: flex;
}

.sr-checkout__payment-list {
	display: inline-flex;
	flex-wrap: wrap;
	margin: auto;
}

.sr-checkout__payment-method {
	width: 6.6rem;
	height: 3.3rem;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	background-color: var(--color-white);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-color: transparent;
}

/* .sr-checkout__payment-method--visa {
	background-image: url("/local/templates/tm_chilloutplanet/images/payment_methods/visa_icon.jpg");
}

.sr-checkout__payment-method--master {
	background-image: url("/local/templates/tm_chilloutplanet/images/payment_methods/master_card_icon.jpg");
} */

/* .sr-checkout__payment-method--mir {
	background-image: url("/local/templates/tm_chilloutplanet/images/payment_methods/mir_icon.jpg");
	background-size: 100%;
} */

.sr-checkout__payment-method--sbp {
	background-image: url("/local/templates/tm_chilloutplanet_new/images/icons/sbp.svg");
	background-size: 100%;
}

.sr-checkout__payment-method--mir {
	background-image: url("/local/templates/tm_chilloutplanet_new/images/icons/mir.svg");
}

/* .sr-checkout__payment-method--tinkoff {
	background-image: url("/local/templates/tm_chilloutplanet/images/payment_methods/tinkoff_credit.jpg");
} */

.sr-checkout__payment-title {
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.sr-form__req-star {
	color: red;
}

.sr-checkout__form-note sup {
	color: red;
}

.sr-lang-switcher {
	position: absolute;
	top: 0.9rem;
	right: 0.9rem;
	display: flex;
	align-items: center;
}

.sr-lang-switcher__btn {
	display: inline-block;
	width: 3rem;
	height: 2.5rem;
	margin-left: 0.5rem;
	text-decoration: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.sr-lang-switcher__btn--en {
	background-image: url("/local/templates/tm_chilloutplanet/images/lang-en.png");
}

.sr-lang-switcher__btn--ru {
	background-image: url("/local/templates/tm_chilloutplanet/images/lang-ru.png");
}

.sr-lang-switcher__btn:hover {
	text-decoration: none;
}

.sr-header__inner {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

@media (max-width: 800px) {
	.sr-header__inner.sr-container {
		width: 100%;
		padding-right: 5rem;
	}

	.sr-lang-switcher {
		top: 0.2rem;
	}
}

@media (max-width: 400px) {
	.sr-lang-switcher__btn {
		width: 2.7rem;
		height: 2.2rem;
	}
}

@media (min-width: 801px) {
	.sr-header__menu {
		padding-right: 5rem;
	}
}

@media (min-width: 945px) {
	.sr-header__menu {
		padding-right: 2rem;
	}
}

.sr-registration .starrequired {
	color: red;
}

.sr-registration a {
	color: #4f2a0f;
	text-decoration: none;
}

input[type="text"][readonly] {
	cursor: not-allowed;
	pointer-events: none;
}

.sr-credit {
	padding: 2rem;
	color: #4f2a0f;
	border: 0.2rem solid #f6efdf;
	border-radius: 0.7rem;
	background: #dcc8a5;
}

.sr-credit__pic {
	width: 30%;
	float: right;
	margin-bottom: 1rem;
	margin-left: 1rem;
}

.sr-credit__text {
	width: 100%;
}

.sr-credit__link {
	color: #4f2a0f;
	text-decoration: underline;
}

.sr-credit__link:hover {
	color: #4f2a0f;
	text-decoration: none;
}

@media (max-width: 800px) {
	.sr-credit__pic {
		float: none;
		width: 100%;
		margin-bottom: 2rem;
		margin-left: 0;
		text-align: center;
	}

	.sr-credit__text {
		width: 100%;
		text-align: center;
	}
}

.pre-sale {
	padding: 2rem;
	text-align: center;
	font-size: 2rem;
	line-height: 1.6;
}

.pre-sale__date,
.pre-sale__price {
	font-weight: bold;
}

@media (max-width: 800px) {
	.pre-sale {
		font-size: 1.6rem;
	}
}

.link--dark {
	color: #662a09;
	text-decoration: underline;
}

.link--dark:hover {
	color: #662a09;
	text-decoration: none;
}

.sr-wrapper {
	width: 75.4%;
	max-width: 130rem;
	margin-right: auto;
	margin-left: auto;
	text-align: center !important;
}

@media (max-width: 800px) {
	.sr-wrapper {
		width: 100%;
		text-align: center !important;
	}
}

.sr-chill-event img {
	width: 100%;
}

.sr-event-meta {
	font-size: 1.5rem;
}

@media (max-width: 800px) {
	.sr-event-meta {
		font-size: 1.6rem;
	}
}

.sr-tickets-button {
	border-radius: 1rem;
	border: 0.2rem solid var(--color-white);
	background-color: #7731a0;
	color: var(--color-white);
	padding: 1rem 1rem;
	display: inline-block;
	width: 13rem;
	transition: all 0.5s;
	box-shadow: 0px 0px 6rem 0.3rem #7731a0;
	margin: 1rem;
}

.sr-tickets-button:hover {
	border: 0.2rem solid var(--color-white);
	background-color: #99276b;
	color: var(--color-white);
	box-shadow: 0px 0px 6rem 0.3rem #99276b;
}

.sr-tickets-button:focus,
.sr-tickets-button:active {
	border: 0.2rem solid var(--color-white);
	background-color: #b74789;
	color: var(--color-white);
	box-shadow: 0px 0px 6rem 0.3rem #b74789;
}

.sr-tickets-button--detail {
	background-color: #274ca6;
	box-shadow: 0px 0px 6rem 0.3rem #274ca6;
}

.sr-tickets-button--detail:hover {
	background-color: #2d5dcb;
	box-shadow: 0px 0px 6rem 0.3rem #2d5dcb;
}

.sr-tickets-button--detail:focus,
.sr-tickets-button--detail:active {
	background-color: #3677ff;
	box-shadow: 0px 0px 6rem 0.3rem #3677ff;
}

.sr_detail_picture {
	padding-bottom: 5rem;
}

.sr-tickets-buttons-row {
	align: center;
	padding-bottom: 5rem;
}

.sr-tickets-button:not(:last-child) {
	margin-right: 1rem;
}

@media (max-width: 400px) {
	.sr-tickets-buttons-row {
		flex-direction: column;
		margin-top: -1rem;
	}

	.sr-tickets-button:not(:last-child) {
		margin-right: 0;
	}

	.sr-tickets-button {
		margin-top: 1rem;
	}
}

.sr-footer__rating-image {
	display: flex;
	justify-content: center;
}

.sr-chill-event h2 {
	color: #fff493;
	font-family: "Mystery Quest", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 3.8rem;
	line-height: 1.4;
}

.sr-footer__offer {
	display: flex;
	justify-content: center;
	align-items: start;
}

.sr-footer__info,
.sr-footer__offer a {
	color: var(--color-white);
	text-align: center;

	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.sr-footer__offer a:hover {
	text-decoration-line: none;
}

.sr-footer__info {
	text-decoration-line: none;
	margin-top: -1rem;
}

/*telegram banner start*/

.banner__wrapper {
	height: 5.8rem;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 2;
	background: linear-gradient(180deg, #3fafe0 0%, #2897c6 100%);
}

.banner__slider {
	position: relative;
	margin: 0 auto;
	height: 5.8rem;
	width: 32rem;
}

.banner__slide {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 5.8rem;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.banner__icon-wrapper {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner__icon {
	opacity: 0;
}

.banner__text {
	color: #ffffff;
	margin-left: 6.5rem;
	opacity: 0;
	white-space: nowrap;
}

.banner__slide.active {
	opacity: 1;
}

.banner__slide.active .banner__icon {
	animation: slide-in-icon 2s ease forwards;
}

.banner__slide.active .banner__text {
	animation: slide-in-text 2s ease forwards 0.5s;
}

.banner__slide.previous {
	opacity: 1;
	transition: opacity 1s ease-in-out;
}

.banner__slide.previous .banner__icon {
	animation: slide-out 1s forwards;
}

.banner__slide.previous .banner__text {
	animation: slide-out 1s forwards;
}

@keyframes slide-in-icon {
	0% {
		opacity: 0;
		transform: translate(-5rem, 10%);
	}

	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

@keyframes slide-in-text {
	0% {
		opacity: 0;
		transform: translate(-5rem, 0);
	}

	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

@keyframes slide-out {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.promo__event-descr-text span,
.promo__event-descr-text ul {
	color: var(--color-white);
	text-align: center;
	font-family: var(--font-second);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.promo__event-descr-text > span {
	color: var(--color-white);
	text-align: center;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 900;
	line-height: 100%;
}

.promo__event-descr-text span {
	margin-bottom: 2rem;
}

.sr-tickets-input {
	height: inherit;
	max-height: 4.7rem;
	width: 100%;
	padding: 1.4rem 1.5rem 1.3rem 1.5rem;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 0;
	border: 0;
	color: var(--color-black);
	font-family: var(--font-second);
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	box-shadow: 0 0 0.7rem 0 rgba(0, 0, 0, 0.35) inset;
	outline: none;
}

.sr-tickets-input::placeholder {
	color: var(--color-black);
	font-family: var(--font-second);
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
}

.sr-tickets-input:disabled {
	min-height: 4.7rem;
	padding: 1.4rem 1.5rem 1.3rem 1.5rem;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 0;
	border: 0;
}

.sr-tickets-input:disabled:hover {
	border: 0;
	background: rgba(255, 255, 255, 0.7);
}

.event-detail-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	gap: 4rem;
}

.sr-header .event-detail-header > a {
	color: var(--color-white);
	text-align: center;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 1rem;
	text-decoration: none;
}

.sr-header .event-detail-header > a:hover {
	opacity: 0.6;
}

.dance-floor__card-title,
.promo__title {
	color: var(--color-white);
	text-align: center;
	font-family: var(--font-second);
	font-style: normal;
	line-height: 100%;
	margin: 0;
	display: block;
	font-weight: 400;
	letter-spacing: normal;
	font-size: 5.6rem;
}

.dance-floor__card-title {
	font-weight: 700;
}

.sr_personal_auth-title {
	text-align: center;
	padding: 1.2rem 2rem 3rem 2rem;
}

.sr_personal_title {
	color: var(--color-white);
	text-align: center;
	margin-top: 0;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}

.sr-form__input-icon {
	padding-left: 1.5rem;
	display: flex;
	gap: 0.7rem;
	align-items: center;
}

.sr-registration .sr-form__input-icon {
	margin-bottom: 2rem;
}

.sr-form__input-icon-text {
	color: var(--color-white);

	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}

.sr-registration .sr-form__input-container .sr-form__input-icon-text {
	margin: 2rem 0;
}

.sr-checkbox-personal-submit {
	text-align: center;
	margin-bottom: 2rem;
}

.sr-authform .sr-checkbox-personal-submit input {
	padding: 1.4rem 4.5rem 1.4rem 4.5rem;
}

.sr-checkbox__label-custom {
	width: 3.2rem;
	height: 3.2rem;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

.sr-checkbox__label-custom::before {
	content: "";
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 0.7rem 0 rgba(0, 0, 0, 0.35) inset;
	width: 100%;
	height: 100%;
	min-height: 2.5rem;
	padding: 0;
	border-radius: 0;
	border: none;
	transition: all 0.3s;
}

.sr-checkbox__label-custom:hover::before {
	background-color: var(--color-white);
	transition: all 0.3s;
}

.sr-checkbox__label-custom::after {
	content: "";
	width: 2rem;
	height: 2.1rem;
	background-image: url("data:image/svg+xml;utf8,<svg width='2rem' height='2.1rem' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='4' height='12' transform='translate(11.9043 17.2153) rotate(135)' fill='black'/><rect width='4' height='15' transform='translate(9.08203 20.0483) rotate(-135)' fill='black'/></svg>");
	top: 43%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
}

.sr-checkout__agreement {
	position: relative;
	padding-left: 4.2rem;
	max-width: 46rem;
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin: 2rem 0;
}

.sr-checkbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
}

.sr-checkout__agreement span {
	color: var(--color-white);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-align: start;
}

.sr-checkout__agreement {
	height: 3.2rem;
}

.sr-checkbox__input:checked + label .sr-checkbox__label-custom::after {
	opacity: 1;
}

.sr-form__input-container.bx-captcha img {
	width: 100%;
	height: 4.7rem;
}

.sr-authorization {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	align-items: center;
}

.sr-authorization > button {
	width: fit-content;
}

.sr-authorization-text {
	color: var(--color-white);
	text-align: center;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	padding: 20px;
	background: #d50000;
}

.fusion-text a {
	color: var(--color-white);
	text-align: center;
	font-family: var(--font-second);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	text-decoration-line: underline;
}

.telegram_profile {
	display: flex;
	align-items: center;
}

.checkbox-blok > div {
	height: inherit !important;
}

.sr-form__input-container:has(.telegram_profile) {
	border: none !important;
}

.sr-list-link-back {
	text-align: center;
}

.sr-list-link-back a:hover,
.sr-list-link-back a {
	color: var(--color-white);
}

.sr_block-link a {
	color: var(--color-white);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
}

.sr_block-link a:hover {
	text-decoration-color: none;
}

.sr_block-link > span {
	color: var(--color-white);
	font-size: 1rem;
	line-height: 100%;
}

.sr-flex-col-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.sr-label {
	color: var(--color-black);
	font-family: var(--font-base);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.sr-label.sr-label--white {
	color: var(--color-white);
}

.sr-tickets-order {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
	padding: 0 3rem;
	width: 100%;
	height: 100%;
	align-content: flex-start;
}

@media (max-width: 768px) {
	.dance-floor__card-title {
		font-size: 4.8rem;
	}
}

@media (max-width: 480px) {
	.sr_personal_title {
		padding: 1.2rem 2rem 3rem 2rem;
		margin: 0;
	}

	.dance-floor__card-title {
		font-size: 3.4rem;
	}

	.uk-list_main-item-text {
		font-size: 1.8rem;
	}

	.dance-floor__card-list {
		font-size: 1.4rem;
	}

	.event-detail-header {
		justify-content: center;
	}
}

/* -----------end------------------- */
/*telegram banner end*/
/** Место для вывода текста предупреждения в форме */
/* .sr-message-success-list {
	margin: 0 auto;
	width: fit-content;
	max-width: 300px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 988;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}
.sr-message-success {
	padding: 8px;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
	color: var(--color-white);
	background-color: var(--color-black);
	border-radius: 4px;
}
.sr-message-success > svg {
	min-width: 24px;
}
.sr-message-error {
	color: var(--color-brand-red-500);
}
.sr-message-error[data-active] {
	display: none;
}
.sr-message-error[data-active="Y"] {
	display: block;
}
.sr-close-message {
	padding: 4px;
	width: fit-content;
	height: fit-content;
	background-color: transparent;
}
.sr-error-message,
.sr-success-message {
	width: 100%;
	display: block;
	font-weight: 500;
	line-height: 120%;
}
.sr-error-message {
	padding: 5px;
	font-size: 12px;
	color: var(--color-white);
	background-color: var(--color-red-500);
	border-color: var(--color-red-500);
}
.sr-error-message[data-active] {
	display: none;
}
.sr-error-message[data-active="Y"] {
	display: block;
}
.sr-success-message {
	padding: 15px;
	font-size: 16px;
}
@media (max-width: 768px) {
	.sr-success-message {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.sr-success-message {
		font-size: 12px;
	}
	.sr-message-success-list {
		max-width: 280px;
	}
	.sr-message-success > svg {
		min-width: 20px;
	}
}
.sr-loader {
	width: 40px;
	height: 40px;
	border: 2px solid var(--tone-day-500);
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
} */
/* END */
