@font-face {
	src: url("/wallfruits-assets/wallfruits-fonts/wallfruits-redhatdisplay-black.woff2")
		format("truetype");
	font-family: "redhatdisplay-black";
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/wallfruits-assets/wallfruits-fonts/wallfruits-redhatdisplay-bold.woff2")
		format("truetype");
	font-family: "redhatdisplay-bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/wallfruits-assets/wallfruits-fonts/wallfruits-redhatdisplay-medium.woff2")
		format("truetype");
	font-family: "redhatdisplay-medium";
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/wallfruits-assets/wallfruits-fonts/wallfruits-redhatdisplay-regular.woff2")
		format("truetype");
	font-family: "redhatdisplay-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-black: "redhatdisplay-black", sans-serif;
	--font-bold: "redhatdisplay-bold", sans-serif;
	--font-medium: "redhatdisplay-medium", sans-serif;
	--font-regular: "redhatdisplay-regular", sans-serif;

	--color--bg: linear-gradient(184.48deg, #050708 70.91%, #6a6a6a 115.26%);
	--color--secondary: #595959;
	--color-white: #fff;
	--color-darkbg: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	--color-card: #00000099;
	--color-news: #060809;
	--transition: all ease-in-out 0.3s;
}

*,
::after,
::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
ol,
li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}

body {
	background: var(--color--bg);
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
	position: relative;
	z-index: 2;
}

button {
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
}

main,
footer {
	width: 100%;
	color: rgba(3, 3, 3, 1);
}

html {
	scroll-behavior: smooth;
}

img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	vertical-align: top;
}

header {
	width: 100%;
}

