@font-face {
	src: url("/yourbestlotto-components/yourbestlotto-fonts/yourbestlotto-geologica-bold.woff2")
		format("truetype");
	font-family: "geologica-bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/yourbestlotto-components/yourbestlotto-fonts/yourbestlotto-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: #fff;
	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-position: center;
	object-position: center;
	vertical-align: top;
}

.yourbestlotto--container__main {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.yourbestlotto__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%;
}

.yourbestlotto--header__container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6.25rem;
	background: #ffffff;
}

.yourbestlotto--menu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 0;
}

/* Menu */
.yourbestlotto--menu__box {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.yourbestlotto--menu__list {
	gap: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.yourbestlotto--main__text-logo {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.yourbestlotto--menu__list-item a {
	color: #272727;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 100%;
	font-family: var(--font-text);
	cursor: pointer;
	padding-block: 1rem 0;
	border-bottom: 2px 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;
}

.yourbestlotto--menu__list-item a:hover {
	color: #b8071c;
	font-weight: 700;
}

/* Burger */
#yourbestlottoMenuToggle {
	display: none;
	position: absolute;
	top: 0;
	left: 0rem;
	z-index: 999 !important;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	height: 58px;
}

#yourbestlottoMenuToggle 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;
}

#yourbestlottoMenuToggle span {
	display: block;
	width: 24px;
	height: 2px;
	margin-bottom: 5px;
	right: 0rem;
	top: 0rem;
	position: relative;
	background: #272727;
	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; /* Отключаем прокрутку с приоритетом */
}

#yourbestlottoMenuToggle span:first-child {
	transform-origin: 0% 0%;
}

#yourbestlottoMenuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#yourbestlottoMenu {
	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: #fff;
	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);
}

#yourbestlottoMenu li {
	text-align: center;
	padding: 20px 50px;
	font-size: 22px;
}

#yourbestlottoMenuToggle input:checked ~ ul {
	transform: none;
}

#yourbestlottoMenu a {
	margin: 0;
	color: #272727;
}

.burger-button {
	display: block;
	width: 22px;
	height: 32px;
	position: absolute;
	top: 1.125rem;
	right: 1.25rem;
	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(3px, -1px);
	background: #f9f9f9;
	-webkit-transform: rotate(45deg) translate(3px, -1px);
	-moz-transform: rotate(45deg) translate(3px, -1px);
	-ms-transform: rotate(45deg) translate(3px, -1px);
	-o-transform: rotate(45deg) translate(3px, -1px);
}

.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 состояния */
#yourbestlottoMenuToggle .active ~ #yourbestlottoMenu {
	transform: none;
}

