@charset "UTF-8";
a,
p {
	font-size: 16px;
}
h2,
h3 {
	margin-bottom: 1rem;
}
.wrapper > p:last-of-type,
h1 {
	margin-bottom: 32px;
}
.container,
.page-main > .wp-block-heading {
	padding: 0 var(--offsets);
	max-width: var(--display-width);
}
.get-image,
body {
	display: -webkit-box;
	display: -ms-flexbox;
}
.page-header__button--first:hover,
.sub-menu::before {
	background-color: transparent;
}
.page-404 .container,
.page-header__burger,
body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}
*,
.faq__answer *,
.payment-method td,
.payment-method th {
	font-family: inherit;
}
.faq__answer *,
.main-nav__link,
.payment-method th,
.promo-code__input,
h4 {
	font-style: normal;
}
:root {
	--width: 1480px;
	--display-width: var(--width);
	--offsets: 30px;
	--ff-primary: 'Figtree', 'Arial', 'Helvetica CY', 'Nimbus Sans L', sans-serif;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.container {
	margin: 0 auto;
}
.container-full,
img {
	max-width: 100%;
}
p {
	margin-top: 1rem;
	font-weight: 500;
	line-height: 20px;
}
a {
	font-weight: 400;
	color: var(--color-link);
}
h1,
h2 {
	font-weight: 800;
}
b {
	color: #fff;
}
a:hover {
	text-decoration: none;
}
img {
	height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	color: var(--color-title);
}
h1 {
	font-size: 34px;
	line-height: 40px;
}
h2 {
	font-size: 30px;
	line-height: 36px;
}
h3 {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.1rem;
}
h4 {
	font-size: 17px;
	font-weight: 800;
	line-height: 24px;
}
h5,
h6 {
	margin-bottom: 1rem;
	font-weight: 600;
}
h5 {
	font-size: 1.2rem;
	line-height: 1.7rem;
}
h6 {
	font-size: 1rem;
	line-height: 1.5rem;
}
.wrapper > .content-button,
.wrapper > .wp-block-table,
.wrapper > blockquote,
.wrapper > h1,
.wrapper > h2,
.wrapper > h3,
.wrapper > h4,
.wrapper > h5,
.wrapper > h6,
.wrapper > ol,
.wrapper > p,
.wrapper > ul {
	margin-right: auto;
	margin-left: auto;
	padding: 0 var(--offsets);
	max-width: var(--display-width);
}
.wrapper > ol,
.wrapper > ul {
	padding-left: 50px;
}
.wrapper blockquote,
blockquote {
	margin-top: 1rem;
	border-left: 5px solid var(--color-accent);
	padding: 1rem var(--offsets) 1rem 2rem;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	background-color: #f0f8ffff;
}
.wrapper:not(:last-child) {
	margin-bottom: 2rem;
}
* + .screenshot-gallery,
.text-image + .text-image,
.wrapper > :not(:first-child) {
	margin-top: 2rem;
}
.wrapper {
	margin-top: 64px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.wrapper:first-child {
	margin-top: 40px;
}
.wrapper > .wp-block-heading:not(:first-child) {
	margin: 64px auto 16px;
}
.page-main > .wp-block-heading {
	margin-left: auto;
	margin-right: auto;
}
.info-block-v2,
.wp-block-table {
	overflow: auto;
}
.wp-block-table::-webkit-scrollbar {
	height: 5px;
}
.wp-block-table table,
table {
	margin-top: 24px;
	border-collapse: collapse;
	width: 100%;
}
.wp-block-table table {
	border-radius: 12px;
	border: 2px solid #008f5e;
	background: #0f442e;
}
.wp-block-table table thead {
	border-bottom: none;
}
.wp-block-table table th {
	padding: 0.5rem 1rem;
	text-align: center;
	color: var(--color-table-th-color);
	background-image: linear-gradient(92deg, #1e283f, rgba(20, 27, 46, 0.6));
	background-color: #132639;
}
.wp-block-table table th:not(:last-child) {
	border-right: 1px solid #18533b;
}
.wp-block-table table td {
	border: 1px solid #18533b;
	padding: 0.5rem 1rem;
}
.wp-block-table .has-fixed-layout {
	table-layout: auto;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
	word-break: normal;
}
.container .container {
	padding-right: 0;
	padding-left: 0;
}
.get-image {
	display: flex;
	-webkit-box-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	line-height: 0;
}
.content-button__control,
.page-header__button {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	cursor: pointer;
}
.visually-hidden {
	position: absolute;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	overflow: hidden;
	margin: -1px;
	border: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	white-space: nowrap;
	clip: rect(0 0 0 0);
}
.main-nav__item--has-children,
.main-nav__link {
	position: relative;
}
body {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
	overflow-x: hidden;
	font-family: var(--ff-primary);
	color: var(--color-text);
	background-color: var(--color-body);
}
main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.last-modified-date {
	display: inline-block;
	margin: 1rem auto;
	border-radius: 5px;
	padding: 10px 30px;
	width: 100%;
	font-weight: 700;
	text-align: center;
	background: -o-linear-gradient(
		150deg,
		#fff0 0,
		#fff0 5%,
		#cccf 50%,
		#fff 95%,
		#fff 100%
	);
	background: linear-gradient(
		300deg,
		#fff0 0,
		#fff0 5%,
		#cccf 50%,
		#fff 95%,
		#fff 100%
	);
}
html {
	font-size: 17px;
}
@font-face {
	font-family: Figtree;
	src: url('../fonts/Figtree-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Figtree;
	src: url('../fonts/Figtree-ExtraBold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Figtree;
	src: url('../fonts/Figtree-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
.content-button {
	margin-top: 24px;
}
.content-button.alight-left {
	text-align: left;
}
.content-button.align-right {
	text-align: right;
}
.content-button.align-center {
	text-align: center;
}
.content-button__control {
	display: inline-block;
	border: none;
	border-radius: 8px;
	padding: 14px;
	text-decoration: none;
	color: var(--color-content-button);
	background: var(--content-button-gradient);
	border: 1px solid var(--content-button-gradient);
	transform-origin: center;
	transition: 0.2s ease-in-out;
	min-width: 328px;
}
.content-button__control:hover {
	color: var(--content-button-gradient);
}
.page-header {
	background-color: var(--color-header);
}
.page-header__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 8px 20px;
}
.main-nav__list,
.page-header__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
}
.page-header__logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 80px;
}
.page-header__logo img {
	max-height: 44px;
	object-fit: contain;
}
.about .about__devices,
.about .about__support,
.page-header__nav,
.wp-block-columns > .wp-block-column {
	flex: 1 1;
}
.page-header__buttons {
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: auto;
}
.page-header__burger {
	display: none;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 35px;
	height: 25px;
	cursor: pointer;
}
.page-header__burger span {
	display: block;
	border-radius: 20%;
	width: 100%;
	height: 3px;
	background-color: var(--color-header-navigation-link);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: 250ms;
	-o-transition: 250ms;
	transition: 250ms;
}
.page-header__burger.active span:first-of-type {
	-webkit-transform: translateY(11px) rotateZ(45deg);
	-ms-transform: translateY(11px) rotate(45deg);
	transform: translateY(11px) rotateZ(45deg);
}
.page-header__burger.active span:nth-of-type(2) {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}
.page-header__burger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotateZ(-45deg);
	-ms-transform: translateY(-11px) rotate(-45deg);
	transform: translateY(-11px) rotateZ(-45deg);
}
.page-header__nav + .page-header__buttons {
	margin-left: 20px;
}
.page-header__button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	outline: 0;
	border: none;
	border-radius: 8px;
	text-decoration: none;
	color: #196948;
	transition: 250ms;
	padding: 10px;
	min-width: 240px;
}
.main-nav__link,
.sub-menu__link {
	align-content: center;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}
.page-header__button > svg {
	max-width: 24px;
	max-height: 24px;
}
.page-header__button + .page-header__button {
	margin-left: 5px;
}
.page-header__button--first {
	color: #fff;
	background-color: #02a3fa;
	border: 1px solid #02a3fa;
	transition: 0.2s;
}
.page-header__button--second {
	color: var(--color-second-button);
	background-color: var(--color-second-button-bg);
	transition: 0.2s ease-in-out;
	border: 1px solid var(--color-second-button-bg);
}
.page-header__button--second:hover {
	color: var(--color-second-button-bg);
	background-color: transparent;
}
.main-nav__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}
@media (max-width: 1100px) {
	.page-header__nav {
		flex: 1 1 100%;
		order: 10;
		margin-top: 8px;
	}
	.main-nav__list {
		justify-content: center;
	}
	.wrapper {
		margin-bottom: 1rem;
		padding: 0 13px;
	}
}
.main-nav__item {
	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;
	height: 100%;
	cursor: pointer;
}
.main-nav__item:hover > a::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.main-nav__item:hover .sub-menu {
	opacity: 1;
	pointer-events: auto;
}
.main-nav__link {
	display: flex;
	justify-content: center;
	margin: 0 0.5rem;
	padding: 0.5rem;
	box-sizing: border-box;
	line-height: 28px;
	color: var(--color-header-navigation-link);
	transition: 0.3s ease-in-out;
	gap: 4px;
}
.main-nav__link > svg {
	max-width: 28px;
	max-height: 28px;
}
.main-nav__link .get-image img {
	width: auto;
	height: 1.2rem;
	-o-object-fit: contain;
	object-fit: contain;
}
.main-nav__link--current,
.main-nav__link:hover {
	color: var(--color-header-navigation-link-hover);
}
.main-nav__item--has-children .main-nav__link {
	margin-right: 0;
	padding-right: 4px;
}
.main-nav__item--has-children.active .sub-menu__arrow svg {
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotate(180deg);
	transform: rotateZ(180deg);
}
.faq__details[open] .faq__question:after,
.toc.active .toc__title::after {
	transform: unset;
}
.main-nav__item--has-children.active .sub-menu {
	position: relative;
	top: 0;
	display: block;
	margin-top: 0;
	padding: 0 1rem;
	opacity: 1;
	pointer-events: auto;
}
.promo-code__link svg .svg-cross,
.sub-menu {
	opacity: 0;
}
.main-nav__item--has-children.active .sub-menu::before {
	display: none;
}
.sub-menu__arrow,
.winners {
	display: flex;
}
.sub-menu__arrow svg {
	width: 100%;
	height: auto;
	max-width: 15px;
	-webkit-transition: 250ms;
	-o-transition: 250ms;
	transition: 250ms;
}
.sub-menu {
	position: absolute;
	top: 100%;
	z-index: 100;
	list-style: none;
	margin-top: 0.5rem;
	border-radius: 5px;
	padding: 0.5rem 1rem;
	background-color: var(--color-header);
	transition: 250ms;
	width: auto;
	pointer-events: none;
}
.sub-menu::before {
	content: '';
	position: absolute;
	left: 0;
	top: -0.5rem;
	width: 100%;
	height: 0.5rem;
}
.sub-menu:hover {
	color: var(--color-header);
}
.sub-menu__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0.5rem 0;
	line-height: 28px;
	white-space: nowrap;
	color: var(--color-header-navigation-link);
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.sub-menu__link .get-image img {
	width: auto;
	height: 1.2rem;
	-o-object-fit: contain;
	object-fit: contain;
}
.sub-menu__link--current,
.sub-menu__link:hover {
	color: var(--color-header-navigation-link-hover);
}
.bonus {
	display: grid;
	grid-template-rows: auto 1fr auto auto;
	grid-template-columns: 1fr auto;
	border-radius: 12px;
	border: 2px solid #008f5e;
	padding: 20px;
	gap: 8px 12px;
	min-height: 240px;
	height: 100%;
}
.bonus._anim-border {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: none;
}
.bonus._anim-border:after,
.bonus._anim-border:before {
	content: '';
	position: absolute;
	margin: auto;
}
.bonus._anim-border:before {
	width: 1000px;
	top: 0;
	height: 1000px;
	right: 0;
	bottom: 0;
	left: -200px;
	background: #22c1c3;
	animation: 2s linear infinite rotate;
	z-index: -1;
}
@keyframes rotate {
	100% {
		transform: rotate(1turn);
	}
}
.bonus._anim-border:after {
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	border-radius: 12px;
	z-index: 0;
}
.bonus._anim-border > * {
	z-index: 1;
}
.bonus b,
.bonus strong {
	color: #f9cb16;
	text-shadow: 0 0 8px rgba(249, 203, 22, 0.5);
}
.bonus .bonus__title {
	grid-row: 1/2;
	grid-column: 1/2;
	font-size: 24px;
	font-weight: 900;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0;
	color: #fff;
}
.bonus .bonus__description {
	grid-row: 2/3;
	grid-column: 1/2;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	color: #fff;
	margin-top: 0;
}
.bonus .get-image {
	grid-row: 1/-1;
	grid-column: 2/3;
	min-width: 146px;
}
.bonus .promocode {
	margin-top: 12px;
}
.promocode {
	display: flex;
	gap: 8px;
	grid-row: 3/4;
	grid-column: 1/2;
}
.promocode-field {
	flex: 1 1;
	color: #f9cb16;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	border-radius: 8px;
	border: 2px dashed #f9cb16;
	padding: 12px;
	max-width: 220px;
}
.bonus__button,
.promocode .copy-btn {
	display: flex;
	align-items: center;
	line-height: 20px;
	cursor: pointer;
}
.promocode .copy-btn {
	gap: 4px;
	padding: 6px 8px;
	border-radius: 8px;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	border: none;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	transition: 0.2s ease-in-out;
}
.promocode .copy-btn:hover {
	background: rgba(255, 255, 255, 0.3);
}
.bonus__button {
	position: relative;
	min-width: 320px;
	justify-content: space-between;
	border-radius: 8px;
	grid-row: 4/5;
	grid-column: 1/2;
	font-size: 16px;
	font-weight: 700;
	border: none;
	width: fit-content;
}
.bonus__button._arrow-btn,
.bonus__button._gift-btn {
	border: 1px solid #f9cb16;
	transition: 0.2s ease-in-out;
}
.bonus.v2 {
	gap: 12px;
	padding: 16px;
}
.bonus.v2 .bonus__button,
.how-to .content-button__control {
	min-width: 240px;
}
.bonus.v2 .bonus__button._arrow-btn {
	padding: 10px 12px;
}
@media (max-width: 1200px) {
	.bonus .bonus__title {
		grid-row: 1/2;
		grid-column: 1/3;
	}
	.bonus .bonus__description {
		grid-row: 2/3;
		grid-column: 1/2;
	}
	.bonus .get-image {
		min-width: 78px;
		grid-row: 2/3;
		grid-column: 2/3;
		align-self: start;
		max-width: 110px;
	}
	.bonus.v2 .get-image {
		max-width: 126px;
	}
	.bonus .promocode {
		grid-row: 3/4;
		grid-column: 1/3;
	}
	.bonus .promocode-field {
		max-width: unset;
	}
	.bonus__button {
		min-width: unset;
		width: 100%;
	}
	.bonus .bonus__button {
		grid-row: 4/5;
		grid-column: 1/3;
	}
	.bonus.v2 {
		grid-template-rows: auto 1fr auto;
	}
	.bonus.v2 .bonus__button {
		grid-row: 3/4;
	}
}
.bonus__button._gift-btn {
	background-color: #f9cb16;
	padding: 12px 12px 12px 64px;
}
.bonus__button._arrow-btn,
.bonus__button._gift-btn:hover {
	color: #f9cb16;
	background-color: transparent;
}
.bonus__button._arrow-btn {
	padding: 12px;
}
.bonus__button._arrow-btn:hover {
	background-color: #f9cb16;
	color: var(--color-second-button);
}
.bonus__button._gift-btn:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 6px;
	width: 52px;
	min-width: 52px;
	height: 52px;
	background-image: url(../images/mini-gift.webp);
	background-position: center;
	background-repeat: no-repeat;
	animation: 2s infinite move;
	z-index: 3;
}
.bonus__button._arrow-btn:after,
.bonus__button._gift-btn:after {
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	min-width: 24px;
}
@keyframes move {
	50% {
		transform: translateY(-5px) rotate(15deg);
	}
	70% {
		transform: translateY(-5px) rotate(5deg);
	}
}
.bonus__button._gift-btn:after {
	background-image: url(../images/user.svg);
	z-index: 3;
}
.bonus__button._arrow-btn:after {
	background-image: url(../images/btn-arrows.svg);
}
.video {
	max-width: 650px;
}
.video__container {
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
	background-color: #000;
}
.video__preview {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.video-v2__button,
.video__button {
	position: absolute;
	width: 44px;
	height: 44px;
	left: 50%;
	top: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: 0;
	border: none;
	border-radius: 22px;
	background: #575757;
	transform: translate(-50%, -50%);
	transition: 0.3s ease-in-out;
	cursor: pointer;
}
.image img,
.slots .get-image img,
.video__media {
	position: absolute;
	top: 0;
	left: 0;
}
.video__button:hover {
	opacity: 0.5;
	cursor: pointer;
}
.faq__details,
.video__button:focus {
	outline: 0;
}
.video__button:focus .video__button-shape,
.video__button:hover .video__button-shape {
	fill: red;
	fill-opacity: 1;
}
.video__media {
	border: none;
	width: 100%;
	height: 100%;
}
.video.align-center {
	margin: 0 auto;
}
.video.align-right {
	margin-left: auto;
}
.page-footer {
	margin: 33px 20px 0;
	padding: 33px 40px 40px;
	background-color: var(--color-footer);
	border-radius: 12px 12px 0 0;
}
.faq__item,
.toc {
	background: #0f442e;
}
.page-footer--enable-mobile-button {
	padding-bottom: 50px;
}
.footer-col_nav {
	justify-content: flex-start;
	align-items: center;
	flex: 1 1;
}
.page-footer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: wrap row-reverse;
	flex-flow: wrap row-reverse;
	gap: 20px;
}
.page-footer__dmca {
	margin: 24px auto 0;
}
.dmca-badge {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.page-footer__copyright {
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: var(--color-footer-text);
	max-width: 120px;
}
.faq__question,
.footer-nav__link {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}
.footer-nav__list {
	display: flex;
	gap: 12px 20px;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 150px;
}
.page-footer__nav {
	width: 468px;
}
.footer-nav__list .sub-menu {
	margin: 0.2rem 0;
}
.footer-nav__item {
	display: flex;
	min-width: 224px;
}
.footer-nav__link {
	display: inline-block;
	text-decoration: none;
	color: var(--color-footer-navigation-link);
	transition: 0.3s ease-in-out;
}
.footer-nav__link--current,
.footer-nav__link:hover {
	color: var(--color-footer-navigation-link-hover);
}
.footer-container {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.footer-col {
	display: flex;
	flex-direction: column;
}
@media (max-width: 768px) {
	.content-button__control {
		min-width: unset;
	}
	.page-header__button {
		min-width: unset;
		flex: 1 1;
	}
	.bonus {
		padding: 16px;
		gap: 16px 12px;
		min-height: unset;
	}
	.bonus .bonus__title {
		font-size: 20px;
		font-weight: 900;
		line-height: 24px;
	}
	.bonus .get-image {
		max-width: 78px;
	}
	.bonus .promocode {
		margin-top: -12px;
	}
	.bonus.v2 {
		gap: 8px;
	}
	.bonus.v2 .bonus__title {
		grid-row: 1/2;
		grid-column: 1/2;
	}
	.bonus.v2 .bonus__description {
		grid-column: 1/3;
	}
	.bonus.v2 .get-image {
		grid-row: 1/2;
		grid-column: 2/3;
	}
	.bonus.v2 .get-image img {
		max-width: 114px;
	}
	.page-footer {
		margin: 33px 16px 0;
		padding: 16px;
	}
}
.faq__item {
	border-radius: 12px;
	border: 2px solid #008f5e;
	padding: 16px;
}
.faq__item:not(:last-child) {
	margin-bottom: 16px;
}
.faq__details .faq__question-title {
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	line-height: 24px;
}
.faq__question {
	display: flex;
	align-items: center;
	gap: 8px;
	outline: 0;
	cursor: pointer;
}
.faq__details[open] .faq__question {
	padding-bottom: 16px;
	border-bottom: 1px solid #18533b;
}
.faq__question::-webkit-details-marker {
	display: none;
}
.faq__question:before {
	content: '';
	display: flex;
	width: 32px;
	min-width: 32px;
	height: 32px;
	background-image: url('../images/faq-question.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.faq__question:after,
.toc__title::after {
	width: 32px;
	min-width: 32px;
	height: 32px;
	background-image: url('../images/round-arrow.svg');
	transform: rotate(180deg);
	background-repeat: no-repeat;
	content: '';
	background-position: center;
}
.faq__question:after {
	display: flex;
	transition: 250ms;
}
.faq__question-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: var(--color-faq-item-title);
}
.faq__question-title svg {
	z-index: 10;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 30px;
	width: 30px;
	height: 30px;
	fill: var(--color-faq-item-title);
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.faq__answer {
	padding: 16px 0 0;
}
.faq__answer * {
	margin-top: 0.8rem;
	font-weight: 500;
	font-size: inherit;
	line-height: inherit;
}
.toc,
.toc__list,
.toc__title {
	margin: 0;
	display: flex;
	width: 100%;
}
.faq__answer :first-child {
	margin-top: 0;
}
.toc {
	flex-direction: column;
	align-items: center;
	border-radius: 12px;
	border: 2px solid #008f5e;
	padding: 16px;
}
.toc__title {
	position: relative;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	cursor: pointer;
}
.toc.active .toc__title {
	margin-bottom: 12px;
}
.toc__title::after {
	display: flex;
	transition: 250ms;
}
.toc__list {
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	overflow: hidden;
	padding: 0;
	height: auto;
	max-height: 0;
}
.breadcrumbs__link,
.toc__link {
	align-items: center;
	text-decoration: none;
}
.toc__link {
	display: flex;
	gap: 4px;
	padding: 6px 12px;
	color: #fff;
	transition: 0.3s ease-in-out;
	border-radius: 8px;
	border: 1px solid #008f5e;
}
.toc__link:before {
	content: '';
	display: flex;
	width: 12px;
	min-width: 12px;
	height: 12px;
	background-image: url('../images/list-marker.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.breadcrumbs__list,
.page-404 .container,
.scroll-top__button {
	display: -webkit-box;
	display: -ms-flexbox;
}
.toc.active .toc__list {
	max-height: 100%;
}
.page-single {
	margin: 0 auto 3rem;
	padding: 0 10px;
	max-width: var(--display-width);
}
.breadcrumbs {
	padding: 4px 0;
	background: rgba(255, 255, 255, 0.1);
}
.breadcrumbs__list {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.breadcrumbs__item {
	margin-right: 4px;
}
.breadcrumbs__link {
	display: flex;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: var(--color-accent);
	padding: 4px 0;
	transition: color 0.3s ease-in-out;
}
.breadcrumbs__link svg {
	width: 4px;
	height: 4px;
	margin-left: 4px;
	stroke: var(--color-text);
}
.breadcrumbs__link--no-active,
.breadcrumbs__link:hover {
	color: var(--color-text);
}
.mobile-button {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	display: grid;
	grid-template-columns: auto 1fr auto;
	grid-template-rows: auto auto;
	border-radius: 12px 12px 0 0;
	padding: 8px;
	gap: 0 8px;
	background-color: #008f5e;
	color: #fff;
	width: 100%;
	border: none;
	cursor: pointer;
}
.mobile-button__btn,
.slots .slots__demo-button:hover {
	color: #196948;
	background-color: #f9cb16;
}
.mobile-button img {
	grid-column: 1/2;
	grid-row: 1/3;
	max-width: 58px;
	height: auto;
}
.mobile-button .mobile-button__title {
	grid-column: 2/3;
	grid-row: 1/2;
	text-align: left;
	margin-top: 0;
	font-size: 14px;
	font-weight: 900;
	line-height: 20px;
	text-transform: uppercase;
}
.mobile-button .mobile-button__bonus {
	grid-column: 2/3;
	grid-row: 2/3;
	text-align: left;
	color: #f9cb16;
	margin-top: 0;
	font-size: 14px;
	font-weight: 900;
	line-height: 20px;
	text-transform: uppercase;
}
.mobile-button__btn {
	display: flex;
	align-items: center;
	grid-column: 3/4;
	grid-row: 1/3;
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;
	padding: 10px 16px;
	border-radius: 8px;
	margin-top: 0;
}
.background-block {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-404 .container {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.page-404 {
	background-image: url(../images/404.webp);
	background-position: -100px;
}
.page-404__title {
	margin-top: 2rem;
	font-size: 5rem;
	line-height: 6rem;
	text-align: center;
}
.page-404__subtitle {
	margin: 0;
	font-weight: 400;
	font-size: 2rem;
	line-height: 2.5rem;
	text-align: center;
}
.page-404__link {
	display: inline-block;
	margin: 2rem auto 0;
	border: none;
	border-radius: 5px;
	padding: 0.7rem 2rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 1.2rem;
	text-decoration: none;
	color: var(--color-content-button);
	background: var(--content-button-gradient);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: 150ms;
	-o-transition: 150ms;
	transition: 150ms;
	cursor: pointer;
}
.page-404__link:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}
.scroll-top {
	position: fixed;
	right: 10px;
	bottom: 80px;
	z-index: 10;
}
.scroll-top__button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: 0;
	border: none;
	border-radius: 5px;
	width: 50px;
	height: 50px;
	-webkit-box-shadow: 0 0 20px 5px #223c5059;
	box-shadow: 0 0 20px 5px #223c5059;
	background-color: var(--color-scroll-to-top);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition:
		transform 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
	cursor: pointer;
}
.scroll-top__button svg {
	fill: var(--color-arrow-scroll-to-top);
	pointer-events: none;
}
.scroll-top__button:hover {
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}
#cookie-law-div {
	z-index: 10000000;
	position: fixed;
	padding: 1em;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 15px;
	-webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
	box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}
#cookie-law-div a {
	font-size: 15px;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#cookie-law-div a:hover {
	opacity: 0.7;
}
#cookie-law-div p {
	margin: 0;
	color: #000;
	padding-right: 50px;
}
#cookie-law-div button {
	height: 20px;
	width: 20px;
	position: absolute;
	right: 0.5em;
	top: 20px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	line-height: 1;
	color: #fff;
	background-color: #000;
	border: none;
	opacity: 0.6;
	font-size: 12px;
	cursor: pointer;
	border-radius: 50px;
}
#cookie-law-div button:hover {
	opacity: 1;
}
.acceptButton {
	width: 113px !important;
	background-color: green !important;
	top: 124px !important;
}
#cookie-law-div {
	border-radius: 0;
	max-width: 100%;
	right: 0;
	bottom: 0;
}
body::-webkit-scrollbar {
	width: 10px;
}
body::-webkit-scrollbar-track {
	background-color: var(--color-body-track);
}
body::-webkit-scrollbar-thumb {
	border: 1px solid var(--color-body-track);
	border-radius: 10px;
	height: 20%;
	background: var(--color-body-thumb);
}
.video-v2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.video-v2__container {
	position: relative;
	width: 100%;
}
.video-v2.align-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.video-v2.align-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.video-v2.align-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.video-v2__player {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	aspect-ratio: 16/9;
	max-height: 488px;
	background-color: #454545;
}
.video-v2__button:hover {
	opacity: 0.5;
}
.video-v2._active .video-v2__button {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.video-v2._active .video-v2__player {
	cursor: pointer;
}
.video-v2__button-shape {
	fill: #0009;
}
.video-v2__button-icon {
	fill: #fff;
}
.video-v2__button:hover .video-v2__button-shape {
	fill: red;
}
.video-v2__button svg path {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.text-image__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 20px;
	align-items: center;
}
.how-to .content-button,
.how-to > :not(.how-to__title):not(.content-button),
.text-image__container.reversed > .get-image,
.text-image__container > :not(.get-image):not(.wp-block-heading) {
	grid-column: 1/2;
}
.text-image__container.reversed > :not(.get-image) {
	grid-column: 1/3;
}
.text-image:not(._h1-block) .text-image__container > .wp-block-heading {
	grid-row: 1/2;
	grid-column: 1/3;
}
.text-image__container.reversed .text-image__item,
.text-image__container.reversed > :not(.get-image):not(.wp-block-heading) {
	grid-column: 2/3;
}
.page-footer__widget p,
.text-image__container > p:first-of-type,
.text-image__item > :first-child {
	margin-top: 0;
}
.text-image__container .get-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	grid-column: 2/3;
	border-radius: 12px;
	overflow: hidden;
}
.text-image:not(._h1-block) .wp-block-heading ~ .get-image {
	grid-row: 2/10;
}
.text-image._h1-block > .wp-block-heading {
	grid-column: 1/2;
	margin-bottom: 20px;
}
.text-image__container.align-top .get-image {
	align-items: flex-start;
}
.text-image__container.align-center .text-image__item {
	margin-top: auto;
	margin-bottom: auto;
	height: fit-content;
}
.text-image__container.align-center .get-image {
	align-items: center;
}
.text-image__container.align-bottom .get-image {
	align-items: flex-end;
}
.tabs__item > :last-child,
.text-image__item > :last-child {
	margin-bottom: 0;
}
@media (hover: hover), screen and (min-width: 0\0) {
	.toc__link:focus,
	.toc__link:hover {
		color: #f9cb16;
	}
	.gbtn:focus,
	.gbtn:hover {
		background-color: var(--color-accent) !important;
		opacity: 1;
	}
}
@media (hover: hover), screen and (min-width: 0 \0) {
	.social__link:focus img,
	.social__link:focus svg,
	.social__link:hover img,
	.social__link:hover svg {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@media (min-width: 768px) {
	.mobile-button {
		display: none;
	}
}
@media (min-width: 1024px) {
	.main-nav__item--has-children:hover .sub-menu__arrow svg {
		-webkit-transform: rotateZ(180deg);
		-ms-transform: rotate(180deg);
		transform: rotateZ(180deg);
	}
	.sub-menu__arrow {
		pointer-events: none;
	}
}
@media screen and (max-width: 1280px) {
	:root {
		--offsets: 20px;
	}
}
@media (max-width: 1280px) {
	.advantages--6 {
		-ms-grid-columns: (1fr) [ 5];
		grid-template-columns: repeat(5, 1fr);
	}
	.advantages--5 {
		grid-template-columns: repeat(4, 1fr);
	}
	.advantages--4 {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 1279px) {
	.tabs--vertical .tabs__container {
		grid-template-columns: 1fr;
	}
	.tabs--vertical .tabs__header {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: nowrap row;
		flex-flow: nowrap row;
		overflow: auto;
		margin-right: 0;
		border-style: none;
		border-radius: 16px 16px 0 0;
		padding: 0;
	}
	.tabs--vertical .tabs__header-item {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
	.tabs--vertical .tabs__header-button {
		border-bottom: none;
		border-radius: 0;
		padding: 12px 20px;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
	.tabs--vertical .tabs__content {
		border-radius: 0 0 16px 16px;
		padding: 24px 16px;
	}
	.tabs--vertical .tabs__header-item:not(:first-child) {
		border: none;
	}
	.tabs--vertical .tabs__header-item:first-child .tabs__header-button {
		border-top-left-radius: 18px;
		border-top-right-radius: 0;
	}
	.tabs--vertical .tabs__header-item:last-child .tabs__header-button {
		border-radius: 0 18px 0 0;
	}
}
@media screen and (max-width: 1024px) {
	:root {
		--offsets: 16px;
	}
}
@media (max-width: 1024px) {
	.page-footer {
		padding: 16px;
	}
	.footer-container {
		flex-direction: column;
		gap: 40px;
		padding: 0;
	}
	.footer-col {
		align-items: center;
	}
	.page-footer__nav {
		width: unset;
	}
	.footer-nav__item {
		min-width: unset;
	}
	.footer-nav__list {
		max-height: unset;
	}
	.footer-col_nav {
		align-items: flex-start;
	}
	.main-nav__item--has-children,
	.main-nav__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}
	html {
		font-size: 16px;
	}
	.page-header__container {
		position: relative;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 8px var(--offsets);
	}
	.page-header__logo {
		max-width: 100px;
	}
	.page-header__nav {
		margin-top: unset;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.page-header__buttons {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.page-header__burger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-left: 20px;
	}
	.page-header__nav + .page-header__buttons {
		margin-left: auto;
	}
	.main-nav {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		margin-right: calc(-100vw / 2 + 100% / 2) !important;
		margin-left: calc(-100vw / 2 + 100% / 2) !important;
		max-width: 100vw !important;
		background-color: var(--color-header);
		opacity: 0;
		-webkit-transition: opacity 250ms;
		-o-transition: opacity 250ms;
		transition: opacity 250ms;
		pointer-events: none;
	}
	.main-nav.active {
		z-index: 9999;
		opacity: 1;
		pointer-events: auto;
	}
	.main-nav__list {
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 32px 16px 12px;
	}
	.main-nav__item {
		width: 100%;
	}
	.main-nav__item:not(:last-child) {
		border-bottom: 1px solid #18533b;
	}
	.main-nav__link {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0;
		padding: 8px 0;
		width: 100%;
	}
	.main-nav__link svg {
		margin-right: 4px;
	}
	.main-nav__item--has-children {
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.sub-menu__arrow svg {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	.sub-menu__arrow {
		display: flex;
		position: absolute;
		right: 0;
		top: 0;
		padding: 16px 5px 16px 30%;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		pointer-events: auto;
	}
	.sub-menu {
		display: none;
		width: 100%;
	}
	.main-nav__item--has-children.active .sub-menu {
		padding: 0 0 0 16px;
	}
	.sub-menu__link {
		justify-content: flex-start;
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
	}
	.page-footer__top .get-image {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.page-footer__widget {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.page-footer__widget + .page-footer__widget {
		margin-right: 0;
	}
	.page-footer__widget + .get-image {
		margin: 0;
	}
	.advantages--6 {
		grid-template-columns: repeat(4, 1fr);
	}
	.advantages--5 {
		grid-template-columns: repeat(3, 1fr);
	}
	.advantages--2,
	.advantages--3 {
		grid-template-columns: repeat(2, 1fr);
	}
	.text-image__container {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.text-image__container.reversed .text-image__item {
		grid-column: auto;
		grid-row: auto;
	}
	.text-image__container.reversed > :not(.get-image),
	.text-image__container.reversed > :not(.get-image):not(.wp-block-heading),
	.text-image__container > .wp-block-heading {
		grid-column: 1/2;
	}
	.text-image__container .get-image,
	.text-image__container.reversed > .get-image {
		grid-column: 1/2;
		grid-row: 1/2;
	}
	.text-image._h1-block .text-image__container > .get-image {
		grid-row: 1/2;
	}
	.text-image._h1-block .wp-block-heading ~ .get-image,
	.text-image__container .wp-block-heading ~ .get-image,
	.text-image__container.reversed .wp-block-heading ~ .get-image {
		grid-row: 2/3;
	}
	.text-image._h1-block .get-image {
		grid-row: auto;
	}
}
.slots__button._cash:hover,
.tabs__header-button:hover {
	opacity: 0.7;
}
@media (max-width: 800px) {
	.wrapper:first-child .columns__item--content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.wrapper:first-child .columns__item--content h1 {
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -2;
		order: -2;
	}
}
@media (max-width: 767px) {
	h1,
	h2 {
		font-weight: 800;
		line-height: 32px;
	}
	h1 {
		font-size: 28px;
		margin-bottom: 12px;
	}
	h2 {
		font-size: 25px;
	}
	.wrapper:first-child {
		margin-top: 20px;
	}
	.faq__question {
		flex-wrap: wrap;
		gap: 12px;
		font-size: 14px;
		line-height: 130%;
	}
	.faq__question::after {
		margin-left: auto;
	}
	.faq__question-title {
		order: 3;
		flex: 1 1 100%;
	}
	.faq__question-title svg {
		margin-left: 15px;
		width: 18px;
		height: 18px;
		fill: var(--color-faq-item-title);
	}
	.toc__list.vertical,
	.toc__nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}
	.content-button,
	.toc.active .toc__list {
		margin-top: 1rem;
	}
	.toc__link,
	.toc__list,
	.toc__list.vertical,
	.toc__list.vertical .toc__item,
	.toc__title {
		width: 100%;
	}
	.wrapper {
		padding: 0;
	}
	.faq__details {
		border-radius: 5px;
	}
	.toc__nav {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.toc__title::after {
		display: inline-block;
	}
	.toc__title {
		margin: 0;
	}
	.toc__list.vertical {
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.toc__list.vertical .toc__item:not(:last-child) {
		margin-right: 0;
	}
	.toc__link {
		text-align: center;
	}
	.advantages--6 {
		grid-template-columns: repeat(3, 1fr);
	}
	.advantages--4,
	.advantages--5 {
		grid-template-columns: repeat(2, 1fr);
	}
	.advantages--2,
	.advantages--3,
	.difference {
		grid-template-columns: 1fr;
	}
	.screenshot-gallery__list {
		overflow-x: auto;
		width: 100%;
		max-width: 980px;
	}
	.screenshot-gallery__item {
		min-width: 300px;
		max-width: 325px;
	}
	.tabs__header-button {
		cursor: auto;
	}
	.tabs--horizontal .tabs__header-button {
		padding: 8px;
		font-size: 18px;
		line-height: 24px;
	}
}
@media (max-width: 700px) {
	html {
		font-size: 15px;
	}
}
@media screen and (max-width: 700px) {
	#cookie-law-div p {
		padding-bottom: 36px;
	}
	.acceptButton {
		left: calc(50% - 60px);
	}
}
@media (max-width: 650px) {
	.sub-menu {
		max-width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.acceptButton {
		top: 100px !important;
	}
	#cookie-law-div p {
		padding-bottom: 50px;
	}
}
@media (max-width: 550px) {
	.page-header__buttons {
		margin: 0 -0.2rem;
	}
	.page-footer__widget {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.promocode__buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.promocode__link--aff {
		max-width: 100%;
	}
	.advantages--6 {
		grid-template-columns: repeat(2, 1fr);
	}
	.advantages--4,
	.advantages--5 {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 500px) {
	html {
		font-size: 16px;
	}
	.page-header__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.page-header__buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
		margin-top: 1rem;
		width: 100%;
		text-align: center;
	}
	.page-header {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.page-header__button {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.comment-form__button,
	.comment-form__input {
		width: calc(100% - 20px);
	}
}
@media (max-width: 475px) {
	.content-button__control {
		width: 100%;
	}
	.advantages--6 {
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 400px) {
	.acceptButton {
		top: 127px !important;
	}
}
.image {
	position: relative;
	width: 100%;
	height: 320px;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 20px;
}
.image img {
	right: 0;
	bottom: 0;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}
.wp-block-columns {
	display: flex;
	margin: 0 auto;
	padding: 0 var(--offsets);
	max-width: var(--display-width);
	gap: 20px;
}
.winners .winners__title {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;
	color: #f9cb16;
	background-color: #008f5e;
	padding: 8px;
	border-radius: 4px 0 0 4px;
}
.about .about__bonuses-list li,
.about .about__payment-methods td:last-child .about__currencies,
.about tr td,
.winners .winners__person {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}
.winners .winners__rline {
	display: flex;
	align-items: center;
	flex: 1 1;
	overflow: hidden;
	width: max-content;
	border-radius: 0 4px 4px 0;
}
.winners .winners__list {
	display: flex;
	list-style: none;
	margin: 0;
	padding-left: 100%;
	animation: 40s linear infinite scroll;
}
.winners .winners__person {
	display: flex;
	align-items: center;
	gap: 4px;
	color: #d2d2d2;
	white-space: nowrap;
	margin-left: 32px;
}
@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100% - 3px));
	}
}
.winners .winners__person:before {
	content: '';
	width: 24px;
	min-width: 24px;
	height: 24px;
	background-image: url('../images/award.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.winners .winners__reward {
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;
	margin-right: 4px;
}
.about {
	border: unset;
	background-color: unset;
}
.about tbody {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.about .about__about,
.about .about__game-types {
	flex: 0 1 330px;
}
.about .about__payment-methods {
	flex: 1 1;
	min-width: 718px;
}
.about tr {
	display: flex;
	flex-direction: column;
	gap: 16px;
	border-radius: 12px;
	border: 2px solid #008f5e;
	background: #0f442e;
	padding: 16px;
}
.about tr td {
	border: unset;
	color: #fff;
	padding: 0;
}
.about tr td:first-child {
	font-size: 23px;
	font-weight: 800;
	line-height: 28px;
	margin: 0;
	padding: 0;
}
.about tr td p {
	color: #fff;
	margin: 0;
}
.about tr td p span {
	color: #f9cb16;
	font-weight: 800;
}
.about tr.about__about td p {
	padding: 16px 0;
}
.about tr.about__about td p:not(:last-child),
.about tr.about__game-types td p:not(:last-child) {
	border-bottom: 1px solid #2972d6;
}
.about tr.about__about td p:first-child,
.about tr.about__game-types td p:first-child {
	padding-top: 0;
}
.about tr.about__game-types td p {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 0;
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;
}
.about tr.about__game-types td p:last-child {
	padding-bottom: 0;
}
.about .about__devices img,
.about .about__game-types img,
.about .about__support img {
	max-width: 32px;
}
.about .about__payment-methods td:last-child {
	display: flex;
	flex-wrap: wrap;
}
.about .about__payment-methods td {
	display: flex;
}
.about .about__payment-methods td:last-child .about__mindep,
.about .about__payment-methods td:last-child .about__minwit,
.about .about__payment-methods td:last-child .col {
	flex: 1 1 50%;
}
.about .about__payment-methods td:last-child .about__currencies {
	flex: 1 1 100%;
	border-bottom: 1px solid #2972d6;
	padding-bottom: 16px;
	padding-top: 16px;
}
.about .about__payment-methods td:last-child .about__deposit,
.about .about__payment-methods td:last-child .about__withdrawal {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	padding-left: 0;
	margin-top: 12px;
}
.about .about__payment-methods td:last-child .about__mindep,
.about .about__payment-methods td:last-child .about__minwit {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	padding-top: 16px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}
.about .about__payment-methods td:last-child .about__mindep span,
.about .about__payment-methods td:last-child .about__minwit span {
	font-weight: 800;
}
.about .about__payment-methods img {
	max-width: 34px;
}
@media (max-width: 1100px) {
	.image {
		height: 160px;
	}
	.about .about__payment-methods td .col:not(:first-child) {
		padding-left: 0;
	}
}
.col {
	display: flex;
	flex-direction: column;
}
.about .about__payment-methods td .col {
	border-bottom: 1px solid #2972d6;
	padding-bottom: 16px;
}
.about .about__payment-methods td .col:not(:last-of-type) {
	border-right: 1px solid #2972d6;
	padding-right: 16px;
}
.about .about__payment-methods td .col:not(:first-child) {
	padding-left: 16px;
}
.about .about__bonuses {
	flex: 0 1 485px;
}
.about .about__bonuses-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
}
.about .about__bonuses-list li {
	padding: 6px 12px;
	border-radius: 4px;
	border: 1px solid #008f5e;
}
.about .about__devices-list,
.about .about__support-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.about .about__devices-list li,
.about .about__support-list li {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1 1 calc(50% - 20px);
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;
}
.about .about__software {
	min-width: 280px;
}
.about .about__software img {
	max-width: 146px;
}
.about .about__software td {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 280px;
}
@media (max-width: 1460px) {
	.about .about__about,
	.about .about__game-types {
		flex: 0 1 auto;
	}
	.about .about__payment-methods {
		min-width: unset;
		flex: 1 1 50%;
	}
}
@media (max-width: 1100px) {
	.about .about__about,
	.about .about__bonuses,
	.about .about__game-types,
	.about .about__payment-methods {
		flex: 1 1 calc(50% - 20px);
	}
	.about .about__devices,
	.about .about__software,
	.about .about__support {
		flex: 1 1 30%;
	}
	.about .about__software {
		min-width: unset;
	}
}
.how-to .how-to__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.how-to .how-to__item {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	border: 2px solid #008f5e;
}
.how-to .how-to__counter {
	width: 100%;
	padding: 12px 12px 8px;
	font-size: 14px;
	font-weight: 800;
	line-height: 20px;
}
.how-to .how-to__content {
	display: grid;
	padding: 16px;
	gap: 0 16px;
	grid-template-columns: repeat(2, 1fr);
}
.how-to .how-to__content > :nth-child(3) {
	margin-top: 0;
}
.how-to .how-to__title {
	grid-column: 1/2;
	margin-top: 0;
	margin-bottom: 8px;
}
.how-to__content-text,
.text-image._h1-block .text-image__content {
	margin: auto 0;
}
.how-to .how-to__item:not(:last-child):before {
	position: absolute;
	right: 0;
	bottom: 16px;
	left: 0;
	margin: auto;
	content: '';
	width: 44px;
	min-width: 44px;
	height: 24px;
	background-image: url('../images/how-to_arrows.svg');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.how-to .how-to__item:not(:last-child):after {
	position: relative;
	content: '';
	width: calc(100% - 32px);
	height: 1px;
	margin: 12px auto 27px;
}
.cards .cards__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
}
.cards .cards__item {
	display: flex;
	gap: 16px;
	flex: 1 1 calc(50% - 10px);
	border-radius: 12px;
	border: 2px solid #008f5e;
	background-color: #0f442e;
	overflow: hidden;
}
.cards .get-image {
	height: 100%;
}
.cards .get-image img {
	height: 100%;
	width: auto;
	min-width: 220px;
	object-fit: cover;
}
.cards .cards__content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 16px 16px 16px 0;
}
.cards .cards__title {
	color: #f9cb16;
	font-size: 23px;
	font-weight: 800;
	line-height: 28px;
	margin: 0;
}
.cards .cards__description,
.slots .slots__text {
	color: #d2d2d2;
	font-weight: 500;
	line-height: 20px;
}
.cards .cards__description {
	font-size: 16px;
	flex: 1 1;
	margin: 0;
}
.slots .slots__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	flex-wrap: wrap;
	gap: 20px;
}
.slots .slots__item {
	position: relative;
	border-radius: 12px;
	border: 2px solid #008f5e;
	overflow: hidden;
	transition: 0.2s;
	aspect-ratio: 4/3;
}
.slots .get-image img {
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.slots .slots__content {
	position: relative;
	display: none;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 16px;
	background-color: rgb(5 5 5 / 75%);
	z-index: 1;
	transition: 0.2s;
}
.slots .slots__item:hover .slots__content {
	display: flex;
}
.slots .slots__text {
	text-align: center;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 14px;
}
.slots .slots__title {
	font-size: 17px;
	font-weight: 800;
	line-height: 24px;
	color: #fff;
}
.slots__button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 10px 10px 12px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	border: unset;
	width: auto;
	cursor: pointer;
}
.slots__button._cash {
	color: #fff;
	background-image: linear-gradient(255deg, #00b7ff, #8d53e9);
	border: none;
	margin-bottom: 8px;
	transition: 0.2s ease-in-out;
}
.slots .slots__demo-button {
	color: #fff;
	border: 1px solid #f9cb16;
	background-color: unset;
	transition: 0.2s ease-in-out;
}
.gbtn,
.payments-systems__item img,
.relink__item,
.tabs__header-button {
	transition: 0.3s ease-in-out;
}
.slots .slots__demo-button:after,
.slots__button._cash:after {
	content: '';
	width: 24px;
	min-width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
}
.slots__button._cash:after {
	background-image: url('../images/Cash.svg');
}
.slots .slots__demo-button:after {
	background-image: url('../images/Play.svg');
}
@media (max-width: 1200px) {
	.cards .cards__item {
		flex: 1 1 100%;
	}
	.cards .bonus__button {
		min-width: 320px;
		width: fit-content;
	}
	.slots .slots__list {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 850px) {
	.slots .slots__list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 600px) {
	#cookie-law-div {
		right: 0;
		bottom: 0;
		border-radius: 0;
		max-width: 100%;
	}
	.slots .slots__list {
		grid-template-columns: 1fr;
	}
	.slots .slots__item {
		height: auto;
	}
	.slots .get-image img {
		position: relative;
	}
	.slots .slots__item .slots__content {
		position: relative;
		display: flex;
		height: auto;
		background-color: #0f442e;
		padding: 8px 12px 12px;
	}
	.slots .slots__text,
	.slots .slots__title {
		text-align: left;
	}
	.slots .slots__title {
		margin-bottom: 8px;
	}
}
.popup,
.popup .popup__content iframe,
.popup .popup__win {
	margin: auto;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
}
.popup {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(15, 39, 23, 0.9);
	z-index: 990;
}
.popup._active {
	display: block;
}
.popup .popup__win {
	display: flex;
	flex-direction: column;
	position: absolute;
	max-width: 860px;
	height: 580px;
	background-color: #318562;
	border-radius: 12px;
	overflow: hidden;
}
.popup .popup__header {
	display: flex;
	gap: 24px;
	padding: 12px;
}
.popup .popup__title {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 23px;
	font-weight: 800;
	line-height: 28px;
}
.popup .popup__buttons {
	display: flex;
	align-items: center;
	flex: 1 1;
}
.toc-auto.active .toc-auto__toggle .open,
.toc-auto.active .toc-auto__toggle::after,
.toc-auto__toggle .close {
	display: none;
}
.popup .slots__button {
	min-width: 296px;
	margin-bottom: 0;
}
.popup .popup__cross {
	width: 44px;
	min-width: 44px;
	height: 44px;
	background-image: url('../images/cross.svg');
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.popup .popup__content {
	position: relative;
	flex: 1 1;
}
.popup .popup__content iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
@media (max-width: 768px) {
	.how-to .how-to__item:not(:last-child):before {
		bottom: 8px;
	}
	.how-to .how-to__item:not(:last-child):after {
		margin: 12px auto 18px;
	}
	.how-to .how-to__content {
		grid-template-columns: 1fr;
		padding: 16px 16px 8px;
	}
	.how-to .get-image {
		grid-column: 1/2;
		grid-row: 1/2;
		margin: -16px -18px 16px;
	}
	.how-to .get-image img {
		width: 100%;
		height: auto;
	}
	.how-to .content-button__control,
	.popup .slots__button {
		width: 100%;
		min-width: unset;
	}
	.popup .popup__header {
		flex-wrap: wrap;
		gap: 8px;
	}
	.popup .popup__title {
		order: 1;
	}
	.popup .popup__buttons {
		order: 3;
		flex: 1 1 100%;
	}
	.popup .popup__cross {
		order: 2;
		margin-left: auto;
	}
}
.footer__logo img,
.page-footer__widget img {
	width: auto;
	object-fit: contain;
}
.footer__logo {
	align-items: center;
}
.footer__logo img {
	max-height: 76px;
}
.page-footer__widget img {
	max-height: 64px;
}
.info-block-v2__list {
	border: 1px solid var(--color-table-border);
	box-shadow: 0 0 15px rgb(0 0 0 / 5%);
	border-collapse: collapse;
	width: 100%;
}
.info-block-v2__item:not(:last-child) {
	border-bottom: 1px solid var(--color-table-border);
}
.info-block-v2__item-logo-and-title {
	border: none;
	padding: 25px 10px;
	font-weight: 700;
	color: var(--color-table-td-color);
	min-width: 200px;
}
.info-block-v2__item-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.info-block-v2__item-logo-and-title .get-image {
	margin-right: 20px;
	flex-shrink: 0;
}
.info-block-v2__item-logo-and-title img {
	max-height: 45px;
	object-fit: contain;
	width: 100%;
}
.info-block-v2__item-other-cell {
	padding: 25px 10px;
	align-self: center;
	border-bottom: 1px solid var(--color-table-border);
	flex-grow: 1;
	border-top: none;
}
.difference__title,
.info-block-v2__item-other-cell > :first-child,
.tabs__item > :first-child,
.wp-block-table table td ol,
.wp-block-table table td ul {
	margin-top: 0;
}
@media (max-width: 767px) {
	.image {
		height: 140px;
		margin-bottom: 12px;
	}
	.wp-block-columns {
		flex-direction: column;
		gap: 12px;
	}
	.about .about__payment-methods td:last-child .col:last-child,
	.about tr.about__about td p:last-child {
		padding-bottom: 0;
	}
	.about .about__game-types > td {
		display: flex;
		flex-wrap: wrap;
		gap: 0 20px;
	}
	.about .about__game-types > td > p {
		flex: 1 1 calc(50% - 10px);
	}
	.about tr.about__about td p:not(:last-child),
	.about tr.about__game-types td p:not(:last-child) {
		border-bottom: unset;
	}
	.about tr.about__game-types td p:last-child {
		padding-bottom: 12px;
	}
	.about .about__payment-methods td:last-child .about__mindep,
	.about .about__payment-methods td:last-child .about__minwit,
	.about .about__payment-methods td:last-child .col {
		flex: 1 1 50%;
		padding: 0;
	}
	.about .about__payment-methods td:last-child .about__mindep,
	.about .about__payment-methods td:last-child .about__minwit {
		margin-top: 16px;
	}
	.about .about__payment-methods td:last-child .col {
		flex: 1 1 100%;
		padding-bottom: 16px;
		margin-top: 16px;
	}
	.about .about__payment-methods td:last-child .about__mindep {
		border-right: 1px solid #2972d6;
	}
	.about .about__payment-methods td:last-child .col:first-child {
		padding-top: 0;
		margin-top: 0;
	}
	.about .about__payment-methods td .col:not(:first-child) {
		padding-left: 0;
	}
	.about .about__payment-methods td .col:not(:last-of-type) {
		border-right: unset;
	}
	.about .about__about,
	.about .about__bonuses,
	.about .about__devices,
	.about .about__game-types,
	.about .about__payment-methods,
	.about .about__software,
	.about .about__support {
		flex: 1 1 100%;
	}
	.cards .get-image,
	.cards .get-image img {
		height: auto;
		width: 100%;
	}
	.cards .bonus__button,
	.cards .get-image img {
		min-width: unset;
		width: 100%;
	}
	.cards .cards__item {
		flex-direction: column;
	}
	.cards .get-image img {
		max-height: 260px;
	}
	.cards .cards__content {
		padding: 0 16px 16px;
	}
	.text-image__container > .wp-block-heading {
		margin-bottom: 0;
	}
	.text-image__container > .content-button,
	.text-image__container > p {
		margin-top: 0;
	}
	.info-block-v2__item-logo-and-title,
	.info-block-v2__item-other-cell {
		padding: 15px 10px;
	}
	.info-block-v2__item-logo-and-title .get-image {
		margin-right: 10px;
	}
}
.payment-method {
	overflow-x: auto;
}
.payment-method__table {
	border-collapse: collapse;
	width: 100%;
}
.payment-method th {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	padding: 25px 10px;
	text-align: center;
}
.payment-method td {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	padding: 15px 25px;
	white-space: nowrap;
}
.payment-method td.cell2,
.payment-method td.cell4,
.payment-method td.td-name {
	font-weight: 600;
	text-align: right;
	border-left: none;
}
.payment-method td.cell1,
.payment-method td.cell3,
.payment-method td.td-image {
	border-right: none;
}
.payment-method td.td-image .get-image {
	justify-content: flex-start;
}
.payment-method td.td-image .get-image img {
	height: auto;
	width: 90px;
}
.payment-method td.cell1,
.payment-method td.cell2 {
	padding-bottom: 10px;
	border-bottom: none;
}
.payment-method td.cell3,
.payment-method td.cell4 {
	border-top: none;
	padding-top: 10px;
}
.wrapper a {
	font-weight: 700;
}
.bonus._anim-border:before {
	background: conic-gradient(#2972d6, #5e127a);
}
.tabs__content,
.toc-auto,
.winners .winners__rline {
	background-image: linear-gradient(92deg, #1e283f, rgba(20, 27, 46, 0.6));
}
.wp-admin .wp-block-table table {
	background: 0 0;
}
.about tr,
.bonus,
.bonus._anim-border:after,
.faq__item,
.slots .slots__item,
.toc,
.wp-block-table table {
	background-image: linear-gradient(92deg, #1e283f, rgba(20, 27, 46, 0.6));
	background-color: #132639;
	border-color: #2972d6;
}
.how-to .how-to__item,
.how-to .how-to__item:not(:last-child):before {
	background-color: #0d1a26;
}
.how-to .how-to__item {
	border-color: #5e127a;
}
.how-to .how-to__item:not(:last-child):after {
	background-color: #5e127a;
}
.winners .winners__rline {
	background-color: #132639;
}
.about .about__bonuses-list li,
.about .about__payment-methods td:last-child .about__currencies,
.about tr.about__about td p:not(:last-child),
.about tr.about__game-types td p:not(:last-child),
.faq__details[open] .faq__question,
.wp-block-table table td,
.wp-block-table table th:not(:last-child) {
	border-color: #2972d6;
}
.how-to .how-to__counter {
	background-color: #132639;
	color: #fff;
	text-transform: uppercase;
}
.content-button__control:hover {
	color: var(--content-button-gradient);
	background: 0 0;
	opacity: 0.7;
}
.bonus__button._gift-btn {
	background-image: linear-gradient(255deg, #00b7ff, #8d53e9);
	border: none;
	color: #fff;
}
.toc-auto {
	margin-bottom: 30px;
	border-radius: 10px;
	max-width: 100%;
	background-color: #132639;
	border: 1px solid #2972d6;
}
.toc-auto ol,
.toc-auto ul {
	display: none;
	margin: 0;
	padding: 0;
}
.toc-auto.active ol {
	display: block;
	margin-left: 20px;
	padding: 0 1rem 0.5rem;
}
.toc-auto.active ul {
	display: block;
	list-style: none;
	padding: 0 1rem 0.5rem;
}
.toc-auto a,
.toc-auto.active .toc-auto__toggle .close {
	display: inline-block;
}
.toc-auto__navigation {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-start;
	padding: 0.5rem 1rem;
}
.toc-auto__toggle {
	display: block;
	border: none;
	width: 100%;
	font-weight: 700;
	font-size: 18px;
	text-align: left;
	color: #fff;
	background-color: transparent;
}
.toc-auto__toggle::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.toc-auto__title {
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 20px;
	text-transform: none;
	color: #fff;
}
.toc-auto li {
	margin: 0;
	padding: 0;
}
.toc-auto a {
	padding: 0.3rem 0;
	text-decoration: none;
	color: var(--color-toc-item);
}
.toc-auto a:hover {
	color: var(--color-toc-item-hover);
}
* + .how-to__list,
* + .tabs {
	margin-top: 1rem;
}
.text-image:not(._h1-block) > h2,
.text-image:not(._h1-block) > h3 {
	grid-column: 1/-1;
}
.cards .cards__item {
	display: grid;
	grid-template-columns: 0.3fr 1fr;
}
.footer-container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}
.footer-nav__list {
	flex-direction: row;
	gap: 16px;
}
.footer-nav__item {
	min-width: fit-content;
}
.footer__payments-systems,
.social {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
	list-style: none;
}
.social__link img {
	width: 32px;
	height: 32px;
}
.footer__hr {
	border: none;
	height: 1px;
	background-color: #cccccc0f;
}
.page-footer__copyright {
	max-width: fit-content;
	margin: 1rem auto 0;
}
:root {
	--tab-radius: 12px;
}
.tabs {
	overflow: hidden;
}
.tabs__header {
	display: flex;
	list-style: none;
	overflow: auto;
	margin: 0;
	padding: 0;
}
.tabs__header-button {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	outline: 0;
	border: 2px solid #2972d6;
	padding: 12px;
	width: 100%;
	height: 100%;
	font-weight: 700;
	white-space: nowrap;
	color: #2972d6;
	background-color: var(--color-body);
	cursor: pointer;
	gap: 10px;
}
.tabs__header-button svg {
	fill: currentcolor;
}
.tabs__header-button.active {
	background-color: #2972d6;
	color: #fff;
}
.tabs--horizontal .tabs__header-item {
	flex-grow: 1;
}
.tabs--horizontal .tabs__header-item:first-child .tabs__header-button {
	border-radius: var(--tab-radius) 0 0;
}
.tabs--horizontal .tabs__header-item:last-child .tabs__header-button {
	border-radius: 0 var(--tab-radius) 0 0;
}
.tabs--horizontal .tabs__header-item:not(:last-child) .tabs__header-button {
	border-right: none;
}
@media (max-width: 767px) {
	.cards .cards__item {
		grid-template-columns: 1fr;
	}
	.cards .get-image img {
		max-height: max-content;
	}
	.tabs__header-button {
		cursor: auto;
	}
	.tabs--horizontal .tabs__header-button {
		padding: 8px;
		font-size: 18px;
		line-height: 24px;
	}
}
.tabs__content {
	z-index: 10;
	border: 2px solid #2972d6;
	border-top: none;
	border-radius: 0 0 var(--tab-radius) var(--tab-radius);
	padding: 24px 16px;
	background-color: #132639;
}
.tabs--vertical .tabs__container {
	display: grid;
	grid-template-columns: 295px 1fr;
}
.tabs--vertical .tabs__header {
	flex-direction: column;
	margin-right: -24px;
	border-radius: var(--tab-radius) 0 0 var(--tab-radius);
}
.tabs--vertical .tabs__header-button {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-start;
	outline: 0;
	padding: 16px 20px;
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	word-break: break-word;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}
.tabs--horizontal .tabs__header-button svg {
	width: 40px;
	height: 40px;
}
.tabs--vertical .tabs__header-button svg {
	width: 24px;
	height: 24px;
}
.tabs--vertical .tabs__header-item:first-child .tabs__header-button {
	border-radius: var(--tab-radius) 0 0;
}
.tabs--vertical .tabs__header-item:last-child .tabs__header-button {
	border-radius: 0 0 0 var(--tab-radius);
}
.tabs--vertical .tabs__header-item:not(:last-child) .tabs__header-button {
	border-bottom: none;
}
.tabs--vertical .tabs__header-item {
	width: 100%;
}
.tabs--vertical .tabs__content {
	border-top: 2px solid #2972d6;
}
@media (max-width: 1279px) {
	.tabs--vertical .tabs__container {
		grid-template-columns: 1fr;
	}
	.tabs--vertical .tabs__header {
		flex-flow: nowrap row;
		overflow: auto;
		margin-right: 0;
		border-style: none;
		border-radius: var(--tab-radius) var(--tab-radius) 0 0;
		padding: 0;
	}
	.tabs--vertical .tabs__header-item {
		flex-shrink: 0;
		width: fit-content;
	}
	.tabs--vertical .tabs__header-item:not(:last-child) .tabs__header-button {
		border-right: none;
	}
	.tabs--vertical .tabs__header-button {
		border-bottom: none;
		border-radius: 0;
		padding: 12px 20px;
		width: fit-content;
	}
	.tabs--vertical .tabs__content {
		border-radius: 0 0 var(--tab-radius) var(--tab-radius);
		padding: 24px 16px;
	}
	.tabs--vertical .tabs__header-item:not(:first-child) {
		border: none;
	}
	.tabs--vertical .tabs__header-item:first-child .tabs__header-button {
		border-top-left-radius: calc(var(--tab-radius) - 2px);
		border-top-right-radius: 0;
	}
	.tabs--vertical .tabs__header-item:last-child .tabs__header-button {
		border-radius: 0 calc(var(--tab-radius) - 2px) 0 0;
	}
}
.wp-admin .tabs__content {
	background: 0 0;
}
.screenshot-gallery__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
* + .promo-code,
* + .screenshot-gallery__list,
* + .wp-block-list {
	margin-top: 1rem;
}
.screenshot-gallery__item:not(:last-child) {
	margin-right: 10px;
}
.gbtn {
	background-color: rgba(#2cb865, 0.3) !important;
}
.promo-code,
.relink__item {
	background-image: linear-gradient(92deg, #1e283f, rgba(20, 27, 46, 0.6));
	background-color: #132639;
}
.screenshot-gallery__item {
	min-width: 300px;
	max-width: 325px;
}
.difference__element {
	border: 1px solid var(--color-accent);
	border-radius: 10px;
	padding: 1rem;
}
.difference__list {
	list-style: none;
	padding-left: 0;
}
.difference__item {
	position: relative;
	padding-left: 25px;
}
.difference__item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 15px;
	height: 15px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: translateY(-50%);
}
.difference__item_plus::before {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzY3LjgwNSAzNjcuODA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNjcuODA1IDM2Ny44MDU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIHN0eWxlPSJmaWxsOiMzQkI1NEE7IiBkPSJNMTgzLjkwMywwLjAwMWMxMDEuNTY2LDAsMTgzLjkwMiw4Mi4zMzYsMTgzLjkwMiwxODMuOTAycy04Mi4zMzYsMTgzLjkwMi0xODMuOTAyLDE4My45MDINCgkJUzAuMDAxLDI4NS40NjksMC4wMDEsMTgzLjkwM2wwLDBDLTAuMjg4LDgyLjYyNSw4MS41NzksMC4yOSwxODIuODU2LDAuMDAxQzE4My4yMDUsMCwxODMuNTU0LDAsMTgzLjkwMywwLjAwMXoiLz4NCgk8cG9seWdvbiBzdHlsZT0iZmlsbDojRDRFMUY0OyIgcG9pbnRzPSIyODUuNzgsMTMzLjIyNSAxNTUuMTY4LDI2My44MzcgODIuMDI1LDE5MS4yMTcgMTExLjgwNSwxNjEuOTYgMTU1LjE2OCwyMDQuODAxIA0KCQkyNTYuMDAxLDEwMy45NjggCSIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=');
}
.difference__item_minus::before {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiBjbGFzcz0iIj48Zz48ZWxsaXBzZSBzdHlsZT0iZmlsbDojRTA0RjVGOyIgY3g9IjI1NiIgY3k9IjI1NiIgcng9IjI1NiIgcnk9IjI1NS44MzIiIGRhdGEtb3JpZ2luYWw9IiNFMDRGNUYiIGNsYXNzPSIiLz48cmVjdCB4PSIxMTMuMiIgeT0iMjI4IiBzdHlsZT0iZmlsbDojRkZGRkZGIiB3aWR0aD0iMjg1LjY3MiIgaGVpZ2h0PSI1NiIgZGF0YS1vcmlnaW5hbD0iI0ZGRDA3RCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iI0ZGRDA3RCIvPjwvZz4gPC9zdmc+Cg==');
}
.difference__item:not(:last-child) {
	margin-bottom: 1rem;
}
.relink {
	padding-bottom: 2rem;
}
.relink--full {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	padding-bottom: 0;
	gap: 1rem;
}
.relink--full .grid__description,
.relink--full .grid__title {
	margin: 0;
	grid-column: 1/-1;
}
.relink > .get-image {
	grid-column: 1/3;
	grid-row: auto;
	border-radius: 4px;
	overflow: hidden;
}
.relink--no-img .relink__list {
	grid-template-columns: repeat(6, 1fr);
	grid-column: 1/-1;
}
.relink__list {
	grid-column: 3/-1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}
.relink__item {
	border-radius: 10px;
	padding: 8px;
	border: 1px solid var(--color-accent);
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}
.promo-code__copy-link,
.promo-code__link {
	transition: 0.2s ease-in-out;
	cursor: pointer;
	outline: 0;
}
.relink--full .relink__item {
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
	min-height: 80px;
}
.relink__item:hover {
	opacity: 0.8;
}
.promo-code__copy-link:hover,
.promo-code__link:hover {
	opacity: 0.7;
}
.relink .get-image {
	display: flex;
	align-items: center;
	justify-content: center;
}
.relink__item img {
	max-width: 56px;
	max-height: 56px;
	object-fit: contain;
}
.relink__content {
	flex-grow: 1;
}
.relink--full .relink__content {
	flex-grow: 0;
}
.relink__title {
	margin: 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #fff;
}
.relink__text {
	margin: 4px 0 0;
	font-size: 14px;
	line-height: 1;
	color: #9aa2af;
}
@media (max-width: 1280px) {
	.relink__list {
		grid-template-columns: repeat(3, 1fr);
	}
	.relink--no-img .relink__list {
		grid-template-columns: repeat(4, 1fr);
		grid-column: 1/-1;
	}
}
@media (max-width: 1023px) {
	.difference,
	.relink {
		grid-template-columns: 1fr;
	}
	.relink > .get-image,
	.relink__list {
		grid-column: auto;
	}
	.relink--no-img .relink__list {
		grid-template-columns: repeat(3, 1fr);
	}
}
.payments-systems__item img {
	object-fit: contain;
	width: fit-content;
	max-height: 20px;
	filter: grayscale(1);
}
.payments-systems__item img:hover {
	filter: grayscale(0);
}
.text-image__container.reversed > .get-image {
	grid-column: 1/2;
	grid-row: 1/2;
}
@media (max-width: 1024px) {
	.text-image__container .get-image,
	.text-image__container.reversed > .get-image {
		grid-row: auto;
	}
	.footer-container {
		gap: 24px;
	}
	.footer-col_nav {
		align-items: center;
	}
}
.promo-code {
	padding: 12px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	border: 1px solid #2b3653;
	width: 100%;
}
.promo-code__text {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.promo-code__text span {
	color: #4e9ceb;
}
.promo-code__wrapper {
	border-radius: 3px;
	padding: 0 0 0 12px;
	background: #132639;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	border: 1px solid #2b3653;
}
.promo-code__input {
	font-size: 16px;
	font-weight: 700 !important;
	line-height: 16px;
	border: none;
	background-color: transparent;
	color: #f9cb16;
	text-shadow: 0 0 8px rgba(249, 203, 22, 0.5);
}
.promo-code__copy-link {
	position: relative;
	border: none;
	background-color: transparent;
	color: #4e9ceb;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 6px;
}
.promo-code__copy-link .check {
	fill: #26bc4d;
	display: none;
}
.promo-code__copy-link._active:hover {
	opacity: 1;
}
.promo-code__copy-link svg,
.promo-code__copy-link._active svg {
	stroke: currentColor;
	pointer-events: none;
}
.promo-code__copy-link svg path:first-of-type {
	fill: currentColor;
}
.promo-code__tooltip {
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
	display: none;
}
.promo-code__copy-link._active .promo-code__tooltip {
	display: block;
	position: static;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	padding: 0;
	margin-right: 4px;
	background-color: transparent;
	transform: none;
	text-decoration: none;
}
.promo-code__copy-link._active .check {
	display: block;
}
.promo-code__copy-link._active .copy {
	display: none;
}
.promo-code__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	border-radius: 3px;
	border: 2px solid #26bc4d;
	padding: 4px 12px;
	background-color: #26bc4d;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
}
.promo-code__link svg {
	stroke: #fff;
}
.promo-code__link svg .svg-arrow {
	transform: translateX(-28px);
	animation: 3s linear infinite arrow;
}
@media (max-width: 400px) {
	.promo-code__wrapper {
		flex-basis: auto;
	}
}
@keyframes arrow {
	0% {
		transform: translateX(-28px);
	}
	10%,
	90% {
		transform: translateX(6px);
	}
	100% {
		transform: translateX(26px);
	}
}
.text-image__content .bonus {
	padding: 12px;
	height: fit-content;
	margin-top: 1rem;
	min-height: auto;
}
.slots .slots__list {
	grid-template-columns: repeat(5, 1fr);
}
.slots .slots__title {
	margin: 0;
	text-align: center;
}
@media (max-width: 1280px) {
	.slots .slots__list {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 900px) {
	.slots .slots__list {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 767px) {
	.relink--full .relink__list {
		grid-template-columns: 1fr 1fr;
	}
	.relink--no-img .relink__list {
		grid-template-columns: repeat(2, 1fr);
	}
	.relink__list {
		grid-template-columns: 1fr;
	}
	.promo-code {
		max-width: 100%;
	}
	.slots .slots__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	.slots .get-image img {
		position: static;
	}
	.slots .slots__item {
		display: flex;
		flex-direction: column;
		height: auto;
		aspect-ratio: auto;
	}
	.slots .slots__content {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	.slots .slots__item .slots__content {
		background-color: #132639;
		flex-grow: 1;
		justify-content: center;
	}
}
.wp-block-list {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-left: 24px;
}

/* Languages switcher */
.languages-switcher {
	position: relative;
	flex-shrink: 0;
	margin: 0 30px;
	border-radius: 4px;
	padding: 5px;
	background-color: #2c323e;
	display: flex;
	z-index: 200;
	min-width: 40px;
	width: fit-content;
	color: #ccc;
	z-index: 15;
}

.languages-switcher__list-wrapper {
	position: absolute;
	left: 0;
	top: 100%;
	border-radius: 0px 0px 4px 4px;
	padding: 10px 0;
	background-color: transparent;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	width: max-content;
}

.languages-switcher__list-title {
	margin: 0 0 8px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
	white-space: nowrap;
}

.languages-switcher__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-radius: 5px;
	background: #2c323e;
}

.languages-switcher__item {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	flex-shrink: 0;
	gap: 6px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
	height: 32px;
	padding: 0 8px;
}

.languages-switcher__lang {
	display: flex;
	align-items: center;
	gap: 5px;
}

.languages-switcher__lang:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.languages-switcher._show .languages-switcher__list-wrapper {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

@media (max-width: 1023px) {
	.languages-switcher__list {
		max-height: 380px;
		overflow-y: auto;
		justify-content: flex-start;
		padding-bottom: 16px;
	}

	.languages-switcher__list-wrapper:after {
		content: '';
		position: absolute;
		right: 0;
		bottom: 10px;
		left: 0;
		height: 24px;
		background: linear-gradient(0deg, #2c323e 30%, transparent);
		z-index: 10;
		pointer-events: none;
	}
}

@media (max-width: 575px) {
	.languages-switcher {
		margin: 0px auto 0 10px;
	}
}
/* Languages switcher */

/* Game */
.game-container:not(:first-child) {
	margin-top: 1rem;
}

.page .melbetappbd-wrapper:first-child > .game-container:last-child {
	padding-bottom: 2rem;
}

.game {
	position: relative;
	border-radius: 8px;
	box-shadow: var(--box-shadow);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	aspect-ratio: 1280/656.41;
	width: 100%;
	min-height: 280px;
	padding: 10px;
}

.game > img {
	position: absolute;
	inset: auto;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	z-index: 1;
}

.game:after {
	content: '';
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.88);
	z-index: 2;
}

.game > :not(img) {
	z-index: 3;
}

.game__link {
	color: var(--color-content-button);
	background: var(--content-button-gradient);
	border: 1px solid var(--content-button-gradient);
	max-width: 328px;
	width: 100%;
	padding: 10px;
	border-radius: 8px;
	cursor: pointer;
}

.game__demo {
	background-image: linear-gradient(255deg, #00b7ff, #8d53e9);
	border: none;
	color: #fff;
	max-width: 328px;
	width: 100%;
	padding: 10px;
	border-radius: 8px;
	cursor: pointer;
}

/* Game popup */
.game-popup {
	position: fixed;
	inset: 0;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.7);
	z-index: 900;
}

.game-popup._active {
	display: flex;
}

.game-popup__content {
	display: flex;
	flex-direction: column;
	background: #212121;
	color: #fff;
	aspect-ratio: 1280/656.41;
	border-radius: 8px;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	max-height: 700px;
}

.game-popup__header {
	display: flex;
	align-items: center;
	padding: 12px;
	gap: 4px;
}

.game-popup__title {
	font: var(--font-button);
	flex: 1 1;
}

.game-popup__close {
	display: block;
	width: 24px;
	height: 24px;
	background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="5.63623" y="16.9497" width="16" height="2" transform="rotate(-45 5.63623 16.9497)" fill="white"/><rect x="7.05029" y="5.63599" width="16" height="2" transform="rotate(45 7.05029 5.63599)" fill="white"/></svg>')
		no-repeat center / 100%;
	border: none;
}

.game-popup__body {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	flex: 1 1;
}

.game-popup__body iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	border: unset;
}

.game-popup__footer {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 16px;
}

@media (max-width: 1024px) {
	.game-popup__content {
		width: 100%;
		height: 100%;
		max-width: unset;
		aspect-ratio: unset;
		border-radius: unset;
	}
}
