@font-face {
	src: url("/fairgogogames-components/fairgogogames-fonts/fairgogogames-montserrat-bold.woff2")
		format("truetype");
	font-family: "montserrat-bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	src: url("/fairgogogames-components/fairgogogames-fonts/fairgogogames-montserrat-semibold.woff2")
		format("truetype");
	font-family: "montserrat-semibold";
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	src: url("/fairgogogames-components/fairgogogames-fonts/fairgogogames-montserrat-medium.woff2")
		format("truetype");
	font-family: "montserrat-medium";
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/fairgogogames-components/fairgogogames-fonts/fairgogogames-opensans-regular.woff2")
		format("truetype");
	font-family: "opensans-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-title: "montserrat-bold", sans-serif;
	--font-subtitle: "montserrat-semibold", sans-serif;
	--font-text: "opensans-regular", sans-serif;
	--font-sub-text: "montserrat-medium", 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;
}
html {
	scroll-behavior: smooth;
}

body {
	background: #2850c6;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	position: relative;
}

body::after {
	content: "";
	background-image: url("/fairgogogames-components/fairgogogames-image/fairgogogames-page/fairgogogames-parallax-sydney.webp");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100vw;
	height: 100vh;
}
.a {
	height: 100vh;
}

html {
	scroll-behavior: smooth;
}

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;
}

.fairgogogames--container__main {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.fairgogogames__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Header */
.fairgogogames--header {
	width: 100%;
	height: auto;
}

.fairgogogames--header__bg {
	background: #00000066;
	backdrop-filter: blur(10px);
	box-shadow: 0px 4px 20px 0px #00000040;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.fairgogogames--header__container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.fairgogogames--menu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fairgogogames--header__container {
	width: 100%;
	height: 100%;
	display: flex;
	padding: 0.675rem 0;
	flex-direction: column;
	align-items: center;
}

.fairgogogames--menu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.675rem;
}

