@font-face {
	src: url("/strongestt-assets/strongestt-fonts/strongestt-biryani-bold.woff2")
		format("truetype");
	font-family: "biryani-bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/strongestt-assets/strongestt-fonts/strongestt-biryani-regular.woff2")
		format("truetype");
	font-family: "biryani-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/strongestt-assets/strongestt-fonts/strongestt-bilbo-regular.woff2")
		format("truetype");
	font-family: "bilbo-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-title: "biryani-bold", sans-serif;
	--font-text: "biryani-regular", sans-serif;
	--font-cursive: "bilbo-regular", sans-serif;

	--color--bg: #f3f6ff;
	--color--secondary: #1f2845;
	--color-white: #fff;
	--border2px: 2px solid #0068fd;
	--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%;
}

.strongestt--container__main {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.strongestt__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Header */
.strongestt--header {
	width: 100%;

	backdrop-filter: blur(30px);
}

.strongestt--header__container {
	width: 100%;
}
.strongestt--header__logo {
	max-width: 210px;
	width: 100%;
	height: 30px;
}

.strongestt--menu {
	padding: 1.5rem 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 4rem;
	align-items: center;
}

.strongestt--menu__list {
	display: flex;
	align-items: center;
	gap: 2.5rem;
}

.strongestt--menu__list-item a {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 100%;
	color: var(--color--secondary);
}

.strongestt--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;
}

.strongestt--menu__list-item:hover {
	border-bottom: 1px solid var(--color-lightgray);
}

.strongestt--menu__list-item a.active {
	position: relative;
	border-bottom: 5px solid var(--color--secondary);
}

/* Welcome */
.strongestt--welcome {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4)),
		url(/strongestt-assets/strongestt-img/strongestt-welcome/strongestt-man-cards.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.strongestt--welcome--info {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	max-width: 867px;
	width: 100%;
	padding: 16rem 0;
	margin: 0 auto;
}

.strongestt--welcome----title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 3rem;
	line-height: 130%;
	color: var(--color-white);
	text-align: center;
	text-transform: uppercase;
}

.strongestt--welcome----text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 130%;
	color: var(--color-white);
	text-align: center;
}

/* Game */
.strongestt--game {
	padding: 5rem 0;
}

.strongestt--game-container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.strongestt--game--top,
.strongestt--game---lists {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.strongestt--game---title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2.375rem;
	line-height: 130%;
	color: var(--color--secondary);
	text-align: center;
	text-transform: uppercase;
}

.strongestt--game---text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 140%;
	text-align: center;
	color: var(--color--secondary);
}

.strongestt--game--cards {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
	justify-content: center;
}

