/* Compiled: 2025-07-11 16:30:46 */
/* расчет колонок */

body {
	--wrap-width: 100vw;
}

html._screen-scrolling body {
	--scrollbar-wrap: 0px !important;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

::selection {
	color: #fff;
	background: #000;
}

:disabled {
	cursor: default;
	pointer-events: none;
	opacity: 0.7;
	-webkit-user-select: none;
	user-select: none;
}

img {
	margin: 0;
}

img:not([src]) {
	visibility: hidden;
}

a {
	text-decoration: none;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink;
}

a[href^="mailto"],
a[href^="tel"] {
	-webkit-user-select: text;
	user-select: text;
}

nav ul {
	margin: 0;
	padding: 0;
}

button,
input[type="checkbox"],
input[type="radio"] {
	cursor: pointer;
}

textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="password"] {
	border-radius: 0;
	-webkit-appearance: none;
}

html.desktop textarea {
	scrollbar-width: thin;
	scrollbar-color: #000 #eee;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

html.desktop textarea::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background: #eee;
}

html.desktop textarea::-webkit-scrollbar-thumb {
	background-color: #000;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

figure,
figcaption {
	margin: 0;
	padding: 0;
}

template {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: 'PFDinTextCompPro';
	src: local('PFDinTextCompPro'), local('PFDinTextCompPro-Regular'), url('../fonts/PFDinTextCompPro/PFDinTextCompPro-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PFDinTextCompPro';
	src: local('PFDinTextCompPro'), local('PFDinTextCompPro-Italic'), url('../fonts/PFDinTextCompPro/PFDinTextCompPro-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'PFDinTextCompPro';
	src: local('PFDinTextCompPro'), local('PFDinTextCompPro-Medium'), url('../fonts/PFDinTextCompPro/PFDinTextCompPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PFDinTextCompPro';
	src: local('PFDinTextCompPro MedItal'), local('PFDinTextCompPro-MedItal'), url('../fonts/PFDinTextCompPro/PFDinTextCompPro-MedItal.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'PFDinTextCompPro';
	src: local('PFDinTextCompPro Bold'), local('PFDinTextCompPro-Bold'), url('../fonts/PFDinTextCompPro/PFDinTextCompPro-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PFDinTextCompPro';
	src: local('PFDinTextCompPro BoldItal'), local('PFDinTextCompPro-BoldItal'), url('../fonts/PFDinTextCompPro/PFDinTextCompPro-BoldItal.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'SFProDisplay';
	src: local('SF Pro Display Medium'), local('SF-Pro-Display-Medium'), url('../fonts/SFProDisplay/SF-Pro-Display-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

html {
	font-size: 0.520834vw;
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
	min-height: 100%;
}

body {
	min-height: 100%;
	background-color: #080073;
	background-image: url(../img/bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.main {
	position: relative;
	overflow: hidden;
	min-height: 100%;
}

.content {
	width: 140.1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	position: relative;
	z-index: 1;
}

.footer__content {
	width: 106.2354rem;
	padding-left: 2rem;
	padding-right: 2rem;
	margin-left: auto;
	margin-right: auto;
}

.h1 {
	font-family: "PFDinTextCompPro";
	font-size: 12rem;
	font-style: italic;
	font-weight: 500;
	line-height: 85%;
	letter-spacing: -0.24rem;
	text-transform: uppercase;
	margin-top: 0;
	padding: 1rem 0;
}

.h2 {
	font-family: "PFDinTextCompPro";
	font-size: 8rem;
	font-style: italic;
	font-weight: 500;
	line-height: 96%;
	text-transform: uppercase;
	margin-top: 0;
}

.h5 {
	font-family: "PFDinTextCompPro";
	font-size: 3.4rem;
	font-style: italic;
	font-weight: 500;
	line-height: 105%;
	text-transform: uppercase;
	margin-top: 0;
}

.button {
	font-family: "SFProDisplay";
	font-size: 2rem;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	line-height: 128%;
	letter-spacing: -0.01rem;
	display: inline-flex;
	padding: 2.3rem 6.7rem;
	justify-content: center;
	align-items: center;
	border-radius: 8rem;
	background: #ff6a13;
}

.promo {
	background-image: url(../img/promo-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 4.3rem 0 57.6rem;
}

.promo__logo {
	width: 54.3rem;
	height: 6.4rem;
	display: block;
	margin: 0 0 14.9rem;
}

.promo__logo-img {
	width: 100%;
	height: 100%;
}

.promo__title {
	margin-bottom: 4rem;
	background: linear-gradient(91deg, #fa741a 1.01%, #ffa42d 16.26%, #fa8c11 32.28%, #fa741a 42.5%, #eeb60d 57.56%, #fa741a 77.28%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0.7rem;
}

.promo__subtitle {
	font-family: "PFDinTextCompPro";
	font-size: 6rem;
	font-style: italic;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 6.4rem;
}

.game {
	text-align: center;
	padding: 0rem 0 0;
	margin-top: -21rem;
	margin-bottom: 9.4rem;
}

.game__title {
	text-align: center;
	background: linear-gradient(71deg, #e97c0d 28.04%, #f99d0f 52.07%, #e97b0d 75.61%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 6.3rem;
}

.game__items {
	color: #fff;
	display: flex;
	gap: 2.4rem;
	margin-bottom: 8rem;
}

.game__item {
	text-align: left;
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	border-radius: 2.9rem;
	border: 0.15rem solid rgba(255, 255, 255, 0.04);
	background: rgba(255, 255, 255, 0.08);
}

.game__item:nth-child(even) {
	flex-direction: column-reverse;
	justify-content: space-between;
}

.game__item-img {
	display: block;
	width: 45.1rem;
	height: 32.8rem;
}

.game__item-content {
	padding: 3.7rem 4rem 4.2rem;
}

.game__item-title {
	margin-bottom: 1.5rem;
}

.game__item-description {
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 128%;
	letter-spacing: -0.01rem;
	opacity: 0.7;
	margin: 0;
}

.banner {
	margin-bottom: 10.7rem;
}

.banner__inner {
	position: relative;
	padding: 8.4rem 20rem 6rem 6rem;
}

.banner__bg {
	width: 147.5rem;
	height: 63.6rem;
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
}

.banner__label {
	font-family: "SFProDisplay";
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2rem;
	letter-spacing: -0.006rem;
	display: inline-flex;
	padding: 0.6rem 1.2rem;
	justify-content: center;
	align-items: center;
	gap: 0.8rem;
	border-radius: 6rem;
	border: 0.1rem solid #4aba24;
	margin-bottom: 3rem;
}

.banner__title {
	font-family: "PFDinTextCompPro";
	font-size: 6rem;
	font-style: italic;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	background: linear-gradient(90deg, #fa901a 0%, #fe9a18 20%, #fa8c11 41%, #f7820e 59%, #ee730d 75.5%, #ed7a16 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0 0 3.4rem;
}

.banner__subtitle {
	font-family: "SFProDisplay";
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 128%;
	letter-spacing: -0.01rem;
	color: #fff;
	opacity: 0.7;
}

.fund {
	text-align: center;
	color: #fff;
	background-image: url(../img/fund-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 31.7rem 0 67rem;
}

.fund__title {
	margin: 0 0 36.9rem;
}

.fund__subtitle {
	font-family: "PFDinTextCompPro";
	font-size: 4rem;
	font-weight: 400;
	line-height: 96%;
	font-style: italic;
	text-transform: uppercase;
	margin: 0 0 9rem;
}

.fund__items {
	text-align: left;
	display: flex;
	gap: 2.4rem;
}

.fund__item {
	flex: 1;
	border-radius: 2.4rem;
	border: 0.15rem solid rgba(255, 255, 255, 0.04);
	background: rgba(255, 255, 255, 0.08);
	padding: 24.6rem 4rem 4rem;
	position: relative;
}

.fund__item-img {
	width: 32.6rem;
	height: 27.4rem;
	display: block;
	position: absolute;
	top: -3.5rem;
	left: -4.4rem;
}

.fund__item-title {
	font-family: "PFDinTextCompPro";
	font-size: 6rem;
	font-style: italic;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0 0 2rem;
}

.fund__item-text {
	font-family: "SFProDisplay";
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 128%;
	letter-spacing: -0.01rem;
}

.download {
	text-align: left;
	color: #fff;
	position: relative;
	padding: 0 0 19.6em;
	margin-top: -25rem;
	z-index: 1;
}

.download .content {
	position: relative;
}

.download__img {
	width: 144.9568rem;
	height: 139.1rem;
	display: block;
	position: absolute;
	left: -20.4rem;
	bottom: -65rem;
	z-index: -1;
}

.download__inner {
	width: 69rem;
	margin-left: auto;
}

.download__title {
	font-size: 9.6rem;
	font-style: italic;
	font-weight: 500;
	line-height: 85%;
	letter-spacing: -0.192rem;
	text-transform: uppercase;
	padding: 1rem 0;
	margin: 0 0 1.2rem;
	background: var(--Linear, linear-gradient(90deg, #fa901a 0%, #fe9a18 20%, #fa8c11 41%, #f7820e 59%, #ee730d 75.5%, #ed7a16 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fund__item-subtitle {
	font-family: "PFDinTextCompPro";
	font-size: 4rem;
	font-style: italic;
	font-weight: 400;
	line-height: 96%;
	text-transform: uppercase;
	margin-bottom: 5rem;
}

.footer {
	background: #dcdcdc;
}

.footer__logos-wrap {
	aspect-ratio: 20.90196078;
	mix-blend-mode: luminosity;
	padding: 2rem 0;
}

.footer__logos-list {
	width: 100%;
	height: 100%;
	display: block;
}

.footer__text {
	color: #000;
	font-family: "SFProDisplay";
	font-size: 1.2rem;
	font-weight: 400;
	opacity: 0.5;
	margin: 0;
}

.footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.6rem 0 3rem;
}

.footer__age-limits {
	color: #000;
	font-family: "SFProDisplay";
	font-size: 1.2rem;
	font-weight: 400;
	opacity: 0.5;
}

.footer__social {
	display: flex;
	gap: 0.4rem;
	mix-blend-mode: luminosity;
}

.footer__socia-item {
	width: 2rem;
	height: 2rem;
	display: block;
}

.footer__socia-item img {
	width: 100%;
	height: 100%;
}

.popup-wrap {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: none;
	justify-content: center;
	align-items: center;
	padding: 1.6rem;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.6);
	overflow-y: auto;
}

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

body.popup-open {
	overflow: hidden;
}

.popup {
	position: relative;
	width: 100%;
	max-height: calc(100% - 3.2rem);
	overflow-y: auto;
}

.popup p {
	color: #2c2c2c;
	margin: 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2rem;
}

.popup p a {
	color: #ff6a13;
}

.popup-inner {
	position: relative;
	width: 50rem;
	box-sizing: border-box;
	padding: 10rem 4.8rem 6.4rem;
	margin: auto;
	background: #fff;
}

.popup-close {
	cursor: pointer;
	position: absolute;
	top: 4rem;
	right: 4rem;
	transition: opacity 0.1s linear;
}

.popup-title {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	color: #282828;
	text-align: center;
	font-size: 4.8rem;
	font-style: italic;
	font-weight: 500;
	line-height: 100%; /* 48px */
	text-transform: uppercase;
	position: relative;
	margin-bottom: 3.7rem;
}

.popup-title span {
	display: inline-block;
	color: #ff6a13;
	position: relative;
	z-index: 5;
}

.popup-qr {
	width: 24rem;
	height: 24rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem;
	margin: 0 auto 2.5rem;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
}

.popup-qr img {
	width: 22rem;
	height: 22rem;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {

.promo {
	background-image: url(../img/promo-bg@2x.png);
}

.fund {
	background-image: url(../img/fund-bg@2x.png);
}

}

@media (min-width: 768px) {

.on-mobile {
	display: none;
}

}

@media (min-width: 1300px) {

body {
	--wrap-width: 130rem;
	--scrollbar-wrap: 0px !important;
}

}

@media (max-width: 1366px) {

html {
	font-size: 0.732vw;
}

.content {
	width: 108rem;
}

.h1 {
	font-size: 9.6rem;
	letter-spacing: -0.192rem;
}

.h2 {
	font-size: 6.4rem;
}

.h5 {
	font-size: 2.8rem;
}

.button {
	font-size: 1.6rem;
	letter-spacing: -0.008rem;
	border-radius: 5.6rem;
	padding: 1.8rem 5.1rem;
}

.promo {
	padding: 3.3rem 0 44.4rem;
	background-image: url(../img/promo-bg-tablet.png);
}

.promo__logo {
	width: 41.9rem;
	height: 4.94rem;
	margin-bottom: 11.6rem;
}

.promo__title {
	background: linear-gradient(91deg, #fa741a 1.01%, #ffa42d 16.26%, #fa8c11 32.28%, #fa741a 42.5%, #eeb60d 57.56%, #fa741a 77.28%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0;
}

.promo__subtitle {
	font-size: 4.6rem;
	margin-bottom: 5rem;
}

.game {
	margin-top: -22rem;
	margin-bottom: 3rem;
	padding-top: 8.7rem;
}

.game__title {
	background: linear-gradient(71deg, #e97c0d 28.04%, #f99d0f 52.07%, #e97b0d 75.61%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 4.3rem;
}

.game__items {
	margin-bottom: 6rem;
}

.game__item {
	border-radius: 2.4rem;
}

.game__item-img {
	font-size: 4.6rem;
	width: 34.3rem;
	height: 24.9455rem;
}

.game__item-content {
	padding: 2.5rem 2.3rem 2.5rem;
}

.game__item-title {
	margin-bottom: 1.3rem;
}

.game__item-description {
	font-size: 1.6rem;
	letter-spacing: -0.008rem;
}

.banner {
	margin-bottom: 12.1rem;
}

.banner__inner {
	padding: 11rem 18rem 3rem 4rem;
}

.banner__bg {
	width: 113.8rem;
	height: 49.2rem;
	bottom: -2.2rem;
}

.banner__label {
	margin-bottom: 2rem;
}

.banner__title {
	font-size: 4.6rem;
	margin-bottom: 2.2rem;
}

.banner__subtitle {
	font-size: 1.6rem;
	letter-spacing: -0.008rem;
}

.fund {
	padding: 22.6rem 0 46rem;
	background-image: url(../img/fund-bg-tablet.png);
}

.fund__title {
	margin-bottom: 28rem;
}

.fund__subtitle {
	font-size: 3rem;
	margin-bottom: 5.2rem;
}

.fund__item {
	border-radius: 2rem;
	padding: 19.2rem 3.2rem 3rem;
}

.fund__item-img {
	width: 25.7rem;
	height: 21.6rem;
	top: -2.5rem;
	left: -3.4rem;
}

.fund__item-title {
	font-size: 4.6rem;
	margin-bottom: 2rem;
}

.fund__item-text {
	font-size: 1.6rem;
	letter-spacing: -0.008rem;
}

.download {
	padding: 0 0 13.1rem;
	margin-top: -13.4rem;
}

.download__img {
	width: 108rem;
	height: 104.3rem;
	left: -12.4rem;
	bottom: -45rem;
}

.download__inner {
	width: 53rem;
}

.download__title {
	font-size: 8rem;
	letter-spacing: -0.16rem;
	margin-bottom: 0.3rem;
}

.fund__item-subtitle {
	font-size: 3rem;
	margin-bottom: 3.6rem;
}

}

@media (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1366px) and (min-resolution: 192dpi), (max-width: 1366px) and (min-resolution: 2dppx) {

.promo {
	background-image: url(../img/promo-bg-tablet@2x.png);
}

.fund {
	background-image: url(../img/fund-bg-tablet@2x.png);
}

}

@media (max-width: 1024px) {

html {
	font-size: 0.832vw;
}

.fund {
	padding-bottom: 40rem;
}

.download {
	padding: 1.8rem 0 13rem;
}

}

@media (max-width: 767px) {

html {
	font-size: 2.66668vw;
}

body {
	background-image: url(../img/bg-mobile@2x.png);
}

.on-desktop {
	display: none;
}

.content {
	width: 100%;
	padding-left: 1.8rem;
	padding-right: 1.8rem;
	box-sizing: border-box;
}

.footer__content {
	width: 100%;
	padding-left: 1.6rem;
	padding-right: 1.6rem;
	box-sizing: border-box;
}

.h1 {
	font-size: 5.4rem;
	letter-spacing: -0.108rem;
}

.h2 {
	font-size: 3.8rem;
	line-height: 110%;
}

.button {
	font-size: 1.4rem;
	letter-spacing: -0.007rem;
	padding: 1.2rem 3.9rem;
}

.promo {
	text-align: center;
	padding: 0 0 15.7rem;
	background-image: url(../img/promo-bg-mobile.png);
}

.promo__logo {
	display: flex;
	justify-content: center;
	width: 37.5rem;
	height: 4.8rem;
	padding: 0;
	margin: 0 -1.8rem 27.5rem;
	background: #fff;
}

.promo__title {
	background: radial-gradient(298.37% 47.23% at 15.02% 51.94%, #fb9319 0%, #ed7915 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0;
}

.promo__subtitle {
	font-size: 2.4rem;
	font-weight: 400;
	margin-bottom: 3.4rem;
}

.promo__subtitle br {
	display: none;
}

.game {
	margin-top: -0.2rem;
	margin-bottom: 8rem;
	padding-top: 0;
}

.game__title {
	background: linear-gradient(71deg, #e97c0d 28.04%, #f99d0f 52.07%, #e97b0d 75.61%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 2.7rem;
}

.game__items {
	gap: 1.6rem;
	flex-direction: column;
	margin-bottom: 4rem;
}

.game__item {
	border-radius: 2rem;
}

.game__item:nth-child(even) {
	flex-direction: column;
}

.game__item-img {
	font-size: 2.4rem;
	font-weight: 400;
	width: 33.5rem;
	height: 24rem;
}

.game__item-content {
	padding: 2.4rem;
}

.banner {
	margin-bottom: 7.7rem;
}

.banner__inner {
	text-align: center;
	padding: 2.3rem 4rem 19.3rem;
}

.banner__bg {
	width: 35.5rem;
	height: 46rem;
}

.banner__title {
	font-size: 3.8rem;
	line-height: 110%;
	margin-bottom: 1rem;
}

.banner__subtitle br {
	display: none;
}

.fund {
	text-align: center;
	padding: 14rem 0 19rem;
	background-image: url(../img/fund-bg-mobile.png);
}

.fund__title {
	margin-bottom: 13.8rem;
}

.fund__items {
	flex-direction: column;
	gap: 1.4rem;
}

.fund__item {
	padding: 12.5rem 2.4rem 2.4rem;
}

.fund__item-img {
	width: 16.3rem;
	height: 13.8rem;
	top: -1.5rem;
	left: -1.8rem;
}

.fund__item-title {
	font-size: 2.8rem;
	margin-bottom: 1.5rem;
}

.fund__item-title br {
	display: none;
}

.download {
	text-align: center;
	margin-top: -2.3rem;
	padding-bottom: 8rem;
	overflow: hidden;
}

.download__img {
	width: 63rem;
	height: 60.5rem;
	left: -4.3rem;
	bottom: -16.4rem;
}

.download__inner {
	width: 100%;
	margin-right: auto;
}

.download__title {
	font-size: 4.8rem;
	line-height: 85%;
	letter-spacing: -0.096rem;
	margin-bottom: 0.4rem;
}

.download__title br {
	display: none;
}

.fund__item-subtitle {
	font-size: 2.8rem;
	margin-bottom: 40.4rem;
}

.footer__logos-wrap {
	width: 106.9658rem;
	padding: 1rem 0;
	overflow: hidden;
	position: relative;
}

.footer__text {
	font-size: 0.8rem;
}

.footer__bottom {
	padding: 2rem 0 3rem;
}

.footer__age-limits {
	font-size: 1rem;
}

.footer__social {
	gap: 1rem;
}

.footer__socia-item {
	width: 4rem;
	height: 4rem;
}

.popup p {
	margin-bottom: 2rem;
}

.popup .button {
	display: block;
	width: fit-content;
	margin: 0 auto;
}

.popup-inner {
	background-size: 31.5rem 23.5rem;
	width: 31.5rem;
	padding: 5rem 1.6rem 5rem;
}

.popup-close {
	top: -2rem;
	right: 2.5rem;
}

.popup-title {
	font-size: 2.4rem;
	margin-bottom: 0.7rem;
}

}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 192dpi), (max-width: 767px) and (min-resolution: 2dppx) {

.promo {
	background-image: url(../img/promo-bg-mobile@2x.png);
}

.fund {
	background-image: url(../img/fund-bg-mobile@2x.png);
}

}

