/* Compiled: 2025-03-13 12:18:54 */
/* расчет колонок */

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

.promo__steps-title {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	color: #ff6a13;
	text-align: center;
	text-shadow: 0.12rem 0.08rem 0px #010000;
	font-size: 6.4rem;
	font-style: italic;
	font-weight: 500;
	line-height: 100%; /* 64px */
	text-transform: uppercase;
	margin-bottom: 3rem;
}

.steps__wrap {
	padding: 4rem;
	width: 60.3rem;
	height: 38rem;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 4.4rem;
	background: #1e2748;
}

.steps__items {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0.8rem 0;
}

.steps__item {
	position: relative;
	cursor: pointer;
	width: 27.4rem;
	padding: 1.9rem 1.2rem 1.9rem 1.6rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 1.6rem;
	border-radius: 2.4rem;
	border: 1px solid #fff;
	box-sizing: border-box;
	transition: 0.2s background linear;
}

.steps__item._active {
	border-color: #ff6a13;
	background: #ff6a13;
}

.steps__item._active .steps__item-num {
	color: #fff;
	letter-spacing: -0.256rem;
	-webkit-text-stroke-width: 0px;
	-webkit-text-stroke-color: transparent;
}

.steps__item-num {
	width: 5.2rem;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 106%; /* 33.92px */
	letter-spacing: -0.032rem;
	text-transform: uppercase;
	margin-top: -0.35rem;
}

.steps__item-text {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 2.4rem;
	font-style: italic;
	font-weight: 400;
	line-height: 115%;
	letter-spacing: -0.024rem;
	text-transform: uppercase;
}

.frame-box {
	position: absolute;
	top: 3rem;
	right: 4rem;
	width: 30rem;
	height: calc(100% - 3rem);
	overflow: hidden;
}

.frame-box-imgs-steps {
	position: absolute;
	bottom: 0;
	right: 1rem;
	left: 1rem;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.frame-box-imgs-steps img {
	position: absolute;
	top: 0;
	right: 10px;
	max-width: initial;
	max-height: initial;
}

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

.logo {
	display: block;
	z-index: 1;
	margin: 4rem auto 2.5rem auto;
	width: 20.6rem;
	height: 5.1rem;
}

.promo {
	max-width: 35rem;
	margin-left: 51.5rem;
}

.promo__text {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	display: block;
	width: fit-content;
	height: auto;
	position: relative;
	color: #fff;
	text-shadow: 0.12rem 0.08rem 0px #010000;
	text-transform: uppercase;
	font-size: 2.8rem;
	font-style: italic;
	font-weight: 400;
	line-height: 106%;
	letter-spacing: -0.028rem;
	margin: 3rem auto 3.9rem auto;
	white-space: nowrap;
}

.promo__title {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	display: block;
	width: fit-content;
	height: auto;
	position: relative;
	color: #fff;
	text-shadow: 0.12rem 0.08rem 0px #010000;
	text-transform: uppercase;
	font-size: 8rem;
	font-style: italic;
	font-weight: 500;
	line-height: 106%;
	letter-spacing: 0.08rem;
	margin: 0 auto -0.5rem auto;
	white-space: nowrap;
}

.promo__title span {
	color: #ff6a13;
}

.promo__subtitle {
	display: block;
	width: fit-content;
	margin: 0 auto;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	color: #ff6a13;
	text-shadow: 0.12rem 0.08rem 0px #010000;
	text-transform: uppercase;
	font-size: 4.4rem;
	font-style: italic;
	font-weight: 500;
	letter-spacing: -0.044rem;
	line-height: 106%;
	margin: 0 auto 0 auto;
	text-align: center;
}

.promo__subtitle span {
	color: #fff;
	position: relative;
	margin: 0 4.4rem 0 5.4rem;
}

.promo__subtitle span::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	width: 100%;
	height: 100%;
	top: 39%;
	background-color: #ff6a13;
	z-index: -1;
	transform: translate(-50%, -50%) skew(-12deg);
	padding: 0 3.8rem;
}

