* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	margin-top: 0px !important;
}

body {
	background: #1c1a1c;
	color: #fff;
	font-family: 'Gilroy';
}

h1 {
	text-transform: uppercase;
	font-size: 52px !important;
	font-weight: 800;
	line-height: 1.2;
	display: inline-block;
	transform: scaleY(0.8);
	transform-origin: center;
}

p {
	line-height: 1.4;
	margin: 10px 0;
}

.list_term {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-top: 45px;
	gap: 2.5%;
}

.tarif_events_block {
	margin-top: 60px;
}

.event-card {
	width: 32%;
	border-radius: 15px;
	margin-bottom: 2%;
	background-image: linear-gradient(
		0.3turn,
		rgb(50 60 80 / 30%) 0%,
		rgb(50 60 80 / 74%) 100%
	);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.event-card .button.pink {
	margin: 0;
	margin-top: 0;
	text-align: center;
}

.mfp-content.custom-class_more_info {
	min-width: 1000px;
}

.more_info_main_pp {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}

.more_info_main_pp br {
	display: none;
}
.more_info_main_pp .title {
	font-size: 26px;
	margin-bottom: 24px;
	text-align: left;
}

.more_info_main_pp ul {
	font-size: 16px;
	padding-left: 20px;
	margin-bottom: 20px;
	font-weight: 400;
}

.more_info_main_pp h2 {
	font-size: 30px;
}

div#more-info-content {
	text-align: left;
}

.button_list_event .button.transparent {
	border: 1px solid #fff;
}

.more_info_main_pp .button {
	font-size: 18px !important;
}

div#more-info-image {
	width: 250px;
	height: 250px;
	display: block;
	background-size: cover !important;
	background-position: center !important;
	border-radius: 20px;
	flex: none;
}

/*.event-card:hover {
	cursor: pointer;
}*/
.event-card .img_block {
	width: 100%;
	height: 400px;
	background-size: cover !important;
	background-position: center !important;
	border-radius: 15px 15px 0 0;
}
/* .event-card:hover .button {
	background: #7600b4;
	color: #fff;
} */

.button_list_event {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	gap: 10px;
}

.event-card--info {
	padding: 40px;
}

.events_list_tarif {
	display: flex;
	align-items: stretch;
	gap: 2%;
	flex-wrap: wrap;
}

.events_list_tarif p {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
}

.events_list_tarif .time {
	font-size: 16px;
	font-weight: 600;
}

.tarif_events_block h2 {
	font-size: 46px;
	margin-bottom: 15px;
}

.post_term {
	width: 23%;
}
.post_term h2 {
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
	transform: none;
	transform-origin: center;
	margin: 20px 0 15px;
}
.post_term p {
	font-size: 16px;
}

.post_term .poster {
	width: 100%;
	height: 200px;
	border-radius: 10px;
	background-size: cover !important;
	background-position: center !important;
}

.main_top_block--description > div.desc {
	font-size: 20px;
	font-family: 'Gilroy', Arial, sans-serif;
	line-height: 1.6;
	font-weight: 400;
}

.menu {
	display: flex;
	align-items: center;
	list-style: none;
	gap: 15px;
}

.main_cont {
	overflow: hidden;
	padding-top: 105px;
}

a {
	color: #fff;
	text-decoration: none;
	transition: 0.3s all;
}
a:hover {
	color: #e32966;
}

