@font-face {
	src: url("/youdreamlotto-components/youdreamlotto-fonts/youdreamlotto-mulish-bold.woff2")
		format("truetype");
	font-family: "mulish-bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/youdreamlotto-components/youdreamlotto-fonts/youdreamlotto-mulish-regular.woff2")
		format("truetype");
	font-family: "mulish-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-title: "mulish-bold", sans-serif;
	--font-text: "mulish-regular", sans-serif;
}

*,
::after,
::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
ol,
li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #ffffff;
}

body {
	background: #011530;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
}

main,
footer {
	width: 100%;
	color: rgba(3, 3, 3, 1);
}

img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	vertical-align: top;
}

.youdreamlotto--container__main {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.youdreamlotto__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Header */
header {
	width: 100%;
}

.youdreamlotto--header {
	background-image: linear-gradient(rgba(1, 21, 48, 0.3)),
		url("/youdreamlotto-components/youdreamlotto-image/youdreamlotto-header/youdreamlotto-bg-ball.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.youdreamlotto--header__container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6.25rem;
	padding: 1.25rem 0 6.25rem;
}

.youdreamlotto--header_notgap {
	padding: 1.25rem 0 1.25rem;
}

.youdreamlotto--menu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* Menu */

.youdreamlotto--menu__box {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.youdreamlotto--menu__list {
	gap: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.youdreamlotto--main__text-logo {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.youdreamlotto--menu__list-item a {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 24px;
	font-family: var(--font-title);
	cursor: pointer;
	padding-block: 1rem 0;
	border-bottom: 1px solid transparent;
	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;
}

.youdreamlotto--menu__list-item a:hover {
	border-bottom: 1px solid #fff;
}

.youdreamlotto--header--title_bg {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	gap: 2rem;
	padding: 4rem 0 0;
}

.youdreamlotto--header__title {
	max-width: 1000px;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 1.4rem;
}

.youdreamlotto--header__title-welcome {
	font-family: var(--font-title);
	font-size: 4rem;
	line-height: 130%;
	color: #fbf9fa;
	font-weight: 700;
	text-align: center;
}

.youdreamlotto--header__text-welcome {
	color: #fff;
	font-size: 1rem;
	line-height: 100%;
	text-align: center;
	font-family: var(--font-text);
	font-weight: 500;
}

.youdreamlotto--header__timer-btn {
	margin-top: -0.5rem;
	max-width: 300px;
	width: 100%;
	height: 56px;
	font-family: var(--font-text);
	font-size: 1.25rem;
	color: #fff;
	font-weight: 500;
	line-height: 120%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(
		93.51deg,
		#aaf90c 2.84%,
		#06607b 51.38%,
		#2b00ff 99.18%
	);
	vertical-align: middle;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

/* Burger */
#youdreamlottoMenuToggle {
	display: none;
	position: absolute;
	top: 0;
	left: 0rem;
	z-index: 999 !important;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	height: 58px;
}

#youdreamlottoMenuToggle a {
	text-decoration: none;
	color: #ffffff;
	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;
}

#youdreamlottoMenuToggle span {
	display: block;
	width: 22px;
	height: 2px;
	margin-bottom: 5px;
	right: 0rem;
	top: 0rem;
	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; /* Отключаем прокрутку с приоритетом */
}

#youdreamlottoMenuToggle span:first-child {
	transform-origin: 0% 0%;
}

#youdreamlottoMenuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#youdreamlottoMenu {
	position: absolute;
	max-width: 100vw;
	width: 100%;
	z-index: 1000;
	margin: -75px 0 0 0px;
	padding-top: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #2e0130;
	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);
}

#youdreamlottoMenu li {
	text-align: center;
	padding: 20px 50px;
	font-size: 22px;
}

#youdreamlottoMenuToggle input:checked ~ ul {
	transform: none;
}

#youdreamlottoMenu a {
	margin: 0;
}

