/* Compiled: 2025-04-14 15:28:02 */
/* расчет колонок */

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 {
	background-color: #01014f;
	min-height: 100%;
}

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

.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: 208.9rem;
	-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);
}

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

.content {
	margin: 0 auto;
	padding: 0 10rem;
}

.promo {
	text-align: left;
	max-width: 40.3rem;
	padding-top: 8.2rem;
}

.logo {
	display: block;
	z-index: 1;
	width: 29.7rem;
	height: 7.3rem;
	margin: 0 0 3.8rem 0;
}

.promo__subtitle {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 4.4rem;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: fit-content;
	margin: 0 0 3.2rem 0;
	gap: 0 0.5rem;
}

.promo__subtitle span {
	position: relative;
	font-size: 8.8rem;
	width: 25.2rem;
	text-align: center;
	height: 8.7rem;
	line-height: 1;
}

.promo__subtitle span::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	width: 100%;
	height: 100%;
	top: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	background: url(../img/decor.svg) center no-repeat;
	background-size: contain;
}

.promo__title {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	display: inline-block;
	width: 39rem;
	height: 15rem;
	white-space: nowrap;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.001);
	background: url(../img/text-title.png) center left no-repeat;
	background-size: contain;
	margin: 0 0 3.1rem 0;
}

.promo__content {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1.2rem;
}

.steps_heading {
	color: #fff;
	text-align: center;
	text-shadow: 0.12rem 0.8px 0px #010000;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	font-size: 6.4rem;
	font-style: italic;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	margin-top: 25.5rem;
	margin-bottom: 6.4rem;
}

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

.steps__wrap .content {
	position: relative;
}

.steps-freebet {
	max-width: 69rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 1.9rem 0;
	margin: 2.3rem auto 17rem auto;
}

.steps-freebet__item {
	width: 100%;
	flex: 1;
	position: relative;
	overflow: hidden;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	border-radius: 2rem;
	padding: 2.4rem 3.2rem 2.4rem 2.4rem;
	background: linear-gradient(273deg, #000041 0.72%, #0000a7 74.15%);
	border: 1px solid rgba(80, 94, 252, 0.5);
	background-size: 100% 100%;
	background-position: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 0 4.2rem;
	align-items: center;
}

.mobile-orange-text {
	display: none;
}

.steps-freebet__step {
	position: relative;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	color: #ff6a13;
	font-size: 7.84rem;
	font-style: italic;
	font-weight: 500;
	line-height: 100%; /* 86.332px */
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: -0.7rem;
}

.steps-freebet__step::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -0.7rem;
	width: 100%;
	height: 0.7rem;
	background: #ff6a13;
}

.steps-freebet__step img {
	display: block;
	width: 10.3rem;
	height: 10.1rem;
}

.steps-freebet__content {
	position: relative;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 2.8rem;
	font-style: italic;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
}

.steps-freebet__content span {
	color: #fff;
	position: relative;
	display: inline-block;
	z-index: 5;
}

.steps-freebet__content span::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	width: 102%;
	height: 90%;
	top: 45%;
	padding-right: 0.3rem;
	background-color: #ff6a13;
	z-index: -1;
	transform: translate(0, -50%) skew(-12deg);
}

.steps-freebet__content span::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: -0.25rem;
	width: 20%;
	height: 89%;
	top: 45%;
	transform: translate(0, -50%);
	background-color: #ff6a13;
	z-index: -1;
}

.footer__title {
	color: rgba(255, 255, 255, 0.001);
	width: 54.4rem;
	height: 12.6rem;
	margin: 0 auto;
	margin-bottom: 3.6rem;
	background: url(../img/text-title-bottom.png) center no-repeat;
	background-size: contain;
}

.coins {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10.5rem;
	height: 8.2rem;
}

.button {
	width: auto;
	border-radius: 16.3492rem;
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #01ba01;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	padding: 1.5rem 3rem;
	line-height: normal;
	text-transform: uppercase;
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
	border: 1px solid #01ba01;
}

