@font-face {
	src: url("/greatlotto-components/greatlotto-fonts/greatlotto-geologica-bold.woff2")
		format("truetype");
	font-family: "geologica-bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/greatlotto-components/greatlotto-fonts/greatlotto-geologica-regular.woff2")
		format("truetype");
	font-family: "geologica-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-title: "geologica-bold", sans-serif;
	--font-text: "geologica-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: #2e0130;
	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;
}

.greatlotto--container__main {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.greatlotto__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%;
}

.greatlotto--header {
	background-image: linear-gradient(rgba(46, 1, 48, 0.5)),
		url("/greatlotto-components/greatlotto-image/greatlotto-header/greatlotto-bg-ball.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.greatlotto--header__container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6.25rem;
	padding: 1.25rem 0 6.25rem;
}

.greatlotto--header_notgap {
	padding: 1.25rem 0 1.25rem;
}

.greatlotto--menu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* Menu */

.greatlotto--menu__box {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.greatlotto--menu__list {
	gap: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.greatlotto--main__text-logo {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.greatlotto--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;
}

.greatlotto--menu__list-item a:hover {
	border-bottom: 1px solid #fff;
}

.greatlotto--header--title_bg {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	gap: 2rem;
	padding: 4rem 0 0;
}

.greatlotto--header__title {
	max-width: 1000px;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 1.4rem;
}

.greatlotto--header__title-welcome {
	font-family: var(--font-title);
	font-size: 4rem;
	line-height: 130%;
	color: #fbf9fa;
	font-weight: 700;
	text-align: center;
}

.greatlotto--header__text-welcome {
	color: #fff;
	font-size: 1rem;
	line-height: 100%;
	text-align: center;
	font-family: var(--font-text);
	font-weight: 500;
}

.greatlotto--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 */
#greatlottoMenuToggle {
	display: none;
	position: absolute;
	top: 0;
	left: 0rem;
	z-index: 999 !important;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	height: 58px;
}

#greatlottoMenuToggle 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;
}

#greatlottoMenuToggle 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; /* Отключаем прокрутку с приоритетом */
}

#greatlottoMenuToggle span:first-child {
	transform-origin: 0% 0%;
}

#greatlottoMenuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#greatlottoMenu {
	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);
}

#greatlottoMenu li {
	text-align: center;
	padding: 20px 50px;
	font-size: 22px;
}

#greatlottoMenuToggle input:checked ~ ul {
	transform: none;
}

#greatlottoMenu 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 состояния */
#greatlottoMenuToggle .active ~ #greatlottoMenu {
	transform: none;
}

/* Welcome */
.greatlotto--welcome-box {
	padding: 2.5rem 0;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.greatlotto--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;
}

.greatlotto--welcome---info {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	width: 100%;
	align-items: center;
}

.greatlotto--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;
}
.greatlotto--welcome----text {
	color: #ffffff;
	line-height: 150%;
	font-size: 1.125rem;
	font-family: var(--font-text);
	text-align: center;
}