.burger-button {
	display: block;
	width: 22px;
	height: 32px;
	position: absolute;
	top: 0.875rem;
	right: 1.4rem;
	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(0px, 0px);
	background: #f9f9f9;
	-webkit-transform: rotate(45deg) translate(0px, 0px);
	-moz-transform: rotate(45deg) translate(0px, 0px);
	-ms-transform: rotate(45deg) translate(0px, 0px);
	-o-transform: rotate(45deg) translate(0px, 0px);
}

.burger-button.active span:nth-child(2) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

.burger-button.active span:nth-child(3) {
	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 состояния */
#youdreamlottoMenuToggle .active ~ #youdreamlottoMenu {
	transform: none;
}

/* Welcome */
.youdreamlotto--welcome-box {
	padding: 2.5rem 0;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.youdreamlotto--welcome--container {
	background-image: linear-gradient(rgba(0, 0, 0, 0.35)),
		url("/components/assets/image/header/header-bg-beam.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0.5rem 2rem;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.youdreamlotto--welcome---info {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	width: 100%;
	align-items: center;
}

.youdreamlotto--welcome----title {
	color: #ffffff;
	font-weight: 700;
	line-height: 120%;
	font-size: 2.5rem;
	font-family: var(--font-title);
	text-transform: uppercase;
	text-align: center;
}
.youdreamlotto--welcome----text {
	color: #ffffff;
	line-height: 150%;
	font-size: 1.125rem;
	font-family: var(--font-text);
	text-align: center;
}

.youdreamlotto--welcome----btn {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.youdreamlotto--welcome----btn_buy {
	outline: none;
	border: none;
	max-width: 255px;
	width: 100%;
	height: 68px;
	font-family: var(--font-title);
	font-size: 1.5rem;
	color: #011530;
	font-weight: 400;
	line-height: 36px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #ffe015 0.6%, #ed8b00 100.6%);

	border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	-webkit-border-radius: 100px;
}

/* Games */
.youdreamlotto--games-box {
	padding: 2.5rem 0;
}

.youdreamlotto--games--cards {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	max-width: 800px;
	width: 100%;
	margin-inline: auto;
}

.youdreamlotto--games---card {
	width: 100%;

	padding: 1.25rem;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	background-color: #044376;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	position: relative;
	border: none;
}

.youdreamlotto--games---card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	padding: 1px;
	background: linear-gradient(180deg, #ffe015 0.6%, #ed8b00 100.6%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.youdreamlotto--games----image {
	max-width: 150px;
	width: 100%;
	height: 150px;
	object-fit: contain;
}

.youdreamlotto--games----info {
	display: flex;
	align-items: center;
	gap: 0.675rem;
	width: 100%;
}

.youdreamlotto--games----info_top {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: 330px;
	width: 100%;
}

.youdreamlotto--games----info__name {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
}

.youdreamlotto--games----info__text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #fff;
}

.youdreamlotto--games----info_btn {
	max-width: 246px;
	width: 100%;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.875rem;
	border: 2px solid #ffffff;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1rem;
	line-height: 120%;
	color: #fff;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

/* Prizes */
.youdreamlotto--prizes-box {
	padding: 5rem 0;
}

.youdreamlotto--prizes--container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.youdreamlotto--prizes---title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 120%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.youdreamlotto--prizes--cards {
	display: flex;
	gap: 1.25rem;
}

.youdreamlotto--prizes---card {
	width: 100%;
	max-width: 298px;
	padding: 1.25rem;
	display: flex;

	flex-direction: column;
	gap: 1rem;
	background-color: #044376;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	position: relative;
	border: none;
}

.youdreamlotto--prizes---card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	padding: 1px;
	background: linear-gradient(180deg, #ffe015 0.6%, #ed8b00 100.6%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.youdreamlotto--prizes----oz {
	background-image: url("/youdreamlotto-components/youdreamlotto-image/youdreamlotto-lotto/youdreamlotto-oz-lotto.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 130px;
	width: 100%;
	height: 130px;
	margin-inline: auto;
}

.youdreamlotto--prizes----set {
	background-image: url("/youdreamlotto-components/youdreamlotto-image/youdreamlotto-lotto/youdreamlotto-set-for-life.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 152px;
	width: 100%;
	height: 130px;
	margin-inline: auto;
}

.youdreamlotto--prizes----lucky {
	background-image: url("/youdreamlotto-components/youdreamlotto-image/youdreamlotto-lotto/youdreamlotto-lucky.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 125px;
	width: 100%;
	height: 130px;
	margin-inline: auto;
}

.youdreamlotto--prizes----powerball {
	background-image: url("/youdreamlotto-components/youdreamlotto-image/youdreamlotto-lotto/youdreamlotto-powerball.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 159px;
	width: 100%;
	height: 130px;
	margin-inline: auto;
}

.youdreamlotto--prizes_money {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 100%;
	text-transform: uppercase;
	background: linear-gradient(180deg, #ffe015 0.6%, #ed8b00 100.6%);

	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

/* Forms */
.youdreamlotto--forms--container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.youdreamlotto--forms---top {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}

.youdreamlotto--forms---btnbox {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.youdreamlotto--forms----sign,
.youdreamlotto--forms----slash,
.youdreamlotto--forms----login {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2.375rem;
	line-height: 120%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border: none;
	outline: none;
	background-color: transparent !important;
	transition: opacity 0.3s ease;
	cursor: pointer;
}

.youdreamlotto--forms----sign.active,
.youdreamlotto--forms----login.active {
	opacity: 1;
	font-weight: bold;
}

.youdreamlotto--forms----sign:not(.active),
.youdreamlotto--forms----login:not(.active) {
	opacity: 0.5;
}

.youdreamlotto--forms_box {
	max-width: 800px;
	width: 100%;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.youdreamlotto--input-wrapper {
	position: relative;
	display: inline-block;
	border-radius: 30px;
	background: linear-gradient(180deg, #ffe015 0.6%, #ed8b00 100.6%);
	padding: 2px;
}

.youdreamlotto--forms__input {
	background: #044376;
	padding: 0.875rem 1rem;
	border: none;
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 100%;
	color: #fff;
	border-radius: 28px;
	width: 100%;
	position: relative;
	height: 48px;
}

.youdreamlotto--forms__input::placeholder {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 100%;
	color: #fff;
}

.youdreamlotto--forms__select-wrapper {
	position: relative;
	width: 100%;
}

.youdreamlotto--forms__select-container {
	position: relative;
	background: linear-gradient(180deg, #ffe015 0.6%, #ed8b00 100.6%);
	border-radius: 30px;
	padding: 2px;
}

.youdreamlotto--forms__select {
	width: 100%;
	height: 48px;
	padding: 0.875rem 1rem;
	padding-right: 40px;
	background: #044376;
	border: none;
	border-radius: 28px;
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	color: #fff;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.youdreamlotto--forms__select-arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #fff;
	pointer-events: none;
}

.youdreamlotto--forms__select:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(255, 146, 21, 0.3);
}

.youdreamlotto--forms__select option {
	background: #044376;
	padding: 10px;
}
.youdreamlotto--forms__btn {
	outline: none;
	border: none;
	max-width: 250px;
	width: 100%;
	height: 47px;
	margin-inline: auto;
	font-family: var(--font-title);
	font-size: 1rem;
	color: #011530;
	font-weight: 400;
	line-height: 36px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #ffe015 0.6%, #ed8b00 100.6%);

	border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	-webkit-border-radius: 100px;
}

.youdreamlotto--forms__message {
	margin-top: 15px;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 0.9rem;
	text-align: center;
	transition: all 0.3s ease;
}

.youdreamlotto--forms__message.success {
	background-color: rgba(40, 167, 69, 0.2);
	color: #28a745;
	border: 1px solid #28a745;
	font-size: 1rem;
	font-family: var(--font-title);
	line-height: 100%;
}

.youdreamlotto--forms__message.error {
	background-color: rgba(220, 53, 69, 0.2);
	color: #dc3545;
	border: 1px solid #dc3545;
	font-size: 1rem;
	font-family: var(--font-title);
	line-height: 100%;
}

/* Responsible */
.youdreamlotto--nocenter {
	text-align: left;
}

.youdreamlotto--rest--container {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.youdreamlotto--resp__top {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.youdreamlotto--resp___icon {
	background-image: url("/youdreamlotto-components/youdreamlotto-image/youdreamlotto-resp/youdreamlotto-icon-age.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 77px;
	width: 100%;
	height: 77px;
}

/* Footer */
.youdreamlotto--footer {
	width: 100%;
	padding: 2.5rem 0;
	background: #044376;
}

.youdreamlotto--footer-box {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.youdreamlotto--footer__parthers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
}

.youdreamlotto--footer__parthers-age {
	background-image: url("/youdreamlotto-components/youdreamlotto-image/youdreamlotto-footer/youdreamlotto-icon-footer-age.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 160px;
	width: 100%;
	height: 80px;
}

.youdreamlotto--center {
	text-align: center;
}

.youdreamlotto--footer__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3rem;
}

.youdreamlotto--footer___link a {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 30px;
	color: #fff;
	text-align: center;
	text-decoration: underline;
}

/* Others Styles */
.youdreamlotto--privacy--container,
.youdreamlotto--privacy---lists {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.youdreamlotto--privacy---title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 100%;
	word-break: break-all;
	text-transform: uppercase;
	color: #fff;
}

.youdreamlotto--privacy----elem {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	color: #fff;
}

.youdreamlotto--link_privacy {
	text-decoration: underline;
}

.youdreamlotto--privacy_subtitle {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 100%;
	color: #fff;
}

.youdreamlotto--privacy--sublists li {
	list-style-type: disc;
	margin-left: 1.25rem;
}

/* Mobile */
@media screen and (max-width: 1260px) {
	.youdreamlotto--container__main {
		padding: 0 1rem;
	}

	.youdreamlotto--prizes--cards,
	.youdreamlotto--footer__parthers,
	.youdreamlotto--footer__nav {
		flex-wrap: wrap;
		justify-content: center;
	}

	.youdreamlotto--footer__nav {
		gap: 1.25rem;
	}
}

@media screen and (max-width: 900px) {
	.youdreamlotto--menu__list {
		display: none;
	}

	#youdreamlottoMenuToggle {
		display: block;
	}
}

@media screen and (max-width: 800px) {
	.youdreamlotto--games---card,
	.youdreamlotto--games----info {
		flex-direction: column;
		align-items: center;
	}

	.youdreamlotto--games----info_top {
		max-width: 100%;
		width: 100%;
	}

	.youdreamlotto--games----info {
		gap: 1.5rem;
	}

	.youdreamlotto--games----image {
		height: auto;
	}
}

@media screen and (max-width: 625px) {
	.youdreamlotto--header__container {
		gap: 1.25rem;
	}

	.youdreamlotto--header__container {
		padding: 0.875rem 0 2.5rem;
	}

	.burger-button {
		top: 0.7rem;
	}

	.youdreamlotto--welcome---info {
		gap: 1.5rem;
	}

	.youdreamlotto--welcome----title {
		font-size: 2rem;
	}

	.youdreamlotto--welcome----btn_buy {
		max-width: 328px;
		width: 100%;
		height: 36px;
		font-size: 1rem;
	}

	.youdreamlotto--games----info__name {
		font-size: 1.25rem;
	}
	.youdreamlotto--games----info__text,
	.youdreamlotto--footer___link a {
		font-size: 0.875rem;
	}

	.youdreamlotto--games----info_btn {
		max-width: 288px;
		width: 100%;
		height: 36px;
		font-size: 1rem;
	}

	.youdreamlotto--prizes-box {
		padding: 2.5rem 0;
	}

	.youdreamlotto--prizes---title,
	.youdreamlotto--forms----sign,
	.youdreamlotto--forms----slash,
	.youdreamlotto--forms----login {
		font-size: 1.5rem;
	}

	.youdreamlotto--forms---top,
	.youdreamlotto--forms--container {
		gap: 1rem;
	}

	.youdreamlotto--footer__parthers-age,
	.youdreamlotto--footer__parthers-reset,
	.youdreamlotto--footer__parthers-help,
	.youdreamlotto--footer__parthers-gambleaware {
		max-width: 100px;
		width: 100%;
		height: 50px;
	}
}
