/* Compiled: 2025-12-03 14:19:33 */
/* Ñ€Ð°ÑÑ‡ÐµÑ‚ ÐºÐ¾Ð»Ð¾Ð½Ð¾Ðº */

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;
	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 */
	appearance: textfield;
	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%;
	height: 100%;
	overflow-x: hidden;
	-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;
	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;
}

/*
@screenSnew: 707px; // Ð¼Ð°ÐºÐµÑ‚ 375 Ð´Ð¾ Ð¸ 1080 Ð¿Ð¾ÑÐ»Ðµ
*/

.main:after {
	display: none;
}

.mb-last-0 > :last-child {
	margin-bottom: 0 !important;
}

body {
	--border-radius: 1rem;
	--border-width: 0.0625rem;
	--border-color: #656877;
	--current-color: #FFFFFF;
}

.ls-0 {
	letter-spacing: 0;
}

*,
::after,
::before {
	box-sizing: border-box;
}

.text-center {
	text-align: center;
	width: 100%;
}

.overflow-hidden {
	overflow: hidden;
}

.position-relative {
	position: relative;
}

.z-index-2 {
	z-index: 2;
}

html {
	font-family: "PFDinTextCompPro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 0.02em;
	min-height: 100%; /*
    Ð¼Ð°ÐºÐµÑ‚ 375 ÑÐºÐµÐ¹Ð»Ð¸Ñ‚ÑÑ Ð¿Ð¾ ÑˆÐ¸Ñ€Ð¸Ð½Ðµ Ð¾Ñ‚ Ð¼Ð¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð¾Ð¹ ÑˆÐ¸Ñ€Ð¸Ð½Ñ‹ Ð´Ð¾ 707 xs
    Ð¼Ð°ÐºÐµÑ‚ 768 ÑÐºÐµÐ¹Ð»Ð¸Ñ‚ÑÑ Ð¿Ð¾ ÑˆÐ¸Ñ€Ð¸Ð½Ðµ Ð¾Ñ‚ 708 Ð´Ð¾ 1023
    Ð¼Ð°ÐºÐµÑ‚ 1024 ÑÐºÐµÐ¹Ð»Ð¸Ñ‚ÑÑ Ð¿Ð¾ ÑˆÐ¸Ñ€Ð¸Ð½Ðµ Ð¾Ñ‚ 1024 Ð´Ð¾ 1399
    Ð¼Ð°ÐºÐµÑ‚ 1440 ÑÐºÐµÐ¹Ð»Ð¸Ñ‚ÑÑ Ð¿Ð¾ ÑˆÐ¸Ñ€Ð¸Ð½Ðµ Ð¾Ñ‚ 1400 Ð´Ð¾ 1900
    Ð¼Ð°ÐºÐµÑ‚ 1920 ÑÐºÐµÐ¹Ð»Ð¸Ñ‚ÑÑ Ð¿Ð¾ ÑˆÐ¸Ñ€Ð¸Ð½Ðµ Ð¾Ñ‚ 1901
    */
}

