@font-face {
	src: url("/fonts-pageHaBazzQ/inter-boldHaBazzQ.woff2") format("truetype");
	font-family: "inter-boldHaBazzQ";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/fonts-pageHaBazzQ/inter-regularHaBazzQ.woff2") format("truetype");
	font-family: "inter-regularHaBazzQ";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-fam700: "inter-boldHaBazzQ", sans-serif;
	--font-fam400: "inter-regularHaBazzQ", sans-serif;

	--color-footer: #2b2724;
	--color-white: #ffffff;
	--color-black: #000000;
	--color-brown: #ba905e;
	--color-btn-dark: linear-gradient(180deg, #5a5a59 0%, #34312f 100%);
	--color-btn-brown: linear-gradient(180deg, #ffd176 0%, #ba905e 100%);
	--color-light-brown: #f9cc7433;

	--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;
	position: relative;
}

button {
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
}

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%;
}

.container__mainHaBazzQ {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.visually-hiddenHaBazzQ {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Header */
.headerHaBazzQ {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.header-disclaimerboxHaBazzQ {
	background: #42658b;
}

.header-disclaimerHaBazzQ {
	max-width: 1240px;
	width: 100%;
	padding: 0.625rem;
	display: flex;
	align-items: center;
}

.header--disclaimer-iconHaBazzQ {
	background-image: url(/imageHaBazzQ/iconsHaBazzQ/icon-disclaimerHaBazzQ.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 47px;
	width: 100%;
	height: 40px;
}

.header--disclaimer-textHaBazzQ {
	font-family: var(--font-fam400);
	font-weight: 400;
	font-size: 1rem;
	line-height: 110%;
	text-align: center;
	color: var(--color-white);
	max-width: 1193px;
	width: 100%;
}

.menuHaBazzQ {
	width: 100%;
	padding: 0.625rem 0;
}

.menutopHaBazzQ {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
}

.header__logo-boxHaBazzQ,
.header__logotipHaBazzQ {
	max-width: 216px;
	width: 100%;
	height: 46px;
}

.menu__btnboxHaBazzQ {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	width: 100%;
	max-width: 467px;
	justify-content: flex-end;
}

.menu__btnboxHaBazzQ li {
	flex-shrink: 0;
}

.menu---btnHaBazzQ {
	height: 46px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	font-family: var(--font-fam700);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 100%;
	color: #212121;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-btn-brown);
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.menu---btnHaBazzQ: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);
}

.loginHaBazzQ {
	width: 205px !important;
	min-width: 205px;
	color: #ffd363 !important;
	background: var(--color-btn-dark) !important;
}

.registrHaBazzQ {
	width: 205px !important;
	min-width: 205px;
}

.menu__btnboxHaBazzQ li {
	width: auto !important;
}

.menu__textbtnboxHaBazzQ {
	font-family: var(--font-fam400);
	font-weight: 400;
	font-size: 1rem;
	line-height: 100%;
	text-align: center;
	color: #000000b2;
}

/* Welcome */
.welcome-boxHaBazzQ {
	padding: 0 0 2.5rem;
}

.welcome-sliderHaBazzQ {
	padding: 4rem 0;
	height: 420px;
}

.welcome-aliceHaBazzQ {
	background-image: linear-gradient(
			90deg,
			#000000 7.53%,
			rgba(186, 144, 94, 0.5) 40.56%,
			rgba(0, 0, 0, 0) 57.22%
		),
		url(/imageHaBazzQ/welcome-sliderHaBazzQ/title-aliceHaBazzQ.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.welcome-croftHaBazzQ {
	background-image: linear-gradient(
			90deg,
			#000000 7.53%,
			rgba(186, 144, 94, 0.5) 40.56%,
			rgba(0, 0, 0, 0) 57.22%
		),
		url(/imageHaBazzQ/welcome-sliderHaBazzQ/title-lara-croftHaBazzQ.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.welcome-circusHaBazzQ {
	background-image: linear-gradient(
			90deg,
			#000000 7.53%,
			rgba(186, 144, 94, 0.5) 40.56%,
			rgba(0, 0, 0, 0) 57.22%
		),
		url(/imageHaBazzQ/welcome-sliderHaBazzQ/title-circusHaBazzQ.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.welcome-sliderlistHaBazzQ {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.75rem;
}

.welcome--prevbtnwHaBazzQ,
.welcome--nextbtnwHaBazzQ {
	max-width: 12px;
	width: 100%;
	height: 20px;
}

.welcome--prevbtnHaBazzQ {
	background-image: url(/imageHaBazzQ/iconsHaBazzQ/icon-arrow-title.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 12px;
	width: 100%;
	height: 20px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.welcome--nextbtnHaBazzQ {
	background-image: url(/imageHaBazzQ/iconsHaBazzQ/icon-arrow-title.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 12px;
	width: 100%;
	height: 20px;
}

.welcome--infoboxHaBazzQ {
	max-width: 1159px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	justify-content: center;
}

.welcome---titletopHaBazzQ {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	max-width: 755px;
	width: 100%;
}

.welcome----titleHaBazzQ {
	font-family: var(--font-fam700);
	font-weight: 700;
	font-size: 3.75rem;
	line-height: 55px;
	text-transform: uppercase;
	color: var(--color-white);
	height: 165px;
}

.welcome----textHaBazzQ {
	max-width: 599px;
	width: 100%;
	font-family: var(--font-fam400);
	font-weight: 400;
	font-size: 1rem;
	line-height: 16px;
	color: var(--color-white);
}

.menu---welcomebtnHaBazzQ {
	max-width: 236px !important;
	min-width: 236px !important;
	display: flex;
	gap: 0.625rem;
}

.menu---iconcherryHaBazzQ {
	background-image: url(/imageHaBazzQ/iconsHaBazzQ/icon-cherryHaBazzQ.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 36px;
	width: 100%;
	height: 34px;
}

/* All game */
.allgame-boxHaBazzQ {
	display: flex;
	flex-direction: column;
	gap: 3.5rem;
}

.benefits-toptitlew351HaBazzQ {
	max-width: 280px;
	width: 100%;
}

.allgame-containerHaBazzQ {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.allgame--sliderHaBazzQ {
	display: flex;
	gap: 0.625rem;
	align-items: center;
	width: 100%;
}

.slider-wrapperHaBazzQ {
	overflow: hidden;
	width: 100%;
	flex: 1;
}

.slider-innerHaBazzQ {
	display: flex;
	gap: 0.625rem;
	transition: transform 0.3s ease;
	will-change: transform;
	margin: 0;
	padding: 0;
	list-style: none;
}

.allgame--sliderprevHaBazzQ {
	width: 12px;
	height: 20px;
	background-image: url(/imageHaBazzQ/iconsHaBazzQ/arrow-iconHaBazzQ.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	border: none;
	background-color: transparent;
	flex-shrink: 0;
}

.allgame--slidernextHaBazzQ {
	width: 12px;
	height: 20px;
	background-image: url(/imageHaBazzQ/iconsHaBazzQ/arrow-iconHaBazzQ.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: rotate(180deg);
	cursor: pointer;
	border: none;
	background-color: transparent;
	flex-shrink: 0;
}

.allgame--warriwHaBazzQ {
	width: 12px;
	height: 20px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.allgame-imageHaBazzQ {
	width: 137px;
	height: 151px;
	flex-shrink: 0;
	object-fit: cover;
}

.slider-innerHaBazzQ > li {
	flex-shrink: 0;
}

.allgame--sliderprevHaBazzQ:disabled,
.allgame--slidernextHaBazzQ:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.allgame-gap10HaBazzQ {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

/* New */
.benefits-toptitlew100HaBazzQ {
	max-width: 100px;
	width: 100%;
}

/* Book */
.benefits-toptitlew170HaBazzQ {
	max-width: 170px;
	width: 100%;
}

/* Bonus */
.benefits-toptitlew335HaBazzQ {
	max-width: 335px;
	width: 100%;
}

/* Cubes */
.allgame-gap16horHaBazzQ {
	gap: 1.025rem;
}

.allgame-bigimageHaBazzQ {
	max-width: 313px;
	width: 100%;
	height: 313px;
}

/* Fruits */
.benefits-toptitlew270HaBazzQ {
	max-width: 270px;
	width: 100%;
}

/* Best game */
.benefits-toptitlew360HaBazzQ {
	max-width: 360px;
	width: 100%;
}

/* Benefits */
.benefits-boxHaBazzQ {
	padding: 1rem 0 4.375rem;
}

.benefits-elemHaBazzQ {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.benefits-toptitlew251HaBazzQ {
	max-width: 251px;
	width: 100%;
}
.benefits-toptitlew180HaBazzQ {
	max-width: 180px;
	width: 100%;
}

.benefits-toptitleHaBazzQ {
	background: #f9cc7433;
	padding: 0.625rem 1.25rem;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	display: flex;
	align-items: center;
	gap: 0.625rem;
}

.benefits---titleHaBazzQ {
	font-family: var(--font-fam400);
	font-weight: 400;
	font-size: 2.25rem;
	line-height: 36px;
	color: var(--color-black);
}

.benefits_squareHaBazzQ {
	max-width: 9px;
	width: 100%;
	height: 9px;
	background: #ffb700;
}

.benefits--infoHaBazzQ {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.benefits-listsHaBazzQ {
	display: flex;
	gap: 3.375rem;
	flex-wrap: wrap;
	justify-content: center;
}

.benefits--itemHaBazzQ {
	max-width: 377px;
	width: 100%;
	padding: 0.625rem;
	background: #80735a;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	display: flex;
	align-items: center;
	gap: 0.25rem;
	justify-content: center;
}

.benefits--itemHaBazzQ:nth-child(2) {
	background: #fbce75 !important;
}

.benefits--itemHaBazzQ:nth-child(2) p {
	color: var(--color-black);
}

.benefits---textHaBazzQ {
	font-family: var(--font-fam400);
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 24px;
	text-align: center;
	color: var(--color-white);
	max-width: 235px;
	width: 100%;
}

.benefits---iconHaBazzQ {
	max-width: 36px;
	width: 100%;
	height: 47px;
	background-image: url(/imageHaBazzQ/iconsHaBazzQ/icon-cleverHaBazzQ.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.benefits--descriptionboxHaBazzQ {
	display: flex;
	align-items: center;
	gap: 2.25rem;
}

.benefits---descriptionBazzQ {
	display: flex;
	flex-direction: column;
	padding: 2.5rem;
	gap: 1.25rem;
}

.benefits----subtitleHaBazzQ {
	font-family: var(--font-fam400);
	font-weight: 400;
	font-size: 2rem;
	line-height: 55px;
	color: var(--color-black);
}

.benefits----womanHaBazzQ {
	background-image: url(/imageHaBazzQ/aboutHaBazzQ/woman-shadowHaBazzQ.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 334px;
	width: 100%;
	height: 303px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.benefits---descriptiontopBazzQ {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.benefits----subtitleHaBazzQ {
	font-family: var(--font-fam400);
	font-weight: 400;
	font-size: 2rem;
	line-height: 55px;
	color: var(--color-black);
}

.benefits----iconlimonHaBazzQ {
	background-image: url(/imageHaBazzQ/iconsHaBazzQ/icon-limonHaBazzQ.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 36px;
	width: 100%;
	height: 35px;
}

.benefits----textHaBazzQ {
	font-family: var(--font-fam400);
	font-weight: 400;
	font-size: 1rem;
	line-height: 16px;
	color: var(--color-black);
}

/* Footer */
.footerHaBazzQ {
	padding: 2.5rem 0;
	background: var(--color-footer);
}

.footer-containerHaBazzQ {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.footer-topiconsHaBazzQ {
	display: flex;
	align-items: center;
	gap: 1.875rem;
	justify-content: space-between;
}

.footer---infoHaBazzQ {
	display: flex;
	gap: 3.125rem;
}

.footer---infoHaBazzQ li:nth-child(1) {
	max-width: 983px;
	width: 100%;
}

.footer---infoHaBazzQ li:nth-child(2) {
	max-width: 247px;
	width: 100%;
}

.footer---underlineHaBazzQ {
	text-decoration: underline !important;
}

.footer---betsoftHaBazzQ {
	max-width: 127px;
	width: 100%;
	height: 58px;
}
.footer---amaticHaBazzQ {
	max-width: 199px;
	width: 100%;
	height: 58px;
}
.footer---isoftbetHaBazzQ {
	max-width: 145px;
	width: 100%;
	height: 58px;
}
.footer---pragmaticHaBazzQ {
	max-width: 163px;
	width: 100%;
	height: 58px;
}
.footer---wazdanHaBazzQ {
	max-width: 407px;
	width: 100%;
	height: 58px;
}
.footer--itemsHaBazzQ {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
}

.footer---titleHaBazzQ {
	font-family: var(--font-fam700);
	font-weight: 700;
	font-size: var(--font-size14);
	line-height: 120%;
	text-transform: uppercase;
	color: var(--color-white);
}

.footer---textHaBazzQ {
	font-family: var(--font-fam400);
	font-weight: 400;
	font-size: 1rem;
	line-height: 120%;
	color: var(--color-white);
}

.footer--sociallinksHaBazzQ {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.footer---iconageHaBazzQ {
	background-image: url(/imageHaBazzQ/iconsHaBazzQ/icon-age.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 40px;
	width: 100%;
	height: 40px;
}

.footer---sztfhHaBazzQ {
	max-width: 312px;
	width: 100%;
	height: 50px;
}
.footer---fullforceHaBazzQ {
	max-width: 334px;
	width: 100%;
	height: 50px;
}
.footer---simplepayHaBazzQ {
	max-width: 205px;
	width: 100%;
	height: 50px;
}
.footer---gamblingHaBazzQ {
	max-width: 139px;
	width: 100%;
	height: 50px;
}
.footer---sslHaBazzQ {
	max-width: 112px;
	width: 100%;
	height: 50px;
}

.footer--navmenuHaBazzQ {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer---navlinkHaBazzQ a {
	font-family: var(--font-fam400);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 120%;
	text-transform: uppercase;
	color: var(--color-white);
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.footer---navlinkHaBazzQ a:hover {
	color: var(--color-brown);
}

.centerHaBazzQ {
	text-align: center;
}

.footer--itemscopyboxHaBazzQ {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	justify-content: center;
}

.footer---copyHaBazzQ {
	font-family: var(--font-fam400);
	font-weight: 400;
	font-size: 1rem;
	line-height: 120%;
	color: var(--color-white);
	text-align: center;
	max-width: 876px;
	width: 100%;
}

/* Burger */
#MenuToggleHaBazzQ {
	display: none;
	position: absolute;
	top: 0;
	left: 0rem;
	z-index: 999 !important;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	height: 58px;
}

#MenuToggleHaBazzQ a {
	text-decoration: none;
	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;
}

#MenuToggleHaBazzQ span {
	display: block;
	width: 24px;
	height: 2px;
	margin-bottom: 5px;
	right: 0rem;
	top: 0.2rem;
	position: relative;
	background: #42658b;
	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; /* Отключаем прокрутку с приоритетом */
}

#MenuToggleHaBazzQ span:first-child {
	transform-origin: 0% 0%;
}

#MenuToggleHaBazzQ span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#MenuHaBazzQ {
	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: #42658b;
	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);
}

#MenuToggleHaBazzQ input:checked ~ ul {
	transform: none;
}

.burger-buttonHaBazzQ {
	display: block;
	width: 42px;
	height: 32px;
	position: absolute;
	top: 6.5rem;
	right: 0.25rem;
	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-buttonHaBazzQ.activeHaBazzQ 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-buttonHaBazzQ.activeHaBazzQ span:nth-child(2) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

.burger-buttonHaBazzQ.activeHaBazzQ 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);
}

#MenuToggleHaBazzQ .activeHaBazzQ ~ #MenuHaBazzQ {
	transform: none;
} /* Стили для кнопки бургера при открытом меню */
.burger-buttonHaBazzQ.activeHaBazzQ {
	top: 1rem !important;
}

/* Дополнительно можно добавить плавный переход */
.burger-buttonHaBazzQ {
	transition: top 0.5s ease;
	-webkit-transition: top 0.5s ease;
	-moz-transition: top 0.5s ease;
	-ms-transition: top 0.5s ease;
	-o-transition: top 0.5s ease;
}

/* Modal Sign up  */
.modal_signHaBazzQ {
	display: flex;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #101010ad;
	backdrop-filter: blur(10px);
	padding: 0 1rem;
}

.modal--titleHaBazzQ {
	font-family: var(--font-fam400);
	font-weight: 400;
	font-size: 2rem;
	line-height: 100%;
	text-align: center;
	color: var(--color-black);
	text-transform: uppercase;
}

.modal__content-signHaBazzQ {
	background: #f5f5f5;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 1.25rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2.5rem;
	width: 100%;
	height: 440px;
	max-width: 575px;
	position: relative;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	backdrop-filter: blur(19.799999237060547px);
}

.formHaBazzQ {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
	margin-inline: auto;
}

.form__inputHaBazzQ {
	outline: none;
	border: none;
	padding: 0.625rem 1.25rem;
	color: var(--color-black);
	font-weight: 700;
	height: 57px;
	line-height: 20px;
	font-size: 1.5rem;
	font-family: var(--font-fam700);
	background: #c2c2c233;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.form__inputHaBazzQ::placeholder {
	color: var(--color-white);
	font-weight: 400;
	line-height: 100%;
	font-size: 1.5rem;
	font-family: var(--font-fam400);
	color: #0000004d;
}

.form__buttonHaBazzQ {
	max-width: 181px;
	width: 100%;
	margin-inline: auto;
}

.form__loginHaBazzQ {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.8125rem;
	line-height: 100%;
	text-align: center;
	color: var(--color-white);
}

.form--text {
	font-family: var(--font-text);
	font-weight: 600;
	font-size: 1rem;
	line-height: 140%;
	text-align: center;
	color: #303030;
}

.form__regHaBazzQ {
	font-family: var(--font-fam400);
	font-weight: 400;
	font-size: 1rem;
	line-height: 100%;
	text-align: center;
	color: #ba905e;
}

/* Log in */
.modal_loginHaBazzQ {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #101010ad;

	padding: 0 1rem;
	backdrop-filter: blur(10px);
}
.modal__content-loginHaBazzQ {
	background: #f5f5f5;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 1.25rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2.5rem;
	width: 100%;
	height: 380px;
	max-width: 575px;
	position: relative;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	backdrop-filter: blur(19.799999237060547px);
}

.modal-contentHaBazzQ.success {
	background-color: #4caf50;
	color: white;
}

.-modalHaBazzQ {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

.modal-contentHaBazzQ {
	background: white;
	padding: 20px;
	border-radius: 5px;
	max-width: 400px;
	width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.modal-contentHaBazzQ.success {
	background-color: #4caf50;
	color: var(--color-white);
	text-align: center;
	font-family: var(--font-fam700);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 100%;
}
.modal__close-signHaBazzQ,
.modal__close-loginHaBazzQ,
.modal-content--message_closeHaBazzQ {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	color: #ba905e;
	z-index: 1001;
	background: none;
	border: none;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal__close-signHaBazzQ:hover,
.modal__close-loginHaBazzQ:hover,
.modal-content--message_closeHaBazzQ:hover {
	color: #000;
}

/* Исправленные стили для модального окна сообщений */
.modal_messageHaBazzQ {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #101010ad;
	backdrop-filter: blur(10px);
	padding: 0 1rem;
}

.modal-contentHaBazzQ {
	background: #f5f5f5;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 1.25rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2.5rem;
	width: 100%;
	height: 100px;
	max-width: 350px;
	position: relative;
	border-radius: 6px;
	backdrop-filter: blur(19.799999237060547px);
	text-align: center;
}

.modal-contentHaBazzQ.success {
	background-color: #4caf50;
	color: white;
}

.modal-contentHaBazzQ.error {
	background-color: #f44336;
	color: white;
}

.modal-content_textHaBazzQ {
	font-family: var(--font-fam700);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 140%;
	text-align: center;
	color: inherit;
	margin: 0;
}

/* Исправьте display для модальных окон */
.modal_signHaBazzQ {
	display: none; /* Изменено с flex на none */
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #101010ad;
	backdrop-filter: blur(10px);
	padding: 0 1rem;
}

.modal_loginHaBazzQ {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #101010ad;
	padding: 0 1rem;
	backdrop-filter: blur(10px);
}

/* Позиционирование контента модальных окон */
.modal__content-signHaBazzQ,
.modal__content-loginHaBazzQ {
	position: relative;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 1.25rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2.5rem;
	width: 100%;
	max-width: 575px;
	border-radius: 6px;
	backdrop-filter: blur(19.799999237060547px);
}

.modal__content-signHaBazzQ {
	height: 440px;
}

.modal__content-loginHaBazzQ {
	height: 380px;
}
/* Others Styles */
.benefits-toptitlew459HaBazzQ {
	max-width: 459px;
	width: 100%;
}
.benefits-toptitlew491HaBazzQ {
	max-width: 491px;
	width: 100%;
}
.benefits-toptitlew324HaBazzQ {
	max-width: 324px;
	width: 100%;
}

.benefits-toptitlew461HaBazzQ {
	max-width: 461px;
	width: 100%;
}

.privacy-dotHaBazzQ li {
	list-style-type: disc;
	color: var(--color-black);
	margin-left: 1.25rem;
}

.privacy--textboxHaBazzQ,
.privacy-dotHaBazzQ {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.benefits----textHaBazzQ a {
	color: #000000;
	text-decoration: underline;
}

/* Media */
@media screen and (max-width: 1390px) {
	.allgame-gap10HaBazzQ {
		padding: 0 0.5rem;
	}
}

@media screen and (max-width: 1260px) {
	.container__mainHaBazzQ {
		padding: 0 0.5rem;
	}

	.header-disclaimerHaBazzQ {
		padding: 0.625rem;
	}

	.benefits-listsHaBazzQ {
		gap: 1.5rem;
	}
}
@media screen and (max-width: 991px) {
	.headerHaBazzQ {
		gap: 0.625rem;
	}

	.allgame-boxHaBazzQ {
		gap: 1.5rem;
	}

	.benefits-toptitlew324HaBazzQ {
		max-width: 246px;
		width: 100%;
	}

	.benefits-toptitlew459HaBazzQ {
		max-width: 345px;
		width: 100%;
	}
	.benefits-toptitlew461HaBazzQ {
		max-width: 345px;
		width: 100%;
	}

	.benefits-toptitlew491HaBazzQ {
		max-width: 375px;
		width: 100%;
	}

	.header__logo-boxHaBazzQ,
	.header__logotipHaBazzQ {
		max-width: 216px;
		width: 100%;
		height: 40px;
	}

	.header--disclaimer-iconHaBazzQ {
		max-width: 27px;
		width: 100%;
		height: 25px;
	}

	.header--disclaimer-textHaBazzQ {
		font-size: 0.875rem;
	}

	.menu---btnHaBazzQ {
		font-size: 1.25rem;
	}

	.welcome----titleHaBazzQ {
		height: auto;
		font-size: 2.5rem;
		line-height: 120%;
	}
	.welcome-sliderHaBazzQ {
		padding: 2.5rem 0;
		height: auto;
	}

	.welcome----titleHaBazzQ {
		max-width: 525px;
		width: 100%;
	}

	.welcome----textHaBazzQ {
		max-width: 525px;
		width: 100%;
	}

	.benefits---titleHaBazzQ {
		font-size: 1.625rem;
	}
	.benefits-toptitlew251HaBazzQ {
		max-width: 205px;
		width: 100%;
	}
	.benefits-toptitlew180HaBazzQ {
		max-width: 145px;
		width: 100%;
	}
	.benefits---iconHaBazzQ {
		max-width: 28px;
		width: 100%;
		height: 37px;
	}

	.benefits---textHaBazzQ {
		font-size: 1.25rem;
	}

	.benefits--descriptionboxHaBazzQ {
		flex-direction: column;
		gap: 1.5rem;
	}

	.benefits---descriptionBazzQ {
		padding: 1.25rem;
	}

	.benefits----subtitleHaBazzQ {
		font-size: 1.5rem;
		line-height: 120%;
	}

	.footer---infoHaBazzQ {
		flex-direction: column;
		gap: 1.5rem;
	}

	.footer-topiconsHaBazzQ {
		flex-wrap: wrap;
	}
	.footer---wazdanHaBazzQ {
		max-width: 307px;
		width: 100%;
		height: 58px;
	}
	.footer---amaticHaBazzQ {
		max-width: 175px;
		width: 100%;
		height: 58px;
	}
	.footer---sztfhHaBazzQ,
	.footer---fullforceHaBazzQ {
		max-width: 255px;
		width: 100%;
		height: 58px;
	}

	.footer--itemscopyboxHaBazzQ {
		flex-direction: column-reverse;
	}

	.menuHaBazzQ {
		padding: 0;
	}

	.header-disclaimerHaBazzQ {
		flex-direction: column;
		gap: 0.625rem;
	}

	.welcome-sliderlistHaBazzQ {
		gap: 1.25rem;
	}
	.benefits-toptitlew351HaBazzQ {
		max-width: 220px;
		width: 100%;
	}
	.benefits-toptitlew170HaBazzQ {
		max-width: 137px;
		width: 100%;
	}
	.benefits-toptitlew335HaBazzQ {
		max-width: 260px;
		width: 100%;
	}
	.benefits-toptitlew270HaBazzQ {
		max-width: 212px;
		width: 100%;
	}
	.benefits-toptitlew360HaBazzQ {
		max-width: 276px;
		width: 100%;
	}
}

@media screen and (max-width: 710px) {
	.footer---sztfhHaBazzQ,
	.footer---fullforceHaBazzQ {
		max-width: 195px;
		width: 100%;
	}
	.footer---wazdanHaBazzQ {
		max-width: 250px;
		width: 100%;
		height: 58px;
	}
	.allgame-bigimageHaBazzQ {
		max-width: 137px;
		width: 100%;
		height: 137px;
	}
	.footer---amaticHaBazzQ {
		max-width: 150px;
		width: 100%;
		height: 58px;
	}

	.welcome----titleHaBazzQ {
		font-size: 1.75rem;
	}

	.head-hideHaBazzQ {
		display: none !important;
	}

	.center-cubesHaBazzQ {
		justify-content: center;
	}

	#MenuToggleHaBazzQ {
		display: block;
	}

	.menu__btnboxHaBazzQ {
		display: flex;
		flex-direction: column;
	}
	.header--disclaimer-textHaBazzQ {
		font-size: 0.675rem;
	}
}

@media screen and (max-width: 541px) {
	.burger-buttonHaBazzQ {
		top: 7.25rem;
	}

	.modal__content-signHaBazzQ,
	.modal__content-loginHaBazzQ {
		padding: 2.5rem 1.5rem;
	}

	.modal--titleHaBazzQ {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 419px) {
	.burger-buttonHaBazzQ {
		top: 7.95rem;
	}

	.welcome----titleHaBazzQ {
		font-size: 1.25rem;
	}

	.benefits-toptitlew491HaBazzQ h2 {
		font-size: 1.5rem;
	}

	.benefits-toptitlew491HaBazzQ {
		max-width: 345px;
		width: 100%;
	}
	.benefits-toptitlew461HaBazzQ h2 {
		font-size: 1.5rem;
	}
	.benefits-toptitlew461HaBazzQ {
		max-width: 325px;
		width: 100%;
	}
}
@media screen and (max-width: 359px) {
	.privacy---titleHaBazzQ {
		font-size: 1.25rem;
	}
	.benefits-toptitlew459HaBazzQ {
		max-width: 280px;
		width: 100%;
	}

	.benefits-toptitlew491HaBazzQ {
		max-width: 300px;
		width: 100%;
	}
	.benefits-toptitlew491HaBazzQ h2 {
		font-size: 1.25rem;
	}
	.benefits-toptitlew324HaBazzQ {
		max-width: 203px;
		width: 100%;
	}
	.benefits-toptitlew461HaBazzQ h2 {
		font-size: 1.25rem;
	}
	.benefits-toptitlew461HaBazzQ {
		max-width: 280px;
		width: 100%;
	}

	.modal__content-signHaBazzQ {
		height: 475px;
	}
}
@media screen and (max-width: 353px) {
	.burger-buttonHaBazzQ {
		top: 8.75rem;
	}

	.modal-content_textHaBazzQ {
		font-size: 1rem;
	}
}