.greatlotto--welcome----btn {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.greatlotto--welcome----btn_buy {
	outline: none;
	border: none;
	max-width: 255px;
	width: 100%;
	height: 58px;
	font-family: var(--font-title);
	font-size: 1.5rem;
	color: #2e0130;
	font-weight: 400;
	line-height: 36px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #ff9215 0.6%, #ed5f00 100.6%);
	border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	-webkit-border-radius: 100px;
}

.greatlotto--welcome----btn_pick {
	outline: none;
	border: 1px solid #e84015;
	max-width: 263px;
	width: 100%;
	height: 44px;
	font-family: var(--font-text);
	font-size: 1.05rem;
	color: #fff;
	font-weight: 400;
	line-height: 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.greatlotto--welcome---image {
	background-image: url("/components/assets/image/header/header-roulette.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	max-width: 645px;
	width: 100%;
	height: 430px;
}
/* Games */
.greatlotto--games-box {
	padding: 2.5rem 0;
}

.greatlotto--games--cards {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	max-width: 800px;
	width: 100%;
	margin-inline: auto;
}

.greatlotto--games---card {
	width: 100%;

	padding: 1.25rem;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	background-color: #64005f;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	position: relative;
	border: none;
}

.greatlotto--games---card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	padding: 1px;
	background: linear-gradient(180deg, #ff9215 0.6%, #ed5f00 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;
}

.greatlotto--games----image {
	max-width: 150px;
	width: 100%;
	height: 150px;
	object-fit: contain;
}

.greatlotto--games----info {
	display: flex;
	align-items: center;
	gap: 0.675rem;
	width: 100%;
}

.greatlotto--games----info_top {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: 330px;
	width: 100%;
}

.greatlotto--games----info__name {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
}

.greatlotto--games----info__text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #fff;
}

.greatlotto--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 */
.greatlotto--prizes-box {
	padding: 5rem 0;
}

.greatlotto--prizes--container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.greatlotto--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;
}

.greatlotto--prizes--cards {
	display: flex;
	gap: 1.25rem;
}

.greatlotto--prizes---card {
	width: 100%;
	max-width: 298px;
	padding: 1.25rem;
	display: flex;

	flex-direction: column;
	gap: 1rem;
	background-color: #64005f;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	position: relative;
	border: none;
}

.greatlotto--prizes---card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	padding: 1px;
	background: linear-gradient(180deg, #ff9215 0.6%, #ed5f00 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;
}

.greatlotto--prizes----oz {
	background-image: url("/greatlotto-components/greatlotto-image/greatlotto-lotto/greatlotto-oz-lotto.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 130px;
	width: 100%;
	height: 130px;
	margin-inline: auto;
}

.greatlotto--prizes----set {
	background-image: url("/greatlotto-components/greatlotto-image/greatlotto-lotto/greatlotto-set-for-life.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 152px;
	width: 100%;
	height: 130px;
	margin-inline: auto;
}

.greatlotto--prizes----lucky {
	background-image: url("/greatlotto-components/greatlotto-image/greatlotto-lotto/greatlotto-lucky.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 125px;
	width: 100%;
	height: 130px;
	margin-inline: auto;
}

.greatlotto--prizes----powerball {
	background-image: url("/greatlotto-components/greatlotto-image/greatlotto-lotto/greatlotto-powerball.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 159px;
	width: 100%;
	height: 130px;
	margin-inline: auto;
}

.greatlotto--prizes_money {
	color: #ff9215;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 100%;
	text-transform: uppercase;
	background: linear-gradient(180deg, #ff9215 0.6%, #ed5f00 100.6%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

/* Forms */
.greatlotto--forms--container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.greatlotto--forms---top {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}

.greatlotto--forms---btnbox {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.greatlotto--forms----sign,
.greatlotto--forms----slash,
.greatlotto--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;
}

.greatlotto--forms----sign.active,
.greatlotto--forms----login.active {
	opacity: 1;
	font-weight: bold;
}

.greatlotto--forms----sign:not(.active),
.greatlotto--forms----login:not(.active) {
	opacity: 0.5;
}

.greatlotto--forms_box {
	max-width: 800px;
	width: 100%;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.greatlotto--input-wrapper {
	position: relative;
	display: inline-block;
	border-radius: 30px;
	background: linear-gradient(180deg, #ff9215 0.6%, #ed5f00 100.6%);
	padding: 2px;
}

.greatlotto--forms__input {
	background: #64005f;
	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;
}

.greatlotto--forms__input::placeholder {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 100%;
	color: #fff;
}

.greatlotto--forms__select-wrapper {
	position: relative;
	width: 100%;
}

.greatlotto--forms__select-container {
	position: relative;
	background: linear-gradient(180deg, #ff9215 0.6%, #ed5f00 100.6%);
	border-radius: 30px;
	padding: 2px;
}

.greatlotto--forms__select {
	width: 100%;
	height: 48px;
	padding: 0.875rem 1rem;
	padding-right: 40px;
	background: #64005f;
	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;
}

.greatlotto--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;
}

.greatlotto--forms__select:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(255, 146, 21, 0.3);
}

.greatlotto--forms__select option {
	background: #64005f;
	padding: 10px;
}
.greatlotto--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: #2e0130;
	font-weight: 400;
	line-height: 36px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #ff9215 0.6%, #ed5f00 100.6%);
	border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	-webkit-border-radius: 100px;
}

.greatlotto--forms__message {
	margin-top: 15px;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 0.9rem;
	text-align: center;
	transition: all 0.3s ease;
}

.greatlotto--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%;
}

.greatlotto--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 */
.greatlotto--nocenter {
	text-align: left;
}

.greatlotto--rest--container {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.greatlotto--resp__top {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.greatlotto--resp___icon {
	background-image: url("/greatlotto-components/greatlotto-image/greatlotto-resp/greatlotto-icon-age.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 77px;
	width: 100%;
	height: 77px;
}

/* Footer */
.greatlotto--footer {
	width: 100%;
	padding: 2.5rem 0;
	background: #64005f;
}

.greatlotto--footer-box {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.greatlotto--footer__parthers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
}

.greatlotto--footer__parthers-age {
	background-image: url("/greatlotto-components/greatlotto-image/greatlotto-footer/greatlotto-icon-footer-age.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 160px;
	width: 100%;
	height: 80px;
}

.greatlotto--center {
	text-align: center;
}

.greatlotto--footer__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3rem;
}

.greatlotto--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 */
.greatlotto--privacy--container,
.greatlotto--privacy---lists {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.greatlotto--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;
}

.greatlotto--privacy----elem {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	color: #fff;
}

.greatlotto--link_privacy {
	text-decoration: underline;
}

.greatlotto--privacy_subtitle {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 100%;
	color: #fff;
}

.greatlotto--privacy--sublists li {
	list-style-type: disc;
	margin-left: 1.25rem;
}

/* Mobile */
@media screen and (max-width: 1260px) {
	.greatlotto--container__main {
		padding: 0 1rem;
	}

	.greatlotto--prizes--cards,
	.greatlotto--footer__parthers,
	.greatlotto--footer__nav {
		flex-wrap: wrap;
		justify-content: center;
	}

	.greatlotto--footer__nav {
		gap: 1.25rem;
	}
}

@media screen and (max-width: 900px) {
	.greatlotto--menu__list {
		display: none;
	}

	#greatlottoMenuToggle {
		display: block;
	}
}

@media screen and (max-width: 800px) {
	.greatlotto--games---card,
	.greatlotto--games----info {
		flex-direction: column;
		align-items: center;
	}

	.greatlotto--games----info_top {
		max-width: 100%;
		width: 100%;
	}

	.greatlotto--games----info {
		gap: 1.5rem;
	}

	.greatlotto--games----image {
		height: auto;
	}
}

@media screen and (max-width: 625px) {
	.greatlotto--header__container {
		gap: 1.25rem;
	}

	.greatlotto--header__container {
		padding: 0.875rem 0 2.5rem;
	}

	.burger-button {
		top: 0.7rem;
	}

	.greatlotto--welcome---info {
		gap: 1.5rem;
	}

	.greatlotto--welcome----title {
		font-size: 2rem;
	}

	.greatlotto--welcome----btn_buy {
		max-width: 328px;
		width: 100%;
		height: 36px;
		font-size: 1rem;
	}

	.greatlotto--games----info__name {
		font-size: 1.25rem;
	}
	.greatlotto--games----info__text,
	.greatlotto--footer___link a {
		font-size: 0.875rem;
	}

	.greatlotto--games----info_btn {
		max-width: 288px;
		width: 100%;
		height: 36px;
		font-size: 1rem;
	}

	.greatlotto--prizes-box {
		padding: 2.5rem 0;
	}

	.greatlotto--prizes---title,
	.greatlotto--forms----sign,
	.greatlotto--forms----slash,
	.greatlotto--forms----login {
		font-size: 1.5rem;
	}

	.greatlotto--forms---top,
	.greatlotto--forms--container {
		gap: 1rem;
	}

	.greatlotto--footer__parthers-age,
	.greatlotto--footer__parthers-reset,
	.greatlotto--footer__parthers-help,
	.greatlotto--footer__parthers-gambleaware {
		max-width: 100px;
		width: 100%;
		height: 50px;
	}
}