.container {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.container-min-h {
	min-height: 705px;
}
.bg_top_left {
	position: absolute;
	top: -400px;
	left: -440px;
	width: 800px;
}

.main_top_block {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 60px;
}

.group_button_top {
	display: flex;
	gap: 20px;
	margin-top: 50px;
}

.bg_composition {
	position: relative;
	transform: translate(0px, 60px);
}

.main_top_right_bg {
	z-index: 1;
	position: absolute;
	right: -40px;
	top: 40px;
	width: 450px;
	z-index: 2;
}

.main_top_right_bg.people {
	width: 545px;
	top: -25px;
	left: -5px;
	z-index: 3;
}
.main_top_right_bg.bg_color {
	width: 1300px;
	right: auto;
	top: 0;
	left: -206px;
	z-index: 0;
}
.main_top_block--description {
	margin-top: 60px;
}
.main_top_right_bg_2 {
	width: 450px;
	position: relative;
	z-index: 1;
}
.list_gray_block {
	position: relative;
	z-index: 2;
	gap: 20px;
	display: flex;
	align-items: stretch;
	margin-top: 140px;
}
.gray_block--main {
	width: 25%;
	border-radius: 10px;
	padding: 15px 20px;
	background: linear-gradient(
		0.3turn,
		rgba(255, 255, 255, 0.23) 0%,
		rgba(255, 255, 255, 0.03) 100%
	);
}

.gray_block--main img {
	width: 74px;
}
.gray_block--main .title {
	font-size: 23px;
	margin-bottom: 20px;
	margin-top: 10px;
	font-weight: 700;
}
.gray_block--main .desc {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
}

header {
	position: fixed;
	top: 0;
	z-index: 99;
	padding: 20px 0;
	width: 100%;
	top: 0;
	background: #00000000;
	transition: 0.6s all;
}

header.sticky {
	background: #1b1b1bf5;
}

header .container {
	display: flex;
	gap: 30px;
	align-items: center;
}

.top_menu {
	padding: 8px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top_menu img {
	width: 13px;
}

.top_menu--address {
	display: flex;
	align-items: center;
	gap: 7px;
}

.top_menu--links {
	display: flex;
	align-items: center;
	gap: 20px;
}
.top_menu--links a {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.6px;
}

.top_menu--links_soc {
	display: flex;
	align-items: center;
	gap: 10px;
}
.top_menu--links_soc a {
	width: 27px;
	height: 27px;
	background: linear-gradient(to right, #818181, #444444);
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: none;
}

.top_menu--links_soc a:hover {
	background: #e32966;
}

.top_menu--links_soc img {
	width: 15px;
}

.custom-logo-link {
	position: relative;
	top: 5px;
}

.top_menu {
	font-weight: 300;
	font-size: 14px;
	position: relative;
	top: -3px;
	color: #b4b4b4;
}

.button {
	padding: 11px 30px;
	cursor: pointer;
	border-radius: 40px;
	transition: 0.3s all;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.button.large {
	font-size: 18px;
	padding: 15px 40px;
}
.button.pink {
	background: #e32966;
}
.button.transparent {
	background: transparent;
	border: 1px solid #e32966;
}
.button.transparent:hover {
	border-color: #7600b4;
}
.button:hover {
	background: #7600b4;
	color: #fff;
}
.list_faq {
	margin: 35px 0 60px;
}

.faq-item {
	margin-bottom: 20px;
}

.faq-question {
	cursor: pointer;
	color: #b8b8b8;
	padding: 20px;
	border-radius: 11px;
	background-image: linear-gradient(
		0.3turn,
		rgb(50 60 80 / 30%) 0%,
		rgb(50 60 80 / 74%) 100%
	);
	font-size: 22px;
	font-weight: 600;
	transition: 0.3s all;
}

.faq-question:hover {
	color: #fff;
}

.faq-answer {
	margin-top: 5px;
	padding: 20px;
	font-size: 18px;
	border-radius: 5px;
	line-height: 1.8;
	background-color: #313949;
}

.main_menu {
	list-style: none;
	display: flex;
	gap: 17px;
	border-top: 1px solid #4d494b;
}

.w-full {
	width: 100%;
}

.main_menu li {
	position: relative;
}

ul.dropdown a {
	padding: 10px 25px !important;
}

.main_menu a {
	padding: 8px 10px;
	font-size: 16px;
	display: table;
	letter-spacing: 0.3px;
	transition: 0.3s all;
}
.main_menu a:hover {
	color: #e32966;
}
.main_menu li:first-child a {
	padding-left: 0;
}

.animated {
	-webkit-animation-duration: 1000 ms;
	animation-duration: 1000 ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
	z-index: 1;
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
	z-index: 0;
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}

input.text {
	padding: 3px;
	border: 1px solid #999999;
}

.inform_3 {
	margin-top: 120px;
}
.inform_3 h2 {
	margin-bottom: 20px;
}
.inform_3 p {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 300;
	margin-bottom: 40px;
}

.img_main_block {
	display: flex;
	align-items: center;
}
.img_main_block img:nth-child(2) {
	margin: 0 -147px;
	position: relative;
}

.zone_main_block {
	margin-top: 50px;
	margin-bottom: 60px;
}

.zone_list--block_img,
.emotions_block .item .item_img {
	background-size: cover !important;
	height: 310px;
	background-position: center !important;
	border-radius: 10px;
}

.emotions_block .item .item_img {
	height: 220px;
}
.zone_list {
	display: flex;
	align-items: stretch;
	gap: 40px;
	margin-top: 40px;
}

.zone_list--block,
.emotions_block .item {
	background-image: linear-gradient(
		0.3turn,
		rgba(255, 255, 255, 0.23) 0%,
		rgba(255, 255, 255, 0.03) 100%
	);
	border-radius: 10px;
	height: 100%;
	display: block;
}

.owl-events .owl-stage {
	display: flex;
	align-items: stretch;
}
.review_block,
.gallery_block {
	margin-bottom: 80px;
}
.reviews_buttons_block {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}
.flex_footer_cp {
	font-size: 12px;
	color: #a0a0a0;
	margin-bottom: 30px;
	margin-top: 60px;
}
.menu_main_footer .custom-logo {
	width: 100px;
}
.dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: -15px;
	list-style: none;
	background-color: #000000eb;
	z-index: 1000;
	opacity: 0;
	transition: opacity 0.3s ease;
	border-radius: 15px;
	padding: 15px 0px;
}

.dropdown li {
	white-space: nowrap;
}

.main_menu li:hover .dropdown {
	display: block;
	opacity: 1;
}
.flex_footer_cp p {
	margin: 0px;
	font-size: 12px;
}

.bottom__address {
	display: flex;
	align-items: center;
	font-size: 12px;
	justify-content: flex-start;
	gap: 15px;
	margin-top: 20px;
}

.menu_main_footer {
	display: flex;
	align-items: center;
	gap: 50px;
}
.menu_main_footer--list {
	display: flex;
	gap: 35px;
}
.menu_main_footer--list a {
	font-size: 16px;
}
.review_block h2,
.gallery_block h2 {
	margin-bottom: 33px;
}
.emotions_block .owl-nav,
.fadeOut.owl-carousel .owl-nav,
.owl-reviews .owl-nav {
	position: absolute;
	top: -140px;
	font-size: 100px;
	right: 0;
}

.fadeOut.owl-carousel .owl-nav {
	top: -30px;
}
.review_block {
	margin-top: 70px;
}
.game_gallery_list_index .owl-nav {
	position: absolute;
	margin: 0 auto;
	height: 0;
	margin: 0 !important;
	right: 0;
	left: 0;
	font-size: 60px;
}

.game_gallery_list_index .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 182px;
	width: 29px;
	z-index: 2;
}
.game_gallery_list_index .owl-nav .owl-next {
	position: absolute;
	right: 0;
	bottom: 0px;
	height: 182px;
	width: 29px;
	z-index: 2;
}
.owl-reviews img {
	border-radius: 10px;
}
.snar_block {
	position: relative;
	margin-top: 150px;
}
.snar_block h2 {
	margin-bottom: -80px;
}
.snar_item {
	display: flex;
	align-items: center;
	gap: 80px;
	justify-content: space-between;
}
.img_block_snar img {
	width: 455px !important;
	position: relative;
	top: 90px;
	right: -27px;
}
.snar_block .item_img--gray {
	z-index: 1;
	right: -40px !important;
	top: 90px !important;
}
.snar_block .img_romb {
	width: 455px !important;
	position: absolute;
	right: 0px;
	top: 40px;
}
.snar_block p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.6;
}
.snar_block .title {
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase;
	transform: scaleY(0.8);
	margin-bottom: 20px;
	margin-top: 60px;
}

.snar_block .item_img {
	position: absolute;
	top: -350px;
	left: -600px;
	max-width: 1200px;
	z-index: -1;
}

.emotions_block .owl-nav button {
	outline: none !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: transparent !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	color: #c5a9c9 !important;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
	color: #fff !important;
}

.zone_list--block_info,
.item_info {
	padding: 20px;
}

.emotions_block > p {
	font-size: 22px;
	line-height: 1.4;
	margin: 15px 0;
	max-width: 80%;
	margin-bottom: 40px;
}

.mfp-content {
	background: #1c1c1c;
	color: #fff;
	max-width: 500px;
	text-align: center !important;
	font-size: 36px;
	font-weight: 600;
	box-shadow: 0px 0px 12px 0px #524a4d;
	border-radius: 20px;
}
.mfp-content > div {
	padding: 34px 45px 30px;
}
.mfp-content p.connectp {
	margin-bottom: 30px;
}
.contacts_buttons {
	display: flex;
	gap: 15px;
	margin-top: 30px;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 40px;
}
.contacts_buttons > div {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
}
.flex_c {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
}
.flex_c img {
	width: 25px;
}
.contacts_buttons a {
	display: flex;
	align-items: center;
	background: #fff;
	color: #000;
	padding: 10px 25px;
	border-radius: 10px;
	font-size: 18px;
	gap: 10px;
	transition: 0.3s all;
}
.contacts_buttons a img {
	height: 23px;
}
.contacts_buttons a:hover {
	background: #7b4a95;
	color: #fff;
}
#response-message {
	margin-top: 10px;
	outline: none;
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 0px;
}
#popup-form-podbor #response-message {
	margin-top: 25px;
}
.mfp-content p a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mfp-content .button {
	font-size: 20px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 15px;
	margin-bottom: 20px;
}

