@font-face {
	src: url("/planetbestgames-fontsPssdWas/planetbestgames-boldPssdWas/planetbestgames-epilogue-blackPssdWas.woff2")
		format("truetype");
	font-family: "epilogue-blackPssdWas";
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	src: url("/planetbestgames-fontsPssdWas/planetbestgames-boldPssdWas/planetbestgames-epilogue-boldPssdWas.woff2")
		format("truetype");
	font-family: "epilogue-boldPssdWas";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/planetbestgames-fontsPssdWas/planetbestgames-lightPssdWas/planetbestgames-epilogue-regularPssdWas.woff2")
		format("truetype");
	font-family: "epilogue-regularPssdWas";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/planetbestgames-fontsPssdWas/planetbestgames-lightPssdWas/planetbestgames-ericaone-regularPssdWas.woff2")
		format("truetype");
	font-family: "ericaone-regularPssdWas";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-title: "ericaone-regularPssdWas", sans-serif;
	--font-subtitle: "epilogue-blackPssdWas", sans-serif;
	--font-bold: "epilogue-boldPssdWas", sans-serif;
	--font-text: "epilogue-regularPssdWas", sans-serif;

	--color-container: #ffffff4d;
	--color-darkviolet: #3a104e;
	--color-lightviolet: #633479;
	--color-btn: linear-gradient(180deg, #d98cff 0%, #fcef7c 100%);
	--color-border: 1px solid #3a104e;
	--color-white: #ffffff;
	--color-gray: #c3c3c3;
	--transition: all ease-in-out 0.5s;
}

*,
::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-image: url(/planetbestgames-imgPssdWas/planetbestgames-mainPssdWas/planetbestgames-pink-circlePssdWas.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
	position: relative;
}

button {
	border: none;
	outline: none;
	cursor: pointer;
}

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%;
}