.fairgogogames--main__icon-logo {
	background-image: url("/fairgogogames-components/fairgogogames-image/fairgogogames-title/fairgogogames-logo.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 32px;
	width: 100%;
	height: 32px;
}

.fairgogogames--main__text-logo {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2rem;
	line-height: 130%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.fairgogogames--header__title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	gap: 2.5rem;
	padding: 4rem 0;
}

.fairgogogames--header__info {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	max-width: 789px;
	width: 100%;
}

.fairgogogames--header__title-welcome {
	font-family: var(--font-title);
	font-size: 4.375rem;
	line-height: 120%;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
}
.fairgogogames--header__text-welcome {
	font-family: var(--font-text);
	font-size: 1.125rem;
	line-height: 150%;
	color: #fff;
	font-weight: 400;
}

.fairgogogames--header__btn {
	cursor: pointer;
	max-width: 246px;
	width: 100%;
	height: 61px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	font-family: var(--font-sub-text);
	font-weight: 500;
	font-size: 1.5rem;
	color: #062151;
	line-height: 100%;
	text-transform: uppercase;
	border: 1px solid #062151;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	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;
}

.fairgogogames--header__btn:hover {
	background: #191919;
	border: 1px solid #ffffff;
	color: #ffffff;
}

/* Choose */
.fairgogogames--choose-box {
	padding: 5rem 0;
	background: #062151;
}

.fairgogogames--choose--container {
	display: flex;
	gap: 4rem;
}

.fairgogogames--choose---image {
	background-image: url("/fairgogogames-components/fairgogogames-image/fairgogogames-choose/fairgogogames-sydney-house.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 400px;
	width: 100%;
	height: 356px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.fairgogogames--choose---description {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.fairgogogames--choose----title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 120%;
	color: #fff;
	text-transform: uppercase;
}

.fairgogogames--choose----lists {
	display: flex;

	gap: 1.5rem;
	flex-wrap: wrap;
}

.fairgogogames--choose----lists_elem {
	display: flex;
	align-items: center;
	gap: 1rem;
	background: #ffffff33;
	backdrop-filter: blur(4px);
	max-width: 376px;
	width: 100%;
	padding: 1rem;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.fairgogogames--choose----lists__icon-smile {
	background-image: url("/fairgogogames-components/fairgogogames-image/fairgogogames-choose/fairgogogames-icon-smile.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 72px;
	width: 100%;
	height: 72px;
}
.fairgogogames--choose----lists__icon-gamepad {
	background-image: url("/fairgogogames-components/fairgogogames-image/fairgogogames-choose/fairgogogames-icon-gamepad.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 72px;
	width: 100%;
	height: 72px;
}
.fairgogogames--choose----lists__icon-people {
	background-image: url("/fairgogogames-components/fairgogogames-image/fairgogogames-choose/fairgogogames-icon-people.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 72px;
	width: 100%;
	height: 72px;
}
.fairgogogames--choose----lists__icon-clever {
	background-image: url("/fairgogogames-components/fairgogogames-image/fairgogogames-choose/fairgogogames-icon-clever.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 72px;
	width: 100%;
	height: 72px;
}

.fairgogogames--choose----lists__info {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.fairgogogames--choose----lists___title {
	font-family: var(--font-sub-text);
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 150%;
	color: #fff;
}

.fairgogogames--choose----lists___text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	color: #f3dcdc;
}

/* Games */
.fairgogogames--games-box {
	padding: 3.75rem 0;
}

.fairgogogames--games--container {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}

.fairgogogames--games---title {
	font-family: var(--font-subtitle);
	font-weight: 600;
	font-size: 3rem;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.fairgogogames--games---cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.25rem;
}

.fairgogogames--games----card {
	max-width: 400px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	align-items: center;
	justify-content: space-between;
}

.fairgogogames--games----card_image {
	max-width: 400px;
	width: 100%;
	height: 400px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.fairgogogames--games----card_title {
	font-family: var(--font-subtitle);
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 100%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

/* Popular */
.fairgogogames--popular-box {
	padding: 3.75rem 0;
	background: #062151;
}

.fairgogogames--popular----card_image-first,
.fairgogogames--popular----card_image-last {
	max-width: 300px;
	width: 100%;
	height: 300px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border: 2px solid #69cefc;
}

.fairgogogames--popular----card_image-second {
	max-width: 400px;
	width: 100%;
	height: 400px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border: 2px solid #ffec1e;
}

.fairgogogames--games----card-first {
	max-width: 300px;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	justify-content: space-between;
	align-items: center !important;
}

.fairgogogames--h {
	height: 40px;
}

.fairgogogames--games----card-second {
	max-width: 400px;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	justify-content: space-between;
	align-items: center !important;
}

.fairgogogames--popular---cards {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 1rem;
}

/* Testimonials */
.fairgogogames--testimonial-box {
	padding: 5rem 0;
	background: #ffffff;
}

.fairgogogames--testimonials--container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.fairgogogames--testimonials---top {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.fairgogogames--testimonials---title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 120%;
	color: #062151;
	text-align: center;
	text-transform: uppercase;
}

.fairgogogames--testimonials----text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #062151;
	text-align: center;
}

.fairgogogames--testimonials---lists {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
	justify-content: center;
}

.fairgogogames--testimonials----elem {
	max-width: 292px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding: 1.5rem;
	background: #c1d1fc;
	backdrop-filter: blur(15px);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.fairgogogames--testimonials----elem_top {
	display: flex;
	align-items: center;
	gap: 0.675rem;
}

.fairgogogames--testimonials----elem__ava-jacko {
	background-image: url("/fairgogogames-components/fairgogogames-image/fairgogogames-testimonials/fairgogogames-ava-jacko.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 56px;
	width: 100%;
	height: 56px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}
.fairgogogames--testimonials----elem__ava-shaz {
	background-image: url("/fairgogogames-components/fairgogogames-image/fairgogogames-testimonials/fairgogogames-ava-shaz.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 56px;
	width: 100%;
	height: 56px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}
.fairgogogames--testimonials----elem__ava-kev {
	background-image: url("/fairgogogames-components/fairgogogames-image/fairgogogames-testimonials/fairgogogames--ava-kev.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 56px;
	width: 100%;
	height: 56px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}
.fairgogogames--testimonials----elem__ava-ellie {
	background-image: url("/fairgogogames-components/fairgogogames-image/fairgogogames-testimonials/fairgogogames-ava-ellie.webp");
	background-position: 10% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 56px;
	width: 100%;
	height: 56px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

.fairgogogames--testimonials----elem__rating {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.fairgogogames--testimonials----elem___name {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 150%;
	color: #062151;
	text-transform: uppercase;
}

.fairgogogames--testimonials----elem___icon-lists {
	display: flex;
	align-items: center;
}

.fairgogogames--testimonials----elem___icon-star {
	background-image: url("/fairgogogames-components/fairgogogames-image/fairgogogames-testimonials/fairgogogames-icon-star.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 16px;
	width: 100%;
	height: 16px;
}

.fairgogogames--testimonials----elem__messege {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	letter-spacing: 0px;
	color: #062151;
}

/* Join */
.fairgogogames--join-box {
	padding: 5rem 0;
	background: #130000;
}

.fairgogogames--join--container {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.fairgogogames--join---title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 120%;
	color: #fff;
	text-transform: uppercase;
}

.fairgogogames--join---text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: #fff;
}

/* Footer */
.fairgogogames--footer {
	width: 100%;
	padding: 2.5rem 0;
	background: #c1d1fc;
}

.fairgogogames--footer-box,
.fairgogogames--footer--top {
	display: flex;
	gap: 1.5rem;
	width: 100%;
	flex-direction: column;
}

.fairgogogames--footer--top_elem {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.fairgogogames--footer---title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1rem;
	line-height: 100%;
	color: #363434;
}

.fairgogogames--footer---text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	color: #363434;
}

.fairgogogames--footer--links {
	display: flex;
	align-items: flex-end;
	gap: 1.5rem;
}

.fairgogogames--footer---right {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	max-width: 505px;
	width: 100%;
	align-items: flex-end;
	margin-left: auto;
}

.fairgogogames--footer---parthers,
.fairgogogames--footer---nav {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.fairgogogames--footer----link a {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1rem;
	line-height: 130%;
	color: #363434;
	padding-block: 0.5rem;
	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;
}

.fairgogogames--footer----link a:hover {
	border-bottom: 2px solid #363434;
}

.fairgogogames--footer---icon_age {
	background-image: url("/fairgogogames-components/fairgogogames-image/fairgogogames-footer/fairgogogames-icon-age.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 45px;
	width: 100%;
	height: 45px;
}

.fairgogogames--footer----items_rest {
	max-width: 40px;
	width: 100%;
	height: 40px;
}
.fairgogogames--footer----items_gamehelp {
	max-width: 120px;
	width: 100%;
	height: 40px;
}
.fairgogogames--footer----items_gambleaware {
	max-width: 117px;
	width: 100%;
	height: 40px;
}
.fairgogogames--footer----items_gamcare {
	max-width: 125px;
	width: 100%;
	height: 36px;
}

/* Cookies / Privacy / Tearms */
.fairgogogames--privacy__text {
	padding: 2.5rem 0;
}

.fairgogogames--privacy__text h1 {
	font-family: var(--font-title);
	font-size: 3rem;
	line-height: 110%;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0.7rem;
}
.fairgogogames--privacy__text h2 {
	font-family: var(--font-title);
	font-size: 2rem;
	line-height: 110%;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0.7rem;
}

.fairgogogames--privacy__text p {
	font-family: var(--font-text);
	font-size: 1rem;
	line-height: 120%;
	color: #fff;
	font-weight: 400;
	margin-bottom: 1rem;
}

/* Others Styles */
.fairgogogames--bg {
	background: #00000033;
	backdrop-filter: blur(15px);
	margin-inline: auto;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	max-width: 1030px;
	width: 100%;
	padding: 1.5rem 0.5rem;
}
.fairgogogames--center {
	text-align: center !important;
	font-size: 4.5rem !important;
	line-height: 80px !important;
	text-transform: none !important;
}

.fairgogogames--iframe-box {
	background: #130000;
	padding: 5rem 0;

	width: 100%;
}

.fairgogogames--iframe--container {
	display: flex;
	justify-content: center;
}

.fairgogogames__gamebox-iframe {
	max-width: 900px;
	width: 100%;
	height: 640px;
	border: 1px solid #ffffff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.swiper-container,
.popular-games-slider {
	display: none;
}

/* Mobile */
@media screen and (max-width: 1270px) {
	.fairgogogames--container__main {
		padding: 0 1rem;
	}
	.fairgogogames--choose--container {
		flex-direction: column-reverse;
		align-items: center;
	}

	.fairgogogames--choose----lists {
		justify-content: center;
	}

	.fairgogogames--choose--container {
		gap: 1.5rem;
	}
}
@media screen and (max-width: 1070px) {
	.fairgogogames--popular---cards {
		flex-wrap: wrap;
		justify-content: center;
	}

	.fairgogogames--popular----card_image-second {
		max-width: 300px;
		width: 100%;
		height: 300px;
	}
}

@media screen and (max-width: 852px) {
	.fairgogogames--games---hide {
		display: none !important;
	}
	.swiper-container {
		height: auto;
		display: flex;
		flex-direction: column;
		gap: 2rem;
		width: 100%;
		max-width: 400px;
		margin-inline: auto;
		padding: 20px 0 40px;
		overflow: hidden;
		position: relative;
	}

	.swiper-wrapper {
		display: flex;
		flex-wrap: nowrap;
		justify-content: stretch;
		width: 100%;
		/* Добавляем для правильной работы Swiper */
		box-sizing: border-box;
		transform-style: preserve-3d;
		backface-visibility: hidden;
		gap: 0;
	}

	.swiper-slide {
		max-width: 100%;
		text-align: center;
		border-radius: 10px;
		width: 100%;
		flex-shrink: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-inline: auto;
	}

	.fairgogogames--games----card_image {
		max-width: 100%;
		height: auto;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
	}

	.swiper-pagination {
		margin: 2rem 0 0;
		position: absolute;
		bottom: 0;
		width: 100%;
		text-align: center;
	}

	.swiper-pagination-bullet {
		width: 20px;
		height: 20px;
		background: transparent;
		border: 1px solid #fff;
		opacity: 1;
		margin: 0 5px;
		display: inline-block;
		cursor: pointer;
	}

	.swiper-pagination-bullet-active {
		background: #ffffff;
	}

	/* Popular */
	.popular-games-slider {
		height: auto;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		padding: 20px 0 60px;
		overflow: hidden;
		position: relative;
		display: flex;
	}

	.popular-games-wrapper {
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		height: 100%;
	}

	.popular-games-pagination {
		margin: 2rem 0 0;
		position: absolute;
		bottom: 0;
		width: 100%;
		text-align: center;
	}

	.popular-games-pagination .swiper-pagination-bullet {
		width: 20px;
		height: 20px;
		background: transparent;
		border: 1px solid #fff;
		opacity: 1;
		margin: 0 5px;
		display: inline-block;
		cursor: pointer;
	}

	.popular-games-pagination .swiper-pagination-bullet-active {
		background: #ffffff;
	}
}
@media screen and (max-width: 735px) {
	.fairgogogames--header__title {
		padding: 1.875rem 0;
		margin-inline: auto;
	}

	.fairgogogames--header__title-welcome {
		font-size: 1.625rem !important;
	}

	.fairgogogames--header__text-welcome,
	.fairgogogames--testimonials----text,
	.fairgogogames--join---text {
		font-size: 0.875rem;
	}

	.fairgogogames--header__btn-first {
		max-width: 296px;
		width: 100%;
		height: 44px;
		margin-inline: auto;
	}

	.fairgogogames--choose-box,
	.fairgogogames--popular-box,
	.fairgogogames--testimonial-box,
	.fairgogogames--join-box,
	.fairgogogames--iframe-box,
	.fairgogogames--games-box {
		padding: 2.5rem 0;
	}

	.fairgogogames--choose----title,
	.fairgogogames--games---title,
	.fairgogogames--testimonials---title,
	.fairgogogames--join---title {
		font-size: 1.5rem;
	}

	.fairgogogames--join---title,
	.fairgogogames--join---text {
		text-align: center;
	}

	.fairgogogames--center {
		line-height: 120% !important;
	}

	.fairgogogames--testimonials--container {
		gap: 1.5rem;
	}

	.fairgogogames--join--container {
		gap: 1rem;
	}

	.fairgogogames--games--container {
		gap: 2.5rem;
	}

	.fairgogogames--header__btn-join {
		max-width: 328px;
		width: 100%;
		height: 44px;
		margin-inline: auto;
	}

	.fairgogogames--footer {
		padding: 1.5rem 0;
	}

	.fairgogogames--footer--links {
		flex-direction: column;
		align-items: flex-start;
	}

	.fairgogogames--footer---right {
		margin-right: auto;
	}

	.fairgogogames--footer---parthers,
	.fairgogogames--footer---nav {
		justify-content: flex-start;
		width: 100%;
		flex-wrap: wrap;
	}

	.fairgogogames--footer---right {
		max-width: 100%;
		width: 100%;
	}

	.fairgogogames--main__text-logo {
		font-size: 1.25rem;
	}

	.fairgogogames--main__icon-logo {
		max-width: 20px;
		width: 100%;
		height: 20px;
	}

	.fairgogogames--choose---image {
		height: 200px;
	}

	.fairgogogames--bg {
		padding: 1rem;
	}

	.fairgogogames__gamebox-iframe {
		height: 320px;
	}
}

@media screen and (max-width: 525px) {
	.swiper-slide,
	.swiper-container {
		max-width: 300px;
		width: 100%;
	}

	.swiper-container {
		gap: 1rem;
	}
}