.mfp-content p {
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 22px;
}

.mfp-close-btn-in .mfp-close {
	color: #ffffff !important;
}

.mfp-content input {
	display: block;
	margin: 0 auto;
	padding: 15px 25px;
	width: 100%;
	box-sizing: border-box;
	margin: 10px 0;
	font-size: 16px;
	border-radius: 10px;
	font-weight: 300;
	outline: none !important;
	box-shadow: none !important;
}

.zone_list--block_info p,
.item_info p {
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	line-height: 1.4;
}
.zone_list--block_info p:first-child,
.item_info p:first-child {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 15px;
}

.zone_list--block_info--button {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 40px;
	margin-top: 20px;
}

.zone_list--block_info--button span {
	font-weight: 600;
	font-size: 18px;
}

.zone_shadow {
	position: relative;
	z-index: -1;
}

.zone_shadow img {
	position: absolute;
	top: 0;
}
.zone_shadow img:nth-child(2) {
	top: 210px;
	right: -500px;
}

.emotions_block {
	margin-top: 120px;
}

.zone_list--block_img {
	background-size: cover !important;
	height: 310px;
	border-radius: 10px;
	background-position: center !important;
}

h2 {
	font-size: 52px;
	font-weight: 800;
	text-transform: uppercase;
	transform: scaleY(0.8);
	transform-origin: center;
}

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

h3 {
	font-size: 36px;
	margin: 20px 0;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.4em;
}

p {
	line-height: 1.4;
	font-size: 20px;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}
h1 {
	margin-top: 40px;
}
.home h1 {
	margin-top: 0;
}
.price_description_top {
	color: #ff3d3d;
	font-size: 25px;
	margin: 20px 0;
}
.mt-50 {
	margin-top: 50px;
}
.mt-30 {
	margin-top: 30px;
}
.game_filter label:hover {
	color: #e7b1d4;
}
.no-margin {
	margin: 0 !important;
}
.table_price {
	text-align: left;
	overflow: hidden;
	width: 100%;
	display: table;
	padding-bottom: 20px;
	border-collapse: separate; /* Ensure rows are separated */
	border-spacing: 0 10px; /* Add vertical spacing between rows */
}

.price_block.w-fix {
	width: 600px;
	margin-top: 20px !important;
}
.price_block.w-fix tr:first-child td {
	background: #515e78;
}

.table_price td,
.table_price th {
	padding-bottom: 3%;
	padding-top: 3%;
	padding-left: 4%;
}

/* Background-color of the odd rows */
.table_price tr:nth-child(odd) {
	background-color: #323c50;
	border-radius: 8px; /* Rounded corners for rows */
}

/* Background-color of the even rows */
.table_price tr:nth-child(even) {
	background-color: #2c3446;
	border-radius: 8px; /* Rounded corners for rows */
}

.table_price th {
	background-color: #1f2739;
	border-radius: 8px; /* Rounded corners for header row */
}

.table_price td:first-child {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	width: 140px;
}
.table_price td:first-child span {
	display: table;
	text-transform: lowercase;
	font-size: 15px;
	font-weight: 300;
	line-height: 0;
}
.table_price td:last-child {
	padding-right: 8%;
	text-align: right;
}

.table_price td:nth-child(2) {
	font-weight: 300;
	font-size: 14px;
}

.table_price tr:hover {
	background-color: #464a52;
	box-shadow: 0 6px 6px -6px #0e1119;
}

.price_flex {
	display: flex;
	align-items: flex-start;
	gap: 4%;
}