body {
	min-height: 100vh;
	background-color: #141419;
	color: #FFFFFF;
	font-size: 1rem;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

a {
	outline: none !important;
}

.main {
	min-height: 100vh;
	display: flex;
	width: 100%;
	position: relative;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.bg {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	overflow: hidden;
}

.bg img {
	width: 100%;
}

.title {
	display: block;
	text-align: center;
	height: 12.5625rem;
	margin-top: 11.375rem;
	margin-bottom: 3.0625rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 100%;
}

.title img {
	height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.chips,
.chips-2,
.chips-3 {
	overflow: hidden;
}

.chips {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin-top: 1.0625rem;
}

.chips img {
	width: 100%;
}

.chips-2 {
	display: none;
	font-size: 0;
	line-height: 0;
}

.chips-3 {
	display: none;
	font-size: 0;
	line-height: 0;
}

.chips-xs {
	display: none;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin-top: 1.5rem;
	width: 100%;
}

.chips-xs img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.logo {
	display: none;
}

.content {
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
}

.btn {
	--btn-padding-y: 0.29rem;
	--btn-padding-x: 0.8rem;
	--btn-font-size: 0.83rem;
	--btn-border-width: 0.125rem;
	--btn-border-color: #FF6A13;
	--btn-color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	font-size: var(--btn-font-size);
	line-height: 1.2;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: var(--btn-padding-y) var(--btn-padding-x);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	border: var(--btn-border-width) solid var(--btn-border-color);
	border-radius: 200rem;
	background-color: var(--btn-bg);
	color: var(--btn-color);
	box-sizing: border-box;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.btn-primary {
	--btn-color: white;
	--btn-bg: #FF6A13;
}

.btn-primary:hover {
	--btn-bg: #141419;
}

.btn[disabled] {
	background-color: #4E4B4B;
	--btn-border-color: #4E4B4B;
	--btn-color: #FFFFFF;
}

@media (prefers-reduced-motion: no-preference) {

:root {
	scroll-behavior: smooth;
}

}

@media (min-width: 708px) {

.chips-xs {
	display: none !important;
}

.text-center {
	display: block;
	width: auto;
}

.content {
	display: block;
}

.title {
	margin-top: 0;
	width: auto;
}

.chips {
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	margin-top: 0;
}

.chips-2 {
	display: block;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
}

.chips-2 img {
	width: 100%;
}

.chips-3 {
	display: block;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
}

.chips-3 img {
	width: 100%;
}

.logo {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.logo img {
	height: 100%;
}

.content {
	align-self: center;
	justify-content: center;
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
}

.btn {
	line-height: 1.06725146em;
	--btn-padding-y: 0.475rem;
	--btn-padding-x: 1.75rem;
	--btn-font-size: 1.825rem;
	--btn-border-width: 0.15rem;
}

}

@media (min-width: 708px) and (max-width: 1023px) and (orientation: portrait) {

html {
	font-size: 2.08333333vw;
}

.title {
	height: 16rem;
	margin-bottom: 3.25rem;
}

.logo {
	height: 3.25rem;
	margin-bottom: 2.9375rem;
}

.content {
	margin-bottom: 4.25rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

}

@media (min-width: 708px) and (max-width: 1023px) and (max-height: 1100px) and (orientation: portrait) {

.main {
	min-height: 68.75rem;
}

}

@media (min-width: 1024px) and (max-width: 1399px) and (max-height: 1300px) and (orientation: portrait) {

.main {
	min-height: 81.25rem;
}

}

@media (min-width: 1024px) and (max-width: 1399px) and (orientation: portrait) {

html {
	font-size: 1.5625vw;
}

.title {
	height: 21.3125rem;
	margin-bottom: 4.5rem;
}

.logo {
	height: 4rem;
	margin-bottom: 3.75rem;
}

.content {
	margin-bottom: 2.8125rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

}

@media (min-width: 1024px) {

.btn {
	--btn-padding-y: 0.675rem;
	--btn-padding-x: 2.45rem;
	--btn-font-size: 2.45rem;
}

}

@media (min-width: 1300px) {

body {
	--wrap-width: 130rem;
	--scrollbar-wrap: 0px !important;
}

}

@media (min-width: 1400px) and (max-width: 1900px) and (max-height: 900px) and (orientation: portrait), (min-width: 708px) and (max-width: 1900px) and (orientation: landscape) and (max-height: 630px) {

.main {
	min-height: 56.25rem;
}

}

@media (min-width: 1400px) and (max-width: 1900px) and (orientation: portrait), (min-width: 708px) and (max-width: 1900px) and (orientation: landscape) {

html {
	font-size: 1.11111111vw;
}

.title {
	height: 21.375rem;
	margin-bottom: 4.5rem;
}

.logo {
	height: 4rem;
	margin-bottom: 3.75rem;
}

.content {
	margin-bottom: 0.75rem;
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}

}

@media (min-width: 1400px) and (max-width: 1900px) and (min-height: 901px) and (orientation: portrait), (min-width: 708px) and (max-width: 1900px) and (orientation: landscape) {

.chips-2 {
	top: auto;
	bottom: 10%;
	left: 8%;
	z-index: 10;
}

}

@media (min-width: 1901px) {

html {
	font-size: 0.83333333vw;
}

.title {
	height: 22.125rem;
	margin-bottom: 5.5rem;
}

.chips-3 {
	display: block;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
}

.chips-3 img {
	width: 100%;
}

.logo {
	height: 4rem;
	margin-bottom: 3.6875rem;
}

.content {
	margin-bottom: 2.25rem;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.btn {
	--btn-padding-y: 0.725rem;
	--btn-padding-x: 2.5rem;
	--btn-font-size: 2.68rem;
}

}

@media (min-width: 1901px) and (max-height: 900px) {

.main {
	min-height: 56.25rem;
}

}

@media (min-width: 1901px) and (min-height: 1001px) {

.chips-2 {
	top: auto;
	bottom: 10%;
	left: 8%;
	z-index: 10;
}

}

@media (max-width: 1399px) and (min-height: 1101px) and (orientation: portrait) {

.chips-2 {
	top: auto;
	bottom: 10%;
	left: 8%;
	z-index: 10;
}

}

@media (max-width: 707px) {

html {
	font-size: 4.26666667vw;
}

.main {
	flex-direction: column;
	align-items: center;
}

.title {
	margin-top: 10vh;
	margin-bottom: 1.6rem;
	height: auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.title img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.content {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 24rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	min-height: 100vh;
	justify-content: center;
	padding-top: 1rem;
}

.text-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.1rem;
}

.btn {
	--btn-padding-y: 0.8rem;
	--btn-padding-x: clamp(1.4rem, 6vw, 2rem);
	--btn-font-size: clamp(0.95rem, 4.2vw, 1.1rem);
	--btn-border-width: 0.125rem;
	width: auto;
	max-width: 100%;
	white-space: nowrap;
	line-height: 1.2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
}

.chips-xs {
	display: block;
	margin-top: 2rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}

.chips,
.chips-2,
.chips-3 {
	display: none;
}

.chips-xs img {
	max-width: 100%;
	height: auto;
}

.chips {
	margin-top: 0.5rem;
}

}

@media (max-width: 480px) {

html {
	font-size: 4.5vw;
}

.title {
	margin-top: 20vh;
	margin-bottom: 1.4rem;
	height: auto;
	width: 100%;
}

.btn {
	--btn-padding-y: 0.7rem;
	--btn-padding-x: clamp(1.2rem, 6vw, 1.8rem);
	--btn-font-size: clamp(0.9rem, 4.3vw, 1rem);
	max-width: 85%;
	line-height: 1.2;
}

.chips-xs {
	margin-top: 2rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	width: 100%;
}

.content {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.5rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.8vw;
}

.title {
	margin-top: 20vh;
	margin-bottom: 1.3rem;
	height: auto;
	width: 100%;
}

.btn {
	--btn-font-size: clamp(0.88rem, 4.6vw, 0.98rem);
	--btn-padding-y: 0.65rem;
	--btn-padding-x: clamp(1.1rem, 6vw, 1.6rem);
	max-width: 80%;
	line-height: 1.2;
}

.chips-xs {
	margin-top: 1.5rem;
	width: 100%;
}

}

