@font-face {
	font-display: swap;
	font-family: "ALS Rubl";
	font-style: normal;
	font-weight: 400;
	src: url(/_nuxt/fonts/ALSRubl.f31a1d4.woff2) format("woff2"),
		url(/_nuxt/fonts/ALSRubl.b3b87b1.woff) format("woff"),
		url(/_nuxt/fonts/ALSRubl.9320a34.ttf) format("truetype");
}
@font-face {
	font-display: swap;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 700;
	src: url(/_nuxt/fonts/subset-OpenSans-Bold.98e40a6.woff2)
			format("woff2"),
		url(/_nuxt/fonts/subset-OpenSans-Bold.be1cb5d.woff) format("woff");
}
@font-face {
	font-display: swap;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 800;
	src: url(/_nuxt/fonts/subset-OpenSans-ExtraBold.163595c.woff2)
			format("woff2"),
		url(/_nuxt/fonts/subset-OpenSans-ExtraBold.501e47d.woff)
			format("woff");
}
*,
:after,
:before {
	box-sizing: inherit;
}
html {
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	height: 100%;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
	html {
		display: flex;
		flex-direction: column;
	}
}
body {
	flex-direction: column;
	line-height: 1;
	margin: 0;
	text-rendering: optimizeLegibility;
	-webkit-text-decoration-skip: objects;
	text-decoration-skip: objects;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
:focus {
	outline: none;
}
blockquote,
dd,
dl,
figure,
p {
	margin: 0;
}
blockquote,
q {
	quotes: none;
}
ol,
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-weight: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	margin: 0;
}
audio,
img,
video {
	display: block;
}
iframe,
img {
	border: none;
}
a {
	background-color: transparent;
	color: inherit;
}
a,
abbr {
	-webkit-text-decoration: none;
	text-decoration: none;
}
abbr {
	border: none;
}
b,
strong {
	font-weight: inherit;
}
dfn,
em,
i {
	font-style: inherit;
}
mark {
	background-color: transparent;
	color: inherit;
}
small,
sub,
sup {
	font-size: inherit;
}
sub,
sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	margin: 0;
	padding: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-align: left;
	text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: none;
	cursor: pointer;
}
textarea {
	overflow-x: hidden;
	overflow-y: auto;
	resize: none;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border: none;
	padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: none;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
[type="search"] {
	outline: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
legend {
	display: block;
	padding: 0;
	white-space: normal;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
::-webkit-input-placeholder {
	color: #a7aebe;
}
:-moz-placeholder,
::-moz-placeholder {
	color: #a7aebe;
}
:-ms-input-placeholder {
	color: #a7aebe;
}
:focus::-webkit-input-placeholder {
	opacity: 0;
}
:focus:-moz-placeholder,
:focus::-moz-placeholder {
	opacity: 0;
}
:focus:-ms-input-placeholder {
	opacity: 0;
}
.hidden,
[hidden] {
	display: none;
}
.disabled,
:disabled {
	cursor: not-allowed;
}
::-ms-clear {
	display: none;
}
:-webkit-autofill {
	box-shadow: inset 0 0 0 100px #fff;
	-webkit-text-fill-color: currentColor;
}
.v-button.v-button--first,
.v-button.v-button--second,
.v-button.v-button--third {
	align-items: center;
	background: #fde292;
	box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15),
		0 1px 3px 0 rgba(0, 0, 0, 0.3);
	color: #110f08;
	display: flex;
	justify-content: center;
	min-height: 40px;
	position: relative;
	z-index: 0;
}
.v-button.v-button--first:after,
.v-button.v-button--second:after,
.v-button.v-button--third:after {
	background: linear-gradient(90deg, #815516, #ffcb51 48.72%, #c98217);
	border-radius: inherit;
	bottom: 0;
	content: "";
	height: calc(100% - 2px);
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - 2px);
	z-index: 1;
}
@media (hover) {
	.v-button.v-button--first:hover,
	.v-button.v-button--second:hover,
	.v-button.v-button--third:hover {
		background: #fde9ad;
		color: #110f08;
	}
	.v-button.v-button--first:hover:after,
	.v-button.v-button--second:hover:after,
	.v-button.v-button--third:hover:after {
		background: linear-gradient(90deg, #d79228, #f7c14d 50.24%, #f6a724);
		color: #110f08;
	}
}
.v-button.v-button--first:active,
.v-button.v-button--second:active,
.v-button.v-button--third:active {
	background: #978347;
	color: #110f08;
}
.v-button.v-button--first:active:after,
.v-button.v-button--second:active:after,
.v-button.v-button--third:active:after {
	background: linear-gradient(90deg, #d79228, #f7c14d 50.42%, #f6a724);
}
.disabled--btn .v-button.v-button--first,
.disabled--btn .v-button.v-button--second,
.disabled--btn .v-button.v-button--third,
.disabled.v-button.v-button--first,
.disabled.v-button.v-button--second,
.disabled.v-button.v-button--third,
[disabled].v-button.v-button--first,
[disabled].v-button.v-button--second,
[disabled].v-button.v-button--third {
	background: #434953;
	color: #96a0b1;
}
.disabled--btn .v-button.v-button--first:after,
.disabled--btn .v-button.v-button--second:after,
.disabled--btn .v-button.v-button--third:after,
.disabled.v-button.v-button--first:after,
.disabled.v-button.v-button--second:after,
.disabled.v-button.v-button--third:after,
[disabled].v-button.v-button--first:after,
[disabled].v-button.v-button--second:after,
[disabled].v-button.v-button--third:after {
	background: #434953;
}
.v-button.v-button--tertiary {
	background: transparent;
	border: none;
	color: #fde292;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.32px;
	line-height: 24px;
	padding: 8px 18px;
	text-align: left;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-transform: none;
}
@media (hover) {
	.v-button.v-button--tertiary:hover {
		border-color: transparent;
		box-shadow: none;
		color: #fde9ad;
	}
}
.v-button.v-button--tertiary:active {
	border-color: transparent;
	box-shadow: none;
	color: #978347;
}
.v-button.v-button--tertiary:after {
	content: none;
}
.disabled--btn .v-button.v-button--tertiary,
.disabled.v-button.v-button--tertiary,
[disabled].v-button.v-button--tertiary {
	border-color: transparent;
	box-shadow: none;
	color: #434953;
}
.v-button.v-button--tertiary .v-button__ico {
	opacity: 0.8;
}
.v-button.v-button--tertiary-link {
	background: transparent;
	border: none;
	color: #d0b771;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 20px;
	padding: 2px 0;
	text-align: left;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-transform: none;
}
@media (hover) {
	.v-button.v-button--tertiary-link:hover {
		border-color: transparent;
		box-shadow: none;
		color: #dfcea0;
	}
}
.v-button.v-button--tertiary-link:active {
	border-color: transparent;
	box-shadow: none;
	color: #746027;
}
.v-button.v-button--tertiary-link:after {
	content: none;
}
.disabled--btn .v-button.v-button--tertiary-link,
.disabled.v-button.v-button--tertiary-link,
[disabled].v-button.v-button--tertiary-link {
	border-color: transparent;
	box-shadow: none;
	color: #434953;
}
.v-button.v-button--tertiary-link .v-button__ico {
	opacity: 0.8;
}
:root {
	--bg-color-body: #0f1012;
}
body {
	background-color: #0f1012;
	color: #e7e8ec;
	display: flex;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 20px;
	min-height: 100%;
	text-transform: none;
}
@media screen and (min-width: 1360px) {
	body {
		background-attachment: fixed;
		background-color: #0f1012;
		background-color: var(--bg-color-body);
		background-image: var(--bg-image-body);
		background-position: top;
		background-repeat: no-repeat;
		background-size: 1920px auto;
	}
}
.rouble {
	font-family: "ALS Rubl", sans-serif;
}
.currency-nowrap {
	white-space: nowrap;
}
.kzt .currency:after {
	content: "₸";
	text-transform: none;
}
.rub .currency:after {
	content: "i";
	font-family: "ALS Rubl", sans-serif;
	font-weight: inherit;
	text-transform: none;
}
.container {
	margin: 0 auto;
	padding: 0 8px;
	width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.container {
		padding: 0 16px;
	}
}
.body-preloader:before {
	animation: load 1.2s linear infinite;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjY2NkMGRlIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjUxNiAxMS41MjZjLS4zNDcuMzQ2LS41MTYuNzUtLjUxNiAxLjIyOSAwIC40NzguMTY5Ljg4LjUxNiAxLjIyOXEuNTIuNTE4IDEuMjM5LjUxNmExLjY4IDEuNjggMCAwIDAgMS4yMzgtLjUxNmMuMzQtLjM0NS41MDctLjc1LjUwNy0xLjIyOSAwLS40NzgtLjE2OS0uODkzLS41MTYtMS4yMzlBMS42NyAxLjY3IDAgMCAwIDMuNzU0IDExYy0uNDc4IDAtLjg5LjE3OC0xLjIzOC41MjZNNi41IDE2LjVjLS40MTUgMC0uNzU2LjE0NC0xLjA1LjQzNkExLjQyIDEuNDIgMCAwIDAgNSAxNy45OWMwIC40MTguMTUuNzcyLjQ1IDEuMDc1LjI5MS4yOTIuNjM1LjQzNCAxLjA1LjQzNC40MjQgMCAuNzc5LS4xNCAxLjA2OC0uNDM0LjI5My0uMy40MzItLjY1Ny40MzItMS4wNzVzLS4xNDEtLjc2NC0uNDMyLTEuMDU1QTEuNDQgMS40NCAwIDAgMCA2LjUgMTYuNU01LjQ5NSA5cS44MjUgMCAxLjQxNS0uNTg4LjU5LS41OS41OS0xLjQxMmMwLS41NTktLjE5Ni0xLjAzLS41OS0xLjQyM0ExLjkzIDEuOTMgMCAwIDAgNS40OTUgNWMtLjU1IDAtMS4wMjIuMTk1LTEuNDA1LjU3Ny0uMzkzLjM5NC0uNTkuODY0LS41OSAxLjQyM3EwIC44MjIuNTkgMS40MTJBMS45MyAxLjkzIDAgMCAwIDUuNDk1IDltNi44NCA5LjY5MmExLjM1IDEuMzUgMCAwIDAtLjk5MS40MDQgMS4zOCAxLjM4IDAgMCAwLS40MTMgMS4wMXEuMDAyLjU3OS40MTMuOTgxYy4yNjguMjY0LjU5Ny40MDUuOTkxLjQwNXEuNTggMCAuOTkyLS40MDVjLjI2OC0uMjYyLjQwNC0uNTk1LjQwNC0uOTgxYTEuMzcgMS4zNyAwIDAgMC0uNDA0LTEgMS4zNCAxLjM0IDAgMCAwLS45OTItLjQxNE0xMi4yNTUgMnEtLjkzMy0uMDAxLTEuNTkyLjY1NEEyLjE2IDIuMTYgMCAwIDAgMTAgNC4yNGMwIC42MjQuMjI0IDEuMTY1LjY2MyAxLjYwNnEuNjU5LjY1NiAxLjU5Mi42NTQuOTM0LjAwMiAxLjU5Mi0uNjU0Yy40MzktLjQ0MS42NTMtLjk4Mi42NTMtMS42MDZhMi4xNSAyLjE1IDAgMCAwLS42NTMtMS41ODZBMi4xNyAyLjE3IDAgMCAwIDEyLjI1NSAybTUuOTM2IDUuODg1YS45Ny45NyAwIDAgMCAuNjk1LS4yODYuOTg2Ljk4NiAwIDAgMCAwLTEuNDI4Ljk3Ljk3IDAgMCAwLS42OTUtLjI4Ni45Ni45NiAwIDAgMC0uNzA1LjI4NiAxLjAxNCAxLjAxNCAwIDAgMCAwIDEuNDI4Yy4xOTYuMTk3LjQ0LjI4Ni43MDUuMjg2bS0uNjcxIDguNTc1Yy0uMzQgMC0uNjMuMTMzLS44ODIuMzc4YTEuMTUgMS4xNSAwIDAgMC0uMzY4Ljg2M3EtLjAwMi41MTEuMzY4Ljg4My4zNzIuMzc1Ljg4Mi4zNzYuNTEtLjAwMS44ODItLjM3NmMuMjQ5LS4yNDguMzY4LS41NDIuMzY4LS44ODNxLS4wMDEtLjUxMi0uMzY4LS44NjNjLS4yNTItLjI0NS0uNTQyLS4zNzgtLjg4Mi0uMzc4bTIuMTA1LTQuNjM3YTEuMDYgMS4wNiAwIDAgMC0uMzI1Ljc3N2MwIC4zMDQuMTExLjU3Mi4zMjUuNzg1LjIxNC4yMTIuNDY0LjMxNS43Ny4zMTVhMS4wOCAxLjA4IDAgMCAwIDEuMTA1LTEuMSAxLjA1IDEuMDUgMCAwIDAtLjMxNi0uNzc3IDEuMDkgMS4wOSAwIDAgMC0uNzg5LS4zMjNjLS4zMDYgMC0uNTU3LjExLS43Ny4zMjMiLz48L3N2Zz4=");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 40px;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 40px;
	z-index: 0;
}
#pushwooshBellWidget,
#supportTrigger {
	display: none !important;
}
#pushwooshBellWidget {
	bottom: 60px !important;
	left: 20px !important;
	right: auto !important;
	top: auto !important;
}
.nuxt-progress {
	display: none;
}
#__layout,
#__nuxt {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin: 0 auto;
	max-width: 1360px;
	width: 100%;
}
.body--fullscreen-mode #__layout,
.body--fullscreen-mode #__nuxt {
	max-width: 100%;
}
img[src*="//semi-cod"]
{
	height: 0;
	position: absolute;
	width: 0;
	z-index: -1;
	clip: rect(0 0 0 0);
	overflow: hidden;
}
.v-button {
	align-items: center;
	border-radius: 20px;
	cursor: pointer;
	display: flex;
	flex-shrink: 0;
	font-size: 16px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	min-width: 80px;
	padding: 0 19px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.v-button.disabled,
.v-button[disabled] {
	box-shadow: none;
	cursor: not-allowed;
	pointer-events: none;
}
.v-button .v-button__text--small {
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	opacity: 0.8;
	text-transform: lowercase;
}
.fade-enter-active,
.fade-leave-active {
	transition: opacity 0.3s;
}
.fade-enter,
.fade-leave-to {
	opacity: 0;
}
[class*="icon-"] {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 100%;
	width: 100%;
}
.icon-refresh {
	background-image: url(/_nuxt/img/refresh.b0f07b2.svg);
}
.icon-crown {
	background-image: url(/_nuxt/img/crown.b76e48f.svg);
}
.icon-back {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMzI4NSAxMS45ODUzTDE0LjY5MjUgMTguMzQ5MkMxNS4wODMgMTguNzM5OCAxNS4wODMgMTkuMzcyOSAxNC42OTI1IDE5Ljc2MzVDMTQuMzAxOSAyMC4xNTQgMTMuNjY4OCAyMC4xNTQgMTMuMjc4MiAxOS43NjM1TDUuNTAwMDcgMTEuOTg1M0wxMy4yNzgyIDQuMjA3MTFDMTMuNjY4OCAzLjgxNjU4IDE0LjMwMTkgMy44MTY1OCAxNC42OTI1IDQuMjA3MTFDMTUuMDgzIDQuNTk3NjMgMTUuMDgzIDUuMjMwOCAxNC42OTI1IDUuNjIxMzJMOC4zMjg1IDExLjk4NTNaIiBmaWxsPSIjQTdBRUJFIi8+Cjwvc3ZnPgo=);
}
.icon-edit {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNEMEI3NzEiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTQgMTYuNjY3VjIwaDMuMzMzbDkuODMtOS44My0zLjMzMy0zLjMzM0w0IDE2LjY2N3ptMTUuNzQtOS4wNzRjLjM0Ny0uMzQ2LjM0Ny0uOTA2IDAtMS4yNTNsLTIuMDgtMi4wOGMtLjM0Ny0uMzQ2LS45MDctLjM0Ni0xLjI1MyAwTDE0Ljc4IDUuODg2bDMuMzMzIDMuMzMzIDEuNjI2LTEuNjI2eiIvPjwvc3ZnPgo=);
}
.icon-password {
	background-image: url(/_nuxt/img/password.bd45f44.svg);
}
.icon-process {
	background-image: url(/_nuxt/img/process.753339c.svg);
}
.icon-loader {
	background-image: url(/_nuxt/img/loader.2792217.png);
}
.icon-google-play {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xOC4xNjggMTUuODM4TDE1LjMwMiAxMy4wMkw0Ljc4MTAxIDIzLjM5NUwxOC4xNjggMTUuODM4WiIgZmlsbD0iIzBGMEYwRiIvPgogICAgPHBhdGggZD0iTTE4LjE2OCA4LjE2NzExTDQuNzgxMDEgMC42MTAxMDdMMTUuMzAyIDEwLjk4NTFMMTguMTY4IDguMTY3MTFaIiBmaWxsPSIjMEYwRjBGIi8+CiAgICA8cGF0aCBkPSJNMjIuMzYzIDEzLjQyN0MyMy4yMjEgMTIuNzU3IDIzLjIyMSAxMS4yNDcgMjIuMzA2IDEwLjU3N0wxOS40OTggOC45NzlMMTYuMzY1IDEyLjAwM0wxOS40OTggMTUuMDI3TDIyLjM2MyAxMy40MjdaIiBmaWxsPSIjMEYwRjBGIi8+CiAgICA8cGF0aCBkPSJNMS4wMzQgMjRMMTMuMjY4IDExLjk5OEwxLjAzNCAwLjAwMVYwQzAuNDE1IDAuMzE5IDAgMC45IDAgMS42NTVWMjIuMzQ1QzAgMjMuMSAwLjQxNSAyMy42ODEgMS4wMzQgMjRaIiBmaWxsPSIjMEYwRjBGIi8+Cjwvc3ZnPgo=);
}
.icon-google-play-active {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xOC4xNjggMTUuODM4TDE1LjMwMiAxMy4wMkw0Ljc4MTAxIDIzLjM5NUwxOC4xNjggMTUuODM4WiIgZmlsbD0iIzBGMEYwRiIvPgogICAgPHBhdGggZD0iTTE4LjE2OCA4LjE2NzExTDQuNzgxMDEgMC42MTAxMDdMMTUuMzAyIDEwLjk4NTFMMTguMTY4IDguMTY3MTFaIiBmaWxsPSIjMEYwRjBGIi8+CiAgICA8cGF0aCBkPSJNMjIuMzYzIDEzLjQyN0MyMy4yMjEgMTIuNzU3IDIzLjIyMSAxMS4yNDcgMjIuMzA2IDEwLjU3N0wxOS40OTggOC45NzlMMTYuMzY1IDEyLjAwM0wxOS40OTggMTUuMDI3TDIyLjM2MyAxMy40MjdaIiBmaWxsPSIjMEYwRjBGIi8+CiAgICA8cGF0aCBkPSJNMS4wMzQgMjRMMTMuMjY4IDExLjk5OEwxLjAzNCAwLjAwMVYwQzAuNDE1IDAuMzE5IDAgMC45IDAgMS42NTVWMjIuMzQ1QzAgMjMuMSAwLjQxNSAyMy42ODEgMS4wMzQgMjRaIiBmaWxsPSIjMEYwRjBGIi8+Cjwvc3ZnPgo=);
}
.icon-lock {
	background-image: url(/_nuxt/img/lock.c78eacb.svg);
}
.icon-video {
	background-image: url(/_nuxt/img/video.1803910.svg);
}
.icon-refresh-video {
	background-image: url(/_nuxt/img/refresh-video.acf624c.svg);
}
.icon-pass {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE3LjgzMyAxMC4yNzNoLS4zODhWOC4wOWMwLTEuMzk0LS41MzUtMi41OS0xLjYwNC0zLjU5UzEzLjQ5IDMgMTIgM3MtMi43Ny41LTMuODQgMS41LTEuNjA0IDIuMTk3LTEuNjA0IDMuNTl2Mi4xODJoLS4zOWMtLjMyNCAwLS42LjEwNi0uODI2LjMxOHMtLjM0LjQ3LS4zNC43NzN2OC41NDVhMS4wMiAxLjAyIDAgMCAwIC4zNC43NzNjLjIyNy4yMTIuNTAyLjMxOC44MjYuMzE4aDExLjY2N2MuMzI0IDAgLjYtLjEwNi44MjctLjMxOGExLjAyIDEuMDIgMCAwIDAgLjM0LS43NzN2LTguNTQ2YzAtLjMwMy0uMTEzLS41Ni0uMzQtLjc3M3MtLjUwMi0uMzE4LS44MjctLjMxOHptLTIuNzIyIDBIOC44OVY4LjA5YzAtLjgwMy4zMDQtMS40OS45MTItMi4wNTdzMS4zNC0uODUyIDIuMi0uODUyIDEuNTkyLjI4NCAyLjIuODUyLjkxIDEuMjU0LjkxIDIuMDU3djIuMTgyem0tMi4wNDMgNy40OTdjLjA3NC0uMDg2LjExLS4yLjA5Ny0uMzE1bC0uMjQ1LTIuMjk2Yy4zOTgtLjMwMi42MzYtLjc4LjYzNi0xLjMwMiAwLS44OTMtLjY5OC0xLjYyLTEuNTU2LTEuNjJzLTEuNTU2LjcyNi0xLjU1NiAxLjYyYzAgLjUyMy4yMzggMSAuNjM2IDEuMzAybC0uMjQ1IDIuMjk2Yy0uMDEyLjExNC4wMjMuMjMuMDk3LjMxNXMuMTguMTM1LjMuMTM1aDEuNTU2Yy4xMSAwIC4yMTYtLjA1LjMtLjEzNXoiIGZpbGw9IiNjY2QwZGUiLz48L3N2Zz4K);
}
.icon-in-vip-club {
	background-image: url(/_nuxt/img/in-vip-club.4936a91.svg);
}
.icon-done {
	background-image: url(/_nuxt/img/done.b670528.svg);
}
.alert-text {
	display: block;
	font-size: 12px;
	line-height: 1.167;
	min-height: 15px;
	overflow: hidden;
	padding-top: 1px;
	visibility: hidden;
	white-space: nowrap;
	width: 100%;
}
.alert-text > a {
	color: #d0b771;
}
@media (hover) {
	.alert-text > a:hover {
		-webkit-text-decoration: underline;
		text-decoration: underline;
	}
}
.attention .alert-text,
.error .alert-text,
.limit .alert-text,
.success .alert-text {
	visibility: visible;
	white-space: normal;
}
.error .alert-text {
	color: #f55d79;
}
.error .confirmation-code-input__input {
	border: 2px solid #f55d79;
}
.attention .alert-text {
	color: #fde292;
}
.success .alert-text {
	color: #43c65b;
}
.layout-wrapper[data-v-04ea0da7] {
	background-color: #202126;
	margin: 0 auto;
	max-width: 1360px;
	width: 100%;
}
.layout-wrapper[data-v-04ea0da7],
.main[data-v-04ea0da7] {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.main[data-v-04ea0da7] {
	position: relative;
}
.main.main--modal-only[data-v-04ea0da7] {
	background-image: url(/_nuxt/img/layout-bg.912e145.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.layout-wrapper--full-screen[data-v-04ea0da7] {
	background-color: transparent;
	max-width: none;
}
.layout-wrapper--test-btn-animation[data-v-04ea0da7]
	.v-button--registration,
[data-v-04ea0da7] .shelf-info-btn__wrap--animated {
	animation: pulse-04ea0da7 1.3s cubic-bezier(0.6, 0, 0, 1) 0.1s infinite;
}
.layout-wrapper--test-btn-animation[data-v-04ea0da7]
	.v-button--registration.disabled,
.layout-wrapper--test-btn-animation[data-v-04ea0da7]
	.v-button--registration:active,
.layout-wrapper--test-btn-animation[data-v-04ea0da7]
	.v-button--registration:disabled,
[data-v-04ea0da7] .shelf-info-btn__wrap--animated.disabled,
[data-v-04ea0da7] .shelf-info-btn__wrap--animated:active,
[data-v-04ea0da7] .shelf-info-btn__wrap--animated:disabled {
	animation: none;
}
@media (hover) {
	.layout-wrapper--test-btn-animation[data-v-04ea0da7]
		.v-button--registration:hover,
	[data-v-04ea0da7] .shelf-info-btn__wrap--animated:hover {
		animation: none;
	}
}
@keyframes pulse-04ea0da7 {
	0% {
		box-shadow: 0 0 0 0 #978347;
	}
	50% {
		box-shadow: 0 0 0 0 #978347;
		transform: scale(1);
	}
	75% {
		transform: scale(1.005);
	}
	to {
		box-shadow: 0 0 0 10px rgba(151, 131, 71, 0);
		transform: scale(1);
	}
}
.layout-wrapper__help-btn[data-v-04ea0da7] {
	bottom: 40px;
	position: fixed;
	right: 0;
	z-index: 15;
}
.header__open-menu[data-v-acd690ba] {
	-moz-user-select: none;
}
.header__login-btn .v-button[data-v-acd690ba] {
	background: transparent;
	background-color: transparent;
	background-image: none;
	border: 1px solid #fde292;
	border-radius: 20px;
	box-shadow: none;
	color: #a7aebe;
	line-height: 36px;
	outline: none;
	padding: 0 18px;
}
@media (hover) {
	.header__login-btn .v-button[data-v-acd690ba]:hover {
		border-color: #fde9ad;
		box-shadow: none;
		color: #e7e8ec;
	}
}
.header__login-btn .v-button[data-v-acd690ba]:active {
	border-color: #978347;
	box-shadow: none;
	color: #a7aebe;
}
.header__login-btn .v-button[data-v-acd690ba]:after {
	content: none;
}
.disabled--btn .header__login-btn .v-button[data-v-acd690ba],
.header__login-btn .disabled--btn .v-button[data-v-acd690ba],
.header__login-btn .disabled.v-button[data-v-acd690ba],
.header__login-btn [disabled].v-button[data-v-acd690ba] {
	border-color: #434953;
	box-shadow: none;
	color: #4a4b50;
}
.disabled--btn
	.header__login-btn
	.v-button[data-v-acd690ba]
	.v-button__ico,
.header__login-btn
	.disabled--btn
	.v-button[data-v-acd690ba]
	.v-button__ico,
.header__login-btn .disabled.v-button[data-v-acd690ba] .v-button__ico,
.header__login-btn [disabled].v-button[data-v-acd690ba] .v-button__ico {
	opacity: 0.3;
}
.header-layout__logo--link[data-v-acd690ba] {
	display: block;
	height: 48px;
	margin: 2px 0;
	max-width: 180px;
	padding: 2px;
	position: relative;
	width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.header-layout__logo--link[data-v-acd690ba] {
		height: 64px;
		margin: 4px 0;
	}
}
.header-layout__logo--pic[data-v-acd690ba],
.header-layout__logo--pic[data-v-acd690ba] img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}
.header[data-v-acd690ba] {
	height: 56px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.header[data-v-acd690ba] {
		height: 72px;
	}
}
.header .sum-select__employee[data-v-acd690ba] {
	margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
	.header[data-v-acd690ba] {
		display: block;
	}
}
.header__wrap[data-v-acd690ba] {
	background: #202126;
	box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15),
		0 1px 3px 0 rgba(0, 0, 0, 0.3);
	display: flex;
	height: inherit;
	left: 0;
	margin: auto;
	max-width: 1360px;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	will-change: transform;
	z-index: 12;
}
.header__container[data-v-acd690ba] {
	display: flex;
	height: 100%;
	margin: 0 auto;
	padding: 0 8px;
	width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.header__container[data-v-acd690ba] {
		padding: 0 16px;
	}
}
.header__wrap--is-logged .header__logo[data-v-acd690ba] {
	display: none;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.header__wrap--is-logged .header__logo[data-v-acd690ba] {
		display: block;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: landscape) {
	.header__wrap--is-logged .header__logo[data-v-acd690ba] {
		display: none;
	}
}
.header__wrap--transparent[data-v-acd690ba] {
	background: linear-gradient(
		180deg,
		#202126 19.54%,
		rgba(32, 33, 38, 0.5) 122.22%
	);
}
.header__wrap--show-cookies[data-v-acd690ba] {
	top: 54px;
}
.header__logo[data-v-acd690ba] {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%);
}
.header__open-menu[data-v-acd690ba] {
	align-items: center;
	display: flex;
	height: 100%;
	width: 44px;
}
@media screen and (min-width: 568px) {
	.header__open-menu[data-v-acd690ba] {
		width: 56px;
	}
}
.header__dynamic-frame[data-v-acd690ba],
.header__login-btn[data-v-acd690ba],
.header__user-data[data-v-acd690ba] {
	align-items: center;
	display: flex;
}
.header__dynamic-frame[data-v-acd690ba] {
	margin-left: auto;
}
.header__skeleton-wrapper[data-v-acd690ba] {
	border-radius: 20px;
	height: 40px;
	width: 252px;
}
.header__login-btn[data-v-acd690ba] {
	height: 40px;
	width: 40px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.header__login-btn[data-v-acd690ba] {
		width: 80px;
	}
}
@media screen and (min-width: 1024px) {
	.header__login-btn[data-v-acd690ba] {
		width: 40px;
	}
}
@media screen and (min-width: 1280px) {
	.header__login-btn[data-v-acd690ba] {
		margin-left: 8px;
		width: 80px;
	}
}
.header__balans[data-v-acd690ba] {
	margin-right: 8px;
}
@media screen and (min-width: 568px) {
	.header--inbox-open[data-v-acd690ba] {
		z-index: 16;
	}
}
.header__language-popup-button[data-v-acd690ba] {
	display: none;
}
@media screen and (min-width: 375px) {
	.header__language-popup-button[data-v-acd690ba] {
		align-items: center;
		display: flex;
		margin-left: 8px;
		margin-right: 8px;
		width: 45px;
	}
}
@media screen and (min-width: 568px) {
	.header__language-popup-button[data-v-acd690ba] {
		margin-left: 0;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.header__language-popup-button[data-v-acd690ba] {
		margin-right: 16px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1090px) {
	.header__language-popup-button[data-v-acd690ba] {
		display: none;
	}
}
.menu-button[data-v-93e6da7a] {
	background: #2a2d33;
	border-radius: 50%;
	color: #a7aebe;
	display: block;
	height: 40px;
	position: relative;
	width: 40px;
}
@media (hover) {
	.menu-button:hover .menu-button__bg[data-v-93e6da7a] {
		background: #3f424d;
	}
}
.menu-button:active .menu-button__bg[data-v-93e6da7a] {
	background: #15161a;
}
.menu-button .menu-button__decor[data-v-93e6da7a]:after,
.menu-button .menu-button__decor[data-v-93e6da7a]:before,
.menu-button[data-v-93e6da7a]:after {
	background-color: currentcolor;
	border-radius: 2px;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: transform 0.3s, opacity 0.3s;
	width: 22px;
}
.menu-button .menu-button__decor[data-v-93e6da7a]:after {
	transform: translateY(-5px);
}
.menu-button .menu-button__decor[data-v-93e6da7a]:before {
	transform: translateY(5px);
}
.menu-button.menu-button--empty[data-v-93e6da7a] {
	background-image: none;
}
.menu-button.menu-button--empty[data-v-93e6da7a]:after {
	display: none;
}
.menu-button.menu-button--active[data-v-93e6da7a]:after {
	opacity: 0;
}
.menu-button.menu-button--active
	.menu-button__decor[data-v-93e6da7a]:after {
	transform: rotate(45deg);
}
.menu-button.menu-button--active .menu-button__decor[data-v-93e6da7a],
.menu-button.menu-button--active
	.menu-button__decor[data-v-93e6da7a]:before {
	transform: rotate(-45deg);
}
.menu-button__bg[data-v-93e6da7a] {
	background: #2a2d33;
	border-radius: inherit;
	display: block;
	height: 100%;
	overflow: hidden;
	width: 100%;
	will-change: transform;
}
.menu-button__message[data-v-93e6da7a] {
	position: absolute;
	right: -8px;
	top: -8px;
}
.header-nav {
	height: 100%;
	z-index: 3;
}
.header-nav__list {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: relative;
}
.icon-games {
	background-image: url(/_nuxt/img/games.4996439.svg);
}
.icon-gift-menu {
	background-image: url(/_nuxt/img/gift-menu.f213852.svg);
}
.icon-actions {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTQuNzE5NiA1LjMxMjExQzE1LjIyMDMgNi4yNzgzNSAxNi4xNDMxIDcuNzkwNzQgMTcuNjk1OSA5LjUwODc4QzE4Ljk0ODMgMTAuODk0NSAxOS42NjY3IDEyLjUzMTYgMTkuNjY2NiAxNC4wMDAzQzE5LjY4MjYgMTguOTI2NiAxNi4wMDc5IDIxLjM1NDMgMTIuMzMzMyAyMS4zMzMyQzguNjc5NiAyMS4zMTIyIDUuMDI1OTMgMTguODcwMiA1LjAwMDE5IDE0LjA1NjFDNC45ODIyIDExLjYyNjEgNi4yNDcyMiA5Ljg4MDYyIDcuNTcxMzkgOC4wNTM0N0M3LjYwOTM4IDguMDAxMDUgNy42NDc0MiA3Ljk0ODU3IDcuNjg1NDcgNy44OTZDOC4xMTc0OCAxMC4xNTk2IDkuMjUzMjkgMTEuNzE0NyAxMS4wMTMzIDEyLjYzMkM5LjY5MzI5IDEwLjMzODcgOS42Mjc4MSA3Ljk2NjY1IDEwLjcwNzMgNS44MDM3MUMxMS41OTk5IDQuMDE1NDUgMTMuMTkyOCAzLjI4NzcxIDEzLjI2MDIgMy4yNTc2MkwxMy44MzY4IDNMMTMuOTk4MiAzLjYxMTM5QzEzLjk5OTUgMy42MTY1NiAxNC4xNzczIDQuMjY1NTMgMTQuNzE5NiA1LjMxMjExWk0xMC40OTA4IDE3LjQ1MTVDOS41NTIzOCAxNy4zNzI3IDkuMDAyMzggMTYuNzA5OCA4Ljk0Mzk0IDE1Ljg0MjZINy45MzMzMkM3LjkyNjQ0IDE3LjQyNjUgOS4yNTY3NSAxOC41NTg4IDEwLjQ5MDggMTguNDk0M1YxNy40NTE1WiIgZmlsbD0iI0E3QUVCRSIvPgo8L3N2Zz4K);
}
.header-nav-item {
	box-sizing: border-box;
	height: 100%;
	padding-bottom: 8px;
	position: relative;
	z-index: 0;
}
.header-nav-item:active .header-nav__link-text {
	color: #e7e8ec;
}
@media screen and (min-width: 568px) {
	.header-nav-item {
		padding-bottom: 12px;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.header-nav-item {
		align-items: center;
		display: flex;
		height: 100%;
		justify-content: center;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
@media screen and (min-width: 1024px) {
	.header-nav-item {
		flex: auto;
		height: auto;
	}
	.header-nav-item:not(:last-child) {
		margin-right: 16px;
	}
}
@media (hover) {
	.header-nav-item:not(.header-nav-item--active):not(:active):hover
		.header-nav-item__link-decor:before {
		background: #fde292;
		bottom: -14px;
		content: "";
		height: 1px;
		left: 0;
		position: absolute;
		width: 88px;
		z-index: 1;
	}
	.header-nav-item:not(.header-nav-item--active):not(:active):hover
		.header-nav-item__link-text {
		color: #e7e8ec;
	}
}
.header-nav-item--active .header-nav-item__link-decor:before {
	background: #fde292;
	bottom: -14px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 88px;
	z-index: 1;
}
.header-nav-item--active .header-nav-item__link-text {
	color: #e7e8ec;
}
.header-nav-item__link {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	position: relative;
	width: 60px;
}
@media screen and (min-width: 360px) {
	.header-nav-item__link {
		width: 74px;
	}
}
@media screen and (min-width: 568px) {
	.header-nav-item__link {
		width: 88px;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.header-nav-item__link {
		flex-direction: row;
		justify-content: center;
		width: 128px;
	}
}
@media screen and (min-width: 1024px) {
	.header-nav-item__link {
		height: 40px;
		justify-content: flex-start;
		width: 100%;
	}
}
.header-nav-item__link-ico {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	flex-shrink: 0;
	height: 24px;
	margin: 0 auto;
	width: 24px;
	z-index: 3;
}
.header-nav-item__link-ico:after {
	will-change: transform;
}
.header-nav-item__link-ico.header-nav-item__link-ico--active {
	display: none;
}
@media screen and (min-width: 1024px) {
	.header-nav-item__link-ico {
		height: 24px;
		margin: 0;
		width: 24px;
	}
}
.header-nav-item__link-text {
	align-items: flex-end;
	color: #a7aebe;
	display: flex;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	height: 16px;
	letter-spacing: 0.32px;
	line-height: 20px;
	text-transform: none;
	z-index: 2;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
	.header-nav-item__link-text {
		display: block;
		flex-grow: 1;
		height: auto;
		text-align: center;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.header-nav-item__link-text {
		display: block;
		flex-grow: 1;
		height: auto;
		text-align: center;
	}
}
@media screen and (min-width: 1024px) {
	.header-nav-item__link-text {
		flex-grow: 0;
		padding-left: 8px;
		padding-right: 4px;
		width: auto;
	}
}
.header-nav-item__link-text-wrap {
	position: relative;
}
.header-nav-item__link-decor {
	border-radius: 4px;
	bottom: 16px;
	color: #e7e8ec;
	height: 44px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: auto;
	width: 44px;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
	.header-nav-item__link-decor {
		bottom: auto;
		height: 100%;
		top: 0;
		width: auto;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.header-nav-item__link-decor {
		bottom: auto;
		height: 100%;
		top: 0;
		width: auto;
	}
}
.header-nav-item__message {
	color: #e7e8ec;
	position: absolute;
	right: -8px;
	top: -14px;
	z-index: 1;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
	.header-nav-item__message {
		top: -8px;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.header-nav-item__message {
		top: -8px;
	}
}
@media screen and (min-width: 1024px) {
	.header-nav-item__message {
		right: -16px;
	}
}
.icon-register-bonus[data-v-678eac56] {
	background-image: url(/_nuxt/img/register-bonus.1fb39b2.svg);
}
.registration-block-header[data-v-678eac56] {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	margin-left: auto;
}
.registration-block-header__decor[data-v-678eac56] {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 8px;
	width: 100%;
}
.registration-block-header__panel[data-v-678eac56] {
	border-radius: 20px;
	min-width: 277px;
	position: relative;
	z-index: 0;
}
@media screen and (min-width: 1360px) {
	.registration-block-header__panel[data-v-678eac56] {
		min-width: 301px;
	}
}
.registration-block-header__wrapper[data-v-678eac56] {
	align-items: center;
	border-radius: inherit;
	display: flex;
	padding-left: 12px;
	position: relative;
	z-index: 0;
}
.registration-block-header__wrapper[data-v-678eac56]:before {
	background-color: #15161a;
	border-radius: inherit;
	content: "";
	height: calc(100% - 2px);
	left: 1px;
	position: absolute;
	top: 1px;
	width: calc(100% - 2px);
	z-index: -1;
}
.registration-block-header__bonus-img[data-v-678eac56] {
	display: none;
}
@media screen and (min-width: 1360px) {
	.registration-block-header__bonus-img[data-v-678eac56] {
		display: block;
		height: 24px;
		margin-left: 4px;
		width: 24px;
	}
}
.registration-block-header__bonus-text[data-v-678eac56] {
	display: flex;
	flex-direction: column;
	margin-left: 8px;
	margin-right: 12px;
}
.registration-block-header__bonus-headline[data-v-678eac56] {
	color: #fde292;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 16px;
	text-transform: none;
	text-transform: uppercase;
}
.registration-block-header__condition[data-v-678eac56] {
	color: #a7aebe;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 12px;
	text-transform: none;
	width: 100%;
}
.registration-block-header__bonus-btn[data-v-678eac56] {
	margin-left: auto;
}
.icon-loader {
	background-image: url(/_nuxt/img/loader.2792217.png);
}
.icon-google-play {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xOC4xNjggMTUuODM4TDE1LjMwMiAxMy4wMkw0Ljc4MTAxIDIzLjM5NUwxOC4xNjggMTUuODM4WiIgZmlsbD0iIzBGMEYwRiIvPgogICAgPHBhdGggZD0iTTE4LjE2OCA4LjE2NzExTDQuNzgxMDEgMC42MTAxMDdMMTUuMzAyIDEwLjk4NTFMMTguMTY4IDguMTY3MTFaIiBmaWxsPSIjMEYwRjBGIi8+CiAgICA8cGF0aCBkPSJNMjIuMzYzIDEzLjQyN0MyMy4yMjEgMTIuNzU3IDIzLjIyMSAxMS4yNDcgMjIuMzA2IDEwLjU3N0wxOS40OTggOC45NzlMMTYuMzY1IDEyLjAwM0wxOS40OTggMTUuMDI3TDIyLjM2MyAxMy40MjdaIiBmaWxsPSIjMEYwRjBGIi8+CiAgICA8cGF0aCBkPSJNMS4wMzQgMjRMMTMuMjY4IDExLjk5OEwxLjAzNCAwLjAwMVYwQzAuNDE1IDAuMzE5IDAgMC45IDAgMS42NTVWMjIuMzQ1QzAgMjMuMSAwLjQxNSAyMy42ODEgMS4wMzQgMjRaIiBmaWxsPSIjMEYwRjBGIi8+Cjwvc3ZnPgo=);
}
.icon-google-play-active {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xOC4xNjggMTUuODM4TDE1LjMwMiAxMy4wMkw0Ljc4MTAxIDIzLjM5NUwxOC4xNjggMTUuODM4WiIgZmlsbD0iIzBGMEYwRiIvPgogICAgPHBhdGggZD0iTTE4LjE2OCA4LjE2NzExTDQuNzgxMDEgMC42MTAxMDdMMTUuMzAyIDEwLjk4NTFMMTguMTY4IDguMTY3MTFaIiBmaWxsPSIjMEYwRjBGIi8+CiAgICA8cGF0aCBkPSJNMjIuMzYzIDEzLjQyN0MyMy4yMjEgMTIuNzU3IDIzLjIyMSAxMS4yNDcgMjIuMzA2IDEwLjU3N0wxOS40OTggOC45NzlMMTYuMzY1IDEyLjAwM0wxOS40OTggMTUuMDI3TDIyLjM2MyAxMy40MjdaIiBmaWxsPSIjMEYwRjBGIi8+CiAgICA8cGF0aCBkPSJNMS4wMzQgMjRMMTMuMjY4IDExLjk5OEwxLjAzNCAwLjAwMVYwQzAuNDE1IDAuMzE5IDAgMC45IDAgMS42NTVWMjIuMzQ1QzAgMjMuMSAwLjQxNSAyMy42ODEgMS4wMzQgMjRaIiBmaWxsPSIjMEYwRjBGIi8+Cjwvc3ZnPgo=);
}
.icon-payment {
	background-image: url(/_nuxt/img/payment.3b37d7a.svg);
}
.icon-back-game {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik04LjMyODUgMTEuOTg1M0wxNC42OTI1IDE4LjM0OTJDMTUuMDgzIDE4LjczOTggMTUuMDgzIDE5LjM3MjkgMTQuNjkyNSAxOS43NjM1QzE0LjMwMTkgMjAuMTU0IDEzLjY2ODggMjAuMTU0IDEzLjI3ODIgMTkuNzYzNUw1LjUwMDA3IDExLjk4NTNMMTMuMjc4MiA0LjIwNzExQzEzLjY2ODggMy44MTY1OCAxNC4zMDE5IDMuODE2NTggMTQuNjkyNSA0LjIwNzExQzE1LjA4MyA0LjU5NzYzIDE1LjA4MyA1LjIzMDggMTQuNjkyNSA1LjYyMTMyTDguMzI4NSAxMS45ODUzWiIgZmlsbD0iI0E3QUVCRSIvPgo8L3N2Zz4K);
}
.v-button {
	align-items: center;
	border-radius: 20px;
	color: #e7e8ec;
	cursor: pointer;
	display: flex;
	flex-shrink: 0;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	letter-spacing: 0.32px;
	line-height: 24px;
	min-width: 80px;
	padding: 0 16px;
	position: relative;
	text-align: center;
	text-transform: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap;
	z-index: 0;
}
.v-button.v-button--full {
	min-width: 100%;
}
.v-button.v-button--long,
.v-button.v-button--long-response {
	min-width: 200px;
}
@media screen and (max-width: 1023px) {
	.v-button.v-button--long-response {
		min-width: auto;
	}
}
@media screen and (max-width: 1023px) and (min-width: 480px) {
	.v-button.v-button--long-response {
		min-width: 200px;
	}
}
.v-button.v-button--big,
.v-button.v-button--big-response {
	min-width: 200px;
}
@media screen and (max-width: 1023px) {
	.v-button.v-button--big-response {
		min-width: 200px;
	}
}
.v-button.v-button--full-width {
	padding: 0;
	width: 100%;
}
.v-button.disabled,
.v-button[disabled] {
	cursor: not-allowed;
	pointer-events: none;
}
.v-button.v-button--mob-icon {
	box-shadow: none;
	height: 100%;
	min-width: 0;
	padding: 0;
	width: 100%;
}
@media screen and (min-width: 1360px) {
	.v-button.v-button--mob-icon {
		min-width: 80px;
		padding: 0 16px;
	}
}
.v-button__btn-pseudo {
	background-position: 0 0, 100% 0;
	background-repeat: no-repeat;
	opacity: 0;
	width: 100%;
}
.v-button__btn-pseudo,
.v-button__btn-pseudo:after {
	background-size: auto 40px;
	height: 100%;
	position: absolute;
}
.v-button__btn-pseudo:after {
	background-repeat: repeat-x;
	content: "";
	left: 19px;
	margin: auto;
	right: 19px;
	top: 0;
	z-index: 2;
}
.v-button__ico-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.v-button__ico-wrap--mob-icon {
	height: 24px;
	width: 24px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.v-button__ico-wrap--mob-icon {
		display: none;
	}
}
@media screen and (min-width: 1024px) {
	.v-button__ico-wrap--mob-icon {
		display: block;
	}
}
@media screen and (min-width: 1280px) {
	.v-button__ico-wrap--mob-icon {
		display: none;
	}
}
.v-button__ico-wrap--big {
	height: 24px;
	margin-right: 4px;
	width: 24px;
}
.v-button__ico {
	height: 24px;
	width: 24px;
}
.v-button__ico--absolute {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.v-button__ico--animate-rotate {
	animation: load 1.2s linear infinite;
}
@keyframes load {
	to {
		transform: rotate(1turn);
	}
}
.v-button__label {
	padding: 0 4px;
	z-index: 2;
}
.v-button__label--hide-mob,
.v-button__label:empty {
	display: none;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.v-button__label--hide-mob {
		display: flex;
	}
}
@media screen and (min-width: 1024px) {
	.v-button__label--hide-mob {
		display: none;
	}
}
@media screen and (min-width: 1280px) {
	.v-button__label--hide-mob {
		display: flex;
	}
}
.icon-btn-login {
	background-image: url(/_nuxt/img/btn-login.f9fd62c.svg);
}
.home[data-v-174dcc2a] {
	display: flex;
	flex-direction: column;
}
.home__promo-text[data-v-174dcc2a] {
	padding: 32px 0;
}
.main-rotator-slider-wrap[data-v-c42ebd4a] {
	height: 300px;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
	.main-rotator-slider-wrap[data-v-c42ebd4a] {
		height: 236px;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.main-rotator-slider-wrap[data-v-c42ebd4a] {
		height: 480px;
	}
}
@media screen and (min-width: 1024px) {
	.main-rotator-slider-wrap[data-v-c42ebd4a] {
		height: 470px;
	}
}
.main-rotator-slider-wrap--minus[data-v-c42ebd4a] {
	margin-top: -54px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.main-rotator-slider-wrap--minus[data-v-c42ebd4a] {
		margin-top: -72px;
	}
}
.main-rotator-slider-wrap--home[data-v-c42ebd4a] {
	height: 375px;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
	.main-rotator-slider-wrap--home[data-v-c42ebd4a] {
		height: 246px;
	}
}
@media screen and (min-width: 375px) {
	.main-rotator-slider-wrap--home[data-v-c42ebd4a] {
		height: 428px;
	}
}
@media screen and (min-width: 568px) {
	.main-rotator-slider-wrap--home[data-v-c42ebd4a] {
		height: 246px;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.main-rotator-slider-wrap--home[data-v-c42ebd4a] {
		height: 332px;
	}
}
@media screen and (min-width: 1024px) {
	.main-rotator-slider-wrap--home[data-v-c42ebd4a] {
		height: 412px;
	}
}
@media screen and (min-width: 1360px) {
	.main-rotator-slider-wrap--home[data-v-c42ebd4a] {
		height: 472px;
	}
}
.main-rotator-slider-wrap--games[data-v-c42ebd4a] {
	height: 187px;
}
@media screen and (min-width: 360px) {
	.main-rotator-slider-wrap--games[data-v-c42ebd4a] {
		height: 202px;
	}
}
@media screen and (min-width: 375px) {
	.main-rotator-slider-wrap--games[data-v-c42ebd4a] {
		height: 206px;
	}
}
@media screen and (min-width: 410px) {
	.main-rotator-slider-wrap--games[data-v-c42ebd4a] {
		height: 220px;
	}
}
@media screen and (min-width: 568px) {
	.main-rotator-slider-wrap--games[data-v-c42ebd4a] {
		height: 246px;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.main-rotator-slider-wrap--games[data-v-c42ebd4a] {
		height: 332px;
	}
}
@media screen and (min-width: 1024px) {
	.main-rotator-slider-wrap--games[data-v-c42ebd4a] {
		height: 412px;
	}
}
@media screen and (min-width: 1360px) {
	.main-rotator-slider-wrap--games[data-v-c42ebd4a] {
		height: 472px;
	}
}
.icon-rotator-arrow-l {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNC43MTg0IDQuNzcxMjdDMTQuODA3NiA0Ljg1NzY4IDE0Ljg3ODQgNC45NjA1NiAxNC45MjY4IDUuMDczOTRDMTQuOTc1MSA1LjE4NzMzIDE1IDUuMzA4OTcgMTUgNS40MzE4M0MxNSA1LjU1NDcgMTQuOTc1MSA1LjY3NjM0IDE0LjkyNjggNS43ODk3M0MxNC44Nzg0IDUuOTAzMTEgMTQuODA3NiA2LjAwNTk4IDE0LjcxODQgNi4wOTIzOUw4LjY5OTE4IDExLjk5MzRMMTQuNzE4NCAxNy45MDMyQzE0LjgwNzYgMTcuOTg5NiAxNC44Nzg0IDE4LjA5MjUgMTQuOTI2OCAxOC4yMDU5QzE0Ljk3NTEgMTguMzE5MiAxNSAxOC40NDA5IDE1IDE4LjU2MzdDMTUgMTguNjg2NiAxNC45NzUxIDE4LjgwODMgMTQuOTI2OCAxOC45MjE2QzE0Ljg3ODQgMTkuMDM1IDE0LjgwNzYgMTkuMTM3OSAxNC43MTg0IDE5LjIyNDNDMTQuNjMwMSAxOS4zMTE2IDE0LjUyNSAxOS4zODEgMTQuNDA5MiAxOS40MjgzQzE0LjI5MzMgMTkuNDc1NiAxNC4xNjkxIDE5LjUgMTQuMDQzNiAxOS41QzEzLjkxODEgMTkuNSAxMy43OTM4IDE5LjQ3NTYgMTMuNjc4IDE5LjQyODNDMTMuNTYyMSAxOS4zODEgMTMuNDU3IDE5LjMxMTYgMTMuMzY4OCAxOS4yMjQzTDYgMTEuOTkzNEwxMy4zNzc4IDQuNzcxMjdDMTMuNTU1NyA0LjU5NzU2IDEzLjc5NjggNC41IDE0LjA0ODEgNC41QzE0LjI5OTQgNC41IDE0LjU0MDQgNC41OTc1NiAxNC43MTg0IDQuNzcxMjdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}
.icon-rotator-arrow-r {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik05LjI4MTY0IDQuNzcxMjdDOS4xOTI0MSA0Ljg1NzY4IDkuMTIxNTggNC45NjA1NiA5LjA3MzI0IDUuMDczOTRDOS4wMjQ4OSA1LjE4NzMzIDkgNS4zMDg5NyA5IDUuNDMxODNDOSA1LjU1NDcgOS4wMjQ4OSA1LjY3NjM0IDkuMDczMjQgNS43ODk3M0M5LjEyMTU4IDUuOTAzMTEgOS4xOTI0MSA2LjAwNTk4IDkuMjgxNjQgNi4wOTIzOUwxNS4zMDA4IDExLjk5MzRMOS4yODE2NCAxNy45MDMyQzkuMTkyNDEgMTcuOTg5NiA5LjEyMTU4IDE4LjA5MjUgOS4wNzMyNCAxOC4yMDU5QzkuMDI0ODkgMTguMzE5MiA5IDE4LjQ0MDkgOSAxOC41NjM3QzkgMTguNjg2NiA5LjAyNDg5IDE4LjgwODMgOS4wNzMyNCAxOC45MjE2QzkuMTIxNTggMTkuMDM1IDkuMTkyNDEgMTkuMTM3OSA5LjI4MTY0IDE5LjIyNDNDOS4zNjk5MSAxOS4zMTE2IDkuNDc1IDE5LjM4MSA5LjU5MDgzIDE5LjQyODNDOS43MDY2NiAxOS40NzU2IDkuODMwOTIgMTkuNSA5Ljk1NjQzIDE5LjVDMTAuMDgxOSAxOS41IDEwLjIwNjIgMTkuNDc1NiAxMC4zMjIgMTkuNDI4M0MxMC40Mzc5IDE5LjM4MSAxMC41NDMgMTkuMzExNiAxMC42MzEyIDE5LjIyNDNMMTggMTEuOTkzNEwxMC42MjIyIDQuNzcxMjdDMTAuNDQ0MyA0LjU5NzU2IDEwLjIwMzIgNC41IDkuOTUxOTQgNC41QzkuNzAwNjMgNC41IDkuNDU5NTggNC41OTc1NiA5LjI4MTY0IDQuNzcxMjdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}
.main-rotator-slider {
	height: 100%;
	position: relative;
}
.main-rotator-slider__item {
	background-color: #0f1012;
	box-sizing: border-box;
}
.main-rotator-slider__wrapper {
	background-color: #0f1012;
	height: 100%;
	width: 100%;
}
.main-rotator-slider__item-content {
	display: block;
	height: 100%;
	width: 100%;
}
.main-rotator-slider__main-ban {
	display: flex;
	height: 100%;
	position: relative;
	width: 100%;
}
.main-rotator-slider__main-ban:after {
	background: linear-gradient(
			90deg,
			#0f1012,
			rgba(15, 16, 18, 0.6) 50%,
			#0f1012
		),
		linear-gradient(180deg, #0f1012, rgba(15, 16, 18, 0) 16%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.main-rotator-slider__main-ban img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.main-rotator-slider__pagination {
	bottom: 0;
	display: flex;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.main-rotator-slider__pagination-dot {
	background-color: #a7aebe;
	border-radius: 8px;
	cursor: pointer;
	flex-grow: 1;
	font-size: 0;
	height: 4px;
	margin-top: 12px;
	opacity: 0.3;
	transition: opacity 0.3s;
}
.main-rotator-slider__pagination-dot:not(:last-child) {
	margin-right: 4px;
}
.main-rotator-slider__pagination-dot:only-child {
	display: none;
}
.main-rotator-slider__pagination-dot--active {
	opacity: 1;
}
.main-rotator-slider__button-wrap {
	display: none;
	padding: 0 16px;
	position: absolute;
	transform: translateY(50%);
	z-index: 1;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.main-rotator-slider__button-wrap {
		bottom: 0;
		display: flex;
		height: 0;
		justify-content: space-between;
		left: 0;
		margin: auto;
		right: 0;
		top: 0;
	}
}
@media screen and (min-width: 1024px) {
	.main-rotator-slider__button-wrap {
		bottom: 13px;
		height: auto;
		padding: 16px;
		right: auto;
		top: auto;
		transform: none;
		width: auto;
	}
}
@media screen and (min-width: 1360px) {
	.main-rotator-slider__button-wrap {
		bottom: 13px;
		left: 50px;
		padding: 16px 32px;
		right: auto;
	}
}
.main-rotator-slider__arrow {
	border-radius: 100px;
	height: 36px;
	padding: 4px;
	position: relative;
	width: 36px;
}
@media screen and (min-width: 1024px) {
	.main-rotator-slider__arrow:not(:last-child) {
		margin-right: 16px;
	}
}
.main-rotator-slider__arrow:after,
.main-rotator-slider__arrow:before {
	content: "";
	height: 250%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 200%;
}
@media screen and (min-width: 1024px) {
	.main-rotator-slider__arrow:after,
	.main-rotator-slider__arrow:before {
		display: none;
	}
	.main-rotator-slider__arrow {
		position: static;
	}
}
@media (hover) {
	.main-rotator-slider__arrow:hover {
		background: #3f424d;
	}
}
.main-rotator-slider__arrow--next,
.main-rotator-slider__arrow--prev {
	background: #2a2d33;
}
.main-rotator-slider__desc {
	align-items: center;
	bottom: 24px;
	display: flex;
	flex-direction: column;
	position: absolute;
	width: 100%;
	z-index: 3;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
	.main-rotator-slider__desc {
		align-items: flex-start;
		bottom: 40px;
		left: 0;
		padding-left: 8px;
		width: 300px;
	}
}
@media screen and (min-width: 1024px) {
	.main-rotator-slider__desc {
		align-items: flex-start;
		bottom: 128px;
		left: 0;
		padding-left: 16px;
		width: 645px;
	}
}
@media screen and (min-width: 1360px) {
	.main-rotator-slider__desc {
		padding-left: 84px;
		width: 800px;
	}
}
.main-rotator-slider__btn-wrap {
	width: 200px;
}
.main-rotator-slider__btn.v-button {
	width: 100%;
}
.main-rotator-slider__title,
.main-rotator-slider__title-2 {
	background: linear-gradient(
		98.32deg,
		#cf881d -2%,
		#ffc85d 54.7%,
		#cf881d 107.96%
	);
	-webkit-background-clip: text;
	background-clip: text;
	color: #c98217;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	-webkit-text-fill-color: transparent;
	overflow: hidden;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
	.main-rotator-slider__title,
	.main-rotator-slider__title-2 {
		text-align: left;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.main-rotator-slider__title,
	.main-rotator-slider__title-2 {
		font-size: 28px;
		line-height: 38px;
	}
}
.main-rotator-slider__text {
	background: #fff;
	-webkit-background-clip: text;
	background-clip: text;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 24px;
	margin-bottom: 8px;
	text-align: center;
	text-transform: uppercase;
	-webkit-text-fill-color: transparent;
	color: #dbc17d;
	overflow: hidden;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
	.main-rotator-slider__text {
		margin-bottom: 16px;
		max-width: 508px;
		text-align: left;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.main-rotator-slider__text {
		font-size: 48px;
		line-height: 58px;
		margin-bottom: 16px;
	}
}
@media screen and (min-width: 1024px) {
	.main-rotator-slider__text {
		font-size: 44px;
		line-height: 53px;
		margin-bottom: 24px;
		padding: 0;
		text-align: left;
	}
}
@media screen and (min-width: 1360px) {
	.main-rotator-slider__text {
		font-size: 48px;
		line-height: 58px;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.main-rotator-slider__logo-wrap {
		margin-bottom: 8px;
	}
}
.main-rotator-slider__logo img {
	height: 40px;
	width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.main-rotator-slider__logo img {
		height: 60px;
		width: 100%;
	}
}
.main-rotator-slider__pic-wrap:before {
	background: #0a0b0d;
	bottom: 0;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 54px;
	z-index: 2;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
	.main-rotator-slider__pic-wrap:before {
		display: none;
	}
}
@media screen and (min-width: 1024px) {
	.main-rotator-slider__pic-wrap:before {
		display: none;
	}
}
.main-rotator-slider__pic img {
	bottom: 27px;
	height: 212px;
	left: 0;
	margin: auto;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: bottom;
	object-position: bottom;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: transform 1s, opacity 1s;
	width: 300px;
	z-index: 1;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
	.main-rotator-slider__pic img {
		bottom: 0;
		height: 165px;
		left: auto;
		right: 8px;
		width: 233px;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.main-rotator-slider__pic img {
		bottom: 42px;
		height: 350px;
		width: 494px;
	}
}
@media screen and (min-width: 1024px) {
	.main-rotator-slider__pic img {
		bottom: 0;
		height: 346px;
		left: auto;
		right: 16px;
		width: 488px;
	}
}
@media screen and (min-width: 1360px) {
	.main-rotator-slider__pic img {
		height: 380px;
		right: 84px;
		width: 536px;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.main-rotator-slider__pic-1 img {
		transform: translateY(5%);
	}
	.main-rotator-slider__pic-2 img {
		transform: translateX(5%) translateY(5%);
	}
	.main-rotator-slider__pic-3 img {
		transform: translateX(-5%) translateY(5%);
	}
}
.main-rotator-slider__item--active.main-rotator-slider__item--active[style*="opacity: 1"],
.swiper-slide-duplicate-active.main-rotator-slider__item--active[style*="opacity: 1"] {
	animation: index 0.5s;
	pointer-events: auto;
}
.main-rotator-slider__item--active .main-rotator-slider__pic img,
.swiper-slide-duplicate-active .main-rotator-slider__pic img {
	opacity: 1;
	transform: translate(0);
}
@keyframes index {
	to {
		z-index: 222;
	}
}
.main-rotator-slider--home .main-rotator-slider__pic-wrap:before {
	display: none;
}
.main-rotator-slider--home .main-rotator-slider__pic img {
	bottom: auto;
	height: 160px;
	top: 62px;
	width: 227px;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
	.main-rotator-slider--home .main-rotator-slider__pic img {
		bottom: 0;
		height: 180px;
		left: 16px;
		margin: 0;
		right: auto;
		top: auto;
		width: 254px;
	}
}
@media screen and (min-width: 375px) {
	.main-rotator-slider--home .main-rotator-slider__pic img {
		height: 212px;
		width: 300px;
	}
}
@media screen and (min-width: 568px) {
	.main-rotator-slider--home .main-rotator-slider__pic img {
		bottom: 0;
		height: 180px;
		left: 16px;
		margin: 0;
		top: auto;
		width: 254px;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.main-rotator-slider--home .main-rotator-slider__pic img {
		height: 240px;
		left: auto;
		right: 48px;
		width: 339px;
	}
}
@media screen and (min-width: 1024px) {
	.main-rotator-slider--home .main-rotator-slider__pic img {
		height: 320px;
		left: auto;
		right: 48px;
		width: 450px;
	}
}
@media screen and (min-width: 1360px) {
	.main-rotator-slider--home .main-rotator-slider__pic img {
		height: 380px;
		right: 84px;
		width: 536px;
	}
}
.main-rotator-slider--home .main-rotator-slider__desc {
	bottom: 20px;
}
@media screen and (min-width: 568px) {
	.main-rotator-slider--home .main-rotator-slider__desc {
		bottom: 30px;
		left: auto;
		right: 16px;
		width: 274px;
	}
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
	.main-rotator-slider--home .main-rotator-slider__desc {
		align-items: center;
		bottom: 30px;
		left: auto;
		padding-left: 0;
		right: 16px;
		width: 274px;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.main-rotator-slider--home .main-rotator-slider__desc {
		align-items: flex-start;
		bottom: auto;
		left: 48px;
		right: auto;
		top: 104px;
		width: 325px;
	}
}
@media screen and (min-width: 1024px) {
	.main-rotator-slider--home .main-rotator-slider__desc {
		align-items: flex-start;
		bottom: auto;
		left: 48px;
		padding: 0;
		right: auto;
		top: 126px;
		width: 470px;
	}
}
@media screen and (min-width: 1360px) {
	.main-rotator-slider--home .main-rotator-slider__desc {
		left: 84px;
		top: 133px;
		width: 648px;
	}
}
.main-rotator-slider--home .main-rotator-slider__title {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 2px;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
	.main-rotator-slider--home .main-rotator-slider__title {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 2px;
		text-align: center;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.main-rotator-slider--home .main-rotator-slider__title {
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 4px;
		text-align: left;
	}
}
@media screen and (min-width: 1024px) {
	.main-rotator-slider--home .main-rotator-slider__title {
		font-size: 26px;
		line-height: 35px;
		margin-bottom: 4px;
		text-align: left;
	}
}
@media screen and (min-width: 1360px) {
	.main-rotator-slider--home .main-rotator-slider__title {
		font-size: 36px;
		line-height: 49px;
		margin-bottom: 4px;
	}
}
.main-rotator-slider--home .main-rotator-slider__text {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 12px;
	padding: 0;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
	.main-rotator-slider--home .main-rotator-slider__text {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 12px;
		text-align: center;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.main-rotator-slider--home .main-rotator-slider__text {
		font-size: 24px;
		line-height: 29px;
		margin-bottom: 16px;
		text-align: left;
	}
}
@media screen and (min-width: 1024px) {
	.main-rotator-slider--home .main-rotator-slider__text {
		font-size: 30px;
		line-height: 36px;
		text-align: left;
	}
}
@media screen and (min-width: 1360px) {
	.main-rotator-slider--home .main-rotator-slider__text {
		font-size: 40px;
		line-height: 48px;
	}
}
.main-rotator-slider--home .main-rotator-slider__button-wrap {
	bottom: 40px;
	display: none;
	height: 36px;
	left: 48px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: auto;
	width: 88px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.main-rotator-slider--home .main-rotator-slider__button-wrap {
		display: flex;
	}
}
@media screen and (min-width: 1024px) {
	.main-rotator-slider--home .main-rotator-slider__button-wrap {
		bottom: 43px;
	}
}
@media screen and (min-width: 1360px) {
	.main-rotator-slider--home .main-rotator-slider__button-wrap {
		bottom: 50px;
		left: 84px;
	}
}
.main-rotator-slider--games .main-rotator-slider__pic-wrap:before {
	display: none;
}
.main-rotator-slider--games .main-rotator-slider__pic img {
	bottom: 20px;
	height: 105px;
	left: 8px;
	right: auto;
	width: 148px;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
	.main-rotator-slider--games .main-rotator-slider__pic img {
		bottom: 0;
		height: 180px;
		left: 16px;
		margin: 0;
		right: auto;
		top: auto;
		width: 254px;
	}
}
@media screen and (min-width: 360px) {
	.main-rotator-slider--games .main-rotator-slider__pic img {
		height: 120px;
		width: 168px;
	}
}
@media screen and (min-width: 375px) {
	.main-rotator-slider--games .main-rotator-slider__pic img {
		height: 124px;
		width: 175px;
	}
}
@media screen and (min-width: 410px) {
	.main-rotator-slider--games .main-rotator-slider__pic img {
		height: 138px;
		width: 195px;
	}
}
@media screen and (min-width: 568px) {
	.main-rotator-slider--games .main-rotator-slider__pic img {
		bottom: 0;
		height: 180px;
		left: 16px;
		margin: 0;
		top: auto;
		width: 254px;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.main-rotator-slider--games .main-rotator-slider__pic img {
		height: 240px;
		left: auto;
		right: 48px;
		width: 339px;
	}
}
@media screen and (min-width: 1024px) {
	.main-rotator-slider--games .main-rotator-slider__pic img {
		height: 320px;
		left: auto;
		right: 48px;
		width: 450px;
	}
}
@media screen and (min-width: 1360px) {
	.main-rotator-slider--games .main-rotator-slider__pic img {
		height: 380px;
		right: 84px;
		width: 536px;
	}
}
.main-rotator-slider--games .main-rotator-slider__btn-wrap {
	width: 140px;
}
@media screen and (min-width: 568px) {
	.main-rotator-slider--games .main-rotator-slider__btn-wrap {
		width: 200px;
	}
}
.main-rotator-slider--games .main-rotator-slider__desc {
	bottom: 24px;
	left: auto;
	right: 8px;
	width: 148px;
}
@media screen and (min-width: 360px) {
	.main-rotator-slider--games .main-rotator-slider__desc {
		bottom: 25px;
		width: 168px;
	}
}
@media screen and (min-width: 375px) {
	.main-rotator-slider--games .main-rotator-slider__desc {
		bottom: 27px;
		width: 176px;
	}
}
@media screen and (min-width: 410px) {
	.main-rotator-slider--games .main-rotator-slider__desc {
		bottom: 34px;
		width: 195px;
	}
}
@media screen and (min-width: 568px) {
	.main-rotator-slider--games .main-rotator-slider__desc {
		bottom: 28px;
		left: auto;
		right: 16px;
		width: 274px;
	}
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
	.main-rotator-slider--games .main-rotator-slider__desc {
		align-items: center;
		bottom: 32px;
		left: auto;
		padding-left: 0;
		right: 16px;
		width: 274px;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.main-rotator-slider--games .main-rotator-slider__desc {
		align-items: flex-start;
		bottom: auto;
		left: 48px;
		right: auto;
		top: 104px;
		width: 325px;
	}
}
@media screen and (min-width: 1024px) {
	.main-rotator-slider--games .main-rotator-slider__desc {
		align-items: flex-start;
		bottom: auto;
		left: 48px;
		padding: 0;
		right: auto;
		top: 126px;
		width: 470px;
	}
}
@media screen and (min-width: 1360px) {
	.main-rotator-slider--games .main-rotator-slider__desc {
		left: 84px;
		top: 133px;
		width: 648px;
	}
}
.main-rotator-slider--games .main-rotator-slider__title,
.main-rotator-slider--games .main-rotator-slider__title-2 {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 0;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
	.main-rotator-slider--games .main-rotator-slider__title,
	.main-rotator-slider--games .main-rotator-slider__title-2 {
		font-size: 20px;
		line-height: 27px;
		text-align: center;
	}
}
@media screen and (min-width: 360px) {
	.main-rotator-slider--games .main-rotator-slider__title,
	.main-rotator-slider--games .main-rotator-slider__title-2 {
		font-size: 12px;
		line-height: 24px;
	}
}
@media screen and (min-width: 568px) {
	.main-rotator-slider--games .main-rotator-slider__title,
	.main-rotator-slider--games .main-rotator-slider__title-2 {
		font-size: 16px;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.main-rotator-slider--games .main-rotator-slider__title,
	.main-rotator-slider--games .main-rotator-slider__title-2 {
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 4px;
		text-align: left;
	}
}
@media screen and (min-width: 1024px) {
	.main-rotator-slider--games .main-rotator-slider__title,
	.main-rotator-slider--games .main-rotator-slider__title-2 {
		font-size: 26px;
		line-height: 35px;
		text-align: left;
	}
}
@media screen and (min-width: 1360px) {
	.main-rotator-slider--games .main-rotator-slider__title,
	.main-rotator-slider--games .main-rotator-slider__title-2 {
		font-size: 36px;
		line-height: 49px;
	}
}
.main-rotator-slider--games .main-rotator-slider__text {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 12px;
	padding: 0;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
	.main-rotator-slider--games .main-rotator-slider__text {
		font-size: 24px;
		line-height: 29px;
		text-align: center;
	}
}
@media screen and (min-width: 360px) {
	.main-rotator-slider--games .main-rotator-slider__text {
		font-size: 14px;
		line-height: 17px;
	}
}
@media screen and (min-width: 568px) {
	.main-rotator-slider--games .main-rotator-slider__text {
		font-size: 20px;
		line-height: 24px;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.main-rotator-slider--games .main-rotator-slider__text {
		font-size: 24px;
		line-height: 29px;
		margin-bottom: 16px;
		text-align: left;
	}
}
@media screen and (min-width: 1024px) {
	.main-rotator-slider--games .main-rotator-slider__text {
		font-size: 30px;
		line-height: 36px;
		text-align: left;
	}
}
@media screen and (min-width: 1360px) {
	.main-rotator-slider--games .main-rotator-slider__text {
		font-size: 40px;
		line-height: 48px;
	}
}
.main-rotator-slider--games .main-rotator-slider__button-wrap {
	bottom: 40px;
	display: none;
	height: 36px;
	left: 48px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: auto;
	width: 88px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.main-rotator-slider--games .main-rotator-slider__button-wrap {
		display: flex;
	}
}
@media screen and (min-width: 1024px) {
	.main-rotator-slider--games .main-rotator-slider__button-wrap {
		bottom: 43px;
	}
}
@media screen and (min-width: 1360px) {
	.main-rotator-slider--games .main-rotator-slider__button-wrap {
		bottom: 50px;
		left: 84px;
	}
}
.swiper-container {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	box-sizing: content-box;
	display: flex;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
	z-index: 1;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0);
}
.swiper-slide {
	flex-shrink: 0;
	position: relative;
	transition-property: transform;
	width: 100%;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}
.swiper-pagination-lock {
	display: none;
}
.swiper-lazy-preloader {
	height: 42px;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	position: absolute;
	top: 50%;
	transform-origin: 50%;
	width: 42px;
	z-index: 10;
}
.swiper-lazy-preloader:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 120 120'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-linecap='round' stroke-width='11' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}
.swiper-container .swiper-notification {
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: -1000;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}
.lobby-games__game-wrap[data-v-feee4fca] {
	padding-top: 32px;
}
.lobby-games__game-list[data-v-feee4fca] {
	padding: 0 8px;
}
@media screen and (min-width: 1024px) {
	.lobby-games__game-list[data-v-feee4fca] {
		flex-grow: 1;
	}
}
.lobby-games__game-list--home[data-v-feee4fca] {
	padding-bottom: 32px;
}
.lobby-btn[data-v-feee4fca] {
	display: flex;
	justify-content: center;
	padding-top: 16px;
}
.lobby-games__game-wrap[data-v-fa6d5b9c] {
	padding-top: 32px;
}
.lobby-games__game-list[data-v-fa6d5b9c] {
	padding: 0 8px;
}
@media screen and (min-width: 1024px) {
	.lobby-games__game-list[data-v-fa6d5b9c] {
		flex-grow: 1;
	}
}
.lobby-games__game-list--home[data-v-fa6d5b9c] {
	padding-bottom: 32px;
}
.icon-favorite[data-v-02318517] {
	background-image: url(/_nuxt/img/favorite.0ec41f1.svg);
}
.icon-favorite-active[data-v-02318517] {
	background-image: url(/_nuxt/img/favorite-active.cd61428.svg);
}
.icon-search[data-v-02318517] {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNS44MzAzMSA1LjgzMDU5QzguMjcxMjUgMy4zODk4IDEyLjI0NDEgMy4zODk4IDE0LjY4NSA1LjgzMDU5QzE2Ljg1OTMgOC4wMDUyMyAxNy4wOTIxIDExLjM4OTkgMTUuMzk0MSAxMy44Mjk3QzE1LjYzNjkgMTMuODgxIDE1Ljg2OTIgMTMuOTk5IDE2LjA1NzEgMTQuMTg2M0wxOS42MTE5IDE3Ljc0MTlDMjAuMTI5NCAxOC4yNTc4IDIwLjEyOTQgMTkuMDk0OCAxOS42MTE5IDE5LjYxMjNDMTkuMDk2NSAyMC4xMjkyIDE4LjI1OTQgMjAuMTI5MiAxNy43NDEzIDE5LjYxMjNMMTQuMTg2NiAxNi4wNTc3QzEzLjk5NzcgMTUuODY4OCAxMy44ODAyIDE1LjYzNzEgMTMuODI4OSAxNS4zOTQyQzExLjM4OTUgMTcuMDkxMSA4LjAwNDAzIDE2Ljg1ODMgNS44MzAzMSAxNC42ODUyQzMuMzg5OSAxMi4yNDM5IDMuMzg5OSA4LjI3MTkgNS44MzAzMSA1LjgzMDU5Wk03LjE2ODcyIDEzLjIxNDFDOC44MzQ3OSAxNC44ODA1IDExLjU0NzEgMTQuODgwNSAxMy4yMTM2IDEzLjIxNDFDMTQuODgwMiAxMS41NDc2IDE0Ljg4MDIgOC44MzU5IDEzLjIxMzYgNy4xNjk0MkMxMS41NDcxIDUuNTAzNDIgOC44MzQ3OSA1LjUwMzQyIDcuMTY4NzIgNy4xNjk0MkM1LjUwMzEzIDguODM1OSA1LjUwMzEzIDExLjU0NzYgNy4xNjg3MiAxMy4yMTQxWiIgZmlsbD0iI0NDRDBERSIvPgo8L3N2Zz4K);
}
.icon-search-active[data-v-02318517] {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNS44MzAzMSA1LjgzMDU5QzguMjcxMjUgMy4zODk4IDEyLjI0NDEgMy4zODk4IDE0LjY4NSA1LjgzMDU5QzE2Ljg1OTMgOC4wMDUyMyAxNy4wOTIxIDExLjM4OTkgMTUuMzk0MSAxMy44Mjk3QzE1LjYzNjkgMTMuODgxIDE1Ljg2OTIgMTMuOTk5IDE2LjA1NzEgMTQuMTg2M0wxOS42MTE5IDE3Ljc0MTlDMjAuMTI5NCAxOC4yNTc4IDIwLjEyOTQgMTkuMDk0OCAxOS42MTE5IDE5LjYxMjNDMTkuMDk2NSAyMC4xMjkyIDE4LjI1OTQgMjAuMTI5MiAxNy43NDEzIDE5LjYxMjNMMTQuMTg2NiAxNi4wNTc3QzEzLjk5NzcgMTUuODY4OCAxMy44ODAyIDE1LjYzNzEgMTMuODI4OSAxNS4zOTQyQzExLjM4OTUgMTcuMDkxMSA4LjAwNDAzIDE2Ljg1ODMgNS44MzAzMSAxNC42ODUyQzMuMzg5OSAxMi4yNDM5IDMuMzg5OSA4LjI3MTkgNS44MzAzMSA1LjgzMDU5Wk03LjE2ODcyIDEzLjIxNDFDOC44MzQ3OSAxNC44ODA1IDExLjU0NzEgMTQuODgwNSAxMy4yMTM2IDEzLjIxNDFDMTQuODgwMiAxMS41NDc2IDE0Ljg4MDIgOC44MzU5IDEzLjIxMzYgNy4xNjk0MkMxMS41NDcxIDUuNTAzNDIgOC44MzQ3OSA1LjUwMzQyIDcuMTY4NzIgNy4xNjk0MkM1LjUwMzEzIDguODM1OSA1LjUwMzEzIDExLjU0NzYgNy4xNjg3MiAxMy4yMTQxWiIgZmlsbD0iI0NDRDBERSIvPgo8L3N2Zz4K);
}
.nav-tabs[data-v-02318517] {
	background: #0f1012;
	display: flex;
	position: relative;
	width: 100%;
}
.nav-tabs-scroll[data-v-02318517] {
	height: 40px;
	overflow: hidden;
}
.nav-tabs-scroll .nav-tabs[data-v-02318517] {
	overflow-x: auto;
	overflow-y: hidden;
	overflow: auto hidden;
	padding-bottom: 24px;
}
.nav-tabs-scroll
	.nav-tabs__btn[data-v-02318517]:not(.nav-tabs__btn--icon) {
	flex-shrink: 0;
}
.nav-tabs-scroll--sticky[data-v-02318517] {
	height: 48px;
	left: 0;
	margin-top: 0;
	overflow: hidden;
	padding-top: 8px;
	position: sticky;
	top: 55px;
	z-index: 3;
}
.nav-tabs-scroll--sticky[data-v-02318517]:before {
	background-color: #0f1012;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.nav-tabs-scroll--sticky[data-v-02318517] {
		top: 72px;
	}
}
.nav-tabs-scroll--cookie[data-v-02318517] {
	top: 125px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.nav-tabs-scroll--cookie[data-v-02318517] {
		top: 142px;
	}
}
.nav-tabs-scroll--hello-bar[data-v-02318517] {
	top: 119px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.nav-tabs-scroll--hello-bar[data-v-02318517] {
		top: 136px;
	}
}
.nav-tabs-scroll--padding-top[data-v-02318517] {
	background: #0f1012;
	height: 48px;
	padding-top: 8px;
}
.nav-tabs-scroll--margin-minus[data-v-02318517] {
	margin-left: -8px;
	margin-right: -8px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.nav-tabs-scroll--margin-minus[data-v-02318517] {
		margin-left: -16px;
		margin-right: -16px;
	}
}
.nav-tabs__btn[data-v-02318517] {
	align-items: center;
	background: #15161a;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #a7aebe;
	display: flex;
	flex: 1;
	flex-basis: 100px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 40px;
	justify-content: center;
	letter-spacing: normal;
	line-height: 20px;
	margin-right: 2px;
	padding: 0 8px;
	position: relative;
	text-align: center;
	text-transform: none;
	white-space: nowrap;
}
.nav-tabs__btn[data-v-02318517]:last-child {
	margin-right: 0;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.nav-tabs__btn[data-v-02318517]:nth-child(-n + 2) {
		position: sticky;
		z-index: 2;
	}
	.nav-tabs__btn[data-v-02318517]:first-child {
		border-right: 2px solid #0f1012;
		left: 0;
		margin-right: 0;
	}
	.nav-tabs__btn[data-v-02318517]:nth-child(2) {
		left: 48px;
	}
}
.nav-tabs__btn--active[data-v-02318517] {
	background: #202126;
	color: #e7e8ec;
}
.nav-tabs__btn--icon[data-v-02318517] {
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 0;
	width: 48px;
}
.nav-tabs__btn--icon .nav-tabs__name[data-v-02318517] {
	display: none;
}
.nav-tabs__btn-icon[data-v-02318517] {
	flex-shrink: 0;
	height: 24px;
	position: relative;
	width: 24px;
}
.nav-tabs__icon[data-v-02318517] {
	left: 0;
	position: absolute;
	top: 0;
}
.nav-tabs-scroll.nav-tabs-scroll--skeleton-grid[data-v-02318517] {
	display: grid;
	grid-auto-rows: 0;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	grid-template-rows: 16px;
	padding: 8px 8px 0;
	z-index: 0;
	grid-column-gap: 8px;
	box-sizing: content-box;
	height: 16px;
	margin-top: 0;
}
.nav-tabs__btn-text--not-iphone-5[data-v-02318517] {
	display: block;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation: portrait) {
	.nav-tabs__btn-text--not-iphone-5[data-v-02318517] {
		display: none;
	}
}
.nav-tabs__btn-text--iphone-5[data-v-02318517] {
	display: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation: portrait) {
	.nav-tabs__btn-text--iphone-5[data-v-02318517] {
		display: block;
	}
}
.list-games[data-v-0921afac] {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 568px) {
	.list-games--no-wrap[data-v-0921afac] {
		flex-wrap: nowrap;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.list-games--no-wrap[data-v-0921afac] {
		flex-wrap: wrap;
	}
	.list-games--no-wrap
		.list-games__item.list-games__item[data-v-0921afac] {
		width: 50%;
	}
}
.list-games__skeleton-grid[data-v-0921afac] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
	grid-gap: 8px;
	width: 100%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: landscape) {
	.list-games__skeleton-grid[data-v-0921afac] {
		grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.list-games__skeleton-grid[data-v-0921afac] {
		grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	}
}
@media screen and (min-width: 1024px) {
	.list-games__skeleton-grid[data-v-0921afac] {
		grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
	}
}
.list-games__skeleton-item[data-v-0921afac] {
	height: 115px;
}
@media screen and (min-width: 375px) {
	.list-games__skeleton-item[data-v-0921afac] {
		height: 136px;
	}
}
@media screen and (min-width: 1024px) {
	.list-games__skeleton-item[data-v-0921afac] {
		height: 183px;
	}
}
@media screen and (min-width: 1280px) {
	.list-games__skeleton-item[data-v-0921afac] {
		height: 197px;
	}
}
.list-games--in-page[data-v-0921afac] {
	display: flex;
}
.list-games--in-page[data-v-0921afac]:not(:empty) {
	margin-bottom: -8px;
}
.list-games--in-page:not(:empty) > *[data-v-0921afac] {
	margin-bottom: 8px;
	padding: 0 4px;
	width: 50%;
}
@media screen and (min-width: 568px) {
	.list-games--in-page:not(:empty) > *[data-v-0921afac] {
		width: 33.33%;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.list-games--in-page:not(:empty) > *[data-v-0921afac] {
		margin-bottom: 16px;
		padding: 0 8px;
		width: 25%;
	}
}
@media screen and (min-width: 1280px) {
	.list-games--in-page:not(:empty) > *[data-v-0921afac] {
		width: 20%;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.list-games--in-page[data-v-0921afac]:not(:empty) {
		margin-bottom: -16px;
	}
}
.game-list--in-game-search-page-modal[data-v-0921afac] {
	margin-left: -4px;
	margin-right: -4px;
}
@media screen and (min-width: 768px) {
	.game-list--in-game-search-page-modal[data-v-0921afac] {
		margin-left: -8px;
		margin-right: -8px;
	}
}
.game-list--in-game-search-page-modal > *[data-v-0921afac] {
	margin-bottom: 8px;
	padding: 0 4px;
	width: 50%;
}
@media screen and (min-width: 568px) {
	.game-list--in-game-search-page-modal > *[data-v-0921afac] {
		width: 33.33%;
	}
}
@media screen and (min-width: 768px) {
	.game-list--in-game-search-page-modal > *[data-v-0921afac] {
		margin-bottom: 16px;
		padding: 0 8px;
		width: 25%;
	}
}
.game-list--in-game-search-page-modal-old[data-v-0921afac] {
	margin: 8px -4px -8px;
}
.game-list--in-game-search-page-modal-old > *[data-v-0921afac] {
	margin-bottom: 8px;
	padding: 0 4px;
	width: 50%;
}
@media screen and (min-width: 568px) {
	.game-list--in-game-search-page-modal-old > *[data-v-0921afac] {
		width: 33.33%;
	}
}
.game-card[data-v-76e973c7] {
	color: transparent;
	position: relative;
}
.game-card__wrap[data-v-76e973c7] {
	border-radius: 4px;
	box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15),
		0 1px 3px 0 rgba(0, 0, 0, 0.3);
	cursor: pointer;
	display: block;
}
.game-card__wrap[data-v-76e973c7]:active {
	opacity: 0.8;
}
@media (hover) {
	.game-card__wrap:hover .game-card__hover[data-v-76e973c7] {
		opacity: 1;
	}
	.game-card__wrap:hover
		.game-card__vip-lock--hide-on-hover[data-v-76e973c7] {
		opacity: 0;
	}
	.game-card__wrap:hover .game-card__img-wrap--overlay[data-v-76e973c7] {
		border-radius: inherit;
		padding-bottom: 75%;
	}
}
@media screen and (hover) and (min-width: 1280px) {
	.game-card__wrap:hover .game-card__img-wrap--overlay[data-v-76e973c7] {
		padding-bottom: 77%;
	}
}
@media (hover) {
	.game-card__wrap:hover .game-card__pic--blur-hover[data-v-76e973c7],
	.game-card__wrap:hover
		.game-card__pic--blur-hover[data-v-76e973c7]
		img {
		filter: blur(5px);
	}
	.game-card__wrap[data-v-76e973c7]:hover ~ .game-card__star:before {
		opacity: 1;
	}
}
.game-card__wrap--no-border[data-v-76e973c7] {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.game-card__hover[data-v-76e973c7] {
	border: 1px solid #c09e41;
	border-radius: inherit;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s;
	width: 100%;
	z-index: 1;
}
.game-card__main[data-v-76e973c7] {
	background-color: #2a2d33;
	border-radius: inherit;
	display: block;
}
.game-card__main--no-border[data-v-76e973c7] {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.game-card__img-wrap[data-v-76e973c7] {
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	padding-bottom: 61.5%;
	position: relative;
}
@media screen and (min-width: 375px) {
	.game-card__img-wrap[data-v-76e973c7] {
		padding-bottom: 64%;
	}
}
@media screen and (min-width: 1024px) {
	.game-card__img-wrap[data-v-76e973c7] {
		padding-bottom: 67.5%;
	}
}
@media screen and (min-width: 1280px) {
	.game-card__img-wrap[data-v-76e973c7] {
		padding-bottom: 68.5%;
	}
	.game-card__img-wrap--small[data-v-76e973c7] {
		padding-bottom: 62%;
	}
}
.game-card__pic[data-v-76e973c7],
.game-card__pic[data-v-76e973c7] img {
	border-radius: inherit;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}
.game-card__name[data-v-76e973c7] {
	align-items: center;
	display: flex;
	height: 24px;
	justify-content: center;
	text-align: center;
}
.game-card__name-text[data-v-76e973c7] {
	color: #e7e8ec;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: none;
	white-space: nowrap;
}
@media screen and (min-width: 568px) {
	.game-card__name-text--recommendations-popup[data-v-76e973c7] {
		width: 120px;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.game-card__name-text--recommendations-popup[data-v-76e973c7] {
		width: 100%;
	}
}
.game-card__flag[data-v-76e973c7] {
	left: 0;
	position: absolute;
	top: 0;
}
.game-card__flag-img[data-v-76e973c7],
.game-card__flag-img[data-v-76e973c7] img {
	height: 100%;
	margin: 0 auto;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}
.status-flag[data-v-255a00ae] {
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	color: #180509;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 12px;
	padding: 4px 8px;
	text-transform: none;
}
.status-flag.status-flag--jackpot[data-v-255a00ae] {
	background: #f55d79;
}
.status-flag.status-flag--new[data-v-255a00ae] {
	background: #16b834;
}
.status-flag.status-flag--popular[data-v-255a00ae] {
	background: #fcdb77;
}
.status-flag.status-flag--tournament[data-v-255a00ae] {
	background: #ca33ff;
}
.status-flag.status-flag--vip[data-v-255a00ae],
.status-flag.status-flag--vip-min[data-v-255a00ae] {
	background: #0cc2da;
	color: #051618;
	z-index: 2;
}
.status-flag.status-flag--vip-min[data-v-255a00ae] {
	color: #051618;
}
.status-flag.status-flag--user-status[data-v-255a00ae] {
	background: #0cc2da;
	z-index: 2;
}
.status-flag.status-flag--user-status-small[data-v-255a00ae] {
	align-items: center;
	background: #0cc2da;
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	height: 20px;
	justify-content: center;
	padding: 0 4px;
	z-index: 2;
}
.status-flag.status-flag--motivational-block[data-v-255a00ae],
.status-flag.status-flag--user-status-small[data-v-255a00ae] {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 12px;
	text-transform: none;
}
.status-flag.status-flag--motivational-block[data-v-255a00ae] {
	background: #f55d79;
	border-top-left-radius: 4px;
	display: block;
	text-align: center;
}
.status-flag.status-flag--developer[data-v-255a00ae],
.status-flag.status-flag--developer-in-tournament[data-v-255a00ae] {
	background-color: rgba(15, 16, 18, 0.7);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	display: block;
	height: 20px;
	padding: 4px;
	position: absolute;
	right: 20px;
	top: 0;
	width: 50px;
}
@media screen and (min-width: 1024px) {
	.status-flag.status-flag--developer[data-v-255a00ae],
	.status-flag.status-flag--developer-in-tournament[data-v-255a00ae] {
		width: 80px;
	}
	.status-flag.status-flag--developer-in-tournament[data-v-255a00ae] {
		width: 50px;
	}
}
.game-card[data-v-255a00ae] {
	color: transparent;
	position: relative;
}
.game-card__wrap[data-v-255a00ae] {
	border-radius: 4px;
	box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15),
		0 1px 3px 0 rgba(0, 0, 0, 0.3);
	cursor: pointer;
	display: block;
}
.game-card__wrap[data-v-255a00ae]:active {
	opacity: 0.8;
}
@media (hover) {
	.game-card__wrap:hover .game-card__hover[data-v-255a00ae] {
		opacity: 1;
	}
	.game-card__wrap:hover
		.game-card__vip-lock--hide-on-hover[data-v-255a00ae] {
		opacity: 0;
	}
	.game-card__wrap:hover .game-card__img-wrap--overlay[data-v-255a00ae] {
		border-radius: inherit;
		padding-bottom: 75%;
	}
}
@media screen and (hover) and (min-width: 1280px) {
	.game-card__wrap:hover .game-card__img-wrap--overlay[data-v-255a00ae] {
		padding-bottom: 77%;
	}
}
@media (hover) {
	.game-card__wrap:hover .game-card__pic--blur-hover[data-v-255a00ae],
	.game-card__wrap:hover
		.game-card__pic--blur-hover[data-v-255a00ae]
		img {
		filter: blur(5px);
	}
	.game-card__wrap[data-v-255a00ae]:hover ~ .game-card__star:before {
		opacity: 1;
	}
}
.game-card__wrap--no-border[data-v-255a00ae] {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.game-card__hover[data-v-255a00ae] {
	border: 1px solid #c09e41;
	border-radius: inherit;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s;
	width: 100%;
	z-index: 1;
}
.game-card__main[data-v-255a00ae] {
	background-color: #2a2d33;
	border-radius: inherit;
	display: block;
}
.game-card__main--no-border[data-v-255a00ae] {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.game-card__img-wrap[data-v-255a00ae] {
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	padding-bottom: 61.5%;
	position: relative;
}
@media screen and (min-width: 375px) {
	.game-card__img-wrap[data-v-255a00ae] {
		padding-bottom: 64%;
	}
}
@media screen and (min-width: 1024px) {
	.game-card__img-wrap[data-v-255a00ae] {
		padding-bottom: 67.5%;
	}
}
@media screen and (min-width: 1280px) {
	.game-card__img-wrap[data-v-255a00ae] {
		padding-bottom: 68.5%;
	}
	.game-card__img-wrap--small[data-v-255a00ae] {
		padding-bottom: 62%;
	}
}
.game-card__pic[data-v-255a00ae],
.game-card__pic[data-v-255a00ae] img {
	border-radius: inherit;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}
.game-card__name[data-v-255a00ae] {
	align-items: center;
	display: flex;
	height: 24px;
	justify-content: center;
	text-align: center;
}
.game-card__name-text[data-v-255a00ae] {
	color: #e7e8ec;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: none;
	white-space: nowrap;
}
@media screen and (min-width: 568px) {
	.game-card__name-text--recommendations-popup[data-v-255a00ae] {
		width: 120px;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.game-card__name-text--recommendations-popup[data-v-255a00ae] {
		width: 100%;
	}
}
.game-card__flag[data-v-255a00ae] {
	left: 0;
	position: absolute;
	top: 0;
}
.game-card__flag-img[data-v-255a00ae],
.game-card__flag-img[data-v-255a00ae] img {
	height: 100%;
	margin: 0 auto;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}
.icon-star {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik04LjgwMDA1IDMuODUzNzJMMTAuMDc3IDYuMjczOTdDMTAuMjIxNyA2LjU0ODIyIDEwLjQ4NTQgNi43Mzk4MiAxMC43OTA5IDYuNzkyNjlMMTMuNDg3MyA3LjI1OTIzTDExLjU4MDEgOS4yMjE1OEMxMS4zNjQgOS40NDM5MyAxMS4yNjMzIDkuNzUzOTYgMTEuMzA3NCAxMC4wNjA5TDExLjY5NyAxMi43Njk1TDkuMjQxMyAxMS41NjJDOC45NjMwNCAxMS40MjUyIDguNjM3MDYgMTEuNDI1MiA4LjM1ODggMTEuNTYyTDUuOTAzMTQgMTIuNzY5NUw2LjI5MjY3IDEwLjA2MDlDNi4zMzY4IDkuNzUzOTYgNi4yMzYwNyA5LjQ0MzkzIDYuMDE5OTYgOS4yMjE1OEw0LjExMjc2IDcuMjU5MjNMNi44MDkxNSA2Ljc5MjY5QzcuMTE0NjkgNi43Mzk4MiA3LjM3ODQxIDYuNTQ4MjIgNy41MjMxMSA2LjI3Mzk3TDguODAwMDUgMy44NTM3MloiIHN0cm9rZT0iI0QwQjc3MSIvPgo8L3N2Zz4K);
}
.icon-star-active {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik03LjY0OTA4IDMuNDU1ODVDNy44MzY2OSAzLjEwMDI3IDguMzQ1OTMgMy4xMDAyNyA4LjUzMzUzIDMuNDU1ODVMOS44MTA0NyA1Ljg3NjFDOS44ODI4MiA2LjAxMzIyIDEwLjAxNDcgNi4xMDkwMyAxMC4xNjc1IDYuMTM1NDZMMTIuODYzOCA2LjYwMkMxMy4yNiA2LjY3MDU1IDEzLjQxNzQgNy4xNTQ4NiAxMy4xMzcyIDcuNDQzMTZMMTEuMjMgOS40MDU1MUMxMS4xMjE5IDkuNTE2NjggMTEuMDcxNSA5LjY3MTcgMTEuMDkzNiA5LjgyNTE2TDExLjQ4MzEgMTIuNTMzOEMxMS41NDAzIDEyLjkzMTcgMTEuMTI4NCAxMy4yMzEgMTAuNzY3NiAxMy4wNTM2TDguMzExOTMgMTEuODQ2MkM4LjE3MjggMTEuNzc3NyA4LjAwOTgxIDExLjc3NzcgNy44NzA2OCAxMS44NDYyTDUuNDE1MDMgMTMuMDUzNkM1LjA1NDI1IDEzLjIzMSA0LjY0MjI3IDEyLjkzMTcgNC42OTk0OSAxMi41MzM4TDUuMDg5MDIgOS44MjUxNkM1LjExMTA5IDkuNjcxNyA1LjA2MDcyIDkuNTE2NjggNC45NTI2NiA5LjQwNTUxTDMuMDQ1NDYgNy40NDMxNkMyLjc2NTI2IDcuMTU0ODYgMi45MjI2MyA2LjY3MDU1IDMuMzE4NzcgNi42MDJMNi4wMTUxNyA2LjEzNTQ2QzYuMTY3OTMgNi4xMDkwMyA2LjI5OTggNi4wMTMyMiA2LjM3MjE0IDUuODc2MUw3LjY0OTA4IDMuNDU1ODVaIiBmaWxsPSIjRkRFMjkyIi8+Cjwvc3ZnPgo=);
}
.game-card__star {
	background: #2a2d33;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	z-index: 1;
}
.game-card__star:before {
	border-right: 1px solid #c09e41;
	border-top: 1px solid #c09e41;
	border-top-right-radius: 4px;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s;
	width: 100%;
	z-index: 2;
}
.game-card__star--active .game-card__star-ico--static {
	opacity: 0;
}
.game-card__star--active .game-card__star-ico--hover {
	opacity: 1;
}
.game-card__star-ico--hover {
	opacity: 0;
}
.game-card__star-ico {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s;
	width: 100%;
}
.v-btn.v-btn--border[data-v-37f520a0] {
	background: transparent;
	background-color: transparent;
	background-image: none;
	border: 1px solid #fde292;
	border-radius: 20px;
	box-shadow: none;
	color: #a7aebe;
	line-height: 36px;
	outline: none;
	padding: 0 18px;
}
@media (hover) {
	.v-btn.v-btn--border[data-v-37f520a0]:hover {
		border-color: #fde9ad;
		box-shadow: none;
		color: #e7e8ec;
	}
}
.v-btn.v-btn--border[data-v-37f520a0]:active {
	border-color: #978347;
	box-shadow: none;
	color: #a7aebe;
}
.v-btn.v-btn--border[data-v-37f520a0]:after {
	content: none;
}
.disabled--btn .v-btn.v-btn--border[data-v-37f520a0],
.disabled.v-btn.v-btn--border[data-v-37f520a0],
[disabled].v-btn.v-btn--border[data-v-37f520a0] {
	border-color: #434953;
	box-shadow: none;
	color: #4a4b50;
}
.disabled--btn .v-btn.v-btn--border[data-v-37f520a0] .v-button__ico,
.disabled.v-btn.v-btn--border[data-v-37f520a0] .v-button__ico,
[disabled].v-btn.v-btn--border[data-v-37f520a0] .v-button__ico {
	opacity: 0.3;
}
.v-btn[data-v-37f520a0] {
	background: transparent;
	border: none;
	color: #fde292;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.32px;
	line-height: 24px;
	padding: 8px 18px;
	text-align: left;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-transform: none;
}
@media (hover) {
	.v-btn[data-v-37f520a0]:hover {
		border-color: transparent;
		box-shadow: none;
		color: #fde9ad;
	}
}
.v-btn[data-v-37f520a0]:active {
	border-color: transparent;
	box-shadow: none;
	color: #978347;
}
.v-btn[data-v-37f520a0]:after {
	content: none;
}
.disabled--btn .v-btn[data-v-37f520a0],
.disabled.v-btn[data-v-37f520a0],
[disabled].v-btn[data-v-37f520a0] {
	border-color: transparent;
	box-shadow: none;
	color: #434953;
}
.v-btn .v-button__ico[data-v-37f520a0] {
	opacity: 0.8;
}
.v-btn[data-v-37f520a0] {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 0;
}
.v-btn.v-btn--disabled[data-v-37f520a0] {
	cursor: default;
	opacity: 0.3;
	pointer-events: none;
}
.v-btn.v-btn--second[data-v-37f520a0] {
	background: linear-gradient(180deg, #6caae2, #539cdd);
	border: none;
	border-radius: 4px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	font-size: 20px;
	font-weight: 400;
	line-height: 48px;
}
.v-btn.v-btn--second[data-v-37f520a0]:active {
	line-height: 44px;
}
.v-btn__text[data-v-37f520a0] {
	z-index: 2;
}
.v-btn__text--second[data-v-37f520a0] {
	color: #e7e8ec;
}
.v-btn__ico[data-v-37f520a0] {
	height: 16px;
	margin-right: 4px;
	width: 16px;
}
.v-btn--long[data-v-37f520a0] {
	min-width: 200px;
}
.v-btn--full-width[data-v-37f520a0] {
	width: 100%;
}
.v-btn--full[data-v-37f520a0] {
	padding: 0;
	width: 100%;
}
.v-btn--small[data-v-37f520a0] {
	font-size: 14px;
	padding: 0 12px;
}
.v-btn__skeleton[data-v-37f520a0] {
	height: 40px;
	width: 150px;
}
.game-list-text[data-v-9904372a] {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 20px;
	margin: 0 auto;
	padding: 16px 8px 0;
	text-align: center;
	text-transform: none;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.game-list-text[data-v-9904372a] {
		font-size: 24px;
		font-weight: 700;
		letter-spacing: normal;
		line-height: 28px;
		text-transform: none;
	}
}
@media screen and (min-width: 1360px) {
	.game-list-text[data-v-9904372a] {
		font-size: 28px;
		font-weight: 700;
		letter-spacing: normal;
		line-height: 32px;
		text-transform: none;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.game-list-text[data-v-9904372a] {
		padding: 16px 16px 0;
	}
}
.game-list-text__title[data-v-9904372a] {
	color: #fde292;
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 28px;
	padding-bottom: 8px;
	text-transform: none;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.game-list-text__title[data-v-9904372a] {
		font-size: 32px;
		font-weight: 700;
		letter-spacing: normal;
		line-height: 40px;
		text-transform: none;
	}
}
@media screen and (min-width: 1360px) {
	.game-list-text__title[data-v-9904372a] {
		font-size: 42px;
		font-weight: 700;
		letter-spacing: normal;
		line-height: 52px;
		text-transform: none;
	}
}
.game-list-text__content[data-v-9904372a] {
	color: #a7aebe;
	padding-bottom: 32px;
}
.horizontal-winners-slider[data-v-714112d6] {
	background-color: #15161a;
	flex-grow: 0;
	padding-bottom: 16px;
	padding-top: 16px;
}
.horizontal-winners-slider .swiper-wrapper[data-v-714112d6] {
	padding: 0 8px;
}
.horizontal-winners-slider__item-wrap[data-v-714112d6] {
	display: flex;
}
.horizontal-winners-slider__header[data-v-714112d6] {
	align-items: center;
	background: #15161a;
	color: #a7aebe;
	display: flex;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 64px;
	letter-spacing: normal;
	line-height: 20px;
	padding: 0 16px;
	text-transform: none;
	white-space: nowrap;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.horizontal-winners-slider__header[data-v-714112d6] {
		font-size: 24px;
		font-weight: 700;
		letter-spacing: normal;
		line-height: 28px;
		text-transform: none;
	}
}
@media screen and (min-width: 1360px) {
	.horizontal-winners-slider__header[data-v-714112d6] {
		font-size: 28px;
		font-weight: 700;
		letter-spacing: normal;
		line-height: 32px;
		text-transform: none;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.horizontal-winners-slider__header[data-v-714112d6] {
		padding: 0 16px;
	}
}
.swiper-container[data-v-714112d6] {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}
.swiper-vertical > .swiper-wrapper[data-v-714112d6] {
	flex-direction: column;
}
.swiper-wrapper[data-v-714112d6] {
	box-sizing: content-box;
	display: flex;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
	z-index: 1;
}
.swiper-container-android .swiper-slide[data-v-714112d6],
.swiper-wrapper[data-v-714112d6] {
	transform: translateZ(0);
}
.swiper-slide[data-v-714112d6] {
	flex-shrink: 0;
	position: relative;
	transition-property: transform;
	width: 100%;
}
.swiper-container-autoheight[data-v-714112d6],
.swiper-container-autoheight .swiper-slide[data-v-714112d6] {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper[data-v-714112d6] {
	align-items: flex-start;
	transition-property: transform, height;
}
.swiper-pagination-lock[data-v-714112d6] {
	display: none;
}
.swiper-lazy-preloader[data-v-714112d6] {
	height: 42px;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	position: absolute;
	top: 50%;
	transform-origin: 50%;
	width: 42px;
	z-index: 10;
}
.swiper-lazy-preloader[data-v-714112d6]:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 120 120'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-linecap='round' stroke-width='11' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}
.swiper-container .swiper-notification[data-v-714112d6] {
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: -1000;
}
.swiper-container-fade .swiper-slide[data-v-714112d6] {
	pointer-events: none;
	transition-property: opacity;
}
.horizontal-winners-slide__slide[data-v-2319da5f] {
	width: auto;
}
.horizontal-winners-slide__item[data-v-2319da5f] {
	align-items: center;
	display: flex;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 16px;
	position: relative;
	text-transform: none;
}
.horizontal-winners-slide__item-wrap[data-v-2319da5f] {
	cursor: pointer;
	margin-right: 16px;
	position: relative;
}
.horizontal-winners-slide__img-wrap[data-v-2319da5f] {
	display: block;
	flex-shrink: 0;
	height: 64px;
	position: relative;
	width: 96px;
}
.horizontal-winners-slide__pic[data-v-2319da5f] {
	border-radius: 3px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 400;
	height: 100%;
	letter-spacing: normal;
	line-height: 12px;
	-o-object-fit: cover;
	object-fit: cover;
	text-transform: none;
	width: 100%;
}
.horizontal-winners-slide__desc[data-v-2319da5f] {
	width: 78px;
}
.horizontal-winners-slide__desc > *[data-v-2319da5f] {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.horizontal-winners-slide__desc[data-v-2319da5f] {
		width: 100px;
	}
}
.horizontal-winners-slide__username[data-v-2319da5f] {
	color: #e7e8ec;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 2px;
}
.horizontal-winners-slide__currency[data-v-2319da5f],
.horizontal-winners-slide__username[data-v-2319da5f] {
	font-family: Arial, sans-serif;
	font-weight: 700;
	letter-spacing: normal;
	text-transform: none;
}
.horizontal-winners-slide__currency[data-v-2319da5f] {
	color: #fde292;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}
.horizontal-winners-slide__text[data-v-2319da5f] {
	color: #e7e8ec;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 16px;
	margin-bottom: 2px;
	text-transform: none;
}
.description {
	color: #a7aebe;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 20px;
	text-transform: none;
}
.description ol,
.description p,
.description ul {
	margin-bottom: 16px;
}
.description h1,
.description h2,
.description h3,
.description h4 {
	color: #e7e8ec;
	margin-bottom: 8px;
}
.description h1,
.description h2 {
	font-size: 16px;
	line-height: 24px;
}
.description h1,
.description h2,
.description h3 {
	font-family: Arial, sans-serif;
	font-weight: 700;
	letter-spacing: normal;
	text-transform: none;
}
.description h3 {
	font-size: 14px;
	line-height: 20px;
}
.description
	a:not(.game-card__wrap):not(.game-pregame-games-list__btn):not(
		.v-button
	):not(.v-link):not(.nav-tabs__btn) {
	border-bottom: 1px solid;
	color: #fde292;
}
.description ul {
	padding-left: 12px;
}
.description ol {
	list-style-type: decimal;
	padding-left: 16px;
}
.description li {
	line-height: 1.29;
}
.description ul li {
	position: relative;
}
.description ul li:before {
	background-color: currentColor;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: -9px;
	position: absolute;
	top: 7px;
	width: 4px;
}
.description .game-pregame-games-list ul li:before {
	display: none;
}
.description em,
.description i {
	font-style: italic;
}
.description b,
.description strong {
	font-weight: 700;
}
.description b {
	color: #e7e8ec;
	font-family: Arial, sans-serif;
	font-size: 16px;
	letter-spacing: normal;
	line-height: 24px;
	text-transform: none;
}
.description .v-button {
	border: none;
	color: #110f08;
	display: inline-flex;
}
.description .nav-tabs__btn {
	border-bottom: none;
	color: #96a0b1;
}
.description .nav-tabs__btn--active {
	color: #e7e8ec;
}
.description > :last-child:not(div) {
	margin-bottom: 0;
}
.description iframe {
	height: auto;
	max-width: 100%;
}
.description details {
	margin-bottom: 16px;
	position: relative;
}
.description details[open] summary:before {
	transform: rotate(180deg);
}
.description summary {
	display: block;
	margin-bottom: 8px;
	padding-right: 32px;
}
.description summary:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #e7e8ec;
	content: "";
	position: absolute;
	right: 8px;
	top: 6px;
	transform: rotate(0deg);
}
.description--typo-inherit {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}
.description--typo-inherit h1,
.description--typo-inherit h2,
.description--typo-inherit h3,
.description--typo-inherit h4 {
	color: inherit;
}
.description--typo-inherit li {
	line-height: inherit;
}
.description--typo-inherit b {
	color: inherit;
	font-size: inherit;
}
.description__ban {
	display: block;
	min-height: 160px;
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
	.description__ban {
		padding-bottom: 30.282%;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.description__ban {
		height: 300px;
		padding-bottom: 0;
	}
}
@media screen and (min-width: 1280px) {
	.description__ban {
		height: 398px;
	}
}
.description__ban-img {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.promotion-text__btn.v-link[data-v-b5a6be66] {
	background: transparent;
	border: none;
	color: #fde292;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.32px;
	line-height: 24px;
	padding: 8px 18px;
	text-align: left;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-transform: none;
}
@media (hover) {
	.promotion-text__btn.v-link[data-v-b5a6be66]:hover {
		border-color: transparent;
		box-shadow: none;
		color: #fde9ad;
	}
}
.promotion-text__btn.v-link[data-v-b5a6be66]:active {
	border-color: transparent;
	box-shadow: none;
	color: #978347;
}
.promotion-text__btn.v-link[data-v-b5a6be66]:after {
	content: none;
}
.disabled--btn .promotion-text__btn.v-link[data-v-b5a6be66],
.disabled.promotion-text__btn.v-link[data-v-b5a6be66],
[disabled].promotion-text__btn.v-link[data-v-b5a6be66] {
	border-color: transparent;
	box-shadow: none;
	color: #434953;
}
.promotion-text__btn.v-link .v-button__ico[data-v-b5a6be66] {
	opacity: 0.8;
}
.promotion-text__height[data-v-b5a6be66] {
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.promotion-text__height[data-v-b5a6be66]:before {
	background: linear-gradient(180deg, rgba(32, 33, 38, 0), #202126);
	bottom: 0;
	content: "";
	display: none;
	height: 80px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.promotion-text__container[data-v-b5a6be66] {
	margin: 0 auto;
	padding: 0 8px;
	width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.promotion-text__container[data-v-b5a6be66] {
		padding: 0 16px;
	}
}
.toggle-active.height-auto[data-v-b5a6be66]:before {
	display: none;
}
.toggle-active[data-v-b5a6be66]:before {
	display: block;
}
.height-auto[data-v-b5a6be66] {
	max-height: none !important;
}
.promotion-text__btn[data-v-b5a6be66] {
	margin: 8px auto 0;
}
.promotion-text__skeleton-title[data-v-b5a6be66] {
	height: 18px;
	margin-bottom: 8px;
	width: 182px;
}
.promotion-text__skeleton-item[data-v-b5a6be66] {
	height: 18px;
	margin-bottom: 4px;
	width: 100%;
}
.v-link__ico {
	-moz-user-select: none;
}
.v-link {
	align-items: center;
	color: #d0b771;
	cursor: pointer;
	display: inline-flex;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 20px;
	text-align: left;
	text-transform: none;
}
.v-link:active,
.v-link:focus {
	color: #746027;
}
@media (hover) {
	.v-link:hover {
		color: #dfcea0;
	}
}
.v-link.disabled,
.v-link[disabled] {
	color: #424852;
	cursor: not-allowed;
	pointer-events: none;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.v-link:not(.v-link--icon-small) .v-link__ico {
		height: 24px;
		width: 24px;
	}
}
.v-link__ico {
	height: 16px;
	margin-right: 2px;
	width: 16px;
}
.v-link__text--bold {
	font-weight: 700;
}
.v-link__text--solid {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
.description {
	color: #a7aebe;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 20px;
	text-transform: none;
}
.description ol,
.description p,
.description ul {
	margin-bottom: 16px;
}
.description h1,
.description h2,
.description h3,
.description h4 {
	color: #e7e8ec;
	margin-bottom: 8px;
}
.description h1,
.description h2 {
	font-size: 16px;
	line-height: 24px;
}
.description h1,
.description h2,
.description h3 {
	font-family: Arial, sans-serif;
	font-weight: 700;
	letter-spacing: normal;
	text-transform: none;
}
.description h3 {
	font-size: 14px;
	line-height: 20px;
}
.description
	a:not(.game-card__wrap):not(.game-pregame-games-list__btn):not(
		.v-button
	):not(.v-link):not(.nav-tabs__btn) {
	border-bottom: 1px solid;
	color: #fde292;
}
.description ul {
	padding-left: 12px;
}
.description ol {
	list-style-type: decimal;
	padding-left: 16px;
}
.description li {
	line-height: 1.29;
}
.description ul li {
	position: relative;
}
.description ul li:before {
	background-color: currentColor;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: -9px;
	position: absolute;
	top: 7px;
	width: 4px;
}
.description .game-pregame-games-list ul li:before {
	display: none;
}
.description em,
.description i {
	font-style: italic;
}
.description b,
.description strong {
	font-weight: 700;
}
.description b {
	color: #e7e8ec;
	font-family: Arial, sans-serif;
	font-size: 16px;
	letter-spacing: normal;
	line-height: 24px;
	text-transform: none;
}
.description .v-button {
	border: none;
	color: #110f08;
	display: inline-flex;
}
.description .nav-tabs__btn {
	border-bottom: none;
	color: #96a0b1;
}
.description .nav-tabs__btn--active {
	color: #e7e8ec;
}
.description > :last-child:not(div) {
	margin-bottom: 0;
}
.description iframe {
	height: auto;
	max-width: 100%;
}
.description details {
	margin-bottom: 16px;
	position: relative;
}
.description details[open] summary:before {
	transform: rotate(180deg);
}
.description summary {
	display: block;
	margin-bottom: 8px;
	padding-right: 32px;
}
.description summary:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #e7e8ec;
	content: "";
	position: absolute;
	right: 8px;
	top: 6px;
	transform: rotate(0deg);
}
.description--typo-inherit {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}
.description--typo-inherit h1,
.description--typo-inherit h2,
.description--typo-inherit h3,
.description--typo-inherit h4 {
	color: inherit;
}
.description--typo-inherit li {
	line-height: inherit;
}
.description--typo-inherit b {
	color: inherit;
	font-size: inherit;
}
.description__ban {
	display: block;
	min-height: 160px;
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
	.description__ban {
		padding-bottom: 30.282%;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.description__ban {
		height: 300px;
		padding-bottom: 0;
	}
}
@media screen and (min-width: 1280px) {
	.description__ban {
		height: 398px;
	}
}
.description__ban-img {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.footer[data-v-5cdff946] {
	background-color: #0f1012;
	padding-bottom: 24px;
}
.footer__desc[data-v-5cdff946] {
	overflow: hidden;
	padding-top: 8px;
}
.footer__copyright[data-v-5cdff946] {
	color: #a7aebe;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 12px;
	padding: 0 8px;
	text-align: center;
	text-transform: none;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.footer__copyright[data-v-5cdff946] {
		padding: 0 16px;
	}
}
.footer__copyright.footer__copyright--padding[data-v-5cdff946] {
	padding: 0 42px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.footer__copyright.footer__copyright--padding[data-v-5cdff946] {
		padding: 0 50px;
	}
}
.footer__container[data-v-5cdff946] {
	margin: 0 auto;
	width: 100%;
}
.footer-trust-list__wrapper[data-v-aae35ad0] {
	padding-top: 8px;
}
.footer-trust-list[data-v-aae35ad0] {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 8px;
}
.footer-trust-list__item[data-v-aae35ad0] {
	padding: 8px;
	width: auto;
}
.footer-trust-list__pic[data-v-5fee4baf] img {
	height: 24px;
	-o-object-fit: contain;
	object-fit: contain;
	width: auto;
}
.footer-menu[data-v-0e294860] {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 16px;
	padding: 0 8px;
	width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.footer-menu[data-v-0e294860] {
		padding: 0 16px;
	}
}
.footer-menu__item[data-v-0e294860] {
	padding: 8px;
	width: auto;
}
.footer-menu__skeleton-item[data-v-0e294860] {
	border-radius: 20px;
	height: 18px;
	padding: 0 2px;
	width: 62px;
}
.footer-menu-item[data-v-21665e6f] {
	padding: 8px;
	width: auto;
}
.logo[data-v-2df03225] {
	display: block;
	height: 48px;
	margin: 2px 0;
	padding: 2px;
	position: relative;
	width: auto;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.logo[data-v-2df03225] {
		height: 64px;
		margin: 4px 0;
	}
}
.logo.logo--footer[data-v-2df03225] {
	height: 48px;
	margin: 0;
	width: 48px;
}
.logo--game[data-v-2df03225] {
	height: 68px;
	margin: 0;
	width: 68px;
}
.logo__pic[data-v-2df03225],
.logo__pic[data-v-2df03225] img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}
.footer-info[data-v-2df03225],
.footer-info__header[data-v-2df03225] {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footer-info__header-app[data-v-2df03225] {
	display: flex;
	margin-bottom: 24px;
}
.footer-info__logo[data-v-2df03225] {
	margin-bottom: 24px;
	order: -2;
}
.footer-info__affiliate-program[data-v-2df03225],
.footer-info__bread-crumbs[data-v-2df03225] {
	margin-bottom: 24px;
}
.footer-download-app__wrap[data-v-ff6c2dca] {
	align-items: center;
	background-color: #000;
	border: 1px solid hsla(0, 0%, 100%, 0.3);
	border-radius: 8px;
	color: #e7e8ec;
	display: flex;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 400;
	height: 40px;
	justify-content: center;
	letter-spacing: normal;
	line-height: 12px;
	margin: 0 4px;
	text-transform: none;
	text-transform: uppercase;
	width: 120px;
}
.footer-download-app__icon[data-v-ff6c2dca] {
	height: 32px;
	margin-right: 4px;
	width: 32px;
}
.footer-download-app__text[data-v-ff6c2dca] {
	font-weight: 400;
	letter-spacing: -0.2px;
	text-align: center;
}
.footer-download-app__text[data-v-ff6c2dca],
.footer-download-app__text-bold[data-v-ff6c2dca] {
	font-family: "Open Sans", sans-serif;
	font-size: 11px;
	line-height: 12px;
}
.footer-download-app__text-bold[data-v-ff6c2dca] {
	font-weight: 700;
	letter-spacing: 1.1px;
}
.icon-android[data-v-ff6c2dca] {
	background-image: url(/_nuxt/img/android.4e8c879.svg);
}
.icon-apple[data-v-ff6c2dca] {
	background-image: url(/_nuxt/img/apple.e8b929b.svg);
}
.footer-social-menu[data-v-e37c4a88] {
	order: -1;
	padding: 0 8px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.footer-social-menu[data-v-e37c4a88] {
		padding: 0 16px;
	}
}
.footer-social-menu__list[data-v-e37c4a88] {
	align-items: center;
	display: flex;
}
.footer-social-menu-item[data-v-4cdb9544]:not(:last-child) {
	margin-right: 24px;
}
.footer-social-menu-item[data-v-4cdb9544] {
	margin-bottom: 24px;
}
.footer-social-menu-item__link[data-v-4cdb9544] {
	display: block;
	height: 24px;
	width: 24px;
}
.icon-footer-vk[data-v-49a949e0] {
	background-image: url(/_nuxt/img/footer-vk.7887fca.svg);
}
.icon-footer-viber[data-v-49a949e0] {
	background-image: url(/_nuxt/img/footer-viber.2ee5932.svg);
}
.icon-footer-telegram[data-v-49a949e0] {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNSAzLjM5MjMzSDE5QzIwLjEwNDYgMy4zOTIzMyAyMSA0LjI4Nzc2IDIxIDUuMzkyMzNWMTkuMzkyM0MyMSAyMC40OTY5IDIwLjEwNDYgMjEuMzkyMyAxOSAyMS4zOTIzSDVDMy44OTU0MyAyMS4zOTIzIDMgMjAuNDk2OSAzIDE5LjM5MjNWNS4zOTIzM0MzIDQuMjg3NzYgMy44OTU0MyAzLjM5MjMzIDUgMy4zOTIzM1pNMSA1LjM5MjMzQzEgMy4xODMyIDIuNzkwODYgMS4zOTIzMyA1IDEuMzkyMzNIMTlDMjEuMjA5MSAxLjM5MjMzIDIzIDMuMTgzMiAyMyA1LjM5MjMzVjE5LjM5MjNDMjMgMjEuNjAxNSAyMS4yMDkxIDIzLjM5MjMgMTkgMjMuMzkyM0g1QzIuNzkwODYgMjMuMzkyMyAxIDIxLjYwMTUgMSAxOS4zOTIzVjUuMzkyMzNaTTQuOTkyOTkgMTEuMzY0MkwxOC4yODIzIDYuMTYyMjRDMTkuMjc1NCA1Ljc1NzUxIDE5LjY2NSA2LjIyMjk1IDE5LjQzNjYgNy4yNzkzNEwxNy4yMzYyIDE3Ljg1NTNDMTcuMDY4NiAxOC43MTM1IDE2LjY0NDYgMTkuMDE1NyAxNS44NjU1IDE4LjU0NzVMMTIuNTEwOSAxNS45OTc2TDEwLjU1MjEgMTcuODc4OUMxMC4zMTE1IDE4LjA5MDIgOS45MzQzNyAxOC4wODgzIDkuNzI4MzcgMTcuNjYzMUw5Ljk1MDc4IDE0LjkwOTNMMTcuMDMwNiA4LjQwMjM5QzE3LjQyNzEgOC4wNDUyOCAxNi45NjYzIDcuOTU4NyAxNi41MTYyIDguMjgzMzZMOC4yNzMwMiAxMy40NTQ2TDQuODYzNzEgMTIuMzU0OUM0LjI3NzMzIDEyLjA5MTYgNC40NTgyMSAxMS42MDY0IDQuOTkyOTkgMTEuMzY0MloiIGZpbGw9IiNBN0FFQkUiLz4KPC9zdmc+Cg==);
}
.icon-footer-fb[data-v-49a949e0] {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4IDJINmE0IDQgMCAwIDAtNCA0djEyYTQgNCAwIDAgMCA0IDRoMTJhNCA0IDAgMCAwIDQtNFY2YTQgNCAwIDAgMC00LTR6bS0xIDE4aC0yLjEzMnYtNS44NDJoMi4yMWwuMzMtMi42NjdoLTIuNTQyVjkuNzljMC0uNzcyLjIwNi0xLjI5OCAxLjI3Mi0xLjI5OEwxNy41IDguNVY2LjEwNUMxNy4yNjUgNi4wNzMgMTYuNDU4IDYgMTUuNTIgNmMtMS45NiAwLTMuMzAyIDEuMjQzLTMuMzAyIDMuNTI1djEuOTY2SDEwdjIuNjY3aDIuMjE3VjIwSDdhMyAzIDAgMCAxLTMtM1Y3YTMgMyAwIDAgMSAzLTNoMTBhMyAzIDAgMCAxIDMgM3YxMGEzIDMgMCAwIDEtMyAzeiIgZmlsbD0iI0E3QUVCRSIvPjwvc3ZnPgo=);
}
.icon-footer-instagram[data-v-49a949e0] {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yIDZDMiAzLjc5MDg2IDMuNzkwODYgMiA2IDJIMThDMjAuMjA5MSAyIDIyIDMuNzkwODYgMjIgNlYxOEMyMiAyMC4yMDkxIDIwLjIwOTEgMjIgMTggMjJINkMzLjc5MDg2IDIyIDIgMjAuMjA5MSAyIDE4VjZaTTQgN0M0IDUuMzQzMTUgNS4zNDMxNSA0IDcgNEgxN0MxOC42NTY5IDQgMjAgNS4zNDMxNSAyMCA3VjE3QzIwIDE4LjY1NjkgMTguNjU2OSAyMCAxNyAyMEg3QzUuMzQzMTUgMjAgNCAxOC42NTY5IDQgMTdWN1pNMTguNSA2Ljc1QzE4LjUgNi4wNTk2NCAxNy45NDA0IDUuNSAxNy4yNSA1LjVDMTYuNTU5NiA1LjUgMTYgNi4wNTk2NCAxNiA2Ljc1QzE2IDcuNDQwMzYgMTYuNTU5NiA4IDE3LjI1IDhDMTcuOTQwNCA4IDE4LjUgNy40NDAzNiAxOC41IDYuNzVaTTEyIDdDMTQuNzYxNCA3IDE3IDkuMjM4NTggMTcgMTJDMTcgMTQuNzYxNCAxNC43NjE0IDE3IDEyIDE3QzkuMjM4NTggMTcgNyAxNC43NjE0IDcgMTJDNyA5LjIzODU4IDkuMjM4NTggNyAxMiA3Wk05IDEyQzkgMTAuMzQzMSAxMC4zNDMxIDkgMTIgOUMxMy42NTY5IDkgMTUgMTAuMzQzMSAxNSAxMkMxNSAxMy42NTY5IDEzLjY1NjkgMTUgMTIgMTVDMTAuMzQzMSAxNSA5IDEzLjY1NjkgOSAxMloiIGZpbGw9IiNBN0FFQkUiLz4KPC9zdmc+Cg==);
}
.icon-footer-ok[data-v-49a949e0] {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iI0E3QUVCRSIgZmlsbC1ydWxlPSJldmVub2RkIiA+PHBhdGggZD0iTTYgMmE0IDQgMCAwIDAtNCA0djEyYTQgNCAwIDAgMCA0IDRoMTJhNCA0IDAgMCAwIDQtNFY2YTQgNCAwIDAgMC00LTRINnptMSAyYTMgMyAwIDAgMC0zIDN2MTBhMyAzIDAgMCAwIDMgM2gxMGEzIDMgMCAwIDAgMy0zVjdhMyAzIDAgMCAwLTMtM0g3em01LjA1OCAxQzEwLjA5MyA1IDguNSA2LjUwOCA4LjUgOC4zN3MxLjU5MyAzLjM3IDMuNTU4IDMuMzcgMy41Ni0xLjUwOCAzLjU2LTMuMzdTMTQuMDIzIDUgMTIuMDU4IDV6bTAgNC43NmMtLjgxMiAwLTEuNDctLjYyNC0xLjQ3LTEuMzkzcy42Ni0xLjM5MyAxLjQ3LTEuMzkzIDEuNDcuNjIzIDEuNDcgMS4zOTMtLjY2IDEuMzkzLTEuNDcgMS4zOTN6bTMuNTggMy43Yy0uMDQ1LjAzNC0uOS42NzMtMi4zMjQuOTQ4bDIuMTUgMi4wMThhLjg4Ljg4IDAgMCAxIC4wMDEgMS4yOTVjLS4zNzguMzU4LTEgLjM1OC0xLjM2OC4wMDFMMTIgMTUuODA4bC0xLjg5NiAxLjkxMmExLjAxIDEuMDEgMCAwIDEtLjY5Ny4yOGMtLjI0MiAwLS40ODQtLjA4NS0uNjcyLS4yNTdhLjg4Ljg4IDAgMCAxLS4wMjUtMS4yOTVsMi4wNC0yLjAyYy0xLjQ2NC0uMjY4LTIuMzUzLS45MjQtMi40LS45NTgtLjQxNy0uMzE2LS40ODQtLjg5My0uMTUtMS4yODhzLjk0My0uNDU4IDEuMzYtLjE0MmMuMDEuMDA3Ljk0LjY2OCAyLjQzNy42N3MyLjQtLjY2MiAyLjQxNy0uNjdjLjQxNy0uMzE2IDEuMDI2LS4yNTMgMS4zNi4xNDJzLjI2Ny45Ny0uMTUgMS4yODh6Ii8+PC9zdmc+Cg==);
}
.icon-footer-twitter[data-v-49a949e0] {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iI0E3QUVCRSIgPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTYgMmE0IDQgMCAwIDAtNCA0djEyYTQgNCAwIDAgMCA0IDRoMTJhNCA0IDAgMCAwIDQtNFY2YTQgNCAwIDAgMC00LTRINnptMSAyYTMgMyAwIDAgMC0zIDN2MTBhMyAzIDAgMCAwIDMgM2gxMGEzIDMgMCAwIDAgMy0zVjdhMyAzIDAgMCAwLTMtM0g3eiIvPjxwYXRoIGQ9Ik0xOC41IDguMTgzYy0uNDYuMi0uOTU0LjMzNy0xLjQ3Mi4zOTguNTMtLjMxMi45MzUtLjgwOCAxLjEyNy0xLjM5Ni0uNDk3LjI5LTEuMDQ1LjUtMS42My42MTNDMTYuMDU4IDcuMzA2IDE1LjM5MiA3IDE0LjY1NCA3IDEzLjIzOCA3IDEyLjEgOC4xMyAxMi4xIDkuNTI1YzAgLjE5OC4wMjMuMzkuMDY2LjU3NS0yLjEzLS4xMDUtNC4wMi0xLjExLTUuMjg1LTIuNjQtLjIyLjM3Mi0uMzQ3LjgwNi0uMzQ3IDEuMjcgMCAuODc2LjQ1MyAxLjY1IDEuMTQgMi4xMDItLjQyLS4wMTQtLjgxNS0uMTI4LTEuMTYyLS4zMTd2LjAzMmMwIDEuMjIzLjg4NCAyLjI0NCAyLjA1NyAyLjQ3NmEyLjYzIDIuNjMgMCAwIDEtLjY3Ni4wODhjLS4xNjYgMC0uMzI2LS4wMTYtLjQ4My0uMDQ3LjMyNiAxLjAwNCAxLjI3MyAxLjczNCAyLjM5NSAxLjc1NC0uODc3LjY3Ny0xLjk4MyAxLjA4LTMuMTg1IDEuMDgtLjIwNyAwLS40MS0uMDEyLS42MTItLjAzNUE3LjMzIDcuMzMgMCAwIDAgOS45MzEgMTdjNC43MTcgMCA3LjI5NS0zLjg0OCA3LjI5NS03LjE4NWwtLjAxLS4zMjdBNS4wOCA1LjA4IDAgMCAwIDE4LjUgOC4xODN6Ii8+PC9zdmc+Cg==);
}
.icon-footer-gplus[data-v-49a949e0] {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iI0E3QUVCRSIgZmlsbC1ydWxlPSJldmVub2RkIiA+PHBhdGggZD0iTTYgMmE0IDQgMCAwIDAtNCA0djEyYTQgNCAwIDAgMCA0IDRoMTJhNCA0IDAgMCAwIDQtNFY2YTQgNCAwIDAgMC00LTRINnptMSAyYTMgMyAwIDAgMC0zIDN2MTBhMyAzIDAgMCAwIDMgM2gxMGEzIDMgMCAwIDAgMy0zVjdhMyAzIDAgMCAwLTMtM0g3em0tMSA4YzAgMi4yMyAxLjc1NCA0IDMuOTYgNCAyLjI2MyAwIDMuOC0xLjYgMy44LTMuODg2IDAtLjI4NiAwLS40NTctLjA1Ny0uNjg2SDkuOTZ2MS4zN2gyLjI2M2MtLjExMy41Ny0uNjggMS43MTQtMi4yNjMgMS43MTQtMS4zNTggMC0yLjQzMi0xLjE0My0yLjQzMi0yLjUxNFM4LjYwMiA5LjQ4NiA5Ljk2IDkuNDg2Yy43OTIgMCAxLjMuMzQzIDEuNTg0LjYzbDEuMDc1LTEuMDNDMTEuOTQgOC40IDExLjAzNCA4IDkuOTYgOCA3Ljc1NCA4IDYgOS43NyA2IDEyem0xMS4zMTMuNTdoMS4xM3YtMS4xNGgtMS4xM3YtMS4xNDNoLTEuMTN2MS4xNDNoLTEuMTN2MS4xNDNoMS4xM3YxLjE0M2gxLjEzVjEyLjU3eiIvPjwvc3ZnPgo=);
}
.footer-affiliate-program[data-v-bef7ba9e] {
	width: 100%;
}
.footer-affiliate-program__link[data-v-bef7ba9e] {
	align-items: center;
	background-color: #202126;
	display: flex;
	height: 40px;
	justify-content: center;
	width: 100%;
}
.footer-affiliate-program__text[data-v-bef7ba9e] {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 12px;
	position: relative;
}
.footer-affiliate-program__text[data-v-bef7ba9e]:after {
	background-color: #e7e8ec;
	content: "";
	height: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}
.footer-affiliate-program__text-line[data-v-bef7ba9e] {
	color: #e7e8ec;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 12px;
	text-transform: none;
}
.footer-affiliate-program__img[data-v-bef7ba9e] {
	height: 32px;
	margin-left: 8px;
	width: 62px;
}

.__nuxt-error-page {
	align-items: center;
	background: #f7f8fb;
	color: #47494e;
	display: flex;
	flex-direction: column;
	font-family: sans-serif;
	font-weight: 100 !important;
	justify-content: center;
	padding: 1rem;
	text-align: center;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.__nuxt-error-page .error {
	max-width: 450px;
}
.__nuxt-error-page .title {
	color: #47494e;
	font-size: 1.5rem;
	margin-bottom: 8px;
	margin-top: 15px;
}
.__nuxt-error-page .description {
	color: #7f828b;
	line-height: 21px;
	margin-bottom: 10px;
}
.__nuxt-error-page a {
	color: #7f828b !important;
	-webkit-text-decoration: none;
	text-decoration: none;
}
.__nuxt-error-page .logo {
	bottom: 12px;
	left: 12px;
	position: fixed;
}

.skeleton[data-v-242381d6] {
	border-radius: inherit;
}
.skeleton__rect-base[data-v-242381d6] {
	fill: #2a2d33;
}
.skeleton__rect-gradient[data-v-242381d6] {
	fill: url(#skeleton-gradient);
}
.skeleton__stop-1[data-v-242381d6] {
	stop-color: rgba(42, 45, 51, 0);
}
.skeleton__stop-2[data-v-242381d6] {
	stop-color: #3f424d;
}
.skeleton__stop-3[data-v-242381d6] {
	stop-color: rgba(63, 66, 77, 0);
}


.home-activity {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 32px 8px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.home-activity {
		padding: 32px 16px;
	}
}
@media screen and (min-width: 1360px) {
	.home-activity {
		flex-direction: row;
		justify-content: center;
	}
}
.home-activity__item {
	max-width: 440px;
	width: 100%;
}
.home-activity__item:not(:last-child) {
	margin-bottom: 16px;
}
@media screen and (min-width: 1360px) {
	.home-activity__item:not(:last-child) {
		margin-bottom: 0;
	}
	.home-activity__item:not(:first-child) {
		margin-left: 16px;
	}
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.home-activity__item {
		max-width: 608px;
	}
}
@media screen and (min-width: 1024px) {
	.home-activity__item {
		max-width: 656px;
	}
}


.icon-help-rotate[data-v-28822988] {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIgN0wzLjkzMzMzIDdDMy40MTc4NyA3IDMgNy40MTc4NyAzIDcuOTMzMzNMMyAyMC4wNjY3QzMgMjAuNTgyMSAzLjQxNzg3IDIxIDMuOTMzMzMgMjFMMTcgMjFMMTMgMThMMTMgOEMxMyA3LjQ4NDUzIDEyLjUxNTUgNyAxMiA3Wk02IDE4LjM3OThMNiA5LjYyMDE3QzYgOS4yNzc2NiA1Ljc3NjE0IDkgNS41IDlDNS4yMjM4NiA5IDUgOS4yNzc2NiA1IDkuNjIwMTdMNSAxOC4zNzk4QzUgMTguNzIyMyA1LjIyMzg2IDE5IDUuNSAxOUM1Ljc3NjE0IDE5IDYgMTguNzIyMyA2IDE4LjM3OThaTTkgMTEuNDk2MUw5IDE4LjUwMzlDOSAxOC43Nzc5IDguNzc2MTQgMTkgOC41IDE5QzguMjIzODYgMTkgOCAxOC43Nzc5IDggMTguNTAzOUw4IDExLjQ5NjFDOCAxMS4yMjIxIDguMjIzODYgMTEgOC41IDExQzguNzc2MTQgMTEgOSAxMS4yMjIxIDkgMTEuNDk2MVpNMTEgMTguNjI3OUwxMSAxMy4zNzIxQzExIDEzLjE2NjYgMTAuNzc2MSAxMyAxMC41IDEzQzEwLjIyMzkgMTMgMTAgMTMuMTY2NiAxMCAxMy4zNzIxTDEwIDE4LjYyNzlDMTAgMTguODMzNCAxMC4yMjM5IDE5IDEwLjUgMTlDMTAuNzc2MSAxOSAxMSAxOC44MzM0IDExIDE4LjYyNzlaTTcgNUw3IDMuODc1QzcgMy4zOTE3NSA3LjUxNjc1IDMgOCAzTDIxIDNMMTcgNi41TDE3IDE2LjEyNUMxNyAxNi42MDgyIDE2LjEwODIgMTcgMTUuNjI1IDE3TDE1IDE3TDE1IDZDMTUgNS40NDc3MiAxNC41NTIzIDUgMTQgNUw3IDVaIiBmaWxsPSIjMUQxODBBIi8+Cjwvc3ZnPgo=);
}
.help-button[data-v-28822988] {
	display: none;
}
@media screen and (min-width: 1024px) {
	.help-button[data-v-28822988] {
		align-items: center;
		background: #d0b771;
		border-radius: 4px 0 0 4px;
		box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.24);
		color: #e7e8ec;
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 128px;
		padding-bottom: 4px;
		transition: box-shadow 0.3s;
		width: 34px;
	}
}
.help-button[data-v-28822988]:after,
.help-button[data-v-28822988]:before {
	border-radius: inherit;
	bottom: 0;
	content: "";
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
@media (hover) {
	.help-button[data-v-28822988]:hover {
		background: #dfcea0;
	}
}
.help-button[data-v-28822988]:active {
	background: #746027;
	height: 128px;
	transform: translateY(1px);
	width: 35px;
}
.help-button[data-v-28822988]:active:before {
	display: none;
}
.help-button[data-v-28822988]:active:after {
	opacity: 1;
}
.help-button__icon[data-v-28822988] {
	height: 24px;
	margin-top: 4px;
	width: 24px;
}
.help-button__icon-wrap[data-v-28822988] {
	display: block;
	height: 100%;
	width: 100%;
}
.help-button__icon-wrap--active[data-v-28822988] {
	display: none;
}
.help-button__text[data-v-28822988] {
	color: #1d180a;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.32px;
	line-height: 24px;
	text-transform: none;
	transform: rotate(180deg);
	width: -moz-min-content;
	width: min-content;
	writing-mode: vertical-lr;
}

.registration-modal-ban[data-v-4adb0123] {
	display: flex;
	height: 100%;
	justify-content: center;
	padding-bottom: 44.58%;
	position: relative;
	width: 100%;
}
@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
	.registration-modal-ban[data-v-4adb0123] {
		display: none;
	}
}
@media screen and (max-width: 1023px) and (orientation: portrait),
	screen and (max-width: 1112px) and (orientation: landscape) {
	.registration-modal-ban--mobile-hidden[data-v-4adb0123] {
		display: none;
	}
}
.registration-modal-ban__pic[data-v-4adb0123] {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.registration-modal-ban__pic[data-v-4adb0123] img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.registration-modal-ban__wrap[data-v-4adb0123]:first-child {
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%;
}

.nav-tabs[data-v-18d51c49] {
	background: #0f1012;
	display: flex;
	position: relative;
	width: 100%;
}
.nav-tabs-scroll[data-v-18d51c49] {
	height: 40px;
	overflow: hidden;
}
.nav-tabs-scroll .nav-tabs[data-v-18d51c49] {
	overflow-x: auto;
	overflow-y: hidden;
	overflow: auto hidden;
	padding-bottom: 24px;
}
.nav-tabs-scroll
	.nav-tabs__btn[data-v-18d51c49]:not(.nav-tabs__btn--icon) {
	flex-shrink: 0;
}
.nav-tabs-scroll--sticky[data-v-18d51c49] {
	height: 48px;
	left: 0;
	margin-top: 0;
	overflow: hidden;
	padding-top: 8px;
	position: sticky;
	top: 55px;
	z-index: 3;
}
.nav-tabs-scroll--sticky[data-v-18d51c49]:before {
	background-color: #0f1012;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.nav-tabs-scroll--sticky[data-v-18d51c49] {
		top: 72px;
	}
}
.nav-tabs-scroll--cookie[data-v-18d51c49] {
	top: 125px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.nav-tabs-scroll--cookie[data-v-18d51c49] {
		top: 142px;
	}
}
.nav-tabs-scroll--hello-bar[data-v-18d51c49] {
	top: 119px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.nav-tabs-scroll--hello-bar[data-v-18d51c49] {
		top: 136px;
	}
}
.nav-tabs-scroll--padding-top[data-v-18d51c49] {
	background: #0f1012;
	height: 48px;
	padding-top: 8px;
}
.nav-tabs-scroll--margin-minus[data-v-18d51c49] {
	margin-left: -8px;
	margin-right: -8px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.nav-tabs-scroll--margin-minus[data-v-18d51c49] {
		margin-left: -16px;
		margin-right: -16px;
	}
}
.nav-tabs__btn[data-v-18d51c49] {
	align-items: center;
	background: #15161a;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #a7aebe;
	display: flex;
	flex: 1;
	flex-basis: 100px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 40px;
	justify-content: center;
	letter-spacing: normal;
	line-height: 20px;
	margin-right: 2px;
	padding: 0 8px;
	position: relative;
	text-align: center;
	text-transform: none;
	white-space: nowrap;
}
.nav-tabs__btn[data-v-18d51c49]:last-child {
	margin-right: 0;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.nav-tabs__btn[data-v-18d51c49]:nth-child(-n + 2) {
		position: sticky;
		z-index: 2;
	}
	.nav-tabs__btn[data-v-18d51c49]:first-child {
		border-right: 2px solid #0f1012;
		left: 0;
		margin-right: 0;
	}
	.nav-tabs__btn[data-v-18d51c49]:nth-child(2) {
		left: 48px;
	}
}
.nav-tabs__btn--active[data-v-18d51c49] {
	background: #202126;
	color: #e7e8ec;
}
.nav-tabs__btn--icon[data-v-18d51c49] {
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 0;
	width: 48px;
}
.nav-tabs__btn--icon .nav-tabs__name[data-v-18d51c49] {
	display: none;
}
.nav-tabs__btn-icon[data-v-18d51c49] {
	flex-shrink: 0;
	height: 24px;
	position: relative;
	width: 24px;
}
.nav-tabs__icon[data-v-18d51c49] {
	left: 0;
	position: absolute;
	top: 0;
}
.nav-tabs-scroll.nav-tabs-scroll--skeleton-grid[data-v-18d51c49] {
	display: grid;
	grid-auto-rows: 0;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	grid-template-rows: 16px;
	padding: 8px 8px 0;
	z-index: 0;
	grid-column-gap: 8px;
	box-sizing: content-box;
	height: 16px;
	margin-top: 0;
}
.nav-tabs__btn-text--not-iphone-5[data-v-18d51c49] {
	display: block;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation: portrait) {
	.nav-tabs__btn-text--not-iphone-5[data-v-18d51c49] {
		display: none;
	}
}
.nav-tabs__btn-text--iphone-5[data-v-18d51c49] {
	display: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation: portrait) {
	.nav-tabs__btn-text--iphone-5[data-v-18d51c49] {
		display: block;
	}
}
.registration[data-v-18d51c49] {
	background-color: #202126;
	border-radius: 4px;
	box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15),
		0 1px 3px 0 rgba(0, 0, 0, 0.3);
	margin: auto;
	max-width: 480px;
	transition: margin 0.7s ease-in-out;
	width: 100%;
}
@media screen and (max-width: 1023px) and (orientation: portrait),
	screen and (max-width: 1112px) and (orientation: landscape) {
	.registration--centered-top[data-v-18d51c49] {
		margin-top: 0;
	}
}
.registration__headline[data-v-18d51c49] {
	align-items: center;
	background-color: #0f1012;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	display: flex;
	height: 48px;
	justify-content: center;
	position: relative;
}
.registration__title[data-v-18d51c49] {
	color: #e7e8ec;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 24px;
	text-transform: none;
}
.registration__close[data-v-18d51c49] {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.registration__foot[data-v-18d51c49] {
	align-items: center;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	display: flex;
	height: 40px;
	justify-content: space-between;
	padding: 0 16px;
}

      .close-button {
        height: 24px;
        width: 24px;
      }
      .close-button:active {
        opacity: 0.8;
      }
      .close-button:after {
        content: "";
        height: 40px;
        left: 0;
        position: absolute;
        top: 0;
        width: 40px;
      }
      .close-button.close-button--size20 {
        height: 20px;
        width: 20px;
      }
      @media (hover) {
        .close-button--second:hover .close-button__ico--hover {
          display: block;
        }
        .close-button--second:hover .close-button__ico--normal {
          display: none;
        }
      }
      .close-button--second:active {
        opacity: 1;
      }
      .close-button--second:active .close-button__ico--active {
        display: block;
      }
      .close-button--second:active .close-button__ico--normal {
        display: none;
      }
      .close-button__ico {
        height: 100%;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
      }
      .close-button__ico--active.close-button__ico--active,
      .close-button__ico--hover.close-button__ico--hover {
        display: none;
      }
      .icon-close-btn {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjI5Mjg5IDE4LjcwNzFDNS42ODM0MiAxOS4wOTc2IDYuMzE2NTggMTkuMDk3NiA2LjcwNzExIDE4LjcwNzFMMTIgMTMuNDE0MkwxNy4yOTI5IDE4LjcwNzFDMTcuNjgzNCAxOS4wOTc2IDE4LjMxNjYgMTkuMDk3NiAxOC43MDcxIDE4LjcwNzFDMTkuMDk3NiAxOC4zMTY2IDE5LjA5NzYgMTcuNjgzNCAxOC43MDcxIDE3LjI5MjlMMTMuNDE0MiAxMkwxOC43MDcxIDYuNzA3MTFDMTkuMDk3NiA2LjMxNjU4IDE5LjA5NzYgNS42ODM0MiAxOC43MDcxIDUuMjkyODlDMTguMzE2NiA0LjkwMjM3IDE3LjY4MzQgNC45MDIzNyAxNy4yOTI5IDUuMjkyODlMMTIgMTAuNTg1OEw2LjcwNzExIDUuMjkyODlDNi4zMTY1OCA0LjkwMjM3IDUuNjgzNDIgNC45MDIzNyA1LjI5Mjg5IDUuMjkyODlDNC45MDIzNyA1LjY4MzQyIDQuOTAyMzcgNi4zMTY1OCA1LjI5Mjg5IDYuNzA3MTFMMTAuNTg1OCAxMkw1LjI5Mjg5IDE3LjI5MjlDNC45MDIzNyAxNy42ODM0IDQuOTAyMzcgMTguMzE2NiA1LjI5Mjg5IDE4LjcwNzFaIiBmaWxsPSIjQTdBRUJFIi8+Cjwvc3ZnPgo=);
      }
      .icon-close-btn-light {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTEwLjU4NiAxMkw1LjI5MyA2LjcwN2ExIDEgMCAwIDEgMS40MTQtMS40MTRMMTIgMTAuNTg2bDUuMjkzLTUuMjkzYTEgMSAwIDAgMSAxLjQxNCAxLjQxNEwxMy40MTQgMTJsNS4yOTMgNS4yOTNhMSAxIDAgMSAxLTEuNDE0IDEuNDE0TDEyIDEzLjQxNGwtNS4yOTMgNS4yOTNhMSAxIDAgMCAxLTEuNDE0LTEuNDE0TDEwLjU4NiAxMnoiIGZpbGw9IiNBN0FFQkUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
      }
      .icon-popup-close {
        background-image: url(/_nuxt/img/popup-close.4ccb9d6.svg);
      }
      .icon-popup-close-hover {
        background-image: url(/_nuxt/img/popup-close-hover.c9c4be8.svg);
      }
      .icon-popup-close-active {
        background-image: url(/_nuxt/img/popup-close-active.c9c4be8.svg);
      }
      .icon-close {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNS4yOTI4OSAxOC43MDcxQzUuNjgzNDIgMTkuMDk3NiA2LjMxNjU4IDE5LjA5NzYgNi43MDcxMSAxOC43MDcxTDEyIDEzLjQxNDJMMTcuMjkyOSAxOC43MDcxQzE3LjY4MzQgMTkuMDk3NiAxOC4zMTY2IDE5LjA5NzYgMTguNzA3MSAxOC43MDcxQzE5LjA5NzYgMTguMzE2NiAxOS4wOTc2IDE3LjY4MzQgMTguNzA3MSAxNy4yOTI5TDEzLjQxNDIgMTJMMTguNzA3MSA2LjcwNzExQzE5LjA5NzYgNi4zMTY1OCAxOS4wOTc2IDUuNjgzNDIgMTguNzA3MSA1LjI5Mjg5QzE4LjMxNjYgNC45MDIzNyAxNy42ODM0IDQuOTAyMzcgMTcuMjkyOSA1LjI5Mjg5TDEyIDEwLjU4NThMNi43MDcxMSA1LjI5Mjg5QzYuMzE2NTggNC45MDIzNyA1LjY4MzQyIDQuOTAyMzcgNS4yOTI4OSA1LjI5Mjg5QzQuOTAyMzcgNS42ODM0MiA0LjkwMjM3IDYuMzE2NTggNS4yOTI4OSA2LjcwNzExTDEwLjU4NTggMTJMNS4yOTI4OSAxNy4yOTI5QzQuOTAyMzcgMTcuNjgzNCA0LjkwMjM3IDE4LjMxNjYgNS4yOTI4OSAxOC43MDcxWiIgZmlsbD0iI0E3QUVCRSIvPgo8L3N2Zz4K);
      }
    
      .promo-button[data-v-3b6beaf2] {
        align-items: center;
        background-color: #15161a;
        border-radius: 16px;
        display: flex;
        height: 32px;
        justify-content: center;
        padding: 0 8px;
        width: 100%;
      }
      .promo-button__pic[data-v-3b6beaf2] {
        margin-right: 4px;
      }
    
      .promo-text[data-v-67671673] {
        align-items: center;
        display: flex;
      }
      .promo-text__additional[data-v-67671673] {
        color: #a7aebe;
      }
      .promo-text__additional[data-v-67671673],
      .promo-text__link[data-v-67671673] {
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 20px;
        text-transform: none;
      }
      .promo-text__link[data-v-67671673] {
        color: #c09e41;
        margin-left: 4px;
        position: relative;
      }
   
      .promo-pic[data-v-e86c7a2e] {
        height: 16px;
        width: 16px;
      }
    
      .icon-promo-code[data-v-6b91fc1a] {
        background-image: url(/_nuxt/img/promo-code.87dab62.svg);
      }
      .registration-tab[data-v-6b91fc1a] {
        padding: 12px 8px 16px;
      }
      @media screen and (min-width: 768px) and (min-height: 420px) {
        .registration-tab[data-v-6b91fc1a] {
          padding-left: 16px;
          padding-right: 16px;
        }
      }
      .registration-tab__desc[data-v-6b91fc1a] {
        margin-bottom: 16px;
      }
      .registration-tab__input[data-v-6b91fc1a]:not(:last-child),
      .registration-tab__inputs[data-v-6b91fc1a]:not(:last-child) {
        margin-bottom: 8px;
      }
      .registration-tab__input--align-center[data-v-6b91fc1a] {
        margin-left: auto;
        margin-right: auto;
      }
      .registration-tab__check[data-v-6b91fc1a] {
        margin-bottom: 24px;
      }
      .registration-tab__btn[data-v-6b91fc1a] {
        display: flex;
        justify-content: center;
      }
      .registration-tab__btn .v-button[data-v-6b91fc1a] {
        width: 200px;
      }
      .registration-tab__btn-item[data-v-6b91fc1a] {
        width: 200px;
        z-index: 0;
      }
      .registration-tab__login[data-v-6b91fc1a] {
        display: none;
      }
   
      .icon-vk {
        background-image: url(/_nuxt/img/vk.749f43d.svg);
      }
      .icon-facebook {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSI1MCUiIHkxPSI4Ljg5OTA4OTklIiB4Mj0iNTAlIiB5Mj0iOTMuNTUxOTk4MiUiIGlkPSJBIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmIiBvZmZzZXQ9IjAlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBmaWxsPSIjMWMzMDYyIiB5PSIyIiB3aWR0aD0iNDAiIGhlaWdodD0iMzgiIHJ4PSI1Ii8+PHJlY3QgZmlsbD0iIzNhNjFiMiIgd2lkdGg9IjQwIiBoZWlnaHQ9IjM4IiByeD0iNSIvPjxyZWN0IGZpbGw9InVybCgjQSkiIG9wYWNpdHk9Ii4yIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6c29mdC1saWdodCIgd2lkdGg9IjQwIiBoZWlnaHQ9IjM4IiByeD0iNSIvPjxwYXRoIGQ9Ik0yNC43MzYgMzRWMjAuMzE2aDQuNDIybC42NjItNS4zMzNoLTUuMDg1di0zLjQwNWMwLTEuNTQ0LjQxMy0yLjU5NiAyLjU0NS0yLjU5NkgzMFY0LjJjLS40Ny0uMDY1LTIuMDg0LS4yLTMuOTYyLS4yLTMuOTIgMC02LjYwNCAyLjQ4NS02LjYwNCA3LjA1djMuOTMzSDE1djUuMzMzaDQuNDM0VjM0aDUuMzAzeiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPgo=);
      }
      .icon-google {
        background-image: url(/_nuxt/img/google.f11ff58.svg);
      }
      .icon-mail {
        background-image: url(/_nuxt/img/mail.3b02d45.svg);
      }
      .icon-ok {
        background-image: url(/_nuxt/img/ok.57f3235.svg);
      }
    
      .social-login[data-v-2e9d730a] {
        padding: 8px 16px 24px;
      }
      .social-login.social-login--min-design[data-v-2e9d730a] {
        padding: 16px 0 0;
      }
      .social-login.social-login--min-design
        .social-login__list[data-v-2e9d730a] {
        flex-wrap: wrap;
      }
      .social-login.social-login--min-design
        .social-login__item[data-v-2e9d730a] {
        margin: 8px;
      }
      .social-login.social-login--min-design
        .social-login__title[data-v-2e9d730a] {
        margin-bottom: 16px;
      }
      .social-login__title[data-v-2e9d730a] {
        color: #a7aebe;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 16px;
        margin-bottom: 24px;
        overflow: hidden;
        text-align: center;
        text-transform: none;
      }
      .social-login__title[data-v-2e9d730a]:after,
      .social-login__title[data-v-2e9d730a]:before {
        background-color: #a7aebe;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 100%;
      }
      .social-login__title[data-v-2e9d730a]:before {
        left: -10px;
        margin-left: -100%;
      }
      .social-login__title[data-v-2e9d730a]:after {
        margin-right: -100%;
        right: -12px;
      }
      .social-login__list[data-v-2e9d730a] {
        display: flex;
        justify-content: center;
      }
      .social-login__item[data-v-2e9d730a]:not(:last-child) {
        margin-right: 8px;
      }
      .social-login__social-btn[data-v-2e9d730a] {
        display: block;
        height: 40px;
        width: 40px;
      }
    
      .overlay2[data-v-cbb609c4] {
        background-color: rgba(0, 0, 0, 0.75);
        display: flex;
        height: 100%;
        left: 0;
        overflow: auto;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 15;
      }
      .overlay2--flex-start[data-v-cbb609c4] {
        align-items: flex-start;
      }
      .overlay2.overlay2--z-13[data-v-cbb609c4] {
        z-index: 13;
      }
      .overlay2.overlay2--z-101[data-v-cbb609c4] {
        z-index: 101;
      }
      .overlay2.overlay2--z-16[data-v-cbb609c4] {
        z-index: 16;
      }
      .overlay2--flex[data-v-cbb609c4] {
        display: flex;
        overflow: auto;
      }
    
      .input-item-wrap__ico,
      .input-item-wrap__ico-right {
        -moz-user-select: none;
      }
      .input-item-tel:active,
      .input-item:active {
        background-color: transparent;
      }
      .input-item,
      .input-item-tel {
        display: flex;
        flex-direction: column;
        position: relative;
        transition: padding 0.3s;
        z-index: 0;
      }
      .input-item--second {
        background-color: inherit;
        height: 100%;
        line-height: 24px;
        position: relative;
      }
      .input-item--second:hover .input-item-wrap--border-title:before {
        border-color: #8a95a8;
      }
      .input-item--second:focus-within .input-item-wrap--border-title:before {
        border-color: #3f424d;
        border-width: 2px;
      }
      .input-item--second:focus-within .input-item__title--on-border {
        color: #3f424d;
      }
      .input-item-tel {
        z-index: 2;
      }
      .input-item-tel--disabled {
        cursor: not-allowed;
        filter: opacity(0.5);
        pointer-events: none;
      }
      .input-item-tel--country-list-open {
        z-index: 3;
      }
      .input-item-tel--position-static {
        position: static;
      }
      .input-item-tel__error-text {
        color: #f55d79;
        display: block;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 16px;
        overflow: hidden;
        padding-top: 4px;
        text-transform: none;
        visibility: visible;
        white-space: normal;
        width: 100%;
      }
      .input-item--deposit.input-item-tel,
      .input-item.input-item--deposit {
        margin-right: 8px;
        width: 152px;
      }
      .input-item--deposit.input-item-tel input,
      .input-item.input-item--deposit input {
        color: #a7aebe;
      }
      .input-item-wrap__bg {
        background-color: #0f1012;
        border-radius: 3px;
        display: block;
        height: 100%;
        position: relative;
        width: 100%;
      }
      .input-item-wrap__input,
      .input-item-wrap__input-pseudo {
        color: #e7e8ec;
        display: block;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        height: 100%;
        letter-spacing: normal;
        line-height: 24px;
        padding: 0 16px;
        text-transform: none;
        width: 100%;
      }
      .input-item-wrap__input--second {
        color: #a7aebe;
        min-width: 0;
        padding-left: 2px;
        -webkit-text-fill-color: #a7aebe;
        background: transparent;
      }
      .input-item-wrap__input--textarea {
        padding: 0;
      }
      .input-previous-data {
        color: #a7aebe;
        display: none;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px;
        padding: 0 12px;
        position: absolute;
        right: 0;
        text-transform: none;
        z-index: 2;
      }
      .input-previous-data:after {
        padding-top: 1px;
        text-align: right;
        width: 18px;
        z-index: 3;
      }
      .input-item-wrap__input-pseudo {
        align-items: baseline;
        bottom: 0;
        color: transparent;
        display: flex;
        height: 28px;
        left: 0;
        line-height: 28px;
        margin: auto;
        opacity: 0;
        overflow: hidden;
        padding: 0 12px;
        position: absolute;
        top: 0;
      }
      .input-item-wrap--cur,
      .input-item-wrap--cur .input-item-wrap__bg {
        align-items: center;
        display: flex;
      }
      .input-item-wrap--cur .input-item-wrap__input {
        height: 16px;
        position: relative;
        z-index: 2;
      }
      .input-item-wrap {
        border-radius: 4px;
        display: block;
        height: 40px;
        width: 100%;
      }
      .input-item-wrap.input-item-wrap--area {
        height: 56px;
      }
      .input-item-wrap.input-item-wrap--area .input-item-wrap__bg {
        padding: 8px 0;
      }
      .input-item-wrap.active .input-item-wrap__input-pseudo {
        opacity: 1;
      }
      .input-item-wrap.active .input-previous-data {
        display: block;
      }
      .input-item-wrap.input-item-wrap--captcha {
        width: calc(100% - 136px);
      }
      .input-item-wrap--border-title {
        background: transparent;
        position: relative;
      }
      .input-item-wrap--border-title:before {
        border: 1px solid #a7aebe;
        border-radius: inherit;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: border-color 0.3s;
        width: 100%;
        z-index: -1;
      }
      .input-item-wrap--border-title ::-moz-placeholder {
        color: #a7aebe;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px;
        opacity: 1;
        text-transform: none;
      }
      .input-item-wrap--border-title ::placeholder {
        color: #a7aebe;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px;
        opacity: 1;
        text-transform: none;
      }
      .input-item-wrap--input {
        height: 48px;
        padding: 3px;
        z-index: 0;
      }
      .input-item-wrap--textarea {
        height: 100%;
        padding: 12px 16px;
        z-index: 0;
      }
      .alert-text {
        display: block;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 16px;
        min-height: 15px;
        overflow: hidden;
        padding-top: 1px;
        text-transform: none;
        visibility: hidden;
        white-space: nowrap;
        width: 100%;
      }
      .alert-text > a {
        color: #d0b771;
      }
      @media (hover) {
        .alert-text > a:hover {
          -webkit-text-decoration: underline;
          text-decoration: underline;
        }
      }
      .input-item-wrap__ico-right {
        bottom: 0;
        height: 24px;
        margin: auto;
        overflow: hidden;
        position: absolute;
        right: 6px;
        top: 0;
        width: 24px;
        z-index: 1;
      }
      .input-item-wrap__ico-right.show-pass {
        align-items: center;
        cursor: pointer;
        display: flex;
        height: 100%;
        justify-content: center;
        opacity: 0.3;
        right: 0;
        width: 35px;
      }
      .input-item-wrap__ico-right.show-pass [class*="icon-"] {
        height: 13px;
        width: 18px;
      }
      .input-item-wrap__ico-right.show-pass:before {
        background-color: currentcolor;
        border-right: 1px solid #e7e8ec;
        bottom: 0;
        box-sizing: content-box;
        content: "";
        height: 19px;
        left: 0;
        margin: auto;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(-45deg);
        transition: opacity 0.3s;
        width: 2px;
      }
      .input-item-wrap__ico-right.active {
        color: #0f1012;
      }
      .input-item-wrap__ico-right.active:before {
        opacity: 1;
      }
      .input-item-wrap__ico-right:active {
        opacity: 0.4;
      }
      .input-item-wrap__ico-right--alert-ico {
        display: none;
      }
      .attention .alert-text,
      .error .alert-text,
      .limit .alert-text,
      .success .alert-text {
        visibility: visible;
        white-space: normal;
      }
      .error .input-item-wrap {
        box-shadow: 0 0 0 1px #f55d79;
      }
      .error .input-item-wrap--border-title {
        background: transparent;
      }
      .error .input-item-wrap--border-title:before {
        background-image: none;
        border-color: #f55d79;
        border-width: 2px;
      }
      .error .alert-text,
      .error .input-item__title--on-border {
        color: #f55d79;
      }
      .error .confirmation-code-input__input {
        border: 2px solid #f55d79;
      }
      .error .input-item__error-text {
        color: #f55d79;
        line-height: 18px;
        padding-left: 16px;
        padding-top: 3px;
      }
      .attention .alert-text,
      .attention .input-item-wrap__ico-right--alert-ico {
        color: #fde292;
      }
      .attention .input-item-wrap__ico-right--alert-ico {
        display: block;
      }
      .attention .input-item-wrap__input {
        padding-right: 36px;
      }
      .attention
        .input-item-wrap__ico-right:not(
          .input-item-wrap__ico-right--alert-ico
        ) {
        display: none;
      }
      .success .alert-text {
        color: #43c65b;
      }
      .input-item__title {
        color: #a7aebe;
        display: block;
        font-family: Arial, sans-serif;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 12px;
        margin-bottom: 4px;
        padding-top: 2px;
        text-transform: none;
      }
      .input-item__title--center-bold {
        font-weight: 700;
        text-align: center;
      }
      .input-item__title--on-border {
        align-self: flex-start;
        background-color: #e7e8ec;
        color: #a7aebe;
        left: 12px;
        line-height: 16px;
        padding-left: 4px;
        padding-right: 4px;
        position: absolute;
        top: -8px;
        z-index: 1;
      }
      .input-item__forgot {
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 16px;
        text-transform: none;
      }
      .input-item__input {
        text-shadow: inherit;
      }
      .input-item-wrap__input-pseudo--per:after {
        color: #e7e8ec;
        content: " %";
      }
      .input-previous-data--per:after {
        content: "%";
      }
      .input-item-wrap.active
        .input-item-wrap__input
        + .input-item-wrap__input-pseudo {
        color: #4a4b50;
        justify-content: flex-end;
      }
      body.rub .input-item-wrap__input + .input-item-wrap__input-pseudo:after {
        color: #4a4b50;
      }
      .input-item-wrap__ico-wrap {
        background-color: #a7aebe;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        bottom: 0;
        height: 36px;
        left: 0;
        position: absolute;
        top: 0;
        width: 36px;
      }
      .input-item-wrap__ico {
        bottom: 0;
        height: 24px;
        left: 6px;
        margin: auto;
        position: absolute;
        top: 0;
        width: 24px;
      }
      .input-item-wrap.input-item-wrap--ico-left .input-item-wrap__input {
        padding-left: 44px;
      }
      .input-item-wrap.input-item-wrap--ico-right .input-item-wrap__input {
        padding-right: 36px;
      }
      .input-item-wrap__text--pic-right {
        padding-right: 88px;
      }
      .input-item__sub {
        color: #fde292;
      }
      .input-item__limit,
      .input-item__sub {
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 16px;
        text-transform: none;
      }
      .input-item__limit {
        color: #a7aebe;
        display: block;
        min-height: 15px;
        padding-top: 1px;
        width: 100%;
      }
      .rub .input-item-wrap__input-pseudo--cur:after {
        color: #e7e8ec;
        content: " i";
        font-family: "ALS Rubl", sans-serif;
        font-weight: 400;
      }
      .input-item--select-btn.input-item-tel .input-item-wrap,
      .input-item.input-item--select-btn .input-item-wrap {
        background-color: #e7e8ec;
        position: relative;
      }
      .input-item-wrap__select {
        align-items: center;
        border-radius: 4px;
        color: #e7e8ec;
        cursor: pointer;
        display: flex;
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: 700;
        height: 100%;
        letter-spacing: 0.32px;
        line-height: 20px;
        padding: 0 16px;
        position: relative;
        text-transform: none;
        width: 100%;
        z-index: 1;
      }
      .input-item-wrap__select .personal-pic img {
        border-radius: 2px;
        height: 20px;
        margin-left: -4px;
        margin-right: 8px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 30px;
      }
      .input-item-wrap__select.active {
        color: #a7aebe;
      }
      .input-item-wrap__select-label {
        color: inherit;
        opacity: 0.5;
        transition: opacity 0.3s;
      }
      .input-item__select-pic {
        max-height: 76%;
        max-width: 60px;
        position: absolute;
        right: 39px;
        top: 50%;
        transform: translateY(-50%);
      }
      .input-item__select-pic.input-item__select-pic--visa {
        height: 14px;
        width: 41px;
      }
      .input-item__triangle:before {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #a7aebe;
        content: "";
        display: block;
        opacity: 0.3;
        pointer-events: none;
        position: absolute;
        right: 1em;
        top: 1em;
        z-index: 0;
      }
      .input-item--input-plus-select .input-item__triangle {
        bottom: 0;
        cursor: pointer;
        height: 100%;
        position: absolute;
        right: 0;
        width: 3em;
        z-index: 4;
      }
      .input-item--input-plus-select .input-item-wrap__select {
        color: #0f1012;
      }
   
      .email-auto-complete[data-v-6cdebbcc] {
        position: relative;
      }
      .email-auto-complete__overlay[data-v-6cdebbcc] {
        background-color: #15161a;
        border-radius: 4px;
        max-height: 194px;
        overflow: auto;
        padding: 4px 0;
        position: absolute;
        top: calc(100% + 4px);
        width: 100%;
        z-index: 10;
      }
      .email-auto-complete__item[data-v-6cdebbcc] {
        align-items: center;
        cursor: pointer;
        display: flex;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        height: 40px;
        letter-spacing: normal;
        line-height: 24px;
        padding: 0 4px;
        text-transform: none;
        transition: background-color 0.2s ease-in-out;
        will-change: background-color;
      }
      .email-auto-complete__item[data-v-6cdebbcc]:not(:last-child) {
        margin-bottom: 2px;
      }
      .email-auto-complete__item-selected
        .email-auto-complete__completion[data-v-6cdebbcc],
      .email-auto-complete__item:hover
        .email-auto-complete__completion[data-v-6cdebbcc] {
        background-color: #202126;
        color: #e7e8ec;
      }
      .email-auto-complete__completion[data-v-6cdebbcc] {
        border-radius: 2px;
        color: #a7aebe;
        display: flex;
        padding: 8px;
        width: 100%;
      }
 
      .overlay-language-validator[data-v-b26f1050] {
        height: 100%;
      }

      .input-item-wrap__ico,
      .input-item-wrap__ico-right {
        -moz-user-select: none;
      }
      .input-item-tel:active,
      .input-item:active {
        background-color: transparent;
      }
      .input-item,
      .input-item-tel {
        display: flex;
        flex-direction: column;
        position: relative;
        transition: padding 0.3s;
        z-index: 0;
      }
      .input-item--second {
        background-color: inherit;
        height: 100%;
        line-height: 24px;
        position: relative;
      }
      .input-item--second:hover .input-item-wrap--border-title:before {
        border-color: #8a95a8;
      }
      .input-item--second:focus-within .input-item-wrap--border-title:before {
        border-color: #3f424d;
        border-width: 2px;
      }
      .input-item--second:focus-within .input-item__title--on-border {
        color: #3f424d;
      }
      .input-item-tel {
        z-index: 2;
      }
      .input-item-tel--disabled {
        cursor: not-allowed;
        filter: opacity(0.5);
        pointer-events: none;
      }
      .input-item-tel--country-list-open {
        z-index: 3;
      }
      .input-item-tel--position-static {
        position: static;
      }
      .input-item-tel__error-text {
        color: #f55d79;
        display: block;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 16px;
        overflow: hidden;
        padding-top: 4px;
        text-transform: none;
        visibility: visible;
        white-space: normal;
        width: 100%;
      }
      .input-item--deposit.input-item-tel,
      .input-item.input-item--deposit {
        margin-right: 8px;
        width: 152px;
      }
      .input-item--deposit.input-item-tel input,
      .input-item.input-item--deposit input {
        color: #a7aebe;
      }
      .input-item-wrap__bg {
        background-color: #0f1012;
        border-radius: 3px;
        display: block;
        height: 100%;
        position: relative;
        width: 100%;
      }
      .input-item-wrap__input,
      .input-item-wrap__input-pseudo {
        color: #e7e8ec;
        display: block;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        height: 100%;
        letter-spacing: normal;
        line-height: 24px;
        padding: 0 16px;
        text-transform: none;
        width: 100%;
      }
      .input-item-wrap__input--second {
        color: #a7aebe;
        min-width: 0;
        padding-left: 2px;
        -webkit-text-fill-color: #a7aebe;
        background: transparent;
      }
      .input-item-wrap__input--textarea {
        padding: 0;
      }
      .input-previous-data {
        color: #a7aebe;
        display: none;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px;
        padding: 0 12px;
        position: absolute;
        right: 0;
        text-transform: none;
        z-index: 2;
      }
      .input-previous-data:after {
        padding-top: 1px;
        text-align: right;
        width: 18px;
        z-index: 3;
      }
      .input-item-wrap__input-pseudo {
        align-items: baseline;
        bottom: 0;
        color: transparent;
        display: flex;
        height: 28px;
        left: 0;
        line-height: 28px;
        margin: auto;
        opacity: 0;
        overflow: hidden;
        padding: 0 12px;
        position: absolute;
        top: 0;
      }
      .input-item-wrap--cur,
      .input-item-wrap--cur .input-item-wrap__bg {
        align-items: center;
        display: flex;
      }
      .input-item-wrap--cur .input-item-wrap__input {
        height: 16px;
        position: relative;
        z-index: 2;
      }
      .input-item-wrap {
        border-radius: 4px;
        display: block;
        height: 40px;
        width: 100%;
      }
      .input-item-wrap.input-item-wrap--area {
        height: 56px;
      }
      .input-item-wrap.input-item-wrap--area .input-item-wrap__bg {
        padding: 8px 0;
      }
      .input-item-wrap.active .input-item-wrap__input-pseudo {
        opacity: 1;
      }
      .input-item-wrap.active .input-previous-data {
        display: block;
      }
      .input-item-wrap.input-item-wrap--captcha {
        width: calc(100% - 136px);
      }
      .input-item-wrap--border-title {
        background: transparent;
        position: relative;
      }
      .input-item-wrap--border-title:before {
        border: 1px solid #a7aebe;
        border-radius: inherit;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: border-color 0.3s;
        width: 100%;
        z-index: -1;
      }
      .input-item-wrap--border-title ::-moz-placeholder {
        color: #a7aebe;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px;
        opacity: 1;
        text-transform: none;
      }
      .input-item-wrap--border-title ::placeholder {
        color: #a7aebe;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px;
        opacity: 1;
        text-transform: none;
      }
      .input-item-wrap--input {
        height: 48px;
        padding: 3px;
        z-index: 0;
      }
      .input-item-wrap--textarea {
        height: 100%;
        padding: 12px 16px;
        z-index: 0;
      }
      .alert-text {
        display: block;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 16px;
        min-height: 15px;
        overflow: hidden;
        padding-top: 1px;
        text-transform: none;
        visibility: hidden;
        white-space: nowrap;
        width: 100%;
      }
      .alert-text > a {
        color: #d0b771;
      }
      @media (hover) {
        .alert-text > a:hover {
          -webkit-text-decoration: underline;
          text-decoration: underline;
        }
      }
      .input-item-wrap__ico-right {
        bottom: 0;
        height: 24px;
        margin: auto;
        overflow: hidden;
        position: absolute;
        right: 6px;
        top: 0;
        width: 24px;
        z-index: 1;
      }
      .input-item-wrap__ico-right.show-pass {
        align-items: center;
        cursor: pointer;
        display: flex;
        height: 100%;
        justify-content: center;
        opacity: 0.3;
        right: 0;
        width: 35px;
      }
      .input-item-wrap__ico-right.show-pass [class*="icon-"] {
        height: 13px;
        width: 18px;
      }
      .input-item-wrap__ico-right.show-pass:before {
        background-color: currentcolor;
        border-right: 1px solid #e7e8ec;
        bottom: 0;
        box-sizing: content-box;
        content: "";
        height: 19px;
        left: 0;
        margin: auto;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(-45deg);
        transition: opacity 0.3s;
        width: 2px;
      }
      .input-item-wrap__ico-right.active {
        color: #0f1012;
      }
      .input-item-wrap__ico-right.active:before {
        opacity: 1;
      }
      .input-item-wrap__ico-right:active {
        opacity: 0.4;
      }
      .input-item-wrap__ico-right--alert-ico {
        display: none;
      }
      .attention .alert-text,
      .error .alert-text,
      .limit .alert-text,
      .success .alert-text {
        visibility: visible;
        white-space: normal;
      }
      .error .input-item-wrap {
        box-shadow: 0 0 0 1px #f55d79;
      }
      .error .input-item-wrap--border-title {
        background: transparent;
      }
      .error .input-item-wrap--border-title:before {
        background-image: none;
        border-color: #f55d79;
        border-width: 2px;
      }
      .error .alert-text,
      .error .input-item__title--on-border {
        color: #f55d79;
      }
      .error .confirmation-code-input__input {
        border: 2px solid #f55d79;
      }
      .error .input-item__error-text {
        color: #f55d79;
        line-height: 18px;
        padding-left: 16px;
        padding-top: 3px;
      }
      .attention .alert-text,
      .attention .input-item-wrap__ico-right--alert-ico {
        color: #fde292;
      }
      .attention .input-item-wrap__ico-right--alert-ico {
        display: block;
      }
      .attention .input-item-wrap__input {
        padding-right: 36px;
      }
      .attention
        .input-item-wrap__ico-right:not(
          .input-item-wrap__ico-right--alert-ico
        ) {
        display: none;
      }
      .success .alert-text {
        color: #43c65b;
      }
      .input-item__title {
        color: #a7aebe;
        display: block;
        font-family: Arial, sans-serif;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 12px;
        margin-bottom: 4px;
        padding-top: 2px;
        text-transform: none;
      }
      .input-item__title--center-bold {
        font-weight: 700;
        text-align: center;
      }
      .input-item__title--on-border {
        align-self: flex-start;
        background-color: #e7e8ec;
        color: #a7aebe;
        left: 12px;
        line-height: 16px;
        padding-left: 4px;
        padding-right: 4px;
        position: absolute;
        top: -8px;
        z-index: 1;
      }
      .input-item__forgot {
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 16px;
        text-transform: none;
      }
      .input-item__input {
        text-shadow: inherit;
      }
      .input-item-wrap__input-pseudo--per:after {
        color: #e7e8ec;
        content: " %";
      }
      .input-previous-data--per:after {
        content: "%";
      }
      .input-item-wrap.active
        .input-item-wrap__input
        + .input-item-wrap__input-pseudo {
        color: #4a4b50;
        justify-content: flex-end;
      }
      body.rub .input-item-wrap__input + .input-item-wrap__input-pseudo:after {
        color: #4a4b50;
      }
      .input-item-wrap__ico-wrap {
        background-color: #a7aebe;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        bottom: 0;
        height: 36px;
        left: 0;
        position: absolute;
        top: 0;
        width: 36px;
      }
      .input-item-wrap__ico {
        bottom: 0;
        height: 24px;
        left: 6px;
        margin: auto;
        position: absolute;
        top: 0;
        width: 24px;
      }
      .input-item-wrap.input-item-wrap--ico-left .input-item-wrap__input {
        padding-left: 44px;
      }
      .input-item-wrap.input-item-wrap--ico-right .input-item-wrap__input {
        padding-right: 36px;
      }
      .input-item-wrap__text--pic-right {
        padding-right: 88px;
      }
      .input-item__sub {
        color: #fde292;
      }
      .input-item__limit,
      .input-item__sub {
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 16px;
        text-transform: none;
      }
      .input-item__limit {
        color: #a7aebe;
        display: block;
        min-height: 15px;
        padding-top: 1px;
        width: 100%;
      }
      .rub .input-item-wrap__input-pseudo--cur:after {
        color: #e7e8ec;
        content: " i";
        font-family: "ALS Rubl", sans-serif;
        font-weight: 400;
      }
      .input-item--select-btn.input-item-tel .input-item-wrap,
      .input-item.input-item--select-btn .input-item-wrap {
        background-color: #e7e8ec;
        position: relative;
      }
      .input-item-wrap__select {
        align-items: center;
        border-radius: 4px;
        color: #e7e8ec;
        cursor: pointer;
        display: flex;
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: 700;
        height: 100%;
        letter-spacing: 0.32px;
        line-height: 20px;
        padding: 0 16px;
        position: relative;
        text-transform: none;
        width: 100%;
        z-index: 1;
      }
      .input-item-wrap__select .personal-pic img {
        border-radius: 2px;
        height: 20px;
        margin-left: -4px;
        margin-right: 8px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 30px;
      }
      .input-item-wrap__select.active {
        color: #a7aebe;
      }
      .input-item-wrap__select-label {
        color: inherit;
        opacity: 0.5;
        transition: opacity 0.3s;
      }
      .input-item__select-pic {
        max-height: 76%;
        max-width: 60px;
        position: absolute;
        right: 39px;
        top: 50%;
        transform: translateY(-50%);
      }
      .input-item__select-pic.input-item__select-pic--visa {
        height: 14px;
        width: 41px;
      }
      .input-item__triangle:before {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #a7aebe;
        content: "";
        display: block;
        opacity: 0.3;
        pointer-events: none;
        position: absolute;
        right: 1em;
        top: 1em;
        z-index: 0;
      }
      .input-item--input-plus-select .input-item__triangle {
        bottom: 0;
        cursor: pointer;
        height: 100%;
        position: absolute;
        right: 0;
        width: 3em;
        z-index: 4;
      }
      .input-item--input-plus-select .input-item-wrap__select {
        color: #0f1012;
      }
      .icon-eye {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMiI+PHBhdGggZD0iTTkgMEM0LjkxIDAgMS40MTUgMi40ODggMCA2YzEuNDE1IDMuNTEyIDQuOTEgNiA5IDZzNy41ODUtMi40ODggOS02Yy0xLjQxNS0zLjUxMi00LjkxLTYtOS02em0wIDEwYy0yLjI1OCAwLTQuMDktMS43OTItNC4wOS00UzYuNzQyIDIgOSAyczQuMDkgMS43OTIgNC4wOSA0LTEuODMzIDQtNC4wOSA0em0wLTYuNEM3LjY0MiAzLjYgNi41NDUgNC42NzIgNi41NDUgNlM3LjY0MiA4LjQgOSA4LjRzMi40NTUtMS4wNzIgMi40NTUtMi40UzEwLjM1OCAzLjYgOSAzLjZ6IiBmaWxsPSIjY2NkMGRlIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
      }

      .input-item-wrap__ico[data-v-0c3a984b],
      .input-item-wrap__ico-right[data-v-0c3a984b] {
        -moz-user-select: none;
      }
      .input-item-tel[data-v-0c3a984b]:active,
      .input-item[data-v-0c3a984b]:active {
        background-color: transparent;
      }
      .input-item[data-v-0c3a984b],
      .input-item-tel[data-v-0c3a984b] {
        display: flex;
        flex-direction: column;
        position: relative;
        transition: padding 0.3s;
        z-index: 0;
      }
      .input-item--second[data-v-0c3a984b] {
        background-color: inherit;
        height: 100%;
        line-height: 24px;
        position: relative;
      }
      .input-item--second:hover
        .input-item-wrap--border-title[data-v-0c3a984b]:before {
        border-color: #8a95a8;
      }
      .input-item--second:focus-within
        .input-item-wrap--border-title[data-v-0c3a984b]:before {
        border-color: #3f424d;
        border-width: 2px;
      }
      .input-item--second:focus-within
        .input-item__title--on-border[data-v-0c3a984b] {
        color: #3f424d;
      }
      .input-item-tel[data-v-0c3a984b] {
        z-index: 2;
      }
      .input-item-tel--disabled[data-v-0c3a984b] {
        cursor: not-allowed;
        filter: opacity(0.5);
        pointer-events: none;
      }
      .input-item-tel--country-list-open[data-v-0c3a984b] {
        z-index: 3;
      }
      .input-item-tel--position-static[data-v-0c3a984b] {
        position: static;
      }
      .input-item-tel__error-text[data-v-0c3a984b] {
        color: #f55d79;
        display: block;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 16px;
        overflow: hidden;
        padding-top: 4px;
        text-transform: none;
        visibility: visible;
        white-space: normal;
        width: 100%;
      }
      .input-item--deposit.input-item-tel[data-v-0c3a984b],
      .input-item.input-item--deposit[data-v-0c3a984b] {
        margin-right: 8px;
        width: 152px;
      }
      .input-item--deposit.input-item-tel input[data-v-0c3a984b],
      .input-item.input-item--deposit input[data-v-0c3a984b] {
        color: #a7aebe;
      }
      .input-item-wrap__bg[data-v-0c3a984b] {
        background-color: #0f1012;
        border-radius: 3px;
        display: block;
        height: 100%;
        position: relative;
        width: 100%;
      }
      .input-item-wrap__input[data-v-0c3a984b],
      .input-item-wrap__input-pseudo[data-v-0c3a984b] {
        color: #e7e8ec;
        display: block;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        height: 100%;
        letter-spacing: normal;
        line-height: 24px;
        padding: 0 16px;
        text-transform: none;
        width: 100%;
      }
      .input-item-wrap__input--second[data-v-0c3a984b] {
        color: #a7aebe;
        min-width: 0;
        padding-left: 2px;
        -webkit-text-fill-color: #a7aebe;
        background: transparent;
      }
      .input-item-wrap__input--textarea[data-v-0c3a984b] {
        padding: 0;
      }
      .input-previous-data[data-v-0c3a984b] {
        color: #a7aebe;
        display: none;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px;
        padding: 0 12px;
        position: absolute;
        right: 0;
        text-transform: none;
        z-index: 2;
      }
      .input-previous-data[data-v-0c3a984b]:after {
        padding-top: 1px;
        text-align: right;
        width: 18px;
        z-index: 3;
      }
      .input-item-wrap__input-pseudo[data-v-0c3a984b] {
        align-items: baseline;
        bottom: 0;
        color: transparent;
        display: flex;
        height: 28px;
        left: 0;
        line-height: 28px;
        margin: auto;
        opacity: 0;
        overflow: hidden;
        padding: 0 12px;
        position: absolute;
        top: 0;
      }
      .input-item-wrap--cur[data-v-0c3a984b],
      .input-item-wrap--cur .input-item-wrap__bg[data-v-0c3a984b] {
        align-items: center;
        display: flex;
      }
      .input-item-wrap--cur .input-item-wrap__input[data-v-0c3a984b] {
        height: 16px;
        position: relative;
        z-index: 2;
      }
      .input-item-wrap[data-v-0c3a984b] {
        border-radius: 4px;
        display: block;
        height: 40px;
        width: 100%;
      }
      .input-item-wrap.input-item-wrap--area[data-v-0c3a984b] {
        height: 56px;
      }
      .input-item-wrap.input-item-wrap--area
        .input-item-wrap__bg[data-v-0c3a984b] {
        padding: 8px 0;
      }
      .input-item-wrap.active .input-item-wrap__input-pseudo[data-v-0c3a984b] {
        opacity: 1;
      }
      .input-item-wrap.active .input-previous-data[data-v-0c3a984b] {
        display: block;
      }
      .input-item-wrap.input-item-wrap--captcha[data-v-0c3a984b] {
        width: calc(100% - 136px);
      }
      .input-item-wrap--border-title[data-v-0c3a984b] {
        background: transparent;
        position: relative;
      }
      .input-item-wrap--border-title[data-v-0c3a984b]:before {
        border: 1px solid #a7aebe;
        border-radius: inherit;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: border-color 0.3s;
        width: 100%;
        z-index: -1;
      }
      .input-item-wrap--border-title[data-v-0c3a984b] ::-moz-placeholder {
        color: #a7aebe;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px;
        opacity: 1;
        text-transform: none;
      }
      .input-item-wrap--border-title[data-v-0c3a984b] ::placeholder {
        color: #a7aebe;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px;
        opacity: 1;
        text-transform: none;
      }
      .input-item-wrap--input[data-v-0c3a984b] {
        height: 48px;
        padding: 3px;
        z-index: 0;
      }
      .input-item-wrap--textarea[data-v-0c3a984b] {
        height: 100%;
        padding: 12px 16px;
        z-index: 0;
      }
      .alert-text[data-v-0c3a984b] {
        display: block;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 16px;
        min-height: 15px;
        overflow: hidden;
        padding-top: 1px;
        text-transform: none;
        visibility: hidden;
        white-space: nowrap;
        width: 100%;
      }
      .alert-text > a[data-v-0c3a984b] {
        color: #d0b771;
      }
      @media (hover) {
        .alert-text > a[data-v-0c3a984b]:hover {
          -webkit-text-decoration: underline;
          text-decoration: underline;
        }
      }
      .input-item-wrap__ico-right[data-v-0c3a984b] {
        bottom: 0;
        height: 24px;
        margin: auto;
        overflow: hidden;
        position: absolute;
        right: 6px;
        top: 0;
        width: 24px;
        z-index: 1;
      }
      .input-item-wrap__ico-right.show-pass[data-v-0c3a984b] {
        align-items: center;
        cursor: pointer;
        display: flex;
        height: 100%;
        justify-content: center;
        opacity: 0.3;
        right: 0;
        width: 35px;
      }
      .input-item-wrap__ico-right.show-pass [class*="icon-"][data-v-0c3a984b] {
        height: 13px;
        width: 18px;
      }
      .input-item-wrap__ico-right.show-pass[data-v-0c3a984b]:before {
        background-color: currentcolor;
        border-right: 1px solid #e7e8ec;
        bottom: 0;
        box-sizing: content-box;
        content: "";
        height: 19px;
        left: 0;
        margin: auto;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(-45deg);
        transition: opacity 0.3s;
        width: 2px;
      }
      .input-item-wrap__ico-right.active[data-v-0c3a984b] {
        color: #0f1012;
      }
      .input-item-wrap__ico-right.active[data-v-0c3a984b]:before {
        opacity: 1;
      }
      .input-item-wrap__ico-right[data-v-0c3a984b]:active {
        opacity: 0.4;
      }
      .input-item-wrap__ico-right--alert-ico[data-v-0c3a984b] {
        display: none;
      }
      .attention .alert-text[data-v-0c3a984b],
      .error .alert-text[data-v-0c3a984b],
      .limit .alert-text[data-v-0c3a984b],
      .success .alert-text[data-v-0c3a984b] {
        visibility: visible;
        white-space: normal;
      }
      .error .input-item-wrap[data-v-0c3a984b] {
        box-shadow: 0 0 0 1px #f55d79;
      }
      .error .input-item-wrap--border-title[data-v-0c3a984b] {
        background: transparent;
      }
      .error .input-item-wrap--border-title[data-v-0c3a984b]:before {
        background-image: none;
        border-color: #f55d79;
        border-width: 2px;
      }
      .error .alert-text[data-v-0c3a984b],
      .error .input-item__title--on-border[data-v-0c3a984b] {
        color: #f55d79;
      }
      .error .confirmation-code-input__input[data-v-0c3a984b] {
        border: 2px solid #f55d79;
      }
      .error .input-item__error-text[data-v-0c3a984b] {
        color: #f55d79;
        line-height: 18px;
        padding-left: 16px;
        padding-top: 3px;
      }
      .attention .alert-text[data-v-0c3a984b],
      .attention .input-item-wrap__ico-right--alert-ico[data-v-0c3a984b] {
        color: #fde292;
      }
      .attention .input-item-wrap__ico-right--alert-ico[data-v-0c3a984b] {
        display: block;
      }
      .attention .input-item-wrap__input[data-v-0c3a984b] {
        padding-right: 36px;
      }
      .attention
        .input-item-wrap__ico-right[data-v-0c3a984b]:not(
          .input-item-wrap__ico-right--alert-ico
        ) {
        display: none;
      }
      .success .alert-text[data-v-0c3a984b] {
        color: #43c65b;
      }
      .input-item__title[data-v-0c3a984b] {
        color: #a7aebe;
        display: block;
        font-family: Arial, sans-serif;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 12px;
        margin-bottom: 4px;
        padding-top: 2px;
        text-transform: none;
      }
      .input-item__title--center-bold[data-v-0c3a984b] {
        font-weight: 700;
        text-align: center;
      }
      .input-item__title--on-border[data-v-0c3a984b] {
        align-self: flex-start;
        background-color: #e7e8ec;
        color: #a7aebe;
        left: 12px;
        line-height: 16px;
        padding-left: 4px;
        padding-right: 4px;
        position: absolute;
        top: -8px;
        z-index: 1;
      }
      .input-item__forgot[data-v-0c3a984b] {
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 16px;
        text-transform: none;
      }
      .input-item__input[data-v-0c3a984b] {
        text-shadow: inherit;
      }
      .input-item-wrap__input-pseudo--per[data-v-0c3a984b]:after {
        color: #e7e8ec;
        content: " %";
      }
      .input-previous-data--per[data-v-0c3a984b]:after {
        content: "%";
      }
      .input-item-wrap.active
        .input-item-wrap__input
        + .input-item-wrap__input-pseudo[data-v-0c3a984b] {
        color: #4a4b50;
        justify-content: flex-end;
      }
      body.rub
        .input-item-wrap__input
        + .input-item-wrap__input-pseudo[data-v-0c3a984b]:after {
        color: #4a4b50;
      }
      .input-item-wrap__ico-wrap[data-v-0c3a984b] {
        background-color: #a7aebe;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        bottom: 0;
        height: 36px;
        left: 0;
        position: absolute;
        top: 0;
        width: 36px;
      }
      .input-item-wrap__ico[data-v-0c3a984b] {
        bottom: 0;
        height: 24px;
        left: 6px;
        margin: auto;
        position: absolute;
        top: 0;
        width: 24px;
      }
      .input-item-wrap.input-item-wrap--ico-left
        .input-item-wrap__input[data-v-0c3a984b] {
        padding-left: 44px;
      }
      .input-item-wrap.input-item-wrap--ico-right
        .input-item-wrap__input[data-v-0c3a984b] {
        padding-right: 36px;
      }
      .input-item-wrap__text--pic-right[data-v-0c3a984b] {
        padding-right: 88px;
      }
      .input-item__sub[data-v-0c3a984b] {
        color: #fde292;
      }
      .input-item__limit[data-v-0c3a984b],
      .input-item__sub[data-v-0c3a984b] {
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 16px;
        text-transform: none;
      }
      .input-item__limit[data-v-0c3a984b] {
        color: #a7aebe;
        display: block;
        min-height: 15px;
        padding-top: 1px;
        width: 100%;
      }
      .rub .input-item-wrap__input-pseudo--cur[data-v-0c3a984b]:after {
        color: #e7e8ec;
        content: " i";
        font-family: "ALS Rubl", sans-serif;
        font-weight: 400;
      }
      .input-item--select-btn.input-item-tel .input-item-wrap[data-v-0c3a984b],
      .input-item.input-item--select-btn .input-item-wrap[data-v-0c3a984b] {
        background-color: #e7e8ec;
        position: relative;
      }
      .input-item-wrap__select[data-v-0c3a984b] {
        align-items: center;
        border-radius: 4px;
        color: #e7e8ec;
        cursor: pointer;
        display: flex;
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: 700;
        height: 100%;
        letter-spacing: 0.32px;
        line-height: 20px;
        padding: 0 16px;
        position: relative;
        text-transform: none;
        width: 100%;
        z-index: 1;
      }
      .input-item-wrap__select .personal-pic img[data-v-0c3a984b] {
        border-radius: 2px;
        height: 20px;
        margin-left: -4px;
        margin-right: 8px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 30px;
      }
      .input-item-wrap__select.active[data-v-0c3a984b] {
        color: #a7aebe;
      }
      .input-item-wrap__select-label[data-v-0c3a984b] {
        color: inherit;
        opacity: 0.5;
        transition: opacity 0.3s;
      }
      .input-item__select-pic[data-v-0c3a984b] {
        max-height: 76%;
        max-width: 60px;
        position: absolute;
        right: 39px;
        top: 50%;
        transform: translateY(-50%);
      }
      .input-item__select-pic.input-item__select-pic--visa[data-v-0c3a984b] {
        height: 14px;
        width: 41px;
      }
      .input-item__triangle[data-v-0c3a984b]:before {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #a7aebe;
        content: "";
        display: block;
        opacity: 0.3;
        pointer-events: none;
        position: absolute;
        right: 1em;
        top: 1em;
        z-index: 0;
      }
      .input-item--input-plus-select .input-item__triangle[data-v-0c3a984b] {
        bottom: 0;
        cursor: pointer;
        height: 100%;
        position: absolute;
        right: 0;
        width: 3em;
        z-index: 4;
      }
      .input-item--input-plus-select .input-item-wrap__select[data-v-0c3a984b] {
        color: #0f1012;
      }
      .captcha[data-v-0c3a984b] {
        align-items: center;
        display: flex;
        flex-direction: row;
      }
      .captcha__img[data-v-0c3a984b] {
        border-radius: 4px;
        margin-right: 8px;
        width: 88px;
      }
      .captcha__reload[data-v-0c3a984b] {
        height: 24px;
        margin-right: 12px;
        width: 36px;
      }

      .check-item__ico-bg[data-v-77da2a88] {
        -moz-user-select: none;
      }
      .check-item[data-v-77da2a88]:active {
        background-color: transparent;
      }
      .icon-check-ok[data-v-77da2a88]:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNCAwLjQ5OTYzNEMxLjc5MDg2IDAuNDk5NjM0IDAgMi4yOTA0OSAwIDQuNDk5NjNWMTYuNDk5NkMwIDE4LjcwODggMS43OTA4NiAyMC40OTk2IDQgMjAuNDk5NkgxNkMxOC4yMDkxIDIwLjQ5OTYgMjAgMTguNzA4OCAyMCAxNi40OTk2VjQuNDk5NjNDMjAgMi4yOTA0OSAxOC4yMDkxIDAuNDk5NjM0IDE2IDAuNDk5NjM0SDRaTTE1Ljk5NTEgOC4wOTU4MkMxNi4zMDc1IDcuNzgzNCAxNi4zMDc1IDcuMjc2ODcgMTUuOTk1MSA2Ljk2NDQ1TDE1LjAwNTEgNS45NzQ1QzE0LjY5MjcgNS42NjIwOCAxNC4xODYyIDUuNjYyMDggMTMuODczOCA1Ljk3NDVMOC43ODI5NiAxMS4wNjUzQzguNjI2NzUgMTEuMjIxNSA4LjM3MzQ4IDExLjIyMTUgOC4yMTcyNyAxMS4wNjUzTDYuMTI2NDYgOC45NzQ1QzUuODE0MDQgOC42NjIwOCA1LjMwNzUxIDguNjYyMDggNC45OTUwOSA4Ljk3NDVMNC4wMDUxNCA5Ljk2NDQ1QzMuNjkyNzIgMTAuMjc2OSAzLjY5MjcyIDEwLjc4MzQgNC4wMDUxNCAxMS4wOTU4TDcuOTM0NDMgMTUuMDI1MUM4LjI0Njg1IDE1LjMzNzUgOC43NTMzOCAxNS4zMzc1IDkuMDY1OCAxNS4wMjUxTDE1Ljk5NTEgOC4wOTU4MloiIGZpbGw9IiNEMEI3NzEiLz4KPC9zdmc+Cgo=);
      }
      .check-item[data-v-77da2a88] {
        cursor: pointer;
        display: block;
        margin-bottom: 16px;
        position: relative;
      }
      .check-item.error .alert-text[data-v-77da2a88] {
        overflow: visible;
      }
      .check-item.error .check-item__ico[data-v-77da2a88]:before {
        background-image: #f55d79;
      }
      .check-item.disabled[data-v-77da2a88],
      .check-item[data-v-77da2a88]:disabled {
        cursor: not-allowed;
        opacity: 0.5;
        pointer-events: none;
      }
      .check-item__ico-bg[data-v-77da2a88] {
        background: transparent;
        flex-shrink: 0;
        height: 20px;
        margin-right: 8px;
        mix-blend-mode: normal;
        position: relative;
        width: 20px;
      }
      .check-item__ico-bg[data-v-77da2a88]:before {
        border: 2px solid #d0b771;
        border-radius: 2px;
        bottom: 0;
        content: "";
        height: 20px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
      }
      .check-item__ico[data-v-77da2a88] {
        background-color: transparent;
        display: flex;
        height: 100%;
        position: relative;
        width: 100%;
      }
      .check-item__ico[data-v-77da2a88]:after {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        height: 100%;
        margin: auto;
        opacity: 0;
        width: 100%;
      }
      .check-item.check-item--radio .check-item__ico-bg[data-v-77da2a88] {
        border-radius: 50%;
      }
      .check-item.check-item--radio
        .check-item__ico-bg[data-v-77da2a88]:before {
        border-radius: 50%;
        height: 20px;
        width: 20px;
      }
      .check-item.check-item--radio .check-item__ico[data-v-77da2a88] {
        border-radius: 50%;
        padding: 0;
      }
      .check-item.check-item--radio .check-item__ico[data-v-77da2a88]:after {
        border-radius: 50%;
        height: 20px;
        width: 20px;
      }
      .check-item__text[data-v-77da2a88],
      .check-item__wrap[data-v-77da2a88] {
        align-items: center;
        display: flex;
      }
      .check-item__text[data-v-77da2a88] {
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px;
        text-transform: none;
      }
      .check-item__text[data-v-77da2a88]::-moz-selection {
        background-color: transparent;
      }
      .check-item__text[data-v-77da2a88]::selection {
        background-color: transparent;
      }
      .check-item__input[data-v-77da2a88] {
        display: none;
      }
      .check-item__input:checked
        ~ .check-item__ico-bg
        .check-item__ico[data-v-77da2a88]:after,
      .check-item__input:checked ~ .check-item__ico[data-v-77da2a88]:after,
      .check-item__input:checked
        ~ .check-item__wrap
        .check-item__ico[data-v-77da2a88]:after {
        opacity: 1;
      }
  
      
      .icon-ticker-triangle {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNNDMuMTkyIDIzLjY2N2wtNDEuOTU3LTEwYy0xLjY0NS0uMzMzLTEuNjQ1LTIuODMzIDAtMy4xNjdMNDMuMTkyLjV2MjMuMTY3eiIgZmlsbD0iI0ZERTI5MiIvPjwvc3ZnPgo=);
      }
      .icon-fortune-wheel {
        background-image: url(/_nuxt/img/fortune-wheel.03384f3.svg);
      }
      .icon-fortune-wheel-border {
        background-image: url(/_nuxt/img/fortune-wheel-border.78a5a0c.svg);
      }
      .icon-volume-mute {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGQ9Ik0zIDQuMjdMNC4yNyAzTDEyIDEwLjczTDIxIDE5LjczTDE5LjczIDIxTDE3LjY4IDE4Ljk2QzE2LjYzIDE5LjgyIDE1LjM4IDIwLjQ1IDE0IDIwLjc3VjE4LjdDMTQuODMgMTguNDYgMTUuNTggMTguMDQgMTYuMjUgMTcuNTNMMTIgMTMuMjdWMjBMNyAxNUgzVjlINy43M0wzIDQuMjdaTTkuOTEgNi4wOUwxMiA0VjguMThMOS45MSA2LjA5Wk0xOSAxMkMxOSAxMi45NCAxOC44IDEzLjgyIDE4LjQ2IDE0LjY0TDE5Ljk3IDE2LjE1QzIwLjYyIDE0LjkxIDIxIDEzLjUgMjEgMTJDMjEgNy43MiAxOCA0LjE0IDE0IDMuMjNWNS4yOUMxNi44OSA2LjE1IDE5IDguODMgMTkgMTJaTTE0IDcuOTdDMTUuNSA4LjcxIDE2LjUgMTAuMjMgMTYuNSAxMkMxNi41IDEyLjIxIDE2LjUgMTIuNDMgMTYuNDUgMTIuNjNMMTQgMTAuMThWNy45N1oiIGZpbGw9IiNBN0FFQkUiLz4KPC9zdmc+Cg==);
      }
      .icon-volume-high {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0IDN2MS45OTdjMi45LjgzNCA1IDMuNDMgNSA2LjUwM3MtMi4xIDUuNjYtNSA2LjQ5NFYyMGM0LS44ODIgNy00LjM1MiA3LTguNVMxOCAzLjg4MiAxNCAzem0yLjUgOC41YzAtMS43MTYtMS0zLjE5LTIuNS0zLjkwNnY3Ljc4M2MxLjUtLjY4OCAyLjUtMi4xNyAyLjUtMy44Nzd6TTMgMTQuNDA4VjguNTkyaDRsNS00Ljg0NnYxNS41MDdsLTUtNC44NDZIM3oiIGZpbGw9IiNBN0FFQkUiLz48L3N2Zz4K);
      }
      .icon-info {
        background-image: url(/_nuxt/img/info.20ad185.svg);
      }
      .fortune-wheel-block {
        bottom: 42px;
        margin: 0 auto;
        max-width: 1360px;
        pointer-events: none;
        position: fixed;
        width: 100%;
        z-index: 4;
      }
      @media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
        .fortune-wheel-block {
          bottom: 52px;
        }
      }
      @media screen and (min-width: 768px) and (min-height: 420px) {
        .fortune-wheel-block {
          bottom: auto;
          height: 110px;
          overflow: hidden;
          top: 96px;
        }
      }
      .fortune-wheel-block--show-motivational {
        bottom: 130px;
      }
      @media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
        .fortune-wheel-block--show-motivational {
          bottom: 52px;
        }
      }
      @media screen and (min-width: 768px) and (min-height: 420px) {
        .fortune-wheel-block--show-motivational {
          bottom: auto;
        }
      }
      .fortune-wheel-block__body {
        align-items: stretch;
        bottom: 40px;
        display: flex;
        flex-direction: column;
        justify-content: stretch;
        padding: 16px 0 0 8px;
        pointer-events: all;
        position: absolute;
        right: 0;
        width: 46px;
      }
      @media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
        .fortune-wheel-block__body {
          padding: 16px 8px 0 0;
          right: auto;
        }
      }
      @media screen and (min-width: 768px) and (min-height: 420px) {
        .fortune-wheel-block__body {
          bottom: auto;
          top: 0;
          width: 50px;
        }
      }
      .fortune-wheel-block__content {
        background-color: #c09e41;
        border-radius: 4px 0 0 4px;
        cursor: pointer;
        padding: 1px 0 1px 1px;
        position: relative;
      }
      @media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
        .fortune-wheel-block__content {
          border-radius: 0 4px 4px 0;
          padding: 1px 1px 1px 0;
        }
      }
      .fortune-wheel-block__wrap {
        align-items: center;
        background: #2a2d33;
        border-radius: 3px;
        display: flex;
        height: 78px;
        padding-left: 8px;
      }
      @media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
        .fortune-wheel-block__wrap {
          justify-content: flex-end;
          padding: 0 4px 4px;
        }
      }
      .fortune-wheel-block__label {
        background: #f55d79;
        border-radius: 50%;
        color: #e7e8ec;
        display: block;
        font-size: 12px;
        height: 20px;
        left: 13px;
        line-height: 14px;
        padding-top: 2px;
        position: absolute;
        text-align: center;
        top: 10px;
        width: 20px;
        z-index: 1;
      }
      @media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
        .fortune-wheel-block__label {
          left: 5px;
        }
      }
      @media screen and (min-width: 768px) and (min-height: 420px) {
        .fortune-wheel-block__label {
          left: 18px;
        }
      }
      .fortune-wheel-block__icons {
        position: relative;
      }
      .fortune-wheel-block__icon {
        bottom: 0;
        height: 22px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 22px;
      }
      .fortune-wheel-block__icon--counter {
        animation: rotate 2.7s linear 0s infinite;
      }
      .fortune-wheel-block__icon-border {
        height: 24px;
        position: relative;
        width: 24px;
      }
      @keyframes rotate {
        0% {
          transform: rotate(0deg);
        }
        to {
          transform: rotate(-1turn);
        }
      }
    
		.menu-wrap {
			display: flex;
			height: 100%;
			overflow: hidden;
			padding-top: 56px;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 4;
		}
		@media screen and (min-width: 768px) and (min-height: 420px) {
			.menu-wrap {
				padding-top: 72px;
			}
		}
		.menu-wrap__hide-scroll {
			box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15),
				0 1px 2px 0 rgba(0, 0, 0, 0.3);
			height: 100%;
			overflow: hidden;
			position: relative;
			width: 264px;
			z-index: 4;
		}
		.menu-wrap__scroll {
			box-sizing: content-box;
			height: 100%;
			overflow-x: hidden;
			overflow-y: scroll;
			overflow: hidden scroll;
			padding-right: 17px;
			width: 100%;
			-webkit-overflow-scrolling: touch;
			scroll-behavior: smooth;
		}
		.menu-wrap__scroll::-webkit-scrollbar {
			background: transparent;
			display: none;
			width: 0;
		}
		.menu {
			box-sizing: border-box;
			height: 100%;
			position: relative;
			width: 100%;
		}
		.menu,
		.menu__header,
		.menu__header-deposit {
			background-color: #15161a;
		}
		.menu__header-deposit {
			padding: 16px 8px;
		}
		.menu__submenu {
			overflow: hidden;
		}
		.menu__icon {
			height: 24px;
			margin-right: 8px;
			position: relative;
			width: 24px;
			z-index: 9999;
		}
		.menu__icon:after {
			display: inline-block;
		}
		.menu__icon.menu__icon--active {
			display: none;
		}
		.menu__caret {
			display: block;
			height: 24px;
			margin-left: auto;
			transform: rotate(0);
			transition: transform 0.3s;
			width: 24px;
			will-change: transform;
		}
		.menu__caret,
		.menu__message {
			position: relative;
			z-index: 9999;
		}
		.menu__item {
			cursor: pointer;
		}
		.menu__submenu-body {
			background-color: #0a0b0d;
			cursor: auto;
		}
		.menu__link {
			align-items: center;
			background-color: #15161a;
			display: flex;
			height: 40px;
			padding: 0 8px;
			position: relative;
			width: 100%;
		}
		.menu__link:after {
			background-color: #202126;
			background-size: auto;
			bottom: 0;
			content: "";
			left: 0;
			opacity: 0;
			pointer-events: none;
			position: absolute;
			right: 0;
			top: 0;
			will-change: opacity;
		}
		.menu__link:after:active {
			opacity: 0.8;
		}
		@media (hover) {
			.menu__link:after {
				transition: opacity 0.3s;
			}
		}
		.menu__link--btn {
			width: 100%;
		}
		@media screen and (min-width: 768px) and (min-height: 420px) {
			.menu__link--sub {
				padding-left: 40px;
			}
		}
		.menu__link.menu__link--active:after,
		.menu__link:active:after {
			opacity: 1;
		}
		.menu__link.menu__link--active .menu__icon,
		.menu__link:active .menu__icon {
			display: none;
		}
		.menu__link.menu__link--active .menu__icon.menu__icon--active,
		.menu__link:active .menu__icon.menu__icon--active {
			display: block;
		}
		.menu__link.menu__link--active .menu__caret,
		.menu__link:active .menu__caret {
			transform: rotate(180deg);
		}
		.menu__link.menu__link--active .menu__label,
		.menu__link:active .menu__label {
			color: #e7e8ec;
		}
		@media (hover) {
			.menu__link {
				transition-duration: 0.3s;
				transition-property: background-image;
			}
			.menu__link:hover .menu__label {
				color: #e7e8ec;
			}
			.menu__link:hover:after {
				opacity: 1;
			}
			.menu__link:hover .menu__icon {
				display: none;
			}
			.menu__link:hover .menu__icon.menu__icon--active {
				display: block;
			}
		}
		.menu__link--is-dropdown-active:after {
			background: #0a0b0d;
		}
		@media (hover) {
			.menu__link--is-dropdown-active:hover:after {
				background: #202126;
			}
		}
		.menu__link--is-dropdown-active .menu__label {
			color: #e7e8ec;
		}
		.menu__sublink {
			align-items: center;
			background-color: #0a0b0d;
			color: #a7aebe;
			display: flex;
			font-family: Arial, sans-serif;
			font-size: 14px;
			font-weight: 700;
			letter-spacing: 0.32px;
			line-height: 20px;
			max-height: 40px;
			padding: 12px 12px 12px 40px;
			position: relative;
			text-align: left;
			text-transform: none;
		}
		.menu__sublink:active,
		.menu__sublink:hover {
			background: #202126;
			color: #e7e8ec;
		}
		@media screen and (min-width: 768px) and (min-height: 420px) {
			.menu__sublink {
				padding-left: 48px;
			}
		}
		.menu__label {
			color: #a7aebe;
			letter-spacing: 0.32px;
			margin-right: 16px;
			position: relative;
			z-index: 9999;
		}
		.menu__label,
		.menu__label-text {
			font-family: Arial, sans-serif;
			font-size: 14px;
			font-weight: 700;
			line-height: 20px;
			text-transform: none;
		}
		.menu__label-text {
			color: #fef1c9;
			letter-spacing: normal;
			position: absolute;
			right: 24px;
			z-index: 2;
		}
		.menu__footer {
			display: flex;
			justify-content: center;
			padding: 16px 8px;
		}
		.menu__google-badge-wrap {
			display: block;
			height: 43px;
			position: relative;
			width: 143px;
		}
		.menu__google-badge-wrap img {
			height: 100%;
			-o-object-fit: contain;
			object-fit: contain;
			width: 100%;
		}
		.menu__google-play-badge {
			display: block;
			height: 65px;
			margin: auto;
			width: 170px;
		}
		.menu-top-banner {
			height: 132px;
			position: relative;
			width: 100%;
		}
		.menu-top-banner__img > img {
			height: 100%;
			left: 0;
			-o-object-fit: cover;
			object-fit: cover;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2;
		}
		.menu-top-banner__img .slide-picture__img {
			-o-object-fit: fill;
			object-fit: fill;
		}
		.menu-top-banner__button-wrap {
			align-items: flex-end;
			box-sizing: border-box;
			display: flex;
			height: 100%;
			justify-content: center;
			padding-bottom: 8px;
			position: relative;
			z-index: 2;
		}
		@media screen and (min-width: 768px) and (min-height: 420px) {
			.menu-top-banner__button-wrap {
				padding-bottom: 16px;
			}
		}
		.menu-top-banner__button {
			width: 200px;
		}
		.menu-profile__section {
			align-items: flex-start;
			background-color: #15161a;
			display: flex;
			flex-direction: column;
			padding: 16px 8px;
		}
		@media screen and (min-width: 768px) and (min-height: 420px) {
			.menu-profile__section {
				padding: 16px 8px 24px;
			}
		}
		.menu-profile__user-links {
			align-items: center;
			display: flex;
			margin-bottom: 8px;
			width: 100%;
		}
		@media screen and (min-width: 768px) and (min-height: 420px) {
			.menu-profile__user-links {
				margin-bottom: 16px;
			}
		}
		.menu-profile__images {
			display: block;
			height: 68px;
			width: 68px;
		}
		@media screen and (min-width: 768px) and (min-height: 420px) {
			.menu-profile__images {
				height: 84px;
				width: 84px;
			}
		}
		@media (hover) {
			.menu-profile__images {
				cursor: pointer;
				transition-duration: 0.3s;
				transition-timing-function: ease-in-out;
			}
			.menu-profile__images:hover {
				transform: scale(1.1);
			}
		}
		.menu-profile__images-front,
		.menu-profile__images-inner {
			height: 100%;
			width: 100%;
		}
		.menu-profile__img img {
			height: 100%;
			-o-object-fit: contain;
			object-fit: contain;
			width: 100%;
		}
		.menu-profile__info {
			display: flex;
			flex-direction: column;
			margin-left: 8px;
		}
		@media screen and (min-width: 768px) and (min-height: 420px) {
			.menu-profile__info {
				margin-left: 16px;
			}
		}
		.menu-profile__level-info-wrap {
			display: flex;
			flex-direction: column;
			margin-bottom: 8px;
		}
		@media screen and (min-width: 768px) and (min-height: 420px) {
			.menu-profile__level-info-wrap {
				margin-bottom: 16px;
			}
		}
		.menu-profile__nickname {
			color: #e7e8ec;
			font-family: Arial, sans-serif;
			font-size: 12px;
			font-weight: 400;
			letter-spacing: normal;
			line-height: 16px;
			text-transform: none;
		}
		@media (hover) {
			.menu-profile__nickname {
				cursor: pointer;
			}
			.menu-profile__nickname:hover {
				-webkit-text-decoration: underline;
				text-decoration: underline;
			}
		}
		.menu-profile__title {
			color: #d0b771;
			font-family: Arial, sans-serif;
			font-size: 14px;
			font-weight: 700;
			letter-spacing: 0.32px;
			line-height: 20px;
			text-transform: none;
		}
		@media (hover) {
			.menu-profile__title {
				cursor: pointer;
				transition-duration: 0.3s;
				transition-timing-function: ease-in-out;
			}
			.menu-profile__title:hover {
				transform: scale(1.02);
			}
		}
		.menu-profile__progress-decor {
			border-radius: 4px;
			pointer-events: none;
			width: 100%;
		}
		.menu-profile__progress-decor.menu-profile__progress-decor--open {
			background: #202126;
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
			padding-bottom: 0;
		}
		.menu-profile__progress-decor.menu-profile__progress-decor--clickable {
			cursor: pointer;
			pointer-events: auto;
		}
		.menu-profile__progress {
			align-items: center;
			background-color: #202126;
			border-radius: inherit;
			display: flex;
			height: 32px;
			justify-content: space-between;
			padding: 0 8px;
			width: 100%;
		}
		.menu-profile__open-details {
			padding-left: 8px;
		}
		.menu-profile__data {
			align-items: stretch;
			background-color: #15161a;
			display: flex;
			flex-wrap: nowrap;
			justify-content: space-between;
			padding: 24px 8px 0;
			position: relative;
		}
		.menu-profile__data:before {
			border-top: 1px solid #2a2d33;
			content: "";
			left: 0;
			position: absolute;
			right: 0;
			top: 16px;
		}
		.menu-profile__data-container {
			display: flex;
			flex-direction: column;
			justify-content: space-evenly;
			max-width: 60px;
			position: relative;
		}
		@media screen and (min-width: 768px) and (min-height: 420px) {
			.menu-profile__data-container {
				justify-content: space-between;
			}
		}
		.menu-profile__data-container:not(:last-child) {
			flex: 1.25;
			margin-right: 4px;
		}
		.menu-profile__data-container:last-child {
			flex: 1;
		}
		.menu-profile__data-title {
			color: #a7aebe;
			font-size: 12px;
			font-weight: 400;
			line-height: 16px;
		}
		.menu-profile__data-title,
		.menu-profile__data-value {
			font-family: Arial, sans-serif;
			letter-spacing: normal;
			text-transform: none;
		}
		.menu-profile__data-value {
			color: #d0b771;
			font-size: 14px;
			font-weight: 700;
			line-height: 20px;
		}
		.menu-profile__rate-btn {
			align-items: center;
			display: flex;
			flex-wrap: wrap;
			height: 100%;
			justify-content: space-between;
		}
		.menu-profile__rate-label {
			color: #a7aebe;
			font-family: Arial, sans-serif;
			font-size: 12px;
			font-weight: 400;
			letter-spacing: normal;
			line-height: 16px;
			text-transform: none;
			width: 100%;
		}
		.menu-profile__rate-data {
			align-items: center;
			display: flex;
			justify-content: space-between;
		}
		.menu-profile__rate-value {
			font-family: Arial, sans-serif;
			font-size: 14px;
			font-weight: 700;
			letter-spacing: normal;
			line-height: 20px;
			text-transform: none;
		}
		.menu-profile__rate-arrow {
			height: 18px;
			width: 24px;
		}
		@media screen and (min-width: 768px) and (min-height: 420px) {
			.menu-profile__rate-arrow {
				height: 24px;
			}
		}
		.menu-profile__info-link {
			font-family: Arial, sans-serif;
			font-size: 12px;
			font-weight: 400;
			letter-spacing: normal;
			line-height: 16px;
			text-transform: none;
		}
		.menu-profile__label-status.status-flag--user-status {
			display: inline-flex;
			margin-left: 4px;
		}
		.icon-check {
			background-image: url(/_nuxt/img/check.e75a825.svg);
		}
		.icon-ru {
			background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0IDBIMFYxNkgyNFYwWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTI0IDEwLjY3MDFIMFYxNkgyNFYxMC42NzAxWiIgZmlsbD0iI0VBMDAyMCIvPgo8cGF0aCBkPSJNMjQgNS4zMjk5SDBWMTAuNjU5OEgyNFY1LjMyOTlaIiBmaWxsPSIjMzU1NUUyIi8+Cjwvc3ZnPgo=);
		}

		.overlay1[data-v-385a59d4] {
			background-color: rgba(0, 0, 0, 0.75);
			display: flex;
			height: 100%;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 4;
		}
		.overlay1[data-v-385a59d4]:before {
			background-color: inherit;
			content: "";
			height: 100%;
			position: absolute;
			right: 100%;
			top: 0;
			width: 50%;
		}

		.stack-count {
			background: #f23558;
			border-radius: 50%;
			color: #e7e8ec;
			display: block;
			font-family: Arial, sans-serif;
			font-size: 12px;
			font-weight: 400;
			height: 20px;
			letter-spacing: normal;
			line-height: 16px;
			padding-top: 2px;
			text-align: center;
			text-transform: none;
			width: 20px;
		}
		.icon-cashier {
			background-image: url(/_nuxt/img/cashier.da8b17a.svg);
		}
		.icon-cashier-active {
			background-image: url(/_nuxt/img/cashier-active.55e73e8.svg);
		}
		.icon-game-slot {
			background-image: url(/_nuxt/img/game-slot.4996439.svg);
		}
		.icon-game-slot-active {
			background-image: url(/_nuxt/img/game-slot-active.bcc1495.svg);
		}
		.icon-klubnichka {
			background-image: url(/_nuxt/img/klubnichka.d9aefb5.svg);
		}
		.icon-klubnichka-active {
			background-image: url(/_nuxt/img/klubnichka-active.ecb8c66.svg);
		}
		.icon-blog {
			background-image: url(/_nuxt/img/blog.3d1233d.svg);
		}
		.icon-blog-active {
			background-image: url(/_nuxt/img/blog-active.f82faa2.svg);
		}
		.icon-tournament {
			background-image: url(/_nuxt/img/tournament.cd60c40.svg);
		}
		.icon-tournament-active {
			background-image: url(/_nuxt/img/tournament-active.9ae1488.svg);
		}
		.icon-lottery {
			background-image: url(/_nuxt/img/lottery.f310a93.svg);
		}
		.icon-lottery-active {
			background-image: url(/_nuxt/img/lottery-active.c7a6098.svg);
		}
		.icon-promo {
			background-image: url(/_nuxt/img/promo.7e33757.svg);
		}
		.icon-promo-active {
			background-image: url(/_nuxt/img/promo-active.aedd5dd.svg);
		}
		.icon-stocks-room {
			background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTQuNzE5NiA1LjMxMjExQzE1LjIyMDMgNi4yNzgzNSAxNi4xNDMxIDcuNzkwNzQgMTcuNjk1OSA5LjUwODc4QzE4Ljk0ODMgMTAuODk0NSAxOS42NjY3IDEyLjUzMTYgMTkuNjY2NiAxNC4wMDAzQzE5LjY4MjYgMTguOTI2NiAxNi4wMDc5IDIxLjM1NDMgMTIuMzMzMyAyMS4zMzMyQzguNjc5NiAyMS4zMTIyIDUuMDI1OTMgMTguODcwMiA1LjAwMDE5IDE0LjA1NjFDNC45ODIyIDExLjYyNjEgNi4yNDcyMiA5Ljg4MDYyIDcuNTcxMzkgOC4wNTM0N0M3LjYwOTM4IDguMDAxMDUgNy42NDc0MiA3Ljk0ODU3IDcuNjg1NDcgNy44OTZDOC4xMTc0OCAxMC4xNTk2IDkuMjUzMjkgMTEuNzE0NyAxMS4wMTMzIDEyLjYzMkM5LjY5MzI5IDEwLjMzODcgOS42Mjc4MSA3Ljk2NjY1IDEwLjcwNzMgNS44MDM3MUMxMS41OTk5IDQuMDE1NDUgMTMuMTkyOCAzLjI4NzcxIDEzLjI2MDIgMy4yNTc2MkwxMy44MzY4IDNMMTMuOTk4MiAzLjYxMTM5QzEzLjk5OTUgMy42MTY1NiAxNC4xNzczIDQuMjY1NTMgMTQuNzE5NiA1LjMxMjExWk0xMC40OTA4IDE3LjQ1MTVDOS41NTIzOCAxNy4zNzI3IDkuMDAyMzggMTYuNzA5OCA4Ljk0Mzk0IDE1Ljg0MjZINy45MzMzMkM3LjkyNjQ0IDE3LjQyNjUgOS4yNTY3NSAxOC41NTg4IDEwLjQ5MDggMTguNDk0M1YxNy40NTE1WiIgZmlsbD0iI0E3QUVCRSIvPgo8L3N2Zz4K);
		}
		.icon-stocks-room-active {
			background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTQuNzE5NiA1LjMxMjExQzE1LjIyMDMgNi4yNzgzNSAxNi4xNDMxIDcuNzkwNzQgMTcuNjk1OSA5LjUwODc4QzE4Ljk0ODMgMTAuODk0NSAxOS42NjY3IDEyLjUzMTYgMTkuNjY2NiAxNC4wMDAzQzE5LjY4MjYgMTguOTI2NiAxNi4wMDc5IDIxLjM1NDMgMTIuMzMzMyAyMS4zMzMyQzguNjc5NiAyMS4zMTIyIDUuMDI1OTMgMTguODcwMiA1LjAwMDE5IDE0LjA1NjFDNC45ODIyIDExLjYyNjEgNi4yNDcyMiA5Ljg4MDYyIDcuNTcxMzkgOC4wNTM0N0M3LjYwOTM4IDguMDAxMDUgNy42NDc0MiA3Ljk0ODU3IDcuNjg1NDcgNy44OTZDOC4xMTc0OCAxMC4xNTk2IDkuMjUzMjkgMTEuNzE0NyAxMS4wMTMzIDEyLjYzMkM5LjY5MzI5IDEwLjMzODcgOS42Mjc4MSA3Ljk2NjY1IDEwLjcwNzMgNS44MDM3MUMxMS41OTk5IDQuMDE1NDUgMTMuMTkyOCAzLjI4NzcxIDEzLjI2MDIgMy4yNTc2MkwxMy44MzY4IDNMMTMuOTk4MiAzLjYxMTM5QzEzLjk5OTUgMy42MTY1NiAxNC4xNzczIDQuMjY1NTMgMTQuNzE5NiA1LjMxMjExWk0xMC40OTA4IDE3LjQ1MTVDOS41NTIzOCAxNy4zNzI3IDkuMDAyMzggMTYuNzA5OCA4Ljk0Mzk0IDE1Ljg0MjZINy45MzMzMkM3LjkyNjQ0IDE3LjQyNjUgOS4yNTY3NSAxOC41NTg4IDEwLjQ5MDggMTguNDk0M1YxNy40NTE1WiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K);
		}
		.icon-my-profile {
			background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNC4zMTk1IDEyLjQyODZDMTkuMjY2MiAxMy4xNjc2IDE5LjkxMjYgMTQuMzM1MSAxOS45OTEgMTguNDMyM0MxOS45OTYgMTguNjk0NCAxOS45OTg3IDE4LjczOTcgMjAgMTguNzE2M0MxOS45OTk4IDE4Ljc4NTggMTkuOTk5NyAxOC44ODc5IDE5Ljk5OTcgMTkuMDM0N0MxOS45OTk3IDE5LjAzNDcgMTkuNDkwMSAxOS44ODUgMTcuMiAyMC40NjdWMTkuODYzMUwxNi42ODg5IDE2TDE1Ljk5MDYgMjAuNzE2QzE0Ljk0MzEgMjAuODg3NCAxMy42MzM0IDIxIDEyLjAwMDIgMjFDMTAuNDcxNSAyMSA5LjIyNjI3IDIwLjkwMTMgOC4yMTQxNyAyMC43NDgyTDcuNTExMDYgMTZMNyAxOS44NjMxVjIwLjUxNkM0LjUzOTU3IDE5LjkzNCA0LjAwMDY2IDE5LjAzNDcgNC4wMDA2NiAxOS4wMzQ3QzQuMDAwNjYgMTguODA2MiA0LjAwMDMgMTguNjc1MSA0IDE4LjYwNDNDNC4wMDEzMiAxOC42NDIxIDQuMDA0NzUgMTguNjI1IDQuMDEyMTQgMTguMjk5MkM0LjEwMjMxIDE0LjMwOTcgNC43ODgwNSAxMy4xNTk1IDkuNjgwNzUgMTIuNDI4NkM5LjY4MDc1IDEyLjQyODYgMTAuMzc3MiAxMy4xNjMxIDEyLjAwMDIgMTMuMTYzMUMxMy42MjMyIDEzLjE2MzEgMTQuMzE5NSAxMi40Mjg2IDE0LjMxOTUgMTIuNDI4NloiIGZpbGw9IiNBN0FFQkUiLz4KICAgIDxwYXRoIGQ9Ik0xMiAxMS41NzE0QzEzLjY1NjggMTEuNTcxNCAxNSA5Ljg3NjUyIDE1IDcuNzg1NzRDMTUgNS42OTQ5MSAxNC41NTkgNCAxMiA0QzkuNDQxMDggNCA5IDUuNjk0OTEgOSA3Ljc4NTc0QzkgOS44NzY1MiAxMC4zNDMyIDExLjU3MTQgMTIgMTEuNTcxNFoiIGZpbGw9IiNBN0FFQkUiLz4KPC9zdmc+Cg==);
		}
		.icon-my-profile-active {
			background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNC4zMTk1IDEyLjQyODZDMTkuMjY2MiAxMy4xNjc2IDE5LjkxMjYgMTQuMzM1MSAxOS45OTEgMTguNDMyM0MxOS45OTYgMTguNjk0NCAxOS45OTg3IDE4LjczOTcgMjAgMTguNzE2M0MxOS45OTk4IDE4Ljc4NTggMTkuOTk5NyAxOC44ODc5IDE5Ljk5OTcgMTkuMDM0N0MxOS45OTk3IDE5LjAzNDcgMTkuNDkwMSAxOS44ODUgMTcuMiAyMC40NjdWMTkuODYzMUwxNi42ODg5IDE2TDE1Ljk5MDYgMjAuNzE2QzE0Ljk0MzEgMjAuODg3NCAxMy42MzM0IDIxIDEyLjAwMDIgMjFDMTAuNDcxNSAyMSA5LjIyNjI3IDIwLjkwMTMgOC4yMTQxNyAyMC43NDgyTDcuNTExMDYgMTZMNyAxOS44NjMxVjIwLjUxNkM0LjUzOTU3IDE5LjkzNCA0LjAwMDY2IDE5LjAzNDcgNC4wMDA2NiAxOS4wMzQ3QzQuMDAwNjYgMTguODA2MiA0LjAwMDMgMTguNjc1MSA0IDE4LjYwNDNDNC4wMDEzMiAxOC42NDIxIDQuMDA0NzUgMTguNjI1IDQuMDEyMTQgMTguMjk5MkM0LjEwMjMxIDE0LjMwOTcgNC43ODgwNSAxMy4xNTk1IDkuNjgwNzUgMTIuNDI4NkM5LjY4MDc1IDEyLjQyODYgMTAuMzc3MiAxMy4xNjMxIDEyLjAwMDIgMTMuMTYzMUMxMy42MjMyIDEzLjE2MzEgMTQuMzE5NSAxMi40Mjg2IDE0LjMxOTUgMTIuNDI4NloiIGZpbGw9IndoaXRlIi8+CiAgICA8cGF0aCBkPSJNMTIgMTEuNTcxNEMxMy42NTY4IDExLjU3MTQgMTUgOS44NzY1MiAxNSA3Ljc4NTc0QzE1IDUuNjk0OTEgMTQuNTU5IDQgMTIgNEM5LjQ0MTA4IDQgOSA1LjY5NDkxIDkgNy43ODU3NEM5IDkuODc2NTIgMTAuMzQzMiAxMS41NzE0IDEyIDExLjU3MTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
		}
		.icon-rating {
			background-image: url(/_nuxt/img/rating.f1748bb.svg);
		}
		.icon-rating-active {
			background-image: url(/_nuxt/img/rating-active.fbd4b9a.svg);
		}
		.icon-support {
			background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcgMTJWMy45MzMzM0MxNyAzLjQxNzg3IDE2LjU4MjEgMyAxNi4wNjY3IDNIMy45MzMzM0MzLjQxNzg3IDMgMyAzLjQxNzg3IDMgMy45MzMzM1YxN0w2IDEzSDE2QzE2LjUxNTUgMTMgMTcgMTIuNTE1NSAxNyAxMlpNNS42MjAxNyA2SDE0LjM3OThDMTQuNzIyMyA2IDE1IDUuNzc2MTQgMTUgNS41QzE1IDUuMjIzODYgMTQuNzIyMyA1IDE0LjM3OTggNUg1LjYyMDE3QzUuMjc3NjYgNSA1IDUuMjIzODYgNSA1LjVDNSA1Ljc3NjE0IDUuMjc3NjYgNiA1LjYyMDE3IDZaTTEyLjUwMzkgOUg1LjQ5NjE0QzUuMjIyMTMgOSA1IDguNzc2MTQgNSA4LjVDNSA4LjIyMzg2IDUuMjIyMTMgOCA1LjQ5NjE0IDhIMTIuNTAzOUMxMi43Nzc5IDggMTMgOC4yMjM4NiAxMyA4LjVDMTMgOC43NzYxNCAxMi43Nzc5IDkgMTIuNTAzOSA5Wk01LjM3MjEgMTFIMTAuNjI3OUMxMC44MzM0IDExIDExIDEwLjc3NjEgMTEgMTAuNUMxMSAxMC4yMjM5IDEwLjgzMzQgMTAgMTAuNjI3OSAxMEg1LjM3MjFDNS4xNjY2IDEwIDUgMTAuMjIzOSA1IDEwLjVDNSAxMC43NzYxIDUuMTY2NiAxMSA1LjM3MjEgMTFaTTE5IDdIMjAuMTI1QzIwLjYwODIgNyAyMSA3LjUxNjc1IDIxIDhWMjFMMTcuNSAxN0g3Ljg3NUM3LjM5MTc1IDE3IDcgMTYuMTA4MiA3IDE1LjYyNVYxNUgxOEMxOC41NTIzIDE1IDE5IDE0LjU1MjMgMTkgMTRWN1oiIGZpbGw9IiNBN0FFQkUiLz4KPC9zdmc+Cg==);
		}
		.icon-support-active {
			background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcgMTJWMy45MzMzM0MxNyAzLjQxNzg3IDE2LjU4MjEgMyAxNi4wNjY3IDNIMy45MzMzM0MzLjQxNzg3IDMgMyAzLjQxNzg3IDMgMy45MzMzM1YxN0w2IDEzSDE2QzE2LjUxNTUgMTMgMTcgMTIuNTE1NSAxNyAxMlpNNS42MjAxNyA2SDE0LjM3OThDMTQuNzIyMyA2IDE1IDUuNzc2MTQgMTUgNS41QzE1IDUuMjIzODYgMTQuNzIyMyA1IDE0LjM3OTggNUg1LjYyMDE3QzUuMjc3NjYgNSA1IDUuMjIzODYgNSA1LjVDNSA1Ljc3NjE0IDUuMjc3NjYgNiA1LjYyMDE3IDZaTTEyLjUwMzkgOUg1LjQ5NjE0QzUuMjIyMTMgOSA1IDguNzc2MTQgNSA4LjVDNSA4LjIyMzg2IDUuMjIyMTMgOCA1LjQ5NjE0IDhIMTIuNTAzOUMxMi43Nzc5IDggMTMgOC4yMjM4NiAxMyA4LjVDMTMgOC43NzYxNCAxMi43Nzc5IDkgMTIuNTAzOSA5Wk01LjM3MjEgMTFIMTAuNjI3OUMxMC44MzM0IDExIDExIDEwLjc3NjEgMTEgMTAuNUMxMSAxMC4yMjM5IDEwLjgzMzQgMTAgMTAuNjI3OSAxMEg1LjM3MjFDNS4xNjY2IDEwIDUgMTAuMjIzOSA1IDEwLjVDNSAxMC43NzYxIDUuMTY2NiAxMSA1LjM3MjEgMTFaTTE5IDdIMjAuMTI1QzIwLjYwODIgNyAyMSA3LjUxNjc1IDIxIDhWMjFMMTcuNSAxN0g3Ljg3NUM3LjM5MTc1IDE3IDcgMTYuMTA4MiA3IDE1LjYyNVYxNUgxOEMxOC41NTIzIDE1IDE5IDE0LjU1MjMgMTkgMTRWN1oiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
		}
		.icon-support-vip {
			background-image: url(/_nuxt/img/support-vip.0f6a791.svg);
		}
		.icon-support-vip-active {
			background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjMgNUMyMyAzLjM0MzE1IDIxLjY1NjkgMiAyMCAyTDQgMkMyLjM0MzE1IDIgMSAzLjM0MzE1IDEgNUwxIDE1QzEgMTYuNjU2OSAyLjM0MzE1IDE4IDQgMThIMTMuMzA3TDE5LjE4NDQgMjIuNzgyOUMxOS41MTExIDIzLjA0ODggMjAgMjIuODE2MyAyMCAyMi4zOTUxVjE4QzIxLjY1NjkgMTggMjMgMTYuNjU2OSAyMyAxNVY1Wk0xNS43NzAxIDQuNjM0NTJIMTIuNDUwNkwxNC43MjY2IDcuNDM1ODdMMTUuNzcwMSA0LjYzNDUyWk05LjQ0MDQzIDguMzA0OTNMMTEuOTIwMyAxNS40NDYyTDE0LjQ0ODkgOC4zMDQ5M0g5LjQ0MDQzWk02LjA5OTczIDguMzA3ODZMMTEuMDg3NiAxNC43NzAyTDguOTAzNjYgOC4zMDc4Nkg2LjA5OTczWk0xNy44NjQ3IDguMzA0OTNMMTIuNzQwMiAxNC43ODc5TDE1LjAzNTIgOC4zMDQ5M0gxNy44NjQ3Wk0xMS45OTkxIDQuODQ1MjFMMTQuMzM5NiA3LjcyNTU5SDkuNjU4ODFMMTEuOTk5MSA0Ljg0NTIxWk0xMS41NDgxIDQuNjM0NTJIOC4yMjYyTDkuMjU2NzYgNy40NTQ3NkwxMS41NDgxIDQuNjM0NTJaTTYuMDM1NCA3LjcyNTUzTDcuNzQ0NTUgNC45OTA5N0w4Ljc0MzU1IDcuNzI1NTNINi4wMzU0Wk0xNy45NTIxIDcuNzI1NjNMMTYuMjQxMiA0Ljk4ODI4TDE1LjIyMTIgNy43MjU2M0gxNy45NTIxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
		}
		.icon-vip-club {
			background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgcng9IjIiIGZpbGw9IiMwQ0MyREEiLz4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIuNDUwMyA2LjYzNDc3TDE1Ljc2OTggNi42MzQ3N0wxNC43MjY0IDkuNDM2MTFMMTIuNDUwMyA2LjYzNDc3Wk0xMS45MjAxIDE3LjQ0NjRMOS40NDAxOSAxMC4zMDUyTDE0LjQ0ODcgMTAuMzA1MkwxMS45MjAxIDE3LjQ0NjRaTTExLjA4NzQgMTYuNzcwNUw2LjA5OTQ5IDEwLjMwODFIOC45MDM0MUwxMS4wODc0IDE2Ljc3MDVaTTEyLjc0IDE2Ljc4ODFMMTcuODY0NSAxMC4zMDUySDE1LjAzNUwxMi43NCAxNi43ODgxWk0xNC4zMzk0IDkuNzI2MDdMMTEuOTk4OSA2Ljg0NTdMOS42NTg1NyA5LjcyNjA3TDE0LjMzOTQgOS43MjYwN1pNOC4yMjU5NSA2LjYzNDc3TDExLjU0NzggNi42MzQ3N0w5LjI1NjUxIDkuNDU1MDFMOC4yMjU5NSA2LjYzNDc3Wk03Ljc0NDMxIDYuOTkxMjFMNi4wMzUxNiA5LjcyNTc3SDguNzQzM0w3Ljc0NDMxIDYuOTkxMjFaTTE2LjI0MSA2Ljk4ODI4TDE3Ljk1MTkgOS43MjU2M0gxNS4yMjA5TDE2LjI0MSA2Ljk4ODI4WiIgZmlsbD0iIzA1MTYxOCIvPgo8L3N2Zz4K);
		}
		.icon-vip-club-active {
			background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgcng9IjIiIGZpbGw9IiMwQ0MyREEiLz4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIuNDUwMyA2LjYzNDc3TDE1Ljc2OTggNi42MzQ3N0wxNC43MjY0IDkuNDM2MTFMMTIuNDUwMyA2LjYzNDc3Wk0xMS45MjAxIDE3LjQ0NjRMOS40NDAxOSAxMC4zMDUyTDE0LjQ0ODcgMTAuMzA1MkwxMS45MjAxIDE3LjQ0NjRaTTExLjA4NzQgMTYuNzcwNUw2LjA5OTQ5IDEwLjMwODFIOC45MDM0MUwxMS4wODc0IDE2Ljc3MDVaTTEyLjc0IDE2Ljc4ODFMMTcuODY0NSAxMC4zMDUySDE1LjAzNUwxMi43NCAxNi43ODgxWk0xNC4zMzk0IDkuNzI2MDdMMTEuOTk4OSA2Ljg0NTdMOS42NTg1NyA5LjcyNjA3TDE0LjMzOTQgOS43MjYwN1pNOC4yMjU5NSA2LjYzNDc3TDExLjU0NzggNi42MzQ3N0w5LjI1NjUxIDkuNDU1MDFMOC4yMjU5NSA2LjYzNDc3Wk03Ljc0NDMxIDYuOTkxMjFMNi4wMzUxNiA5LjcyNTc3SDguNzQzM0w3Ljc0NDMxIDYuOTkxMjFaTTE2LjI0MSA2Ljk4ODI4TDE3Ljk1MTkgOS43MjU2M0gxNS4yMjA5TDE2LjI0MSA2Ljk4ODI4WiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K);
		}
		.icon-bonuses-room {
			background-image: url(/_nuxt/img/bonuses-room.762ff67.svg);
		}
		.icon-bonuses-room-active {
			background-image: url(/_nuxt/img/bonuses-room-active.58db026.svg);
		}
		.icon-faq {
			background-image: url(/_nuxt/img/faq.a53cc5d.svg);
		}
		.icon-faq-active {
			background-image: url(/_nuxt/img/faq-active.9a6e69f.svg);
		}
		.icon-app {
			background-image: url(/_nuxt/img/app.beafa8a.svg);
		}
		.icon-app-active {
			background-image: url(/_nuxt/img/app-active.3750377.svg);
		}
		.icon-daily-missions {
			background-image: url(/_nuxt/img/daily-missions.b85187d.svg);
		}
		.icon-daily-missions-active {
			background-image: url(/_nuxt/img/daily-missions-active.b85187d.svg);
		}

		.stack-count {
			background: #f23558;
			border-radius: 50%;
			color: #e7e8ec;
			display: block;
			font-family: Arial, sans-serif;
			font-size: 12px;
			font-weight: 400;
			height: 20px;
			letter-spacing: normal;
			line-height: 16px;
			padding-top: 2px;
			text-align: center;
			text-transform: none;
			width: 20px;
		}
		.icon-arrow-down-fill {
			background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PGcgZmlsdGVyPSJ1cmwoI0IpIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAxNWw1LTZIN2w1IDZ6IiBmaWxsPSIjZmZmIi8+PC9nPjxtYXNrIGlkPSJBIiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSI3IiB5PSI5IiB3aWR0aD0iMTAiIGhlaWdodD0iNiI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTIgMTVsNS02SDdsNSA2eiIgZmlsbD0iI2ZmZiIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI0EpIj48cGF0aCBmaWxsPSIjYmFiMWFjIiBkPSJNMCAwaDI0djI0SDB6Ii8+PC9nPjxkZWZzPjxmaWx0ZXIgaWQ9IkIiIHg9IjYiIHk9IjkiIHdpZHRoPSIxMiIgaGVpZ2h0PSI4IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJBIi8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIi8+PGZlT2Zmc2V0IGR5PSIxIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iLjUiLz48ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuNSAwIi8+PGZlQmxlbmQgaW4yPSJBIi8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiLz48L2ZpbHRlcj48L2RlZnM+PC9zdmc+);
		}
		.icon-arrow-down-fill-white {
			background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTIgMTVsNS02SDdsNSA2eiIgZmlsbD0iI0E3QUVCRSIvPjwvc3ZnPg==);
		}

		.progressbar[data-v-54eaddb6] {
			border-radius: 8px;
			height: 12px;
			position: relative;
			width: 100%;
		}
		.progressbar__container[data-v-54eaddb6],
		.progressbar__decor[data-v-54eaddb6],
		.progressbar__tab[data-v-54eaddb6] {
			border-radius: inherit;
			height: 100%;
		}
		.progressbar__container[data-v-54eaddb6] {
			background-color: #978347;
		}
		.progressbar__indicator[data-v-54eaddb6] {
			align-items: center;
			border-radius: inherit;
			display: flex;
			height: 100%;
			justify-content: center;
			position: relative;
		}
		.progressbar__indicator--first[data-v-54eaddb6],
		.progressbar__indicator--second[data-v-54eaddb6] {
			background-color: #fde292;
		}
		.progressbar__indicator--second[data-v-54eaddb6] {
			min-width: 10%;
		}
		.progressbar__value[data-v-54eaddb6] {
			color: #110f08;
			font-family: Arial, sans-serif;
			font-size: 10px;
			font-weight: 400;
			letter-spacing: normal;
			line-height: 12px;
			text-transform: none;
		}

		.icon-pass[data-v-78117556] {
			background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE3LjgzMyAxMC4yNzNoLS4zODhWOC4wOWMwLTEuMzk0LS41MzUtMi41OS0xLjYwNC0zLjU5UzEzLjQ5IDMgMTIgM3MtMi43Ny41LTMuODQgMS41LTEuNjA0IDIuMTk3LTEuNjA0IDMuNTl2Mi4xODJoLS4zOWMtLjMyNCAwLS42LjEwNi0uODI2LjMxOHMtLjM0LjQ3LS4zNC43NzN2OC41NDVhMS4wMiAxLjAyIDAgMCAwIC4zNC43NzNjLjIyNy4yMTIuNTAyLjMxOC44MjYuMzE4aDExLjY2N2MuMzI0IDAgLjYtLjEwNi44MjctLjMxOGExLjAyIDEuMDIgMCAwIDAgLjM0LS43NzN2LTguNTQ2YzAtLjMwMy0uMTEzLS41Ni0uMzQtLjc3M3MtLjUwMi0uMzE4LS44MjctLjMxOHptLTIuNzIyIDBIOC44OVY4LjA5YzAtLjgwMy4zMDQtMS40OS45MTItMi4wNTdzMS4zNC0uODUyIDIuMi0uODUyIDEuNTkyLjI4NCAyLjIuODUyLjkxIDEuMjU0LjkxIDIuMDU3djIuMTgyem0tMi4wNDMgNy40OTdjLjA3NC0uMDg2LjExLS4yLjA5Ny0uMzE1bC0uMjQ1LTIuMjk2Yy4zOTgtLjMwMi42MzYtLjc4LjYzNi0xLjMwMiAwLS44OTMtLjY5OC0xLjYyLTEuNTU2LTEuNjJzLTEuNTU2LjcyNi0xLjU1NiAxLjYyYzAgLjUyMy4yMzggMSAuNjM2IDEuMzAybC0uMjQ1IDIuMjk2Yy0uMDEyLjExNC4wMjMuMjMuMDk3LjMxNXMuMTguMTM1LjMuMTM1aDEuNTU2Yy4xMSAwIC4yMTYtLjA1LjMtLjEzNXoiIGZpbGw9IiNBN0FFQkUiLz48L3N2Zz4K);
		}
		.icon-gift-min[data-v-78117556] {
			background-image: url(/_nuxt/img/gift-min.c40d98f.svg);
		}
		.icon-play-video[data-v-78117556] {
			background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0MyIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjEuNSA0M0MzMy4zNzQgNDMgNDMgMzMuMzc0IDQzIDIxLjVTMzMuMzc0IDAgMjEuNSAwIDAgOS42MjYgMCAyMS41IDkuNjI2IDQzIDIxLjUgNDN6bS00LjkwNC0xNC4wMzdsMTMuNTgtNy44NC0xMy41OC03Ljg0djE1LjY4eiIgZmlsbD0idXJsKCNBKSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iQSIgeDE9Ii4yNjYiIHkxPSIwIiB4Mj0iLjI2NiIgeTI9IjQyLjQ2OSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMxY2Q4ZmYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwMDU2OGUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4K);
		}
		.icon-refresh-video[data-v-78117556] {
			background-image: url(/_nuxt/img/refresh-video.acf624c.svg);
		}
		.icon-video[data-v-78117556] {
			background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBvcGFjaXR5PSIwLjUiIGN4PSIxMi41IiBjeT0iMTIuNzkzNSIgcj0iOCIgZmlsbD0iYmxhY2siLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi41IDMuNzkzNDZDMTcuNDY4IDMuNzkzNDYgMjEuNSA3LjgyNTQ2IDIxLjUgMTIuNzkzNUMyMS41IDE3Ljc2MTUgMTcuNDY4IDIxLjc5MzUgMTIuNSAyMS43OTM1QzcuNTMyIDIxLjc5MzUgMy41IDE3Ljc2MTUgMy41IDEyLjc5MzVDMy41IDcuODI1NDYgNy41MzIgMy43OTM0NiAxMi41IDMuNzkzNDZaTTEyLjUgNS41OTM0NkM4LjUyNjExIDUuNTkzNDYgNS4zIDguODE5NTcgNS4zIDEyLjc5MzVDNS4zIDE2Ljc2NzQgOC41MjYxMSAxOS45OTM1IDEyLjUgMTkuOTkzNUMxNi40NzM5IDE5Ljk5MzUgMTkuNyAxNi43Njc0IDE5LjcgMTIuNzkzNUMxOS43IDguODE5NTcgMTYuNDczOSA1LjU5MzQ2IDEyLjUgNS41OTM0NlpNMTIuNTU0IDEwLjAxNDdMMTQuNTU3OCAxMS4yNjcxQzE1LjY4NTggMTEuOTcyMSAxNS42ODU4IDEzLjYxNDkgMTQuNTU3OCAxNC4zMTk5TDEyLjU1NCAxNS41NzIzQzExLjM1NTEgMTYuMzIxNiA5LjggMTUuNDU5NiA5LjggMTQuMDQ1OVYxMS41NDExQzkuOCAxMC4xMjczIDExLjM1NTEgOS4yNjU0MSAxMi41NTQgMTAuMDE0N1oiIGZpbGw9IiNEMEI3NzEiLz4KPC9zdmc+Cg==);
		}
		.icon-video-player[data-v-78117556] {
			background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBvcGFjaXR5PSIwLjUiIGN4PSIxMiIgY3k9IjEyLjYxNzIiIHI9IjgiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIgMy42MTcxOUMxNi45NjggMy42MTcxOSAyMSA3LjY0OTE5IDIxIDEyLjYxNzJDMjEgMTcuNTg1MiAxNi45NjggMjEuNjE3MiAxMiAyMS42MTcyQzcuMDMyIDIxLjYxNzIgMyAxNy41ODUyIDMgMTIuNjE3MkMzIDcuNjQ5MTkgNy4wMzIgMy42MTcxOSAxMiAzLjYxNzE5Wk0xMiA1LjQxNzE5QzguMDI2MTEgNS40MTcxOSA0LjggOC42NDMzIDQuOCAxMi42MTcyQzQuOCAxNi41OTExIDguMDI2MTEgMTkuODE3MiAxMiAxOS44MTcyQzE1Ljk3MzkgMTkuODE3MiAxOS4yIDE2LjU5MTEgMTkuMiAxMi42MTcyQzE5LjIgOC42NDMzIDE1Ljk3MzkgNS40MTcxOSAxMiA1LjQxNzE5Wk0xMi4wNTQgOS44Mzg0NEwxNC4wNTc4IDExLjA5MDhDMTUuMTg1OCAxMS43OTU4IDE1LjE4NTggMTMuNDM4NiAxNC4wNTc4IDE0LjE0MzZMMTIuMDU0IDE1LjM5NkMxMC44NTUxIDE2LjE0NTMgOS4zIDE1LjI4MzMgOS4zIDEzLjg2OTZWMTEuMzY0OEM5LjMgOS45NTEwNSAxMC44NTUxIDkuMDg5MTQgMTIuMDU0IDkuODM4NDRaIiBmaWxsPSIjQTdBRUJFIi8+Cjwvc3ZnPgo=);
		}
		.strip-item[data-v-78117556] {
			background-image: url(/_nuxt/img/strip-item-bg.3935d07.png);
			background-repeat: no-repeat;
			padding: 16px;
		}
		.strip-item__item[data-v-78117556] {
			align-items: center;
			background-color: #2a2d33;
			border-radius: 4px;
			display: flex;
			flex-direction: column;
			height: 48px;
			justify-content: center;
			width: 48px;
		}
		.strip-item__light-img[data-v-78117556] {
			flex-grow: 1;
			height: 268px;
			position: relative;
			width: 100%;
		}
		.strip-item__light-img[data-v-78117556]:after,
		.strip-item__light-img[data-v-78117556]:before {
			background-position: 50%;
			background-repeat: no-repeat;
			background-size: contain;
			content: "";
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}
		.strip-item__light-img[data-v-78117556]:before {
			animation: light-78117556 1s linear infinite;
			background-image: url(/_nuxt/img/girl-2.9febf11.svg);
		}
		@media (min--moz-device-pixel-ratio: 0) {
			.strip-item__light-img[data-v-78117556]:before {
				animation: none;
				background-image: url(/_nuxt/img/girl-2.9febf11.svg);
			}
		}
		.strip-item__light-img[data-v-78117556]:after {
			background-image: url(/_nuxt/img/girl-1.2aceadb.svg);
		}
		.strip-item__desc[data-v-78117556] {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			margin-bottom: 32px;
			position: relative;
		}
		.strip-item__platform[data-v-78117556] {
			display: none;
		}
		.strip-item__light-text[data-v-78117556] {
			color: #a7aebe;
			font-size: 12px;
			font-weight: 400;
			line-height: 16px;
			margin-bottom: 16px;
			text-align: center;
		}
		.strip-item__get-bonus[data-v-78117556],
		.strip-item__light-text[data-v-78117556] {
			font-family: Arial, sans-serif;
			letter-spacing: normal;
			text-transform: none;
		}
		.strip-item__get-bonus[data-v-78117556] {
			color: #e7e8ec;
			display: block;
			font-size: 16px;
			font-weight: 700;
			line-height: 24px;
		}
		.strip-item__light-link[data-v-78117556] {
			display: flex;
			justify-content: center;
		}
		.strip-item__list[data-v-78117556] {
			z-index: 1;
		}
		.strip-item__list[data-v-78117556]:last-child {
			align-items: flex-end;
			display: flex;
			flex-direction: column;
			max-width: 3em;
		}
		.strip-item__ban[data-v-78117556] {
			height: 268px;
		}
		.strip-item__pic[data-v-78117556] img {
			height: 100%;
			left: 50%;
			-o-object-fit: contain;
			object-fit: contain;
			padding-bottom: 12px;
			position: absolute;
			top: 0;
			transform: translateX(-50%);
			width: auto;
		}
		.strip-item__name[data-v-78117556] {
			font-family: Arial, sans-serif;
			font-size: 14px;
			font-weight: 700;
			letter-spacing: normal;
			line-height: 20px;
			margin-bottom: 12px;
			text-align: center;
			text-transform: none;
		}
		.strip-item__progress[data-v-78117556] {
			margin-bottom: 16px;
		}
		.strip-item__link > a[data-v-78117556] {
			width: 100%;
		}
		.strip-item__list-item[data-v-78117556]:not(:last-child) {
			margin-bottom: 12px;
		}
		.strip-item__gift[data-v-78117556] {
			align-items: center;
			display: flex;
			flex-direction: column;
			max-width: 48px;
		}
		.strip-item__gift-wrap[data-v-78117556] {
			display: flex;
			justify-content: center;
			padding-top: 4px;
			white-space: nowrap;
			width: 100%;
		}
		.strip-item__gift-money[data-v-78117556],
		.strip-item__gift-name[data-v-78117556] {
			color: #fde292;
			font-family: Arial, sans-serif;
			font-size: 14px;
			font-weight: 700;
			letter-spacing: normal;
			line-height: 20px;
			text-transform: none;
			white-space: nowrap;
		}
		.strip-item__gift-ico[data-v-78117556] {
			height: 25px;
			margin-top: 4px;
			width: 32px;
		}
		@keyframes light-78117556 {
			0% {
				opacity: 0;
			}
			50% {
				opacity: 1;
			}
			to {
				opacity: 0;
			}
		}
		.strip-video-active-route
			.strip-video-button.strip-video-button--open[data-v-78117556] {
			background-color: #2a2d33;
		}
		.strip-video-button[data-v-78117556] {
			border-radius: 4px;
			height: 48px;
			padding: 2px;
			position: relative;
			width: 48px;
		}
		.strip-video-button[data-v-78117556]:active {
			opacity: 0.8;
		}
		.strip-video-button.strip-video-button--open[data-v-78117556] {
			background-color: #2a2d33;
			box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15),
				0 1px 3px 0 rgba(0, 0, 0, 0.3);
			cursor: pointer;
			padding: 1px;
		}
		.strip-video-button.strip-video-button--open[data-v-78117556]:before {
			display: none;
		}
		.strip-video-button.strip-video-button--open
			.strip-video-button__data[data-v-78117556] {
			align-items: flex-end;
			justify-content: flex-end;
		}
		.strip-video-button.strip-video-button--open
			.strip-video-button__border-progress[data-v-78117556] {
			display: none;
		}
		.strip-video-button.strip-video-button--open
			.strip-video-button__pic[data-v-78117556]
			img {
			opacity: 1;
		}
		.strip-video-button.strip-video-button--open
			.strip-video-button__data-text[data-v-78117556] {
			display: none;
		}
		.strip-video-button.strip-video-button--open
			.strip-video-button__data-ico[data-v-78117556] {
			display: block;
		}
		.strip-video-button.strip-video-button--open
			.strip-video-button__img[data-v-78117556] {
			border-radius: inherit;
		}
		.strip-video-button.strip-video-button--closed[data-v-78117556] {
			padding: 0;
		}
		.strip-video-button.strip-video-button--closed
			.strip-video-button__data-text[data-v-78117556],
		.strip-video-button.strip-video-button--closed[data-v-78117556]:before {
			display: none;
		}
		.strip-video-button.strip-video-button--closed
			.strip-video-button__data-ico[data-v-78117556] {
			display: block;
		}
		.strip-video-button.strip-video-button--closed
			.strip-video-button__border-progress[data-v-78117556] {
			display: none;
		}
		.strip-video-button.strip-video-button--closed
			.strip-video-button__img[data-v-78117556] {
			border-radius: inherit;
		}
		.strip-video-button.strip-video-button--closed
			.strip-video-button__pic[data-v-78117556]
			> img {
			background-image: linear-gradient(180deg, #0a0b0d, #0a0b0d);
			filter: blur(5.44px);
			opacity: 1;
		}
		.strip-video-button__border-progress[data-v-78117556],
		.strip-video-button__img[data-v-78117556],
		.strip-video-button__pic[data-v-78117556] img {
			border-radius: inherit;
			height: 100%;
			width: 100%;
		}
		.strip-video-button__img[data-v-78117556] {
			border-radius: 3px;
			position: relative;
		}
		.strip-video-button__pic[data-v-78117556] img {
			-o-object-fit: contain;
			object-fit: contain;
			opacity: 0.2;
		}
		.strip-video-button__border-progress[data-v-78117556] {
			color: #c09e41;
			left: 0;
			overflow: hidden;
			position: absolute;
			top: 0;
		}
		.strip-video-button__svg[data-v-78117556] {
			border-radius: inherit;
			fill: #0a0b0d;
			stroke: currentcolor;
			stroke-width: 2px;
			stroke-dasharray: 100;
		}
		.strip-video-button__data[data-v-78117556] {
			align-items: center;
			display: flex;
			height: 100%;
			justify-content: center;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}
		.strip-video-button__data-ico[data-v-78117556] {
			display: none;
			height: 24px;
			width: 24px;
		}
		.strip-video-button__data-text[data-v-78117556] {
			font-family: Arial, sans-serif;
			font-size: 14px;
			font-weight: 700;
			letter-spacing: normal;
			line-height: 20px;
			text-transform: none;
		}
		.strip-video-button.strip-video-button--big[data-v-78117556] {
			height: 56px;
			width: 56px;
		}
		@media screen and (min-width: 768px) and (min-height: 420px) {
			.strip-video-button.strip-video-button--big[data-v-78117556] {
				height: 80px;
				width: 80px;
			}
		}
		.strip-video-button__data-ico.strip-video-button__data-ico--big[data-v-78117556] {
			height: 30px;
			width: 30px;
		}
		.strip-video-button__data-text.strip-video-button__data-text--big[data-v-78117556] {
			font-family: Arial, sans-serif;
			font-size: 14px;
			font-weight: 700;
			letter-spacing: normal;
			line-height: 20px;
			text-transform: none;
		}
		.strip-video-button[data-v-78117556]:before {
			background: #c09e41;
			border-radius: 50%;
			box-shadow: 0 0 4px #c09e41;
			content: "";
			height: 6px;
			position: absolute;
			width: 6px;
			z-index: 3;
		}
		[data-progress="0"][data-v-78117556]:before {
			display: none;
		}
		[data-progress="1"][data-v-78117556]:before {
			left: 0;
			top: -2px;
		}
		[data-progress="2"][data-v-78117556]:before {
			left: 5%;
			top: -2px;
		}
		[data-progress="3"][data-v-78117556]:before {
			left: 10%;
			top: -2px;
		}
		[data-progress="4"][data-v-78117556]:before {
			left: 13%;
			top: -2px;
		}
		[data-progress="5"][data-v-78117556]:before {
			left: 18%;
			top: -2px;
		}
		[data-progress="6"][data-v-78117556]:before {
			left: 22%;
			top: -2px;
		}
		[data-progress="7"][data-v-78117556]:before {
			left: 27%;
			top: -2px;
		}
		[data-progress="8"][data-v-78117556]:before {
			left: 30%;
			top: -2px;
		}
		[data-progress="9"][data-v-78117556]:before {
			left: 35%;
			top: -2px;
		}
		[data-progress="10"][data-v-78117556]:before {
			left: 38%;
			top: -2px;
		}
		[data-progress="11"][data-v-78117556]:before {
			left: 42%;
			top: -2px;
		}
		[data-progress="12"][data-v-78117556]:before {
			left: 47%;
			top: -2px;
		}
		[data-progress="13"][data-v-78117556]:before {
			left: 50%;
			top: -2px;
		}
		[data-progress="14"][data-v-78117556]:before {
			left: 54%;
			top: -2px;
		}
		[data-progress="15"][data-v-78117556]:before {
			left: 59%;
			top: -2px;
		}
		[data-progress="16"][data-v-78117556]:before {
			left: 64%;
			top: -2px;
		}
		[data-progress="17"][data-v-78117556]:before {
			left: 67%;
			top: -2px;
		}
		[data-progress="18"][data-v-78117556]:before {
			left: 72%;
			top: -2px;
		}
		[data-progress="19"][data-v-78117556]:before {
			left: 75%;
			top: -2px;
		}
		[data-progress="20"][data-v-78117556]:before {
			left: 79%;
			top: -2px;
		}
		[data-progress="21"][data-v-78117556]:before {
			left: 83%;
			top: -2px;
		}
		[data-progress="22"][data-v-78117556]:before {
			left: 86%;
			top: -2px;
		}
		[data-progress="23"][data-v-78117556]:before {
			left: 90%;
			top: -2px;
		}
		[data-progress="24"][data-v-78117556]:before {
			left: 93%;
			top: -2px;
		}
		[data-progress="25"][data-v-78117556]:before {
			right: 0;
			top: -2px;
		}
		[data-progress="26"][data-v-78117556]:before {
			right: -2px;
			top: 5%;
		}
		[data-progress="27"][data-v-78117556]:before {
			right: -2px;
			top: 10%;
		}
		[data-progress="28"][data-v-78117556]:before {
			right: -2px;
			top: 13%;
		}
		[data-progress="29"][data-v-78117556]:before {
			right: -2px;
			top: 18%;
		}
		[data-progress="30"][data-v-78117556]:before {
			right: -2px;
			top: 22%;
		}
		[data-progress="31"][data-v-78117556]:before {
			right: -2px;
			top: 27%;
		}
		[data-progress="32"][data-v-78117556]:before {
			right: -2px;
			top: 30%;
		}
		[data-progress="33"][data-v-78117556]:before {
			right: -2px;
			top: 35%;
		}
		[data-progress="34"][data-v-78117556]:before {
			right: -2px;
			top: 38%;
		}
		[data-progress="35"][data-v-78117556]:before {
			right: -2px;
			top: 42%;
		}
		[data-progress="36"][data-v-78117556]:before {
			right: -2px;
			top: 47%;
		}
		[data-progress="37"][data-v-78117556]:before {
			right: -2px;
			top: 50%;
		}
		[data-progress="38"][data-v-78117556]:before {
			right: -2px;
			top: 54%;
		}
		[data-progress="39"][data-v-78117556]:before {
			right: -2px;
			top: 59%;
		}
		[data-progress="40"][data-v-78117556]:before {
			right: -2px;
			top: 64%;
		}
		[data-progress="41"][data-v-78117556]:before {
			right: -2px;
			top: 67%;
		}
		[data-progress="42"][data-v-78117556]:before {
			right: -2px;
			top: 72%;
		}
		[data-progress="43"][data-v-78117556]:before {
			right: -2px;
			top: 77%;
		}
		[data-progress="44"][data-v-78117556]:before {
			right: -2px;
			top: 78%;
		}
		[data-progress="45"][data-v-78117556]:before {
			right: -2px;
			top: 80%;
		}
		[data-progress="46"][data-v-78117556]:before {
			right: -2px;
			top: 83%;
		}
		[data-progress="47"][data-v-78117556]:before {
			right: -2px;
			top: 88%;
		}
		[data-progress="48"][data-v-78117556]:before {
			right: -2px;
			top: 93%;
		}
		[data-progress="49"][data-v-78117556]:before {
			right: -2px;
			top: 91%;
		}
		[data-progress="50"][data-v-78117556]:before {
			bottom: 0;
			right: -2px;
		}
		[data-progress="51"][data-v-78117556]:before {
			bottom: -2px;
			right: 0;
		}
		[data-progress="52"][data-v-78117556]:before {
			bottom: -2px;
			right: 5%;
		}
		[data-progress="53"][data-v-78117556]:before {
			bottom: -2px;
			right: 10%;
		}
		[data-progress="54"][data-v-78117556]:before {
			bottom: -2px;
			right: 13%;
		}
		[data-progress="55"][data-v-78117556]:before {
			bottom: -2px;
			right: 18%;
		}
		[data-progress="56"][data-v-78117556]:before {
			bottom: -2px;
			right: 22%;
		}
		[data-progress="57"][data-v-78117556]:before {
			bottom: -2px;
			right: 27%;
		}
		[data-progress="58"][data-v-78117556]:before {
			bottom: -2px;
			right: 30%;
		}
		[data-progress="59"][data-v-78117556]:before {
			bottom: -2px;
			right: 35%;
		}
		[data-progress="60"][data-v-78117556]:before {
			bottom: -2px;
			right: 38%;
		}
		[data-progress="61"][data-v-78117556]:before {
			bottom: -2px;
			right: 42%;
		}
		[data-progress="62"][data-v-78117556]:before {
			bottom: -2px;
			right: 47%;
		}
		[data-progress="63"][data-v-78117556]:before {
			bottom: -2px;
			right: 50%;
		}
		[data-progress="64"][data-v-78117556]:before {
			bottom: -2px;
			right: 54%;
		}
		[data-progress="65"][data-v-78117556]:before {
			bottom: -2px;
			right: 59%;
		}
		[data-progress="66"][data-v-78117556]:before {
			bottom: -2px;
			right: 64%;
		}
		[data-progress="67"][data-v-78117556]:before {
			bottom: -2px;
			right: 67%;
		}
		[data-progress="68"][data-v-78117556]:before {
			bottom: -2px;
			right: 72%;
		}
		[data-progress="69"][data-v-78117556]:before {
			bottom: -2px;
			right: 77%;
		}
		[data-progress="70"][data-v-78117556]:before {
			bottom: -2px;
			right: 82%;
		}
		[data-progress="71"][data-v-78117556]:before {
			bottom: -2px;
			right: 87%;
		}
		[data-progress="72"][data-v-78117556]:before {
			bottom: -2px;
			right: 91%;
		}
		[data-progress="73"][data-v-78117556]:before {
			bottom: -2px;
			right: 94%;
		}
		[data-progress="74"][data-v-78117556]:before {
			bottom: -2px;
			right: 93%;
		}
		[data-progress="75"][data-v-78117556]:before {
			bottom: -2px;
			left: 0;
		}
		[data-progress="76"][data-v-78117556]:before {
			bottom: 3%;
			left: -2px;
		}
		[data-progress="77"][data-v-78117556]:before {
			bottom: 8%;
			left: -2px;
		}
		[data-progress="78"][data-v-78117556]:before {
			bottom: 10%;
			left: -2px;
		}
		[data-progress="79"][data-v-78117556]:before {
			bottom: 13%;
			left: -2px;
		}
		[data-progress="80"][data-v-78117556]:before {
			bottom: 18%;
			left: -2px;
		}
		[data-progress="81"][data-v-78117556]:before {
			bottom: 22%;
			left: -2px;
		}
		[data-progress="82"][data-v-78117556]:before {
			bottom: 27%;
			left: -2px;
		}
		[data-progress="83"][data-v-78117556]:before {
			bottom: 30%;
			left: -2px;
		}
		[data-progress="84"][data-v-78117556]:before {
			bottom: 33%;
			left: -2px;
		}
		[data-progress="85"][data-v-78117556]:before {
			bottom: 38%;
			left: -2px;
		}
		[data-progress="86"][data-v-78117556]:before {
			bottom: 42%;
			left: -2px;
		}
		[data-progress="87"][data-v-78117556]:before {
			bottom: 47%;
			left: -2px;
		}
		[data-progress="88"][data-v-78117556]:before {
			bottom: 50%;
			left: -2px;
		}
		[data-progress="89"][data-v-78117556]:before {
			bottom: 54%;
			left: -2px;
		}
		[data-progress="90"][data-v-78117556]:before {
			bottom: 59%;
			left: -2px;
		}
		[data-progress="91"][data-v-78117556]:before {
			bottom: 62%;
			left: -2px;
		}
		[data-progress="92"][data-v-78117556]:before {
			bottom: 67%;
			left: -2px;
		}
		[data-progress="93"][data-v-78117556]:before {
			bottom: 70%;
			left: -2px;
		}
		[data-progress="94"][data-v-78117556]:before {
			bottom: 73%;
			left: -2px;
		}
		[data-progress="95"][data-v-78117556]:before {
			bottom: 78%;
			left: -2px;
		}
		[data-progress="96"][data-v-78117556]:before {
			bottom: 83%;
			left: -2px;
		}
		[data-progress="97"][data-v-78117556]:before {
			bottom: 87%;
			left: -2px;
		}
		[data-progress="98"][data-v-78117556]:before {
			bottom: 88%;
			left: -2px;
		}
		[data-progress="99"][data-v-78117556]:before {
			left: -2px;
			top: 2%;
		}
		[data-progress="100"][data-v-78117556]:before {
			left: -2px;
			top: 0;
		}

		.activity-block[data-v-3bfcf829] {
			border-radius: 8px;
			cursor: pointer;
			width: 100%;
		}
		.activity-block__wrap[data-v-3bfcf829] {
			background: #1d180a;
			border-radius: inherit;
			box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15),
				0 1px 3px 0 rgba(0, 0, 0, 0.3);
		}
		.activity-block__header[data-v-3bfcf829] {
			align-items: center;
			background: #2a2d33;
			border-top-left-radius: inherit;
			border-top-right-radius: inherit;
			color: #e7e8ec;
			display: flex;
			font-family: "Open Sans", sans-serif;
			font-size: 16px;
			font-weight: 700;
			height: 52px;
			justify-content: center;
			letter-spacing: normal;
			line-height: 20px;
			text-align: center;
			text-transform: none;
		}
		@media screen and (min-width: 768px) and (min-height: 420px) {
			.activity-block__header[data-v-3bfcf829] {
				font-size: 24px;
				font-weight: 700;
				letter-spacing: normal;
				line-height: 28px;
				text-transform: none;
			}
		}
		@media screen and (min-width: 1360px) {
			.activity-block__header[data-v-3bfcf829] {
				font-size: 28px;
				font-weight: 700;
				letter-spacing: normal;
				line-height: 32px;
				text-transform: none;
			}
		}
		@media screen and (min-width: 768px) and (min-height: 420px) {
			.activity-block__header[data-v-3bfcf829] {
				height: 60px;
			}
		}
		@media screen and (min-width: 1360px) {
			.activity-block__header[data-v-3bfcf829] {
				height: 64px;
			}
		}
		.activity-block__img[data-v-3bfcf829] {
			height: 100%;
			left: 0;
			-o-object-fit: cover;
			object-fit: cover;
			position: absolute;
			top: 0;
			width: 100%;
		}
		.activity-block__footer[data-v-3bfcf829] {
			background: #2a2d33;
			border-bottom-left-radius: inherit;
			border-bottom-right-radius: inherit;
			height: 71px;
			overflow: hidden;
			padding: 8px 0;
		}
		.activity-block__description[data-v-3bfcf829],
		.activity-block__footer[data-v-3bfcf829] {
			align-items: center;
			display: flex;
			justify-content: center;
		}
		.activity-block__description[data-v-3bfcf829] {
			flex-direction: column;
			width: 140px;
		}
		@media screen and (min-width: 768px) and (min-height: 420px) {
			.activity-block__description[data-v-3bfcf829] {
				width: 166px;
			}
		}
		.activity-block__countdown[data-v-3bfcf829] {
			display: flex;
			justify-content: center;
			min-width: 140px;
		}
		@media screen and (min-width: 768px) and (min-height: 420px) {
			.activity-block__countdown[data-v-3bfcf829] {
				min-width: 166px;
			}
		}
		.activity-block__title[data-v-3bfcf829] {
			color: #e7e8ec;
			font-size: 14px;
			font-weight: 700;
			line-height: 20px;
		}
		.activity-block__sub-title[data-v-3bfcf829],
		.activity-block__title[data-v-3bfcf829] {
			font-family: Arial, sans-serif;
			letter-spacing: normal;
			text-align: center;
			text-transform: none;
		}
		.activity-block__sub-title[data-v-3bfcf829] {
			color: #a7aebe;
			font-size: 12px;
			font-weight: 400;
			line-height: 16px;
		}
		.activity-block__btn[data-v-3bfcf829] {
			margin-left: 8px;
			width: 140px;
		}
		@media screen and (min-width: 768px) and (min-height: 420px) {
			.activity-block__btn[data-v-3bfcf829] {
				margin-left: 12px;
				width: 166px;
			}
		}
		.activity-block__skeleton[data-v-3bfcf829] {
			border-radius: 4px;
			height: 280px;
			width: 100%;
		}
		@media screen and (min-width: 768px) and (min-height: 420px) {
			.activity-block__skeleton[data-v-3bfcf829] {
				height: 320px;
			}
		}

		.countdown[data-v-62ac2986] {
			padding-right: 2px;
			position: relative;
			z-index: 0;
		}
		.countdown--center[data-v-62ac2986] {
			align-items: center;
			display: flex;
			flex-direction: column;
		}
		.countdown__title[data-v-62ac2986] {
			color: #e7e8ec;
			font-family: Arial, sans-serif;
			font-size: 12px;
			font-weight: 400;
			letter-spacing: normal;
			line-height: 16px;
			margin-bottom: 2px;
			text-align: center;
			text-transform: none;
		}
		.countdown__count-wrap[data-v-62ac2986] {
			border-radius: 4px;
			height: 24px;
			margin: 0 auto 2px;
		}
		.countdown__count[data-v-62ac2986] {
			background: #3f424d;
			border: 1px solid #8a95a8;
			border-radius: inherit;
			color: #e7e8ec;
			display: inline-block;
			font-family: Arial, sans-serif;
			font-size: 16px;
			font-weight: 700;
			height: 100%;
			letter-spacing: 0.32px;
			line-height: 24px;
			min-width: 24px;
			padding: 0 2px;
			position: relative;
			text-align: center;
			text-transform: none;
			width: 100%;
		}
		.countdown__label[data-v-62ac2986] {
			font-size: 10px;
			font-weight: 400;
			line-height: 12px;
		}
		.countdown__label[data-v-62ac2986],
		.countdown__separator[data-v-62ac2986] {
			color: #a7aebe;
			font-family: Arial, sans-serif;
			letter-spacing: normal;
			text-transform: none;
		}
		.countdown__separator[data-v-62ac2986] {
			font-size: 16px;
			font-weight: 700;
			line-height: 24px;
			margin: 0 4px;
		}
		.countdown__container[data-v-62ac2986] {
			display: flex;
			padding-top: 2px;
		}
		.countdown__time[data-v-62ac2986] {
			display: flex;
			flex-direction: column;
			text-align: center;
		}
		.countdown__time + .countdown__time[data-v-62ac2986] {
			margin-left: 12px;
		}

		.poster-wrap[data-v-67544ebc] {
			border-radius: 4px;
			display: block;
			position: relative;
		}
		.poster-wrap--event[data-v-67544ebc] {
			border-radius: 4px 4px 0 0;
		}
		.poster-wrap--pointer[data-v-67544ebc] {
			cursor: pointer;
		}
		.poster-wrap--activity[data-v-67544ebc] {
			border-radius: 0;
		}
		.poster-wrap__flag[data-v-67544ebc] {
			left: 0;
			position: absolute;
			top: 0;
			z-index: 1;
		}
		.poster-wrap__badge[data-v-67544ebc] {
			position: absolute;
			right: 0;
			top: 0;
			z-index: 1;
		}
		.poster-wrap__event-close[data-v-67544ebc] {
			bottom: 0;
			position: absolute;
			right: 0;
			width: 100%;
			z-index: 2;
		}

		.poster-img[data-v-427772de] {
			border-radius: inherit;
			overflow: hidden;
		}
		.poster-img__wrap--type1[data-v-427772de] {
			padding-bottom: 50%;
		}
		@media screen and (min-width: 480px) and (orientation: landscape) and (max-height: 420px) and (max-width: 900px) {
			.poster-img__wrap--type1[data-v-427772de] {
				padding-bottom: 30.282%;
			}
		}
		@media screen and (min-width: 768px) and (min-height: 420px) {
			.poster-img__wrap--type1[data-v-427772de] {
				height: 300px;
				padding-bottom: 0;
			}
		}
		@media screen and (min-width: 1280px) {
			.poster-img__wrap--type1[data-v-427772de] {
				height: 398px;
			}
		}
		.poster-img__wrap--type2[data-v-427772de] {
			height: 152px;
		}
		@media screen and (min-width: 375px) {
			.poster-img__wrap--type2[data-v-427772de] {
				height: 178px;
			}
		}
		@media screen and (min-width: 568px) {
			.poster-img__wrap--type2[data-v-427772de] {
				height: 164px;
			}
		}
		@media screen and (min-width: 768px) and (min-height: 420px) {
			.poster-img__wrap--type2[data-v-427772de] {
				height: 282px;
			}
		}
		@media screen and (min-width: 1280px) {
			.poster-img__wrap--type2[data-v-427772de] {
				height: 380px;
			}
		}
		.poster-img__wrap--type3[data-v-427772de] {
			padding-bottom: calc(50% - 4px);
		}
		.poster-img__wrap--type4[data-v-427772de] {
			height: 152px;
			padding-bottom: 0;
		}
		@media screen and (min-width: 768px) and (min-height: 420px) {
			.poster-img__wrap--type4[data-v-427772de] {
				height: 192px;
			}
		}
		.poster-img__wrap[data-v-427772de] {
			border-radius: inherit;
			position: relative;
		}
		.poster-img__pic[data-v-427772de],
		.poster-img__pic[data-v-427772de] img {
			height: 100%;
			left: 0;
			-o-object-fit: cover;
			object-fit: cover;
			position: absolute;
			top: 0;
			width: 100%;
		}
		
.menu-wrap{
	display: none;
}
.swiper-slide-active .main-rotator-slider__pic img, .swiper-slide-duplicate-active .main-rotator-slider__pic img {
	opacity: 1;
	transform: translate(0);
}
#js_main_rotator_slider {
	overflow: hidden;
}
.main-rotator-slider__main-ban{
	object-fit: cover;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
	.v-button__label--hide-mob {
			display: flex;
	}
}
@media screen and (max-width: 1024px){
	.header-nav[data-v-acd690ba],
	.registration-block-header[data-v-678eac56]{
		display: none;
	}
}