.price_block {
	width: 48%;
	margin-top: 30px;
}
.price_block p {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.price_block .price_title_top {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 20px;
}

.price_title_top-my {
	font-weight: 600;
	margin: 15px 0 10px;
	font-size: 20px;
}

.abonements {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	margin-top: 15px;
	margin-bottom: 40px;
}

.abonements .button,
.types_cert_list .button {
	display: table;
}

.abonement_card {
	width: 43%;
	margin-bottom: 2%;
	background-image: linear-gradient(
		0.3turn,
		rgb(50 60 80 / 30%) 0%,
		rgb(50 60 80 / 74%) 100%
	);
	padding: 30px;
	padding-bottom: 135px;
	position: relative;
}

.types_cert_list {
	display: flex;
	gap: 4%;
	margin-top: 40px;
	align-items: stretch;
}

.type_cert {
	width: 48%;
	min-height: 200px;
}

.type_cert .button {
	margin: 25px auto;
}

#popup-form-cert .title {
	font-size: 30px;
}

.type_cert > div:first-child {
	width: 100%;
	height: 277px;
	background-size: cover !important;
}

.abonement_card .title {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 7px;
}
.abonement_card .title_count {
	font-weight: 600;
}

.abonement_card .description {
	font-size: 16px;
	margin: 20px 0;
	line-height: 1.4;
}
.abonement_card .price {
	font-weight: 600;
	font-size: 23px;
	text-align: center;
	margin-bottom: 20px;
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
}
.abonement_card .button {
	margin: 0 auto;
	margin-top: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
}

.mainpage_game {
	display: flex;
	align-items: flex-start;
	gap: 35px;
	margin-top: 30px;
}
.game_filter label {
	display: flex;
	align-items: center;
	cursor: pointer;
	gap: 10px;
	margin-bottom: 10px;
}
.game_filter .title {
	margin-bottom: 15px;
}

input[type='checkbox'],
input[type='radio'] {
	cursor: pointer;
	outline: none !important;
	box-shadow: none !important;
	accent-color: #c56fff;
	width: 20px;
	height: 20px;
}

.game_filter {
	background: #211f21;
	padding: 25px;
	width: 250px;
	border-radius: 10px;
	flex: none;
	font-weight: 300;
}
.list_games_link {
	display: flex;
	flex-wrap: wrap;
	gap: 3%;
}

.game_block {
	width: 31%;
	margin-bottom: 5%;
}
.game_block p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
}
.game_block .descripition_game {
	font-size: 15px;
	margin: 10px 0 15px;
}
.game_block strong {
	font-weight: 400;
}
.game_block .additional_info {
	color: #ababab;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.additional_info_single_game {
	margin-top: 30px;
}
.additional_info_single_game p strong {
	font-weight: 600;
}
.additional_info_single_game p {
	font-size: 16px;
	color: #7d7d7d;
	margin: 2px 0;
	font-weight: 300;
}

p.description_game {
	margin: 10px 0 15px;
}
.game_block h2 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	transform: none;
	margin-top: 15px;
}

.game_image {
	width: 100%;
	border-radius: 10px;
	height: 200px;
	background-size: 110% !important;
	background-position: center !important;
}

.game_image.single_game {
	max-width: 275px;
	margin: 20px 0 31px;
}
.game_image.single_post {
	max-width: 100%;
	height: 400px;
	margin: 20px 0 45px;
}

.single_post p strong {
	font-weight: 600;
}

.single_post p {
	margin: 30px 0;
	line-height: 1.5;
	font-weight: 300;
	color: #ababab;
}
.single_post h2,
.single_post {
	color: #ababab;
}

.single_post ol,
.single_post ul {
	padding-left: 16px;
}

.top_menu--address {
	display: flex;
	align-items: center;
}

.top_menu--address img {
	width: 15px;
}

.mfp-content.custom-class_podbor {
	max-width: 960px;
}

.mfp-content.custom-class_podbor .title {
	font-size: 32px;
}

div#step-indicator {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
	font-weight: 600;
}

div#popup-form-podbor h2 {
	font-size: 24px;
	font-weight: 300;
	text-transform: none;
	transform: none;
	margin-top: 20px;
}

.custom-select {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	margin-top: 30px;
	gap: 10px;
}

.custom-select img {
	width: 170px;
	border-radius: 10px;
}
.custom-select span {
	font-size: 14px;
	font-weight: 300;
	display: block;
	text-align: center;
}

.option {
	position: relative;
	cursor: pointer;
	text-align: center;
}

.option img {
	width: 100%;
	height: auto;
	border: 2px solid transparent;
}

.navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

#step-4 input,
#step-4 .button {
	max-width: 600px;
	margin: 15px auto;
}

.owl-gallery .item {
	width: 100%;
	height: 300px;
}

.owl-gallery .item a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background-size: cover !important;
	background-position: center !important;
}

#event-date {
	max-width: 300px;
	margin: 40px auto !important;
	margin-bottom: 20px !important;
}

.navigation .button {
	display: table;
	width: auto;
	font-size: 16px;
	border-radius: 13px;
	padding: 10px 25px;
}

.option.active img {
	border-color: #b94e73;
}

.option.active::after {
	content: '✔';
	position: absolute;
	top: -4px;
	right: -6px;
	color: #ffffff;
	font-size: 12px;
	background: #b94e73;
	width: 20px;
	height: 20px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.burger-menu {
	display: none;
	flex-direction: column;
	cursor: pointer;
}

.burger-menu span {
	height: 3px;
	width: 25px;
	background: #fff;
	margin: 4px 0;
}

.overlay {
	display: none; /* Скрыть затемнение по умолчанию */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5); /* Затемнение */
	z-index: 999; /* Под меню */
}

.close-menu {
	display: none;
}
button {
	outline: none !important;
	box-shadow: none !important;
}

