/* Compiled: 2025-05-22 16:53:01 */
/* расчет колонок */

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 Regular"), local("SF-Pro-Display-Regular"), url("../fonts/SFProDisplay/SFProDisplay-Regular.woff2") format("woff");
	font-weight: 400;
	font-style: normal;
	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;
}

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

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

body {
	position: relative;
	min-height: 100%;
}

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

.bg-blur {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.bg-blur img {
	width: 100%;
	height: 100%;
}

.bg {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
	height: 101.1em;
	-webkit-backdrop-filter: blur(2em);
	backdrop-filter: blur(2em);
}

.bg img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 0px 0px 10rem 0 rgba(0, 0, 0, 0.75);
	object-position: center top;
}

.wrap {
	margin: 0 auto;
	width: 108rem;
	padding: 0 14.7rem;
	box-sizing: border-box;
	max-width: 100%;
}

.logo {
	z-index: 1;
}

.logo svg,
.logo img {
	width: 15.8rem;
	height: 4.2rem;
}

.promo {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 39.5rem;
	padding: 0;
	margin-bottom: 6.5rem;
}

.promo__btns {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 1.2rem 0;
	margin: -3rem 0 0 12rem;
}

.promo__btns a {
	color: #fff;
	font-size: 1.4114rem;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	width: 20.2rem;
	height: 5.1rem;
}

.promo__logo {
	width: 15.8rem;
	height: 3.9rem;
	text-align: center;
	margin: 2.5rem auto 2.5rem auto;
}

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

.promo__content {
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
	position: relative;
	padding: 0 0 0 26.8rem;
}

.promo__image {
	display: block;
	width: 33rem;
	position: absolute;
	top: -1.8;
	right: 30.8rem;
	z-index: -1;
}

.promo__title {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	position: relative;
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
	font-size: 4.4rem;
	text-align: center;
	font-weight: 500;
	line-height: 106%;
	letter-spacing: -0.044rem;
	margin: 0 0 0.5rem 0;
}

.promo__subtitle {
	display: block;
	margin: 0 auto 0 auto;
	width: 34.3rem;
	height: 18rem;
	color: #fff;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	background: url(../img/text.png) center no-repeat;
	background-size: contain;
	font-size: 0.01rem;
	color: rgba(255, 255, 255, 0.01);
	line-height: 110%;
	font-style: italic;
	font-weight: 400;
	line-height: 3.1rem;
	text-transform: uppercase;
}

.promo__text {
	width: 31.55rem;
	height: 4.45rem;
	background: url(../img/text-bg.png) center no-repeat;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2rem auto 0 auto;
	color: #fff;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 106%;
	text-align: center;
	font-style: italic;
	letter-spacing: -0.028rem;
	text-transform: uppercase;
}

.scan-qr {
	position: relative;
	width: 25.4rem;
	box-sizing: border-box;
	color: rgba(68, 68, 68, 0.9);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: -0.025rem;
	display: flex;
	align-items: center;
	margin: 0 0 2rem;
	border-radius: 1.6rem;
	box-shadow: -0.1rem 0.09rem 0rem 0 #d7d4d4, 0.01rem -0.03rem 0.001rem 0 #d7d4d4, 0.01rem 0.1rem 0.07rem 0 #d7d4d4;
	background: rgba(255, 255, 255, 0.4);
	-webkit-backdrop-filter: blur(2rem);
	backdrop-filter: blur(2rem);
	padding: 1.3rem 0.5rem 1.2rem 1.5rem;
}

.scan-qr__image {
	flex: 0;
	display: block;
	width: 6rem;
	height: 6rem;
	margin-right: 1.6rem;
}

.button {
	width: 20.7rem;
	height: 5.1rem;
	border-radius: 20rem;
	background: #ff6a13;
	border: 1px solid #ff6a13;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
	box-sizing: border-box;
}

.button.white {
	background: transparent;
	border: 1px solid #fff;
}

.footer__btns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 1rem;
}

.steps {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 0 2rem;
	margin-bottom: 2.5rem;
	margin-top: 3rem;
}

.steps__img {
	position: absolute;
	top: -11rem;
	right: -2.5rem;
	width: 34.65rem;
	height: 30.9rem;
}

.steps__item {
	display: block;
	width: 24.6em;
	height: 22.8rem;
	position: relative;
	border-radius: 4rem;
	border: 1px solid #ffc30b;
	background: rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	padding: 2.8rem 2rem 2.8rem 2.8rem;
	box-sizing: border-box;
}

