@font-face {
	src: url("/nebularaidersslotch-filesHeOer/nebularaidersslotch-fontsHeOer/nebularaidersslotch-instrumentsans-bHeOer.woff2")
		format("truetype");
	font-family: "instrumentsans-bHeOer";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/nebularaidersslotch-filesHeOer/nebularaidersslotch-fontsHeOer/nebularaidersslotch-instrumentsans-rHeOer.woff2")
		format("truetype");
	font-family: "instrumentsans-rHeOer";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-title: "instrumentsans-bHeOer", sans-serif;
	--font-text: "instrumentsans-rHeOer", sans-serif;

	--color-bg: #020e26;
	--color-green: #64f675;
	--color-white: #ffffff;
	--color-cart: radial-gradient(
		62.88% 62.88% at 50.14% 0%,
		#07216d 0%,
		#0d1e40 100%
	);
	--color-secondary: #5587fd;

	--font-size-40: 2.5rem;
	--font-size-32: 2rem;
	--font-size-20: 1.25rem;
	--font-size-15: 0.95rem;
	--font-size-14: 0.8125rem;
	--font-size-12: 0.75rem;

	--transition: all ease-in-out 0.5s;
}

*,
::after,
::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
ol,
li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}

body {
	background: var(--color-bg);
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden !important;
	position: relative !important;
}

button {
	border: none;
	outline: none;
	cursor: pointer !important;
}

main,
footer {
	width: 100%;
	color: rgba(3, 3, 3, 1);
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	vertical-align: top;
}

header {
	width: 100%;
}

.nebularaidersslotch--container__main {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}

.nebularaidersslotch__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Header */
.nebularaidersslotch--header {
	width: 100%;
	padding: 0;
}

.nebularaidersslotch--header_disclaimer {
	background: var(--color-green);
	width: 100%;
	display: inline-block;
	text-align: center;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: var(--font-size-12);
	line-height: 100%;
	text-align: center;
	color: var(--color-bg);
	padding: 0.675rem;
}

.nebularaidersslotch--f15 {
	font-size: var(--font-size-15) !important;
}

.nebularaidersslotch--menu {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 2.5rem;
	padding: 0.675rem 0;
}

.nebularaidersslotch--header__logo-box {
	max-width: 397px;
	width: 100%;
	height: 47px;
}

.nebularaidersslotch--header___logotip {
	max-width: 284px;
	width: 100%;
	height: 47px;
}