.loader {
	width: 48px;
	height: 48px;
	border: 5px solid #fff;
	border-bottom-color: #6645f4;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	-webkit-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.loader_form {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0d101cde;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
	align-items: center;
	justify-content: center;
}

.filter_title_mobile {
	display: none;
}

.iframe_contacts {
	height: 540px;
}

.games_block {
	margin-top: 100px;
	margin-bottom: 100px;
}

.games_block .game_buttons {
	display: flex;
	gap: 7px;
	margin: 25px 0;
}

.games_block .button {
	font-size: 15px;
}
.games_block .game_image {
	width: 220px;
	height: 391px;
	background-size: cover !important;
	background-position: center !important;
	margin-bottom: 10px;
}

.button.transparent.active {
	background: #e32966;
}
.button.transparent.active:hover {
	border-color: #e32966;
}

.game_info_block {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	margin-top: 50px;
}
.game_gallery_list_index {
	margin-top: 20px;
}
.game_info_block > div:first-child {
	width: 220px;
	flex: none;
}
.game_info_block > div:last-child {
	width: calc(100% - 220px);
}
a.image-popup.item {
	display: block;
	width: 280px;
	height: 192px;
	background-size: cover !important;
	border-radius: 10px;
}
.mfp-content.custom-class_video {
	min-width: 760px;
	height: 400px;
	padding: 0;
}
.image-gallery {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 25px;
}
.mfp-image-holder .mfp-close {
	cursor: pointer !important;
	position: absolute;
	top: 0px;
	right: 10px !important;
}
.mfp-image-holder .mfp-counter {
	right: 20px !important;
}
.mfp-image-holder img.mfp-img {
	border-radius: 20px;
	padding: 0;
}
.mfp-image-holder .mfp-content > div {
	padding: 0;
}
.image-gallery a {
	display: table;
	width: 250px;
	height: auto;
}
.image-gallery a:hover img {
	box-shadow: 0px 0px 12px 0px #ab9bbf5c;
}
.image-gallery a img {
	width: 100%;
	border-radius: 15px;
	box-shadow: none;
	transition: 0.3s all;
}
#video-iframe {
	border-radius: 15px;
}
div#video-modal {
	width: 100%;
	height: 100%;
	padding: 0;
	box-sizing: border-box;
}
.game_info_block h2 {
	margin-top: -15px;
}
.game_info_block .additional_info {
	margin-top: 20px;
	gap: 60px;
	display: flex;
}
.game_info_block .description {
	margin-top: 0;
}
.game_info_block .additional_info p {
	font-weight: 300;
	font-size: 14px;
	margin: 5px 0;
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: 500;
}
.game_info_block .additional_info p strong {
	font-weight: 300;
	font-size: 12px;
	margin-bottom: -20px;
	padding: 0;
}
.game_info_block .show_video {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.air-datepicker-global-container {
	z-index: 9999;
}

/* .owl-events {
	position: relative;
	overflow: hidden;
} */

.video_block {
	margin-bottom: 100px;
}

.video_block--iframe {
	margin-top: 40px;
	width: 100%;
	height: 500px;
	border-radius: 15px;
}

.faq_block {
	margin-top: 100px;
	margin-bottom: 80px;
}

.owl-events::before,
.owl-events::after {
	content: '';
	position: absolute;
	top: 0;
	width: 50px;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}

.owl-events::after {
	right: 0;
	background: linear-gradient(to left, rgb(28 26 28), rgba(255, 255, 255, 0));
}

.emotions_block .item:hover {
	color: #e5c0cc !important;
}
.mfp-counter {
	display: none;
}

@media screen and (max-width: 1279px) {
	.games_block {
		margin-top: 70px;
	}
	.iframe_contacts {
		height: 340px;
	}
	a.image-popup.item {
		display: block;
		width: 220px;
		height: 184px;
		background-size: cover !important;
		border-radius: 10px;
		background-position: center !important;
	}
	.game_info_block > div:last-child {
		width: calc(100% - 250px);
	}
	.top_menu iframe {
		position: absolute;
		top: -12px;
		right: -186px;
		scale: 0.8;
	}
	#header .button.pink {
		position: relative;
		top: 19px;
	}
	.games_block .game_buttons {
		flex-wrap: wrap;
		gap: 10px;
	}
	.game_info_block {
		margin-top: 35px;
	}
	.games_block .button {
		padding: 10px 25px;
	}
	.image-gallery a {
		width: 180px;
	}
	.tarif_events_block h2 {
		font-size: 40px;
	}
	h1 {
		margin-top: 20px;
	}

	.mfp-content {
		font-size: 32px;
	}
	.game_image {
		height: 175px;
	}
	h3 {
		font-size: 32px;
	}
	.custom-logo-link img {
		width: 90px;
	}
	.main_menu {
		gap: 10px;
	}
	.gray_block--main .title {
		font-size: 18px;
	}
	.inform_3 {
		margin-top: 70px;
	}
	.list_gray_block {
		margin-top: 60px;
	}
	.main_top_block--description {
		margin-top: 0px;
		width: 600px;
		flex: none;
	}
	.main_top_block {
		margin-top: -30px;
	}
	.emotions_block {
		margin-top: 70px;
	}
	.snar_block .title {
		font-size: 28px;
	}
	.snar_block p {
		font-size: 18px;
	}
	.img_block_snar img {
		top: 67px;
		right: 7px;
		width: 350px !important;
	}
	.menu_main_footer {
		gap: 30px;
	}
	.mt-50 {
		margin-top: 30px;
	}
	.abonement_card {
		width: 42.7%;
	}
	.bottom__address {
		margin-top: 11px;
	}
	.gallery_block {
		margin-bottom: 90px;
	}
	.price_block {
		margin-top: 0;
	}
	.price_description_top {
		font-size: 22px;
	}
	.menu_main_footer--list {
		display: flex;
		gap: 25px;
	}
	.menu_main_footer--list a {
		font-size: 14px;
	}
	.menu_main_footer .custom-logo {
		width: 70px;
	}
	.review_block {
		margin-top: 90px;
		margin-bottom: 80px;
	}
	.snar_block .item_img--gray {
		z-index: 1;
		right: 10px !important;
		top: 48px !important;
	}
	.snar_block .img_romb {
		top: 20px;
		right: 30px;
		width: 355px !important;
	}
	.snar_block {
		margin-top: 80px;
	}
	.bg_composition {
		position: relative;
		transform: translate(-102px, 32px) scale(0.85);
	}
	.img_main_block {
		transform: scale(0.7) translate(-75px, 0px);
		margin: -80px 0 -105px;
	}
	.button.large {
		font-size: 16px;
		padding: 13px 33px;
	}
	h1 {
		font-size: 46px !important;
	}
	h2 {
		font-size: 40px;
	}
	.game_filter {
		width: 200px;
	}
	.type_cert > div:first-child {
		height: 23.0469vw;
	}
	.faq-question {
		font-size: 20px;
	}
	p {
		font-size: 18px;
	}
	.faq-answer {
		font-size: 16px;
	}
	.inform_3 h2 {
		margin-bottom: 15px;
	}
	.inform_3 p {
		font-size: 20px;
	}
	.main_menu a {
		padding: 8px 6px;
	}
	.main_menu a,
	.top_menu,
	.button {
		font-size: 14px;
	}
	.top_menu--links a {
		font-size: 16px;
	}
	.game_image.single_post {
		height: 300px;
	}
}

