@font-face {
	src: url("/slotokjatekok-assets/slotokjatekok-fonts/slotokjatekok-bungee-regular.woff2")
		format("truetype");
	font-family: "bungee-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	src: url("/slotokjatekok-assets/slotokjatekok-fonts/slotokjatekok-poppins-bold.woff2")
		format("truetype");
	font-family: "poppins-bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/slotokjatekok-assets/slotokjatekok-fonts/slotokjatekok-poppins-regular.woff2")
		format("truetype");
	font-family: "poppins-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-title: "bungee-regular", sans-serif;
	--font-btn: "poppins-bold", sans-serif;
	--font-text: "poppins-regular", sans-serif;

	--color-card: linear-gradient(180deg, #0055a5 60.62%, #0077ff 121.24%);
	--color-yellow: #ffb200;
	--color-dyellow: #ffc300;
	--color-white: #fff;
	--color-blue: #0077ff;
	--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: var(--color-yellow);
	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%;
}

.slotokjatekok--container__main {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}

.slotokjatekok__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Header */
.slotokjatekok--header {
	width: 100%;
	background: var(--color-card);
}

.slotokjatekok--header__container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.slotokjatekok--menu {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: 0.7rem 0;
}

.slotokjatekok--header__logo {
	max-width: 191px;
	width: 100%;
	height: 40px;
}

.slotokjatekok--menu__list {
	gap: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slotokjatekok--menu__list-item a {
	font-size: 1.25rem;
	line-height: 20px;
	font-family: var(--font-text);
	font-weight: 400;
	color: var(--color-white);
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
	border-bottom: 2px solid transparent;
}

.slotokjatekok--menu__list-item a:hover {
	border-bottom: 2px solid var(--color-white);
}

.slotokjatekok--menu__list-item a.active {
	font-weight: 700 !important;
	font-family: var(--font-btn) !important;
}
.slotokjatekok--menu__links {
	display: flex;
	align-items: center;
	gap: 3rem;
}

.slotokjatekok--header---btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	padding: 10px;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	color: #000;
	background-color: #ffffff;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 100px;
	min-width: 100px;
	min-height: 38px;
	text-align: center;
	margin: 0 auto;
}

/* Welcom Section */
.slotokjatekok--welcome-box {
	padding: 2.5rem 0 0;
}

.slotokjatekok--welcome--container {
	padding: 4.75rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
}