.strongestt--game---card {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	max-width: 390px;
	width: 100%;
	border: var(--border2px);
	padding: 2rem;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.strongestt--game---image {
	max-width: 122px;
	width: 100%;
	height: 100px;
	margin-inline: auto;
}

.strongestt--game---lamp {
	background-image: url(/strongestt-assets/strongestt-img/strongestt-game/strongestt-lamp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.strongestt--game---crystall {
	background-image: url(/strongestt-assets/strongestt-img/strongestt-game/strongestt-crystall.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.strongestt--game---helmet {
	background-image: url(/strongestt-assets/strongestt-img/strongestt-game/strongestt-helmet.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.strongestt--game----info {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.strongestt--brown {
	color: #431e0f;
}

.strongestt--game__subtitle {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 130%;
	text-align: center;
	text-transform: uppercase;
}

.strongestt--game--preview {
	background-image: url(/strongestt-assets/strongestt-img/strongestt-game/strongestt-game-preview.webp);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 400px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

/* Information game */
.strongestt--darkblue {
	padding: 9.375rem 0 5rem;
	background: var(--color--secondary);
}

.strongestt--game--frame {
	border: 0;
	outline: 0;
	max-width: 1166px;
	width: 100%;
	height: 710px;
	margin-inline: auto;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	background: var(--color--bg);
}

.strongestt--info--top {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.strongestt--white {
	color: var(--color-white);
}

.strongestt--info---elems {
	flex-direction: column;
	gap: 2.5rem;
	display: flex;
}

.strongestt--info----elem {
	display: flex;
	align-items: center;
	gap: 5rem;
}

.strongestt--info__woman {
	max-width: 580px;
	width: 100%;
	height: 400px;
	background-image: url(/strongestt-assets/strongestt-img/strongestt-info/strongestt-woman-slots.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.strongestt--info__description,
.strongestt--info___lists {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	max-width: 580px;
	width: 100%;
}

.strongestt--nocenter {
	text-align: left !important;
}

.strongestt--info__cards {
	max-width: 442px;
	width: 100%;
	height: 400px;
	background-image: url(/strongestt-assets/strongestt-img/strongestt-info/strongestt-cards-drone.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.strongestt--full {
	max-width: 718px;
	width: 100%;
}

/* About */
.strongestt--about-container {
	display: flex;
	align-items: center;
	gap: 5rem;
}

.strongestt--about--image {
	max-width: 296px;
	width: 100%;
	height: 343px;
	background-image: url(/strongestt-assets/strongestt-img/strongestt-about/strongestt-woman-city.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.strongestt--about--info,
.strongestt--about--info li {
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
}

.strongestt--about__lists {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.strongestt--cursive {
	font-family: var(--font-cursive);
}

/* Contact */
.strongestt--contact {
	padding: 2.5rem 0;
}

.strongestt--contact--top {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.strongestt__contact--form {
	display: flex;
	max-width: 820px;
	width: 100%;
	gap: 1rem;
	margin-inline: auto;
	flex-direction: column !important;
}

label {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 140%;
	color: #201a29;
}

.strongestt_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 1rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.strongestt_contact__input::placeholder {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 140%;
	color: #999999;
}

.strongestt_contact--textarea {
	height: 100px;
	resize: none;
}

.strongestt_contact__btn {
	max-width: 262px;
	width: 100%;
	height: 47px;
	display: flex;
	margin-top: 0.5rem;
	align-items: center;
	justify-content: center;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1rem;
	line-height: 130%;
	text-transform: uppercase;
	color: var(--color-white);
	text-transform: uppercase;
	background: #0068fd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.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;
}

.strongestt--center {
	text-align: center !important;
}

.form.active .status {
	display: block;
}
/* Footer */
.strongestt--footer {
	padding: 2.5rem 0;
	background: var(--color--secondary);
}

.strongestt--footer-container {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.strongestt--auto {
	margin-inline: auto;
}

.strongestt--footer--company {
	display: flex;
	align-items: center;
	gap: 1rem 1.5rem;
	max-width: 700px;
	width: 100%;
	justify-content: space-between;
	margin-inline: auto;
}

.strongestt--footer---age {
	background-image: url(/strongestt-assets/strongestt-img/strongestt-footer/strongestt-icon-age.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 84px;
	width: 100%;
	height: 40px;
}

.strongestt--footer---gamcare {
	max-width: 139px;
	width: 100%;
	height: 40px;
}
.strongestt--footer---gambleaware {
	max-width: 130px;
	width: 100%;
	height: 40px;
}

.strongestt--footer---text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	color: var(--color-white);
}

.strongestt--footer---info {
	display: flex;
	gap: 1.25rem;
}

.strongestt--footer----item {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: 610px;
	width: 100%;
}

.strongestt--footer----item {
	max-width: 100%;
	width: 100%;
}

.strongestt--footer___title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1rem;
	line-height: 150%;
	color: var(--color-white);
}

.strongestt--footer---navmenu {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 2.5rem;
}

.strongestt--footer----navlink a {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 130%;
	color: var(--color-white);
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.strongestt--footer----navlink a:hover {
	text-shadow: 0 0 20px var(--color-white);
}

/* Burger */
#strongesttMenuToggle {
	display: none;
	position: absolute;
	top: 0;
	left: 0rem;
	z-index: 999 !important;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	height: 58px;
}

#strongesttMenuToggle 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;
}

#strongesttMenuToggle span {
	display: block;
	width: 22px;
	height: 2px;
	margin-bottom: 5px;
	right: 0rem;
	top: 0.2rem;
	position: relative;
	background: var(--color--secondary);
	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; /* Отключаем прокрутку с приоритетом */
}

#strongesttMenuToggle span:first-child {
	transform-origin: 0% 0%;
}

#strongesttMenuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#strongesttMenu {
	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);
}

#strongesttMenuToggle input:checked ~ ul {
	transform: none;
}

.burger-button {
	display: block;
	width: 42px;
	height: 32px;
	position: absolute;
	top: 0.5rem;
	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 !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: #f9f9f9 !important;
	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 состояния */
#strongesttMenuToggle .active ~ #strongesttMenu {
	transform: none;
}

/* Others */
.strongestt--40 {
	padding: 2.5rem 0 !important;
}

.strongestt--welcome-top {
	background-position: 100% 20%;
}

.strongestt--black {
	color: #000;
}

.strongestt--upper {
	text-transform: uppercase;
}

/* Media */
@media screen and (max-width: 1260px) {
	.strongestt--container__main {
		padding: 0 1rem;
	}
	.strongestt--info----elem,
	.strongestt--about-container {
		gap: 1.25rem;
	}
}

@media screen and (max-width: 1080px) {
	.strongestt--info----elem,
	.strongestt--about-container,
	.strongestt--footer---info {
		flex-direction: column;
	}

	.strongestt--info__description,
	.strongestt--info___lists {
		max-width: 100%;
		width: 100%;
	}

	.strongestt--reverse {
		flex-direction: column-reverse;
	}

	.strongestt--info__woman {
		max-width: 420px;
		width: 100%;
		height: 300px;
	}

	.strongestt--welcome--info {
		padding: 8rem 0;
	}

	.strongestt--game {
		padding: 3.75rem 0;
	}

	.strongestt--about--info,
	.strongestt--about--info li,
	.strongestt--about__lists,
	.strongestt--game-container {
		gap: 1.25rem;
	}

	.strongestt--welcome--info {
		gap: 1rem;
	}
}

@media screen and (max-width: 740px) {
	.strongestt--welcome--info,
	.strongestt--game {
		padding: 2.5rem 0;
	}

	.strongestt--header__logo {
		max-width: 110px;
		width: 100%;
		height: 17px;
	}

	.strongestt--menu__list {
		display: none;
	}

	#strongesttMenuToggle {
		display: block;
	}

	.strongestt--menu {
		padding: 1rem;
	}

	.strongestt--welcome----title {
		font-size: 2.375rem;
	}

	.strongestt--welcome----text {
		font-size: 1rem;
	}

	.strongestt--game---title {
		font-size: 1.5rem;
	}

	.strongestt--game---text {
		font-size: 0.875rem;
	}

	.strongestt--game---card .strongestt--game---text {
		font-size: 1rem;
	}

	.strongestt--footer--company,
	.strongestt--footer---navmenu {
		flex-wrap: wrap;
		justify-content: center;
		gap: 1.5rem;
	}

	.strongestt_contact__btn {
		max-width: 425px;
		width: 100%;
	}
}
