/* Compiled: 2025-10-03 10:16:06 */
@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 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;
}

/* расчет колонок */

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;
}

.popover {
	position: relative;
	display: flex;
	justify-content: center;
	--wl-popover-box-shadow: 0 0.1rem 1.5rem rgba(101, 104, 119, 0.36);
}

.popover.--active.__up .popover-content {
	bottom: calc(100% + 0.6rem);
}

.popover.--active.__down .popover-content {
	top: calc(100% + 0.6rem);
}

.popover.--active .arrow-down-icon {
	transform: rotate(180deg);
}

.popover.--active .popover-content {
	display: block;
	transform: translate3d(0, 0, 0);
}

.lang-menu__activator {
	font-family: Whitney;
	font-size: 1.4rem;
	line-height: 2.08rem;
	text-transform: uppercase;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	color: #5F647D;
	box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 19, 56, 0.12);
	padding: 0 0.8rem;
	gap: 0.4rem;
	font-weight: 500;
	height: 3.6rem;
	margin: 0;
	border: none;
	border-radius: 0.8rem;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	transition: filter 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.lang-icon {
	display: inline-block;
	height: 1.4rem;
	width: 1.4rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
}

.lang-icon.--ru {
	background-image: url('../img/ru.svg');
}

.lang-icon.--en {
	background-image: url('../img/en.svg');
}

.arrow-down-icon {
	display: inline-block;
	height: 0.6rem;
	width: 0.8rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	background-image: url('../img/arrow-down.svg');
}

.popover-content {
	display: none;
	position: absolute;
	z-index: 100;
	min-width: 6.5rem;
	border-radius: 1.2rem;
	box-shadow: 0px 0.1rem 1.5rem rgba(101, 104, 119, 0.36);
	background: #ffffff;
	color: #161616;
	opacity: 1;
	pointer-events: auto;
}

.lang-menu__content {
	padding: 5px 6px;
}

.lang-menu__item {
	font-family: Whitney;
	display: flex;
	align-items: center;
	border-radius: 0.8rem;
	padding: 0 1rem;
	font-weight: 600;
	cursor: pointer;
	color: #5f647d;
	font-size: 1.3rem;
	line-height: 1;
	gap: 0.6rem;
	height: 4rem;
}

body .visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.seo-container {
	position: relative;
	padding-bottom: 4rem;
}

.seo-container._show-button .seo-container__button {
	display: flex;
}