.steps__item:nth-child(2) {
	width: 25.4em;
	margin-top: 3rem;
}

.steps__item:nth-child(3) {
	margin-top: 6rem;
}

.steps__ico {
	position: absolute;
	top: -3.4rem;
	left: 2.2rem;
	display: block;
	margin-bottom: auto;
	width: 6.8rem;
	height: 6.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.steps__ico picture,
.steps__ico img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.steps__item-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}

.steps__text-wrap {
	width: 100%;
}

.steps__title {
	display: block;
	color: #fff;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	font-size: 3.6rem;
	font-style: italic;
	font-weight: 500;
	line-height: 100%; /* 26.4px */
	text-transform: uppercase;
	letter-spacing: -0.036rem;
	margin: 0;
}

.steps__title i {
	color: #ff6a13;
}

.steps__title-img {
	color: #fff;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	display: inline-block;
	width: 24.35rem;
	height: 6.8rem;
	position: relative;
	color: rgba(255, 255, 255, 0.001);
	background: url(../img/title2.png) center no-repeat;
	background-size: contain;
	font-size: 3.5721rem;
	font-style: italic;
	font-weight: 500;
	line-height: 101%; /* 36.079px */
	text-transform: uppercase;
	margin-top: -0.4rem;
}

.steps__text {
	display: block;
	color: #fff;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 120%; /* 17.08px */
	letter-spacing: -0.022rem;
	text-transform: none;
	text-transform: uppercase;
	font-style: italic;
	margin-top: 1rem;
	opacity: 0.7;
}

.heading {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	font-size: 6.4rem;
	font-style: italic;
	font-weight: 500;
	line-height: 95%;
	text-align: center;
	margin: 22rem 0 6rem 0;
	color: #fff;
	text-transform: uppercase;
}

.highlited {
	color: #FF6A13;
}

.footer__content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.footer__content .link-rules {
	color: #fff;
	display: block;
	width: fit-content;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 16.8px */
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	opacity: 0.7;
	margin: 0 auto;
}

.footer {
	position: relative;
	width: 78.6rem;
	height: 20.7rem;
	margin: 0 auto;
	padding: 2.2rem 1rem 1.8rem 1rem;
	box-sizing: border-box;
	z-index: 5;
}

.footer img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.footer img.coin-1 {
	width: auto;
	height: auto;
	position: absolute;
	top: -8rem;
	left: -6rem;
	z-index: 3;
}

.footer img.coin-2 {
	width: auto;
	height: auto;
	position: absolute;
	top: initial;
	left: initial;
	bottom: -7rem;
	right: 1rem;
	z-index: 3;
}

.footer img.coin-3 {
	width: auto;
	height: auto;
	position: absolute;
	top: initial;
	left: initial;
	bottom: -10rem;
	right: -2.3rem;
	z-index: 3;
}

.footer img.footer__img {
	object-position: center;
	object-fit: cover;
}

.footer__title {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	font-size: 4.2rem;
	font-style: italic;
	font-weight: 500;
	line-height: 110%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin: 0 auto 2rem auto;
}

.button .mobile {
	display: none;
}

.button.touch .desktop {
	display: none;
}

.button.touch .mobile {
	display: inline;
}

@media (hover: hover) and (pointer: fine) {

.button:hover {
	background-color: #fff;
	border-color: #ff6a13;
	color: #ff6a13;
}

}

@media (min-width: 708px) {

.on-mobile {
	display: none;
}

.bg:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 108rem;
	height: 2rem;
	background: linear-gradient(0deg, #e9ebf3 7.09%, rgba(30, 30, 30, 0) 94.49%);
	display: none;
}

}

@media (min-width: 1300px) {

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

}

@media (max-width: 1660px) and (max-height: 880px) {

.promo__subtitle {
	width: 29rem;
	height: 15rem;
}

.button {
	height: 3.8rem;
}

.steps {
	margin-top: 8rem;
	margin-bottom: 1.5rem;
}

.steps__item {
	width: 23rem;
	height: 17rem;
	padding: 1.5rem 2rem 1.5rem 3rem;
}

.steps__ico {
	width: 4.2rem;
	height: 4.2rem;
	top: -2.1rem;
}

.steps__title {
	font-size: 3rem;
}

.steps__text {
	font-size: 2rem;
}

.footer {
	width: 65rem;
	height: 15rem;
	padding: 1.2rem 1rem 1.8rem 1rem;
}

.footer__title {
	font-size: 3.5rem;
	margin-bottom: 1rem;
}

}

@media (max-width: 1080px) {

.wrap {
	padding: 0 15em;
}

.footer {
	margin: 0 auto;
}

}