.slotokjatekok--welcome--image {
	background-image: url(/slotokjatekok-assets/slotokjatekok-img/slotokjatekok-welcome/slotokjatekok-man-costume.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 340px;
	width: 100%;
	height: 426px;
}

.slotokjatekok--welcome__blocks {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
	width: 100%;
	max-width: 715px;
	padding: 1.25rem 0;
}

.slotokjatekok--welcome---title {
	font-family: var(--font-title);
	color: var(--color-white);
	font-weight: 400;
	font-size: 2.25rem;
	line-height: 47px;
	text-align: center;
	text-transform: uppercase;
}

.slotokjatekok--welcome---text {
	font-family: var(--font-text);
	color: var(--color-white);
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 20px;
	text-align: center;
}

/* Advantages */
.slotokjatekok--advantages-box {
	padding: 2.5rem 0;
}

.slotokjatekok--advantages--container {
	padding: 3.125rem 0;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.slotokjatekok--advantages---title {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 2rem;
	line-height: 100%;
	text-transform: uppercase;
	color: var(--color-white);
}

.slotokjatekok--advantages---cards {
	display: flex;
	gap: 1.25rem;
	flex-wrap: wrap;
	justify-content: center;
}

.slotokjatekok--advantages----card {
	max-width: 365px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding: 2.5rem;
	background: var(--color-card);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.slotokjatekok--advantages----icon {
	max-width: 89px;
	width: 100%;
	height: 83px;
	margin-inline: auto;
}

.slotokjatekok--advantages----chips {
	background-image: url(/slotokjatekok-assets/slotokjatekok-img/slotokjatekok-advantages/slotokjatekok-icon-chips.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.slotokjatekok--advantages----vic {
	background-image: url(/slotokjatekok-assets/slotokjatekok-img/slotokjatekok-advantages/slotokjatekok-icon-vic.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.slotokjatekok--advantages----cake {
	background-image: url(/slotokjatekok-assets/slotokjatekok-img/slotokjatekok-advantages/slotokjatekok-icon-cake.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slotokjatekok--advantages----info {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
}

.slotokjatekok--advantages__subtitle {
	font-family: var(--font-btn);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 30px;
	text-align: center;
	color: var(--color-white);
}

.slotokjatekok--105 {
	height: 105px;
}

/* About */
.slotokjatekok--about---info {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.slotokjatekok--about----image {
	background-image: url(/slotokjatekok-assets/slotokjatekok-img/slotokjatekok-about/slotokjatekok-man-chips.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 347px;
	width: 100%;
	height: 303px;
}

.slotokjatekok--about----description {
	max-width: 757px;
	width: 100%;
	background: var(--color-blue);
	padding: 3.125rem 2.5rem;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

/* Games */
.slotokjatekok--games-box {
	padding: 3.75rem 0;
}

.slotokjatekok--games--container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.slotokjatekok--games---title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 2rem;
	line-height: 38px;
	text-align: center;
	color: var(--color-white);
}

.slotokjatekok--games---cards {
	display: flex;
	gap: 1.875rem;
	flex-wrap: wrap;
	justify-content: center;
}

.slotokjatekok--games----card {
	max-width: 360px;
	width: 100%;
	display: flex;
	flex-direction: column;
	background: var(--color-card);
	gap: 1rem;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
	border: var(--border);
	padding: 1.5rem;
}

.slotokjatekok--cards_image {
	max-width: 312px;
	width: 100%;
	height: 335px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	object-fit: cover;
}

.slotokjatekok--cards__btn {
	max-width: 100%;
	width: 100%;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
	overflow: hidden;
	position: relative;
	background: var(--color-dyellow);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	font-family: var(--font-btn);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	color: var(--color-white);
}

.slotokjatekok--cards__btn:hover {
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
}

/* Slider */
.slotokjatekok-slider-container {
	overflow: hidden;
	position: relative;
	display: block;
}

.slotokjatekok-slider {
	overflow: visible;
}

.slotokjatekok-slide {
	flex: 0 0 360px;
	scroll-snap-align: start;
	transition: transform 0.3s ease;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.slotokjatekok-slider-track.grabbing {
	cursor: grabbing;
	transition: none;
}

.slotokjatekok-slider-track.grabbing .slotokjatekok-slide {
	transform: scale(0.98);
}

.slotokjatekok--games----card:hover {
	transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	box-shadow: none;
}

/* FAQ */
.slotokjatekok--faq--accordion {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.slotokjatekok--faq---items {
	cursor: pointer;
	padding: 1rem;
	border-radius: 20px;
	background: var(--color-blue);
	display: flex;
	flex-direction: column;
	border: none;
	transition: all 0.5s ease-in;
	border: var(--border);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.slotokjatekok--faq---items:hover {
	box-shadow: 0 0px 20px var(--color-btn);
	transform: translateY(-2px);
}

.slotokjatekok--faq----top {
	display: flex;
	align-items: center;
	gap: 1rem;
	width: 100%;
	justify-content: space-between;
}

.slotokjatekok--faq----top_icon {
	max-width: 24px;
	width: 100%;
	height: 24px;
}

.slotokjatekok--faq--btn {
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.accordion-icon {
	cursor: pointer;
	width: 41px;
	height: 41px;
	transition: transform 0.3s ease;
	display: inline-block;
}
.accordion-icon.plus {
	background-image: url(/slotokjatekok-assets/slotokjatekok-img/slotokjatekok-faq/slotokjatekok-icon-arrow.svg);
	transition: all 0.3s ease;
	transform: rotate(180deg);
}

.accordion-icon.minus {
	background-image: url(/slotokjatekok-assets/slotokjatekok-img/slotokjatekok-faq/slotokjatekok-icon-arrow.svg);
	transition: all 0.3s ease;
	transform: rotate(0deg);
}

.slotokjatekok--faq----content {
	max-width: 1050px;
	width: 100%;
}

.slotokjatekok--gray {
	color: #c1c1c1;
}
.slotokjatekok--nocenter {
	text-align: left !important;
}

/* Reviews */
.slotokjatekok--reviews---cards {
	background: var(--color-blue) !important;
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
	padding: 1.25rem !important;
	border-radius: 15px !important;
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	-ms-border-radius: 15px !important;
	-o-border-radius: 15px !important;
}

.slotokjatekok--reviews--rating {
	display: flex;
	align-items: center;
	gap: 0.125rem;
}

.slotokjatekok--reviews---star {
	background-image: url(/slotokjatekok-assets/slotokjatekok-img/slotokjatekok-reviews/slotokjatekok-icon-star.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 20px;
	width: 100%;
	height: 20px;
}

.slotokjatekok--reviews--name,
.slotokjatekok--reviews--text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 100%;
	color: var(--color-dyellow);
}

.slotokjatekok--reviews--text {
	color: var(--color-white);
}

.slotokjatekok--reviews-w {
	max-width: 247px;
	width: 100%;
}

/* Disclaimer */
.slotokjatekok--disclaimer-box {
	padding-bottom: 2.5rem;
}

.slotokjatekok--disclaimer---container {
	padding: 1.25rem 2.5rem;
	background: var(--color-blue);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.slotokjatekok--footer---item h2,
.slotokjatekok--footer---item p {
	text-align: left !important;
}

.slotokjatekok--footer---age {
	background-image: url(/slotokjatekok-assets/slotokjatekok-img/slotokjatekok-footer/slotokjatekok-icon-age.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 32px;
	width: 100%;
	height: 32px;
}

.slotokjatekok--footer--info {
	display: flex;
	justify-content: center;
	gap: 1.25rem;
	align-items: center;
}

.slotokjatekok--footer---navmenu {
	display: flex;
	justify-content: center;
	gap: 1.25rem;
	align-items: center;
}

.slotokjatekok--footer----navlink a {
	font-family: var(--font-btn);
	color: var(--color-white);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 20px;
	text-align: center;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.slotokjatekok--footer----navlink a:hover {
	color: var(--color-dyellow);
}

/* Footer */
.slotokjatekok--footer {
	position: relative;
	padding: 1.25rem 0 2.5rem;
	background: var(--color-card);
}

.slotokjatekok--footer-container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.slotokjatekok--footer--lists {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.slotokjatekok--footer---item {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
}

/* Contact */
.slotokjatekok--contact--box {
	display: flex;
	gap: 1.5rem;
	width: 100%;
	justify-content: space-between;
	padding: 3.125rem 0;
	align-items: center;
}

.slotokjatekok--contact--blocks {
	max-width: 618px;
	width: 100%;
	display: flex;
	gap: 1.25rem;
	flex-direction: column !important;
}

.slotokjatekok__contact--form {
	display: flex;
	gap: 0.95rem;
	flex-direction: column !important;
	background: var(--color-card);
	padding: 4rem;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.slotokjatekok_contact__input {
	outline: none;
	height: 46px;
	width: 100%;
	background: #e4e4e4;
	border: none;
	font-size: 1.25rem;
	color: var(--color-blue);
	font-family: var(--font-text);
	font-weight: 600;
	line-height: 22px;
	padding: 1rem 1.5rem;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.slotokjatekok_contact__input::placeholder {
	font-size: 1.25rem;
	color: #364475b2;
	font-family: var(--font-text);
	font-weight: 400;
	line-height: 20px;
}

.slotokjatekok_contact--textarea {
	height: 72px;
	resize: none;
}

.slotokjatekok_contact__btn {
	margin-top: 0.25rem;
	overflow: hidden;
	position: relative;
}

.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-btn);
}

.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-btn);
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.slotokjatekok--contact---image {
	background-image: url(/slotokjatekok-assets/slotokjatekok-img/slotokjatekok-contact/slotokjatekok-man-hat.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 373px;
	width: 100%;
	height: 373px;
}

.button__glare3 {
	opacity: 0.8;
	position: absolute;
	top: -100px;
	left: -100px;
	display: block;
	background: #fff;
	width: 40px;
	height: 300px;
	transition: all 0.1s;
	transform: rotate(45deg);
	animation-delay: 0.05s;
	animation-timing-function: ease-in-out;
	animation-name: slide3;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

@keyframes slide3 {
	0% {
		transform: translateX(0) rotate(45deg);
		-webkit-transform: translateX(0) rotate(45deg);
		-moz-transform: translateX(0) rotate(45deg);
		-ms-transform: translateX(0) rotate(45deg);
		-o-transform: translateX(0) rotate(45deg);
	}
	30%,
	100% {
		transform: translateX(1105px) rotate(45deg);
		-webkit-transform: translateX(1105px) rotate(45deg);
		-moz-transform: translateX(1105px) rotate(45deg);
		-ms-transform: translateX(1105px) rotate(45deg);
		-o-transform: translateX(1105px) rotate(45deg);
	}
}
.slotokjatekok--welcome---btn:hover {
	transform: translateY(-0.25rem);
	-webkit-transform: translateY(-0.25rem);
	-moz-transform: translateY(-0.25rem);
	-ms-transform: translateY(-0.25rem);
	-o-transform: translateY(-0.25rem);
	box-shadow: 0 0 20px var(--color-btn);
}

/* Burger */
#slotokjatekokMenuToggle {
	display: none;
	position: absolute;
	top: 0;
	left: 0rem;
	z-index: 999 !important;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	height: 58px;
}

#slotokjatekokMenuToggle 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;
}

#slotokjatekokMenuToggle span {
	display: block;
	width: 30px;
	height: 2px;
	margin-bottom: 5px;
	right: 0rem;
	top: 0.2rem;
	position: relative;
	background: #4ca2ff;
	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; /* Отключаем прокрутку с приоритетом */
}

#slotokjatekokMenuToggle span:first-child {
	transform-origin: 0% 0%;
}

#slotokjatekokMenuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#slotokjatekokMenu {
	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-card);

	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);
}

#slotokjatekokMenuToggle input:checked ~ ul {
	transform: none;
}

.burger-button {
	display: block;
	width: 42px;
	height: 32px;
	position: absolute;
	top: 0.875rem;
	left: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
	opacity: 1;
	z-index: 1002 !important;
	-webkit-touch-callout: none;
	background: transparent;
	border: none;
	padding: 0;
}

/* Добавляем класс для открытого состояния */
.burger-button.active span:first-child {
	transform: rotate(45deg) translate(4px, 0px);
	background: #f9f9f9;
	-webkit-transform: rotate(45deg) translate(4px, 0px);
	-moz-transform: rotate(45deg) translate(4px, 0px);
	-ms-transform: rotate(45deg) translate(4px, 0px);
	-o-transform: rotate(45deg) translate(4px, 0px);
}

.burger-button.active span:nth-child(2) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

.burger-button.active span:last-child {
	transform: rotate(-45deg) translate(-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 состояния */
#slotokjatekokMenuToggle .active ~ #slotokjatekokMenu {
	transform: none;
}

.slotokjatekok--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%;
}

/* Modal Sign up  */
.slotokjatekok-modal_sign {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #101010ad;
	backdrop-filter: blur(22.899999618530273px);
	padding: 0 1rem;
}

.slotokjatekok-modal--title {
	font-family: var(--font-title);
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 49px;
	text-align: center;
	text-transform: uppercase;
	color: var(--color-white);
}

.slotokjatekok-modal__content-sign {
	background: linear-gradient(180deg, #0055a5 60.62%, #0077ff 121.24%);
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 1.5rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2.875rem 3.75rem;
	width: 100%;
	height: 370px;
	max-width: 510px;
	position: relative;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.slotokjatekok__form {
	display: flex;
	flex-direction: column;
	max-width: 386px;
	gap: 0.75rem;
	width: 100%;
	margin: 0 auto;
}

.slotokjatekok__form__input {
	outline: none;
	border: 1px solid #bababa;
	padding: 1.05rem 1.4rem;
	color: #1f1f1f;
	font-weight: 400;
	height: 55px;
	line-height: 20px;
	font-size: 1.05rem;
	font-family: var(--font-text);
	background: #e4e4e4;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.slotokjatekok__form__input::placeholder {
	color: #4a4a4a;
	font-weight: 400;
	line-height: 22px;
	font-size: 1rem;
	font-family: var(--font-text);
}

.slotokjatekok__form__button {
	height: 46px !important;
}

.slotokjatekok__form__login {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}
.slotokjatekok__form__log {
	font-size: 1.05rem;
	line-height: 20px;
	font-weight: 400;
	font-family: var(--font-text);
	color: #feffff;
}

.slotokjatekok__form__reg {
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 1rem;
	line-height: 22px;
	font-weight: 400;
	font-family: var(--font-text);
	color: #98be30;
	text-transform: capitalize !important;
}

.slotokjatekok--modal---text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 22px;
	color: #feffff;
	text-align: center;
}

/* Log in */
.slotokjatekok-modal_login {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #101010ad;
	backdrop-filter: blur(22.899999618530273px);
	padding: 0 1rem;
}

.slotokjatekok-modal__content-login {
	background: linear-gradient(180deg, #0055a5 60.62%, #0077ff 121.24%);
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 1.5rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2.875rem 3.75rem;
	width: 100%;
	height: 370px;
	max-width: 510px;
	position: relative;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.slotokjatekok-modal-content.success {
	background-color: #4caf50;
	color: white;
}

.slotokjatekok-modal-content.error {
	background-color: #f44336;
	color: white;
}

.slotokjatekok-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

.slotokjatekok-modal-content {
	background: white;
	padding: 20px;
	border-radius: 5px;
	max-width: 400px;
	width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.slotokjatekok-modal-content.success {
	background-color: #4caf50;
	color: var(--color-white);
	text-align: center;
	font-family: var(--font-btn);
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 100%;
}

.slotokjatekok-modal-content.error {
	background-color: #f44336;
	color: var(--color-white);
	text-align: center;
	font-family: var(--font-btn);
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 100%;
}

/* Others Styles */
.slotokjatekok--privacy--container {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.slotokjatekok--privacy--sublist {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

/* Media */
@media screen and (max-width: 1170px) {
	.slotokjatekok--container__main {
		padding: 0 1rem;
	}
}

@media screen and (max-width: 1080px) {
	.slotokjatekok--container__main {
		padding: 0 1rem;
	}
	.slotokjatekok--welcome--container {
		padding: 0;
		flex-direction: column-reverse;
	}

	.slotokjatekok--welcome-box {
		padding: 2rem 0 0;
	}

	.slotokjatekok--welcome__blocks,
	.slotokjatekok--about----description {
		max-width: 100%;
		width: 100%;
	}

	.slotokjatekok--welcome--image {
		max-width: 240px;
		width: 100%;
		height: 326px;
	}

	.slotokjatekok--welcome---title {
		font-size: 2rem;
	}

	.slotokjatekok--advantages-box {
		padding: 0.675rem 0;
	}

	.slotokjatekok--advantages--container {
		padding: 1.25rem 0;
	}

	.slotokjatekok--about---info {
		flex-direction: column;
	}

	.slotokjatekok--disclaimer-box {
		padding-bottom: 1.25rem;
	}

	.slotokjatekok--footer-container {
		gap: 1.5rem;
	}

	.slotokjatekok--contact--box {
		flex-direction: column;
	}

	.slotokjatekok--contact--box {
		padding: 0;
	}

	.slotokjatekok--contact--blocks h1 {
		text-align: center;
	}
	.slotokjatekok__contact--form {
		padding: 2.25rem 0.95rem;
	}
}

@media screen and (max-width: 867px) {
	.slotokjatekok-slider-track {
		display: flex;
		gap: 1.25rem;
		transition: transform 0.5s ease;
		will-change: transform;
		padding: 0px 0;
		flex-wrap: nowrap;
		justify-content: flex-start;
		-webkit-transition: transform 0.5s ease;
		-moz-transition: transform 0.5s ease;
		-ms-transition: transform 0.5s ease;
		-o-transition: transform 0.5s ease;
	}
}
@media screen and (max-width: 740px) {
	.slotokjatekok--advantages---title {
		font-size: 1.5rem;
	}

	.slotokjatekok--welcome---title {
		font-size: 1.25rem;
		line-height: 110%;
		text-align: left;
	}

	.slotokjatekok--welcome__blocks p {
		text-align: left !important;
	}

	.slotokjatekok--welcome--image {
		max-width: 182px;
		width: 100%;
		height: 239px;
	}

	.slotokjatekok--advantages----card {
		display: flex;
		flex-direction: row;
		padding: 1.25rem;
		align-items: center;
		max-width: 400px;
		width: 100%;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		-ms-border-radius: 30px;
		-o-border-radius: 30px;
	}

	.slotokjatekok--advantages----info p {
		display: none;
	}

	.slotokjatekok--advantages----icon {
		max-width: 58px;
		width: 100%;
		height: 60px;
		margin-inline: auto;
	}

	.slotokjatekok--105 {
		height: auto;
		font-size: 1rem !important;
		line-height: 100%;
	}

	.slotokjatekok--menu__list {
		display: none;
	}

	.slotokjatekok--menu {
		justify-content: flex-end;
	}

	#slotokjatekokMenuToggle {
		display: block;
	}

	.slotokjatekok--about----image {
		max-width: 337px;
		width: 100%;
		height: 294px;
	}
	.isgoggleauth__button {
		font-size: 0;
		padding: 0;
	}

	.isgoggleauth__button {
		min-width: 60px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.slotokjatekok--footer--info p {
		text-align: left !important;
	}

	.slotokjatekok--footer--info {
		flex-direction: row-reverse;
	}

	.slotokjatekok--footer---navmenu {
		flex-direction: column;
	}

	.slotokjatekok--footer---age {
		max-width: 52px;
		width: 100%;
		height: 52px;
	}

	.slotokjatekok--faq---items {
		gap: 1rem;
	}

	.slotokjatekok--header__logo {
		max-width: 121px;
		width: 100%;
		height: 30px;
	}

	.slotokjatekok-slide {
		flex: 0 0 320px;
	}

	.slotokjatekok--cards_image {
		max-width: 272px;
		width: 100%;
		height: 210px;
	}

	.slotokjatekok--footer--info p {
		font-size: 1.25rem;
	}

	.slotokjatekok--contact---image {
		max-width: 240px;
		width: 100%;
		height: 240px;
	}

	.slotokjatekok--menu {
		gap: 1rem;
	}

	.slotokjatekok-modal__content-sign,
	.slotokjatekok-modal__content-login {
		padding: 1rem;
		height: 330px;
		gap: 0.5rem;
	}

	.slotokjatekok-modal__content-login {
		height: 330px !important;
	}

	.slotokjatekok-modal--title {
		font-size: 1.5rem;
	}

	.slotokjatekok__form__login {
		flex-direction: column;
	}

	.slotokjatekok__form__button {
		font-size: 1rem;
	}
}

@media screen and (max-width: 359px) {
	.slotokjatekok-slide {
		flex: 0 0 280px;
	}

	.slotokjatekok--cards_image {
		max-width: 232px;
		width: 100%;
		height: 210px;
	}

	.slotokjatekok--menu {
		gap: 0.5rem;
	}
}
