/* Compiled: 2025-07-22 14:57:05 */
/* расчет колонок */

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: "Whitney";
	src: url("../fonts/Whitney/Whitney-Medium.woff2") format("woff2"), url("../fonts/Whitney/Whitney-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Whitney";
	src: url("../fonts/Whitney/Whitney-Semibold.woff2") format("woff2"), url("../fonts/Whitney/Whitney-Semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Whitney";
	src: url("../fonts/Whitney/Whitney-Bold.woff2") format("woff2"), url("../fonts/Whitney/Whitney-Bold.woff") format("woff");
	font-weight: bold;
	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;
}

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

body {
	min-height: 100%;
	background-color: #dcdcdc;
}

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

.bg {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	z-index: -2;
}

.arrow {
	display: block;
	margin: 0 auto;
	margin-bottom: 9.5rem;
}

.title-content {
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	font-size: 7.2rem;
	font-style: italic;
	font-weight: 500;
	line-height: 96%; /* 69.12px */
	text-transform: uppercase;
	background: var(--lin, linear-gradient(96deg, #e35c12 7.75%, #f98a22 30.52%, #ed7b17 53.3%, #f98a22 73.92%, #d3511d 93.69%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 2rem;
}

.description-content {
	color: #fff;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	font-size: 4rem;
	font-style: italic;
	font-weight: 500;
	line-height: 110%; /* 44px */
	text-transform: uppercase;
}

.promo {
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 8rem 0 0 0;
	text-align: center;
}

.promo.promo-top {
	align-items: flex-start;
	padding: 2rem 26rem 0 26rem;
	margin-bottom: 0;
}

.promo.promo-top p {
	width: 31.6rem;
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 3rem 0 0 0;
	font-size: 2.4rem;
	font-style: normal;
	text-align: left;
	font-weight: 500;
	line-height: 130%;
	margin-left: 18rem;
}

.promo.promo-top p .button {
	margin-top: 3.5rem;
}

.promo__image {
	display: block;
	width: 57.9rem;
	height: auto;
	margin: 0 0 0 -10rem;
}

.promo__text {
	padding: 8rem 0 0 6rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.promo-top-logos {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 38.5rem;
}

.promo-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 3rem 8rem 5.3rem 8rem;
	width: 130.65rem;
	height: 17.4rem;
	margin-bottom: 10rem;
}

.promo-box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.promo-box span {
	display: block;
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	line-height: 110%;
}

.promo-box .button {
	margin-top: 0;
}

.btns {
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
}

.promo-box__title {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 4rem;
	font-style: italic;
	text-align: left;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.promo__logo {
	width: 24.4rem;
	height: 6rem;
	object-fit: cover;
}

.promo__logo-right {
	width: 11.9rem;
	height: 9rem;
	object-fit: cover;
}

div {
	box-sizing: border-box;
}

.promo__title {
	position: relative;
	width: 80.75rem;
	height: 25.95rem;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	text-align: right;
	text-shadow: 0.2203rem 0.3305rem 0.1102rem rgba(0, 0, 0, 0.5);
	font-size: 0.01rem;
	color: rgba(255, 255, 255, 0.01);
	font-style: italic;
	font-weight: 500;
	line-height: 97%;
	letter-spacing: -0.282rem;
	background: linear-gradient(96deg, #e35c12 7.75%, #f98a22 30.52%, #ed7b17 53.3%, #f98a22 73.92%, #d3511d 93.69%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	margin-left: auto;
	margin-bottom: 2.8rem;
}

.promo__title span {
	position: relative;
	font-size: 9.5rem;
	letter-spacing: 0.19rem;
	display: inline-block;
	margin: -4.2rem 0 0 0;
}

.promo__title span:before {
	content: "";
	display: inline-block;
	position: relative;
	left: 50%;
	width: 93%;
	height: 6.5rem;
	margin: 0 0 -11.9rem 0;
	top: 1.5rem;
	background-color: #FF6A13;
	z-index: -1;
	border: 1.8rem solid #FF6A13;
	transform: translate(-50%, -50%) skew(-12deg);
}

.promo__subtitle {
	width: 63.4rem;
	height: 8.2rem;
	position: relative;
	color: #fff;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	font-size: 10.5rem;
	font-style: italic;
	font-weight: 500;
	line-height: 96%;
	letter-spacing: -0.21rem;
	text-transform: uppercase;
	z-index: 5;
}

.promo__buttons {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin: 4rem 0 0 0;
}

.button {
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
	width: 31.8rem;
	height: 7.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 128%;
	letter-spacing: -0.01rem;
	text-transform: uppercase;
	transition: top 0.2s linear, bottom 0.2s linear;
	z-index: 5;
	position: relative;
	margin-top: 5rem;
	margin-left: auto;
	margin-right: auto;
}

.button.button-green::after {
	background: url(../img/button-green.png) center no-repeat;
	background-size: cover;
}

.button._fixed {
	left: 50%;
	transform: translateX(-50%);
	position: fixed;
	bottom: 5rem;
	margin-top: 0;
}

._absolute .button._fixed {
	position: absolute;
	top: 120%;
}

.button::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 35.8rem;
	height: 11.25rem;
	background: url(../img/button.png) center no-repeat;
	background-size: cover;
	z-index: -1;
}

.button--primary {
	background-color: #FF6A13;
}

.tiles {
	text-align: center;
	margin: 0 auto 0 auto;
}

.tiles .btns {
	margin: 0 auto;
	margin-top: -3rem;
}

.tiles .btns .button {
	margin: 0;
}

.tiles__title {
	position: relative;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	color: #282828;
	font-size: 7.2rem;
	font-style: italic;
	font-weight: 500;
	text-align: center;
	line-height: 110%;
	text-transform: uppercase;
	margin: 0 auto 0 auto;
	z-index: 5;
}

.tiles__title span {
	display: inline-block;
	position: relative;
	width: 28.35rem;
	height: 6.35rem;
	z-index: 5;
}

.tiles__title span::after {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/tiles-title-mask.png) center no-repeat;
	background-size: cover;
	top: 0.9rem;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.tiles--bonus .tiles__title {
	font-size: 4.8rem;
	letter-spacing: 0.096rem;
	max-width: 67rem;
}

.bottom-gradient {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 23.6rem;
	background: linear-gradient(0deg, rgba(43, 43, 43, 0.9) 0%, rgba(43, 43, 43, 0) 100%);
	transition: opacity 0.2s linear;
	z-index: -1;
	display: none;
}

._absolute .bottom-gradient {
	opacity: 0;
}

.tiles__subtitle {
	color: #fff;
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.04rem;
	max-width: 47rem;
	margin: 1.6rem auto 0 auto;
}

.tiles__list {
	margin: 3rem auto 0 auto;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	color: #fff;
}

.tiles__list + .button {
	margin-top: -4.5rem;
}

.tile {
	position: relative;
	width: 75.4rem;
	height: 63.05rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 11rem 3rem 5rem 3rem;
}

.tile img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.tile img.cloud-1,
.tile img.cloud-2 {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.tile img.cloud-1 {
	width: 76.7rem;
	height: 111.4rem;
}

.tile img.cloud-2 {
	width: 104rem;
	height: 119.6rem;
}

.tile img.tile-content-img {
	position: relative;
	top: initial;
	left: initial;
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
	margin-top: 3.5rem;
	max-width: 100%;
	max-height: 100%;
	z-index: 5;
}

.prefooter {
	margin-bottom: 17.5rem;
}

.prefooter-text {
	position: relative;
}

.tile-quest {
	margin-top: 2.5rem;
	width: 36.2rem;
	position: relative;
	border-radius: 2.5rem;
	border: 0.0842rem solid #138617;
	background: radial-gradient(43.11% 20.62% at 20.62% 50.07%, rgba(19, 134, 23, 0) 0%, rgba(19, 134, 23, 0) 100%), radial-gradient(93.33% 99.64% at 97.54% 97.83%, rgba(19, 134, 23, 0.4) 0%, rgba(19, 134, 23, 0) 100%), #0a2773;
	padding: 2.5rem 3.8rem;
	z-index: 15;
}

.tile-quest-title {
	color: #fff;
	text-align: center;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	font-size: 2.7393rem;
	font-style: italic;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.tile-quest-desc {
	color: #fff;
	text-align: center;
	font-family: "Whitney";
	font-size: 1.5466rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 1.5rem;
}

.tile-quest-answears {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 0.83rem;
}

.tile-quest-answears div {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 13.5rem;
	height: 2.5rem;
	color: #fff;
	text-align: center;
	font-family: "Whitney";
	font-size: 1.2373rem;
	font-style: normal;
	font-weight: 350;
	line-height: normal;
	border-radius: 1.8262rem;
	border: 0.083rem solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
}

.logos {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	filter: grayscale(100%);
	margin-bottom: 2rem;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom span {
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: 0.5;
}

.footer-social {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 0.33rem;
}

.footer-social a {
	display: block;
	width: 2rem;
	height: 2rem;
}

.footer-social a img {
	width: 100%;
	height: 100%;
}

.prefooter__subtitle {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	position: relative;
	color: #fff;
	font-size: 5rem;
	font-style: italic;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 3.5rem;
}

.prefooter__title {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	position: relative;
	color: #fff;
	font-size: 7.2rem;
	font-style: italic;
	font-weight: 500;
	line-height: 90%;
	text-transform: uppercase;
	text-align: center;
}

.prefooter__title span {
	position: relative;
	display: block;
	font-size: 10.5rem;
	margin-top: 2rem;
	width: 59.9rem;
	height: 8.1rem;
	z-index: 5;
}

.prefooter__title span::after {
	content: "";
	display: block;
	position: absolute;
	top: -0.9rem;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/footer-title-mask.png) center no-repeat;
	background-size: cover;
	z-index: -1;
}

.prefooter-text {
	width: 90.2rem;
	padding: 0 26rem;
	margin-bottom: 12rem;
	box-sizing: content-box;
}

.prefooter-text .description-content {
	text-align: left;
	margin-bottom: 1.5rem;
}

.prefooter-text .button {
	margin: 0;
}

.prefooter-text-title {
	background: var(--lin, linear-gradient(96deg, #e35c12 7.75%, #f98a22 30.52%, #ed7b17 53.3%, #f98a22 73.92%, #d3511d 93.69%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	font-size: 12.1rem;
	font-style: italic;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.242rem;
	text-transform: uppercase;
	margin-bottom: 8rem;
}

.logos-promo {
	width: fit-content;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 26rem;
	gap: 0 8rem;
	margin-bottom: 8.5rem;
}

.logos-promo::after {
	content: "";
	display: block;
	width: 0.1rem;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	opacity: 0.4;
}

.skins-list {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 2.3rem;
	padding: 0 22rem;
	margin-top: 5rem;
	margin-bottom: 27rem;
}

.skins-list .skins-item {
	position: relative;
	padding: 5rem 0 0 3.1rem;
	width: 45.3rem;
	height: 21.5rem;
}

.skins-list .skins-item span {
	display: block;
	color: #fff;
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 1rem;
}

.skins-list .skins-item .skins-item-title {
	color: #fff;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	font-size: 3.2rem;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.skins-list .skins-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	z-index: -1;
}

.middle__title {
	margin-top: 11rem;
	position: relative;
	color: #fff;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	text-shadow: 0.2rem 0.3rem 0.1rem rgba(0, 0, 0, 0.5);
	font-size: 9.6rem;
	font-style: italic;
	font-weight: 500;
	text-align: center;
	line-height: 96%; /* 92.16px */
	text-transform: uppercase;
	margin-bottom: 60rem;
}

.tile__icon {
	width: 4.5rem;
	height: 4.5rem;
}

.tile__star {
	width: 3.5rem;
	height: 3.2rem;
	background: url(../img/star.svg) center no-repeat;
	background-size: cover;
	position: absolute;
	top: 3rem;
	right: 3rem;
}

.tile__title {
	position: relative;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	font-size: 3.2rem;
	font-style: italic;
	font-weight: 500;
	line-height: 110%;
	text-transform: uppercase;
	margin: 0 0 2rem 0;
	padding: 0 7.5rem;
}

.tiles--bonus .tile__title {
	margin: auto 0 1rem 0;
}

.tile__subtitle {
	position: relative;
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.tiles--about .tile__subtitle {
	max-width: 66rem;
}

.tiles--bonus .tile__subtitle {
	font-size: 1.4rem;
	letter-spacing: 0.028rem;
	max-width: 27rem;
}

.tiles--bonus .tile:last-child .tile__subtitle {
	max-width: 20rem;
}

.tile__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tile__image img {
	width: 100%;
	height: 100%;
}

.pers {
	position: relative;
	width: 68.4rem;
	height: 27.4rem;
	margin: 7.4rem auto 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
	color: #fff;
	padding: 1rem 0 0 4rem;
	box-sizing: border-box;
}

.pers__image {
	position: absolute;
	top: -11.5rem;
	left: -8.5rem;
	width: 85.8rem;
	height: 39.4rem;
	z-index: -1;
}

.pers__image img {
	width: 100%;
	height: 100%;
}

.pers__star {
	width: 2.1rem;
	height: 1.9rem;
	background: url(../img/star.svg) center no-repeat;
	background-size: cover;
	position: absolute;
	top: 3.7rem;
	left: 3rem;
}

.pers__title {
	width: 35rem;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	font-size: 5.5rem;
	font-style: italic;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.11rem;
	text-transform: uppercase;
	margin: 0;
}

.pers__title span {
	color: #FF6A13;
}

.pers__subtitle {
	width: 35rem;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	font-size: 3.4rem;
	font-style: italic;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.068rem;
	text-transform: uppercase;
	margin: 1.8rem 0 0 0;
}

.note {
	text-align: center;
	color: #fff;
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.04rem;
	margin: 4rem 0 0 0;
}

.footer-content {
	width: 107rem;
}

.footer {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background: #000;
	padding-top: 2rem;
	padding-bottom: 1rem;
}

.footer p {
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: 0.5;
	margin-bottom: 3rem;
}

.popup-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	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: #fff;
	margin: 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2rem;
}

.popup p a {
	color: #ff6a13;
	font-weight: 600;
}

.popup-inner {
	width: 75.4rem;
	height: 63.6rem;
	box-sizing: border-box;
	background: url(../img/popup-bg.png) center no-repeat;
	background-size: 75.4rem 63.6rem;
	padding: 11rem 5.1rem 12rem;
	margin: auto;
}

.popup-close {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.4rem;
	height: 2.4rem;
	cursor: pointer;
	position: absolute;
	top: 6rem;
	right: 75rem;
	transition: opacity 0.1s linear;
}

.popup-title {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	color: #fff;
	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 {
	background: var(--lin, linear-gradient(96deg, #e35c12 7.75%, #f98a22 30.52%, #ed7b17 53.3%, #f98a22 73.92%, #d3511d 93.69%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	leading-trim: both;
	text-edge: cap;
}

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

.popup-qr img {
	max-width: 100%;
	max-height: 100%;
}

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

.button--primary:hover {
	background-color: #ff5c11;
}

}

@media (min-width: 768px) {

.on-mobile {
	display: none;
}

}

@media (min-width: 1300px) {

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

}

@media (max-width: 1900px) {

.tile:first-child img.tile-content-img {
	max-width: 80%;
	max-height: 100%;
}

}

@media (max-width: 1070px) {

.footer-content {
	width: 100%;
	padding: 0 1.6rem;
	box-sizing: border-box;
}

}

@media (max-width: 767px) {

html {
	font-size: 2.66668vw;
}

.on-desktop {
	display: none;
}

.main {
	display: flex;
	flex-direction: column;
}

.arrow {
	width: 5.7rem;
	height: 1.6rem;
	margin-bottom: 2rem;
}

.title-content {
	font-size: 3.6rem;
	margin-bottom: 1.5rem;
}

.description-content {
	font-size: 1.6rem;
}

.promo.promo-top {
	padding: 1.6rem 1.6rem 0 1.6rem;
	margin-bottom: 2.2rem;
}

.promo.promo-top p {
	width: 18.5rem;
	padding: 2rem 0 0 0;
	font-size: 1.4rem;
	margin-left: 7rem;
}

.promo.promo-top p .button {
	margin-top: 2rem;
}

.promo-top-logos {
	margin-bottom: 30rem;
}

.promo-box {
	display: none;
}

.btns {
	gap: 0;
}

.promo__logo {
	display: block;
	margin: 0 auto;
	width: 14.7rem;
	height: 3.6rem;
}

.promo__logo-right {
	width: 7.2rem;
	height: 5.5rem;
}

.promo__title {
	width: 30.1rem;
	height: 9.85rem;
	margin: 0 auto;
}

.promo__title span {
	font-size: 4.3rem;
	letter-spacing: 0.085rem;
	margin: -1.7rem 0 0 0;
}

.promo__title span:before {
	height: 3rem;
	margin: 0 0 -4.8rem 0;
	border: 0.9rem solid #FF6A13;
}

.promo__subtitle {
	width: 34.3rem;
	height: 4.4rem;
	font-size: 5.6rem;
	letter-spacing: -0.112rem;
}

.promo__buttons {
	margin: 3.2rem 0 0 0;
	gap: 1.4rem;
}

.button.button-green::after {
	width: 15.9rem;
	height: 3.6rem;
	background: url(../img/button-green-mobile.png) center no-repeat;
	background-size: cover;
}

.button {
	margin-top: 2rem;
}

._absolute .button._fixed {
	top: 277%;
}

.button::after {
	width: 15.9rem;
	height: 3.6rem;
	background: url(../img/button-mobile.png) center no-repeat;
	background-size: cover;
}

.button {
	width: 15.9rem;
	height: 3.6rem;
	font-size: 1.2rem;
}

.button--bordered {
	background-color: transparent;
	border: 2px solid #fff;
	width: 15.8rem;
	font-size: 1.5rem;
	box-sizing: border-box;
	height: 4.4rem;
}

.button--download {
	position: relative;
	background-color: #6dd400;
	width: 17.7rem;
	white-space: nowrap;
	font-size: 1.5rem;
	height: 4.4rem;
}

.button--download:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.5rem;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	opacity: 0.5;
	background: #6dd400;
	filter: blur(10px);
	z-index: -1;
}

.tiles {
	width: 100%;
	margin: 4rem auto 0 auto;
}

.tiles.tiles--bonus {
	margin: 3.3rem auto 0 auto;
}

.tiles .btns {
	margin-top: -7rem;
	margin-bottom: 1rem;
}

.tiles__title span {
	width: 15.1rem;
	height: 3.6rem;
}

.tiles__title span::after {
	top: 0;
}

.tiles__title {
	font-size: 3.8rem;
	line-height: 96%; /* 36.48px */
	letter-spacing: -0.076rem;
}

.tiles--bonus .tiles__title {
	font-size: 3rem;
	letter-spacing: 0.06rem;
}

.bottom-gradient {
	height: 11.8rem;
}

.tiles__subtitle {
	font-size: 1.8rem;
	letter-spacing: 0.036rem;
	margin: 1.1rem auto 0 auto;
}

.tiles--about .tiles__subtitle {
	display: none;
}

.tiles__list + .button {
	margin-top: -7rem;
}

.tiles__list {
	flex-direction: column;
	padding: 0;
	box-sizing: border-box;
	margin: 1.5rem auto 4.5rem auto;
}

.tiles--bonus .tiles__list {
	gap: 0.9rem;
	margin: 2.5rem auto 0 auto;
}

.tile img.cloud-1,
.tile img.cloud-2 {
	display: none;
}

.tile:first-child img.tile-content-img {
	max-width: 29.9rem;
	margin-top: 2rem;
}

.tile:last-child {
	margin-top: -5rem;
}

.tile:last-child img.tile-content-img {
	max-width: 20.3rem;
	margin-top: 2rem;
}

.tile {
	width: 100%;
	height: 32.1rem;
	min-height: 0;
	padding: 5rem 1rem 1.6rem 1rem;
}

.prefooter {
	margin-bottom: 0;
}

.prefooter .button {
	margin-top: 26.9rem;
}

.prefooter-text {
	width: auto;
	margin-left: 0;
}

.prefooter-text .btns {
	margin: 0 auto;
}

.tile-quest {
	margin-top: 1.5rem;
	width: 20.2rem;
	padding: 1rem 1rem;
	border-radius: 1.4rem;
}

.tile-quest-title {
	font-size: 1.6176rem;
	margin-bottom: 0.5rem;
}

.tile-quest-desc {
	font-size: 1rem;
	margin-bottom: 1rem;
}

.tile-quest-answears {
	gap: 0.46rem;
}

.tile-quest-answears div {
	font-size: 0.9rem;
	width: 7.5rem;
	height: 1.4rem;
}

.logos-wrap {
	width: auto;
	overflow-x: scroll;
	margin: 0 -1.6rem;
	padding: 0 1.6rem;
}

.logos {
	width: auto;
	max-width: initial;
	height: 5.1rem;
	margin-bottom: 0;
}

.footer-bottom span {
	font-size: 1rem;
}

.footer-social {
	gap: 0 1rem;
}

.footer-social a {
	width: 4rem;
	height: 4rem;
}

.prefooter__subtitle {
	font-size: 2.4rem;
	text-align: left;
	margin-bottom: 3rem;
	margin-left: 1.6rem;
}

.prefooter__title {
	margin-left: 1.6rem;
	font-size: 5.6rem;
	text-align: left;
	letter-spacing: -0.0112px;
}

.prefooter__title span {
	width: 31.05rem;
	height: 4.45rem;
	font-size: 5.6rem;
	text-align: left;
	margin-top: 0;
	letter-spacing: -0.0112px;
}

.prefooter__title span::after {
	top: 0.35rem;
	background: url(../img/footer-title-mask-mobile.png) center no-repeat;
	background-size: cover;
}

.prefooter-text {
	width: 100%;
	padding: 0 1.6rem;
	box-sizing: border-box;
	margin-bottom: 5rem;
}

.prefooter-text .description-content {
	text-align: center;
}

.prefooter-text .button {
	margin: 0 auto;
}

.prefooter-text-title {
	font-size: 4.5rem;
	text-align: center;
	letter-spacing: -0.09rem;
	margin-bottom: 2.5rem;
}

.logos-promo {
	width: 100%;
	padding: 0 1.6rem;
	justify-content: center;
	gap: 0 4rem;
	box-sizing: border-box;
	margin-bottom: 27rem;
}

.logos-promo img:first-child {
	width: 13.8rem;
	height: 3.4rem;
}

.logos-promo img:last-child {
	width: 12.6rem;
	height: 6.8rem;
}

.skins-list {
	padding: 0 5.7rem;
	margin-top: 2.5rem;
	gap: 1.6rem;
	margin-bottom: 12rem;
}

.skins-list .skins-item {
	width: 27.05rem;
	height: 13.25rem;
	padding: 3.2rem 0 0 1.6rem;
}

.skins-list .skins-item span {
	font-size: 1.4rem;
}

.skins-list .skins-item .skins-item-title {
	font-size: 1.8rem;
}

.middle__title {
	font-size: 3.6rem;
	margin-top: 6rem;
	margin-bottom: 18.5rem;
}

.tile__icon {
	width: 2.2rem;
	height: 2.2rem;
}

.tile__star {
	width: 2.4rem;
	height: 2.4rem;
	top: 1.4rem;
	right: 1.5rem;
}

.tile__title {
	font-size: 1.6rem;
	padding: 0 5rem;
	margin-bottom: 1rem;
}

.tiles--bonus .tile__title {
	font-size: 1.6rem;
	letter-spacing: 0.032rem;
	margin: auto 0 0 0;
}

.tile__subtitle {
	font-size: 1.2rem;
	max-width: 30rem;
}

.tile__subtitle br {
	display: none;
}

.tiles--about .tile__subtitle {
	max-width: 26rem;
}

.tiles--bonus .tile__subtitle {
	font-size: 1.2rem;
	letter-spacing: 0.024rem;
}

.pers {
	width: 34.3rem;
	height: 16.8rem;
	padding: 0 0 0 2rem;
	margin: 4rem auto 0 auto;
}

.pers__image {
	top: -7rem;
	left: auto;
	right: -1.6rem;
	width: 35.9rem;
	height: 24rem;
}

.pers__star {
	width: 1.3rem;
	height: 1.2rem;
	top: 2.2em;
	left: 1.9rem;
}

.pers__title {
	width: 21rem;
	font-size: 3.5rem;
	letter-spacing: 0.07rem;
}

.pers__subtitle {
	width: 21rem;
	font-size: 1.8rem;
	letter-spacing: 0.036rem;
	margin: 0.8rem 0 0 0;
}

.note {
	order: 2;
	font-size: 1.3rem;
	letter-spacing: 0.026rem;
	margin: 1.7rem 0 0 0;
}

.footer {
	padding-top: 1rem;
}

.footer p {
	font-size: 0.8rem;
}

.popup-wrap {
	padding: 0;
}

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

.popup-inner {
	background: url(../img/popup-bg-mobile.png) center no-repeat;
	background-size: 47.4rem;
	width: 100%;
	height: 47.4rem;
	padding: 14rem 4.6rem 8rem;
}

.popup-close {
	width: 2.1rem;
	height: 2.1rem;
	top: 8.5rem;
	right: 5rem;
	opacity: 0.5;
}

.popup-title {
	width: 27.2rem;
	height: 9.85rem;
	font-size: 0.01rem;
	text-indent: -9999;
	margin-bottom: 1.5rem;
}

.popup-title img {
	display: block;
	margin: 0 auto;
	position: relative;
	max-width: 100%;
	max-height: 100%;
	z-index: 5;
}

}