@media (max-width: 1030px) {

.wrap {
	padding: 0 10em;
}

}

@media (max-width: 950px) {

.wrap {
	padding: 0 1em;
}

}

@media (max-width: 760px) {

.promo__btns {
	margin: -3rem 0 0 8rem;
}

}

@media (max-width: 707px) {

html {
	font-size: 2.66668vw;
}

body {
	min-height: 100vh;
}

.main {
	min-height: 100vh;
	height: auto;
	padding-bottom: 10rem;
}

.on-desktop {
	display: none !important;
}

.bg-blur img {
	display: none;
}

.bg {
	height: auto;
}

.bg img {
	width: 100%;
}

.wrap {
	padding: 0;
}

.logo svg,
.logo img {
	width: 14.5rem;
	height: 7.2rem;
}

.promo {
	width: 18.5rem;
	padding: 3.2rem 0 0 1.6rem;
	margin-bottom: 5.5rem;
}

.promo__btns {
	margin: 0 0 6rem 0;
	width: 100%;
	flex-direction: row;
	justify-content: center;
	gap: 0 1rem;
}

.promo__btns a {
	width: 17rem;
	height: 4.2rem;
	margin: 0;
}

.promo__logo {
	width: 10.2rem;
	height: 2.5rem;
	margin: 0 auto 1rem auto;
}

.promo__content {
	padding: 0;
	text-align: center;
}

.promo__image {
	position: relative;
	width: 21.4rem;
	top: 0;
	left: 0;
	margin: 1rem auto 0 auto;
}

.promo__title {
	font-size: 2.2rem;
	padding: 0;
	line-height: 90%;
	letter-spacing: -0.022rem;
	margin: 0;
}

.promo__title br {
	display: block;
}

.promo__subtitle {
	font-size: 2.2rem;
	width: 16.45rem;
	height: 8.3rem;
	line-height: 120%;
	margin: 0.2rem 0 0 0;
	background: url(../img/text-mobile.png) center no-repeat;
	background-size: contain;
}

.promo__text {
	width: 16.7rem;
	height: 2.5rem;
	background: url(../img/text-bg-mobile.png) center no-repeat;
	background-size: contain;
	font-size: 1.6rem;
	letter-spacing: -0.0159rem;
	margin: 1.5rem auto 0 auto;
}

.scan-qr {
	display: none;
}

.button.white {
	border-color: #2c2c2c;
	color: #2c2c2c;
}

.button {
	margin: auto;
	width: 23.6rem;
	height: 4.2rem;
	border-radius: 2.4rem;
	font-size: 1.4rem;
}

.steps {
	flex-direction: column;
	gap: 1rem 0;
	padding: 0 1.6rem;
	margin-bottom: 2.5rem;
}

.steps__img {
	display: none;
}

.steps__item:nth-child(2) {
	margin-top: 0;
	width: 100%;
	height: auto;
}

.steps__item:nth-child(3) {
	margin-top: 0;
	height: auto;
}

.steps__item {
	border-radius: 2rem;
	width: 100%;
	height: auto;
	padding: 0.8rem 1rem 0.8rem 0.8rem;
}

.steps__ico {
	position: static;
	width: 5.6rem;
	height: 5.6rem;
	flex-shrink: 0;
	margin: 0;
}

.steps__item-content {
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 0 0.4rem;
}

.steps__title {
	font-size: 2.4rem;
	line-height: 100%;
	letter-spacing: -0.024rem;
}

.steps__title-img {
	color: #444;
	font-size: 2.4rem;
	background: none;
	width: 100%;
	height: auto;
}

.steps__text {
	display: block;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 120%; /* 17.08px */
	letter-spacing: -0.016rem;
	margin-top: 0;
}

.steps__text br {
	display: none;
}

.heading {
	font-size: 4rem;
	line-height: 95%;
	text-align: center;
	margin: 0 0 3rem 0;
	padding: 0;
}

.footer__content {
	margin: 0 auto;
	margin-top: 2.5rem;
	justify-content: center;
}

.footer__content .link-rules {
	font-size: 1.2rem;
}

.footer {
	width: 32.8rem;
	height: 24rem;
	padding: 0;
	margin: 0 auto;
}

.footer img.coin-1 {
	top: -7.1rem;
	left: -2.5rem;
}

.footer img.coin-2 {
	bottom: -11rem;
	right: 11rem;
}

.footer .button {
	display: none;
}

.footer__title {
	font-size: 3.2rem;
	margin: 0;
}

}