.seo-container._show-button .seo-text {
	-webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.seo-container._active .seo-text {
	-webkit-mask-image: unset;
	mask-image: unset;
	max-height: unset;
	overflow: auto;
}

.seo-container._active .seo-container__icon {
	transform: rotate(180deg);
}

.seo-text {
	padding: 16px;
	max-height: 100px;
	overflow: hidden;
}

.seo-text * {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.seo-text h1 {
	font-size: 1.5rem;
}

.seo-text h2 {
	font-size: 1.25rem;
}

.seo-text p {
	margin: 0.5rem 0;
}

.seo-text ul {
	margin-top: 16px;
	list-style: none;
}

.seo-text a {
	color: rgba(255, 106, 19);
	text-decoration: underline;
	font-weight: 500;
}

.seo-text img {
	margin: 0 12px;
}

.seo-container__button {
	display: none;
	left: 50%;
	transform: translate(-50%);
	position: relative;
	align-items: center;
	justify-content: center;
	gap: 6px;
	height: 36px;
	margin: 0;
	padding: 0 16px;
	border: none;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	transition: filter 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
	background: transparent;
}

* {
	box-sizing: border-box;
}

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

body {
	background-color: #E1E2EC;
	background: linear-gradient(166deg, #E0E1EB 1.38%, #E0E1EB 27.49%, #CFD0DD 44.63%, #CFD0DE 52.3%);
	min-height: 100%;
}

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

.bg {
	display: block;
	position: absolute;
	z-index: -2;
	width: 192rem;
	height: 179.6rem;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.bg img {
	display: block;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.main-content {
	position: relative;
	padding-bottom: 7.3rem;
}

.main-content::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -0.2rem;
	left: 0;
	width: 100%;
	height: 45.3rem;
	background: linear-gradient(180deg, rgba(225, 226, 236, 0) 0%, rgba(225, 226, 236, 0.69) 43.2%, #E1E2EC 100%);
	z-index: -1;
}

.wrap {
	min-width: 70rem;
	width: 100%;
	max-width: 120rem;
	margin: 0 auto;
}

.content {
	display: flex;
	justify-content: space-between;
	padding: 6.7rem 0 0;
}

.content__logo {
	display: block;
	width: 25.6rem;
	height: 10.8rem;
}

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

.content__title {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 8.5rem 1rem 5rem 1rem;
	font-size: 8.6rem;
	line-height: 100%;
	color: #2C2C2C;
	font-weight: 500;
	text-transform: uppercase;
}

.content__title span {
	background: linear-gradient(71deg, #E97C0D 28.04%, #F99D0F 52.07%, #E97B0D 75.61%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-top: 1.2rem;
	padding-right: 1.2rem;
}

.content__phone {
	display: block;
	width: 37.2rem;
	aspect-ratio: 0.38830898;
	background-image: url("../img/phone.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 37.2rem auto;
}

.scan-qr {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 4rem;
	font-style: italic;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	text-align: left;
	position: relative;
	width: 52.7rem;
	height: 18.6rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 0;
	background-image: url("../img/qr-bg@2x.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}

.scan-qr span {
	padding: 3rem 3.5rem 3rem 0;
}

.scan-qr__image {
	flex: 0 0 18.6rem;
	display: block;
	width: 18.6rem;
	height: 18.6rem;
	margin-right: 4rem;
	border-radius: 3rem;
	padding: 1.8rem;
	background-color: #fff;
}

.scan-qr__image canvas {
	display: block;
	width: 15rem;
	height: 15rem;
}

.slider {
	position: relative;
	margin: 0 auto;
	width: 34rem;
	height: 75rem;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	row-gap: 1rem;
	column-gap: 1rem;
}

.slider__arrows {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 0;
	z-index: 10;
}

.slider__arrow {
	position: absolute;
	top: auto;
	margin: 0;
	width: 50%;
	height: 100%;
	background-color: transparent;
	background-image: none;
	vertical-align: middle;
	opacity: 1;
}

.slider__arrow::after {
	display: none;
}

.slider__arrow div {
	position: absolute;
	top: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.6rem;
	height: 3.6rem;
	background-color: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
}

.slider__arrow.swiper-button-prev {
	right: 50%;
	left: 0;
}

.slider__arrow.swiper-button-prev div {
	left: 2rem;
}

.slider__arrow.swiper-button-next {
	left: 50%;
	right: 0;
}

.slider__arrow.swiper-button-next div {
	right: 2rem;
}

.slider__arrow.swiper-button-disabled div {
	opacity: 0;
}

.slider__controls {
	position: absolute;
	bottom: 3rem !important;
	left: 0;
	right: 0;
	height: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 1rem;
}

.slider__controls .dotted {
	width: 0.8rem;
	height: 0.8rem;
	background-color: #827fb5;
	border-radius: 50%;
	transition: all 350ms ease-in-out;
}

.slider__controls .dotted--active {
	width: 1.2rem;
	height: 1.2rem;
	background-color: #ff6a13;
}

.slider-item {
	padding-top: 13.3rem;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	row-gap: 5.6rem;
}

.slider-item__content {
	text-align: center;
}

.slider-item__title {
	font-family: 'PFDinTextCompPro', Arial, Helvetica, sans-serif;
	font-size: 5.5rem;
	line-height: 5.5rem;
	margin: 0;
	font-weight: 500;
	text-transform: uppercase;
	font-style: italic;
}

.slider-item__text {
	margin: 0;
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #fff;
}

.slider-item__img {
	margin: 0 auto;
	display: block;
	width: 30rem;
	height: 30rem;
}

.slider-item__img img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.slider__btn {
	flex-shrink: 0;
	flex-grow: 1;
	min-width: 15rem;
	width: calc(33.33333333% - 2rem);
	max-width: 16.9rem;
	background-color: transparent;
	border: 0.1rem solid #2c2c2c;
	border-radius: 1rem;
}

.slider__logo {
	display: block;
}

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

.download-app-links {
	width: 53.2rem;
	margin: 4rem 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.download-app-links__btn {
	width: calc(33.333% - 0.666rem - 0.2rem);
	padding: 1rem 1.5rem;
	box-sizing: border-box;
	background-color: transparent;
	border: 0.1rem solid #2C2C2C;
	border-radius: 1rem;
}

.download-app-links__btn._hidden {
	display: none;
}

.download-app-links__logo {
	display: block;
}

.download-app-links__logo img {
	display: block;
	max-width: 100%;
}

.footer {
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
	background: #E1E2EC;
	padding-bottom: 7rem;
}

.footer a {
	color: #5B5D6B;
	text-decoration: underline;
}

.footer .footer__mail {
	color: #FF6E1F;
}

.footer p {
	margin: 0;
}

.footer .popover button {
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
	box-shadow: none;
}

.footer .popover a {
	text-decoration: none;
}

.footer .popover .lang-menu__item {
	font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
}

.footer__wrapper {
	border-radius: 1.2rem;
	background: #FFF;
	padding: 0 4rem;
}

.footer-partners {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4rem;
	padding: 3rem;
	border-bottom: 0.1rem solid #DFE3E9;
}

.footer-partners img {
	height: 4.2rem;
	max-width: 100%;
}

.footer-partners__item {
	width: auto;
	height: 4.2rem;
}

.footer-menu {
	display: flex;
	padding-top: 2.6rem;
	padding-bottom: 2.6rem;
	border-bottom: 0.1rem solid #DFE3E9;
}

.footer-menu__column {
	flex: 1;
}

.footer-menu__column h3 {
	color: #161616;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.1rem;
	text-transform: uppercase;
	margin: 0;
}

.footer-menu__column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-menu__column li {
	margin-top: 0.9rem;
}

.footer-menu__column a {
	font-size: 1.5rem;
	line-height: 2.1rem;
	font-weight: 500;
	transition-property: color;
	transition-duration: 0.1s;
	will-change: color;
	text-decoration: none;
	color: #5B5D6B;
	cursor: pointer;
}

.footer__info {
	color: #5B5D6B;
	text-align: center;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	padding: 3rem 0 2.8rem;
	border-bottom: 0.1rem solid #DFE3E9;
}

.footer__info p {
	margin: 0 auto 3rem;
}

.footer__info p:last-child {
	margin-bottom: 0;
}

.footer-menu__phone {
	display: flex;
	gap: 1rem;
	align-items: center;
}

.footer__legal {
	display: flex;
	gap: 1.6rem;
	padding: 2.4rem 0;
	border-bottom: 0.1rem solid #DFE3E9;
}

.footer__age-limit {
	color: #5B5D6B;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0.144rem;
	text-transform: uppercase;
}

.footer__legal-right {
	color: #5B5D6B;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 100%;
}

.footer__legal-right p:first-child {
	font-size: 1.4rem;
	margin-bottom: 2.9rem;
}

.footer__legal-right p:last-child {
	margin-bottom: 0;
}

.footer__bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 2.4rem 0 1.6rem;
}

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

a.footer-items__mobile {
	margin-left: 2rem;
	position: relative;
	padding-left: 2rem;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	color: #5B5D6B;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	text-decoration: none;
}

.footer-items__mobile-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1.2rem;
	height: 2.2rem;
	background-image: url(../img/icon-mobile.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

@media (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {

.content__phone {
	background-image: url("../img/phone@2x.png");
}

}

@media (min-width: 708px) {

.on-mobile {
	display: none;
}

}

@media (min-width: 1300px) {

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

}

@media (min-width: 1921px) {

.bg img {
	-webkit-mask-image: radial-gradient(circle, white 50%, transparent 70%);
	mask-image: radial-gradient(circle, #e0e1eb 50%, transparent 70%);
}

}

@media (max-width: 1440px) {

html {
	font-size: 0.694vw;
}

}

@media (max-width: 707px) {

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

}