.nebularaidersslotch--menu__list {
	gap: 3.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.nebularaidersslotch--menu__list-item a {
	font-size: var(--font-size-12);
	line-height: 150%;
	font-family: var(--font-text);
	font-weight: 400;
	color: var(--color-white);
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.nebularaidersslotch--menu__list-item a:hover {
	color: var(--color-secondary);
}

.nebularaidersslotch--menu__list-item a {
	padding: 0.675rem 0.95rem;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	display: flex;
	align-items: center;
}

.nebularaidersslotch--menu__list-item a.active::before {
	content: "";
	position: absolute;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #5587fd;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
}

/* Dropdown */
.language-dropdown {
	position: relative;
	display: flex;
	max-width: 397px;
	width: 100%;
	justify-content: flex-end;
}

.language-dropdown-show {
	display: none;
}

.dropbtn {
	max-width: 95px;
	width: 100%;
	height: 29px;
	cursor: pointer;
	gap: 0.2rem;
	display: flex;
	justify-content: space-between;
	background: var(--color-secondary);
	align-items: center;
	color: var(--color-white);
	text-transform: uppercase;
	font-family: var(--font-title);
	font-size: var(--font-size-14);
	line-height: 100%;
	border: none;
	position: relative;
	z-index: 3;
	padding: 0 12px;
	transition: border-radius 0.2s ease;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

.dropdown-arrow {
	display: flex;
	align-items: center;
}

.dropdown-arrow img {
	width: 24px;
	height: 24px;
	transition: transform 0.3s ease;
}

.dropdown-content-wrapper {
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	max-width: 95px;
	z-index: 2;
	overflow: hidden;
	height: 0;
	transition: height 0.3s ease;
}

.dropdown-content {
	padding: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	background: var(--color-card);
	transform: translateY(-10px);
	opacity: 0;
	transition: all 0.3s ease;
}

.dropdown-item {
	max-width: 95px;
	width: 100%;
	height: 29px;
	cursor: pointer;
	gap: 0.75rem;
	display: flex;
	justify-content: center;
	background: var(--color-secondary);
	align-items: center;
	color: var(--color-white);
	text-transform: uppercase;
	font-family: var(--font-title);
	font-size: var(--font-size-14);
	line-height: 100%;
	border: none;
	position: relative;
	z-index: 3;
	padding: 0 12px;
	transition: all 0.2s ease;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}

/* Active state */
.language-dropdown.active .dropbtn {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.language-dropdown.active .dropdown-arrow img {
	transform: rotate(180deg);
}

.language-dropdown.active .dropdown-content-wrapper {
	height: auto;
}

.language-dropdown.active .dropdown-content {
	transform: translateY(0);
	opacity: 1;
}

.language-flag {
	max-width: 16px;
	width: 100%;
	height: 16px;
}

.language-de {
	background-image: url(/nebularaidersslotch-filesHeOer/nebularaidersslotch-imgHeOer/nebularaidersslotch-flag-deHeOer.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.language-it {
	background-image: url(/nebularaidersslotch-filesHeOer/nebularaidersslotch-imgHeOer/nebularaidersslotch-flag-itHeOer.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Welcom Section */
.nebularaidersslotch--welcome-box {
	position: relative;
	display: flex;
	align-items: center;
	background-image: linear-gradient(rgba(0, 0, 0, 0.75)),
		url(/nebularaidersslotch-filesHeOer/nebularaidersslotch-imgHeOer/nebularaidersslotch-аforestHeOer.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.nebularaidersslotch--welcome--container {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	padding: 2.5rem 0;
}

.nebularaidersslotch--welcome--video {
	max-width: 555px;
	object-fit: cover;
	width: 100%;
	height: 420px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.nebularaidersslotch--welcome__blocks {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
	max-width: 565px;
	width: 100%;
}

.nebularaidersslotch--welcome---title {
	font-family: var(--font-title);
	color: var(--color-white);
	font-weight: 700;
	font-size: var(--font-size-40);
	line-height: 120%;
	background: linear-gradient(90deg, #5cf170 0%, #1059ff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow: 0px 0px 10px #00ffd480;
}

.nebularaidersslotch--welcome---text {
	font-family: var(--font-text);
	color: var(--color-white);
	font-weight: 400;
	font-size: var(--font-size-15);
	line-height: 120%;
}

.nebularaidersslotch--btn-icon {
	background-image: url(/nebularaidersslotch-filesHeOer/nebularaidersslotch-imgHeOer/nebularaidersslotch-iconsHeOer/nebularaidersslotch-icon-flagHeOer.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 24px;
	width: 100%;
	height: 24px;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.nebularaidersslotch--welcome--btn {
	max-width: 346px;
	width: 100%;
	height: 44px;
	display: flex;
	gap: 0.675rem;
	align-items: center;
	justify-content: center;
	background: transparent;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: var(--font-size-15);
	line-height: 100%;
	text-align: center;
	border: 2px solid var(--color-green);
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	color: var(--color-green);
	-o-border-radius: 100px;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.nebularaidersslotch--welcome--btn:hover {
	box-shadow: 0px 0px 12.3px 0px #64f675;
	background: #64f675;
	color: #020e26;
}
.nebularaidersslotch--welcome--btn:hover .nebularaidersslotch--btn-icon {
	filter: brightness(0) saturate(100%) invert(8%) sepia(15%) saturate(5613%)
		hue-rotate(187deg) brightness(93%) contrast(104%);
	-webkit-filter: brightness(0) saturate(100%) invert(8%) sepia(15%)
		saturate(5613%);
}

/* Game info */
.nebularaidersslotch--game {
	padding: 4.375rem 0;
}

.nebularaidersslotch--game_box {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.nebularaidersslotch--game-container {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.nebularaidersslotch--game--info {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	max-width: 560px;
	width: 100%;
}

.nebularaidersslotch--game---title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: var(--font-size-32);
	line-height: 120%;
	color: var(--color-white);
	word-break: break-all;
}

.nebularaidersslotch--game--ratingbox {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	width: 100%;
}

.nebularaidersslotch--game--ratitem {
	display: flex;
	align-items: center;
	gap: 0.675rem;
	width: 100%;
	max-width: 100px;
}

.nebularaidersslotch--game---icon {
	max-width: 24px;
	width: 100%;
	height: 24px;
}

.nebularaidersslotch--game---star {
	background-image: url(/nebularaidersslotch-filesHeOer/nebularaidersslotch-imgHeOer/nebularaidersslotch-iconsHeOer/nebularaidersslotch-icon-starHeOer.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.nebularaidersslotch--game---heart {
	background-image: url(/nebularaidersslotch-filesHeOer/nebularaidersslotch-imgHeOer/nebularaidersslotch-iconsHeOer/nebularaidersslotch-icon-heartHeOer.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.nebularaidersslotch--game---rating {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: var(--font-size-15);
	line-height: 100%;
	color: var(--color-white);
}

.nebularaidersslotch--nocenter {
	text-align: left !important;
}

.nebularaidersslotch--game-preview-video {
	max-width: 560px;
	width: 100%;
	height: 376px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	object-fit: cover;
}

.nebularaidersslotch--reviews-box {
	display: flex;
	gap: 1.25rem;
	flex-wrap: wrap;
	justify-content: center;
}

.nebularaidersslotch--reviews--cart {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding: 1.25rem;
	max-width: 366px;
	width: 100%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	background: var(--color-cart);
	border: 1px solid #1d2c6b;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.nebularaidersslotch--reviews--cart:hover {
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
}

.nebularaidersslotch--reviews--name {
	display: flex;
	align-items: center;
	gap: 0.675rem;
}

.nebularaidersslotch--reviews---user {
	background-image: url(/nebularaidersslotch-filesHeOer/nebularaidersslotch-imgHeOer/nebularaidersslotch-iconsHeOer/nebularaidersslotch-icon-usersHeOer.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 24px;
	width: 100%;
	height: 24px;
}

/* Game window */
.nebularaidersslotch--game-window {
	max-width: 1140px;
	width: 100%;
	height: 647px;
	border: 1px solid var(--color-green);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	margin-inline: auto !important;
	display: block;
}

/* FAQ */
.nebularaidersslotch--faq {
	padding: 4.375rem 0;
}

.nebularaidersslotch--center {
	text-align: center;
}

.nebularaidersslotch--faq--item {
	max-width: 100%;
	width: 100%;
	padding: 1.875rem;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	background: var(--color-cart);
	border: 1px solid var(--color-violet);
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	border-bottom: 1px solid #64f675;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.nebularaidersslotch--faq--item:hover {
	box-shadow: 0 0 20px var(--color-green);
}

.nebularaidersslotch--faq--question {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: var(--font-size-20);
	line-height: 100%;
	color: var(--color-white);
}

/* Contact */
.nebularaidersslotch--contact-box {
	display: flex;
	gap: 1.25rem;
	width: 100%;
	align-items: center;
}

.nebularaidersslotch--contact-video {
	max-width: 560px;
	width: 100%;
	height: 340px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	object-fit: cover;
}

.nebularaidersslotch__contact--form {
	max-width: 560px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.nebularaidersslotch__contact-top {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.nebularaidersslotch--iconbox {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 0.5rem;
}

.nebularaidersslotch--icon-mail {
	max-width: 24px;
	width: 100%;
	height: 24px;
	background-image: url(/nebularaidersslotch-filesHeOer/nebularaidersslotch-imgHeOer/nebularaidersslotch-iconsHeOer/nebularaidersslotch-icon-mailHeOer.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.nebularaidersslotch__contact-top label {
	max-width: 272px;
	width: 100%;
}

label {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: var(--font-size-14);
	line-height: 100%;
	color: var(--color-white);
}

.nebularaidersslotch_contact__input {
	background: #081b41;
	height: 47px;
	border: none;
	padding: 0.875rem 1rem;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	outline: none;
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 100%;
	color: var(--color-white);
}

.nebularaidersslotch_contact__input::placeholder {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 100%;
	color: #999999;
}

textarea {
	resize: none;
	height: 100px !important;
}

.nebularaidersslotch--contact-btn {
	max-width: 100%;
	width: 100%;
	color: var(--color-white);
	margin: 0.5rem 0 0;
}

.status {
	padding: 10px;
	background-color: rgb(0, 145, 0);
	margin-top: 5px;
	display: none;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1rem;
	color: var(--color-white);
	line-height: 120%;
	text-align: center;
	justify-content: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.strongestt--center {
	text-align: center !important;
}

.form.active .status {
	display: block;
}

/* Disclaimer */
.nebularaidersslotch--bluebox {
	background: var(--color-secondary);
}

/* Footer */
.nebularaidersslotch--footer {
	padding: 4.375rem 0;
}

.nebularaidersslotch--footer-container {
	gap: 3.125rem;
	display: flex;
	flex-direction: column;
}

.nebularaidersslotch--footer_top {
	display: flex;
	justify-content: center;
}

.nebularaidersslotch--footer-info {
	display: flex;
	gap: 1.25rem;
}

.nebularaidersslotch--footer--item {
	max-width: 367px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
}

.nebularaidersslotch--footer_lists {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.nebularaidersslotch--footer--link a {
	font-weight: 700;
	font-family: var(--font-title);
	text-decoration: underline;
}

.nebularaidersslotch--footer--addressbox {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.nebularaidersslotch--footer---address {
	display: flex;
	align-items: center;
	gap: 0.675rem;
}

.nebularaidersslotch--footer__icon {
	max-width: 24px;
	width: 100%;
	height: 24px;
}
.nebularaidersslotch--footer__phone {
	background-image: url(/nebularaidersslotch-filesHeOer/nebularaidersslotch-imgHeOer/nebularaidersslotch-iconsHeOer/nebularaidersslotch-icon-phoneHeOer.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-size: cover;
}
.nebularaidersslotch--footer__email {
	background-image: url(/nebularaidersslotch-filesHeOer/nebularaidersslotch-imgHeOer/nebularaidersslotch-iconsHeOer/nebularaidersslotch-icon-emailHeOer.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-size: cover;
}
.nebularaidersslotch--footer__location {
	background-image: url(/nebularaidersslotch-filesHeOer/nebularaidersslotch-imgHeOer/nebularaidersslotch-iconsHeOer/nebularaidersslotch-icon-locationHeOer.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-size: cover;
}

.nebularaidersslotch--footer---address p {
	font-weight: 700 !important;
	font-family: var(--font-title) !important;
}

.nebularaidersslotch--footer---address span,
.nebularaidersslotch--footer---address a {
	font-family: var(--font-text) !important;
	font-weight: 400 !important;
}

.nebularaidersslotch--footer----navmenu {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	justify-content: space-between;
}

.nebularaidersslotch--footer_navlink {
	display: flex;
	align-items: center;
	gap: 0.675rem;
	width: 100%;
	max-width: 192px;
	justify-content: center;
}

.nebularaidersslotch--footer_navlink a {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: var(--font-size-12);
	line-height: 100%;
	color: var(--color-white);
}

.nebularaidersslotch--icon-link {
	display: inline-block;
	max-width: 24px;
	width: 100%;
	height: 24px;
	background-image: url(/nebularaidersslotch-filesHeOer/nebularaidersslotch-imgHeOer/nebularaidersslotch-iconsHeOer/nebularaidersslotch-icon-arrow-linkHeOer.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.nebularaidersslotch--icon-age {
	display: inline-block;
	max-width: 24px;
	width: 100%;
	height: 24px;
	background-image: url(/nebularaidersslotch-filesHeOer/nebularaidersslotch-imgHeOer/nebularaidersslotch-iconsHeOer/nebularaidersslotch-icon-ageHeOer.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.nebularaidersslotch--flex {
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: center;
}

.nebularaidersslotch-footer-copy {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1rem;
	line-height: 100%;
	text-align: center;
	color: var(--color-white);
}

/* Burger */
#nebularaidersslotchMenuToggle {
	display: none;
	position: absolute;
	top: 0;
	left: 0rem;
	z-index: 999 !important;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	height: 58px;
}

#nebularaidersslotchMenuToggle a {
	text-decoration: none;
	color: var(--color-white);
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

#nebularaidersslotchMenuToggle span {
	display: block;
	width: 24px;
	height: 2px;
	margin-bottom: 5px;
	right: 0rem;
	top: 0.2rem;
	position: relative;
	background: var(--color-white);
	border-radius: 3px;
	z-index: 1001 !important;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
		background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.no-scroll {
	overflow: hidden !important; /* Отключаем прокрутку с приоритетом */
}

#nebularaidersslotchMenuToggle span:first-child {
	transform-origin: 0% 0%;
}

#nebularaidersslotchMenuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#nebularaidersslotchMenu {
	position: absolute;
	max-width: 100vw;
	width: 100%;
	z-index: 1000;
	padding-top: 5.25rem;
	margin: 0 0 0 0px;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: center;
	background: var(--color-bg);
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	height: 130vh;
	-webkit-transform: translate(-100%, 0);
	-moz-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
}

#nebularaidersslotchMenuToggle input:checked ~ ul {
	transform: none;
}

.burger-button {
	display: block;
	width: 42px;
	height: 32px;
	position: absolute;
	top: 3.25rem;
	left: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
	opacity: 1;
	z-index: 1002 !important;
	-webkit-touch-callout: none;
	background: transparent;
	border: none;
	padding: 0;
}

/* Добавляем класс для открытого состояния */
.burger-button.active span:first-child {
	transform: rotate(45deg) translate(6px, 1px);
	background: var(--color-white) !important;
	-webkit-transform: rotate(45deg) translate(6px, 1px);
	-moz-transform: rotate(45deg) translate(6px, 1px);
	-ms-transform: rotate(45deg) translate(6px, 1px);
	-o-transform: rotate(45deg) translate(6px, 1px);
}

.burger-button.active span:nth-child(2) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

.burger-button.active span:last-child {
	background: var(--color-white) !important;
	transform: rotate(-45deg) translate(-3px, 5px);
	-webkit-transform: rotate(-45deg) translate(-3px, 5px);
	-moz-transform: rotate(-45deg) translate(-3px, 5px);
	-ms-transform: rotate(-45deg) translate(-3px, 5px);
	-o-transform: rotate(-45deg) translate(-3px, 5px);
}

/* Обновляем селектор для checked состояния */
#nebularaidersslotchMenuToggle .active ~ #nebularaidersslotchMenu {
	transform: none;
}

.nebularaidersslotch--menu__list--text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 130%;
	color: #ffffff80;
	text-align: center;
	max-width: 320px;
	width: 100%;
}

/* Modal Age */
.age-verification-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	padding: 0 1rem;
}

.age-verification-modal {
	background: #30418838;
	padding: 1.25rem 1.5rem;
	text-align: center;
	max-width: 453px;
	width: 100%;
	border: 1px solid #5587fd;
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	backdrop-filter: blur(18px);
}

.age-verification-modal h2 {
	font-size: 1.5rem;
	color: var(--color-white);
	font-family: var(--font-title);
	font-weight: 700;
}

.age-verification-modal p {
	font-size: 0.875rem;
	color: var(--color-white);
	font-family: var(--font-text);
	line-height: 100%;
	font-weight: 400;
}

.age-btn {
	max-width: 100%;
	width: 100%;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.025rem;
	line-height: 100%;
	text-align: center;
	background: transparent;
	border-radius: 100px;
	border: 1px solid var(--color-green);
	color: var(--color-green);
	height: 41px;
	position: relative;
	overflow: hidden;
	transition: color 0.3s ease;
	z-index: 1;
}

.age-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: var(--color-green);
	transition: left 0.4s ease;
	z-index: -1;
}

.age-btn:hover::before {
	left: 0;
}

.age-btn:hover {
	color: var(--color-bg); /* Контрастный цвет текста */
	border-color: var(--color-green);
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: scale(0.9);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.age-verification-modal {
	animation: fadeIn 0.5s ease-out;
}

/* Others Styles */
.nebularaidersslotch--w270 {
	max-width: 270px;
	width: 100%;
}

.nebularaidersslotch--w270 span {
	max-width: 270px;
	width: 100%;
}

.nebularaidersslotch--dotted li {
	list-style-type: disc;
	color: var(--color-white);
	margin-left: 1.25rem;
}

.nebularaidersslotch--icon-tree {
	background-image: url(/nebularaidersslotch-filesHeOer/nebularaidersslotch-imgHeOer/nebularaidersslotch-iconsHeOer/nebularaidersslotch-treeHeOer.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 60px;
	width: 100%;
	height: 70px;
	margin-inline: auto;
}
.nebularaidersslotch--icon-gamepad {
	background-image: url(/nebularaidersslotch-filesHeOer/nebularaidersslotch-imgHeOer/nebularaidersslotch-iconsHeOer/nebularaidersslotch--icon-gamepadHeOer.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 55px;
	width: 100%;
	height: 50px;
	margin-inline: auto;
}
.nebularaidersslotch--icon-stars {
	background-image: url(/nebularaidersslotch-filesHeOer/nebularaidersslotch-imgHeOer/nebularaidersslotch-iconsHeOer/nebularaidersslotch--icon-starsHeOer.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 55px;
	width: 100%;
	height: 50px;
	margin-inline: auto;
}

.nebularaidersslotch--icon-handspake {
	background-image: url(/nebularaidersslotch-filesHeOer/nebularaidersslotch-imgHeOer/nebularaidersslotch-iconsHeOer/nebularaidersslotch--icon-handspakeHeOer.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 55px;
	width: 100%;
	height: 50px;
	margin-inline: auto;
}

.nebularaidersslotch--privacy-gap {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.nebularaidersslotch--bold {
	font-family: var(--font-title) !important;
	font-weight: 700;
}

/* Media */
@media screen and (max-width: 1170px) {
	.nebularaidersslotch--container__main {
		padding: 0 1rem;
	}

	.nebularaidersslotch--contact-box {
		flex-direction: column-reverse;
		gap: 3rem;
	}

	.nebularaidersslotch--contact-video {
		max-width: 100%;
		width: 100%;
	}

	.language-dropdown {
		position: relative;
		display: flex;
		max-width: 210px;
		width: 100%;
		justify-content: flex-end;
	}
}
@media screen and (max-width: 991px) {
	.nebularaidersslotch--game-container {
		flex-direction: column;
	}

	.nebularaidersslotch--game--info,
	.nebularaidersslotch--footer--item,
	.nebularaidersslotch--game-preview-video {
		max-width: 100%;
		width: 100%;
	}

	.nebularaidersslotch--game {
		padding: 1.875rem 0;
	}

	.nebularaidersslotch--footer-info {
		flex-direction: column;
	}

	.nebularaidersslotch--community {
		padding: 1.25rem 0 !important;
	}

	.nebularaidersslotch--footer----navmenu {
		flex-direction: column;
	}
	.nebularaidersslotch--menu__list {
		display: none;
	}

	.nebularaidersslotch--menu {
		justify-content: flex-end;
	}

	#nebularaidersslotchMenuToggle {
		display: block;
	}

	.nebularaidersslotch--welcome---title {
		font-size: 2rem;
		text-align: center;
	}

	.nebularaidersslotch--welcome--btn {
		margin-inline: auto;
	}

	.nebularaidersslotch--welcome---text {
		text-align: center;
	}

	.language-dropdown-hide {
		display: none;
	}

	.nebularaidersslotch--header__logo-box {
		max-width: 228px;
		width: 100%;
		height: 37px;
	}

	.nebularaidersslotch--welcome--container {
		flex-direction: column-reverse;
	}

	.nebularaidersslotch--welcome__blocks,
	.nebularaidersslotch--welcome--video {
		max-width: 100%;
		width: 100%;
	}

	.language-deks {
		display: block !important;
	}

	.nebularaidersslotch_w200px {
		max-width: 95px;
		width: 100%;
		display: flex;
		justify-content: center;
		margin-inline: auto;
	}

	.nebularaidersslotch--faq {
		padding: 1.25rem 0;
	}
}

@media screen and (max-width: 574px) {
	.nebularaidersslotch__contact-top {
		flex-direction: column;
	}

	.nebularaidersslotch__contact-top label {
		max-width: 100%;
		width: 100%;
	}
	.burger-button {
		top: 4rem;
	}
}

@media screen and (max-width: 426px) {
	.nebularaidersslotch--community {
		height: 640px !important;
	}
}
