@font-face {
	src: url("/degamesonline-components/degamesonline-fonts/degamesonline-helvetica-bold.woff2")
		format("truetype");
	font-family: "helvetica-bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/degamesonline-components/degamesonline-fonts/degamesonline-helvetica-regular.woff2")
		format("truetype");
	font-family: "helvetica-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/degamesonline-components/degamesonline-fonts/degamesonline-inconsolata-regular.woff2")
		format("truetype");
	font-family: "inconsolata-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/degamesonline-components/degamesonline-fonts/degamesonline-holtwoodonesc.woff2")
		format("truetype");
	font-family: "holtwoodonesc";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-title: "holtwoodonesc", sans-serif;
	--font-sub-title: "helvetica-bold", sans-serif;
	--font-text: "helvetica-regular", sans-serif;
	--font-nav: "inconsolata-regular", sans-serif;

	--bg-color-main: #200035;
	--bg-color-sub: #150026;
	--color-acent: #8f0eff;
	--color-text: #ffffff;
	--color-form: #c8c8c8;
}

*,
::after,
::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
ol,
li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #ffffff;
}
html {
	scroll-behavior: auto !important;
	overflow-anchor: none;
}

body {
	background: var(--bg-color-main);
	display: flex;
	flex-direction: column;
	align-items: center;
}

html,
body {
	max-width: 100%;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	position: relative;
}

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;
}

.degamesonline--container__main {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.degamesonline__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Header */
.degamesonline--header {
	width: 100%;
	display: flex;
	position: relative;
	background-color: var(--bg-color-sub);
}

.degamesonline--menu {
	width: 100%;
	display: flex;
	align-items: center;
}

.degamesonline--header__container {
	width: 100%;
	height: 100%;
	display: flex;
	padding: 0.5rem 0;
	flex-direction: column;
	align-items: center;
}

.degamesonline--menu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.degamesonline--menu__box {
	display: flex;
	align-items: center;
	gap: 1.875rem;
}

.degamesonline--menu__list {
	gap: 1.565rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.degamesonline--main__text-logo {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.degamesonline--menu__list-item a {
	font-family: var(--font-nav);
	font-weight: 400;
	font-size: 1rem;
	line-height: 100%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

/* Burger */
#degamesonlineMenuToggle {
	display: none;
	position: absolute;
	top: 0;
	left: 0rem;
	z-index: 999 !important;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	height: 58px;
}

#degamesonlineMenuToggle 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;
}

#degamesonlineMenuToggle span {
	display: block;
	width: 30px;
	height: 3px;
	margin-bottom: 5px;
	right: 0rem;
	top: 0rem;
	position: relative;
	background: var(--color-text);
	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; /* Отключаем прокрутку с приоритетом */
}

#degamesonlineMenuToggle span:first-child {
	transform-origin: 0% 0%;
}

#degamesonlineMenuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#degamesonlineMenu {
	position: absolute;
	max-width: 100vw;
	width: 100%;
	z-index: 1000;
	margin: 65px 0 0 0px;
	padding-top: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: var(--bg-color-main);
	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);
}

#degamesonlineMenu li {
	text-align: center;
	padding: 20px 50px;
	font-size: 22px;
}

#degamesonlineMenuToggle input:checked ~ ul {
	transform: none;
}

.burger-button {
	display: block;
	width: 42px;
	height: 32px;
	position: absolute;
	top: 1rem;
	right: 1rem;
	cursor: pointer;
	opacity: 1; /* Изменили с 0 на 1 */
	z-index: 1002 !important;
	-webkit-touch-callout: none;
	background: transparent;
	border: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* Добавляем класс для открытого состояния */
.burger-button.active span:first-child {
	transform: rotate(45deg) translate(5px, 0px);
	background: #f9f9f9;
	-webkit-transform: rotate(45deg) translate(5px, 0px);
	-moz-transform: rotate(45deg) translate(5px, 0px);
	-ms-transform: rotate(45deg) translate(5px, 0px);
	-o-transform: rotate(45deg) translate(5px, 0px);
}

.burger-button.active span:nth-child(2) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
	-webkit-transform: rotate(0deg) scale(0.2, 0.2);
	-moz-transform: rotate(0deg) scale(0.2, 0.2);
	-ms-transform: rotate(0deg) scale(0.2, 0.2);
	-o-transform: rotate(0deg) scale(0.2, 0.2);
}