@media screen and (max-width: 1023px) {
	.video_block {
		margin-bottom: 70px;
	}
	.mfp-content.custom-class_more_info {
		min-width: 95%;
	}
	div#more-info-image {
		width: 150px;
		height: 150px;
	}
	.more_info_main_pp .title {
		font-size: 22px;
	}
	a.image-popup.item {
		width: 99%;
	}
	.mfp-content p {
		font-weight: 300;
		font-size: 14px;
		margin-bottom: 15px;
	}
	.more_info_main_pp h2 {
		font-size: 20px;
	}
	.more_info_main_pp ul {
		font-size: 14px;
	}
	.more_info_main_pp .button {
		font-size: 14px !important;
		padding: 14px !important;
	}

	.mfp-content.custom-class_podbor .title {
		font-size: 26px;
	}
	.top_menu iframe {
		position: absolute;
		top: 32px;
		right: auto;
		left: 90px;
		scale: 0.7;
	}
	#header .button.pink {
		position: relative;
		top: 0;
	}
	.contacts_buttons > div {
		position: relative;
	}
	.game_info_block .additional_info {
		gap: 0;
		flex-wrap: wrap;
		-moz-column-gap: 25px;
		column-gap: 25px;
	}
	.post_term {
		width: 48%;
		margin-bottom: 25px;
	}
	.tarif_events_block {
		margin-top: 20px;
	}
	.game_info_block .description {
		font-size: 16px;
	}
	.image-gallery a {
		width: 145px;
	}
	#popup-form-podbor #response-message {
		margin-top: 15px;
	}
	#event-date {
		margin: 25px auto !important;
		margin-bottom: 15px !important;
	}
	.event-card {
		width: 49%;
	}
	#response-message {
		margin-top: 10px;
		font-size: 22px;
		margin-bottom: 10px;
	}
	.mfp-content > div {
		padding: 27px 25px 20px;
	}
	.navigation .button {
		margin: 15px 0;
	}
	.custom-select {
		margin-bottom: 15px;
		margin-top: 20px;
	}
	div#popup-form-podbor h2 {
		font-size: 20px;
		margin-top: 15px;
	}
	.img_main_block {
		transform: scale(0.5);
		width: 300px;
		margin: -158px 0 -200px;
	}
	.menu_main_footer .custom-logo {
		width: 50px;
	}
	.menu_main_footer {
		gap: 20px;
	}
	.menu_main_footer--list {
		display: flex;
		gap: 12px;
		flex-wrap: wrap;
	}
	.bottom__address {
		flex-direction: column;
		align-items: flex-end;
		gap: 2px;
	}
	.price_block p br {
		display: none;
	}
	.mt-50 {
		margin-top: 15px;
	}
	.price_description_top {
		font-size: 18px;
		margin: 15px 0;
	}
	.bottom__address > span {
		display: none;
	}
	.review_block {
		margin-bottom: 50px;
	}
	.snar_item {
		gap: 100px;
	}
	.snar_block .title {
		font-size: 24px;
		margin-bottom: 10px;
		margin-top: 85px;
	}
	.snar_block .item_img--gray {
		z-index: 1;
		right: 13px !important;
		top: 43px !important;
	}
	.snar_block p {
		font-size: 16px;
	}
	.img_block_snar img {
		top: 53px;
		right: 42px;
		width: 221px !important;
	}
	.snar_block .img_romb {
		width: 255px !important;
	}
	.button {
		padding: 10px 20px;
	}
	.zone_list--block_info--button {
		gap: 30px;
	}
	.zone_list--block_info--button span {
		font-size: 16px;
	}
	.emotions_block {
		margin-top: -5px;
	}
	.emotions_block > p {
		font-size: 20px;
	}
	.zone_list {
		gap: 2%;
	}
	.zone_list--block_info p:first-child,
	.item_info p:first-child {
		font-weight: 600;
		font-size: 22px;
		margin-bottom: 15px;
	}
	.zone_list--block_img {
		height: 225px;
	}
	.custom-logo-link img {
		width: 70px;
	}
	.main_top_block {
		margin-top: -90px;
	}
	.main_top_block--description > div.desc {
		font-size: 18px;
	}
	.bg_composition {
		transform: translate(-252px, 18px) scale(0.5);
	}
	h2 {
		font-size: 30px;
		line-height: 1.6;
	}
	.inform_3 {
		margin-top: 40px;
	}
	.inform_3 p {
		font-size: 18px;
		margin-top: -5px;
		margin-bottom: 35px;
	}
	.list_gray_block {
		margin-top: -35px;
		flex-wrap: wrap;
		gap: 2%;
	}
	.gray_block--main {
		width: 49%;
		margin-bottom: 2%;
		box-sizing: border-box;
	}
	.group_button_top {
		gap: 15px;
		margin-top: 35px;
	}
	.close-menu {
		font-size: 30px;
		cursor: pointer;
		padding: 10px;
		text-align: right;
		display: block;
		position: absolute;
		top: 0px;
		z-index: 2;
		right: 0px;
	}
	.dropdown {
		display: block;
		position: relative;
		opacity: 1;
		top: 0;
		background: transparent;
		padding: 5px 20px 4px 40px;
	}
	h1 {
		font-size: 32px !important;
	}
	.close-menu img {
		width: 37px;
		opacity: 0.85;
	}
	header {
		padding: 40px 0 15px;
	}
	header .button {
		padding: 9px 15px;
	}
	.top_menu {
		position: absolute;
		top: -30px;
		left: 0;
		align-items: flex-start;
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}
	.main_menu {
		flex-direction: column;
		position: absolute;
		top: -40px;
		right: -350px;
		background: linear-gradient(0.3turn, rgb(50 60 80) 0%, rgb(17 21 29) 100%);
		width: 300px;
		z-index: 1000;
		padding-top: 30px;
		height: 100vh;
		transition: 0.3s all;
		box-shadow: 0px 0px 9px 0px #fff;
	}
	.main_menu a {
		padding: 7px 25px;
		font-size: 16px;
		width: 100%;
		box-sizing: border-box;
	}

	.main_menu.active {
		display: flex; /* Показать меню при активном состоянии */
	}

	.main_menu.active {
		right: 0px; /* Показать меню */
	}

	.overlay.active {
		display: block; /* Показать затемнение */
	}

	.burger-menu {
		display: flex;
		position: absolute;
		top: 10px;
		right: 178px;
	}
	.abonement_card {
		width: 49%;
		box-sizing: border-box;
		padding: 20px 20px 135px 20px;
	}
	.table_price td:first-child {
		font-size: 16px;
		width: 115px;
	}
	.table_price td:first-child span,
	.table_price td:nth-child(2) {
		font-size: 12px;
	}
	.table_price {
		font-size: 14px;
	}
	.price_block.w-fix {
		width: 510px;
	}
	h1 {
		margin-top: 15px;
	}
	.game_block {
		width: 48%;
	}
	.game_image {
		height: 140px;
	}
	.game_image.single_post {
		max-width: 100%;
		height: 240px;
		margin: 20px 0 37px;
	}
	.type_cert {
		width: 49%;
		min-height: 200px;
	}
	.types_cert_list {
		display: flex;
		gap: 2%;
		margin-top: 34px;
		align-items: stretch;
		min-height: 500px;
	}
	.contacts_buttons {
		margin-bottom: 20px;
		flex-wrap: wrap;
		gap: 2%;
	}
	.contacts_buttons a {
		width: 49%;
		margin-bottom: 2%;
		box-sizing: border-box;
	}

	.iframe_contacts {
		height: 340px;
	}
}