.button.button-white {
	background-color: transparent;
	border-color: #ffffff;
}

.button .mobile {
	display: none;
}

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

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

.footer__button {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 1.2rem;
	margin: 0;
}

.desktop-br {
	display: block;
}

.mobile-br {
	display: none;
}

.footer__wrap {
	position: relative;
	z-index: 3;
}

.bg-chips {
	width: 26.3rem;
	height: 26.7rem;
	display: block;
	position: absolute;
	left: -15rem;
	top: 0;
}

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

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

.button.button-white:hover {
	color: #fff;
	border-color: #01ba01;
	background-color: #01ba01;
}

}

@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: 1080px) {

.content {
	padding: 0;
}

}

@media (max-width: 894px) {

html {
	font-size: 9px;
}

}

@media (max-width: 707px) {

html {
	font-size: 2.66668vw;
}

.main {
	height: auto;
	padding-bottom: 3.9rem;
}

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

.bg-blur img {
	display: none;
}

.bg {
	height: auto;
}

.bg img {
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.wrap {
	padding: 0;
}

.promo {
	width: 100%;
	max-width: none;
	padding-top: 2.3rem;
}

.logo {
	width: 15.8rem;
	height: 3.9rem;
	margin: 0 auto;
	margin-bottom: 2.4rem;
}

.promo__subtitle {
	font-size: 2.7rem;
	gap: 0 0.8rem;
	margin: 0 0 1.2rem 3.6rem;
}

.promo__subtitle span {
	font-size: 5.6rem;
	width: 15.3rem;
	height: 5.7rem;
}

.promo__subtitle span::before {
	background: url(../img/decor-mobile.svg) center no-repeat;
	background-size: contain;
}

.promo__title {
	display: block;
	background: url(../img/text-title-mobile.png) center left no-repeat;
	width: 20.8rem;
	height: 8.55rem;
	background-size: contain;
	margin: 0 auto;
}

.promo__content {
	padding: 0 2rem;
	margin-top: 26rem;
	justify-content: center;
}

.steps_heading {
	margin-top: 6rem;
	font-size: 3.2rem;
	margin-bottom: 3.6rem;
}

.steps-freebet {
	padding: 0 2rem;
	flex-direction: column;
	gap: 0.4rem 0;
	margin-bottom: 6.6rem;
}

.steps-freebet__item {
	width: 100%;
	flex: auto;
	height: 13.9rem;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
	padding: 2.4rem 1.2rem 2.4rem 2.4rem;
	gap: 2.4rem;
	background: radial-gradient(332.42% 140.37% at 0% 100%, #1616f2 0%, #010184 46.33%, rgba(0, 0, 78, 0) 87.09%);
	-webkit-backdrop-filter: blur(7.94999981px);
	backdrop-filter: blur(7.94999981px);
	background-size: 100% 100%;
}

.desktop-orange-text {
	display: none !important;
}

.mobile-orange-text {
	display: inline;
}

.steps-freebet__step::after {
	height: 0.6rem;
	bottom: -1rem;
}

.steps-freebet__step {
	font-size: 6.77rem;
	margin-bottom: 0;
}

.steps-freebet__step img {
	width: 7rem;
	height: 7rem;
}

.steps-freebet__content {
	font-size: 1.9rem;
}

.steps-freebet__content span {
	font-size: 2rem;
}

.footer__title {
	width: 29.2rem;
	height: 7rem;
	background: url(../img/text-title-bottom-mobile.png) center no-repeat;
	background-size: contain;
}

.coins {
	display: block;
}

.button {
	width: 16.1rem;
	font-weight: 600;
	border-radius: 4.8rem;
	padding: 1.2rem 1.5rem;
}

.button.button-white {
	background-color: #02014d;
}

.footer__button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 2rem;
}

.footer__button .button {
	padding: 1.2rem 1rem;
}

.footer__button .button.button-white {
	background: transparent;
}

.desktop-br {
	display: none;
}

.mobile-br {
	display: block;
}

.bg-chips {
	display: none;
}

}