.burger-button.active span:nth-child(3) {
	transform: rotate(-45deg) translate(-4px, 5px);
	-webkit-transform: rotate(-45deg) translate(-4px, 5px);
	-moz-transform: rotate(-45deg) translate(-4px, 5px);
	-ms-transform: rotate(-45deg) translate(-4px, 5px);
	-o-transform: rotate(-45deg) translate(-4px, 5px);
}

/* Обновляем селектор для checked состояния */
#degamesonlineMenuToggle .active ~ #degamesonlineMenu {
	transform: none;
}

/* Welcome */
.degamesonline--welcome-box {
	width: 100%;
	display: flex;
	align-items: flex-end;
	height: auto;
	justify-content: center;
}

.degamesonline--header__title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 1.25rem;
}

.degamesonline--header__info {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	justify-content: center;
	max-width: 926px;
	width: 100%;
}

.degamesonline--header__title-welcome {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 4.75rem;
	letter-spacing: 5px;
	line-height: 130%;
	color: var(--color-text);
	text-transform: uppercase;
}

.degamesonline--header__text-welcome {
	font-family: var(--font-text);
	font-weight: 500;
	font-size: 2.155rem;
	line-height: 120%;
	color: var(--color-text);
	text-transform: uppercase;
}

.degamesonline--header---image {
	background-image: url("/degamesonline-components/degamesonline-picture/degamesonline-title/degamesonline-statue.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 425px;
	width: 100%;
	height: 863px;
}

/* About */
.degamesonline--about-box {
	padding: 10rem 0;
	position: relative;
}

.degamesonline--about--left_image {
	position: absolute;
	left: 0;
	bottom: 10rem;
	background-image: url("/degamesonline-components/degamesonline-picture/degamesonline-games/degamesonline-left-statue.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 450px;
	width: 100%;
	height: 640px;
}
.degamesonline--about--right_image {
	position: absolute;
	right: 0;
	background-image: url("/degamesonline-components/degamesonline-picture/degamesonline-games/degamesonline-right-statue.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 450px;
	width: 100%;
	height: 670px;
	bottom: 10rem;
}

.degamesonline--about--container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.degamesonline--about---title {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 130%;
	color: var(--color-text);
}

.degamesonline--about---cards_box {
	display: flex;
	gap: 1.25rem;
}

.degamesonline--about----box_card {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	max-width: 454px;
	width: 100%;
}

.degamesonline--about----box__image-statue {
	background-image: url("/degamesonline-components/degamesonline-picture/degamesonline-about/degamesonline-about-statue.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 454px;
	width: 100%;
	height: 154px;
}
.degamesonline--about----box__image-party {
	background-image: url("/degamesonline-components/degamesonline-picture/degamesonline-about/degamesonline-about-party-statue.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 454px;
	width: 100%;
	height: 154px;
}
.degamesonline--about----box__image-meeting {
	background-image: url("/degamesonline-components/degamesonline-picture/degamesonline-about/degamesonline-meeting-statue.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 454px;
	width: 100%;
	height: 154px;
}

.degamesonline--about----box__text {
	color: var(--color-text);
	font-family: var(--font-text);
	font-size: 1.125rem;
	line-height: 130%;
	text-transform: uppercase;
}

/* Steps */

.degamesonline--center_steps {
	text-align: center;
	max-width: 875px;
	width: 100%;
	margin-inline: auto;
}
.degamesonline--steps---lists {
	display: grid;
	grid-template-columns: repeat(3, 454px); /* 3 колонки по 454px */
	grid-template-rows: auto auto; /* 2 строки */
	gap: 1.25rem;
}

.degamesonline--steps----elem {
	display: flex;
	flex-direction: column;
	gap: 0.95rem;
	align-items: center;
	padding: 1.25rem 2.5rem;
	background-color: var(--bg-color-sub);
	border-radius: 20px;
	justify-content: center;
}

.degamesonline--steps----elem:nth-child(1) {
	grid-column: 1 / span 1;
	grid-row: 1;
}
.degamesonline--steps----elem:nth-child(2) {
	grid-column: 2 / span 1;
	grid-row: 1;
}
.degamesonline--steps----elem:nth-child(3) {
	grid-column: 2 / span 1;
	grid-row: 2;
}
.degamesonline--steps----elem:nth-child(4) {
	grid-column: 3 / span 1;
	grid-row: 1;
}
.degamesonline--steps----elem_top {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.degamesonline--steps----elem__title {
	color: var(--color-text);
	font-family: var(--font-sub-title);
	font-weight: 700;
	font-size: 1.875rem;
	text-align: center;
	line-height: 120%;
}

.degamesonline--steps----elem_text {
	color: var(--color-text);
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1.125rem;
	text-align: center;
	line-height: 120%;
	text-transform: uppercase;
}

/* Games */

.degamesonline--games---lists {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
}

.degamesonline--games---row {
	display: flex;
	justify-content: center;
	gap: 1.25rem;
}

.degamesonline--games----items_box {
	position: relative;
	display: inline-block;
	max-width: 453px;
	width: 100%;
	height: auto;
}

.degamesonline--games----items img {
	max-width: 453px;
	width: 100%;
	height: 230px;
}

.degamesonline--games----items::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid transparent;
	transition: all 0.3s ease-in;
	pointer-events: none;
	margin: -15px;
}

.degamesonline--games----image {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.degamesonline--games----content {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	padding: 0.5rem;
	transition: opacity 0.3s ease-in;
	box-sizing: border-box;
	backdrop-filter: blur(4px);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.degamesonline--games----items:hover .degamesonline--games----content {
	opacity: 1;
}

.degamesonline--games----items_name {
	font-family: var(--font-sub-title);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 100%;
	color: var(--color-text);
	text-align: center;
}

.degamesonline--games----content_text {
	margin: 0.825rem 0 1.25rem;
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 130%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.degamesonline--games----items:hover .degamesonline--games----content {
	opacity: 1;
	visibility: visible;
}

.degamesonline--games----content_btn {
	display: inline-block;
	padding: 0.5rem 1.5rem;
	background-color: #fdab2e;
	font-family: var(--font-sub-title);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 100%;
	color: var(--color-text);
	text-align: center;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 65px;
	border: 3px solid transparent;
	transition: background-color 0.2s ease;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

/* Benefits */
.degamesonline--benefits-box {
	padding-bottom: 10rem;
}

.degamesonline--benefits--lists {
	display: flex;
	gap: 2.5rem 1.25rem;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1108px;
	width: 100%;
	margin-inline: auto;
}

.degamesonline--benefits---item {
	max-width: 490px;
	width: 100%;
	color: var(--color-text);
	font-family: var(--font-text);
	font-size: 1.125rem;
	line-height: 130%;
	text-transform: uppercase;
	display: flex;
}

.degamesonline--benefits---item:nth-child(1) {
	order: 1;
}
.degamesonline--benefits---item_left {
	background-image: url("/degamesonline-components/degamesonline-picture/degamesonline-faq/degamesonline-icon-column.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 71px;
	width: 100%;
	height: 71px;
}

.degamesonline--benefits---item_right {
	background-image: url("/degamesonline-components/degamesonline-picture/degamesonline-faq/degamesonline-icon-column.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 71px;
	width: 100%;
	height: 71px;
}
.degamesonline--benefits---item:nth-child(2) {
	order: 3;
}
.degamesonline--benefits---item:nth-child(3) {
	order: 2;
	flex-direction: row-reverse;
}
.degamesonline--benefits---item:nth-child(4) {
	order: 4;
	flex-direction: row-reverse;
}

/* Contact */
.degamesonline--contact-box {
	padding: 6.25rem 0;
	background-image: url("/degamesonline-components/degamesonline-picture/degamesonline-contact/degamesonline-contact-statues.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.degamesonline--contact--container {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	max-width: 982px;
	width: 100%;
	margin: 0 auto;
}

.degamesonline--contact---top {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
}

.degamesonline--contact---top_title {
	font-family: var(--font-title);
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 130%;
	color: var(--color-text);
	text-align: center;
}

/* Contact Form */
.degamesonline__contact--form {
	width: 100%;
	display: flex;
	gap: 1rem;
	flex-direction: column;
}

.degamesonline__contact--form-lists {
	display: flex;
	gap: 1.25rem;
}

.degamesonline__contact--form--items {
	display: flex;
	width: 100%;
	gap: 0.95rem;
	flex-direction: column;
}

.degamesonline_contact__input {
	outline: none;

	height: 60px;
	width: 100%;
	border: none;
	background: var(--bg-color-sub);
	font-family: var(--font-text);
	font-weight: 700;
	font-size: 1.125rem;
	border: none;
	line-height: 24px;
	color: var(--color-form);
	padding: 1.25rem;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.degamesonline_contact__input::placeholder {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 100%;
	color: var(--color-form);
}

.degamesonline_contact__checkbox {
	position: relative;
	display: flex;
	align-items: center;
	font-family: var(--font-text);
	font-weight: 600;
	font-size: 1rem;
	line-height: 100%;
	color: var(--color-text);
	gap: 1rem;
}

.degamesonline_contact___link {
	color: var(--color-acent);
	text-decoration: underline;
}

.degamesonline_contact___check {
	max-width: 40px;
	width: 100%;
	height: 40px;
	border: 2px solid #8d8d8d;
	background: var(--bg-color-sub);
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.custom-checkbox {
	position: absolute;
	width: 40px;
	height: 40px;
	pointer-events: none;
}

.degamesonline_contact___check:checked {
	background: var(--color-title);
	border-color: var(--color-title);
}

.degamesonline_contact___check:checked::after {
	content: "";
	position: absolute;
	left: 12px;
	top: 5px;
	width: 12px;
	height: 20px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.degamesonline_contact__btn {
	background: #fdab2e;
	border: none;
	cursor: pointer;
	width: 100%;
	height: 65px;
	padding: 0.5rem;
	font-family: var(--font-title);
	font-weight: 500;
	font-size: 1.25rem;
	border: 3px solid transparent;
	line-height: 100%;
	color: var(--color-text);
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	box-shadow: 0px 0px 10px 0px #ffbf0ecc;
	text-align: center;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease-in-out 0.4s;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-ms-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	-webkit-transition: 0.4s;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

textarea {
	resize: none;
	overflow: hidden;
}

.active__block {
	display: flex;
}

.form-message {
	border-radius: 4px;
	text-align: center;
}

.form-message.error {
	padding: 0.5rem;
	background-color: #ffebee;
	color: #d32f2f;
	border: 1px solid #ef9a9a;
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 24px;
}

.form-message.success {
	padding: 0.5rem;
	background-color: #e8f5e9;
	color: #2e7d32;
	border: 1px solid #a5d6a7;
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 24px;
}

/* Footer */
.degamesonline--footer {
	width: 100%;
	background-color: var(--bg-color-main);
	padding: 2.69rem 0;
}

.degamesonline--footer--container {
	display: flex;
	width: 100%;
	align-items: center;
	flex-direction: column;
	gap: 1.75rem;
}

.degamesonline--footer---logo {
	max-width: 50px;
	width: 100%;
	height: 50px;
}

.degamesonline--footer---nav {
	display: flex;
	align-items: center;
	gap: 1.56rem;
}

.degamesonline--footer----link a {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 24px;
	color: var(--color-text);
	text-transform: uppercase;
}

.degamesonline--footer---text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 24px;
	color: var(--color-text);
	text-align: center;
}

/* Others Styles */
.degamesonline--contact-header {
	padding: 5rem 0 10rem;
}

.degamesonline--header__contact {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.degamesonline--contact--cards {
	display: flex;
	gap: 1.3rem;
	justify-content: space-between;
}

.degamesonline--contact---card {
	max-width: 453px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.degamesonline--contact----icon_mail {
	background-image: url("/degamesonline-components/degamesonline-picture/degamesonline-contact/degamesonline-icon-email.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 80px;
	width: 100%;
	height: 80px;
}
.degamesonline--contact----icon_phone {
	background-image: url("/degamesonline-components/degamesonline-picture/degamesonline-contact/degamesonline-icon-phone.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 80px;
	width: 100%;
	height: 80px;
}
.degamesonline--contact----icon_location {
	background-image: url("/degamesonline-components/degamesonline-picture/degamesonline-contact/degamesonline-icon-location.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 80px;
	width: 100%;
	height: 80px;
}

.degamesonline--contact----info {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	align-items: center;
	padding: 1.75rem;
	background-color: var(--bg-color-sub);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.degamesonline--contact----info_text {
	text-align: center;
	font-family: var(--font-sub-title);
	font-size: 1.25rem;
	line-height: 100%;
	color: var(--color-text);
	font-weight: 700;
}

.degamesonline--header__bg-game {
	background-image: url("/degamesonline-components/degamesonline-picture/degamesonline-contact/degamesonline-contact-statues.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1.575rem !important;
	max-width: 926px;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-inline: auto;
}

.degamesonline--gamepage-box {
	padding: 4.375rem 0;
}

.degamesonline--header__title-gamepage {
	font-size: 1.875rem;
	text-align: center;
}

.degamesonline--header__text-gamepage {
	font-size: 1rem;
	text-align: center;
}

.degamesonline--header__w-game {
	max-width: 454px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.degamesonline--gamecards-box {
	padding: 4rem 0;
	position: relative;
}

.degamesonline--conduct-box {
	padding: 4rem 0;
}

.degamesonline--conduct__title-welcome {
	text-align: center;
	font-size: 2.5rem;
	color: var(--color-text);
	font-family: var(--font-title);
	line-height: 120%;
	text-transform: uppercase;
	font-weight: 500;
}

.degamesonline--rules--container {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.degamesonline--rules---title {
	font-size: 2rem;
	color: var(--color-text);
	font-family: var(--font-title);
	line-height: 130%;
	text-transform: uppercase;
	font-weight: 500;
}

.degamesonline--rules---text {
	font-size: 1.125rem;
	color: var(--color-text);
	font-family: var(--font-text);
	line-height: 130%;
	font-weight: 400;
}

.degamesonline--rules---subtitle {
	font-size: 1.25rem;
	color: var(--color-text);
	font-family: var(--font-title);
	line-height: 130%;
	text-transform: uppercase;
	font-weight: 500;
}

.degamesonline--info--container {
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
}

.degamesonline--about__text {
	font-size: 1.125rem;
	color: var(--color-text);
	font-family: var(--font-text);
	line-height: 130%;
	font-weight: 400;
	text-align: center;
}

.degamesonline--rules-box {
	padding: 0 0 4rem;
}

.degamesonline--gamebox-box {
	padding: 5rem 0;
}

.degamesonline--gamebox--container {
	display: flex;
	gap: 1.25rem;
	flex-direction: column;
}

.degamesonline--gamebox---name {
	text-align: center;
	font-size: 2.5rem;
	color: var(--color-text);
	font-family: var(--font-title);
	line-height: 120%;
	text-transform: uppercase;
	font-weight: 500;
}

.degamesonline--gamebox----info {
	display: flex;
	gap: 1.25rem;
}

.degamesonline--gamebox---links {
	display: flex;
	gap: 1.5rem;
	flex-direction: column;
}

.degamesonline--gamebox----image {
	max-width: 450px;
	width: 100%;
	height: 230px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.degamesonline--gamebox----btn {
	display: inline-block;
	padding: 0.5rem 1.5rem;
	background-color: #fdab2e;
	font-family: var(--font-title);
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 100%;
	color: var(--color-text);
	text-align: center;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 65px;
	border: 3px solid transparent;
	transition: background-color 0.2s ease;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.degamesonline--gamebox----info_desc {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	background-color: var(--bg-color-sub);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	padding: 2.5rem;
	max-width: 927px;
	width: 100%;
}

.degamesonline--gamebox----info__items {
	font-size: 1.125rem;
	color: var(--color-text);
	font-family: var(--font-text);
	line-height: 130%;
	font-weight: 400;
	text-align: center;
}

.degamesonline--gamebox---reviews {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	align-items: flex-end;
}

.degamesonline--gamebox---reviews_elem {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	max-width: 1052px;
	width: 100%;
}

.degamesonline--gamebox----avatar_radiant {
	background-image: url("/degamesonline-components/degamesonline-picture/degamesonline-games/degamesonline-radiant-sun.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 105px;
	width: 100%;
	height: 105px;
}
.degamesonline--gamebox----avatar_qrixo {
	background-image: url("/degamesonline-components/degamesonline-picture/degamesonline-games/degamesonline-qrixo-winx.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 105px;
	width: 100%;
	height: 105px;
}

.degamesonline--gamebox----messege {
	padding: 1.25rem 2.5rem;
	background-color: var(--bg-color-sub);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.degamesonline--gamebox----messege_name {
	font-size: 1.25rem;
	color: var(--color-text);
	font-family: var(--font-title);
	line-height: 130%;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
}
.degamesonline--gamebox----messege_text {
	font-size: 1.125rem;
	color: var(--color-text);
	font-family: var(--font-text);
	line-height: 130%;
	font-weight: 400;

	text-transform: uppercase;
}

/* Mobile */
@media screen and (max-width: 1420px) {
	.degamesonline--container__main {
		padding: 0 1.5rem;
	}

	.degamesonline--games---row {
		flex-wrap: wrap;
		justify-content: center;
	}

	.degamesonline--steps---lists,
	.degamesonline--about---cards_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.degamesonline--steps----elem {
		max-width: 453px;
		width: 100%;
	}
}
@media screen and (max-width: 1220px) {
	.degamesonline--header__title {
		flex-direction: column;
		align-items: center;
		padding: 2.5rem 0 0;
	}

	.degamesonline--header__info {
		max-width: 100%;
		width: 100%;
	}

	.degamesonline--welcome-box {
		overflow: hidden;
		align-items: stretch;
	}

	.degamesonline--about--right_image,
	.degamesonline--about--left_image {
		max-width: 300px;
		width: 100%;
		height: 520px;
	}

	.degamesonline--footer---nav {
		flex-wrap: wrap;
		justify-content: center;
	}

	.degamesonline--header---image {
		background-position: top;
		height: 400px;
	}

	.degamesonline--contact--cards {
		flex-wrap: wrap;
		justify-content: center;
	}

	.degamesonline--gamebox----info,
	.degamesonline--gamebox---reviews_elem {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.degamesonline--gamebox---reviews_elem {
		margin-inline: auto;
	}
}

@media screen and (max-width: 800px) {
	.degamesonline--header__title-welcome {
		font-size: 3rem;
	}

	.degamesonline--header__text-welcome {
		font-size: 1.25rem;
	}

	.degamesonline--about-box {
		padding: 6.25rem 0;
	}

	.degamesonline--about----box__text,
	.degamesonline--steps----elem_text,
	.degamesonline--benefits---item {
		font-size: 1rem;
	}

	.degamesonline--about---title,
	.degamesonline--contact---top_title {
		font-size: 1.875rem;
	}

	.degamesonline--steps----elem__title {
		font-size: 1.25rem;
	}

	.degamesonline--benefits-box {
		padding-bottom: 6.25rem;
	}

	.degamesonline--contact-box {
		padding: 2.25rem 0;
	}

	.degamesonline--contact-header {
		padding: 2.5rem 0;
	}

	.degamesonline--gamebox----messege,
	.degamesonline--gamebox----info_desc {
		padding: 1rem;
	}
}

@media screen and (max-width: 640px) {
	.degamesonline__contact--form-lists {
		flex-direction: column;
		gap: 1rem;
	}

	.degamesonline--about--left_image {
		display: none;
	}

	.degamesonline--games---lists {
		flex-direction: column-reverse;
	}

	.degamesonline--about--right_image {
		position: static;
		height: 325px;
		background-position: top;
	}
	.degamesonline--menu__list {
		display: none;
	}

	#degamesonlineMenuToggle {
		display: block;
	}

	.degamesonline--header__title-welcome {
		font-size: 2rem;
	}

	.degamesonline--conduct__title-welcome,
	.degamesonline--rules---title {
		font-size: 1.5rem;
		word-break: break-all;
	}
}

@media screen and (max-width: 510px) {
	.degamesonline--about----box__image-party,
	.degamesonline--about----box__image-statue,
	.degamesonline--about----box__image-meeting {
		max-width: 100%;
		width: 100%;
		border-radius: 25px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		-ms-border-radius: 25px;
		-o-border-radius: 25px;
	}

	.degamesonline--games----items img {
		height: auto;
	}

	.degamesonline--games----items_name {
		font-size: 1rem;
	}

	.degamesonline--games----content_text {
		font-size: 0.675rem;
		margin: 0.5rem 0;
	}

	.degamesonline--games----content_btn {
		height: 40px;
		font-size: 1rem;
	}

	.degamesonline--games----content {
		border-radius: 5px;

		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	}
}
@media screen and (max-width: 400px) {
	.degamesonline--header__title-welcome {
		word-break: break-all;
	}
}