.planetbestgames--container__main {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.planetbestgames__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Header */
.planetbestgames--header {
	width: 100%;
	padding-top: 1.5rem;
}

.planetbestgames--menu {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4.375rem;
	padding: 1.5rem;
	background: #ffffff4d;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	backdrop-filter: blur(10px);
	border: 0.005rem solid var(--color-white);
}

.planetbestgames--header__logo {
	max-width: 248px;
	width: 100%;
	height: 32px;
}

.planetbestgames--header__disclaimer {
	font-family: var(--font-text);
	font-size: 0.875rem;
	line-height: 150%;
	color: #747474;
}

.planetbestgames--menu__list {
	gap: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.planetbestgames--menu__list-item a {
	font-size: 0.875rem;
	line-height: 150%;
	font-family: var(--font-text);
	font-weight: 400;
	color: var(--color-darkviolet);
}

.planetbestgames--menu__list-item a.active {
	font-weight: 700 !important;
	font-family: var(--font-bold) !important;
}

/* Welcom Section */
.planetbestgames--welcome-box {
	padding: 2.5rem 0 0;
}

.planetbestgames--welcome--container {
	display: flex;
	align-items: center;
	gap: 2.5rem;
}

.planetbestgames--welcome__blocks {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	width: 100%;
	max-width: 707px;
	padding: 2.5rem;
	background: #ffffff4d;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	backdrop-filter: blur(10px);
	border: 0.005rem solid var(--color-white);
}

.planetbestgames--welcome---title {
	font-family: var(--font-title);
	color: var(--color-darkviolet);
	font-weight: 400;
	font-size: 3.125rem;
	line-height: 120%;
	text-transform: uppercase;
}

.planetbestgames--welcome---text {
	font-family: var(--font-text);
	color: var(--color-lightviolet);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
}

.planetbestgames--welcome--btn {
	max-width: 240px;
	width: 100%;
	height: 47px;
	display: flex;
	align-items: center;
	background: var(--color-btn);
	justify-content: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	font-family: var(--font-subtitle);
	font-size: 1rem;
	line-height: 120%;
	text-transform: uppercase;
	color: var(--color-darkviolet);
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
	border: var(--color-border);
}

.planetbestgames--welcome--btn:hover {
	box-shadow: 0 0 20px var(--color-darkviolet);
}

.planetbestgames--welcome--picture {
	background-image: url(/planetbestgames-imgPssdWas/planetbestgames-mainPssdWas/planetbestgames-slime-bottlePssdWas.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 493px;
	width: 100%;
	height: 725px;
}

/* Game info */
.planetbestgames--game-box {
	padding: 5rem 0;
}

.planetbestgames--game--container {
	background: #ffffff4d;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	backdrop-filter: blur(10px);
	border: 0.005rem solid var(--color-white);
	padding: 2.5rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

canvas {
	background-color: transparent;
}

.planetbestgames--game---title {
	font-family: var(--font-title);
	font-size: 2rem;
	line-height: 120%;
	text-transform: uppercase;
	color: var(--color-darkviolet);
	font-weight: 400;
}

.planetbestgames--game---frame {
	width: 100%;
	height: 700px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border: none;
	background: #4d374db2;
}

.planetbestgames--game---elems {
	display: flex;
	gap: 1.95rem;
	flex-wrap: wrap;
	justify-content: center;
}

.planetbestgames--game----elem {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1rem;
	max-width: 260px;
	width: 100%;
}

.planetbestgames--game__picture {
	max-width: 228px;
	width: 100%;
	height: 131px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.planetbestgames--game__name {
	font-family: var(--font-bold);
	font-size: 1rem;
	color: #140000;
	line-height: 150%;
	text-align: center;
	text-transform: uppercase;
}

.planetbestgames--game__btn {
	margin-inline: auto;
}

/* Reviews */
.planetbestgames--reviews--container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.planetbestgames--reviews---items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5rem;
}

.planetbestgames--reviews----item {
	max-width: 600px;
	width: 100%;
	background: #ffffff4d;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	backdrop-filter: blur(10px);
	border: 0.005rem solid var(--color-white);
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.planetbestgames--reviews__text {
	font-family: var(--font-text);
	font-size: 0.875rem;
	line-height: 150%;
	color: #515151;
}

.planetbestgames--reviews__rating {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 0.05rem;
}

.planetbestgames--reviews__star {
	max-width: 20px;
	width: 100%;
	height: 20px;
	background-image: url(/planetbestgames-imgPssdWas/planetbestgames-iconPssdWas/planetbestgames-icon-starPssdWas.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.planetbestgames--reviews----item p:last-child {
	color: var(--color-darkviolet);
}

/* Footer */
.planetbestgames--footer {
	padding: 2.5rem 0;
	background: var(--color-darkviolet);
}

.planetbestgames--footer-container {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.planetbestgames--auto {
	margin-inline: auto;
}

.planetbestgames--footer--parthers {
	max-width: 700px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	margin-inline: auto;
	justify-content: space-between;
}

.planetbestgames--footer---age {
	background-image: url(/planetbestgames-imgPssdWas/planetbestgames-iconPssdWas/planetbestgames-agePssdWas.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 40px;
	width: 100%;
	height: 40px;
}

.planetbestgames--footer----gamcare {
	max-width: 139px;
	width: 100%;
	height: 40px;
}
.planetbestgames--footer----gambleaware {
	max-width: 130px;
	width: 100%;
	height: 40px;
}

.planetbestgames--lightgray {
	color: var(--color-gray) !important;
}

.planetbestgames--footer---items {
	display: flex;
	gap: 2.5rem;
}

.planetbestgames--foter----item {
	max-width: 600px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.planetbestgames--f14 {
	font-size: 0.875rem !important;
}

.planetbestgames--bold {
	font-family: var(--font-bold);
	font-weight: 700;
}

.planetbestgames--footer--navmenu {
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: space-between;
}

.planetbestgames--footer---navlink a {
	font-family: var(--font-bold);
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 150%;
	color: var(--color-gray);
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.planetbestgames--footer---navlink a:hover {
	color: var(--color-white);
}

.planetbestgames--center {
	text-align: center;
}

/* Burger */
#planetbestgamesMenuToggle {
	display: none;
	position: absolute;
	top: 0;
	left: 0rem;
	z-index: 999 !important;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	height: 58px;
}

#planetbestgamesMenuToggle 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;
}

#planetbestgamesMenuToggle span {
	display: block;
	width: 30px;
	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; /* Отключаем прокрутку с приоритетом */
}

#planetbestgamesMenuToggle span:first-child {
	transform-origin: 0% 0%;
}

#planetbestgamesMenuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#planetbestgamesMenu {
	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-lightviolet);
	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);
}

#planetbestgamesMenuToggle input:checked ~ ul {
	transform: none;
}

.burger-button {
	display: block;
	width: 42px;
	height: 32px;
	position: absolute;
	top: 2.85rem;
	right: 2rem;
	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: var(--color-white) !important;
	-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 {
	background: var(--color-white) !important;
	transform: rotate(-45deg) translate(-5px, 5px);
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	-moz-transform: rotate(-45deg) translate(-5px, 5px);
	-ms-transform: rotate(-45deg) translate(-5px, 5px);
	-o-transform: rotate(-45deg) translate(-5px, 5px);
}

/* Обновляем селектор для checked состояния */
#planetbestgamesMenuToggle .active ~ #planetbestgamesMenu {
	transform: none;
}

.planetbestgames--menu__list--text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 130%;
	color: #ffffff80;
	text-align: center;
	max-width: 320px;
	width: 100%;
}

/* Contact */
.planetbestgames--full {
	max-width: 100% !important;
	width: 100%;
}

.planetbestgames--disclaimer--container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.planetbestgames--disclaimer---image {
	background-image: url(/planetbestgames-assets/planetbestgames-img/planetbestgames-disclaimer/planetbestgames-man-cowboy.webp);
	background-position: 100% 20%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 300px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.planetbestgames--contact-box {
	background-image: url(/planetbestgames-assets/planetbestgames-img/planetbestgames-contact/planetbestgames-horses-cowboy.webp);
}

.planetbestgames__contact--form {
	display: flex;
	max-width: 814px;
	width: 100%;
	gap: 0.675rem;
	margin-inline: auto;
	flex-direction: column !important;
}

.planetbestgames_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-text);
	font-weight: 500;
	line-height: 150%;
	padding: 0.875rem 1.125rem;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.planetbestgames_contact__input::placeholder {
	font-size: 1rem;
	color: #626262;
	font-family: var(--font-text);
	font-weight: 400;
	line-height: 150%;
}

.planetbestgames_contact--textarea {
	height: 100px;
	resize: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.planetbestgames_contact__btn {
	margin-top: 1rem;
}

.status {
	padding: 10px;
	background-color: rgb(0, 145, 0);
	margin-top: 5px;
	display: none;
	font-family: var(--font-btn);
	font-weight: 700;
	font-size: 1rem;
	color: var(--color-white);
	line-height: 120%;
	text-align: center;
	justify-content: center;
}

.planetbestgames--center {
	text-align: center !important;
}

.form.active .status {
	display: block;
}

/* Modal Age */
.age-verification-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	padding: 0 1rem;
}

.age-verification-modal {
	background: var(--color-lightviolet);
	padding: 1.5rem;
	border-radius: 15px;
	text-align: center;
	max-width: 500px;
	width: 100%;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.age-verification-modal h2 {
	margin-bottom: 1rem;
	font-size: 1.25rem;
	color: var(--color-white);
	font-family: var(--font-bold);
	text-transform: uppercase;
	font-weight: 400;
}

.age-verification-modal p {
	font-size: 0.95rem;
	color: var(--color-white);
	font-family: var(--font-text);
	margin-bottom: 1rem;
	font-weight: 400;
}

.age-verification-modal p:last-child {
	margin-bottom: 0;
}

.buttons-container {
	display: flex;
	gap: 15px;
	justify-content: center;
}

.age-btn {
	padding: 12px 30px;
	border: none;
	border-radius: 25px;
	font-size: 0.75rem;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	min-width: 120px;
}

.btn-yes {
	background-color: #4caf50;
	color: white;
}

.btn-yes:hover {
	background-color: #45a049;
	transform: translateY(-2px);
}

.btn-no {
	background-color: #f44336;
	color: white;
}

.btn-no:hover {
	background-color: #da190b;
	transform: translateY(-2px);
}

.warning {
	color: var(--color-black);
	font-size: 14px;
	margin-top: 10px;
	font-weight: 700;
	font-family: var(--font-title);
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: scale(0.9);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.age-verification-modal {
	animation: fadeIn 0.5s ease-out;
}

/* Others Styles */
.planetbestgames-gap40 {
	gap: 2.5rem !important;
}

.planetbestgames-half {
	max-width: 560px !important;
	width: 100%;
	gap: 1rem !important;
	box-shadow: 0px 0px 5px 0px #31edfb26 !important;
	background: #ffffff4d;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.planetbestgames--faq--icon {
	background-image: url(/planetbestgames-imgPssdWas/planetbestgames-iconPssdWas/planetbestgames-questionPssdWas.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 63px;
	width: 100%;
	height: 63px;
}

.planetbestgames-half h2 {
	font-family: var(--font-title);
	font-weight: 400;
}

.planetbestgames--about--picture {
	background-image: url(/planetbestgames-imgPssdWas/planetbestgames-mainPssdWas/planetbestgames-slime-bottle-cherryPssdWas.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 493px;
	width: 100%;
	height: 602px;
}
.planetbestgames--contact--picture {
	background-image: url(/planetbestgames-imgPssdWas/planetbestgames-mainPssdWas/planetbestgames-slime-smilePssdWas.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 493px;
	width: 100%;
	height: 448px;
}

.planetbestgames-pad40 {
	padding: 2.5rem 0 !important;
}

.planetbestgames--gap24 {
	gap: 1.5rem;
	display: flex;
	flex-direction: column;
}

.planetbestgames--dotted li {
	list-style-type: disc;
	margin-left: 1.5rem;
}

/* Media */
@media screen and (max-width: 1260px) {
	.planetbestgames--container__main {
		padding: 0 1rem;
	}

	.planetbestgames--welcome--container {
		flex-direction: column;
		gap: 1.25rem;
	}

	.planetbestgames--welcome__blocks {
		max-width: 100%;
		width: 100%;
	}

	.planetbestgames--welcome--picture {
		max-width: 330px;
		width: 100%;
		height: 483px;
		background-size: contain;
	}

	.planetbestgames--about--picture {
		max-width: 393px;
		width: 100%;
		height: 502px;
	}
}

@media screen and (max-width: 1120px) {
	.planetbestgames--menu__list {
		display: none;
	}

	#planetbestgamesMenuToggle {
		display: block;
	}

	.planetbestgames--menu {
		flex-direction: column;
		gap: 0.5rem;
		align-items: flex-start;
	}

	.planetbestgames--header__disclaimer {
		text-align: center;
		width: 100%;
	}

	.planetbestgames--game---frame {
		height: 640px;
	}
}

@media screen and (max-width: 991px) {
	.planetbestgames--header {
		padding-top: 1rem;
	}

	.planetbestgames--menu {
		padding: 1rem;
	}

	.burger-button {
		top: 1.9rem;
	}

	.planetbestgames--welcome-box {
		padding: 1.25rem 0 0;
	}

	.planetbestgames--welcome__blocks,
	.planetbestgames--game--container {
		padding: 1.25rem 1rem;
		gap: 1rem;
	}

	.planetbestgames--welcome---title {
		font-size: 2.25rem;
	}

	.planetbestgames--game-box {
		padding: 1.25rem 0;
	}

	.planetbestgames--game__picture {
		max-width: 264px;
		width: 100%;
		height: 152px;
	}

	.planetbestgames--game----elem {
		max-width: 296px;
		width: 100%;
	}

	.planetbestgames--reviews--container,
	.planetbestgames-gap40 {
		gap: 1.25rem !important;
	}

	.planetbestgames--reviews----item {
		padding: 1rem;
	}
	.planetbestgames--footer--parthers,
	.planetbestgames--footer--navmenu {
		flex-wrap: wrap;
	}

	.planetbestgames--footer-container {
		gap: 1rem;
	}

	.planetbestgames--faq--icon {
		max-width: 56px;
		width: 100%;
		height: 56px;
	}

	.planetbestgames--about--picture {
		max-width: 328px;
		width: 100%;
		height: 400px;
		background-size: contain;
	}

	.planetbestgames-pad40 {
		padding: 1.25rem 0 0 !important;
	}

	.planetbestgames--contact--picture {
		max-width: 328px;
		width: 100%;
		height: 300px;
	}
}

@media screen and (max-width: 700px) {
	.planetbestgames--footer---items {
		flex-direction: column;
		gap: 1rem;
	}

	.planetbestgames--welcome---title,
	.planetbestgames--game---title {
		font-size: 1.5rem;
	}

	.planetbestgames--welcome---text {
		font-size: 0.875rem;
	}

	.planetbestgames--welcome--btn {
		max-width: 525px;
		width: 100%;
		margin-inline: auto;
	}

	.planetbestgames--reviews__text {
		font-size: 0.75rem;
	}

	.planetbestgames--footer--parthers,
	.planetbestgames--footer--navmenu {
		flex-wrap: wrap;
		justify-content: center;
	}

	.planetbestgames--header__disclaimer {
		font-size: 0.5rem;
	}

	.planetbestgames--header__logo {
		max-width: 198px;
		width: 100%;
		height: 24px;
	}

	.burger-button {
		top: 1.7rem;
	}

	.buttons-container {
		flex-direction: column;
	}

	.age-verification-modal {
		padding: 0.675rem;
	}
}
