@font-face {
	src: url("/1xbuster-assets/1xbuster-fonts/1xbuster-lexendexa-regular.woff2")
		format("truetype");
	font-family: "lexendexa-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/1xbuster-assets/1xbuster-fonts/1xbuster-abel-regular.woff2")
		format("truetype");
	font-family: "abel-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/1xbuster-assets/1xbuster-fonts/1xbuste-lalezar-regular.woff2")
		format("truetype");
	font-family: "lalezar-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-title: "lexendexa-regular", sans-serif;
	--font-text: "abel-regular", sans-serif;
	--font-btn: "lalezar-regular", sans-serif;

	--color-bg: #1a1a1a;
	--color-btn: linear-gradient(180deg, #9747ff 0%, #1a291c 100%);
	--color-white: #fff;
	--color-light-gray: #f1f1f1;
	--color-gray: #a9a9a9;
}

*,
::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-color: var(--color-bg);
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
	position: relative;
}

button {
	border: none;
	outline: none;
	cursor: pointer;
}

main,
footer {
	width: 100%;
	color: rgba(3, 3, 3, 1);
}

html {
	scroll-behavior: smooth;
}

img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	vertical-align: top;
}

header {
	width: 100%;
}

.xbuster--container__main {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.xbuster__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Header */
.xbuster--header {
	width: 100%;
}

.xbuster--header__container {
	width: 100%;
	display: flex;
	padding: 0.95rem 0;
	flex-direction: column;
	align-items: center;
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
}

.xbuster--menu {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.xbuster--header__logo-box {
	max-width: 176px;
	width: 100%;
	height: 25px;
}
.xbuster--header__logo {
	max-width: 176px;
	width: 100%;
	height: 25px;
}

.xbuster--menu__list {
	gap: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.xbuster--menu__list-item a {
	font-size: 0.875rem;
	line-height: 100%;
	font-family: var(--font-text);
	font-weight: 400;
	border-bottom: 2px solid transparent;
	padding-block: 0.125rem;
	color: var(--color-white);
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.xbuster--menu__list-item {
	font-size: 1.125rem;
}

.xbuster--menu__list-item:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.xbuster--menu__links {
	display: flex;
	align-items: center;
	gap: 1.875rem;
	width: 100%;
	margin: 0 auto;
	justify-content: center;
}

.xbuster--menu___lang {
	display: flex;
	gap: 0.675rem;
	max-width: 60px;
	justify-content: flex-end;
	width: 100%;
}

.xbuster--menu___lang-btn {
	display: flex;
	align-items: center;
	background: linear-gradient(180deg, #3d3d3d 0%, #000000 100%);
	padding: 0.675rem;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	color: var(--color-white);
	max-width: 40px;
	width: 100%;
	height: 40px;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 120%;
	text-transform: uppercase;
	font-family: var(--font-btn);
}

.xbuster--menu___lang-active {
	background: var(--color-btn);
}

/* Welcom Section */
.xbuster--welcome-box {
	width: 100%;

	position: relative;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5)),
		url(/1xbuster-assets/1xbuster-img/1xbuster-welcome/1xbuster-room-gamer.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.xbuster--welcome--container {
	display: flex;
	gap: 1.25rem;
	align-items: center;
}

.xbuster--welcome--w {
	max-width: 610px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.xbuster--welcome---title {
	font-family: var(--font-title);
	color: var(--color-white);
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 120%;
	text-transform: uppercase;
}

.xbuster--welcome---text {
	font-family: var(--font-text);
	color: var(--color-white);
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 120%;
}

.xbuster--welcome---btn {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 246px;
	width: 100%;
	height: 46px;
	font-family: var(--font-btn);
	font-weight: 400;
	font-size: 1rem;
	line-height: 120%;
	text-transform: uppercase;
	background: var(--color-btn);
	color: var(--color-white);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.xbuster--welcome---btn:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.xbuster--welcome--image {
	background-image: url(/1xbuster-assets/1xbuster-img/1xbuster-welcome/1xbuster-girl-phone.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 610px;
	height: 610px;
	width: 100%;
}

/* About */
.xbuster--about-box {
	padding: 5rem 0;
}

.xbuster--about--container {
	display: flex;
	gap: 1.25rem;
	align-items: center;
}

.xbuster--about----image {
	background-image: url(/1xbuster-assets/1xbuster-img/1xbuster-about/1xbuster-gitl-light.webp);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 610px;
	width: 100%;
	height: 440px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.xbuster--about---desc {
	max-width: 647px;
	width: 100%;
	display: flex;
	gap: 1.5rem;
	flex-direction: column;
}

.xbuster--about---lists {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.xbuster--about---title {
	font-family: var(--font-title);
	font-weight: 700;
	color: var(--color-white);
	font-size: 2.475rem;
	line-height: 120%;
	text-transform: uppercase;
}

.xbuster--about----items {
	font-family: var(--font-text);
	font-weight: 400;
	color: var(--color-white);
	font-size: 1rem;
	line-height: 120%;
}

/* Page image */
.xbuster--computer-box {
	background-image: url(/1xbuster-assets/1xbuster-img/1xbuster-page/1xbuster-computer.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
}

/* Description */
.xbuster--center {
	text-align: center;
}

.xbuster--description--container,
.xbuster--description--cards {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.xbuster--description---room {
	background-image: url(/1xbuster-assets/1xbuster-img/1xbuster-description/1xbuster-room-roulette.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
	max-width: 610px;
}
.xbuster--description---roulette {
	background-image: url(/1xbuster-assets/1xbuster-img/1xbuster-description/1xbuster-big-roulette.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
	max-width: 610px;
}

.xbuster--description--card {
	display: flex;
	gap: 1.25rem;
	align-items: center;
}

.xbuster--description----info {
	max-width: 610px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.xbuster--description----info_title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 120%;
	text-transform: uppercase;
	color: var(--color-white);
}

/* Games */
.xbuster--games---cards {
	display: flex;
	gap: 1.25rem;
	flex-wrap: wrap;
	justify-content: center;
}

.xbuster--games----card {
	backdrop-filter: blur(30px);
	background: #ffffff1a;
	max-width: 295px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	border: 1px solid var(--color-white);
}

.xbuster--games----card:hover {
	transform: translateY(-1rem);
	-webkit-transform: translateY(-1rem);
	-moz-transform: translateY(-1rem);
	-ms-transform: translateY(-1rem);
	-o-transform: translateY(-1rem);
}

.xbuster--cards_image {
	max-width: 295px;
	width: 100%;
	height: 300px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	position: relative;
}

.xbuster--cards_info {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
}

.xbuster--cards__name {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1rem;
	line-height: 100%;
	color: var(--color-white);
	text-align: center;
	position: relative;
	z-index: 2;
}

.xbuster--cards__btn {
	max-width: 100%;
	width: 100%;
	position: relative;
	z-index: 2;
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-ms-border-radius: 10px !important;
	-o-border-radius: 10px !important;
}

.xbuster--cards__btn:hover {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
}

/* Contact */
.xbuster--contact--container {
	max-width: 900px;
	width: 100%;
	margin-inline: auto;
	padding: 2.5rem;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 0.95rem;
	background: var(--color-white);
}

.xbuster--contact--title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 120%;
	text-transform: uppercase;
	color: #201a29;
}

.xbuster--contact--mail {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 130%;

	color: #201a29;
}

.xbuster--contact--mail::before {
	content: url("/1xbuster-assets/1xbuster-img/1xbuster-contact/xbuster-icon-email.svg");
	vertical-align: middle;
	padding-right: 0.75rem;
}

.xbuster__contact--form {
	display: flex;
	width: 100%;
	gap: 1rem;
	flex-direction: column !important;
}

label {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 130%;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	color: #201a29;
}

.xbuster_contact__input {
	outline: none;
	height: 55px;
	width: 100%;
	background: transparent;
	border: 1px solid #e6e6e6;
	font-size: 1rem;
	color: #1f1f1f;
	font-family: var(--font-text);
	font-weight: 400;
	padding: 0.875rem 1rem;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.xbuster_contact__input:focus {
	border: 1px solid #155724;
}

.xbuster_contact__input::placeholder {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 130%;
	color: #999999;
}

.xbuster_contact--textarea {
	height: 70px;
	resize: none;
}

.xbuster_contact__btn {
	max-width: 246px !important;
	width: 100%;
}

.active__block {
	display: flex;
}

.form-message-container {
	margin-top: 0px;
}

.form-message {
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 14px;
	animation: fadeIn 0.3s ease-in-out;
}

.form-message.success {
	background-color: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	font-family: var(--font-text);
}

.form-message.error {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	font-family: var(--font-text);
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Footer */
.xbuster--footer {
	position: relative;
	padding: 2.5rem 0;
	background: linear-gradient(180deg, #3d3d3d 0%, #000000 100%);
}

.xbuster--footer--container {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.xbuster--footer---disclaimer {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.xbuster--footer----title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1rem;
	line-height: 150%;
	color: var(--color-gray);
}

.xbuster--footer----text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	color: var(--color-light-gray);
}

.xbuster--footer---info {
	display: flex;
	gap: 2.5rem;
}

.xbuster--footer--parthers {
	max-width: 700px;
	width: 100%;
	margin-inline: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.xbuster--footer---age {
	background-image: url(/1xbuster-assets/1xbuster-img/1xbuster-footer/1xbuster-icon-age.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 84px;
	width: 100%;
	height: 40px;
}

.xbuster--footer---gamcare {
	max-width: 125px;
	width: 100%;
	height: 36px;
}

.xbuster--footer---begamble {
	max-width: 130px;
	width: 100%;
	height: 40px;
}

.xbuster--footer---nav_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2.5rem;
}

.xbuster--footer----link a {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 0.875rem;
	color: var(--color-light-gray);
	line-height: 130%;
}

.xbuster--footer--copy {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 0.875rem;
	color: #a1a1a1;
	line-height: 130%;
	text-align: center;
}

/* Burger */
#xbusterMenuToggle {
	display: none;
	position: absolute;
	top: 0;
	left: 0rem;
	z-index: 999 !important;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	height: 58px;
}

#xbusterMenuToggle a {
	text-decoration: none;
	color: #fff;
	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;
}

#xbusterMenuToggle span {
	display: block;
	width: 22px;
	height: 2px;
	margin-bottom: 5px;
	right: 0rem;
	top: 0.2rem;
	position: relative;
	background: #fff;
	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; /* Отключаем прокрутку с приоритетом */
}

#xbusterMenuToggle span:first-child {
	transform-origin: 0% 0%;
}

#xbusterMenuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#xbusterMenu {
	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: #1a1a1a;
	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);
}

#xbusterMenuToggle input:checked ~ ul {
	transform: none;
}

.burger-button {
	display: block;
	width: 42px;
	height: 32px;
	position: absolute;
	top: 0.675rem;
	right: 1.5rem;
	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(4px, 0px);
	background: #f9f9f9;
	-webkit-transform: rotate(45deg) translate(4px, 0px);
	-moz-transform: rotate(45deg) translate(4px, 0px);
	-ms-transform: rotate(45deg) translate(4px, 0px);
	-o-transform: rotate(45deg) translate(4px, 0px);
}

.burger-button.active span:nth-child(2) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

.burger-button.active span:last-child {
	transform: rotate(-45deg) translate(-1px, 2px);
	-webkit-transform: rotate(-45deg) translate(-1px, 2px);
	-moz-transform: rotate(-45deg) translate(-1px, 2px);
	-ms-transform: rotate(-45deg) translate(-1px, 2px);
	-o-transform: rotate(-45deg) translate(-1px, 2px);
}

/* Обновляем селектор для checked состояния */
#xbusterMenuToggle .active ~ #xbusterMenu {
	transform: none;
}

.xbuster--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%;
}

/* Others Styles */
.xbuster--welcome--image_page {
	max-width: 300px !important;
	width: 100%;
	height: 300px !important;
}

.xbuster--games-page {
	justify-content: space-between;
}

.xbuster--privacy--container,
.xbuster--privacy--sublist {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.xbuster--privacy--box,
.xbuster--terms--listsm,
.xbuster--privacy--list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.xbuster--terms--lists li,
.xbuster--privacy--list li {
	list-style-type: disc;
	margin-left: 1.575rem;
}

.xbuster--privacy--blocks {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

/* Mobile */
@media screen and (max-width: 1260px) {
	.xbuster--container__main {
		padding: 0 1rem;
	}

	.xbuster--description--card {
		flex-direction: column;
	}

	.xbuster--description----info {
		max-width: 100%;
		width: 100%;
	}
}
@media screen and (max-width: 1100px) {
	.xbuster--about--container {
		flex-direction: column-reverse;
	}

	.xbuster--about---desc,
	.xbuster--welcome--w {
		max-width: 100%;
		width: 100%;
	}

	.xbuster--welcome--container {
		flex-direction: column;
	}

	.xbuster--welcome-box {
		padding: 3.125rem 0 0;
	}

	.xbuster--games-page {
		flex-direction: row !important;
	}
}

@media screen and (max-width: 700px) {
	.xbuster--menu__list,
	.xbuster--menu___lang {
		display: none;
	}

	#xbusterMenuToggle {
		display: block;
	}

	.xbuster--flex-mob_lang {
		display: flex;
		align-items: center;
		gap: 0.5rem;
	}

	.xbuster--welcome---title {
		font-size: 1.575rem;
	}

	.xbuster--welcome---text,
	.xbuster--about----items,
	.xbuster--description----info_title {
		font-size: 0.875rem;
	}
	.xbuster--welcome--image {
		max-width: 328px;
		height: 328px;
		width: 100%;
	}

	.xbuster--about-box {
		padding: 2.5rem 0;
	}

	.xbuster--about---title {
		font-size: 1.5rem;
	}

	.xbuster--about----image {
		background-position: center;
	}

	.xbuster--computer-box {
		height: 200px;
	}

	.xbuster--description---room,
	.xbuster--description---roulette {
		height: 300px;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
	}

	.xbuster--description----info {
		gap: 1rem;
	}

	.xbuster--description--cards {
		gap: 1.5rem;
	}

	.xbuster--footer---info {
		flex-direction: column;
	}

	.xbuster--footer {
		padding: 1.5rem 0;
	}

	.xbuster--footer--parthers,
	.xbuster--footer---nav_menu {
		flex-direction: column;
		gap: 1rem;
	}

	.xbuster--welcome--image_page {
		max-width: 100px !important;
		width: 100%;
		height: 100px !important;
	}

	.xbuster--contact--container {
		padding: 1rem;
	}
}
