@keyframes gold-pulse {
	0%,
	to {
		box-shadow:
			0 0 0 1px var(--bd-gold),
			0 8px 40px rgba(229, 184, 78, 0.12);
	}
	50% {
		box-shadow:
			0 0 0 1px rgba(229, 184, 78, 0.5),
			0 8px 52px rgba(229, 184, 78, 0.22);
	}
}
@keyframes live-pulse {
	0%,
	to {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
}
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
.se-image-container figure,
body,
figure {
	margin: 0;
}
a {
	background-color: transparent;
	cursor: pointer;
	-webkit-text-decoration-skip: objects;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type='reset'],
[type='submit'],
button,
html [type='button'] {
	-webkit-appearance: button;
}
textarea {
	overflow: auto;
}
[hidden] {
	display: none;
}
* {
	-webkit-tap-highlight-color: transparent;
	outline: 0;
}
*,
::after,
::before {
	box-sizing: border-box;
}
input:not([type='checkbox']):not([type='radio']),
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input::-ms-clear {
	display: none;
}
svg {
	transform: translateZ(0);
}
:root {
	--max-w: 1320px;
	--header-h: 70px;
	--r-sm: 8px;
	--r-md: 14px;
	--r-lg: 20px;
	--r-xl: 28px;
	--r-pill: 100px;
	--main-theme-color: #05060f;
	--text-color: #9da4bc;
	--title-color: #eef0f8;
	--button-bg-color: #11ec95;
	--button-bg-hover: #0fd688;
	--button-text-color: #05060f;
	--border-color: #1d2240;
	--table-1-color: #0b0d1f;
	--table-2-color: #0f122a;
	--table-header-color: #0f122a;
	--fh-bg-color: #030409;
	--menu-color: #c0c6de;
	--mobile-bg-color: #11182c;
	--footer-text-color: #5a6080;
	--footer-menu-color: #9da4bc;
	--updated-block-color: #9da4bc;
	--games-nav-bg-color: #0b0d1f;
	--games-nav-border-color: #1d2240;
	--games-nav-text-color: #c0c6de;
	--rate-image-border: #1d2240;
	--rate-counter-bg: #141830;
	--rate-counter-bg-top: #e5b84e;
	--login-btn: #111630;
	--login-btn-color: #eef0f8;
	--registr-btn: #e5b84e;
	--s3-content-max: var(--max-w);
	--s3-header-max: 1440px;
	--s3-article-narrow: 920px;
	--s3-font-body: 'Outfit', system-ui, sans-serif;
	--s3-radius-sm: var(--r-sm);
	--s3-radius-md: var(--r-md);
	--s3-radius-lg: var(--r-lg);
	--s3-radius-xl: var(--r-xl);
	--gold: #e5b84e;
	--gold-lt: #f5d070;
	--gold-dim: rgba(229, 184, 78, 0.08);
	--gold-glow: rgba(229, 184, 78, 0.25);
	--bd-gold: rgba(229, 184, 78, 0.35);
	--s3-focus-ring: var(--gold);
	--bg-header: #18171fe0;
}
body {
	background: var(--main-theme-color);
	color: var(--text-color);
	font-size: 16px;
	line-height: 1.6;
	background-image:
		radial-gradient(
			ellipse 80% 50%at 20% -10%,
			rgba(100, 60, 255, 0.06) 0,
			transparent 60%
		),
		radial-gradient(
			ellipse 60% 40%at 80% 100%,
			rgba(229, 184, 78, 0.04) 0,
			transparent 60%
		);
}
body,
input,
textarea {
	font-family: var(--s3-font-body);
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 2px solid var(--gold);
	outline-offset: 2px;
}
h1 {
	font-size: 52px;
	font-weight: 800;
	line-height: 1.08;
	margin: 0 auto 28px;
	letter-spacing: -0.025em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--title-color);
}
h2 {
	font-size: 40px;
	line-height: 1.12;
	margin: 0 auto 24px;
	letter-spacing: -0.02em;
}
h3,
h4,
h5,
h6 {
	font-size: 28px;
	line-height: 1.2;
	margin: 0 auto 20px;
}
h2,
h4,
h5,
h6 {
	font-weight: 700;
}
h4,
h5,
h6 {
	font-size: 22px;
	line-height: 1.25;
	margin: 0 auto 18px;
}
h3,
h5,
h6 {
	font-weight: 600;
}
h5,
h6 {
	font-size: 18px;
	line-height: 1.3;
	margin: 0 auto 16px;
}
h6 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	margin: 0 auto 14px;
}
@media (max-width: 767px) {
	h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	h2 {
		font-size: 24px;
		margin-bottom: 18px;
	}
	h3 {
		font-size: 20px;
		margin-bottom: 14px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 15px;
	}
}
.v-39187486 {
	overflow: hidden;
	min-height: 100vh;
	position: relative;
	padding: var(--header-h) 0 0;
}
@media (max-width: 767px) {
	.v-39187486 {
		padding-top: 58px;
	}
}
.v-50e82181 {
	position: absolute;
	pointer-events: none;
	visibility: hidden;
}
.v-b43a5460 {
	cursor: pointer;
}
.se-image-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.se-image-container.__se__float-left {
	justify-content: flex-start;
	margin-right: 4px;
}
.se-image-container.__se__float-right {
	justify-content: flex-end;
	margin-left: 4px;
}
.se-image-container.__se__float-center {
	justify-content: center;
}
.v-2d9effa6 > h1,
.v-2d9effa6 > h2,
.download-section-title,
.error-page h1,
.v-02b92240 > h1,
.v-02b92240 > h2,
.grad-text,
.v-7d8b55ad__title,
.recommend-section__title,
.review-hero__heading,
.reviews > h1,
.reviews > h2 {
	background: var(--title-color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}
.v-02b92240__item.v-f601c4bc h3,
.v-02b92240__item.v-6febbfe5 h3 {
	color: var(--title-color);
}
.v-411e103c {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: min(100%, 300px);
	min-height: 56px;
	height: 56px;
	margin-left: auto;
	margin-right: auto;
	border-radius: var(--r-pill);
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.03em;
	background: var(--button-bg-color);
	color: var(--button-text-color);
	cursor: pointer;
	border: 0;
	position: relative;
	overflow: hidden;
	transition:
		background 0.25s,
		box-shadow 0.25s,
		transform 0.15s;
}
.v-411e103c::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		105deg,
		transparent 35%,
		rgba(255, 255, 255, 0.25) 50%,
		transparent 65%
	);
	transform: translateX(-120%);
	transition: transform 0.55s ease;
}
@media (min-width: 1025px) {
	.v-411e103c:hover {
		background: var(--button-bg-hover);
		box-shadow:
			0 0 36px rgba(17, 236, 149, 0.35),
			0 4px 16px rgba(0, 0, 0, 0.4);
		transform: translateY(-2px);
	}
	.v-411e103c:hover::after {
		transform: translateX(120%);
	}
}
.error-page {
	max-width: 800px;
	width: 100%;
	padding: 0 16px;
	text-align: center;
	margin: 60px auto 200px;
}
.error-page h1 {
	font-size: 160px;
	font-weight: 900;
	margin: 0;
	line-height: 1;
}
.error-page p {
	color: var(--text-color);
	font-size: 20px;
	margin: 0 0 48px;
}
@media (max-width: 767px) {
	.error-page {
		margin: 30px auto 100px;
	}
	.error-page h1 {
		font-size: 90px;
	}
}
.v-a50092e8 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: var(--header-h);
	background: var(--bg-header);
	backdrop-filter: blur(20px) saturate(160%);
	-webkit-backdrop-filter: blur(20px) saturate(160%);
	border-bottom: 1px solid var(--border-color);
	z-index: 99;
}
@media (max-width: 767px) {
	.v-a50092e8 {
		height: 58px;
	}
}
.v-a50092e8__inner {
	max-width: 1440px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 0 32px;
}
@media (max-width: 1400px) {
	.v-a50092e8__inner {
		padding: 0 20px;
	}
}
@media (max-width: 1023px) {
	.v-a50092e8__inner {
		justify-content: flex-start;
	}
}
.v-93f351aa img {
	max-height: 46px;
	width: auto;
}
@media (max-width: 1023px) {
	.v-93f351aa {
		order: -2;
	}
}
@media (max-width: 767px) {
	.v-a50092e8__inner .v-93f351aa img {
		max-width: 88px;
	}
}
.v-4e63a47e__list {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 2px;
}
.v-4e63a47e__list li {
	font-size: 15px;
	font-weight: 500;
}
.v-4e63a47e__list li a {
	color: var(--menu-color);
	text-decoration: none;
	padding: 8px 14px;
	border-radius: var(--r-sm);
	transition:
		color 0.2s,
		background 0.2s;
	display: block;
}
@media (min-width: 1025px) {
	.v-4e63a47e__list li a:hover {
		color: #fff;
		background: rgba(255, 255, 255, 0.06);
	}
}
@media (max-width: 1023px) {
	.v-4e63a47e::before {
		content: '';
		position: absolute;
		top: 0;
		right: 100%;
		height: 100%;
		width: 300%;
		background: rgba(0, 0, 0, 0.75);
		pointer-events: none;
	}
	.v-4e63a47e__list {
		display: block;
	}
	.v-4e63a47e__list li {
		margin: 0;
		font-size: 16px;
		border-bottom: 1px solid var(--border-color);
	}
	.v-4e63a47e__list li a {
		display: flex;
		align-items: center;
		padding: 14px 20px;
		position: relative;
	}
	.v-4e63a47e__list li a::after {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 18px;
		border: 5px solid transparent;
		border-left: 5px solid var(--menu-color);
	}
	.v-4e63a47e__list li:first-of-type {
		border-top: 1px solid var(--border-color);
	}
	.menu-toggle:checked ~ .v-4e63a47e {
		display: block;
		position: absolute;
		height: 100vh;
		background: var(--fh-bg-color);
		top: 0;
		right: 0;
		max-width: 300px;
		width: 100%;
		z-index: 9;
		padding: 90px 0;
	}
	.v-4e63a47e {
		display: none;
	}
	.menu-toggle:checked + .burger span:nth-child(1) {
		transform: rotate(45deg) translate(5px, 4px);
	}
	.menu-toggle:checked + .burger span:nth-child(2) {
		display: none;
	}
	.menu-toggle:checked + .burger span:nth-child(3) {
		transform: rotate(-45deg) translate(5px, -5px);
	}
}
.header-buttons {
	display: flex;
	align-items: center;
	gap: 8px;
}
@media (max-width: 1023px) {
	.header-buttons {
		order: -1;
		margin-left: auto;
	}
}
.header-buttons.right {
	margin-right: 0;
}
.login-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	white-space: nowrap;
	height: 40px;
	border-radius: var(--r-pill);
	font-size: 14px;
	font-weight: 600;
	background: var(--login-btn);
	color: var(--login-btn-color);
	text-decoration: none;
	cursor: pointer;
	border: 1px solid var(--border-color);
	transition:
		background 0.2s,
		border-color 0.2s;
}
@media (min-width: 1025px) {
	.login-btn:hover {
		background: var(--table-2-color);
		border-color: var(--bd-gold);
	}
}
@media (max-width: 767px) {
	.login-btn {
		height: 36px;
		padding: 0 12px;
		font-size: 13px;
	}
}
.registr-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	white-space: nowrap;
	height: 40px;
	border-radius: var(--r-pill);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	background: var(--registr-btn);
	color: var(--button-text-color);
	text-decoration: none;
	cursor: pointer;
	border: 0;
	transition:
		background 0.2s,
		box-shadow 0.2s,
		transform 0.15s;
	position: relative;
	overflow: hidden;
}
.registr-btn::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		105deg,
		transparent 35%,
		rgba(255, 255, 255, 0.3) 50%,
		transparent 65%
	);
	transform: translateX(-120%);
	transition: transform 0.5s ease;
}
@media (min-width: 1025px) {
	.registr-btn:hover {
		background: var(--button-bg-hover);
		box-shadow: 0 0 28px var(--gold-glow);
		transform: translateY(-1px);
	}
	.registr-btn:hover::after {
		transform: translateX(120%);
	}
}
@media (max-width: 767px) {
	.registr-btn {
		height: 36px;
		padding: 0 14px;
		font-size: 13px;
	}
}
.language {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 1023px) {
	.language {
		top: 10px;
		transform: none;
		right: auto;
		left: 0;
	}
}
.language:focus-within > ul,
.language:focus > ul,
.language:hover > ul {
	display: flex;
}
.language__current {
	position: relative;
	border-radius: var(--r-pill);
	height: 40px;
	padding: 5px 32px 5px 14px;
	font-size: 14px;
	font-weight: 600;
	margin-left: 8px;
	cursor: pointer;
	background: var(--login-btn);
	gap: 6px;
	border: 1px solid var(--border-color);
}
.language__current::after {
	border-bottom: 1.5px solid var(--login-btn-color);
	border-right: 1.5px solid var(--login-btn-color);
	content: '';
	height: 6px;
	width: 6px;
	pointer-events: none;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-60%) rotate(45deg);
}
.language ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: calc(100% + 4px);
	right: 0;
	z-index: 2;
	border-radius: var(--r-md);
	min-width: 80px;
	display: none;
	max-height: 480px;
	overflow-y: auto;
	width: max-content;
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.6);
}
.language ul li,
.language ul li a,
.language__current {
	display: flex;
	align-items: center;
	color: var(--login-btn-color);
}
.language ul li {
	padding: 10px 14px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	transition: background 0.15s;
}
.language ul li a {
	gap: 6px;
	text-decoration: none;
}
@media (min-width: 1025px) {
	.language ul li:hover {
		background: var(--table-2-color);
	}
}
.burger,
.menu-toggle {
	display: none;
}
.burger,
.language ul {
	background: var(--table-2-color);
	border: 1px solid var(--border-color);
	flex-direction: column;
}
.burger {
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: var(--r-sm);
	padding: 12px 8px;
	z-index: 99;
	margin-left: 8px;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 1023px) {
	.burger {
		display: flex;
	}
}
.burger span {
	display: block;
	height: 1.5px;
	border-radius: 4px;
	width: 22px;
	background: var(--menu-color);
	transition:
		transform 0.25s,
		opacity 0.25s;
}
.breadcrumbs,
.breadcrumbs li {
	display: flex;
	align-items: center;
	gap: 4px;
}
.breadcrumbs {
	max-width: var(--max-w);
	width: 100%;
	list-style: none;
	margin: 14px auto;
	padding: 0;
	flex-wrap: wrap;
}
@media (max-width: 1200px) {
	.breadcrumbs {
		padding: 0 16px;
	}
}
.breadcrumbs li {
	font-size: 14px;
	color: var(--text-color);
}
.breadcrumbs li a {
	color: var(--text-color);
	text-decoration: none;
	transition: color 0.2s;
}
@media (min-width: 1025px) {
	.breadcrumbs li a:hover {
		color: var(--gold);
	}
}
.breadcrumbs li span {
	opacity: 0.5;
}
.breadcrumbs li + li::before {
	content: '/';
	color: var(--border-color);
	font-size: 16px;
}
.v-7d8b55ad {
	max-width: var(--max-w);
	width: 100%;
	margin: 0 auto 100px;
	padding: 28px 0 0;
}
@media (max-width: 1200px) {
	.v-7d8b55ad {
		padding: 20px 16px 0;
	}
}
@media (max-width: 767px) {
	.v-7d8b55ad {
		margin-bottom: 60px;
	}
}
.v-7d8b55ad__title {
	font-size: 56px;
	font-weight: 900;
	line-height: 1.06;
	letter-spacing: -0.03em;
	text-align: center;
	max-width: 900px;
	width: 100%;
	margin: 0 auto 24px;
}
@media (max-width: 991px) {
	.v-7d8b55ad__title {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.v-7d8b55ad__title {
		font-size: 28px;
	}
}
.v-7d8b55ad__img-wrap {
	border-radius: var(--r-xl);
	overflow: hidden;
	margin-bottom: 28px;
}
.v-7d8b55ad img,
.v-7d8b55ad__img-wrap img {
	width: 100%;
	display: block;
	border-radius: var(--r-lg);
	margin-bottom: 24px;
}
.v-7d8b55ad p {
	color: var(--text-color);
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 18px;
}
@media (max-width: 767px) {
	.v-7d8b55ad p {
		font-size: 15px;
	}
}
.v-4680f898 .v-7d8b55ad__image {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
}
.v-4680f898 .v-7d8b55ad__image a {
	display: block;
	max-width: 100%;
	line-height: 0;
}
.v-4680f898 .v-7d8b55ad__image img,
.v-4680f898 .v-7d8b55ad__image picture {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
	border-radius: var(--r-lg);
}
.v-92d245fb,
.v-92d245fb p {
	color: var(--text-color);
	font-size: 17px;
	line-height: 1.7;
}
.v-92d245fb p:first-of-type {
	margin-top: 0;
}
.v-92d245fb p:last-of-type {
	margin-bottom: 0;
}
.v-92d245fb ul {
	padding: 0 0 0 22px;
}
.v-92d245fb ul li {
	margin-bottom: 6px;
}
@media (max-width: 767px) {
	.v-92d245fb,
	.v-92d245fb p {
		font-size: 15px;
		line-height: 1.65;
	}
}
.v-92d245fb table {
	width: 100%;
	border-collapse: collapse;
	border-radius: var(--r-md);
	overflow: hidden;
}
.v-92d245fb table tr td,
.v-92d245fb table tr th {
	padding: 13px 22px;
	font-size: 15px;
	text-align: center;
	border: 1px solid var(--border-color);
}
.v-92d245fb table tr td {
	color: var(--text-color);
	background: var(--table-1-color);
}
.v-92d245fb table tr th {
	color: var(--title-color);
	background: var(--table-header-color);
	font-weight: 700;
}
.v-92d245fb table tr:nth-child(even) td,
.v-787d9f30 table tr:nth-child(even) td,
.v-787d9f30__table tr:nth-child(even) td,
.v-787d9f30__wrap table tr:nth-child(even) td {
	background: var(--table-2-color);
}
.v-92d245fb iframe {
	max-width: 100%;
	width: 100%;
	height: 560px;
	border: 0;
	margin: 0 0 20px;
	border-radius: var(--r-md);
}
@media (max-width: 767px) {
	.v-92d245fb table tr td,
	.v-92d245fb table tr th {
		padding: 9px 6px;
		font-size: 14px;
	}
	.v-92d245fb iframe {
		height: 200px;
	}
}
.v-4680f898 {
	max-width: var(--max-w);
	width: 100%;
	margin: 0 auto 80px;
}
@media (max-width: 1200px) {
	.v-4680f898 {
		padding: 0 16px;
	}
}
@media (max-width: 767px) {
	.v-4680f898 {
		margin-bottom: 56px;
	}
}
.v-4680f898 h2,
.v-4680f898__title {
	color: var(--title-color);
	font-size: 36px;
	font-weight: 700;
}
.v-4680f898__title {
	line-height: 1.15;
	text-align: center;
	margin-bottom: 28px;
	letter-spacing: -0.015em;
}
@media (max-width: 767px) {
	.v-4680f898__title {
		font-size: 22px;
		margin-bottom: 18px;
	}
}
.v-4680f898__wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: start;
	margin-bottom: 28px;
}
@media (max-width: 767px) {
	.v-4680f898__wrap {
		grid-template-columns: 1fr;
	}
}
.v-4680f898__image {
	margin: 0 0 24px;
	border-radius: var(--r-lg);
	overflow: hidden;
}
.v-4680f898__image img {
	width: 100%;
	display: block;
}
.v-4680f898__text {
	margin: 0 0 24px;
}
.v-4680f898 h2 {
	margin: 0 0 24px;
}
@media (max-width: 767px) {
	.v-4680f898 h2 {
		font-size: 22px;
		margin-bottom: 16px;
	}
}
.v-4680f898 .v-411e103c,
.v-7d8b55ad .v-411e103c {
	margin-top: 28px;
}
.v-4680f898__inner {
	display: flex;
	align-items: center;
	justify-content: center;
}
.v-ff685189 {
	max-width: var(--max-w);
	width: 100%;
	margin: 0 auto 80px;
	border-radius: var(--r-lg);
	border: 1px solid var(--border-color);
	background: var(--table-1-color);
	overflow: hidden;
}
@media (max-width: 1200px) {
	.v-ff685189 {
		margin: 0 16px 80px;
		max-width: calc(100% - 32px);
	}
}
@media (max-width: 767px) {
	.v-ff685189 {
		margin-bottom: 56px;
	}
}
.v-ff685189__head {
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 24px;
	font-size: 17px;
	font-weight: 700;
	background: var(--table-2-color);
	color: var(--title-color);
	border-bottom: 1px solid var(--border-color);
	cursor: pointer;
}
.v-ff685189__head span {
	height: 30px;
	display: flex;
	align-items: center;
	transition: transform 0.25s;
}
.v-ff685189__head.v-91ba3faa span {
	transform: scaleY(-1);
}
@media (max-width: 767px) {
	.v-ff685189__head {
		padding: 0 16px;
		font-size: 15px;
		height: 56px;
	}
}
.v-ff685189__list {
	list-style: none;
	padding: 8px 0;
	margin: 0;
}
.v-ff685189__list li a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--text-color);
	padding: 10px 24px;
	text-decoration: none;
	transition:
		color 0.2s,
		background 0.2s;
	border-left: 3px solid transparent;
	font-size: 15px;
}
.v-ff685189__list li a::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--border-color);
	flex-shrink: 0;
	transition: background 0.2s;
}
@media (min-width: 1025px) {
	.v-ff685189__list li a:hover {
		color: var(--gold);
		background: var(--gold-dim);
		border-left-color: var(--gold);
	}
	.v-ff685189__list li a:hover::before {
		background: var(--gold);
	}
}
.v-ff685189__list.v-065b5b74 {
	display: none;
}
@media (max-width: 767px) {
	.v-ff685189__list li a {
		padding: 9px 16px;
		font-size: 14px;
	}
}
.best-games-body .v-d2673d8a:not(.v-f601c4bc) {
	display: none;
}
.best-games-body .v-d2673d8a.v-f601c4bc,
.v-02b92240__item.v-f601c4bc p,
.v-02b92240__item.v-6febbfe5 p {
	display: block;
}
.v-787d9f30 {
	max-width: var(--max-w);
	width: 100%;
	margin: 0 auto 80px;
}
@media (max-width: 1200px) {
	.v-787d9f30 {
		padding: 0 16px;
	}
}
@media (max-width: 767px) {
	.v-787d9f30 {
		margin-bottom: 56px;
	}
}
.v-787d9f30 table tr th,
.v-787d9f30__head,
.v-787d9f30__table tr th {
	font-weight: 700;
	color: var(--title-color);
	border: 1px solid var(--border-color);
}
.v-787d9f30__head {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--table-2-color);
	font-size: 20px;
	padding: 20px 24px;
	border-radius: var(--r-lg) var(--r-lg) 0 0;
	margin: 0;
	border-bottom: none;
}
@media (max-width: 767px) {
	.v-787d9f30__head {
		padding: 14px;
		font-size: 16px;
	}
}
.v-787d9f30 table,
.v-787d9f30__table,
.v-787d9f30__table table {
	width: 100%;
	border-collapse: collapse;
}
@media (max-width: 500px) {
	.v-787d9f30__table {
		display: block;
		overflow-x: auto;
	}
}
.v-787d9f30 table tr td,
.v-787d9f30__table tr td {
	padding: 13px 20px;
	font-size: 15px;
	font-weight: 500;
	color: var(--text-color);
	text-align: center;
	border: 1px solid var(--border-color);
	background: var(--table-1-color);
}
.v-787d9f30 table tr th,
.v-787d9f30__table tr th {
	padding: 13px 20px;
	font-size: 15px;
	text-align: center;
	background: var(--table-header-color);
}
.v-787d9f30 p {
	font-size: 15px;
	line-height: 1.65;
}
.v-787d9f30__wrap table tr td {
	color: var(--text-color);
	background: var(--table-1-color);
	border-color: var(--border-color);
}
.v-787d9f30 p,
.v-787d9f30__wrap p {
	color: var(--text-color);
}
.v-787d9f30__table:not(:has(> p)) + * {
	margin-top: 24px;
}
@media (max-width: 767px) {
	.v-787d9f30 table tr td,
	.v-787d9f30 table tr th,
	.v-787d9f30__table tr td {
		padding: 9px 6px;
		font-size: 14px;
	}
}
.v-40fcf9fb {
	max-width: var(--max-w);
	width: 100%;
	margin: 0 auto 80px;
}
@media (max-width: 1200px) {
	.v-40fcf9fb {
		padding: 0 16px;
	}
}
@media (max-width: 767px) {
	.v-40fcf9fb {
		margin-bottom: 56px;
	}
}
.v-40fcf9fb__box {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 20px;
	border-radius: var(--r-md);
	font-size: 14px;
	font-weight: 500;
	background: var(--fh-bg-color);
	color: var(--updated-block-color);
	border: 1px solid var(--border-color);
	border-left: 3px solid var(--button-bg-color);
}
.v-40fcf9fb__box::before {
	content: '';
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	background: var(--button-bg-color);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20A10 10 0 0 0 12 2zm.5 11H8v-2h3V8h2v5z'/%3E%3C/svg%3E")
		center/contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20A10 10 0 0 0 12 2zm.5 11H8v-2h3V8h2v5z'/%3E%3C/svg%3E")
		center/contain no-repeat;
}
.v-02b92240 {
	max-width: var(--max-w);
	width: 100%;
	margin: 0 auto 80px;
}
@media (max-width: 1200px) {
	.v-02b92240 {
		padding: 0 16px;
	}
}
@media (max-width: 767px) {
	.v-02b92240 {
		margin-bottom: 56px;
	}
}
.v-02b92240 > h1,
.v-02b92240 > h2 {
	text-align: center;
	margin-bottom: 28px;
}
.v-02b92240__item {
	border-radius: var(--r-md);
	background: var(--table-1-color);
	border: 1px solid var(--border-color);
	margin-bottom: 8px;
	overflow: hidden;
	transition: border-color 0.25s;
}
.v-02b92240__item.v-f601c4bc,
.v-02b92240__item.v-6febbfe5,
.v-02b92240__item:hover {
	border-color: var(--bd-gold);
}
.v-02b92240__item h3 {
	position: relative;
	color: var(--title-color);
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	margin: 0;
	padding: 18px 52px 18px 22px;
	user-select: none;
	line-height: 1.4;
	transition: color 0.2s;
}
.v-02b92240__item h3::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 9px;
	height: 9px;
	border-right: 2px solid var(--gold);
	border-bottom: 2px solid var(--gold);
	transition: transform 0.3s;
}
.v-02b92240__item.v-f601c4bc h3::after,
.v-02b92240__item.v-6febbfe5 h3::after {
	transform: translateY(-20%) rotate(-135deg);
}
.v-02b92240__item p {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: var(--text-color);
	display: none;
	border-top: 1px solid var(--border-color);
	padding: 16px 22px 18px;
}
@media (max-width: 767px) {
	.v-02b92240__item h3,
	.v-02b92240__item p {
		font-size: 14px;
		padding: 14px 44px 14px 16px;
	}
	.v-02b92240__item p {
		padding: 12px 16px 14px;
	}
}
.v-2d9effa6 {
	max-width: var(--max-w);
	width: 100%;
	margin: 0 auto 80px;
}
@media (max-width: 1200px) {
	.v-2d9effa6 {
		padding: 0 16px;
	}
}
@media (max-width: 767px) {
	.v-2d9effa6 {
		margin-bottom: 56px;
	}
}
.v-2d9effa6 h1,
.v-2d9effa6 h2,
.v-2d9effa6 h3,
.v-2d9effa6 h4 {
	text-align: center;
	margin: 0 auto 24px;
}
.best-games-nav {
	list-style: none;
	padding: 5px;
	margin: 0 0 20px;
	display: flex;
	align-items: center;
	gap: 4px;
	background: var(--games-nav-bg-color);
	border: 1px solid var(--games-nav-border-color);
	border-radius: var(--r-pill);
}
@media (max-width: 767px) {
	.best-games-nav {
		overflow-x: auto;
		scrollbar-width: none;
		border-radius: var(--r-lg);
		padding: 4px;
		margin-bottom: 14px;
	}
}
.best-games-nav::-webkit-scrollbar {
	display: none;
}
.best-games-nav li {
	flex: 1;
}
.best-games-nav li a,
.best-games-slider > button {
	display: flex;
	align-items: center;
	justify-content: center;
}
.best-games-nav li a {
	font-size: 14px;
	font-weight: 600;
	height: 42px;
	border-radius: var(--r-pill);
	text-decoration: none;
	transition:
		color 0.2s,
		background 0.2s;
	gap: 7px;
	color: var(--games-nav-text-color);
	white-space: nowrap;
	padding: 0 14px;
}
.best-games-nav li a svg {
	fill: currentColor;
	width: 18px;
	height: 18px;
	transition: fill 0.2s;
}
.best-games-nav li a.v-f601c4bc,
.best-games-nav li a:hover {
	color: var(--games-nav-text-color);
	background: var(--games-nav-border-color);
}
@media (max-width: 767px) {
	.best-games-nav li a {
		font-size: 13px;
		height: 36px;
		padding: 0 10px;
	}
}
.best-games-slider {
	position: relative;
	display: block;
	overflow: visible;
	width: 100%;
	margin: 0 0 4px;
	padding: 0 52px;
}
@media (max-width: 1200px) {
	.best-games-slider {
		margin-left: -4px;
		margin-right: -4px;
		padding: 0 48px;
	}
}
@media (max-width: 480px) {
	.best-games-slider {
		padding: 0 40px;
	}
}
.best-games-slider > button {
	position: absolute;
	z-index: 4;
	top: 0;
	bottom: 0;
	left: auto;
	right: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 44px;
	height: 44px;
	padding: 0;
	box-sizing: border-box;
	color: var(--gold);
	cursor: pointer;
	border: 1px solid var(--border-color);
	border-radius: 50%;
	background: var(--table-1-color);
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
	transition:
		background 0.2s,
		border-color 0.2s,
		opacity 0.2s,
		color 0.2s;
}
.best-games-slider > button:first-of-type {
	left: 2px;
	right: auto;
}
.best-games-slider > button:last-of-type {
	right: 2px;
	left: auto;
}
@media (hover: hover) and (min-width: 1025px) {
	.best-games-slider > button:hover:not(:disabled) {
		background: var(--table-2-color);
		border-color: var(--bd-gold);
	}
}
.best-games-slider > button:disabled {
	opacity: 0.35;
	cursor: default;
	pointer-events: none;
}
@media (max-width: 480px) {
	.best-games-slider > button {
		width: 36px;
		height: 36px;
	}
	.best-games-slider > button:first-of-type {
		left: 0;
	}
	.best-games-slider > button:last-of-type {
		right: 0;
	}
}
.best-games-list {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-padding: 0 4px;
	padding: 4px 0 12px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	list-style: none;
	touch-action: pan-x;
	min-width: 0;
	width: 100%;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.best-games-list {
		container-type: inline-size;
		container-name: best-games-list;
	}
}
.best-games-list::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}
@media (hover: hover) and (min-width: 1025px) {
	.best-games-list {
		scrollbar-gutter: auto;
	}
}
.best-games-item {
	position: relative;
	flex: 0 0 auto;
	width: 263px;
	max-width: 100%;
	scroll-snap-align: start;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	border-radius: 16px;
	background: #1a1f2e;
	border: 1px solid var(--border-color);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
	transition:
		border-color 0.25s,
		box-shadow 0.25s,
		transform 0.2s;
}
@media (hover: hover) and (min-width: 1025px) {
	.best-games-item:hover {
		border-color: var(--bd-gold);
		box-shadow:
			0 12px 32px rgba(0, 0, 0, 0.45),
			0 0 0 1px var(--bd-gold);
		transform: translateY(-2px);
	}
}
@media (min-width: 768px) {
	.best-games-item {
		width: min(263px, calc((100cqi - 4 * 12px) / 5));
	}
}
@media (max-width: 767px) {
	.best-games-slider {
		min-width: 0;
		container-type: inline-size;
		container-name: best-games-mob;
	}
	.best-games-slider .best-games-list {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-content: flex-start;
		align-items: stretch;
		justify-content: flex-start;
		gap: 8px;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		box-sizing: border-box;
		height: calc(2 * ((100cqi - 8px) * 0.5 * 156 / 263 + 72px) + 8px);
		overflow-x: auto;
		overflow-y: hidden;
	}
	.best-games-item {
		width: calc((100cqi - 8px) / 2);
		flex: 0 0 auto;
		min-width: 0;
		max-width: none;
	}
	.best-games-item:nth-child(4n + 1) {
		scroll-snap-align: start;
	}
	.best-games-slider {
		padding: 0 40px;
	}
	.best-games-slider > button:first-of-type {
		left: 0;
	}
	.best-games-slider > button:last-of-type {
		right: 0;
	}
}
@media (min-width: 768px) {
	.best-games-slider {
		container-type: normal;
		container-name: none;
	}
}
.best-games-item-img {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	aspect-ratio: 263/156;
	width: 100%;
	min-height: 0;
	align-self: stretch;
	background: var(--table-2-color);
	flex-shrink: 0;
}
.best-games-item-img img,
.best-games-item-img picture {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
}
.best-games-item-img img {
	min-width: 0;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: center;
	transition: transform 0.4s;
}
@media (hover: hover) and (min-width: 1025px) {
	.best-games-item:hover .best-games-item-img img {
		transform: scale(1.04);
	}
}
.best-games-item-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding: 12px 10px 16px;
	background: linear-gradient(
		180deg,
		rgba(5, 6, 15, 0.5) 0,
		rgba(5, 6, 15, 0.9) 100%
	);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s;
}
@media (max-width: 767px) {
	.best-games-item-overlay {
		padding: 10px 8px 14px;
	}
}
.best-games-item-overlay-title {
	flex: 0 0 auto;
	text-align: center;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	margin: 0 0 10px;
	padding: 0 4px;
}
.best-games-item-actions {
	flex: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	gap: 12px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0 6px;
}
@media (hover: hover) and (min-width: 1025px) {
	.best-games-item:hover .best-games-item-overlay {
		opacity: 1;
	}
}
.best-games-item:focus-within .best-games-item-overlay {
	opacity: 1;
}
.best-games-item .best-games-item-btn {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 5px;
	text-align: center;
	line-height: 1.15;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
	color: inherit;
	border: 0 solid transparent;
	-webkit-tap-highlight-color: transparent;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	overflow: hidden;
	transform: translateZ(0);
	transition:
		transform 0.2s,
		box-shadow 0.2s,
		background 0.2s,
		border-color 0.2s,
		filter 0.2s;
}
.best-games-item .best-games-item-btn-play {
	background: var(--button-bg-color);
	color: var(--button-text-color);
	box-shadow:
		0 2px 0 rgba(0, 0, 0, 0.2),
		0 4px 16px rgba(17, 236, 149, 0.28);
}
.best-games-item .best-games-item-btn-demo {
	background: rgba(5, 6, 15, 0.55);
	color: var(--title-color);
	border: 1px solid var(--bd-gold);
	box-shadow: inset 0 0 0 1px rgba(229, 184, 78, 0.15);
}
@media (hover: hover) and (min-width: 1025px) {
	.best-games-item:hover .best-games-item-btn-play {
		background: var(--button-bg-hover);
		box-shadow:
			0 2px 0 rgba(0, 0, 0, 0.22),
			0 6px 20px rgba(17, 236, 149, 0.4);
	}
	.best-games-item:hover .best-games-item-btn-demo {
		border-color: var(--gold);
		color: #fff;
	}
}
.best-games-item-foot {
	margin-top: auto;
	padding: 10px 10px 12px;
	text-align: center;
	background: var(--button-bg-color);
	border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.best-games-item-provider,
.best-games-item-title {
	display: block;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--button-text-color);
}
.best-games-item-title {
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 0 4px;
}
.best-games-item-provider {
	font-size: 11px;
	font-weight: 600;
	opacity: 0.9;
	margin: 0;
}
.best-games-logo-row .best-games-item-img-contain img {
	object-fit: contain;
	object-position: center;
	padding: 14px 16px;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.best-games-logo-row .best-games-item-img-contain img {
		padding: 10px 12px;
	}
}
.best-games-item-foot-logo {
	margin-top: auto;
	padding: 8px 10px 10px;
	min-height: 0;
	text-align: center;
	background: var(--button-bg-color);
	border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.best-games-logo-row .best-games-item-foot-logo .best-games-item-title {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.03em;
	text-transform: none;
	color: var(--button-text-color);
	text-align: center;
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
}
.reviews {
	max-width: var(--max-w);
	width: 100%;
	margin: 0 auto 80px;
}
@media (max-width: 1200px) {
	.reviews {
		padding: 0 16px;
	}
}
@media (max-width: 767px) {
	.reviews {
		margin-bottom: 56px;
	}
}
.reviews > h1,
.reviews > h2,
.reviews > h3 {
	text-align: center;
	margin: 0 0 24px;
}
.reviews__box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--table-1-color);
	border: 1px solid var(--border-color);
	border-radius: var(--r-lg);
	padding: 20px 24px;
	margin-bottom: 20px;
	gap: 16px;
	flex-wrap: wrap;
}
@media (max-width: 767px) {
	.reviews__box {
		padding: 16px;
		gap: 12px;
	}
}
.reviews__box-inner {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}
.reviews__box-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	color: var(--text-color);
}
.reviews__rate {
	display: flex;
	align-items: center;
	gap: 10px;
}
.reviews__rate > span {
	font-size: 34px;
	font-weight: 900;
	color: var(--title-color);
	letter-spacing: -0.025em;
}
.reviews__stars svg {
	display: block;
	width: 120px;
	height: 22px;
	flex-shrink: 0;
}
.reviews__item-rate svg .star,
.reviews__stars svg .star {
	fill: var(--table-2-color);
}
.reviews__item-rate svg[rating='1'] .star:nth-child(-n + 1),
.reviews__item-rate svg[rating='2'] .star:nth-child(-n + 2),
.reviews__item-rate svg[rating='3'] .star:nth-child(-n + 3),
.reviews__item-rate svg[rating='4'] .star:nth-child(-n + 4),
.reviews__item-rate svg[rating='5'] .star:nth-child(-n + 5),
.reviews__stars svg[rating='1'] .star:nth-child(-n + 1),
.reviews__stars svg[rating='2'] .star:nth-child(-n + 2),
.reviews__stars svg[rating='3'] .star:nth-child(-n + 3),
.reviews__stars svg[rating='4'] .star:nth-child(-n + 4),
.reviews__stars svg[rating='5'] .star:nth-child(-n + 5) {
	fill: var(--gold);
}
.reviews__rate small {
	font-size: 13px;
	color: var(--text-color);
}
.reviews__button,
.reviews__item-box span {
	font-size: 14px;
	font-weight: 600;
	color: var(--title-color);
}
.reviews__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	padding: 0 20px;
	border-radius: var(--r-pill);
	background: 0 0;
	border: 1px solid var(--bd-gold);
	text-decoration: none;
	cursor: pointer;
	transition: background 0.2s;
	white-space: nowrap;
}
@media (min-width: 1025px) {
	.reviews__button:hover {
		background: var(--gold-dim);
	}
}
.reviews__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
}
.reviews__item {
	background: var(--table-1-color);
	border: 1px solid var(--border-color);
	border-radius: var(--r-md);
	padding: 18px 20px;
	transition: border-color 0.2s;
}
.reviews__item:hover {
	border-color: var(--bd-gold);
}
.reviews__item.v-4bbc892f {
	display: none;
}
.reviews__item-user {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.author__title a,
.reviews__item-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
}
.reviews__item-avatar {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--gold) 0%, #b8932e 100%);
	color: var(--button-text-color);
	font-size: 17px;
	font-weight: 800;
	flex-shrink: 0;
	position: relative;
}
.reviews__item-icon {
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.reviews__item-box span {
	display: block;
}
.reviews__item-box small,
.reviews__item-text p {
	font-size: 12px;
	color: var(--text-color);
}
.reviews__item-rate {
	margin-bottom: 8px;
}
.reviews__item-rate svg {
	display: block;
	width: 100px;
	height: 18px;
	flex-shrink: 0;
}
.reviews__item-text p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
}
@media (max-width: 767px) {
	.reviews__item {
		padding: 14px;
	}
}
.load-reviews {
	display: flex;
	margin: 0 auto;
}
.author {
	max-width: var(--max-w);
	width: 100%;
	margin: 0 0 80px;
}
@media (max-width: 1200px) {
	.author {
		padding: 0 16px;
	}
}
@media (max-width: 767px) {
	.author {
		margin-bottom: 56px;
	}
}
.author__block {
	position: relative;
	max-width: var(--max-w);
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 24px;
	border-radius: var(--r-lg);
	background: var(--table-1-color);
	border: 1px solid var(--border-color);
}
@media (max-width: 767px) {
	.author__block {
		flex-direction: column;
		align-items: flex-start;
		padding: 18px;
		gap: 14px;
	}
}
.author__image {
	max-width: 200px;
	width: 100%;
	flex-basis: 200px;
	border-radius: var(--r-md);
	overflow: hidden;
}
.author__image img {
	width: 100%;
	display: block;
}
@media (max-width: 767px) {
	.author__image {
		max-width: 80px;
		flex-basis: auto;
	}
}
.author__content {
	max-width: 900px;
	width: 100%;
	flex: 1;
	min-width: 0;
}
.author__head,
.author__title {
	display: flex;
	align-items: center;
}
.author__head {
	gap: 14px;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
.author__title {
	gap: 10px;
	font-size: 22px;
	font-weight: 700;
	color: var(--title-color);
}
@media (max-width: 767px) {
	.author__title {
		font-size: 17px;
	}
}
.author__title a {
	width: 26px;
	height: 26px;
	background: #4a6cf7;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.2s;
}
.author__title a svg {
	fill: #fff;
}
@media (min-width: 1025px) {
	.author__title a:hover {
		background: #3d5ce8;
	}
}
.author__info {
	font-size: 12px;
	font-weight: 600;
	color: var(--gold);
	background: var(--gold-dim);
	padding: 3px 10px;
	border-radius: var(--r-pill);
	border: 1px solid var(--bd-gold);
}
.author__text {
	font-size: 15px;
	color: var(--text-color);
	line-height: 1.65;
}
.author__text p {
	margin: 0;
}
.review-hero {
	max-width: var(--max-w);
	width: 100%;
	margin: 0 auto 80px;
}
@media (max-width: 1200px) {
	.review-hero {
		padding: 0 16px;
	}
}
@media (max-width: 767px) {
	.review-hero {
		margin-bottom: 56px;
	}
}
.review-hero__heading {
	font-size: 50px;
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.06;
	margin: 0 0 24px;
}
@media (max-width: 767px) {
	.review-hero__heading {
		font-size: 26px;
	}
}
.review-hero__author {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--table-1-color);
	border: 1px solid var(--border-color);
	border-radius: var(--r-pill);
	padding: 6px 16px 6px 6px;
	margin-bottom: 20px;
}
.review-hero__author-avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0;
	background: var(--table-2-color);
	flex-shrink: 0;
}
.review-hero__author-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.review-hero__author-avatar-placeholder {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--gold) 0%, #b8932e 100%);
	color: var(--button-text-color);
	font-size: 16px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
}
.review-hero__author-info {
	display: flex;
	flex-direction: column;
	gap: 1px;
}
.review-hero__author-name {
	font-size: 13px;
	font-weight: 700;
	color: var(--title-color);
	display: flex;
	align-items: center;
	gap: 5px;
}
.review-hero__verified-badge {
	margin: 0;
	display: flex;
	align-items: center;
}
.review-hero__verified-badge svg path:not(:first-of-type) {
	fill: var(--gold);
}
.review-hero__verified-badge svg circle {
	fill: var(--table-1-color);
}
.review-hero__author-updated,
.review-hero__text {
	font-size: 12px;
	color: var(--text-color);
}
.review-hero__author-updated strong {
	font-weight: 600;
	color: var(--gold);
}
.review-hero__text {
	font-size: 16px;
	line-height: 1.7;
}
.review-hero__text p {
	margin-bottom: 14px;
}
@media (max-width: 767px) {
	.review-hero__text {
		font-size: 15px;
	}
}
.v-45f8f202 {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	counter-reset: rate-row;
}
.rate-card {
	position: relative;
	display: grid;
	grid-template-columns: auto auto 1fr auto;
	align-items: center;
	gap: 16px;
	padding: 18px 22px;
	border-radius: var(--r-lg);
	background: var(--table-1-color);
	border: 1px solid var(--border-color);
	cursor: pointer;
	text-decoration: none;
	transition:
		border-color 0.25s,
		transform 0.2s,
		box-shadow 0.25s;
	counter-increment: rate-row;
}
@media (min-width: 1025px) {
	.rate-card:hover {
		border-color: var(--bd-gold);
		transform: translateX(4px);
		box-shadow: 0 4px 32px rgba(0, 0, 0, 0.35);
	}
}
.rate-card:first-child {
	background: linear-gradient(
		120deg,
		rgba(229, 184, 78, 0.07) 0%,
		var(--table-1-color) 60%
	);
	border-color: var(--bd-gold);
	box-shadow:
		0 0 0 1px var(--bd-gold),
		0 8px 40px rgba(229, 184, 78, 0.12);
	animation: gold-pulse 3s ease-in-out infinite;
}
.rate-card__num {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--rate-counter-bg);
	border: 1px solid var(--border-color);
	color: var(--text-color);
	font-size: 13px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.rate-card:nth-child(-n + 3) .rate-card__num {
	background: var(--rate-counter-bg-top);
	border-color: transparent;
	color: var(--button-text-color);
}
.rate-card__logo {
	width: 96px;
	height: 56px;
	border-radius: var(--r-md);
	overflow: hidden;
	border: 1px solid var(--rate-image-border);
	flex-shrink: 0;
	background: #fff;
}
.rate-card__cta .v-0571ba9d,
.rate-card__logo,
.rate-card__logo a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.rate-card__logo a {
	width: 100%;
	height: 100%;
}
.rate-card__logo img {
	max-width: 80px;
	max-height: 40px;
	object-fit: contain;
	display: block;
}
.rate-card__info {
	flex: 1;
	min-width: 0;
}
.rate-card__description {
	font-size: 14px;
	color: var(--text-color);
	line-height: 1.5;
}
.rate-card__cta {
	flex-shrink: 0;
}
.rate-card__cta .v-0571ba9d {
	border-radius: var(--r-pill);
	padding: 0 22px;
	height: 46px;
	font-weight: 700;
	font-size: 14px;
	color: var(--button-text-color);
	background: var(--button-bg-color);
	transition:
		background 0.2s,
		box-shadow 0.2s;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	white-space: nowrap;
}
@media (min-width: 1025px) {
	.rate-card__cta .v-0571ba9d:hover {
		background: var(--button-bg-hover);
		box-shadow: 0 0 24px rgba(17, 236, 149, 0.3);
	}
}
.rate-card__cta .v-ad3bd744 {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
	color: var(--text-color);
}
@media (max-width: 767px) {
	.rate-card {
		grid-template-columns: auto 1fr;
		grid-template-rows: auto auto;
		gap: 10px 12px;
	}
	.rate-card__info {
		grid-column: 2;
	}
	.rate-card__cta {
		grid-column: 1/-1;
	}
	.rate-card__cta .v-0571ba9d {
		width: 100%;
	}
}
.v-45f8f202 > tbody {
	display: contents;
}
.v-45f8f202 tbody tr {
	position: relative;
	display: grid;
	grid-template-columns: auto auto 1fr auto;
	align-items: center;
	gap: 16px;
	padding: 18px 22px;
	border-radius: var(--r-lg);
	background: var(--table-1-color);
	border: 1px solid var(--border-color);
	cursor: pointer;
	margin-bottom: 10px;
	transition: border-color 0.25s;
	counter-increment: table-row;
}
@media (min-width: 1025px) {
	.v-45f8f202 tbody tr:hover {
		border-color: var(--bd-gold);
	}
}
.v-45f8f202 tbody tr:first-of-type {
	border-color: var(--bd-gold);
	background: linear-gradient(
		120deg,
		rgba(229, 184, 78, 0.07) 0%,
		var(--table-1-color) 60%
	);
	animation: gold-pulse 3s ease-in-out infinite;
}
.v-45f8f202 tbody tr:first-of-type::after,
.v-45f8f202 tbody tr:first-of-type::before {
	display: none;
}
.v-45f8f202 tbody tr td:first-of-type {
	flex-shrink: 0;
}
.v-45f8f202 tbody tr td:first-of-type > a {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: var(--r-md);
	border: 1px solid var(--rate-image-border);
	width: 96px;
	height: 56px;
	background: #fff;
	position: relative;
}
.v-45f8f202 tbody tr td:first-of-type > a::before {
	content: counter(table-row);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 var(--r-sm) 0;
	padding: 2px 8px;
	color: var(--button-text-color);
	font-weight: 800;
	font-size: 11px;
	background: var(--gold);
}
.v-45f8f202 tbody tr td:first-of-type > a img {
	max-width: 78px;
	max-height: 38px;
	object-fit: contain;
}
.v-45f8f202 tbody tr td:last-of-type {
	margin-left: auto;
}
.v-45f8f202 tbody tr td .v-f106ffd8 {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.v-45f8f202 tbody tr td .v-0571ba9d {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--r-pill);
	padding: 0 22px;
	min-width: 140px;
	height: 44px;
	font-weight: 700;
	font-size: 14px;
	color: var(--button-text-color);
	background: var(--button-bg-color);
	transition: background 0.2s;
	text-decoration: none;
	cursor: pointer;
	border: 0;
}
@media (min-width: 1025px) {
	.v-45f8f202 tbody tr td .v-0571ba9d:hover {
		background: var(--button-bg-hover);
	}
}
.v-45f8f202 tbody tr td .v-ad3bd744 {
	margin-top: 6px;
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
	color: var(--text-color);
}
@media (max-width: 767px) {
	.v-45f8f202 tbody tr {
		grid-template-columns: auto 1fr;
		grid-template-rows: auto auto;
	}
	.v-45f8f202 tbody tr td:last-of-type {
		grid-column: 1/-1;
		margin-left: 0;
	}
	.v-45f8f202 tbody tr td .v-0571ba9d {
		width: 100%;
		margin: 0 auto;
	}
}
.recommend-section {
	max-width: var(--max-w);
	width: 100%;
	margin: 0 auto 80px;
}
@media (max-width: 1200px) {
	.recommend-section {
		padding: 0 16px;
	}
}
@media (max-width: 767px) {
	.recommend-section {
		margin-bottom: 56px;
	}
}
.recommend-section__title {
	font-weight: 700;
	font-size: 36px;
	line-height: 1.15;
	margin: 0 0 24px;
	text-align: center;
	letter-spacing: -0.015em;
}
@media (max-width: 767px) {
	.recommend-section__title {
		font-size: 22px;
		margin-bottom: 16px;
	}
}
.recommend-section__list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0-8px;
}
.recommend-section__item {
	max-width: calc(25% - 16px);
	width: 100%;
	flex-basis: calc(25% - 16px);
	margin: 0 8px 16px;
	text-decoration: none;
	cursor: pointer;
	border-radius: var(--r-md);
	overflow: hidden;
	background: var(--table-1-color);
	border: 1px solid var(--border-color);
	transition:
		border-color 0.25s,
		transform 0.2s;
}
@media (min-width: 1025px) {
	.recommend-section__item:hover {
		border-color: var(--bd-gold);
		transform: translateY(-3px);
	}
}
@media (max-width: 991px) {
	.recommend-section__item {
		max-width: calc(33.33% - 16px);
		flex-basis: calc(33.33% - 16px);
	}
}
@media (max-width: 640px) {
	.recommend-section__item {
		max-width: calc(50% - 16px);
		flex-basis: calc(50% - 16px);
	}
}
.recommend-section__item img {
	width: 100%;
	display: block;
	transition: transform 0.35s;
}
@media (min-width: 1025px) {
	.recommend-section__item:hover img {
		transform: scale(1.04);
	}
}
.recommend-section__item p {
	margin: 0;
	padding: 9px 12px;
	font-size: 13px;
	font-weight: 600;
	color: var(--title-color);
	text-align: center;
}
.v-da58367a {
	max-width: var(--max-w);
	width: 100%;
	margin: 0 auto 80px;
	padding: 0;
}
@media (max-width: 1200px) {
	.v-da58367a {
		padding: 0 16px;
	}
}
@media (max-width: 767px) {
	.v-da58367a {
		margin-bottom: 56px;
	}
}
.download-section-title {
	font-size: 48px;
	line-height: 1.1;
	font-weight: 800;
	margin: 0 0 28px;
	text-align: center;
	letter-spacing: -0.025em;
	cursor: pointer;
}
@media (max-width: 991px) {
	.download-section-title {
		font-size: 30px;
		margin-bottom: 20px;
	}
}
.download-section-body {
	max-width: var(--s3-article-narrow);
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}
.download-section-media {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	border-radius: var(--r-xl);
	overflow: hidden;
	line-height: 0;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.download-section-media img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
.download-section-cards {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	align-items: stretch;
	gap: 10px;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
@media (max-width: 900px) {
	.download-section-cards {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 10px;
		padding-bottom: 4px;
		max-width: calc(100% + 16px);
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
	}
	.download-section-cards .download-section-card {
		flex: 0 0 min(132px, 32vw);
		min-width: 100px;
	}
}
@media (max-width: 400px) {
	.download-section-cards .download-section-card {
		min-width: 92px;
	}
}
.download-section-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 90px;
	min-width: 0;
	padding: 12px 6px;
	text-align: center;
	background: var(--table-2-color);
	border: 1px solid var(--border-color);
	border-radius: var(--r-md);
	box-sizing: border-box;
}
.download-section-card-brand {
	padding-left: 8px;
	padding-right: 8px;
}
.download-section-card-metric {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4px 6px;
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--gold);
}
.download-section-card-metric .download-section-card-star {
	order: 0;
	display: block;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
}
.download-section-card-metric-solo {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
}
.download-section-card-metric-icon {
	margin-bottom: 0;
	min-height: 22px;
}
.download-section-card-ico {
	display: block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	fill: var(--gold);
}
.download-section-card-caption,
.download-section-card-foot {
	margin: 6px 0 0;
	max-width: 100%;
	font-size: 11px;
	line-height: 1.35;
	color: var(--text-color);
	text-align: center;
}
.download-section-card-foot {
	margin: 4px 0 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--gold);
}
.download-section-button,
.download-section-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}
.download-section-buttons {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 12px;
	width: 100%;
	max-width: 480px;
	margin-top: 4px;
	padding: 0;
}
.download-section-button {
	flex: 1 1 180px;
	min-width: 0;
	max-width: 220px;
	height: 50px;
	border-radius: var(--r-md);
	background: #fff;
	transition:
		box-shadow 0.2s,
		transform 0.15s;
	cursor: pointer;
	border: 0;
	box-sizing: border-box;
}
@media (min-width: 1025px) {
	.download-section-button:hover {
		box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
		transform: translateY(-1px);
	}
}
.download-section-button.is-black {
	background: #000;
}
.registration-form {
	padding: 0 0 80px;
}
@media (max-width: 1200px) {
	.registration-form {
		padding: 0 16px 80px;
	}
}
@media (max-width: 767px) {
	.registration-form {
		padding: 0 16px 56px;
	}
}
.registration-form__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: var(--max-w);
	width: 100%;
	margin: 0 auto;
	gap: 32px;
}
.registration-form__inner:has(.registration-form__image) {
	justify-content: space-between;
}
.registration-form__inner:not(:has(.registration-form__image))
	.registration-form__form {
	flex: 0 1 640px;
	margin: 0 auto;
}
@media (max-width: 1200px) {
	.registration-form__inner {
		padding: 0;
	}
}
@media (max-width: 991px) {
	.registration-form__inner {
		flex-direction: column-reverse;
		gap: 24px;
	}
}
.registration-form__image {
	max-width: 480px;
	width: 100%;
	flex: 1 1 45%;
	min-width: 0;
	border-radius: var(--r-lg);
	overflow: hidden;
}
.registration-form__image img,
.stream-item__image img {
	width: 100%;
	display: block;
}
@media (max-width: 991px) {
	.registration-form__image {
		max-width: 100%;
		flex-basis: auto;
		margin-right: 0;
	}
}
.registration-form__form {
	max-width: 640px;
	min-width: 0;
	width: 100%;
	flex: 1 1 50%;
	border-radius: var(--r-lg);
	padding: 32px 32px 28px;
	background: var(--table-1-color);
	border: 1px solid var(--border-color);
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
}
.registration-form__form h2,
.registration-form__title {
	color: var(--title-color);
	font-weight: 700;
	font-size: 22px;
	line-height: 1.25;
	margin: 0 0 22px;
	text-align: center;
}
.registration-form__fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 14px;
	align-items: start;
	width: 100%;
}
.registration-form__fields > .registration-form__input {
	min-width: 0;
	margin: 0;
}
@media (max-width: 991px) {
	.registration-form__form {
		flex-basis: auto;
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.registration-form__form {
		padding: 22px 16px;
	}
	.registration-form__fields {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}
.registration-form__input {
	background: var(--table-2-color);
	border: 1px solid var(--border-color);
	border-radius: var(--r-md);
	padding: 0 16px;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 400;
	color: var(--title-color);
	transition: border-color 0.2s;
}
.registration-form__input:focus-within,
.registration-form__input:hover {
	border-color: var(--bd-gold);
}
.registration-form__input input,
.registration-form__input select {
	background: 0 0;
	border: 0;
	width: 100%;
	color: var(--title-color);
	font-size: 15px;
	font-family: inherit;
	-webkit-appearance: none;
}
.registration-form__input input::placeholder {
	color: var(--text-color);
}
.registration-form__input input:focus {
	outline: 0;
}
.registration-form__button {
	margin: 18px auto 0;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	border-radius: var(--r-pill);
	padding: 0;
	width: 100%;
	height: 52px;
	cursor: pointer;
	background: var(--button-bg-color);
	color: var(--button-text-color);
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:
		background 0.2s,
		box-shadow 0.2s;
	position: relative;
	overflow: hidden;
}
.registration-form__button::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		105deg,
		transparent 35%,
		rgba(255, 255, 255, 0.25) 50%,
		transparent 65%
	);
	transform: translateX(-120%);
	transition: transform 0.5s;
}
@media (min-width: 1025px) {
	.registration-form__button:hover {
		background: var(--button-bg-hover);
		box-shadow: 0 0 28px rgba(17, 236, 149, 0.3);
	}
	.registration-form__button:hover::after {
		transform: translateX(120%);
	}
}
.registration-form__text {
	max-width: 100%;
	width: 100%;
	margin: 16px auto 0;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	color: var(--text-color);
}
.registration-form__text a {
	text-decoration: underline;
	color: var(--gold);
}
.registration-form__text ol,
.registration-form__text ul {
	text-align: left;
}
.v-1791d772 {
	position: relative;
	max-width: 800px;
	height: 400px;
	width: 100%;
	margin: 0 auto 20px;
	border-radius: var(--r-xl);
	overflow: hidden;
	cursor: pointer;
	background: var(--table-2-color);
}
@media (max-width: 520px) {
	.v-1791d772 {
		height: 200px;
	}
}
.v-1791d772__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transition: filter 0.3s;
}
.v-1791d772__bg::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.25);
	border-radius: inherit;
}
.v-1791d772:hover .v-1791d772__bg {
	filter: brightness(0.7);
}
.live-stream,
.v-1791d772__play {
	display: flex;
	align-items: center;
}
.v-1791d772__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: var(--gold);
	justify-content: center;
	transition:
		transform 0.25s,
		box-shadow 0.25s;
	z-index: 2;
}
.v-1791d772__play svg {
	fill: var(--button-text-color);
	width: 28px;
	height: 28px;
	margin-left: 4px;
}
.v-1791d772:hover .v-1791d772__play {
	transform: translate(-50%, -50%) scale(1.12);
	box-shadow: 0 0 48px var(--gold-glow);
}
.live-stream__iframe iframe,
.v-1791d772 iframe {
	border: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
.v-1791d772 iframe {
	inset: 0;
	border-radius: inherit;
}
.live-stream {
	max-width: var(--max-w);
	width: 100%;
	margin: 0 auto 80px;
	justify-content: space-between;
	gap: 24px;
}
@media (max-width: 1200px) {
	.live-stream {
		padding: 0 16px;
	}
}
@media (max-width: 991px) {
	.live-stream {
		flex-direction: column;
	}
}
@media (max-width: 767px) {
	.live-stream {
		margin-bottom: 56px;
	}
}
.live-stream__stream {
	max-width: 545px;
	width: 100%;
}
@media (max-width: 991px) {
	.live-stream__stream {
		max-width: 100%;
		margin-bottom: 20px;
	}
}
.live-stream__iframe {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	border-radius: var(--r-lg);
}
.live-stream__iframe iframe {
	top: 0;
	left: 0;
}
.live-stream__content {
	max-width: 540px;
	width: 100%;
}
@media (max-width: 991px) {
	.live-stream__content {
		max-width: 100%;
	}
}
.live-stream__box {
	padding: 20px;
	border-radius: var(--r-lg);
	background: var(--table-1-color);
	border: 1px solid var(--border-color);
	margin-bottom: 10px;
}
.live-stream__content h1,
.live-stream__content h2,
.live-stream__content h3 {
	font-size: 32px;
	font-weight: 700;
	margin: 10px 0 0;
	color: var(--title-color);
}
@media (max-width: 767px) {
	.live-stream__content h1,
	.live-stream__content h2,
	.live-stream__content h3 {
		font-size: 22px;
	}
}
.live-stream__options {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}
.live-stream__option,
.stream-item {
	display: flex;
	align-items: center;
	border: 1px solid var(--border-color);
}
.live-stream__option {
	gap: 5px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--text-color);
	background: var(--table-2-color);
	border-radius: var(--r-pill);
	padding: 4px 10px;
}
.live-stream__option span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f04040;
	animation: live-pulse 1.4s ease-in-out infinite;
}
.stream-item {
	gap: 14px;
	padding: 16px;
	border-radius: var(--r-lg);
	background: var(--table-1-color);
	flex-wrap: wrap;
}
.stream-item__image {
	width: 90px;
	border-radius: var(--r-md);
	overflow: hidden;
	flex-shrink: 0;
}
.v-38fc6fa1 .v-bc3d215b .left,
.stream-item__content {
	flex: 1;
	min-width: 0;
}
.stream-item__title {
	font-size: 15px;
	font-weight: 700;
	color: var(--title-color);
	margin-bottom: 4px;
}
.stream-item__text {
	font-size: 13px;
	color: var(--text-color);
	line-height: 1.5;
}
.stream-item .v-411e103c {
	max-width: 140px;
	min-height: 44px;
	height: 44px;
	width: min(100%, 140px);
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	align-self: center;
}
@media (max-width: 540px) {
	.stream-item .v-411e103c {
		max-width: 100%;
		width: min(100%, 140px);
		margin: 10px auto 0;
	}
}
.v-38fc6fa1 {
	max-width: var(--max-w);
	width: 100%;
	margin: 0 auto 80px;
}
@media (max-width: 1200px) {
	.v-38fc6fa1 {
		padding: 0 16px;
	}
}
.v-38fc6fa1 .v-890fe92a {
	position: relative;
	border-radius: var(--r-xl);
	overflow: hidden;
	background: var(--table-1-color);
	border: 1px solid var(--border-color);
	margin-bottom: 20px;
}
.v-38fc6fa1 .v-d790f6ab {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	filter: brightness(0.3);
}
.v-38fc6fa1 .v-f57b5f9d {
	position: relative;
	z-index: 1;
}
.v-38fc6fa1 .v-0917b729 {
	display: block;
	width: 100%;
	height: 480px;
	border: 0;
}
@media (max-width: 767px) {
	.v-38fc6fa1 .v-0917b729 {
		height: 260px;
	}
}
.v-38fc6fa1 .v-bc3d215b {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 22px 24px;
	flex-wrap: wrap;
}
.v-38fc6fa1 .v-c9f4506f {
	font-size: 22px;
	font-weight: 700;
	color: var(--title-color);
	margin: 0 0 6px;
}
.v-38fc6fa1 .v-f901b4a8 {
	font-size: 14px;
	color: var(--text-color);
	line-height: 1.65;
}
.v-38fc6fa1 .v-bc3d215b .right {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex-shrink: 0;
}
.btn-gray.play-btn,
.btn-yellow {
	justify-content: center;
	height: 46px;
	padding: 0 22px;
	border-radius: var(--r-pill);
	font-size: 14px;
	cursor: pointer;
	white-space: nowrap;
}
.btn-gray.play-btn {
	display: flex;
	align-items: center;
	background: var(--table-2-color);
	border: 1px solid var(--border-color);
	color: var(--text-color);
	font-weight: 600;
	transition:
		border-color 0.2s,
		color 0.2s;
}
@media (min-width: 1025px) {
	.btn-gray.play-btn:hover {
		border-color: var(--bd-gold);
		color: var(--gold);
	}
}
.btn-yellow {
	background: var(--gold);
	color: var(--button-text-color);
	font-weight: 700;
	transition:
		background 0.2s,
		box-shadow 0.2s;
}
.btn-yellow,
.btn-yellow span {
	display: flex;
	align-items: center;
	gap: 8px;
}
@media (min-width: 1025px) {
	.btn-yellow:hover {
		background: var(--gold-lt);
		box-shadow: 0 0 24px var(--gold-glow);
	}
}
.v-38fc6fa1 .v-7fafd132 {
	padding: 0 24px 24px;
	position: relative;
	z-index: 1;
}
.v-38fc6fa1 .v-7fafd132 h2.v-c9f4506f {
	font-size: 20px;
	margin-bottom: 14px;
}
.v-133904ba {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.92);
	flex-direction: column;
}
.v-133904ba.v-f601c4bc {
	display: flex;
}
.v-133904ba iframe {
	width: 90vw;
	height: 80vh;
	border: 0;
	border-radius: var(--r-lg);
}
.v-133904ba,
.v-133904ba .close-btn {
	align-items: center;
	justify-content: center;
}
.v-133904ba .close-btn {
	position: absolute;
	top: 20px;
	right: 24px;
	background: var(--table-2-color);
	border: 1px solid var(--border-color);
	color: var(--title-color);
	font-size: 28px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	cursor: pointer;
	transition: background 0.2s;
}
.v-133904ba .v-150c8ebb {
	margin-top: 14px;
}
.play-block {
	display: grid;
	grid-template-areas: 'play-block__left play-block__right' 'content-section content-section';
	grid-template-columns: 65% 35%;
	max-width: var(--max-w);
	width: 100%;
	margin: 0 auto 80px;
}
@media (max-width: 1200px) {
	.play-block {
		padding: 0 16px;
	}
}
@media (max-width: 991px) {
	.play-block {
		grid-template-areas: 'play-block__left' 'play-block__right' 'content-section';
		grid-template-columns: 1fr;
	}
}
@media (max-width: 767px) {
	.play-block {
		margin-bottom: 56px;
	}
}
.play-block__left {
	grid-area: play-block__left;
	padding-right: 20px;
}
@media (max-width: 991px) {
	.play-block__left {
		padding-right: 0;
	}
}
.play-block__left h1,
.play-block__left h2 {
	font-size: 32px;
	font-weight: 700;
	color: var(--title-color);
	margin: 0 0 18px;
}
@media (max-width: 767px) {
	.play-block__left h1,
	.play-block__left h2 {
		font-size: 22px;
		margin-bottom: 14px;
	}
}
.play-block__box,
.play-block__right table {
	width: 100%;
	overflow: hidden;
	border: 1px solid var(--border-color);
}
.play-block__box {
	min-height: 340px;
	border-radius: var(--r-xl);
	position: relative;
	background: var(--table-1-color);
}
@media (max-width: 767px) {
	.play-block__box {
		min-height: 190px;
	}
}
.play-block__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	z-index: 0;
	filter: blur(4px) brightness(0.4);
}
.play-block__bg::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}
.play-block__box-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	z-index: 2;
	padding: 16px;
}
.play-block__box-inner.v-4bbc892f {
	display: none;
}
.play-block__iframe {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
}
.play-block__iframe iframe {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.play-block__iframe.v-95845c16 {
	opacity: 1;
	pointer-events: all;
}
.play-block__button {
	border: 0;
	cursor: pointer;
	text-decoration: none;
	max-width: 240px;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: var(--r-pill);
	background: rgba(180, 180, 200, 0.2);
	color: var(--title-color);
	font-size: 15px;
	font-weight: 700;
	transition: background 0.2s;
}
@media (min-width: 1025px) {
	.play-block__button:hover {
		background: rgba(180, 180, 200, 0.35);
	}
}
.play-block__button + .play-block__button {
	margin-top: 0;
}
.play-block__button--casino {
	background: var(--gold);
	color: var(--button-text-color);
}
@media (min-width: 1025px) {
	.play-block__button--casino:hover {
		background: var(--gold-lt);
		box-shadow: 0 0 28px var(--gold-glow);
	}
}
@media (max-width: 767px) {
	.play-block__button {
		height: 42px;
		max-width: 200px;
	}
}
.play-block__right {
	grid-area: play-block__right;
	margin: 0;
	padding-left: 20px;
}
@media (max-width: 991px) {
	.play-block__right {
		padding-left: 0;
		margin-top: 20px;
	}
}
.play-block__right h1,
.play-block__right h2 {
	font-size: 20px;
	font-weight: 700;
	color: var(--title-color);
	margin: 0 0 12px;
}
.play-block__right table {
	border-radius: var(--r-md);
	border-collapse: collapse;
}
.play-block__right table tr td,
.play-block__right table tr th {
	padding: 10px 16px;
	font-size: 14px;
	text-align: left;
	border-bottom: 1px solid var(--border-color);
	color: var(--text-color);
	background: var(--table-1-color);
}
.play-block__right table tr th {
	color: var(--title-color);
	font-weight: 600;
	background: var(--table-header-color);
}
.play-block__right table tr:last-of-type td {
	border-bottom: none;
}
.play-block .v-4680f898 {
	padding: 0;
	grid-area: content-section;
	width: 100%;
	margin: 24px 0 0;
}
.play-block .v-4680f898 h1,
.play-block .v-4680f898 h2 {
	font-size: 32px;
	font-weight: 700;
	color: var(--title-color);
	margin: 0 0 20px;
}
@media (max-width: 767px) {
	.play-block .v-4680f898 h1,
	.play-block .v-4680f898 h2 {
		font-size: 22px;
		margin: 0 0 14px;
	}
}
.mobile-nav,
.v-d04109c5.v-4bbc892f {
	display: none;
}
@media (max-width: 767px) {
	.mobile-nav {
		display: flex;
		justify-content: center;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 5;
		height: 64px;
		border-top: 1px solid var(--border-color);
		background: color-mix(in srgb, var(--mobile-bg-color) 95%, transparent);
		backdrop-filter: blur(14px);
		padding: 0 30px;
	}
}
.mobile-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 32px;
}
.mobile-nav__list li a,
.v-d04109c5 {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile-nav__list li a {
	flex-direction: column;
	gap: 3px;
	color: var(--text-color);
	font-size: 11px;
	font-weight: 500;
	transition: color 0.2s;
}
.mobile-nav__list li a img {
	max-width: 22px;
}
@media (min-width: 1025px) {
	.mobile-nav__list li a:hover {
		color: var(--gold);
	}
}
.v-d04109c5 {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: linear-gradient(90deg, #1a1200 0, #2a1e00 100%);
	border-top: 1px solid var(--bd-gold);
}
.v-d04109c5.green {
	background: linear-gradient(90deg, #0a2a1c 0, #0d3522 100%);
	border-top: 1px solid rgba(17, 236, 149, 0.3);
}
.v-d04109c5.v-3d2b14f1 {
	background: linear-gradient(90deg, #1d2ba5 0, #3d22c4 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.v-d04109c5.orange {
	background: linear-gradient(90deg, #ff5f1b 0, #ff422d 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.v-d04109c5.dark-blue,
.v-d04109c5.gold {
	background: linear-gradient(90deg, #1a1200 0, #2a1e00 100%);
	border-top: 1px solid var(--bd-gold);
}
.v-d04109c5.red {
	background: linear-gradient(90deg, #2a0000, #3a0000);
	border-top: 1px solid rgba(200, 50, 50, 0.3);
}
.v-d04109c5__inner {
	max-width: var(--max-w);
	width: 100%;
	justify-content: space-between;
	padding: 12px 24px;
	gap: 16px;
}
.popup.v-6febbfe5,
.v-d04109c5__inner,
.v-d04109c5__left {
	display: flex;
	align-items: center;
}
.v-d04109c5__left {
	gap: 12px;
	font-size: 14px;
	font-weight: 600;
	color: var(--title-color);
}
.v-d04109c5__left img {
	max-height: 34px;
	width: auto;
}
.v-d04109c5__main {
	font-size: 17px;
	font-weight: 700;
	color: var(--title-color);
	flex: 1;
	text-align: center;
}
.v-d04109c5__button {
	background: var(--button-bg-color);
	color: var(--button-text-color);
	border-radius: var(--r-pill);
	padding: 0 20px;
	height: 40px;
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 13px;
	white-space: nowrap;
}
.v-d04109c5__close {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-shrink: 0;
}
.popup {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 200;
}
.popup.v-6febbfe5 {
	justify-content: center;
}
.popup__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(4px);
}
.popup__holder {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 500px;
	margin: 16px;
}
.popup__content {
	background: var(--table-1-color);
	border: 1px solid var(--border-color);
	border-radius: var(--r-xl);
	padding: 32px;
}
.review-popup__title {
	font-size: 20px;
	font-weight: 700;
	color: var(--title-color);
	margin-bottom: 18px;
}
.review-popup__field,
.review-success img {
	margin-bottom: 14px;
}
.review-popup__field span {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: var(--title-color);
	margin-bottom: 4px;
}
.review-popup__field small {
	display: block;
	font-size: 12px;
	color: var(--text-color);
	margin-bottom: 7px;
}
.review-popup__field input {
	width: 100%;
	height: 46px;
	background: var(--table-2-color);
	border: 1px solid var(--border-color);
	border-radius: var(--r-md);
	color: var(--title-color);
	font-size: 14px;
	padding: 0 14px;
	font-family: var(--s3-font-body);
	transition: border-color 0.2s;
}
.review-popup__comment textarea:focus,
.review-popup__field input:focus {
	border-color: var(--bd-gold);
	outline: 0;
}
.comments-rating {
	border: 0;
	padding: 0;
	margin: 0 0 14px;
}
.rating-container {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 4px;
}
.rating-container input {
	display: none;
}
.rating-container label {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--table-2-color);
	border: 1px solid var(--border-color);
	border-radius: var(--r-sm);
	color: var(--text-color);
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
	transition:
		background 0.2s,
		border-color 0.2s;
}
.rating-container input:checked ~ label,
.rating-container label:hover,
.rating-container label:hover ~ label {
	background: var(--gold);
	border-color: transparent;
	color: var(--button-text-color);
}
.review-popup__comment textarea {
	width: 100%;
	height: 110px;
	background: var(--table-2-color);
	border: 1px solid var(--border-color);
	border-radius: var(--r-md);
	color: var(--title-color);
	font-size: 14px;
	padding: 12px 14px;
	font-family: var(--s3-font-body);
	resize: vertical;
	transition: border-color 0.2s;
	margin-bottom: 14px;
}
.review-popup__buttons {
	display: flex;
	gap: 10px;
}
.review-popup__cancel,
.review-popup__submit {
	flex: 1;
	height: 46px;
	border-radius: var(--r-pill);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.2s;
}
.review-popup__cancel {
	background: var(--table-2-color);
	border: 1px solid var(--border-color);
	color: var(--text-color);
}
.review-popup__submit {
	background: var(--button-bg-color);
	color: var(--button-text-color);
	border: 0;
}
@media (min-width: 1025px) {
	.review-popup__cancel:hover {
		border-color: var(--bd-gold);
		color: var(--gold);
	}
	.review-popup__submit:hover {
		background: var(--button-bg-hover);
	}
}
.review-success {
	text-align: center;
}
.review-success__title {
	font-size: 16px;
	font-weight: 600;
	color: var(--title-color);
	margin-bottom: 18px;
}
.review-success .review-popup__cancel {
	max-width: 180px;
	margin: 0 auto;
}
.v-4bbc892f {
	display: none;
}
.v-a7a44889 {
	--footer-surface: #000000;
	--footer-link: #ffffff;
	--footer-link-muted: rgba(255, 255, 255, 0.6);
	background: var(--footer-surface);
	border-top: none;
	padding: 56px 0 0;
	color: var(--footer-link);
}
@media (max-width: 1200px) {
	.v-a7a44889 {
		padding: 48px 20px 0;
	}
}
@media (max-width: 767px) {
	.v-a7a44889 {
		padding: 40px 16px 80px;
	}
}
.v-a7a44889__inner,
.v-a7a44889__top {
	display: flex;
	flex-direction: column;
}
.v-a7a44889__inner {
	max-width: var(--max-w);
	width: 100%;
	margin: 0 auto;
	align-items: stretch;
	gap: 0;
	box-sizing: border-box;
}
.v-a7a44889__top {
	align-items: center;
	text-align: center;
	gap: 28px;
	padding: 0 0 8px;
}
.v-a7a44889__brand {
	width: 100%;
	display: flex;
	justify-content: center;
}
.v-a7a44889__logo-link {
	display: inline-block;
	line-height: 0;
}
.v-a7a44889__badge img,
.v-a7a44889__logo img {
	width: auto;
	height: auto;
	object-fit: contain;
}
.v-a7a44889__logo img {
	max-width: min(100%, 400px);
	max-height: 120px;
	vertical-align: middle;
}
.v-a7a44889__badge,
.v-a7a44889__badges {
	align-items: center;
	justify-content: center;
}
.v-a7a44889__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 28px;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.v-a7a44889__badge {
	display: inline-flex;
	line-height: 0;
	flex: 0 0 auto;
}
.v-a7a44889__badge img {
	max-height: 48px;
	max-width: 180px;
}
.v-a7a44889__social-link,
.v-a7a44889__socials.socials {
	display: flex;
	align-items: center;
	justify-content: center;
}
.v-a7a44889__socials.socials {
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 10px 14px;
}
.v-a7a44889__social-link {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	transition:
		background 0.2s,
		transform 0.2s;
}
@media (min-width: 1025px) {
	.v-a7a44889__social-link:hover {
		background: rgba(255, 255, 255, 0.12);
		transform: scale(1.08);
	}
}
.v-a7a44889__social-icon {
	display: block;
	width: 22px;
	height: 22px;
	object-fit: contain;
	opacity: 0.95;
}
.v-a7a44889__link-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: clamp(24px, 4vw, 56px);
	row-gap: 40px;
	width: 100%;
	margin: 40px 0 0;
	padding: 0;
	box-sizing: border-box;
}
.v-a7a44889__link-grid:not(:has(.v-929b9cdd)) {
	display: none;
	margin: 0;
	min-height: 0;
}
.v-a7a44889__link-grid .v-929b9cdd {
	min-width: 0;
	text-align: left;
}
.v-a7a44889__link-grid .v-929b9cdd:only-child {
	grid-column: 1/-1;
}
.v-a7a44889__link-grid .v-929b9cdd:only-child .v-929b9cdd__list {
	column-count: 2;
	column-gap: 32px;
}
@media (min-width: 1024px) {
	.v-a7a44889__link-grid .v-929b9cdd .v-929b9cdd__list {
		column-count: 2;
		column-gap: clamp(20px, 3vw, 36px);
	}
	.v-a7a44889__link-grid .v-929b9cdd:only-child .v-929b9cdd__list {
		column-count: 4;
	}
}
@media (max-width: 1023px) {
	.v-a7a44889__link-grid {
		grid-template-columns: 1fr;
	}
	.v-a7a44889__link-grid .v-929b9cdd .v-929b9cdd__list,
	.v-a7a44889__link-grid .v-929b9cdd:only-child .v-929b9cdd__list {
		column-count: 2;
	}
}
@media (max-width: 600px) {
	.v-a7a44889__link-grid .v-929b9cdd .v-929b9cdd__list,
	.v-a7a44889__link-grid .v-929b9cdd:only-child .v-929b9cdd__list {
		column-count: 1;
	}
}
.v-a7a44889__link-grid .v-929b9cdd__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.v-a7a44889__link-grid .v-929b9cdd__list li {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
}
.v-a7a44889__link-grid .v-929b9cdd__list li + li {
	margin-top: 10px;
}
.v-929b9cdd__title {
	color: var(--footer-link);
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 16px;
	padding: 0;
	break-inside: avoid;
}
.v-a7a44889__link-grid .v-929b9cdd__list li a {
	color: var(--footer-link);
	text-decoration: none;
	transition:
		color 0.2s,
		opacity 0.2s;
}
@media (min-width: 1025px) {
	.v-a7a44889__link-grid .v-929b9cdd__list li a:hover {
		color: var(--gold);
	}
}
.v-a7a44889__bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px 20px 40px;
	margin-top: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.v-a7a44889__bottom {
		justify-content: center;
		padding: 20px 16px 32px;
	}
}
.v-aab9c9aa {
	color: var(--footer-link-muted);
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	max-width: 64ch;
}
.v-a7a44889 .socials li svg {
	transition: transform 0.2s;
}
:root {
	--login-btn: #2a55aa;
	--login-btn-color: #ffffff;
	--registr-btn: #984d01;
	--button-bg-color: #984d01;
	--button-text-color: #ffffff;
	--fh-bg-color: rgba(24, 23, 31, 1);
	--text-color: #ffffff;
	--title-color: #ffffff;
	--menu-color: #ffffff;
	--mobile-bg-color: #11182c;
	--table-header-color: linear-gradient(90deg, #5335bc 0%, #2153b3 100%);
	--table-1-color: #11182c;
	--table-2-color: #1d213c;
	--main-theme-color: #19172a;
	--button-bg-hover: #1544be;
	--border-color: #1d2f51;
	--rate-image-border: #fff;
	--rate-counter-bg: #11182c;
	--rate-counter-bg-top: linear-gradient(90deg, #5335bc 0%, #2153b3 100%);
	--footer-menu-color: #ffffff;
	--footer-text-color: #ffffff;
	--games-nav-bg-color: #1e3562;
	--games-nav-border-color: #11182c;
	--games-nav-text-color: #ffffff;
	--updated-block-color: #ffffff;
}

.best-games-body > [id^='tab_'] {
	display: none;
}

.best-games-body > [id^='tab_'].v-f601c4bc {
	display: block;
}

.best-games-list {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.best-games-list::-webkit-scrollbar {
	display: none;
}

.best-games-item {
	flex-shrink: 0;
}

.img-cov {
	width: 100%;
	height: 100%;
	max-width: 900px;
	margin: 15px auto;
}
.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}
.img-cov.a {
	max-width: 200px;
}

.table {
	width: 100%;
	overflow-x: auto;
	margin: 30px auto;
}