/* @media (max-width: 800px) {
	.table_price td:nth-child(4),
	.table_price th:nth-child(4) {
		display: none;
	}
} */

@media screen and (max-width: 767px) {
	.faq_block {
		margin-top: 50px;
		margin-bottom: 60px;
	}
	.gallery_block {
		margin-bottom: 60px;
	}
	.video_block {
		margin-bottom: 45px;
	}
	.game_info_block > div:last-child {
		width: 100%;
	}
	.top_menu iframe {
		position: absolute;
		top: -17px;
		right: auto;
		left: -22px;
		scale: 0.7;
	}
	.top_menu--address > span {
		max-width: 193px;
		text-align: right;
		position: relative;
		top: -5px;
	}
	.games_block {
		margin-top: 25px;
	}
	.main_cont {
		padding-top: 145px;
	}
	.image-gallery a {
		width: 31%;
	}
	.image-gallery {
		display: flex;
		gap: 3%;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.mfp-content.custom-class_video {
		min-width: 100%;
		height: 300px;
	}
	.games_block .game_image {
		width: 100%;
		height: 250px;
	}
	.game_info_block > div:first-child {
		width: 100%;
	}
	.event-card {
		width: 100%;
	}
	.more_info_main_pp {
		flex-direction: column;
	}
	div#more-info-image {
		width: 100%;
		height: 173px;
	}
	.games_block .game_image {
		background-position: top !important;
	}
	.game_info_block {
		flex-direction: column;
	}
	.games_block .game_buttons {
		gap: 5px;
	}
	.games_block .button {
		font-size: 14px;
		padding: 10px;
	}
	.faq-item {
		margin-bottom: 15px;
	}
	.contacts_buttons a {
		width: 100%;
	}
	.iframe_contacts {
		height: 300px;
	}
	.faq-question {
		font-size: 16px;
		padding: 15px;
		line-height: 1.6;
	}
	.faq-answer {
		font-size: 14px;
	}
	.post_term {
		width: 100%;
		margin-bottom: 40px;
	}
	.tarif_events_block h2 {
		font-size: 34px;
	}

	.tarif_events_block {
		margin-top: 0px;
	}
	.types_cert_list {
		flex-direction: column;
	}
	.type_cert {
		width: 100%;
		margin-bottom: 25px;
	}
	.type_cert > div:first-child {
		height: 45.176vw;
		background-size: 100% !important;
	}
	h3 {
		font-size: 28px;
		margin: 15px 0 20px;
	}
	.mainpage_game {
		flex-direction: column;
	}
	.game_block h2 {
		font-size: 18px;
	}
	p {
		font-size: 16px;
	}

	.filter_title_mobile {
		cursor: pointer;
		font-weight: 600;
		margin-bottom: 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 30px;
		position: relative;
		top: -4px;
		font-size: 18px;
	}
	.game_block .additional_info p {
		font-size: 12px;
	}
	p.description_game {
		margin: 5px 0 10px;
	}
	.game_block {
		width: 100%;
	}

	.filter_title_mobile img {
		width: 23px;
		transition: 0.3s all;
		transform: rotate(0deg);
	}
	.game_filter.active .filter_title_mobile img {
		transform: rotate(180deg);
	}

	.game_filter {
		padding: 21px;
		width: 100%;
		box-sizing: border-box;
		height: 65px;
		transition: 0.3s all;
		overflow: hidden;
		background: linear-gradient(
			0.3turn,
			rgb(50 60 80 / 30%) 0%,
			rgb(50 60 80 / 74%) 100%
		);
	}
	.price_flex {
		display: flex;
		align-items: flex-start;
		gap: 0;
		flex-direction: column;
	}
	.price_block,
	.abonement_card {
		width: 100%;
	}
	.table_price td:last-child {
		padding-right: 5%;
	}
	.top_menu--address img {
		width: 11px;
		flex: none;
		top: -3px;
		position: relative;
	}
	.mfp-content.custom-class_podbor .title {
		font-size: 22px;
	}
	[type='date'] {
		margin: 25px auto !important;
		margin-bottom: 30px !important;
	}
	.mfp-content p {
		font-size: 14px;
	}
	.mfp-content .button {
		font-size: 18px;
		padding: 12px;
	}
	#response-message {
		font-size: 20px;
		margin-bottom: 5px;
	}
	#popup-form-podbor #response-message {
		margin-top: 10px;
	}
	div#popup-form-podbor h2 {
		font-size: 16px;
		margin-top: 15px;
	}
	.custom-select {
		flex-wrap: wrap;
		gap: 2%;
	}
	.navigation {
		gap: 10px;
	}
	.navigation .button {
		font-size: 15px;
		padding: 9px 20px;
	}
	.option {
		margin-bottom: 15px;
		width: 48%;
	}
	.navigation .button {
		margin: 0px 0 10px;
	}
	.menu_main_footer {
		gap: 0;
		position: relative;
	}
	.menu_main_footer .custom-logo-link {
		position: absolute;
		top: 0;
		right: 0;
	}
	.bottom__address {
		flex-direction: column;
		align-items: flex-start;
		gap: 7px;
	}
	.top_menu--address {
		align-items: flex-start;
	}
	.gray_block--main .title {
		margin-bottom: 10px;
		margin-top: 0px;
		font-weight: 700;
	}
	.inform_3 {
		margin-top: 20px;
	}
	.emotions_block {
		margin-top: -12px;
	}
	.emotions_block .owl-nav,
	.fadeOut.owl-carousel .owl-nav,
	.owl-reviews .owl-nav {
		font-size: 65px;
		top: 5px;
	}
	.emotions_block .owl-nav {
		top: -111px;
	}
	.snar_block {
		margin-top: 50px;
	}
	.img_block_snar img {
		top: 0;
		right: 0;
		width: 200px !important;
	}

	.review_block {
		margin-bottom: 50px;
		margin-top: 40px;
	}
	.owl-reviews .owl-nav {
		top: -90px;
	}
	.owl-gallery .owl-nav {
		top: -169px;
	}
	.snar_block .title {
		font-size: 20px;
		margin-bottom: 10px;
		margin-top: 95px;
	}
	.snar_item {
		gap: 0;
		flex-direction: column;
	}
	.img_romb {
		display: none;
	}
	.button.large {
		font-size: 14px;
		padding: 10px 30px;
	}
	.emotions_block > p {
		font-size: 16px;
		margin-top: 5px;
		max-width: 75%;
	}
	.zone_list--block_info p:first-child,
	.item_info p:first-child {
		font-size: 20px;
	}
	.zone_list--block_info p,
	.item_info p {
		font-size: 14px;
	}
	.zone_list--block_info--button {
		gap: 20px;
	}
	.inform_3 p {
		font-size: 16px;
	}
	.img_main_block {
		transform: scale(0.25);
		width: 66px;
		margin: -240px 0 -300px;
	}
	.zone_list {
		gap: 20px;
		flex-direction: column;
		margin-top: 20px;
	}
	h2 {
		font-size: 26px;
		line-height: 1.4;
	}
	h2 br,
	.main_top_block--description > div.desc br {
		display: none;
	}
	.menu_main_footer--list {
		width: 85%;
	}
	.gallery_block h2 {
		width: 80%;
	}
	.gray_block--main img {
		width: 34px;
		position: absolute;
		top: -10px;
		right: -10px;
	}
	.gray_block--main {
		width: 100%;
		margin-bottom: 20px;
		position: relative;
	}
	.list_gray_block {
		flex-direction: column;
		gap: 0;
	}
	.group_button_top {
		flex-direction: column;
	}
	.button {
		text-align: center;
	}
	.bg_composition {
		transform: translate(-9px, 0px) scale(0.5);
		margin: -130px 0 -18px;
	}
	.main_top_block {
		flex-direction: column;
		margin-top: 0;
	}
	.main_top_block--description {
		width: 100%;
	}
	h1 {
		line-height: 1.3;
		font-size: 26px !important;
	}

	.main_menu {
		top: -80px;
	}
	.top_menu--links {
		position: relative;
		top: -4px;
	}
	.top_menu {
		top: -70px;
		flex-direction: column;
		gap: 8px;
		align-items: flex-end;
	}
	header {
		padding: 80px 0 15px;
	}
}