.wallfruits--container__main {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.wallfruits__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Header */
.wallfruits--header {
	width: 100%;
}

.wallfruits--header__container {
	width: 100%;
}
.wallfruits--header__logo {
	max-width: 220px;
	width: 100%;
	height: 32px;
}

.wallfruits--menu {
	padding: 1rem 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 4rem;
	align-items: center;
}

.wallfruits--menu__list {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.wallfruits--menu__list-item a {
	font-family: var(--font-black);
	font-weight: 900;
	font-size: 0.875rem;
	line-height: 100%;
	color: var(--color-white);
}

.wallfruits--menu__list-item {
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
	border-bottom: 1px solid transparent;
}

.wallfruits--menu__list-item:hover {
	border-bottom: 1px solid var(--color-lightgray);
}

.wallfruits--menu__list-item a.active {
	position: relative;
	top: -0.25rem;
	padding-block: 0.25rem;
	border-bottom: 2px solid var(--color-white);
}

/* Welcome */
.wallfruits--welcome--box {
	padding: 2.5rem 0 0;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.wallfruits--welcome-container {
	display: flex;
	align-items: center;
	gap: 2.5rem;
}

.wallfruits--welcome--info {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	max-width: 814px;
	width: 100%;
}

.wallfruits--welcome----title {
	font-family: var(--font-black);
	font-weight: 900;
	font-size: 3.75rem;
	line-height: 120%;
	color: var(--color-white);
	text-shadow: 0px 5px 8.4px #250056;
	text-align: center;
}

.wallfruits--welcome----text {
	font-family: var(--font-medium);
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 150%;
	color: var(--color-white);
	text-shadow: 0px 5px 8.4px #250056;
	text-align: center;
}

.wallfruits--welcome---imagebox {
	position: relative;
	max-width: 386px;
	width: 100%;
	height: 426px;
}

.wallfruits--welcome---peoples {
	background-image: url(/wallfruits-assets/wallfruits-img/wallfruits-welcome/wallfruits-news-peoples.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 386px;
	width: 100%;
	height: 426px;
	position: relative;
}

.wallfruits--welcome---peoples::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	z-index: 0;
}

.wallfruits--welcome---hand {
	background-image: url(/wallfruits-assets/wallfruits-img/wallfruits-welcome/wallfruits-news-hand.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 600px;
	width: 100%;
	height: 600px;
	position: relative;
}

.wallfruits--welcome---hand::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	z-index: 0;
}

.wallfruits--welcome---city {
	background-image: url(/wallfruits-assets/wallfruits-img/wallfruits-welcome/wallfruits-news-city.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 280px;
	width: 100%;
	height: 600px;
	position: relative;
}

.wallfruits--welcome---city::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	z-index: 0;
}
.wallfruits--welcome---igaimerso {
	background-image: url(/wallfruits-assets/wallfruits-img/wallfruits-welcome/wallfruits-news-igaimerso.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 280px;
	width: 100%;
	height: 280px;
	position: relative;
}

.wallfruits--welcome---igaimerso::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	z-index: 0;
}
.wallfruits--welcome---zynga {
	background-image: url(/wallfruits-assets/wallfruits-img/wallfruits-welcome/wallfruits-news-zunga.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 280px;
	width: 100%;
	height: 280px;
	position: relative;
}

.wallfruits--welcome---zynga::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	z-index: 0;
}

.wallfruits--welcome---news {
	display: flex;
	gap: 2.5rem;
	flex-wrap: wrap;
	justify-content: center;
	height: auto;
}

.wallfruits--news--content {
	position: absolute;
	padding: 1rem;
	bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	z-index: 1;
}

.wallfruits--news---title {
	font-family: var(--font-medium);
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 120%;
	color: var(--color-white);
}

.wallfruits--news---autor {
	display: flex;
	align-items: center;
	gap: 0.675rem;
}

.wallfruits--news----ava {
	max-width: 30px;
	width: 100%;
	height: 40px;
}

.wallfruits--news---taylor {
	background-image: url(/wallfruits-assets/wallfruits-img/wallfruits-welcome/wallfruits-avatar-tailer.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.wallfruits--news---alex {
	background-image: url(/wallfruits-assets/wallfruits-img/wallfruits-welcome/wallfruits-avatar-alex.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.wallfruits--news---jamie {
	background-image: url(/wallfruits-assets/wallfruits-img/wallfruits-welcome/wallfruits-avatar-jamie.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.wallfruits--news---casey {
	background-image: url(/wallfruits-assets/wallfruits-img/wallfruits-welcome/wallfruits-avatar-casey.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.wallfruits--news---morgan {
	background-image: url(/wallfruits-assets/wallfruits-img/wallfruits-welcome/wallfruits-avatar-morgan.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wallfruits--news----name {
	font-family: var(--font-medium);
	font-weight: 500;
	font-size: 1rem;
	line-height: 150%;
	color: #a4a4a4;
}

.wallfruits--600 {
	max-width: 600px !important;
	width: 100%;
	height: 600px !important;
	position: relative;
}
.wallfruits--280 {
	max-width: 280px !important;
	width: 100%;
	height: 600px !important;
	position: relative;
}

.wallfruits--f16 {
	font-size: 1rem !important;
	position: relative;
	z-index: 1;
}

.wallfruits--news---autor {
	position: relative;
	z-index: 1;
}

.wallfruits--col {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	max-width: 280px !important;
	width: 100%;
}

.wallfruits--welcome__col280 {
	max-width: 280px !important;
	width: 100%;
	height: 280px !important;
	position: relative;
}

article {
	cursor: pointer;
}

.wallfruits--news {
	padding: 2.5rem 0;
}

/* Modal news */
.modal {
	display: none; /* Измените с block на none */
	position: fixed; /* Рекомендую использовать fixed вместо absolute */
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%; /* Измените на 100% вместо auto */
	overflow-y: auto; /* Добавьте скролл для длинных модалок */
	background-color: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(5px);
}

.modal-content {
	background-color: var(--color-news);
	margin: 5% auto;
	padding: 2.5rem 5rem;
	width: 100%;
	max-width: 974px;
	position: relative;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	animation: modalFadeIn 0.3s;
	border: 3px solid #6e6e6e;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

@keyframes modalFadeIn {
	from {
		opacity: 0;
		transform: translateY(-50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.close-btn {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	color: var(--color-white);
	transition: color 0.3s;
	background-image: url(/wallfruits-assets/wallfruits-img/wallfruits-welcome/wallfruits--close.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 32px;
	width: 100%;
	height: 32px;
}

.close-btn:hover {
	color: #000;
}

.wallfruits--nocenter {
	text-align: left !important;
}

.wallfruits--modal----lists,
.wallfruits--modal---content {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.wallfruits--modal----title {
	font-family: var(--font-black);
	font-weight: 900;
	font-size: 2.25rem;
	line-height: 120%;
	color: var(--color-white);
	text-shadow: 0px 5px 8.4px #250056;
}

.wallfruits--modal--image {
	max-width: 814px !important;
	width: 100%;
	height: 400px !important;
}

.wallfruits--modal--image::after {
	background: none;
}

/* FAQ */
.wallfruits--faq {
	background: var(--color--secondary);
	padding: 2.5rem 0;
}

.wallfruits--faq-container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.wallfruits--faq--cards {
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	flex-wrap: wrap;
}

.wallfruits-center {
	text-align: center !important;
}

.wallfruits--faq---card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: 280px;
	width: 100%;
	padding: 1.5rem;
	background: var(--color-card);
}

.wallfruits--faq----title {
	font-family: var(--font-bold);
	font-weight: 700;
	font-size: 1rem;
	line-height: 150%;
	color: var(--color-white);
}
.wallfruits--faq----text {
	font-family: var(--font-regular);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: var(--color-white);
}

/* Contact */
.wallfruits--contact {
	padding: 2.5rem 0;
}

.wallfruits--contact--top {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.wallfruits__contact--form {
	display: flex;
	max-width: 814px;
	width: 100%;
	gap: 0.675rem;
	margin-inline: auto;
	flex-direction: column !important;
}

.wallfruits_contact__input {
	outline: none;
	height: 52px;
	width: 100%;
	background: var(--color-white);
	border: 1px solid #e6e6e6;
	font-size: 1rem;
	color: var(--color-news);
	font-family: var(--font-medium);
	font-weight: 500;
	line-height: 150%;
	padding: 0.875rem 1.125rem;
}

.wallfruits_contact__input::placeholder {
	font-size: 1rem;
	color: #626262;
	font-family: var(--font-regular);
	font-weight: 400;
	line-height: 150%;
}

.wallfruits_contact--textarea {
	height: 100px;
	resize: none;
}

.wallfruits_contact__btn {
	max-width: 262px;
	width: 100%;
	height: 47px;
	display: flex;
	margin: 1.875rem auto 0;
	align-items: center;
	justify-content: center;
	font-family: var(--font-black);
	font-weight: 900;
	font-size: 1rem;
	line-height: 120%;
	color: #6c6c6c;
	text-transform: uppercase;
	background: var(--color-white);
}

.status {
	padding: 10px;
	background-color: rgb(0, 145, 0);
	margin-top: 5px;
	display: none;
	font-family: var(--font-bold);
	font-weight: 700;
	font-size: 1rem;
	color: var(--color-white);
	line-height: 120%;
	text-align: center;
	justify-content: center;
}

.wallfruits--center {
	text-align: center !important;
}

.form.active .status {
	display: block;
}
/* Footer */
.wallfruits--footer {
	position: relative;
	padding: 2.5rem 0;
	border-top: 5px solid var(--color-white);
}

.wallfruits--footer-container {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.wallfruits--auto {
	margin-inline: auto;
}

.wallfruits--footer--company {
	display: flex;
	align-items: center;
	gap: 1rem 1.5rem;
	max-width: 700px;
	width: 100%;
	justify-content: space-between;
	margin-inline: auto;
}

.wallfruits--footer---age {
	background-image: url(/wallfruits-assets/wallfruits-img/wallfruits-footer/wallfruits-icon-age.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 40px;
	width: 100%;
	height: 40px;
}

.wallfruits--footer---gamcare {
	max-width: 139px;
	width: 100%;
	height: 40px;
}
.wallfruits--footer---gambleaware {
	max-width: 130px;
	width: 100%;
	height: 40px;
}

.wallfruits--footer---text {
	font-family: var(--font-regular);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	color: var(--color-white);
}

.wallfruits--footer---info {
	display: flex;
	gap: 1.5rem;
}

.wallfruits--footer----item {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	max-width: 608px;
	width: 100%;
}

.wallfruits--footer----item:last-child {
	gap: 0.675rem;
}

.wallfruits--footer___title {
	font-family: var(--font-bold);
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 150%;
	color: var(--color-white);
}

.wallfruits--footer---navmenu {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 0.5rem;
}

.wallfruits--footer----minus::after {
	content: "-";
	color: var(--color-white);
	max-width: 5px;
	width: 100%;
	height: 1px;
	font-family: var(--font-regular);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	color: var(--color-white);
}

.wallfruits--footer----navlink a {
	font-family: var(--font-regular);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	color: var(--color-white);
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.wallfruits--footer----navlink a:hover {
	text-shadow: 0 0 20px var(--color-white);
}

/* Burger */
#wallfruitsMenuToggle {
	display: none;
	position: absolute;
	top: 0;
	left: 0rem;
	z-index: 999 !important;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	height: 58px;
}

#wallfruitsMenuToggle a {
	text-decoration: none;
	color: var(--color-white);
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

#wallfruitsMenuToggle span {
	display: block;
	width: 22px;
	height: 2px;
	margin-bottom: 5px;
	right: 0rem;
	top: 0.2rem;
	position: relative;
	background: var(--color-white);
	border-radius: 3px;
	z-index: 1001 !important;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
		background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.no-scroll {
	overflow: hidden !important; /* Отключаем прокрутку с приоритетом */
}

#wallfruitsMenuToggle span:first-child {
	transform-origin: 0% 0%;
}

#wallfruitsMenuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#wallfruitsMenu {
	position: absolute;
	max-width: 100vw;
	width: 100%;
	z-index: 1000;
	padding-top: 5.25rem;
	margin: 0 0 0 0px;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: center;
	background: var(--color--secondary);

	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);
}

#wallfruitsMenuToggle input:checked ~ ul {
	transform: none;
}

.burger-button {
	display: block;
	width: 42px;
	height: 32px;
	position: absolute;
	top: 0.7rem;
	right: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
	opacity: 1;
	z-index: 1002 !important;
	-webkit-touch-callout: none;
	background: transparent;
	border: none;
	padding: 0;
}

/* Добавляем класс для открытого состояния */
.burger-button.active span:first-child {
	transform: rotate(45deg) translate(4px, 0px);
	background: #f9f9f9;
	-webkit-transform: rotate(45deg) translate(4px, 0px);
	-moz-transform: rotate(45deg) translate(4px, 0px);
	-ms-transform: rotate(45deg) translate(4px, 0px);
	-o-transform: rotate(45deg) translate(4px, 0px);
}

.burger-button.active span:nth-child(2) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

.burger-button.active span:last-child {
	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 состояния */
#wallfruitsMenuToggle .active ~ #wallfruitsMenu {
	transform: none;
}

/* Others Styles */
.wallfruits--game {
	background-image: url(/wallfruits-assets/wallfruits-img/wallfruits-game/wallfruits-bg-fruits.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wallfruits--about-container {
	display: flex;
	align-items: center;
	gap: 2.5rem;
}

.wallfruits--about--image {
	background-image: url(/wallfruits-assets/wallfruits-img/wallfruits-game/wallfruits-fruits.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 386px;
	width: 100%;
	height: 426px;
}

.wallfruits--about--info {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	max-width: 814px;
	width: 100%;
}

.wallfruits--about---lists {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.wallfruits-w {
	max-width: 812px;
	width: 100%;
	margin-inline: auto;
}

iframe {
	border: none;
	outline: none;
	height: 700px;
}

.wallfruits--resp--lists {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.wallfruits--fulltext {
	max-width: 100%;
	width: 100%;
}

/* Mobile */
@media screen and (max-width: 1260px) {
	.wallfruits--container__main {
		padding: 0 1rem;
	}

	.wallfruits--welcome---news {
		gap: 1.25rem;
	}

	.wallfruits--col {
		flex-direction: row;
	}

	.wallfruits--400 {
		max-width: 400px !important;
		width: 100%;
		height: 400px !important;
		position: relative;
	}

	.wallfruits--full {
		max-width: 100% !important;
		width: 100%;
		gap: 1.25rem;
		justify-content: center;
	}

	.wallfruits--welcome-container {
		flex-direction: column;
	}

	.wallfruits--news---title {
		font-size: 1rem !important;
		position: relative;
		z-index: 1;
	}

	.wallfruits--welcome--info {
		max-width: 100%;
		width: 100%;
	}

	.wallfruits--he {
		height: 280px !important;
	}

	.modal-content {
		padding: 4rem 1rem;
	}

	.wallfruits--modal--image {
		max-width: 100% !important;
		width: 100%;
		gap: 1.25rem;
	}

	.modal {
		padding: 0 1rem;
	}
}

@media screen and (max-width: 991px) {
	.wallfruits--welcome--box {
		padding: 1.25rem 0 0;
	}

	.wallfruits--welcome--info,
	.wallfruits--welcome-container,
	.wallfruits--faq--cards,
	.wallfruits--faq-container,
	.wallfruits--resp--lists {
		gap: 1.25rem;
	}

	.wallfruits--news,
	.wallfruits--faq,
	.wallfruits--contact {
		padding: 1.25rem 0;
	}

	.wallfruits_contact__btn {
		margin: 0.675rem auto 0;
		max-width: 525px;
		width: 100%;
	}

	.wallfruits--footer-container {
		gap: 1rem;
	}

	.wallfruits--footer---info {
		flex-direction: column;
		gap: 1rem;
	}

	.wallfruits--about-container {
		flex-direction: column-reverse;
		gap: 1.25rem;
	}

	.wallfruits--about--image {
		max-width: 328px;
		width: 100%;
		height: 328px;
	}

	.wallfruits--game .wallfruits--contact--top {
		gap: 1rem;
	}

	iframe {
		height: 640px;
	}
}

@media screen and (max-width: 780px) {
	.wallfruits--welcome----title {
		font-size: 2.5rem;
	}

	.wallfruits--welcome----text {
		font-size: 1rem;
	}

	.wallfruits--news----name {
		font-size: 0.875rem;
	}

	.wallfruits--news----ava {
		max-width: 24px;
		width: 100%;
		height: 32px;
	}

	.wallfruits--400 {
		max-width: 328px !important;
		width: 100%;
		height: 362px !important;
		position: relative;
	}

	.wallfruits--full {
		flex-wrap: wrap;
	}

	.wallfruits--welcome__col280 {
		height: auto !important;
	}

	.wallfruits--modal----title {
		font-size: 1.875rem;
	}
}

@media screen and (max-width: 600px) {
	.wallfruits--menu__list {
		display: none;
	}

	#wallfruitsMenuToggle {
		display: block;
	}

	.wallfruits--header__logo {
		max-width: 176px;
		width: 100%;
		height: 24px;
	}

	.wallfruits--footer---navmenu {
		flex-wrap: wrap;
	}

	.wallfruits--footer--company {
		flex-wrap: wrap;
		justify-content: center;
	}
}
