@font-face {
	src: url("/dreamreelsfun-componentsWqPfg/dreamreelsfun-backWqPfg/dreamreelsfun-fontsWqPfg/dreamreelsfun-chango-rWqPfg.woff2")
		format("truetype");
	font-family: "chango-rWqPfg";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/dreamreelsfun-componentsWqPfg/dreamreelsfun-backWqPfg/dreamreelsfun-fontsWqPfg/dreamreelsfun-montserrat-rWqPfg.woff2")
		format("truetype");
	font-family: "montserrat-rWqPfg";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-title: "chango-rWqPfg", sans-serif;
	--font-text: "montserrat-rWqPfg", sans-serif;

	--font-s48: 3rem;
	--font-s24: 1.5rem;
	--font-s20: 1.25rem;
	--font-s16: 1rem;

	--color-bg: #00361b;
	--color-btn: linear-gradient(90deg, #073c34 0%, #0e4a42 100%);
	--color-white: #ffffff;
	--color-yellow: #feec76;
	--color-blue: #04f1fc;
	--color-lgreen: #3aaa35;
	--color-dgreen: #004f28;
	--color-disclaimer: linear-gradient(180deg, #00508e 0%, #0fccdd 100%);
	--color-black: #121212;

	--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%;
}

.dreamreelsfun--container__mainWqPfg {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

.dreamreelsfun__visually-hiddenWqPfg {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Header */
.dreamreelsfun--headerWqPfg {
	width: 100%;
	padding: 1.25rem 0 0;
}

.dreamreelsfun--header_containerWqPfg {
	background-image: linear-gradient(
			270deg,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.5) 100%
		),
		url(/dreamreelsfun-componentsWqPfg/dreamreelsfun-imagesWqPfg/dreamreelsfun-imgWqPfg/dreamreelsfun-castleWqPfg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.dreamreelsfun--menuWqPfg {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	padding: 1rem;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	background: #33333380;
}

.dreamreelsfun--header__logo,
.dreamreelsfun--header__logo-boxWqPfg {
	max-width: 241px;
	width: 100%;
	height: 32px;
}

.dreamreelsfun--menu-navWqPfg {
	display: flex;
	align-items: center;
	gap: 2.5rem;
	justify-content: flex-end;
	max-width: 809px;
	width: 100%;
}

.dreamreelsfun--menu__listWqPfg {
	gap: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dreamreelsfun--menu__list-itemWqPfg a {
	font-size: var(--font-s16);
	line-height: 130%;
	font-family: var(--font-text);
	font-weight: 400;
	color: #ffffffcc;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.dreamreelsfun--menu__list-itemWqPfg a:hover {
	color: var(--color-white);
}

.dreamreelsfun--header__disclaimerWqPfg {
	font-size: var(--font-s16);
	line-height: 130%;
	font-family: var(--font-text);
	font-weight: 400;
	color: #ffffffcc;
}
.dreamreelsfun--header__disclaimerWqPfg a {
	color: #ffffffcc;
}

/* Welcom Section */
.dreamreelsfun--welcome--containerWqPfg {
	display: flex;
	align-items: center;
	gap: 0.125rem;
	padding: 0 1.25rem;
}

.dreamreelsfun--welcome__blocksWqPfg {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: 808px;
	width: 100%;
}

.dreamreelsfun--welcome---titleWqPfg {
	font-family: var(--font-title);
	color: var(--color-white);
	font-weight: 400;
	font-size: var(--font-s48);
	line-height: 120%;
	text-transform: uppercase;
}

.dreamreelsfun--welcome__blocksWqPfg p {
	max-width: 600px;
	width: 100%;
}

.dreamreelsfun--welcome---textWqPfg {
	font-family: var(--font-text);
	color: var(--color-white);
	font-weight: 400;
	font-size: var(--font-s16);
	line-height: 140%;
}

.dreamreelsfun--welcome--btnWqPfg {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-title);
	font-weight: 400;
	font-size: var(--font-s20);
	line-height: 100%;
	color: var(--color-yellow);
	max-width: 400px;
	width: 100%;
	height: 40px;
	background: var(--color-btn);
	border: 1px solid var(--color-yellow);
	box-shadow: 0px 0px 10px 0px #031513 inset;
	box-shadow: 0px 0px 8px 0px #feec7640;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.dreamreelsfun--welcome--btnWqPfg:hover {
	box-shadow: 0px 0px 20px 0px var(--color-yellow);
}

.dreamreelsfun--welcome--imageWqPfg {
	background-image: url(/dreamreelsfun-componentsWqPfg/dreamreelsfun-imagesWqPfg/dreamreelsfun-imgWqPfg/dreamreelsfun-elf-butterflyWqPfg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 432px;
	width: 100%;
	height: 432px;
}

/* Games */
.dreamreelsfun--games-boxWqPfg {
	padding: 6.25rem 0;
}
.dreamreelsfun--centerWqPfg {
	text-align: center;
}

.dreamreelsfun--games--containerWqPfg {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.dreamreelsfun--games---titleWqPfg {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: var(--font-s24);
	line-height: 100%;
	color: var(--color-white);
	text-transform: uppercase;
	text-align: center;
}

.dreamreelsfun--games----infoWqPfg {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.dreamreelsfun--games_previewWqPfg {
	background-image: url(/dreamreelsfun-componentsWqPfg/dreamreelsfun-imagesWqPfg/dreamreelsfun-imgWqPfg/dreamreelsfun-game-logoWqPfg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 630px;
	width: 100%;
	height: 420px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.dreamreelsfun--games_listsWqPfg {
	max-width: 630px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

/* Playing game */
.dreamreelsfun--play-boxWqPfg {
	background: #00000066;
	padding: 2.5rem 0;
}

.dreamreelsfun--game-containerWqPfg {
	position: relative;
	max-width: 846px;
	width: 100%;
	height: 437px;
	margin-inline: auto;
}

.dreamreelsfun--previewWqPfg,
.dreamreelsfun--game---frameWqPfg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.dreamreelsfun--game---frameWqPfg {
	outline: none;
	border: none;
}

.dreamreelsfun--previewWqPfg.hidden,
.dreamreelsfun--game---frameWqPfg.hidden {
	opacity: 0;
	visibility: hidden;
}

.dreamreelsfun--previewWqPfg.visible,
.dreamreelsfun--game---frameWqPfg.visible {
	opacity: 1;
	visibility: visible;
}

.dreamreelsfun--game--boxframeWqPfg {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	align-items: center;
}

.dreamreelsfun--previewimageWqPfg {
	background-image: url(/dreamreelsfun-componentsWqPfg/dreamreelsfun-imagesWqPfg/dreamreelsfun-shadow-forest-gameplayWqPfg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 110%;
	width: 100%;
	height: 100%;
}

/* Feedback */
.dreamreelsfun--feedback--containerWqPfg {
	max-width: 817px;
	width: 100%;
	background: #002914;
	padding: 2rem 2rem 3rem;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-inline: auto;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.dreamreelsfun--feedback---topWqPfg {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.dreamreelsfun--feedback-boxWqPfg {
	display: flex;
	flex-direction: column;
	gap: 4rem;
	width: 100%;
}

.dreamreelsfun--feedback--lineboxWqPfg {
	height: 40px;
	position: relative;
	display: flex;
	align-items: center;
}

.dreamreelsfun--feedback--stepsWqPfg {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-around;
	max-width: 100%;
	width: 100%;
	position: relative;
	z-index: 0;
}

.dreamreelsfun--feedback--stepsWqPfg::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--color-white);
	transform: translateY(-50%);
	z-index: 0;
}
.dreamreelsfun--feedback---numberWqPfg {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: var(--font-s16);
	line-height: 100%;
	text-align: center;
	color: var(--color-white);
	width: 32px;
	height: 32px;
	border-radius: 100px;
	border: 2px solid var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.1); /* Светлый прозрачный */
	backdrop-filter: blur(3px);
	position: relative;
	z-index: 2;
	transition: var(--transition);
}

.dreamreelsfun--feedback---numberWqPfg.active {
	color: #00518f !important;
	border-color: var(--color-blue);
	background: var(--color-blue);
}

.dreamreelsfun--feedback---numberWqPfg.active::before {
	background: var(--color-blue);
}

.dreamreelsfun--feedback---numberWqPfg::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	border: 2px solid var(--color-white);
	background: transparent;
	transition: var(--transition);
}

.dreamreelsfun--feedback---numberWqPfg.active::before {
	border-color: var(--color-blue);
	background: var(--color-blue);
}

.dreamreelsfun--feedback-choices {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	width: 100%;
}

.dreamreelsfun--feedback--choice {
	width: 100%;
}

.dreamreelsfun--choise--btnWqPfg {
	max-width: 100% !important;
	width: 100%;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 1rem;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 130%;
	color: #6c6c6c;
	border: 3px solid transparent;
	text-align: left;
}

.dreamreelsfun--feedback--choice:hover {
	background: rgba(253, 189, 0, 0.1);
}

.dreamreelsfun--feedback-btnWqPfg {
	max-width: 273px;
	width: 100%;
	height: 40px;
	border: 1px solid var(--color-yellow);
	background: var(--color-btn);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	font-family: var(--font-title);
	font-weight: 400;
	font-size: var(--font-s20);
	line-height: 100%;
	box-shadow: 0px 0px 10px 0px #031513 inset;
	box-shadow: 0px 0px 8px 0px #feec7640;
	color: var(--color-yellow);
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.dreamreelsfun--feedback-btnWqPfg: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);
}

.dreamreelsfun--feedback--btnboxWqPfg {
	display: flex;
	align-items: center;
	gap: 0.675rem;
	justify-content: center;
}

.dreamreelsfun--feedback--question {
	display: none;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
}

.dreamreelsfun--feedback--question.active {
	display: flex;
}

.prev-btnWqPfg {
	max-width: 273px;
	width: 100%;
	height: 40px;
	border: 1px solid var(--color-white);
	background: transparent;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	font-family: var(--font-title);
	font-size: var(--font-s20) !important;
	font-weight: 400;
	font-size: var(--font-s20);
	line-height: 100%;
	color: var(--color-white);
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.prev-btnWqPfg: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);
}

.dreamreelsfun--choise--btnWqPfg.selected {
	border: 3px solid #3aaa35 !important;
	color: #3aaa35 !important;
}

.dreamreelsfun--feedback---numberWqPfg.completed {
	color: #00518f !important;
	border-color: var(--color-blue);
	background: var(--color-blue);
}

.dreamreelsfun--feedback---numberWqPfg.completed::before {
	border-color: var(--color-blue);
	background: var(--color-blue);
}

/* Play */
.dreamreelsfun--play--cartsWqPfg {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.25rem;
}

.dreamreelsfun--play---cartWqPfg {
	padding: 2rem 1rem;
	background: #002914;
	max-width: 630px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 0.675rem;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.dreamreelsfun--play----imageWqPfg {
	max-width: 160px;
	width: 100%;
	height: 160px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.dreamreelsfun--play----butterflyWqPfg {
	background-image: url(/dreamreelsfun-componentsWqPfg/dreamreelsfun-imagesWqPfg/dreamreelsfun-imgWqPfg/dreamreelsfun-butterflyWqPfg.webp);
}
.dreamreelsfun--play----listWqPfg {
	background-image: url(/dreamreelsfun-componentsWqPfg/dreamreelsfun-imagesWqPfg/dreamreelsfun-imgWqPfg/dreamreelsfun-listWqPfg.webp);
}
.dreamreelsfun--play----mushroomWqPfg {
	background-image: url(/dreamreelsfun-componentsWqPfg/dreamreelsfun-imagesWqPfg/dreamreelsfun-imgWqPfg/dreamreelsfun-mushroomWqPfg.webp);
}

.dreamreelsfun--play----descWqPfg {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
}

.dreamreelsfun--play__titleWqPfg {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: var(--font-s16);
	line-height: 120%;
	text-transform: uppercase;
	color: var(--color-white);
}

/* Contact */
.dreamreelsfun__contact--formWqPfg {
	display: flex;
	gap: 0.5rem;
	flex-direction: column !important;
	max-width: 846px;
	width: 100%;
	margin-inline: auto;
}

.dreamreelsfun_contact__inputWqPfg {
	outline: none;
	height: 49px;
	width: 100%;
	background: var(--color-dgreen);
	border: none;
	font-size: var(--font-s16);
	color: var(--color-white);
	font-family: var(--font-text);
	font-weight: 400;
	line-height: 22px;
	padding: 0.875rem;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.dreamreelsfun_contact__inputWqPfg::placeholder {
	font-size: var(--font-s16);
	color: #ffffff99;
	font-family: var(--font-text);
	font-weight: 400;
	line-height: 130%;
}

.dreamreelsfun_contact--textareaWqPfg {
	height: 100px;
	resize: none;
}

.dreamreelsfun--contact-btn {
	max-width: 100% !important;
}

.statusWqPfg {
	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;
}

.formWqPfg.active .statusWqPfg {
	display: block;
}

.dreamreelsfun--contact--btnWqPfg {
	margin-inline: auto;
}

/* Disclaimer */
.dreamreelsfun--disclaimerxWqPfg {
	padding-bottom: 6.25rem;
}

.dreamreelsfun--disclaimer--containerWqPfg {
	background: var(--color-disclaimer);
	max-width: 1000px;
	width: 100%;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	padding: 2.5rem 4.75rem;
}

.dreamreelsfun--lightwhiteWqPfg {
	color: #ffffffcc;
}

/* Footer */
.dreamreelsfun--footerWqPfg {
	padding: 1.25rem 0;
	background: var(--color-black);
}

.dreamreelsfun--footer-containerWqPfg {
	display: flex;
	gap: 2.25rem;
	flex-direction: column;
}

.dreamreelsfun--footer--topWqPfg {
	display: flex;
	gap: 1.25rem;
}

.dreamreelsfun--footer---itemWqPfg {
	max-width: 413px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.dreamreelsfun--footer--parthersWqPfg {
	display: flex;
	align-items: center;
	gap: 3.125rem;
	justify-content: space-between;
}

.dreamreelsfun--footer---ageWqPfg {
	max-width: 84px;
	width: 100%;
	height: 40px;
	background-image: url(/dreamreelsfun-componentsWqPfg/dreamreelsfun-imagesWqPfg/dreamreelsfun-imgWqPfg/dreamreelsfun-ageWqPfg.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.dreamreelsfun--footer---gamcareWqPfg {
	max-width: 125px;
	width: 100%;
	height: 36px;
}

.dreamreelsfun--footer---gambleawareWqPfg {
	max-width: 162px;
	width: 100%;
	height: 30px;
}

.dreamreelsfun--footer---linksWqPfg {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

.dreamreelsfun--footer--navmenuWqPfg {
	display: flex;
	align-items: center;
	gap: 3.5rem;
}

.dreamreelsfun--footer---navlinkWqPfg a {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: var(--font-s16);
	line-height: 140%;
	color: #ffffffcc;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.dreamreelsfun--footer---navlinkWqPfg a:hover {
	color: var(--color-white);
}

/* Burger */
#dreamreelsfunMenuToggleWqPfg {
	display: none;
	position: absolute;
	top: 0;
	left: 0rem;
	z-index: 999 !important;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	height: 58px;
}

#dreamreelsfunMenuToggleWqPfg 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;
}

#dreamreelsfunMenuToggleWqPfg 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; /* Отключаем прокрутку с приоритетом */
}

#dreamreelsfunMenuToggleWqPfg span:first-child {
	transform-origin: 0% 0%;
}

#dreamreelsfunMenuToggleWqPfg span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#dreamreelsfunMenuWqPfg {
	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);
}

#dreamreelsfunMenuToggleWqPfg input:checked ~ ul {
	transform: none;
}

.burger-buttonWqPfg {
	display: block;
	width: 42px;
	height: 32px;
	position: absolute;
	top: 1.625rem;
	right: 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-buttonWqPfg.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-buttonWqPfg.active span:nth-child(2) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

.burger-buttonWqPfg.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 состояния */
#dreamreelsfunMenuToggleWqPfg .active ~ #dreamreelsfunMenuWqPfg {
	transform: none;
}

.dreamreelsfun--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-overlayWqPfg {
	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-modalWqPfg {
	background: var(--color-bg);
	padding: 1.25rem 1.5rem;
	text-align: center;
	max-width: 453px;
	width: 100%;
	border: 1px solid var(--color-yellow);
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.age-verification-modalWqPfg h2 {
	font-size: 1.5rem;
	color: var(--color-white);
	font-family: var(--font-title);
	font-weight: 700;
}

.age-verification-modalWqPfg p {
	font-size: 0.875rem;
	color: var(--color-white);
	font-family: var(--font-text);
	line-height: 100%;
	font-weight: 400;
}

.age-btnWqPfg {
	max-width: 100%;
	width: 100%;
	font-size: 1.025rem !important;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: scale(0.9);
	}
	to {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
}

.age-verification-modalWqPfg {
	animation: fadeIn 0.5s ease-out;
}

/* Others Styles */
.dreamreelsfun--w900WqPfg {
	max-width: 937px;
	width: 100%;
}

.dreamreelsfun--pad120WqPfg {
	padding: 7.25rem 1.25rem !important;
}

.dreamreelsfun--aboutus---boxWqPfg {
	display: flex;
	gap: 1.25rem;
}

.dreamreelsfun--aboutus----infoWqPfg {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
	max-width: 630px;
	width: 100%;
}

.dreamreelsfun--aboutus----butterflyWqPfg {
	background-image: url(/dreamreelsfun-componentsWqPfg/dreamreelsfun-imagesWqPfg/dreamreelsfun-imgWqPfg/dreamreelsfun-butterflysWqPfg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 630px;
	width: 100%;
	height: 315px;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.dreamreelsfun--aboutheaderWqPfg {
	background-image: linear-gradient(
			270deg,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.5) 100%
		),
		url(/dreamreelsfun-componentsWqPfg/dreamreelsfun-imagesWqPfg/dreamreelsfun-imgWqPfg/dreamreelsfun-castle-elfsWqPfg.webp) !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.dreamreelsfun--contactheaderWqPfg {
	background: #002914;
}

.dreamreelsfun--pad54WqPfg {
	padding: 3.5rem;
}

.dreamreelsfun--w757WqPfg {
	max-width: 757px;
	width: 100%;
	margin-inline: auto;
}

.dreamreelsfun--marg-inlineWqPfg {
	margin-inline: auto;
}

.dreamreelsfun--contact-boxWqPfg {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	justify-content: space-between;
}

.dreamreelsfun--contact--imageWqPfg {
	background-image: url(/dreamreelsfun-componentsWqPfg/dreamreelsfun-imagesWqPfg/dreamreelsfun-imgWqPfg/dreamreelsfun-elf-forest-butterflyWqPfg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 500px;
	width: 100%;
	height: 500px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.dreamreelsfun-w600WqPfg {
	max-width: 600px;
	width: 100%;
}

.dreamreelsfun--contactWqPfg {
	padding: 3.75rem 0;
}

.dreamreelsfun--pad90WqPfg {
	padding: 6rem 0.675rem;
}

.dreamreelsfun--privacy-dottedWqPfg li {
	list-style-type: disc;
	margin-left: 1.25rem;
}

.dreamreelsfun--privacy-listsWqPfg {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

/* Media */
@media screen and (max-width: 1290px) {
	.dreamreelsfun--headerWqPfg {
		padding: 0.675rem;
	}

	.dreamreelsfun--headerWqPfg .dreamreelsfun--container__mainWqPfg {
		padding: 0 !important;
	}

	.dreamreelsfun--container__mainWqPfg,
	.dreamreelsfun--welcome--containerWqPfg {
		padding: 0 0.675rem;
	}

	.dreamreelsfun--pad120 {
		padding: 1.25rem 0.675rem 6.25rem !important;
	}
}

@media screen and (max-width: 1110px) {
	.dreamreelsfun--menu__listWqPfg {
		display: none;
	}

	.dreamreelsfun--menuWqPfg {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.675rem;
	}
	.dreamreelsfun--menu-navWqPfg {
		justify-content: flex-start;
	}

	#dreamreelsfunMenuToggleWqPfg {
		display: block;
	}

	.dreamreelsfun--aboutus---boxWqPfg {
		flex-direction: column;
		align-items: center;
	}

	.dreamreelsfun--aboutus----infoWqPfg {
		max-width: 100%;
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.dreamreelsfun--welcome--containerWqPfg {
		flex-direction: column;
		padding: 1.25rem 0.675rem 0;
	}

	.dreamreelsfun--welcome__blocksWqPfg,
	.dreamreelsfun--games_listsWqPfg,
	.dreamreelsfun--footer---itemWqPfg {
		max-width: 100%;
		width: 100%;
	}

	.dreamreelsfun--welcome--imageWqPfg {
		max-width: 332px;
		width: 100%;
		height: 332px;
		margin-left: auto;
	}

	.dreamreelsfun--games----infoWqPfg {
		flex-direction: column-reverse;
	}

	.dreamreelsfun--games-boxWqPfg {
		padding: 3.75rem 0;
	}

	.dreamreelsfun--games--containerWqPfg,
	.dreamreelsfun--games_listsWqPfg {
		gap: 1rem;
	}

	.dreamreelsfun--game-containerWqPfg {
		height: 320px;
	}

	.dreamreelsfun--play--cartsWqPfg {
		gap: 0.5rem;
	}

	.dreamreelsfun--footer--topWqPfg {
		flex-direction: column;
	}

	.dreamreelsfun--footer---linksWqPfg {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.dreamreelsfun--games_previewWqPfg {
		height: 320px;
	}

	.dreamreelsfun--disclaimer--containerWqPfg {
		padding: 2rem 0.675rem;
	}

	.dreamreelsfun--feedback--containerWqPfg {
		padding: 2rem 1rem 3rem;
	}

	.dreamreelsfun--aboutus----butterflyWqPfg {
		max-width: 100%;
		width: 100%;
		height: 250px;
	}

	.dreamreelsfun--contact-boxWqPfg {
		flex-direction: column-reverse;
	}

	.dreamreelsfun--contactWqPfg {
		padding: 2.5rem 0;
	}

	.dreamreelsfun--contact--imageWqPfg {
		max-width: 340px;
		width: 100%;
		height: 340px;
	}

	.dreamreelsfun--pad54WqPfg,
	.dreamreelsfun--pad90WqPfg {
		padding: 2.5rem 0.675rem !important;
	}
}
@media screen and (max-width: 700px) {
	.dreamreelsfun--header__disclaimerWqPfg,
	.dreamreelsfun--welcome---textWqPfg,
	.dreamreelsfun--footer---navlinkWqPfg a {
		font-size: 0.8125rem;
	}

	.dreamreelsfun--welcome---titleWqPfg {
		font-size: 2rem;
		word-break: break-all;
	}

	.dreamreelsfun--welcome--imageWqPfg {
		max-width: 257px;
		width: 100%;
		height: 257px;
		margin-left: auto;
	}
	.dreamreelsfun--games_previewWqPfg {
		height: 250px;
	}
	.dreamreelsfun--game-containerWqPfg {
		height: 250px;
	}

	.dreamreelsfun--feedback--btnboxWqPfg {
		flex-direction: column;
	}

	.dreamreelsfun--play----imageWqPfg {
		max-width: 80px;
		width: 100%;
		height: 80px;
	}

	.dreamreelsfun--play---cartWqPfg {
		padding: 1rem;
	}
	.dreamreelsfun--footer---ageWqPfg {
		max-width: 42px;
		width: 100%;
		height: 20px;
	}
	.dreamreelsfun--footer---gamcareWqPfg {
		max-width: 90px;
		width: 100%;
		height: 26px;
	}
	.dreamreelsfun--footer---gambleawareWqPfg {
		max-width: 108px;
		width: 100%;
		height: 20px;
	}

	.dreamreelsfun--footer--navmenuWqPfg {
		flex-wrap: wrap;
		gap: 1.25rem;
	}

	.dreamreelsfun--disclaimerxWqPfg {
		padding-bottom: 3.75rem;
	}

	.dreamreelsfun--play----descWqPfg {
		max-width: 220px;
		width: 100%;
	}
}
@media screen and (max-width: 355px) {
	.dreamreelsfun--header__logo,
	.dreamreelsfun--header__logo-boxWqPfg {
		max-width: 220px;
		width: 100%;
		height: 30px;
	}
}