/* Welcome */
.yourbestlotto--welcome-box {
	padding: 5rem 0;
	background-image: linear-gradient(rgba(0, 31, 87, 0.5)),
		url("/yourbestlotto-components/yourbestlotto-image/yourbestlotto-welcome/yourbestlotto-logo-light-ball.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.yourbestlotto--welcome---info {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	width: 100%;
	align-items: center;
}

.yourbestlotto--welcome----title {
	color: #ffffff;
	font-weight: 700;
	line-height: 120%;
	font-size: 2.375rem;
	font-family: var(--font-title);
	text-align: center;
	text-transform: uppercase;
}

.yourbestlotto--welcome----text {
	color: #ffffff;
	line-height: 100%;
	font-size: 1.125rem;
	line-height: 120%;
	font-family: var(--font-text);
	text-align: center;
}

.yourbestlotto--welcome---btnbox {
	display: flex;
	align-items: center;
	gap: 0.675rem;
	justify-content: center;
	width: 100%;
}

.yourbestlotto--welcome---btn {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 212px;
	width: 100%;
	height: 47px;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1rem;
	line-height: 120%;
	color: #fff;
	border-radius: 100px;
	box-shadow: inset 0 0 0 2px transparent;
	transition: box-shadow 0.3s ease;
	cursor: pointer;
}

.yourbestlotto--welcome---btn_game {
	background: linear-gradient(180deg, #00e3d8 0%, #0076bf 100%);
}

.yourbestlotto--welcome---btn_game:hover {
	box-shadow: inset 0 0 0 2px #fff;
	background: transparent;
}

.yourbestlotto--welcome---btn_resp {
	background: transparent;
	box-shadow: inset 0 0 0 2px #fff;
	transition: all 0.3s ease;
}

.yourbestlotto--welcome---btn_resp:hover {
	background: linear-gradient(180deg, #00e3d8 0%, #0076bf 100%) !important;
	box-shadow: inset 0 0 0 2px transparent !important;
}

/* Games */
.yourbestlotto--game-box {
	padding: 5rem 0;
}

.yourbestlotto--game--container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.yourbestlotto--game---top {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.yourbestlotto--game----title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 120%;
	color: #272727;
	text-transform: uppercase;
}

.yourbestlotto--game----text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #272727;
}

.yourbestlotto--game---card {
	padding: 1.25rem;
	width: 100%;
	background: #001f57;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	display: flex;
	gap: 1.5rem;
	align-items: center;
}

.yourbestlotto--game----image {
	max-width: 150px;
	width: 100%;
	height: 150px;
}

.yourbestlotto--game--description {
	display: flex;
	align-items: center;
	gap: 0.675rem;
}

.yourbestlotto--game----info {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.yourbestlotto--game----info_name {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
}

.yourbestlotto--game---info_text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #fff;
}
.yourbestlotto--game----info_bonus {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1rem;
	line-height: 150%;
	color: #fff;
}

.yourbestlotto--game----btn {
	max-width: 246px !important;
	width: 100%;
	background: linear-gradient(180deg, #00e3d8 0%, #0076bf 100%);
	box-shadow: inset 0 0 0 2px transparent;
	transition: box-shadow 0.3s ease;
}

.yourbestlotto--welcome---btn:hover {
	box-shadow: inset 0 0 0 2px #fff;
	background: transparent;
}

/* Buy ticket */
.yourbestlotto--ticket-box {
	padding: 5rem 0;
	background-image: linear-gradient(rgba(0, 31, 87, 0.7)),
		url("/yourbestlotto-components/yourbestlotto-image/yourbestlotto-buy/yourbestlotto-center-ball.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.yourbestlotto--ticket--container {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: center;
}

.yourbestlotto--ticket---title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.yourbestlotto--ticket---text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 130%;
	text-align: center;
	color: #fff;
	max-width: 800px;
	width: 100%;
}

.yourbestlotto--ticket---btn {
	max-width: 250px !important;
	width: 100%;
	background: linear-gradient(180deg, #00e3d8 0%, #0076bf 100%);
	box-shadow: inset 0 0 0 2px transparent;
	transition: box-shadow 0.3s ease;
}

.yourbestlotto--ticket---btn:hover {
	box-shadow: inset 0 0 0 2px #fff;
	background: transparent;
}

/* Forms */
.yourbestlotto--forms-box {
	padding: 5rem 0;
}

.yourbestlotto--forms-bg {
	background: #001f57;
}

.yourbestlotto--forms--container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	max-width: 800px;
	width: 100%;
	margin-inline: auto;
}

.yourbestlotto--forms---top {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}

.yourbestlotto--forms---btnbox {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.yourbestlotto--forms----sign,
.yourbestlotto--forms----slash,
.yourbestlotto--forms----login {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2rem;
	line-height: 120%;
	color: #fff;
	text-align: center;
	border: none;
	outline: none;
	background-color: transparent !important;
	transition: opacity 0.3s ease;
	cursor: pointer;
	text-transform: uppercase;
}
.yourbestlotto--border {
	border: none;
	margin-inline: auto;
}

.yourbestlotto--forms__text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #fff;
	text-align: center;
}

.yourbestlotto--forms----sign.active,
.yourbestlotto--forms----login.active {
	opacity: 1;
	font-weight: bold;
}

.yourbestlotto--forms----sign:not(.active),
.yourbestlotto--forms----login:not(.active) {
	opacity: 0.5;
}

.yourbestlotto--forms_box {
	width: 100%;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.yourbestlotto--forms__input {
	background: #ffffff;
	padding: 0.875rem 1rem;
	border: none;
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 100%;
	color: #272727;
	border-radius: 28px;
	width: 100%;
	position: relative;
	height: 48px;
	border: 1px solid #272727;
}

.yourbestlotto--forms__input::placeholder {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 100%;
	color: #272727;
}

.yourbestlotto--forms__select-wrapper {
	position: relative;
	width: 100%;
}

.yourbestlotto--forms__select {
	width: 100%;
	height: 48px;
	padding: 0.875rem 1rem;
	padding-right: 40px;
	background: #fff;
	border: none;
	border-radius: 28px;
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	color: #272727;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.yourbestlotto--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 #272727;
	pointer-events: none;
}

.yourbestlotto--forms__select:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(255, 146, 21, 0.3);
}

.yourbestlotto--forms__select option {
	background: #fff;
	padding: 10px;
}
/* .yourbestlotto--forms__btn {
	max-width: 300px;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1rem;
	line-height: 100%;
	color: #fff;
	text-align: center;
	cursor: pointer;
	border-radius: 50px;
	background: linear-gradient(180deg, #e3a600 0%, #e35b00 100%);
	transition: all ease 0.3s;
	position: relative;
	border: none;
	z-index: 1;
	margin-inline: auto;
}

.yourbestlotto--forms__btn::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	border-radius: 50px;
	background: linear-gradient(180deg, #e3a600 0%, #e35b00 100%);
	z-index: -1;
}

.yourbestlotto--forms__btn:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
} */
.yourbestlotto--forms__message {
	margin-top: 0;

	border-radius: 5px;
	font-size: 0.9rem;
	text-align: center;
	transition: all 0.3s ease;
}

.yourbestlotto--forms__message.success {
	background-color: rgba(40, 167, 69, 1);
	color: #fff;
	border: 1px solid #28a745;
	font-size: 1rem;
	font-family: var(--font-title);
	line-height: 100%;
	padding: 10px 5px;
}

.yourbestlotto--forms__message.error {
	background-color: rgba(255, 0, 25, 0.555);
	color: #fff;
	border: 1px solid #dc3545;
	font-size: 1rem;
	font-family: var(--font-title);
	line-height: 100%;
	padding: 10px 5px;
}

/* Contact */
.yourbestlotto--contact--container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	width: 100%;
	max-width: 800px;
	align-items: center;
	margin-inline: auto;
}

.yourbestlotto--contact---title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 120%;
	color: #272727;
	text-align: center;
}

.yourbestlotto--text_black {
	color: #272727 !important;
}

.yourbestlotto--forms__input-textarea {
	height: 100px !important;
	resize: none;
}

.yourbestlotto--contact--top {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.yourbestlotto--forms_btn {
	border: none;
	max-width: 250px !important;
	width: 100%;
	margin-inline: auto;
	background: linear-gradient(180deg, #00e3d8 0%, #0076bf 100%);
	box-shadow: inset 0 0 0 2px transparent;
	transition: box-shadow 0.3s ease;
}

.yourbestlotto--forms_btn:hover {
	box-shadow: inset 0 0 0 2px #272727;
	background: transparent;
	color: #272727;
}

/* Contact */

.form-message-container {
	margin-top: 0px;
}

.form-message {
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 14px;
	animation: fadeIn 0.3s ease-in-out;
	-webkit-animation: fadeIn 0.3s ease-in-out;
}

.form-message.success {
	background-color: rgba(40, 167, 69, 1);
	color: #fff;
	border: 1px solid #28a745;
	font-size: 1rem;
	font-family: var(--font-title);
	line-height: 100%;
	text-align: center;
}

.form-message.error {
	background-color: rgba(255, 0, 25, 0.671);
	color: #fff;
	border: 1px solid #dc3545;
	font-size: 1rem;
	font-family: var(--font-title);
	line-height: 100%;
	text-align: center;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Responsible */
.yourbestlotto--resp-box {
	padding: 5rem 0;
}

.yourbestlotto--resp--container {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.yourbestlotto--resp---top {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.yourbestlotto--resp---age {
	background-image: url("/yourbestlotto-components/yourbestlotto-image/yourbestlotto-responsible/yourbestlotto-icon-age-responsible.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 77px;
	width: 100%;
	height: 77px;
}

.yourbestlotto--resp---title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2.375rem;
	line-height: 120%;
	color: #272727;
	text-transform: uppercase;
}

.yourbestlotto--resp----lists li {
	list-style-type: disc;
	margin-left: 1.5rem;
}

/* Footer */
.yourbestlotto--footer {
	width: 100%;
	padding: 2.5rem 0;
}

.yourbestlotto--footer-box {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.yourbestlotto--footer--title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1rem;
	line-height: 150%;
	text-align: center;
	text-transform: uppercase;
	color: #272727;
}

.yourbestlotto--footer--links {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	gap: 1rem;
}

.yourbestlotto--footer---logo {
	max-width: 228px;
	width: 100%;
	height: 32px;
}

.yourbestlotto--footer---nav {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.yourbestlotto--footer----link a {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 100%;
	color: #272727;
	border-bottom: 2px solid transparent;
	padding-block: 0.3rem;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
}

.yourbestlotto--footer----link a:hover {
	border-bottom: 2px solid #272727;
}

.yourbestlotto--footer---mail {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #272727;
}

.yourbestlotto--footer---parthers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	gap: 2.5rem;
	align-items: center;
}

.yourbestlotto--footer----age {
	background-image: url("/yourbestlotto-components/yourbestlotto-image/yourbestlotto-footer/yourbestlotto-icon-age-footer.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 45px;
	width: 100%;
	height: 45px;
}

.yourbestlotto--footer----gh {
	max-width: 178px;
	width: 100%;
	height: 60px;
}
.yourbestlotto--footer----reset {
	max-width: 66px;
	width: 100%;
	height: 61px;
}
.yourbestlotto--footer----gamble {
	max-width: 318px;
	width: 100%;
	height: 42px;
}
.yourbestlotto--footer----victoria {
	max-width: 173px;
	width: 100%;
	height: 100px;
}

/* Others Styles */
.yourbestlotto--privacy--container,
.yourbestlotto--privacy---lists {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.yourbestlotto--privacy----bold {
	font-weight: 700 !important;
	font-family: var(--font-title) !important;
}

.yourbestlotto--privacy----sublist li {
	margin-left: 1.5rem;
	list-style-type: disc;
}

/* Mobile media */
@media screen and (max-width: 1260px) {
	.yourbestlotto--container__main {
		padding: 0 1rem;
	}

	.yourbestlotto--menu {
		padding: 1rem;
	}
}

@media screen and (max-width: 991px) {
	.yourbestlotto--game---card {
		flex-direction: column;
	}

	.yourbestlotto--game--description {
		flex-direction: column;
		align-items: center;
		gap: 1rem;
	}

	.yourbestlotto--menu__list {
		display: none;
	}

	#yourbestlottoMenuToggle {
		display: block;
	}
}

@media screen and (max-width: 665px) {
	.yourbestlotto--welcome-box,
	.yourbestlotto--game-box,
	.yourbestlotto--ticket-box,
	.yourbestlotto--forms-box,
	.yourbestlotto--resp-box {
		padding: 2.5rem 0;
	}

	.yourbestlotto--welcome----title,
	.yourbestlotto--ticket---title,
	.yourbestlotto--contact---title {
		font-size: 1.5rem;
	}

	.yourbestlotto--welcome----text {
		font-size: 1rem;
	}

	.yourbestlotto--welcome---btnbox {
		flex-direction: column;
	}

	.yourbestlotto--welcome---btn {
		max-width: 328px !important;
		width: 100%;
		height: 35px !important;
		font-size: 0.75rem;
	}

	.yourbestlotto--game----title,
	.yourbestlotto--game----info_name,
	.yourbestlotto--forms----sign,
	.yourbestlotto--forms----slash,
	.yourbestlotto--forms----login,
	.yourbestlotto--resp---title {
		font-size: 1.25rem;
	}

	.yourbestlotto--game--container {
		gap: 1.25rem;
	}

	.yourbestlotto--game----image {
		max-width: 100px;
		width: 100%;
		height: 100px;
	}

	.yourbestlotto--game----btn {
		max-width: 288px !important;
		width: 100%;
	}

	.yourbestlotto--contact--top,
	.yourbestlotto--contact--container,
	.yourbestlotto--forms---top,
	.yourbestlotto--forms--container,
	.yourbestlotto--footer-box {
		gap: 1rem;
	}
	.yourbestlotto--text_black,
	.yourbestlotto--resp---textbox p,
	.yourbestlotto--resp---textbox li,
	.yourbestlotto--footer--title {
		font-size: 0.875rem;
	}

	.yourbestlotto--resp---age {
		max-width: 64px;
		width: 100%;
		height: 64px;
	}

	.yourbestlotto--footer {
		padding: 1.5rem 0;
	}

	.yourbestlotto--footer--links {
		flex-direction: column;
		gap: 1rem;
	}

	.yourbestlotto--footer---mail {
		text-align: center;
	}

	.yourbestlotto--footer----age {
		max-width: 28px;
		width: 100%;
		height: 28px;
	}

	.yourbestlotto--footer----gh {
		max-width: 111px;
		width: 100%;
		height: 37px;
	}

	.yourbestlotto--footer----reset {
		max-width: 41px;
		width: 100%;
		height: 38px;
	}
	.yourbestlotto--footer----gamble {
		max-width: 198px;
		width: 100%;
		height: 26px;
	}
	.yourbestlotto--footer----victoria {
		max-width: 87px;
		width: 100%;
		height: 50px;
	}

	.yourbestlotto--footer---nav {
		flex-wrap: wrap;
		justify-content: center;
	}
}