.promo__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 3.6rem;
	gap: 1.2rem;
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
	position: relative;
}

.promo__middle {
	margin-top: 5rem;
}

.promo__middle .promo__subtitle {
	color: #fff;
	font-size: 5.6rem;
	font-style: italic;
	font-weight: 500;
	line-height: 98%; /* 61.6px */
	letter-spacing: 1.12px;
	text-transform: uppercase;
	margin-bottom: 5rem;
}

.button {
	width: 20.2rem;
	height: 5rem;
	border-radius: 20rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #FF6A13;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
}

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

.button.button-desktop {
	display: flex;
}

.button.button-mobile {
	display: none;
}

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

.footer__button .bordered {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	box-sizing: border-box;
	transition: border-color 0.2s, background-color 0.2s;
	margin-left: 2rem;
}

.footer__button .bordered:hover {
	border-color: transparent;
}

.button .mobile {
	display: none;
}

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

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

.footer__promo {
	max-width: 28.5rem;
	margin-left: 20rem;
	margin-top: 14.5rem;
}

.footer__title {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	text-shadow: 0.12rem 0.08rem 0px #010000;
	font-size: 6.4rem;
	color: #ff6a13;
	text-align: center;
	font-style: italic;
	font-weight: 500;
	line-height: 100%; /* 64px */
	text-transform: uppercase;
	margin-bottom: 2.5rem;
}

.footer__text {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	text-shadow: 0.12rem 0.08rem 0px #010000;
	font-size: 2.8rem;
	color: #fff;
	text-align: center;
	font-style: italic;
	font-weight: 400;
	line-height: 106%; /* 64px */
	letter-spacing: -0.028rem;
	text-transform: uppercase;
	margin-bottom: 3.5rem;
}

.steps-freebet {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 0 5rem;
	margin: 6.2rem auto 8rem auto;
}

.steps-freebet__item {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.steps-freebet__item span {
	color: #ff6a13;
}

.steps-freebet__step {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2.5rem;
}

.steps-freebet__step:first-child img {
	width: 5.2rem;
	height: 10rem;
}

.steps-freebet__step:nth-child(2) img {
	width: 5.2rem;
	height: 10rem;
}

.steps-freebet__step:last-child img {
	width: 5.2rem;
	height: 10.1rem;
}

.desktop-br {
	display: block;
}

.mobile-br {
	display: none;
}

.bg-skew {
	display: inline-block;
	font-size: 3.2rem;
	font-style: italic;
	font-weight: 500;
	line-height: 65%; /* 36.8px */
	text-transform: uppercase;
}

.steps-freebet__content {
	position: relative;
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 0.12rem 0.08rem 0px #010000;
	font-size: 2.4rem;
	text-align: center;
	font-style: italic;
	font-weight: 400;
	line-height: 115%; /* 27.6px */
	letter-spacing: 0.024rem;
	text-transform: uppercase;
}

.steps-freebet__content div {
	font-size: 3.2rem;
	font-style: italic;
	font-weight: 500;
	line-height: 113%;
	color: #ff6a13;
	margin-bottom: 0.6rem;
}

.steps-freebet__content div b {
	font-size: 2.4rem;
	color: #008;
	font-style: italic;
	font-weight: 500;
}

.steps-freebet__content span {
	position: relative;
	color: #ff6a13;
}

.arrow-down {
	display: none;
}

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

.button.button-white:hover {
	color: #fff;
	background-color: #EF600C;
}

.button:hover {
	background-color: #EF600C;
}

}

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

.promo {
	max-width: 42rem;
	margin-left: 42rem;
}

}

@media (max-width: 850px) {

.promo {
	margin-left: 32rem;
}

}

