@font-face {
	src: url("/suomirank-assets/suomirank-fonts/suomirank-abrilfatface-regular.woff2")
		format("truetype");
	font-family: "abrilfatface-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/suomirank-assets/suomirank-fonts/suomirank-opensans-bold.woff2")
		format("truetype");
	font-family: "opensans-bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/suomirank-assets/suomirank-fonts/suomirank-opensans-regular.woff2")
		format("truetype");
	font-family: "opensans-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-title: "abrilfatface-regular", sans-serif;
	--font-sub-title: "opensans-bold", sans-serif;
	--font-text: "opensans-regular", sans-serif;
}

*,
::after,
::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
ol,
li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #ffffff;
}

body {
	background-color: #45521f;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
	position: relative;
}

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%;
}

.suomirank--container__main {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.suomirank__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Header */
.suomirank--header {
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #111111;
}

.suomirank--header__container {
	width: 100%;

	display: flex;
	padding: 0.75rem 0;
	flex-direction: column;
	align-items: center;
}

.suomirank--menu {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.suomirank--menu__list {
	gap: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.suomirank--menu__list-item a {
	color: #fff;
	font-size: 0.875rem;
	line-height: 100%;
	font-family: var(--font-text);
	font-weight: 400;
	padding-block: 5px;
}

.suomirank--menu__links {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	max-width: 642px;
	width: 100%;
	margin: 0 auto;
	justify-content: flex-end;
}

.suomirank--menu___lang {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.suomirank--menu___lang-btn {
	display: flex;
	align-items: center;
	gap: 0.675rem;
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.85rem;
	line-height: 100%;
	color: #fff;
}

.suomirank--menu___lang-active {
	background: #ffffff1a;
	border-radius: 100px;
	padding: 0.5rem;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}
.suomirank--menu_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 91px;
	width: 100%;
	height: 27px;
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 120%;
	color: #fff;
	padding: 0.2rem;
	border-radius: 20px;
	position: relative;
	background: transparent;
	box-shadow: 0px 0px 10px 0px #f5d9a6;

	z-index: 1;
	border: none;
}

.suomirank--menu_btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, #eb8910 0%, #f4c60a 100%);
	border-radius: 20px;
	z-index: -1;
	box-shadow: 0px 0px 10px 0px #f5d9a6;

	padding: 1px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
/* Welcom Section */
.suomirank--welcome-box {
	width: 100%;
	height: 750px;
	padding: 5rem 0;
	position: relative;
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
		url("/suomirank-assets/suomirank-img/suomirank-welcome/suomirank-island-caribean.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.suomirank--page-game--line {
	height: 1px;
	max-width: 440px;
	width: 100%;
	background-color: #fff;
}

.suomirank--header--title_bg {
	display: flex;
	gap: 2.5rem;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.suomirank--header--top {
	display: flex;
	align-items: flex-end;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	gap: 1.875rem;
}

.suomirank--header---image {
	background-image: url("/suomirank-assets/suomirank-img/suomirank-welcome/suomirank-pirat.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 668px;
	max-width: 517px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.suomirank--header__title {
	max-width: 747px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
	position: relative;
	z-index: 2;
}
.suomirank--header__btn {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 241px;
	width: 100%;
	height: 62px;
	border-radius: 30px;
	border: 1px solid #ffb229;
	background: linear-gradient(90deg, #ff9600 0%, #ffb229 100%);
	box-shadow: 0px 0px 10px rgba(216, 216, 216, 0.7);
	transition: all 0.3s ease;
	cursor: pointer;
}

.suomirank--header__btn:hover {
	background: linear-gradient(
			0deg,
			rgba(246, 44, 44, 0.2),
			rgba(246, 44, 44, 0.2)
		),
		linear-gradient(90deg, #ff9600 0%, #ffb229 100%);
	transform: scale(1.05) translateY(-3px);
	box-shadow: 0px 5px 25px rgba(245, 217, 166, 0.8);
}

.suomirank--header__title-welcome {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 4rem;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
}

.suomirank--header__text-welcome {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 130%;
	color: #fff;
}

/* Game */
.suomirank--game-box {
	padding: 5rem 0;
}

.suomirank--game--conteiner {
	display: flex;
	gap: 1.25rem;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.suomirank--game---imagebox {
	position: relative;
	max-width: 715px;
	width: 100%;
	margin: 0 auto;
}

.suomirank--game----image {
	max-width: 715px;
	width: 100%;
	height: 402px;
	border-radius: 20px;
	display: block;
	object-fit: cover;
}

.suomirank--game---content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 2.5rem 1.25rem;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 1rem;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.suomirank--game----name {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
}

.suomirank--game----text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 130%;
	color: #fff;
}

.suomirank--game---lists {
	max-width: 505px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
}

.suomirank--game----elem {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
	padding: 1.25rem 1.25rem 1.875rem;
	border-bottom: 1px solid #f3f3f3;
}

.suomirank--game----elem:last-child {
	border: none;
}

.suomirank--game----elem_title {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 2rem;
	line-height: 100%;
	color: #f3f3f3;
	text-transform: uppercase;
}

.suomirank--game----elem_text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 130%;
	color: #f3f3f3;
}

/* Why us */

.suomirank--why--conteiner {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
		url("/suomirank-assets/suomirank-img/suomirank-why-us/suomirank-ship.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 5rem 0.675rem;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.suomirank--why---top {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 600px;
	width: 100%;
	margin-inline: auto;

	gap: 2.5rem;
}

.suomirank--why----title {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.suomirank--why----text {
	border-top: 1px solid #ffffff;
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 130%;
	color: #fff;
	padding: 0.675rem;
	max-width: 254px;
	width: 100%;
	display: flex;
}

.suomirank--why---lists {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
	width: 100%;
}

.suomirank--why----elem {
	width: 100%;
	display: flex;
	gap: 1.25rem;
}

.suomirank--why----elem__box {
	background-image: url("/suomirank-assets/suomirank-img/suomirank-why-us/suomirank-icon-box.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-width: 80px;
	width: 100%;
	height: 80px;
}
.suomirank--why----elem__star {
	background-image: url("/suomirank-assets/suomirank-img/suomirank-why-us/suomirank-icon-star-hat-pirate.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-width: 80px;
	width: 100%;
	height: 80px;
}
.suomirank--why----elem__bird {
	background-image: url("/suomirank-assets/suomirank-img/suomirank-why-us/suomirank-icon-bird.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-width: 80px;
	width: 100%;
	height: 80px;
}

.suomirank--why----elem_top {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
}

.suomirank--why----elem__title {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 2rem;
	line-height: 100%;
	color: #fff;
}

.suomirank--why----elem_text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 100%;
	color: #fff;
}

/* Reviews */
.suomirank--reviews-box {
	padding: 3.125rem 0;
}

.suomirank--reviews--conteiner {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}
.suomirank--reviews---top {
	max-width: 655px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.suomirank--reviews--line {
	max-width: 200px;
	width: 100%;
	height: 1px;
	background-color: #f3f3f3;
}

.suomirank--reviews---title {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 100%;
	color: #f3f3f3;
	text-transform: uppercase;
}

.suomirank--reviews---slider {
	display: flex;
	gap: 0.95rem;
}

.suomirank--reviews----slide {
	max-width: 300px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding: 1.25rem;
	border: 1px solid #464646;
	background: #687c2f;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.suomirank--reviews----slide_name {
	font-family: var(--font-sub-title);
	font-weight: 700;
	font-size: 1rem;
	line-height: 20px;
	color: #f3f3f3;
	text-align: center;
}

.suomirank--reviews----slide_rating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.25rem;
}

.suomirank--reviews----slide__small {
	background-image: url("/suomirank-assets/suomirank-img/suomirank-reviews/suomirank-icon-star-s.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 16px;
	max-width: 16px;
}
.suomirank--reviews----slide__small-null {
	background-image: url("/suomirank-assets/suomirank-img/suomirank-reviews/suomirank-icon-star-small-null.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 16px;
	max-width: 16px;
}
.suomirank--reviews----slide__medium {
	background-image: url("/suomirank-assets/suomirank-img/suomirank-reviews/suomirank-icon-star-m.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 24px;
	max-width: 24px;
}
.suomirank--reviews----slide__big {
	background-image: url("/suomirank-assets/suomirank-img/suomirank-reviews/suomirank-icon-star-b.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 32px;
	max-width: 32px;
}

.suomirank--reviews----slide_line {
	height: 1px;
	background-color: #f3f3f3;
}

.suomirank--reviews----slide_text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 130%;
	color: #f3f3f3;
	text-align: center;
}

/* Стили для Swiper */
.swiper {
	width: 100%;
	padding-left: 1rem;
}

.swiper-slide {
	width: auto;
}

.swiper-wrapper {
	width: 100% !important;
	height: 100% !important;
}

.suomirank--reviews----slide {
	height: 100%;
	min-height: 200px;
	box-sizing: border-box;
}

/* Contact */
.suomirank__contact--box {
	margin: 5rem 0;
	background: #2b2b2b;
	padding: 3.125rem 0 0;
}

.suomirank__contact---img {
	background-image: url("/suomirank-assets/suomirank-img/suomirank-welcome/suomirank-elf.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 407px;
	max-width: 391px;
}

.suomirank__contact--container {
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
	width: 100%;
}
.suomirank__contact---info {
	max-width: 570px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
}

.suomirank__contact---info_text {
	font-size: 1.125rem;
	line-height: 120%;
	font-family: var(--font-text);
	font-weight: 400;
	color: #9196a5;
	text-align: center;
}

/* Contact Form */

.suomirank__contact--form {
	display: flex;
	max-width: 610px;
	margin: 0 auto;
	width: 100%;
	gap: 1rem;
	flex-direction: column !important;
}

.suomirank_contact__input {
	outline: none;
	height: 39px;
	width: 100%;
	border: none;
	background: #ffffffcc;
	font-size: 0.85rem;
	color: #4a4a4a;
	font-family: var(--font-sub-title);
	font-weight: 700;
	padding: 0.675rem 1.25rem;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.suomirank_contact__input::placeholder {
	color: #4a4a4a;
	font-size: 1rem;
	font-family: var(--font-text);
	font-weight: 400;
}

.suomirank_contact--textarea {
	height: 70px;
	resize: none;
}

.suomirank_contact__btn {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 184px;
	width: 100%;
	height: 62px;
	border-radius: 30px;
	border: 1px solid #ffb229;
	background: linear-gradient(90deg, #ff9600 0%, #ffb229 100%);
	box-shadow: 0px 0px 10px rgba(216, 216, 216, 0.7);
	transition: all 0.3s ease;
	cursor: pointer;
	margin-inline: auto;
}

.suomirank_contact__btn:hover {
	background: linear-gradient(
			0deg,
			rgba(246, 44, 44, 0.2),
			rgba(246, 44, 44, 0.2)
		),
		linear-gradient(90deg, #ff9600 0%, #ffb229 100%);
	transform: scale(1.05) translateY(-3px);
	box-shadow: 0px 5px 25px rgba(245, 217, 166, 0.8);
}

.active__block {
	display: flex;
}

.form-message-container {
	margin-top: 0px;
}

.form-message {
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 14px;
	animation: fadeIn 0.3s ease-in-out;
}

.form-message.success {
	background-color: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	font-family: var(--font-title);
}

.form-message.error {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	font-family: var(--font-title);
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Footer */
.suomirank--footer {
	position: relative;
	background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
		url(/suomirank-assets/suomirank-img/suomirank-footer/suomirank-port.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.125rem 0;
}

.suomirank--footer__container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	align-items: center;
}

.suomirank--footer__top {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	align-items: center;
}

.suomirank--footer---logobox {
	display: flex;
	align-items: center;
	gap: 2.5rem;
	justify-content: center;
}

.suomirank--footer----logo {
	max-width: 197px;
	width: 100%;
	height: 32px;
}

.suomirank--footer----age {
	flex: 0 0 auto;
	background-image: url(/suomirank-assets/suomirank-img/suomirank-footer/suomirank-icon-age.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 50px;
	width: 100%;
	height: 52px;
}

.suomirank--footer---navbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 1.25rem;
}

.suomirank--footer---nav {
	display: flex;
	align-items: center;
	gap: 2.5rem;
}

.suomirank--footer----links a {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 100%;
	color: #fff;
	padding-block: 5px;
	border-bottom: 2px solid transparent;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}

.suomirank--footer----links a:hover {
	border-bottom: 2px solid #ffb027;
}

.suomirank--footer---disclaimer-box {
	display: flex;
	justify-content: center;
	width: 100%;
	flex-direction: column;
	align-items: center;
	gap: 0.675rem;
}

.suomirank--footer----title {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 1rem;
	line-height: 100%;
	color: #fff;
	text-align: center;
}

.suomirank--footer----text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 130%;
	color: #fff;
	text-align: center;
}

.suomirank--footer---infobox {
	display: flex;
	width: 100%;
	justify-content: space-between;
	gap: 1.25rem;
}

.suomirank--footer---info {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	max-width: 610px;
	width: 100%;
}

.suomirank--footer----description {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
}

.suomirank--footer----description_title {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 1rem;
	line-height: 100%;
	color: #fff;
}

.suomirank--footer---description_text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 130%;
	color: #fff;
}

.suomirank--footer---contact {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	max-width: 500px;
	width: 100%;
}

.suomirank--footer----contact_partners {
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

.suomirank--footer---copyrigth {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 100%;
	color: #fff;
	text-align: center;
}

/* Cookies */
.suomirank--privacy__text {
	padding: 2rem 0;
}
.suomirank--privacy__text p {
	color: #f3f3f3;
	font-family: var(--font-text);
}

.suomirank--privacy__text h1 {
	margin-bottom: 1rem;
	font-weight: 400;
	color: #f3f3f3;

	font-family: var(--font-title);
}
.suomirank--privacy__text h2 {
	margin-bottom: 1rem;
	color: #f3f3f3;
	font-weight: 400;
	font-family: var(--font-title);
}

/* Burger */
#suomirankMenuToggle {
	display: none;
	position: absolute;
	top: 0;
	left: 0rem;
	z-index: 999 !important;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	height: 58px;
}

#suomirankMenuToggle a {
	text-decoration: none;
	color: #fff;
	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;
}

#suomirankMenuToggle span {
	display: block;
	width: 22px;
	height: 2px;
	margin-bottom: 5px;
	right: 0rem;
	top: 0.2rem;
	position: relative;
	background: #fff;
	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; /* Отключаем прокрутку с приоритетом */
}

#suomirankMenuToggle span:first-child {
	transform-origin: 0% 0%;
}

#suomirankMenuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#suomirankMenu {
	position: absolute;
	max-width: 100vw;
	width: 100%;
	z-index: 1000;
	padding-top: 1.25rem;
	margin: 50px 0 0 0px;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: center;
	background: #101010;
	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);
}

#suomirankMenuToggle 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; /* Изменили с 0 на 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 состояния */
#suomirankMenuToggle .active ~ #suomirankMenu {
	transform: none;
}

.suomirank--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%;
}

.suomirank--menu__list--gamebtn {
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
}

/* Page Privacy */
.suomirank--privacy__text p {
	margin-bottom: 1rem;
}

/* Others Styles */
.suomirank-game-page__iframe {
	border: none;
	outline: none;
	max-width: 1140px;
	width: 100%;
	height: 615px;
	margin: 0 auto;
}

.suomirank-game-page_window {
	display: flex;
	justify-content: center;
}

.suomirank--about--container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.suomirank--about---top {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.suomirank--about----title {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 2.25rem;
	line-height: 100%;
	color: #f3f3f3;
	text-align: center;
	text-transform: uppercase;
}
.suomirank--about----text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 130%;
	color: #f3f3f3;
	text-align: center;
}

.suomirank--page-game--line-about {
	height: 1px;
	max-width: 376px;
	width: 100%;
	background-color: #fff;
}
.suomirank--page-game--line-contact {
	height: 1px;
	max-width: 324px;
	width: 100%;
	background-color: #fff;
}
.suomirank--page-game--line-resp {
	height: 1px;
	max-width: 170px;
	width: 100%;
	background-color: #fff;
}
.suomirank--page-game--line--title {
	height: 1px;
	max-width: 200px;
	width: 100%;
	background-color: #f3f3f3;
}

.suomirank--header__title-welcome-game {
	font-size: 4rem !important;
	text-align: center;
}

.suomirank--resp--top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 1rem;
}

.suomirank--resp-container {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
}

.suomirank--bold {
	font-family: var(--font-sub-title);
	font-weight: 700;
}

.suomirank--resp---lists {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	gap: 0.675rem;
}

.suomirank--about----items {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
	padding: 1.25rem;
	border-bottom: 1px solid #f3f3f3;
}

.suomirank--about----items_title {
	color: #f3f3f3;
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 100%;

	text-transform: uppercase;
}

.suomirank--about----items_text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 120%;
	color: #f3f3f3;
}

.suomirank--about----items:nth-child(4),
.suomirank--about----items:nth-child(5) {
	border-bottom: none;
}

.suomirank--contact--top {
	width: 100%;
	background-color: #1a1a1a;
	padding: 5rem 0.675rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2.5rem;
}

.suomirank--page-game--line-contact {
	height: 1px;
	max-width: 342px;
	width: 100%;
	background-color: #fff;
}

.suomirank--contact--top_textbox {
	max-width: 316px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
	align-items: center;
}

.suomirank--contact--top_mail {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 100%;
	color: #fff;
	text-align: center;
}

.suomirank--contact-blocks {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.suomirank--contact--top_title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2rem;
	line-height: 120%;
	letter-spacing: 4%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.suomirank--map_contact {
	max-width: 100%;
	width: 100%;
	height: 547px;
	border: none;
}

.suomirank--header-page-game {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.suomirank--page-game--text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	max-width: 592px;
	width: 100%;
}

.suomirank--resp-box {
	padding: 5rem 0;
}

.suomirank--welcome--page-game {
	height: 547px !important;
}

.suomirank-resp_gap {
	gap: 1.25rem;
}

.suomirank--about--block {
	display: flex;
	align-items: center;
}

.suomirank--about---image {
	background-image: url("/suomirank-assets/suomirank-img/suomirank-about/suomirank-pirate-about.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 580px;
	width: 100%;
	height: 774px;
}

.suomirank--about-box_why {
	padding-bottom: 2.5rem;
}

/* Media */
@media screen and (max-width: 1260px) {
	.suomirank--game--conteiner {
		flex-direction: column;
	}

	.suomirank--container__main {
		padding: 0 1rem;
	}

	.suomirank--header__container {
		padding: 0.75rem 1rem;
	}
}
@media screen and (max-width: 1150px) {
	.suomirank--menu___lang,
	.suomirank--menu__links {
		display: none;
	}

	.suomirank--about---image {
		position: absolute;
		bottom: 0;
		z-index: 1;
	}

	.suomirank--about--container {
		position: relative;
		z-index: 2;
		align-items: center;
		width: 100%;
	}

	.suomirank--about-box {
		height: 774px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
	}

	#suomirankMenuToggle {
		display: block;
	}

	.suomirank--menu__list-flex-mob {
		display: flex;
		align-items: center;
		gap: 0.5rem;
	}
}

@media screen and (max-width: 991px) {
	.suomirank--header-page-game {
		flex-direction: row !important;
	}

	.suomirank--menu__list-flex-mob {
		display: flex;
		gap: 0.5rem;
	}

	.suomirank--resp--top {
		gap: 0.675rem;
	}
	.suomirank--footer---infobox {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.suomirank--footer----contact_partners {
		justify-content: center;
	}
}
@media screen and (max-width: 625px) {
	.suomirank--why----title {
		font-size: 3.75rem;
	}

	.suomirank--page-game--line--title {
		max-width: 70px;
		width: 100%;
	}

	.suomirank--contact--top {
		padding: 3.8rem 0.675rem;
		gap: 0.675rem;
	}

	.suomirank--map_contact {
		height: 300px;
	}

	.suomirank--page-game--line-contact {
		display: none;
	}

	.suomirank--footer---nav {
		flex-wrap: wrap;
		justify-content: center;
		gap: 1.25rem;
	}

	.suomirank--welcome-box {
		height: auto;
		padding: 5rem 0 6.25rem;
	}

	.suomirank--header---image {
		max-width: 289px;
		width: 100%;
		height: 374px;
	}

	.suomirank--header__title-welcome {
		font-size: 3rem !important;
	}

	.suomirank--header__text-welcome,
	.suomirank--game----text,
	.suomirank--game----elem_text,
	.suomirank--why----elem_text {
		font-size: 1rem;
	}

	.suomirank--page-game--line-resp {
		display: none;
	}

	.suomirank--game----name,
	.suomirank--why----title,
	.suomirank--reviews---title,
	.suomirank--privacy__text h1 {
		font-size: 2.25rem;
	}

	.suomirank--game----elem_title,
	.suomirank--why----elem__title {
		font-size: 1.5rem;
	}

	.suomirank--game-box {
		padding: 2.5rem 0;
	}

	.suomirank--why--conteiner {
		padding: 2.5rem 0.675rem;
	}

	.suomirank--why---top {
		gap: 1.25rem;
	}

	.suomirank--why----elem {
		align-items: flex-start;
	}

	.suomirank--why---lists {
		gap: 2.5rem;
	}

	.swiper {
		padding-left: 0;
	}

	.suomirank--header-page-game {
		justify-content: center;
	}

	.suomirank--welcome--page-game {
		padding: 5rem 0;
		height: auto !important;
	}

	.suomirank--page-game--line-about {
		display: none;
	}

	.suomirank--about---image {
		max-width: 375px;
		width: 100%;
		height: 503px;
	}
	.suomirank--about-box {
		height: 503px;
	}

	.suomirank--game----image {
		height: 402px;
	}
}

@media screen and (max-width: 400px) {
	.suomirank--about---image {
		max-width: 335px;
		width: 100%;
		height: 503px;
	}

	.suomirank--game---content {
		padding: 1.25rem;
	}
}

@media screen and (max-width: 355px) {
	.suomirank--header__title-welcome {
		font-size: 2.5rem !important;
	}

	.suomirank--about---image {
		max-width: 300px;
		width: 100%;
		height: 503px;
	}
}