@media (max-width: 707px) {

html {
	font-size: 2.66668vw;
}

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

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

.bg-blur img {
	display: none;
}

.bg {
	height: auto;
}

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

.promo__steps-title {
	padding: 0 2rem;
	text-shadow: 0.0962rem 0.0642rem 0px #010000;
	font-size: 3.53rem;
	margin-bottom: 2.4rem;
}

.steps__wrap {
	width: 35.1rem;
	height: 61rem;
	border-radius: 2.4rem;
	padding: 0;
}

.steps__items {
	padding: 1.2rem 1.2rem 0 1.2rem;
	background: #1e2748;
	z-index: 15;
}

.steps__item {
	width: 100%;
	padding: 1.1rem 1.2rem 1.1rem 1.6rem;
	border-radius: 1.2rem;
}

.steps__item-num {
	width: 2.6rem;
	margin-top: -0.45rem;
}

.frame-box {
	width: 100%;
	right: initial;
	top: initial;
	bottom: 0;
	margin-top: 3.5rem;
}

.frame-box-imgs-steps {
	right: 0;
	left: 0;
}

.frame-box-imgs-steps img {
	top: initial;
	bottom: 0;
	right: 0;
	left: 50%;
	transform: translateX(-50%);
}

.wrap {
	padding: 0;
}

.logo {
	width: 14.3rem;
	height: 3.5rem;
	margin-top: 2.4rem;
	margin-bottom: 2rem;
}

.promo {
	width: 100%;
	margin-left: 0;
}

.promo__text {
	font-size: 2.245rem;
	letter-spacing: -0.0225rem;
	margin: 1.2rem auto 0 auto;
}

.promo__title {
	font-size: 6.4rem;
	text-shadow: 0.12rem 0.08rem 0px #010000;
	letter-spacing: -0.0641px;
}

.promo__subtitle {
	font-size: 3.503rem;
	letter-spacing: -0.0353px;
	text-shadow: 0.0962rem 0.0642rem 0px #010000;
}

.promo .promo__subtitle {
	letter-spacing: normal;
}

.promo__subtitle span {
	margin: 0 3rem 0 3rem;
}

.promo__subtitle span::before {
	padding: 0 2.5rem;
	height: 114%;
}

.promo__content {
	flex-direction: row;
	margin-top: 23.5rem;
}

.promo__middle {
	margin-top: 2.8rem;
}

.promo__middle .promo__subtitle {
	font-size: 3.2rem;
	letter-spacing: 0.64px;
	margin-bottom: 0;
}

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

.button.button-mobile {
	display: flex;
}

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

.footer__button {
	flex-direction: column;
	margin-top: 0;
}

.footer__button .bordered {
	margin-left: auto;
	margin-top: 2rem;
}

.footer__promo {
	max-width: 100%;
	margin-left: 0;
	margin-top: 41.5rem;
}

.footer__title {
	font-size: 3.5279rem;
	line-height: 106%;
	letter-spacing: -0.0353rem;
	margin-bottom: 2rem;
}

.footer__text {
	margin-bottom: 2rem;
}

.steps-freebet {
	flex-direction: column;
	padding: 0 2rem 0 4.3rem;
	gap: 5rem 0;
	margin-top: 7rem;
	margin-bottom: 6rem;
}

.steps-freebet__item {
	flex-direction: row;
	align-items: center;
	gap: 0 2rem;
}

.steps-freebet__step {
	margin-bottom: 0;
}

.steps-freebet__step:first-child img {
	height: 8.9rem;
}

.steps-freebet__step:nth-child(2) img {
	height: 8.9rem;
}

.steps-freebet__step:last-child img {
	height: 8.9rem;
}

.desktop-br {
	display: none;
}

.mobile-br {
	display: block;
}

.bg-skew {
	font-size: 2.4rem;
}

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

.steps-freebet__content div {
	font-size: 2.4rem;
	margin-bottom: 1rem;
}

.steps-freebet__content div b {
	font-size: 1.6rem;
}

.arrow-down {
	display: block;
	width: 0.9rem;
	height: 12.7rem;
	position: absolute;
	top: 40.4rem;
	left: 2rem;
}

}

