@charset "UTF-8";
@keyframes dropdown-display {
	0% {
		opacity: 0;
		transform: scale(0.98) translateY(-0.6em) translateX(-50%);
	}
	to {
		opacity: 1;
		transform: scale(1) translateY(0) translateX(-50%);
	}
}
@keyframes dropdown-display-up {
	0% {
		opacity: 0;
		transform: scale(0.98) translateY(0.6em);
	}
	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}
@keyframes loadingSpin {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
@keyframes ss-valueIn {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes ss-valueOut {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	to {
		transform: scale(0);
		opacity: 0;
	}
}
@keyframes mmslideIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes mmslideOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes mmslideInBg {
	0% {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}
@keyframes mmslideOutBg {
	0% {
		opacity: 0.7;
	}
	to {
		opacity: 0;
	}
}
:root {
	--body-font-size: 16px;
	--body-font: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Noto Sans,
		Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	--body-font-alt: Georgia, Times, Times New Roman, serif;
	--body-line-height: 161%;
	--body-color: #fff;
	--body-background: #070708;
	--table-header-font-weight: 700;
	--table-cell-padding: 5px 10px;
	--heading-font-weight: 700;
	--heading-line-height: 1.2;
	--heading-margin: 0 0 1em;
	--paragraph-margin: 0 0 1em;
	--list-margin: 1em 0;
	--h1: 28px;
	--h2: 24px;
	--h3: 20px;
	--h4: 18px;
	--h5: 16px;
	--bold-font-weight: 700;
	--text-small: 14px;
	--main: var(--body-color);
	--red: #f61001;
	--link-color: #203735;
	--link-color-hover: #37605c;
	--swiper-theme-color: var(--main);
	--swiper-preloader-color: var(--swiper-theme-color);
	--swiper-wrapper-transition-timing-function: initial;
	--primary: #ba936b;
	--white: #fff;
	--white-07: rgba(255, 255, 255, 0.7);
	--white-06: rgba(255, 255, 255, 0.6);
	--bg: #070708;
	--bg-wrapper: #2a2a2b;
	--yellow: #edb04b;
	--gray: #ababab;
}
@font-face {
	font-family: 'Inter';
	src: url(../fonts/Inter-Regular.woff2) format('woff2'),
		url(../fonts/Inter-Regular.woff) format('woff'),
		url(../fonts/Inter-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url(../fonts/Inter-Medium.woff2) format('woff2'),
		url(../fonts/Inter-Medium.woff) format('woff'),
		url(../fonts/Inter-Medium.ttf) format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'InterTight';
	src: url(../fonts/InterTight-Medium.woff2) format('woff2'),
		url(../fonts/InterTight-Medium.woff) format('woff'),
		url(../fonts/InterTight-Medium.ttf) format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'InterTight';
	src: url(../fonts/InterTight-SemiBold.woff2) format('woff2'),
		url(../fonts/InterTight-SemiBold.woff) format('woff'),
		url(../fonts/InterTight-SemiBold.ttf) format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url(../fonts/Inter-SemiBold.woff2) format('woff2'),
		url(../fonts/Inter-SemiBold.woff) format('woff'),
		url(../fonts/Inter-SemiBold.ttf) format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url(../fonts/Inter-Bold.woff2) format('woff2'),
		url(../fonts/Inter-Bold.woff) format('woff'),
		url(../fonts/Inter-Bold.ttf) format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
.form__row.active .form__error,
aside,
details,
footer,
header,
main,
nav,
section {
	display: block;
}
hr,
img {
	border: 0;
}
hr {
	box-sizing: content-box;
	overflow: visible;
	display: block;
	height: 1px;
	margin: 30px 0;
	background: #dedede;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	-webkit-tap-highlight-color: transparent;
}
abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: 700;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
button,
input,
optgroup {
	font-size: 100%;
	line-height: 1.15;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
	-webkit-appearance: button;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
	outline: 0;
}
fieldset {
	padding: 0;
}
legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}
[type='checkbox'],
[type='radio'],
legend {
	box-sizing: border-box;
	padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
summary {
	display: list-item;
}
.b-btn--eye.active .eye-show,
[hidden],
template {
	display: none;
}
* {
	box-sizing: border-box;
}
body,
html {
	min-height: 100%;
}
body {
	font-family: var(--body-font);
	font-size: var(--body-font-size);
	line-height: var(--body-line-height);
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	min-width: 320px;
	margin: 0;
	padding: 0;
	color: var(--body-color);
	background: var(--body-background);
}
svg {
	max-height: 100%;
}
select:not([multiple]) {
	vertical-align: middle;
}
table {
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
	border-collapse: separate;
}
td,
th {
	line-height: inherit;
	padding: var(--table-cell-padding);
}
th {
	font-weight: var(--table-header-font-weight);
	text-align: left;
	vertical-align: bottom;
}
td {
	vertical-align: top;
}
a {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: var(--heading-font-weight);
	line-height: var(--heading-line-height);
	margin: var(--heading-margin);
}
p {
	margin: var(--paragraph-margin);
}
p:last-child {
	margin-bottom: 0;
}
dl,
ol,
ul {
	margin: var(--list-margin);
}
ol {
	list-style: decimal;
}
h1 {
	font-size: var(--h1);
}
h2 {
	font-size: var(--h2);
}
h3 {
	font-size: var(--h3);
}
h4 {
	font-size: var(--h4);
}
h5 {
	font-size: var(--h5);
}
::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.hidden-box {
	display: none;
	visibility: hidden;
}
iframe {
	border: 0;
	outline: 0;
}
.videoWrapper {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.text-center {
	text-align: center;
}
blockquote {
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	line-height: 189%;
	position: relative;
	max-width: 830px;
	margin: 42px 0;
	padding-left: 27px;
	color: #000;
}
@media screen and (min-width: 767px) {
	blockquote {
		margin: 28px 0;
	}
}
@media screen and (min-width: 1439px) {
	blockquote {
		margin: 48px 0;
	}
}
blockquote:after {
	content: '';
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	width: 3px;
	background: #000;
}
.icon-figure-3 {
	background: url(../images/sprite.svg?v1697124313362) 0 0 no-repeat;
	width: 226px;
	height: 278px;
	display: inline-block;
}
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
select {
	height: auto;
}
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
select,
textarea {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	box-sizing: border-box;
	max-width: 100%;
	padding: 12px 16px;
	transition: border-color 0.3s ease;
	color: #fff;
	border: 1px solid #454545;
	border-radius: 8px;
	outline: 0;
	background-color: transparent;
	-webkit-appearance: none;
	width: 100%;
}
input[type='email']::placeholder,
input[type='number']::placeholder,
input[type='password']::placeholder,
input[type='search']::placeholder,
input[type='tel']::placeholder,
input[type='text']::placeholder,
select::placeholder,
textarea::placeholder {
	font-weight: 400;
	color: #a7a7a7;
}
input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
select:focus,
textarea:focus {
	border-color: #c18e58;
}
input[type='email'].error,
input[type='number'].error,
input[type='password'].error,
input[type='search'].error,
input[type='tel'].error,
input[type='text'].error,
select.error,
textarea.error {
	color: var(--red);
	border-color: var(--red);
}
input[type='email'].disabled,
input[type='email'][disabled],
input[type='email'][readonly],
input[type='number'].disabled,
input[type='number'][disabled],
input[type='number'][readonly],
input[type='password'].disabled,
input[type='password'][disabled],
input[type='password'][readonly],
input[type='search'].disabled,
input[type='search'][disabled],
input[type='search'][readonly],
input[type='tel'].disabled,
input[type='tel'][disabled],
input[type='tel'][readonly],
input[type='text'].disabled,
input[type='text'][disabled],
input[type='text'][readonly],
select.disabled,
select[disabled],
select[readonly],
textarea.disabled,
textarea[disabled],
textarea[readonly] {
	cursor: default;
	color: #939393;
	border-color: #bcbcbc;
	background-color: #f9f9f9;
}
select {
	padding-right: 35px;
	background-image: url(../images/select.svg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
input[type='checkbox'],
input[type='radio'] {
	display: inline-block;
	vertical-align: middle;
}
textarea {
	overflow: auto;
	height: auto;
}
.error-message {
	order: 1;
	margin-top: 5px;
	color: var(--red);
}
.checkbox-style,
label.checkbox-style {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	flex-shrink: 0;
}
.checkbox-style > span,
label.checkbox-style > span {
	position: relative;
	display: inline-block;
	padding: 2px 0 2px 28px;
	vertical-align: top;
	color: #a7a8b1;
}
.checkbox-style > span:before,
label.checkbox-style > span:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	transition: border-color 0.3s ease, background-color 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
}
.checkbox-style > span:after,
label.checkbox-style > span:after {
	content: '';
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	transition: opacity 0.3s ease;
	opacity: 0;
	border-radius: 2px;
	background-image: url(../images/icon/checkbox.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
.checkbox-style input[type='checkbox'],
label.checkbox-style input[type='checkbox'] {
	position: absolute;
	top: 0;
	left: -30px;
	width: 1px;
	height: 1px;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}
.checkbox-style input[type='checkbox']:checked ~ span:after,
label.checkbox-style input[type='checkbox']:checked ~ span:after {
	opacity: 1;
}
.checkbox-style input[type='checkbox'].disabled ~ span:after,
.checkbox-style input[type='checkbox'][disabled] ~ span:after,
label.checkbox-style input[type='checkbox'].disabled ~ span:after,
label.checkbox-style input[type='checkbox'][disabled] ~ span:after {
	background: #e3e3e3;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.checkbox-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
}
.checkbox-wrap__text {
	color: var(--white);
	font-size: 14px;
	font-weight: 400;
	line-height: 142.857%;
}
@media screen and (min-width: 767px) {
	.checkbox-wrap__text {
		font-size: 16px;
		line-height: 150%;
	}
}
.checkbox-wrap__text a,
.nav-btn.active .nav-btn__wrap span,
.nav-btn:hover .nav-btn__wrap span,
.nav__item.active .nav-btn .nav-btn__wrap span,
.nav__item.active .nav-btn--submenu.active .nav-btn__wrap span,
.nav__item.active .nav-btn--submenu:hover .nav-btn__wrap span {
	color: var(--primary);
}
.form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
@media screen and (min-width: 767px) {
	.form {
		gap: 24px;
	}
}
.form__row {
	position: relative;
}
.form__row:first-child {
	margin-top: 0;
}
.form__row input[type='email'],
.form__row input[type='number'],
.form__row input[type='password'],
.form__row input[type='search'],
.form__row input[type='tel'],
.form__row input[type='text'],
.form__row select,
.form__row textarea {
	width: 100%;
	vertical-align: top;
}
.form__row > label:not(.checkbox-style) {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	justify-content: space-between;
	cursor: pointer;
}
.form__row > label:not(.checkbox-style) > span {
	order: 0;
}
.form__row > label:not(.checkbox-style) .error-message {
	margin-top: 0;
	margin-left: 10px;
}
.form__row > label:not(.checkbox-style) .error-message + span {
	color: var(--red);
}
.form__row.active input {
	border: 1px solid #cb4040;
}
.form__name {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	font-weight: 500;
	line-height: 142.857%;
	margin-bottom: 8px;
	display: block;
}
.form__input {
	position: relative;
	z-index: 1;
	width: 100%;
}
.form__input .form__input--button {
	padding-right: 45px;
}
.form__error,
.form__hint {
	font-size: 14px;
	line-height: 142.857%;
}
.form__hint {
	color: rgba(255, 255, 255, 0.6);
	font-weight: 500;
	margin-top: 12px;
	font-family: 'InterTight';
}
.form__error {
	font-weight: 400;
	position: relative;
	z-index: 3;
	margin-top: 3px;
	color: #cb4040;
	display: none;
}
.form__grid {
	display: grid;
}
.form__grid--double {
	grid-template-columns: 1fr;
	grid-gap: 16px;
}
@media screen and (min-width: 767px) {
	.form__grid--double {
		grid-template-columns: 1fr 1fr;
		grid-gap: 16px;
	}
}
.form__grid--triple {
	grid-template-columns: 1fr;
	grid-gap: 16px;
}
@media screen and (min-width: 767px) {
	.form__grid--triple {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 24px;
	}
}
.form-password {
	position: relative;
}
.form-password input[type='password'],
.form-password input[type='text'] {
	position: relative;
	z-index: 1;
	padding-right: 50px;
}
.form-password__button,
.form-password__button:after {
	position: absolute;
	z-index: 10;
	transition: opacity 0.3s ease;
}
.form-password__button {
	top: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 42px;
	padding: 0;
	cursor: pointer;
	vertical-align: middle;
	opacity: 0.3;
	border: 0;
	outline: 0;
	background: 0 0;
	-webkit-tap-highlight-color: transparent;
}
.form-password__button i {
	position: relative;
	z-index: 1;
	vertical-align: middle;
}
.form-password__button:after {
	content: '';
	top: 24px;
	left: 9px;
	display: block;
	width: 24px;
	height: 1px;
	transform: rotate(-30deg);
	border-top: 1px solid #fff;
	background: #000;
}
@media screen and (min-width: 1439px) {
	.form-password__button:hover {
		opacity: 1;
	}
}
.form-password__button.active {
	opacity: 1;
}
.form-password__button.active:after {
	opacity: 0;
}
.form--system {
	gap: 16px;
}
.form--system .b-btn--primary {
	margin-top: 8px;
}
.form__icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	width: 24px;
	height: 24px;
}
.b-btn {
	line-height: 1.25;
	position: relative;
	display: inline-flex;
	align-items: center;
	flex-flow: row nowrap;
	justify-content: center;
	box-sizing: border-box;
	padding: 6px 20px;
	-webkit-user-select: none;
	user-select: none;
	transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 20px;
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	gap: 10px;
	cursor: pointer;
}
.b-btn.focus,
.b-btn:focus-within,
.b-btn:hover {
	outline: 0;
}
.b-btn.disabled,
.b-btn:disabled {
	cursor: default;
	opacity: 0.45;
}
.b-btn > svg {
	display: block;
	flex: 0 0 auto;
}
.b-btn--big {
	font-size: 18px;
	min-height: 59px;
	padding: 4px 30px;
}
.b-btn--small {
	font-size: 15px;
	min-height: 39px;
	padding: 4px 16px;
}
.b-btn--primary {
	border-radius: 12px;
	background: #ba936b;
	color: var(--white);
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	padding: 12px 32px;
	cursor: pointer;
}
@media screen and (min-width: 1439px) {
	.b-btn--primary {
		font-size: 20px;
		line-height: 140%;
		padding: 10px 32px;
	}
}
.b-btn--primary svg,
.b-btn--secondary svg {
	margin: 0;
	height: 21px;
}
.b-btn--primary.active,
.b-btn--primary:active,
.b-btn--primary:focus-within,
.b-btn--primary:hover {
	background: #a4764e;
}
.b-btn--secondary {
	border-radius: 12px;
	background: rgba(186, 147, 107, 0.2);
	color: #ba936b;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	padding: 12px 32px;
	cursor: pointer;
	font-family: 'InterTight';
}
@media screen and (min-width: 1439px) {
	.b-btn--secondary {
		padding: 10px 32px;
	}
}
.b-btn--secondary.active,
.b-btn--secondary:active,
.b-btn--secondary:focus-within,
.b-btn--secondary:hover {
	background: rgba(186, 147, 107, 0.3);
	color: #ba936b;
}
.b-btn--border {
	border-radius: 12px;
	border: 1px solid #454545;
	padding: 10px 32px;
	color: var(--primary);
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	background-color: transparent;
}
.b-btn--border.active,
.b-btn--border:active,
.b-btn--border:focus-within,
.b-btn--border:hover {
	background-color: var(--primary);
	color: var(--white);
}
.b-btn--circle {
	width: 32px;
	height: 32px;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	border: 0.667px solid #454545;
	background-color: #2a2a2b;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	padding: 0;
}
@media screen and (min-width: 767px) {
	.b-btn--circle {
		width: 48px;
		height: 48px;
	}
}
.b-btn--circle svg {
	width: 10px;
	height: 10px;
}
@media screen and (min-width: 767px) {
	.b-btn--circle svg {
		width: 16px;
		height: 16px;
	}
}
.b-btn--circle.active,
.b-btn--circle:active,
.b-btn--circle:focus-within,
.b-btn--circle:hover {
	background: #a4764e;
}
.b-btn--eye {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	z-index: 1;
	background-color: transparent;
	padding: 0;
	margin: 0;
	min-height: auto;
	border: 0;
	cursor: pointer;
	width: auto;
}
.b-btn--eye:hover svg path {
	fill: var(--white);
}
.b-btn--eye .eye-show,
.b-btn--eye.active .eye-hide {
	display: block;
}
.b-btn--eye svg {
	width: 20px;
	height: 20px;
}
.b-btn--eye svg path,
.nav-btn__icon svg path,
.tooltip__btn svg path {
	transition: fill 0.3s ease;
}
@media screen and (min-width: 767px) {
	.b-btn--eye svg {
		width: 24px;
		height: 24px;
	}
}
.b-btn--eye .eye-hide {
	display: none;
}
.b-btn--circl {
	width: 220px;
	height: 220px;
	border-radius: 100%;
	overflow: hidden;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: right;
	color: #fff;
	background-color: #e6a749;
}
@media screen and (min-width: 767px) {
	.b-btn--circl {
		width: 280px;
		height: 280px;
		font-size: 20px;
		line-height: 140%;
	}
}
.b-btn--circl.active,
.b-btn--circl:active,
.b-btn--circl:focus-within,
.b-btn--circl:hover {
	background-color: #c28529;
}
.b-btn--land {
	background: #e6a749;
	padding: 12px 24px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	border-radius: 0;
}
@media screen and (min-width: 1439px) {
	.b-btn--land {
		font-size: 20px;
		padding: 16px 24px;
	}
}
.b-btn--land.active,
.b-btn--land:active,
.b-btn--land:focus-within,
.b-btn--land:hover {
	color: #fff;
	background: #c28529;
}
.b-btn--loading:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	margin-left: -15px;
	transition: border 0.3s ease;
	animation: loadingSpin 1s infinite linear;
	vertical-align: middle;
	border-radius: 50%;
}
.b-btn--loading.outline:before {
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-top-color: #000;
}
.b-btn--loading.outline:hover:before,
.b-btn--loading:before {
	border: 3px solid rgba(255, 255, 255, 0.6);
	border-top-color: #fff;
}
.b-btn--full-size {
	display: block;
	width: 100%;
}
.b-btn--full-size + .full-size {
	margin-right: 5px;
}
.b-btn-grouping {
	display: inline-flex;
}
.b-btn-grouping .b-btn {
	margin-right: 0;
	border-radius: 0;
}
.b-btn-grouping .b-btn:first-child {
	border-radius: 6pc 0 0 6pc;
}
.b-btn-grouping .b-btn:last-child {
	border-radius: 0 6pc 6pc 0;
}
.b-btn-grouping .b-btn.outline {
	z-index: 1;
	margin-left: -1px;
}
.b-btn-grouping .b-btn.outline:hover {
	z-index: 2;
}
.b-btn-grouping .b-btn.outline.active {
	z-index: 3;
}
.b-btn-grouping .b-btn.outline:first-child {
	margin-left: 0;
}
.modal__close svg,
a.b-btn.disabled,
fieldset[disabled] a.b-btn {
	pointer-events: none;
}
input[type='button'].full-size,
input[type='reset'].full-size,
input[type='submit'].full-size {
	width: 100%;
}
:root {
	--ss-primary-color: #5897fb;
	--ss-bg-color: #fff;
	--ss-font-color: #4d4d4d;
	--ss-font-placeholder-color: #8d8d8d;
	--ss-disabled-color: #dcdee2;
	--ss-border-color: #dcdee2;
	--ss-highlight-color: #fffb8c;
	--ss-success-color: #00b755;
	--ss-error-color: #dc3545;
	--ss-focus-color: #5897fb;
	--ss-main-height: 30px;
	--ss-content-height: 300px;
	--ss-spacing-l: 7px;
	--ss-spacing-m: 5px;
	--ss-spacing-s: 3px;
	--ss-animation-timing: 0.2s;
	--ss-border-radius: 4px;
}
.ss-hide {
	display: none !important;
}
.ss-main {
	display: flex;
	flex-direction: row;
	position: relative;
	-webkit-user-select: none;
	user-select: none;
	min-height: var(--ss-main-height);
	padding: var(--ss-spacing-s);
	cursor: pointer;
	border: 1px solid var(--ss-border-color);
	border-radius: var(--ss-border-radius);
	background-color: var(--ss-bg-color);
	outline: 0;
	box-sizing: border-box;
	transition: background-color var(--ss-animation-timing);
	overflow: hidden;
}
.ss-content .ss-search input:focus,
.ss-main:focus {
	box-shadow: 0 0 5px var(--ss-focus-color);
}
.ss-main.ss-disabled {
	background-color: var(--ss-disabled-color);
	cursor: not-allowed;
}
.ss-main.ss-disabled .ss-values .ss-disabled {
	color: var(--ss-font-color);
}
.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete {
	cursor: not-allowed;
}
.ss-main.ss-open-below {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.ss-main .ss-values {
	display: inline-flex;
	flex-wrap: wrap;
	gap: var(--ss-spacing-m);
	flex: 1 1 100%;
}
.ss-main .ss-values .ss-placeholder {
	padding: var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s)
		var(--ss-spacing-m);
	color: var(--ss-font-placeholder-color);
}
.ss-main .ss-values .ss-max {
	display: flex;
	-webkit-user-select: none;
	user-select: none;
	align-items: center;
	width: fit-content;
	font-size: 12px;
	color: var(--ss-bg-color);
	line-height: 1;
	padding: var(--ss-spacing-s) var(--ss-spacing-m);
	background-color: var(--ss-primary-color);
	border-radius: var(--ss-border-radius);
}
.ss-main .ss-values .ss-single {
	display: flex;
	margin: auto 0 auto var(--ss-spacing-s);
}
.ss-main .ss-values .ss-value,
.ss-main .ss-values .ss-value.ss-value-out {
	animation-duration: var(--ss-animation-timing);
	animation-timing-function: ease-out;
}
.ss-main .ss-values .ss-value {
	display: flex;
	-webkit-user-select: none;
	user-select: none;
	align-items: center;
	width: fit-content;
	background-color: var(--ss-primary-color);
	border-radius: var(--ss-border-radius);
	animation-name: ss-valueIn;
	animation-fill-mode: both;
}
.ss-main .ss-values .ss-value.ss-value-out {
	animation-name: ss-valueOut;
}
.ss-main .ss-values .ss-value .ss-value-text {
	font-size: 12px;
	color: var(--ss-bg-color);
	line-height: 1;
	padding: var(--ss-spacing-s) var(--ss-spacing-m);
}
.ss-main .ss-values .ss-value .ss-value-delete {
	display: flex;
	align-items: center;
	padding: var(--ss-spacing-s) var(--ss-spacing-m);
	cursor: pointer;
	border-left: solid 1px var(--ss-bg-color);
	box-sizing: content-box;
}
.ss-main .ss-values .ss-value .ss-value-delete,
.ss-main .ss-values .ss-value .ss-value-delete svg {
	height: var(--ss-spacing-l);
	width: var(--ss-spacing-l);
}
.ss-main .ss-deselect svg path,
.ss-main .ss-values .ss-value .ss-value-delete svg path {
	fill: none;
	stroke: var(--ss-bg-color);
	stroke-width: 18;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.ss-main .ss-deselect {
	justify-content: center;
	width: fit-content;
	height: auto;
	margin: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
}
.ss-main .ss-deselect svg {
	width: 8px;
	height: 8px;
}
.ss-main .ss-deselect svg path {
	stroke: var(--ss-font-color);
	stroke-width: 20;
}
.ss-main .ss-arrow,
.ss-main .ss-deselect {
	flex: 0 1 auto;
	display: flex;
	align-items: center;
}
.ss-content
	.ss-list
	.ss-optgroup
	.ss-optgroup-label
	.ss-optgroup-actions
	.ss-closable
	.ss-arrow
	path,
.ss-main .ss-arrow path {
	fill: none;
	stroke: var(--ss-font-color);
	stroke-width: 18;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition-timing-function: ease-out;
	transition: var(--ss-animation-timing);
}
.ss-content {
	max-height: var(--ss-content-height);
	border: solid 1px var(--ss-border-color);
	background-color: var(--ss-bg-color);
}
.ss-content.ss-relative {
	position: relative;
	height: 100%;
}
.ss-content.ss-open-above {
	flex-direction: column-reverse;
	opacity: 1;
	transform: scaleY(1);
	transform-origin: center bottom;
	border-top-left-radius: var(--ss-border-radius);
	border-top-right-radius: var(--ss-border-radius);
}
.ss-content.ss-open-below {
	border-bottom-left-radius: var(--ss-border-radius);
	border-bottom-right-radius: var(--ss-border-radius);
}
.ss-content .ss-search {
	flex: 0 1 auto;
	display: flex;
	flex-direction: row;
	padding: var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m)
		var(--ss-spacing-l);
}
.ss-content .ss-search input {
	display: inline-flex;
	font-size: inherit;
	line-height: inherit;
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	padding: var(--ss-spacing-m) var(--ss-spacing-l);
	margin: 0;
	border: 1px solid var(--ss-border-color);
	border-radius: var(--ss-border-radius);
	background-color: var(--ss-bg-color);
	outline: 0;
	text-align: left;
	box-sizing: border-box;
}
.ss-content .ss-search input::placeholder {
	color: var(--ss-font-placeholder-color);
	vertical-align: middle;
}
.ss-content .ss-search .ss-addable {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	flex: 0 0 auto;
	height: auto;
	margin: 0 0 0 var(--ss-spacing-m);
	border: 1px solid var(--ss-border-color);
	border-radius: var(--ss-border-radius);
}
.ss-content .ss-search .ss-addable svg {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 1 auto;
	width: 12px;
	height: 12px;
	margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}
.ss-content .ss-search .ss-addable svg path {
	fill: none;
	stroke: var(--ss-font-color);
	stroke-width: 18;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.ss-content .ss-list {
	flex: 1 1 auto;
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
.ss-content .ss-list .ss-error {
	color: var(--ss-error-color);
	padding: var(--ss-spacing-l);
}
.ss-content .ss-list .ss-searching {
	color: var(--ss-font-color);
	padding: var(--ss-spacing-l);
}
.ss-content .ss-list .ss-optgroup.ss-close .ss-option {
	display: none !important;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m)
		var(--ss-spacing-l);
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
	flex: 1 1 auto;
	font-weight: 700;
	color: var(--ss-font-color);
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
	cursor: pointer;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
	flex: 0 1 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: var(--ss-spacing-m);
}
.ss-content
	.ss-list
	.ss-optgroup
	.ss-optgroup-label
	.ss-optgroup-actions
	.ss-selectall {
	flex: 0 0 auto;
	display: flex;
	flex-direction: row;
	cursor: pointer;
}
.ss-content
	.ss-list
	.ss-optgroup
	.ss-optgroup-label
	.ss-optgroup-actions
	.ss-selectall:hover {
	opacity: 0.5;
}
.ss-content
	.ss-list
	.ss-optgroup
	.ss-optgroup-label
	.ss-optgroup-actions
	.ss-selectall.ss-selected
	svg
	path {
	stroke: var(--ss-error-color);
}
.ss-content
	.ss-list
	.ss-optgroup
	.ss-optgroup-label
	.ss-optgroup-actions
	.ss-selectall
	span {
	flex: 0 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 60%;
	text-align: center;
	padding: 0 var(--ss-spacing-s) 0 0;
}
.ss-content
	.ss-list
	.ss-optgroup
	.ss-optgroup-label
	.ss-optgroup-actions
	.ss-selectall
	svg {
	flex: 0 1 auto;
	width: 13px;
	height: 13px;
}
.ss-content
	.ss-list
	.ss-optgroup
	.ss-optgroup-label
	.ss-optgroup-actions
	.ss-selectall
	svg
	path {
	fill: none;
	stroke: var(--ss-success-color);
	stroke-linecap: round;
	stroke-linejoin: round;
}
.ss-content
	.ss-list
	.ss-optgroup
	.ss-optgroup-label
	.ss-optgroup-actions
	.ss-selectall
	svg:first-child {
	stroke-width: 5;
}
.ss-content
	.ss-list
	.ss-optgroup
	.ss-optgroup-label
	.ss-optgroup-actions
	.ss-selectall
	svg:last-child {
	stroke-width: 11;
}
.ss-content
	.ss-list
	.ss-optgroup
	.ss-optgroup-label
	.ss-optgroup-actions
	.ss-closable {
	flex: 0 1 auto;
	display: flex;
	flex-direction: row;
	cursor: pointer;
}
.ss-content
	.ss-list
	.ss-optgroup
	.ss-optgroup-label
	.ss-optgroup-actions
	.ss-closable
	.ss-arrow {
	flex: 1 1 auto;
	width: 10px;
	height: 10px;
}
.ss-content .ss-list .ss-optgroup .ss-option {
	padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s)
		calc(var(--ss-spacing-l) * 3);
}
.ss-content .ss-list .ss-option {
	padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m)
		var(--ss-spacing-l);
	color: var(--ss-font-color);
}
.ss-content .ss-list .ss-option:hover {
	color: var(--ss-bg-color);
	background-color: var(--ss-primary-color);
}
.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
	color: var(--ss-bg-color);
	background-color: var(--ss-primary-color);
}
.ss-content .ss-list .ss-option.ss-disabled {
	cursor: not-allowed;
	background-color: var(--ss-disabled-color);
}
.ss-content .ss-list .ss-option.ss-disabled:hover {
	color: var(--ss-font-color);
}
.ss-content .ss-list .ss-option .ss-search-highlight {
	background-color: var(--ss-highlight-color);
}
.modal {
	display: none;
}
.modal.is-open {
	display: block;
}
.modal[aria-hidden='false'] .modal__overlay {
	animation: mmslideIn 0.3s linear;
}
.modal[aria-hidden='true'] .modal__overlay {
	animation: mmslideOut 0.3s linear;
}
.modal__overlay {
	position: fixed;
	z-index: 8888;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	overflow-y: auto;
	align-items: normal;
	flex-flow: row nowrap;
	justify-content: normal;
	box-sizing: border-box;
	padding: 8px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}
.modal__overlay _:-ms-fullscreen,
:root .modal__overlay {
	display: block;
}
@media screen and (min-width: 767px) {
	.modal__overlay {
		padding: 20px;
	}
}
@media screen and (max-width: 680px) {
	.modal__overlay--news {
		padding: 0;
	}
}
.overflowscrolling .lang-panel--land .lang-panel__dropdown ul,
.overflowscrolling .modal__overlay {
	overflow-y: scroll;
}
.modal__container {
	position: relative;
	z-index: 20;
	box-sizing: border-box;
	width: 480px;
	max-width: 100%;
	margin: auto;
	padding: 24px;
	border-radius: 24px;
	background: #2a2a2b;
	background-size: cover;
	overflow: hidden;
}
@media screen and (min-width: 1439px) {
	.modal__container {
		padding: 32px;
	}
}
.modal__container--default {
	width: 320px;
	padding: 0;
}
@media screen and (min-width: 767px) {
	.modal__container--default {
		width: 480px;
	}
}
@media screen and (min-width: 1439px) {
	.modal__container--default {
		width: 890px;
	}
	.modal__container--default .modal__wrapper {
		display: flex;
	}
}
.modal__left {
	background-image: url(../images/icon/ellipse-modal.svg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 32px 32px 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
@media screen and (min-width: 767px) {
	.modal__left {
		padding: 48px 98px 0 71px;
	}
}
@media screen and (min-width: 1439px) {
	.modal__left {
		padding: 48px 98px 0 71px;
		margin-right: -24px;
		max-width: 436px;
	}
}
.modal__left img {
	width: 146px;
	height: 183px;
}
@media screen and (min-width: 767px) {
	.modal__left img {
		width: 214px;
		height: 269px;
	}
}
@media screen and (min-width: 1439px) {
	.modal__left img {
		width: auto;
		height: auto;
	}
}
.modal__left--data {
	justify-content: center;
	padding-bottom: 17px;
}
@media screen and (min-width: 767px) {
	.modal__left--data {
		padding: 24px 48px 20px;
	}
}
@media screen and (min-width: 1439px) {
	.modal__left--data {
		padding: 48px 71px 48px 48px;
	}
}
.modal__left--data img {
	width: 184px;
	height: 183px;
}
@media screen and (min-width: 767px) {
	.modal__left--data img {
		width: 269px;
		height: 269px;
	}
}
@media screen and (min-width: 1439px) {
	.modal__left--data img {
		width: auto;
		height: auto;
	}
}
.modal__left--code {
	padding: 0;
}
@media screen and (min-width: 767px) {
	.modal__left--code {
		padding: 0;
	}
}
@media screen and (min-width: 1439px) {
	.modal__left--code {
		padding: 0;
	}
}
.modal__left--code img {
	width: 249px;
	height: 249px;
}
@media screen and (min-width: 767px) {
	.modal__left--code img {
		width: 365px;
		height: 365px;
	}
}
@media screen and (min-width: 1439px) {
	.modal__left--code img {
		width: auto;
		height: auto;
	}
}
.modal__left--nomail {
	background-image: url(../images/icon/ellipse-modal-red.svg);
	padding: 0;
}
@media screen and (min-width: 1439px) {
	.modal__left--nomail {
		padding: 24px 26px 0 17px;
	}
}
.modal__left--nomail img {
	width: 249px;
	height: 249px;
}
@media screen and (min-width: 767px) {
	.modal__left--nomail img {
		width: 312px;
		height: 312px;
	}
}
@media screen and (min-width: 1439px) {
	.modal__left--nomail img {
		width: auto;
		height: auto;
	}
}
.modal__right {
	padding: 24px;
	border-radius: 24px;
	background: #232323;
	position: relative;
	z-index: 2;
	margin-top: -32px;
}
@media screen and (min-width: 767px) {
	.modal__right {
		margin-top: -52px;
		padding: 48px;
	}
}
@media screen and (min-width: 1439px) {
	.modal__right {
		max-width: 480px;
		margin-top: unset;
		width: 54%;
	}
}
.modal__right .modal-system__text,
.modal__right .modal-system__title {
	max-width: unset;
}
.modal__right--code .modal-system__text {
	max-width: 200px;
}
@media screen and (min-width: 767px) {
	.modal__right--code .modal-system__text {
		max-width: unset;
	}
}
.modal__close {
	font-size: 18px;
	position: absolute;
	z-index: 300;
	top: 16px;
	right: 16px;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	transition: opacity 0.3s ease;
	opacity: 1;
	border: 0;
	outline: 0;
	background: 0 0;
	-webkit-tap-highlight-color: transparent;
}
.modal__close:hover {
	opacity: 0.7;
}
.modal__bg {
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
}
.modal__blur {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.balance__qr img,
.modal-2fa__qr img,
.modal-profile__img img,
.modal__blur svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.modal__blur--gratz {
	top: unset;
	bottom: 0;
}
.modal__title {
	color: var(--white);
	font-size: 24px;
	font-weight: 600;
	line-height: 133.333%;
	letter-spacing: -0.96px;
	margin-bottom: 24px;
}
@media screen and (min-width: 767px) {
	.modal__title {
		font-size: 32px;
		line-height: 125%;
		letter-spacing: -1.28px;
		margin-bottom: 32px;
	}
}
.balance,
.balance .form {
	display: flex;
	flex-direction: column;
}
.balance {
	align-items: center;
}
.balance__qr {
	width: 160px;
	height: 160px;
	margin-bottom: 16px;
}
.balance__text {
	color: var(--white-07);
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 142.857%;
	max-width: 272px;
	margin: 0 auto 24px;
}
@media screen and (min-width: 767px) {
	.balance__text {
		margin: 0 auto 32px;
	}
}
.balance .form {
	width: 100%;
	gap: 24px;
}
.balance .b-btn--primary {
	width: 100%;
}
.timer,
.timer__left {
	display: flex;
	width: 100%;
}
.timer {
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	align-items: center;
	gap: 16px;
	color: var(--yellow);
	font-size: 14px;
	font-weight: 400;
	line-height: 142.857%;
	padding: 12px 16px;
}
.timer svg {
	flex-shrink: 0;
}
.timer__left {
	flex-direction: column;
}
@media screen and (min-width: 767px) {
	.timer__left {
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
	}
}
.timer__wrap {
	display: flex;
	align-items: center;
	gap: 3px;
	font-weight: 600;
}
.timer--balance {
	margin: 24px 0;
}
@media screen and (min-width: 767px) {
	.timer--balance {
		margin: 24px 0 32px;
	}
}
.timer--withdraw {
	display: flex;
	justify-content: center;
}
.modal__wrapper--system {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.modal__wrapper--system .modal__title {
	margin-bottom: 16px;
	text-align: center;
}
.modal__wrapper--system .modal__icon {
	margin-bottom: 16px;
}
.modal__wrapper--system .modal__text {
	color: var(--white-07);
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 24px;
}
@media screen and (min-width: 767px) {
	.modal__wrapper--system .modal__text {
		margin-bottom: 23px;
	}
}
.modal__wrapper--system .b-btn {
	width: 100%;
}
.modal__wrapper--gratz {
	margin-bottom: -24px;
}
@media screen and (min-width: 767px) {
	.modal__wrapper--gratz {
		margin-bottom: -32px;
	}
}
.modal__wrapper--gratz .modal__text {
	max-width: 354px;
	margin-bottom: 48px;
}
.modal__wrapper--gratz .modal__text a {
	color: #c18e58;
}
.modal-system {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.modal-system .b-btn--secondary {
	width: 100%;
}
.modal-system__icon {
	margin-bottom: 16px;
	border-radius: 166.667px;
	background: #070708;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-system__title {
	color: var(--white);
	font-size: 20px;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 8px;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.modal-system__title {
		font-size: 32px;
		line-height: 125%;
		margin-bottom: 16px;
		max-width: 300px;
	}
}
.modal-system__text {
	text-align: center;
	color: #ababab;
	font-size: 14px;
	font-weight: 500;
	line-height: 142.857%;
	max-width: 330px;
}
.modal-system__text:not(:last-child) {
	margin-bottom: 24px;
}
@media screen and (min-width: 767px) {
	.modal-system__text:not(:last-child) {
		margin-bottom: 32px;
	}
}
.otp-field {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.otp-field input {
	width: 64px;
	height: 64px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	text-align: center;
	padding: 0;
	font-size: 24px;
}
input[type='number'] {
	-moz-appearance: textfield;
}
.modal__container--2fa {
	width: 516px;
	padding: 48px;
	background: #2e2e2e;
}
@media screen and (min-width: 1439px) {
	.modal__container--2fa {
		width: 640px;
	}
}
.modal-2fa__text,
.modal-2fa__title {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	line-height: 125%;
	margin-bottom: 32px;
}
.modal-2fa__text {
	color: #ababab;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
.modal-2fa__subtitle {
	color: #fff;
	font-family: 'InterTight';
	font-size: 20px;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 16px;
	text-align: left;
	width: 100%;
}
.modal-2fa__qr {
	margin-bottom: 16px;
	width: 160px;
	height: 160px;
}
.form-input--2fa {
	max-width: 253px;
}
.modal-2fa__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 32px;
}
.modal__container--profile {
	width: 516px;
	padding: 0;
	background: #2e2e2e;
}
@media screen and (min-width: 1439px) {
	.modal__container--profile {
		width: 908px;
	}
	.modal-profile {
		display: flex;
	}
}
.modal-profile__left {
	border-radius: 24px;
	background: #232323;
	padding: 24px;
}
@media screen and (min-width: 767px) {
	.modal-profile__left {
		padding: 32px;
	}
}
@media screen and (min-width: 1439px) {
	.modal-profile__left {
		min-width: 480px;
	}
}
.modal-profile__head {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	margin-bottom: 16px;
	width: 100%;
}
@media screen and (min-width: 767px) {
	.modal-profile__head {
		gap: 24px;
		margin-bottom: 32px;
	}
}
.modal-profile__img {
	border-radius: 100%;
	overflow: hidden;
	border: 2px solid var(--primary);
	width: 48px;
	height: 48px;
	flex-shrink: 0;
}
@media screen and (min-width: 767px) {
	.modal-profile__img {
		gap: 24px;
		width: 96px;
		height: 96px;
	}
}
.modal-profile__name {
	color: var(--white);
	font-size: 16px;
	font-weight: 600;
	line-height: 133.333%;
	margin-bottom: 8px;
}
@media screen and (min-width: 767px) {
	.modal-profile__name {
		font-size: 24px;
	}
}
.modal-profile__id {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #919191;
	font-size: 14px;
	font-weight: 600;
	line-height: 142.857%;
}
.modal-profile__id .tooltip__btn {
	width: 20px;
	height: 20px;
}
.modal-profile__right {
	padding: 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}
.modal-profile__title {
	color: var(--white);
	font-size: 24px;
	font-weight: 600;
	line-height: 133.333%;
	margin-bottom: 24px;
}
@media screen and (min-width: 1439px) {
	.modal-profile__title {
		max-width: 264px;
	}
}
.modal-profile__list {
	column-count: 2;
	width: 100%;
}
.modal-profile__wrap {
	max-width: 160px;
}
.modal-profile__wrap:not(:last-child) {
	margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
	.modal-profile__wrap:not(:last-child) {
		margin-bottom: 24px;
	}
}
.modal-profile__text {
	color: var(--white-06);
	font-size: 12px;
	font-weight: 500;
	line-height: 133.333%;
	margin-bottom: 4px;
}
@media screen and (min-width: 767px) {
	.modal-profile__text {
		font-size: 14px;
		line-height: 142.857%;
	}
}
.modal-profile__value {
	color: var(--white);
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
}
@media screen and (min-width: 767px) {
	.modal-profile__value {
		font-size: 20px;
	}
}
.modal__overlay--land {
	background: #070708;
}
.modal__container--product {
	width: 280px;
	background-color: transparent;
	padding: 20px;
}
@media screen and (min-width: 767px) {
	.modal__container--product {
		width: 375px;
	}
}
@media screen and (min-width: 1439px) {
	.modal__container--product {
		width: 900px;
	}
}
.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
	color: var(--adp-color-other-month);
}
.air-datepicker-cell.-day-.-other-month-:hover,
.air-datepicker-cell.-year-.-other-decade-:hover {
	color: var(--adp-color-other-month-hover);
}
.-selected-.air-datepicker-cell.-day-.-other-month-,
.-selected-.air-datepicker-cell.-year-.-other-decade- {
	color: #fff;
	background: var(--adp-background-color-selected-other-month);
}
.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
	background: var(--adp-background-color-selected-other-month-focused);
}
.-in-range-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.air-datepicker-cell.-year-.-other-decade- {
	background-color: var(--adp-background-color-in-range);
	color: var(--adp-color);
}
.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
	background-color: var(--adp-background-color-in-range-focused);
}
.air-datepicker-cell.-day-.-other-month-:empty,
.air-datepicker-cell.-year-.-other-decade-:empty {
	background: 0 0;
	border: 0;
}
.air-datepicker-cell {
	border-radius: var(--adp-cell-border-radius);
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.air-datepicker-cell.-focus- {
	background: var(--adp-cell-background-color-hover);
}
.air-datepicker-cell.-current-.-focus- {
	color: var(--adp-color);
}
.air-datepicker-cell.-current-.-in-range- {
	color: var(--adp-color-current-date);
}
.air-datepicker-cell.-disabled- {
	cursor: default;
	color: var(--adp-color-disabled);
}
.air-datepicker-cell.-disabled-.-current-.-focus-,
.air-datepicker-cell.-disabled-.-focus- {
	color: var(--adp-color-disabled);
}
.air-datepicker-cell.-disabled-.-in-range- {
	color: var(--adp-color-disabled-in-range);
}
.air-datepicker-cell.-in-range- {
	background: var(--adp-cell-background-color-in-range);
	border-radius: 0;
}
.air-datepicker-cell.-in-range-.-focus-,
.air-datepicker-cell.-in-range-:hover {
	background: var(--adp-cell-background-color-in-range-hover);
}
.air-datepicker-cell.-range-from-,
.air-datepicker-cell.-range-to- {
	border: 1px solid var(--adp-cell-border-color-in-range);
	background-color: var(--adp-cell-background-color-in-range);
	border-radius: var(--adp-cell-border-radius) 0 0
		var(--adp-cell-border-radius);
}
.air-datepicker-cell.-range-to- {
	border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius)
		0;
}
.air-datepicker-cell.-range-to-.-range-from- {
	border-radius: var(--adp-cell-border-radius);
}
.air-datepicker-cell.-selected- {
	border: 0;
}
.air-datepicker-cell.-selected-,
.air-datepicker-cell.-selected-.-current- {
	background: var(--adp-cell-background-color-selected);
}
.air-datepicker-cell.-selected-.-focus- {
	background: var(--adp-cell-background-color-selected-hover);
}
.air-datepicker-body {
	transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}
.air-datepicker-body.-hidden- {
	display: none;
}
.air-datepicker-body--day-names {
	display: grid;
	grid-template-columns: repeat(7, var(--adp-day-cell-width));
	margin: 8px 0 3px;
}
.air-datepicker-body--day-name {
	color: var(--adp-day-name-color);
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
}
.air-datepicker-body--day-name.-clickable- {
	cursor: pointer;
}
.air-datepicker-body--day-name.-clickable-:hover {
	color: var(--adp-day-name-color-hover);
}
.air-datepicker-body--cells {
	display: grid;
}
.air-datepicker-body--cells.-days- {
	grid-template-columns: repeat(7, var(--adp-day-cell-width));
	grid-auto-rows: var(--adp-day-cell-height);
}
.air-datepicker-body--cells.-months- {
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: var(--adp-month-cell-height);
}
.air-datepicker-body--cells.-years- {
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: var(--adp-year-cell-height);
}
.air-datepicker-nav {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid var(--adp-border-color-inner);
	min-height: var(--adp-nav-height);
	padding: var(--adp-padding);
	box-sizing: content-box;
}
.-only-timepicker- .air-datepicker-nav {
	display: none;
}
.air-datepicker-nav--action,
.air-datepicker-nav--title {
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}
.air-datepicker-nav--action {
	width: var(--adp-nav-action-size);
	border-radius: var(--adp-border-radius);
	-webkit-user-select: none;
	user-select: none;
}
.air-datepicker-nav--action:hover {
	background: var(--adp-background-color-hover);
}
.air-datepicker-nav--action:active {
	background: var(--adp-background-color-active);
}
.air-datepicker-nav--action.-disabled- {
	visibility: hidden;
}
.air-datepicker-nav--action svg {
	width: 32px;
	height: 32px;
}
.air-datepicker-nav--action path {
	fill: none;
	stroke: var(--adp-nav-arrow-color);
	stroke-width: 2px;
}
.air-datepicker-nav--title {
	border-radius: var(--adp-border-radius);
	padding: 0 8px;
}
.air-datepicker-nav--title i {
	font-style: normal;
	margin-left: 0.3em;
}
.air-datepicker-nav--title:hover {
	background: var(--adp-background-color-hover);
}
.air-datepicker-nav--title:active {
	background: var(--adp-background-color-active);
}
.air-datepicker-nav--title.-disabled- {
	cursor: default;
	background: 0 0;
}
.air-datepicker-buttons {
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
}
.air-datepicker-button {
	display: inline-flex;
	color: var(--adp-btn-color);
	border-radius: var(--adp-btn-border-radius);
	cursor: pointer;
	height: var(--adp-btn-height);
	border: 0;
	background: 0 0;
}
.air-datepicker-button:hover {
	color: var(--adp-btn-color-hover);
	background: var(--adp-btn-background-color-hover);
}
.air-datepicker-button:focus {
	color: var(--adp-btn-color-hover);
	background: var(--adp-btn-background-color-hover);
	outline: 0;
}
.air-datepicker-button:active {
	background: var(--adp-btn-background-color-active);
}
.air-datepicker-button span {
	outline: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.air-datepicker-time {
	display: grid;
	grid-template-columns: max-content 1fr;
	grid-column-gap: 12px;
	align-items: center;
	position: relative;
	padding: 0 var(--adp-time-padding-inner);
}
.-only-timepicker- .air-datepicker-time {
	border-top: none;
}
.air-datepicker-time--current {
	display: flex;
	align-items: center;
	flex: 1 1;
	font-size: 14px;
	text-align: center;
}
.air-datepicker-time--current-colon {
	margin: 0 2px 3px;
	line-height: 1;
}
.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
	line-height: 1;
	font-size: 19px;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	position: relative;
	z-index: 1;
}
.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
	content: '';
	background: var(--adp-background-color-hover);
	border-radius: var(--adp-border-radius);
	position: absolute;
	left: -2px;
	top: -3px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	opacity: 0;
}
.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
	opacity: 1;
}
.air-datepicker-time--current-ampm {
	text-transform: uppercase;
	align-self: flex-end;
	color: var(--adp-time-day-period-color);
	margin-left: 6px;
	font-size: 11px;
	margin-bottom: 1px;
}
.air-datepicker-time--row {
	display: flex;
	align-items: center;
	font-size: 11px;
	height: 17px;
	background: linear-gradient(
			to right,
			var(--adp-time-track-color),
			var(--adp-time-track-color)
		)
		left 50%/100% var(--adp-time-track-height) no-repeat;
}
.air-datepicker-time--row:first-child {
	margin-bottom: 4px;
}
.air-datepicker-time--row input[type='range'] {
	background: 0 0;
	cursor: pointer;
	flex: 1 1;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
}
.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
}
.air-datepicker-time--row input[type='range']::-ms-tooltip {
	display: none;
}
.air-datepicker-time--row input[type='range']:hover::-webkit-slider-thumb {
	border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type='range']:hover::-moz-range-thumb {
	border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type='range']:hover::-ms-thumb {
	border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type='range']:focus {
	outline: 0;
}
.air-datepicker-time--row input[type='range']:focus::-webkit-slider-thumb {
	background: var(--adp-cell-background-color-selected);
	border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type='range']:focus::-moz-range-thumb {
	background: var(--adp-cell-background-color-selected);
	border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type='range']:focus::-ms-thumb {
	background: var(--adp-cell-background-color-selected);
	border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid var(--adp-time-track-color);
	background: #fff;
	cursor: pointer;
	-webkit-transition: background var(--adp-transition-duration);
	transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type='range']::-moz-range-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid var(--adp-time-track-color);
	background: #fff;
	cursor: pointer;
	-moz-transition: background var(--adp-transition-duration);
	transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type='range']::-ms-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid var(--adp-time-track-color);
	background: #fff;
	cursor: pointer;
	-ms-transition: background var(--adp-transition-duration);
	transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
	margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}
.air-datepicker-time--row input[type='range']::-webkit-slider-runnable-track {
	border: 0;
	height: var(--adp-time-track-height);
	cursor: pointer;
	color: transparent;
	background: 0 0;
}
.air-datepicker-time--row input[type='range']::-moz-range-track {
	border: 0;
	height: var(--adp-time-track-height);
	cursor: pointer;
	color: transparent;
	background: 0 0;
}
.air-datepicker-time--row input[type='range']::-ms-track {
	border: 0;
	height: var(--adp-time-track-height);
	cursor: pointer;
	color: transparent;
	background: 0 0;
}
.air-datepicker-time--row input[type='range']::-ms-fill-lower {
	background: 0 0;
}
.air-datepicker-time--row input[type='range']::-ms-fill-upper {
	background: 0 0;
}
.air-datepicker {
	--adp-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
		'Segoe UI Symbol';
	--adp-font-size: 14px;
	--adp-width: 246px;
	--adp-z-index: 100;
	--adp-padding: 4px;
	--adp-grid-areas: 'nav' 'body' 'timepicker' 'buttons';
	--adp-transition-duration: 0.3s;
	--adp-transition-ease: ease-out;
	--adp-transition-offset: 8px;
	--adp-background-color: #fff;
	--adp-background-color-hover: #f0f0f0;
	--adp-background-color-active: #eaeaea;
	--adp-background-color-in-range: rgba(92, 196, 239, 0.1);
	--adp-background-color-in-range-focused: rgba(92, 196, 239, 0.2);
	--adp-background-color-selected-other-month-focused: #8ad5f4;
	--adp-background-color-selected-other-month: #a2ddf6;
	--adp-color: #4a4a4a;
	--adp-color-secondary: #9c9c9c;
	--adp-accent-color: #4eb5e6;
	--adp-color-current-date: var(--adp-accent-color);
	--adp-color-other-month: #dedede;
	--adp-color-disabled: #aeaeae;
	--adp-color-disabled-in-range: #939393;
	--adp-color-other-month-hover: #c5c5c5;
	--adp-border-color: #dbdbdb;
	--adp-border-color-inner: #efefef;
	--adp-border-radius: 4px;
	--adp-border-color-inline: #d7d7d7;
	--adp-nav-height: 32px;
	--adp-nav-arrow-color: var(--adp-color-secondary);
	--adp-nav-action-size: 32px;
	--adp-nav-color-secondary: var(--adp-color-secondary);
	--adp-day-name-color: #ff9a19;
	--adp-day-name-color-hover: #8ad5f4;
	--adp-day-cell-width: 1fr;
	--adp-day-cell-height: 32px;
	--adp-month-cell-height: 42px;
	--adp-year-cell-height: 56px;
	--adp-pointer-size: 10px;
	--adp-poiner-border-radius: 2px;
	--adp-pointer-offset: 14px;
	--adp-cell-border-radius: 4px;
	--adp-cell-background-color-hover: var(--adp-background-color-hover);
	--adp-cell-background-color-selected: #5cc4ef;
	--adp-cell-background-color-selected-hover: #45bced;
	--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
	--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
	--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
	--adp-btn-height: 32px;
	--adp-btn-color: var(--adp-accent-color);
	--adp-btn-color-hover: var(--adp-color);
	--adp-btn-border-radius: var(--adp-border-radius);
	--adp-btn-background-color-hover: var(--adp-background-color-hover);
	--adp-btn-background-color-active: var(--adp-background-color-active);
	--adp-time-track-height: 1px;
	--adp-time-track-color: #dedede;
	--adp-time-track-color-hover: #b1b1b1;
	--adp-time-thumb-size: 12px;
	--adp-time-padding-inner: 10px;
	--adp-time-day-period-color: var(--adp-color-secondary);
	--adp-mobile-font-size: 16px;
	--adp-mobile-nav-height: 40px;
	--adp-mobile-width: 320px;
	--adp-mobile-day-cell-height: 38px;
	--adp-mobile-month-cell-height: 48px;
	--adp-mobile-year-cell-height: 64px;
}
.air-datepicker-overlay {
	--adp-overlay-background-color: rgba(0, 0, 0, 0.3);
	--adp-overlay-transition-duration: 0.3s;
	--adp-overlay-transition-ease: ease-out;
	--adp-overlay-z-index: 99;
}
.air-datepicker {
	background: var(--adp-background-color);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: var(--adp-border-radius);
	box-sizing: content-box;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(4, max-content);
	grid-template-areas: var(--adp-grid-areas);
	font-family: var(--adp-font-family), sans-serif;
	font-size: var(--adp-font-size);
	color: var(--adp-color);
	width: var(--adp-width);
	position: absolute;
	transition: opacity var(--adp-transition-duration)
			var(--adp-transition-ease),
		transform var(--adp-transition-duration) var(--adp-transition-ease);
	z-index: var(--adp-z-index);
}
.air-datepicker:not(.-custom-position-) {
	opacity: 0;
}
.air-datepicker.-from-top- {
	transform: translateY(calc(var(--adp-transition-offset) * -1));
}
.air-datepicker.-from-right- {
	transform: translateX(var(--adp-transition-offset));
}
.air-datepicker.-from-bottom- {
	transform: translateY(var(--adp-transition-offset));
}
.air-datepicker.-from-left- {
	transform: translateX(calc(var(--adp-transition-offset) * -1));
}
.air-datepicker.-active-:not(.-custom-position-) {
	transform: translate(0, 0);
	opacity: 1;
}
.air-datepicker.-active-.-custom-position- {
	transition: none;
}
.air-datepicker.-inline- {
	border-color: var(--adp-border-color-inline);
	box-shadow: none;
	position: static;
	left: auto;
	right: auto;
	opacity: 1;
	transform: none;
}
.air-datepicker.-inline- .air-datepicker--pointer,
.air-datepicker.-is-mobile- .air-datepicker--pointer {
	display: none;
}
.air-datepicker.-is-mobile- {
	--adp-font-size: var(--adp-mobile-font-size);
	--adp-day-cell-height: var(--adp-mobile-day-cell-height);
	--adp-month-cell-height: var(--adp-mobile-month-cell-height);
	--adp-year-cell-height: var(--adp-mobile-year-cell-height);
	--adp-nav-height: var(--adp-mobile-nav-height);
	--adp-nav-action-size: var(--adp-mobile-nav-height);
	position: fixed;
	width: var(--adp-mobile-width);
	border: 0;
}
.air-datepicker.-is-mobile- * {
	-webkit-tap-highlight-color: transparent;
}
.air-datepicker.-is-mobile-:not(.-custom-position-) {
	transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}
.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
	transform: translate(-50%, -50%);
}
.air-datepicker.-custom-position- {
	transition: none;
}
.air-datepicker-global-container {
	position: absolute;
	left: 0;
	top: 0;
}
.air-datepicker--pointer,
.air-datepicker--pointer:after {
	position: absolute;
	width: var(--adp-pointer-size);
	height: var(--adp-pointer-size);
}
.air-datepicker--pointer {
	--pointer-half-size: calc(var(--adp-pointer-size) / 2);
	z-index: -1;
}
.air-datepicker--pointer:after {
	content: '';
	background: #fff;
	border-top: 1px solid var(--adp-border-color-inline);
	border-right: 1px solid var(--adp-border-color-inline);
	border-top-right-radius: var(--adp-poiner-border-radius);
	box-sizing: border-box;
}
.-top-center- .air-datepicker--pointer,
.-top-left- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^='top'] .air-datepicker--pointer {
	top: calc(100% - var(--pointer-half-size) + 1px);
}
.-top-center- .air-datepicker--pointer:after,
.-top-left- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^='top'] .air-datepicker--pointer:after {
	transform: rotate(135deg);
}
.-right-bottom- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer,
[data-popper-placement^='right'] .air-datepicker--pointer {
	right: calc(100% - var(--pointer-half-size) + 1px);
}
.-right-bottom- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-top- .air-datepicker--pointer:after,
[data-popper-placement^='right'] .air-datepicker--pointer:after {
	transform: rotate(225deg);
}
.-bottom-center- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^='bottom'] .air-datepicker--pointer {
	bottom: calc(100% - var(--pointer-half-size) + 1px);
}
.-bottom-center- .air-datepicker--pointer:after,
.-bottom-left- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^='bottom'] .air-datepicker--pointer:after {
	transform: rotate(315deg);
}
.-left-bottom- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-top- .air-datepicker--pointer,
[data-popper-placement^='left'] .air-datepicker--pointer {
	left: calc(100% - var(--pointer-half-size) + 1px);
}
.-left-bottom- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-top- .air-datepicker--pointer:after,
[data-popper-placement^='left'] .air-datepicker--pointer:after {
	transform: rotate(45deg);
}
.-bottom-left- .air-datepicker--pointer,
.-top-left- .air-datepicker--pointer {
	left: var(--adp-pointer-offset);
}
.-bottom-right- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer {
	right: var(--adp-pointer-offset);
}
.-bottom-center- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer {
	left: calc(50% - var(--adp-pointer-size) / 2);
}
.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
	top: var(--adp-pointer-offset);
}
.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
	bottom: var(--adp-pointer-offset);
}
.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
	top: calc(50% - var(--adp-pointer-size) / 2);
}
.air-datepicker--navigation {
	grid-area: nav;
}
.air-datepicker--content {
	box-sizing: content-box;
	padding: var(--adp-padding);
	grid-area: body;
}
.-only-timepicker- .air-datepicker--content {
	display: none;
}
.air-datepicker--time {
	grid-area: timepicker;
}
.air-datepicker--buttons {
	grid-area: buttons;
}
.air-datepicker--buttons,
.air-datepicker--time {
	padding: var(--adp-padding);
	border-top: 1px solid var(--adp-border-color-inner);
}
.air-datepicker-overlay {
	position: fixed;
	background: var(--adp-overlay-background-color);
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	opacity: 0;
	transition: opacity var(--adp-overlay-transition-duration)
			var(--adp-overlay-transition-ease),
		left 0s, height 0s, width 0s;
	transition-delay: 0s, var(--adp-overlay-transition-duration),
		var(--adp-overlay-transition-duration),
		var(--adp-overlay-transition-duration);
	z-index: var(--adp-overlay-z-index);
}
.air-datepicker-overlay.-active- {
	opacity: 1;
	width: 100%;
	height: 100%;
	transition: opacity var(--adp-overlay-transition-duration)
			var(--adp-overlay-transition-ease),
		height 0s, width 0s;
}
.swiper,
.swiper-wrapper {
	position: relative;
	z-index: 1;
}
.swiper {
	display: block;
	overflow: hidden;
	overflow: clip;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	list-style: none;
}
.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	display: flex;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	transition-timing-function: var(
		--swiper-wrapper-transition-timing-function,
		initial
	);
	transition-property: transform;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0, 0, 0);
}
.swiper-horizontal {
	touch-action: pan-y;
}
.swiper-vertical {
	touch-action: pan-x;
}
.swiper-slide {
	position: relative;
	display: block;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	transition-property: transform;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}
.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}
:root {
	--swiper-navigation-size: 44px;
	--swiper-navigation-top-offset: 50%;
	--swiper-navigation-sides-offset: 10px;
	--swiper-navigation-color: var(--swiper-theme-color);
}
.swiper-button {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border: 1px solid #393939;
	cursor: pointer;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	outline: 0;
	background: 0 0;
	-webkit-tap-highlight-color: transparent;
	padding: 5px;
	transition: background-color 0.3s ease;
}
.swiper-button.swiper-button-disabled {
	cursor: auto;
	pointer-events: none;
	opacity: 0.4;
}
.swiper-button.swiper-button-hidden {
	cursor: auto;
	pointer-events: none;
	opacity: 0;
}
.swiper-navigation-disabled .swiper-button {
	display: none !important;
}
.swiper-button svg {
	width: 100%;
	height: 100%;
	transform-origin: center;
	object-fit: contain;
}
.swiper-rtl .swiper-button svg {
	transform: rotate(180deg);
}
.nav__item.active .nav-btn--submenu.active .nav-btn__wrap:before,
.nav__item.active .nav-btn--submenu:hover .nav-btn__wrap:before,
.swiper-button:hover {
	background-color: var(--primary);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	right: auto;
	left: var(--swiper-navigation-sides-offset, 10px);
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}
.swiper-button-lock {
	display: none;
}
:root {
	--swiper-pagination-color: var(--swiper-theme-color);
	--swiper-pagination-left: auto;
	--swiper-pagination-right: 8px;
	--swiper-pagination-bottom: 8px;
	--swiper-pagination-top: auto;
	--swiper-pagination-fraction-color: inherit;
	--swiper-pagination-progressbar-bg-color: rgba(0, 0, 0, 0.25);
	--swiper-pagination-progressbar-size: 4px;
	--swiper-pagination-bullet-size: 8px;
	--swiper-pagination-bullet-width: 8px;
	--swiper-pagination-bullet-height: 8px;
	--swiper-pagination-bullet-border-radius: 50%;
	--swiper-pagination-bullet-inactive-color: #000;
	--swiper-pagination-bullet-inactive-opacity: 0.2;
	--swiper-pagination-bullet-opacity: 1;
	--swiper-pagination-bullet-horizontal-gap: 4px;
	--swiper-pagination-bullet-vertical-gap: 6px;
}
.swiper-pagination {
	position: absolute;
	z-index: 10;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	text-align: center;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	top: var(--swiper-pagination-top, auto);
	bottom: var(--swiper-pagination-bottom, 8px);
	left: 0;
	width: 100%;
}
.swiper-pagination-bullets-dynamic {
	font-size: 0;
	overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}
.swiper-pagination-bullet {
	display: inline-block;
	width: var(
		--swiper-pagination-bullet-width,
		var(--swiper-pagination-bullet-size, 8px)
	);
	height: var(
		--swiper-pagination-bullet-height,
		var(--swiper-pagination-bullet-size, 8px)
	);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
}
button.swiper-pagination-bullet {
	border: 0;
	margin: 0;
	padding: 0;
	box-shadow: none;
	appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet:only-child {
	display: none !important;
}
.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
	top: 50%;
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	width: 8px;
	transform: translateY(-50%);
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet,
.swiper-vertical
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-horizontal
	> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl
	> .swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}
.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
	position: absolute;
	background: var(
		--swiper-pagination-progressbar-bg-color,
		rgba(0, 0, 0, 0.25)
	);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	top: 0;
	left: 0;
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
}
.swiper-horizontal
	> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
	top: 0;
	left: 0;
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
}
.swiper-pagination-lock {
	display: none;
}
.iti {
	width: 100%;
}
.iti--inline-dropdown .iti__dropdown-content {
	position: absolute;
	margin-top: 3px;
	margin-left: calc(var(--iti-border-width) * -1);
	border: 1px solid #454545;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	background-color: #232323;
	border-radius: 8px;
	z-index: 13;
}
.iti__country-list::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}
.iti__country-list::-webkit-scrollbar-track {
	background-color: #494949;
	border-radius: 10px;
}
.iti__country-list::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 5px;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.iti__country-list::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}
.iti__country-list::-webkit-scrollbar-corner {
	background-color: transparent;
}
.sidebar-overlay.active {
	background: rgba(19, 19, 20, 0.9);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	opacity: 1;
	transition: opacity 0.5s ease;
	z-index: 100;
}
.sidebar {
	display: flex;
	height: 100dvh;
	align-items: stretch;
	flex-flow: column nowrap;
	justify-content: space-between;
	box-sizing: border-box;
	position: fixed;
	right: 0;
	top: 0;
	transition: transform 0.3s linear;
	transform: translateX(100%);
	max-width: 290px;
	z-index: 101;
	overflow-y: overlay;
	overflow-x: hidden;
	border-radius: 0;
	background: #171717;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	padding: 16px;
}
@media screen and (min-width: 767px) {
	.sidebar {
		height: 100dvh;
	}
}
@media screen and (min-width: 1439px) {
	.sidebar {
		position: unset;
		display: block;
		width: auto;
		background: 0 0;
		height: auto;
		overflow: visible;
		transform: unset;
		border-left: none;
		max-width: unset;
	}
}
.sidebar.active {
	transform: translateX(0);
}
.sidebar__container {
	gap: 16px;
}
.nav,
.sidebar__container {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.nav__item:not(:last-child) {
	margin-bottom: 4px;
}
.nav__item.active .nav__submenu {
	grid-template-rows: 1fr;
}
.nav-btn.active,
.nav__item.active .nav-btn {
	background-color: #232323;
}
.nav-btn.active .nav-btn__icon svg path,
.nav-btn.active .nav-btn__item svg path,
.nav-btn:hover .nav-btn__icon svg path,
.nav-btn:hover .nav-btn__item svg path,
.nav__item.active .nav-btn .nav-btn__icon svg path,
.nav__item.active .nav-btn .nav-btn__item svg path {
	fill: var(--primary);
}
.nav__item.active .nav-btn--submenu {
	background-color: transparent;
}
.nav__item.active .nav-btn--submenu .nav-btn__wrap span {
	color: var(--gray);
}
.nav__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (min-width: 1439px) {
	.nav__bottom {
		display: none;
	}
}
.sidebar__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav__content {
	overflow: hidden;
}
.nav-btn,
.nav-btn__wrap {
	display: flex;
	align-items: center;
}
.nav-btn {
	padding: 10px 16px;
	border-radius: 12px;
	transition: background-color 0.3s ease;
	border: 0;
	cursor: pointer;
	width: 100%;
	justify-content: space-between;
	background-color: transparent;
}
.nav-btn__wrap {
	gap: 12px;
	justify-content: flex-start;
}
.nav-btn__icon,
.tooltip--header .tooltip__btn svg {
	width: 24px;
	height: 24px;
}
.nav-btn__icon svg,
.tooltip__btn svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nav-btn__wrap span {
	transition: color 0.3s ease;
}
.nav__submenu {
	display: grid;
	margin: 0;
	grid-template-rows: 0fr;
	transition: grid-template-rows 200ms linear;
}
.sidebar__footer .partner-referral {
	margin-bottom: 16px;
}
.nav-btn--submenu,
.nav-btn__wrap span {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #b6b4b3;
}
.nav-btn--submenu {
	text-decoration: none;
}
.nav-btn--submenu .nav-btn__wrap {
	padding-left: 38px;
}
@media screen and (min-width: 767px) {
	.nav__item--lang {
		display: none;
	}
}
.nav__item--lang .nav-btn__icon svg path {
	fill: none !important;
}
.nav__item--lang.active .nav-btn__icon svg path {
	stroke: var(--primary);
	fill: none !important;
}
.sidebar__dropdown {
	display: flex;
}
.sidebar__dropdown.is-open .sidebar__buttons {
	opacity: 1;
	visibility: visible;
}
.sidebar-dropdown {
	border: 0;
	background-color: transparent;
	padding: 0;
	width: 16px;
	height: 16px;
}
@media screen and (min-width: 767px) {
	.sidebar-dropdown {
		display: none;
	}
}
.tooltip {
	position: relative;
	display: block;
}
.tooltip__btn {
	background: 0 0;
	border: 0;
	padding: 0;
	width: 32px;
	height: 32px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
}
.tooltip__btn svg {
	pointer-events: none;
}

.tooltip__btn:hover {
	background: rgba(255, 255, 255, 0.1);
}
.tooltip--invest .tooltip__btn:hover svg path,
.tooltip__btn:hover svg path {
	fill: #fff;
}
.tooltip__btn.active,
.tooltip__btn:hover .tooltip__txt {
	opacity: 1;
	visibility: visible;
	transform: translateY(37px) translateX(-50%);
}

@media (max-width: 767px) {
  .tooltip__btn,
  .tooltip__btn svg path,
  .tooltip__btn .tooltip__txt {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: none !important;
  }
}




.tooltip__copy {
	display: block;
}
.tooltip--invest .tooltip__txt:before,
.tooltip__copy.hide,
.tooltip__success {
	display: none;
}
.lang-panel--land .lang-panel__link > span,
.lang-panel__link > span,
.tooltip__success.show {
	display: block;
}
.tooltip--invest .tooltip__txt,
.tooltip__txt {
	border-radius: 12px;
	background: #3e3e3e;
	font-size: 12px;
}
.tooltip__txt {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 3;
	padding: 8px 12px;
	width: max-content;
	max-width: 120px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px) translateX(-50%);
	text-transform: none;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,
		visibility 0.3s ease-in-out;
	text-align: center;
	font-weight: 600;
	line-height: 150%;
}
.tooltip--input {
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.tooltip--invest .tooltip__txt {
	padding: 16px;
	border: 0;
	max-width: 186px;
	text-align: left;
	color: var(--white-06);
	font-weight: 500;
	line-height: 133.333%;
	top: -84px;
}
.tooltip--invest .tooltip__btn {
	width: 20px;
	height: 20px;
}
.tooltip--header {
	width: 100%;
}
@media screen and (min-width: 767px) {
	.tooltip--header {
		width: unset;
	}
}
.tooltip--header .tooltip__btn {
	width: 100%;
	height: auto;
	padding: 4px;
	justify-content: flex-start;
	gap: 4px;
}
@media screen and (min-width: 767px) {
	.tooltip--header .tooltip__btn {
		width: 28px;
		height: 28px;
		gap: 0;
	}
}
.tooltip--header .tooltip__btn:hover {
	background-color: #000;
}
.tooltip--header .tooltip__btn:hover svg path {
	fill: #ba936b;
}
.tooltip--header .tooltip__txt {
	position: unset;
	width: auto;
	left: unset;
	transform: unset;
	background-color: transparent;
	opacity: 1;
	visibility: visible;
	padding: 0;
}
@media screen and (min-width: 767px) {
	.tooltip--header .tooltip__txt {
		position: absolute;
		left: 50%;
		bottom: 0;
		z-index: 3;
		padding: 8px 12px;
		width: max-content;
		max-width: 120px;
		color: #fff;
		opacity: 0;
		visibility: hidden;
		transform: translateY(10px) translateX(-50%);
		text-transform: none;
		transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,
			visibility 0.3s ease-in-out;
		text-align: center;
		font-weight: 600;
		line-height: 150%;
		background: #3e3e3e;
	}
}
.lang-panel {
	position: relative;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: 8px;
	display: none;
}
@media screen and (min-width: 767px) {
	.lang-panel {
		display: flex;
		order: 0;
	}
}
.lang-panel.is-open .lang-panel__link--button {
	background-color: #3e3e3e;
	color: #fff;
}
.lang-panel__link {
	align-items: center;
	flex-flow: row nowrap;
	box-sizing: border-box;
	cursor: pointer;
	white-space: nowrap;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	gap: 12px;
	position: relative;
	transition: background-color 0.3s ease, color 0.3s ease;
	text-decoration: none;
	color: #999;
	display: flex;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 142%;
	padding: 8px 12px;
	border: 1px solid transparent;
	border-radius: 12px;
	background-color: transparent;
}
@media screen and (min-width: 767px) {
	.lang-panel__link {
		font-size: 16px;
		line-height: 150%;
		padding: 12px;
	}
}
.lang-panel--land .lang-panel__link > i,
.lang-panel__link > i {
	flex: 0 0 auto;
	margin-left: 5px;
	transition: transform 0.3s ease;
}
.lang-panel.is-active .lang-panel--land .lang-panel__link > i,
.lang-panel.is-active .lang-panel__link > i {
	transform: rotate(-180deg);
}
.lang-panel__link--button {
	display: flex;
	justify-content: center;
	padding: 12px;
	border-radius: 100px;
}
.lang-panel__dropdown {
	position: absolute;
	z-index: 199;
	top: 100%;
	left: 50%;
	display: none;
	box-sizing: border-box;
	min-width: 130px;
	margin-top: 8px;
	padding: 8px;
	transform-origin: 0 0;
	border-radius: 20px;
	background: #3e3e3e;
	transform: translateX(-50%);
}
.lang-panel.is-open .lang-panel__dropdown {
	display: block;
	animation: dropdown-display 0.4s ease;
	opacity: 1;
}
.lang-panel__list {
	margin: 0 !important;
}
.lang-panel--land .lang-panel__dropdown ul li,
.lang-panel__item {
	margin: 0;
}
.lang-panel__item:not(:last-child) {
	margin-bottom: 4px;
}
.lang-panel__item a {
	color: #b2b2b2;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
}
.lang-panel__item.active > a,
.lang-panel__item:hover > a {
	border-radius: 12px;
	background: #202021;
	color: #fff;
}
.lang-panel--land {
	position: relative;
	display: block;
	width: auto;
}
.lang-panel--land .lang-panel__link {
	color: #fff;
	text-align: right;
	font-size: 12px;
	font-weight: 400;
	line-height: 133.333%;
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0;
	cursor: pointer;
	white-space: nowrap;
	border: 0;
	outline: 0;
	background: 0 0;
	-webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 767px) {
	.lang-panel--land .lang-panel__link {
		font-size: 20px;
		line-height: 140%;
	}
}
.lang-panel--land .lang-panel__dropdown {
	position: absolute;
	z-index: 199;
	top: 100%;
	box-sizing: border-box;
	min-width: 130px;
	margin-top: 10px;
	padding: 24px;
	transform-origin: 0 0;
	box-shadow: 0 14px 24px rgba(0, 0, 0, 0.05);
	border: 1px solid #4a371b;
	background: #070708;
	transition: translate 0.3s ease, opacity 0.3s ease;
	opacity: 0;
	display: none;
	transform: translateX(-50%);
	left: unset;
}
@media screen and (min-width: 767px) {
	.lang-panel--land .lang-panel__dropdown {
		transform: translateX(-50%);
		left: 50%;
		right: unset;
	}
}
.is-open .lang-panel--land .lang-panel__dropdown {
	display: block;
	transform: translateY(0);
	opacity: 1;
}
@media screen and (min-width: 767px) {
	.is-open .lang-panel--land .lang-panel__dropdown {
		transform: translateX(-50%) translateY(0);
	}
}
.lang-panel--land .lang-panel__dropdown ul {
	overflow-y: auto;
	max-height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	scrollbar-width: thin;
}
.lang-panel--land .lang-panel__dropdown ul::-webkit-scrollbar-track {
	border-radius: 0;
	background: #fff;
}
.lang-panel--land .lang-panel__dropdown ul::-webkit-scrollbar {
	width: 2px;
	background: #fff;
}
.lang-panel--land .lang-panel__dropdown ul::-webkit-scrollbar-thumb {
	border: 0;
	border-radius: 0;
	background-color: #131010;
}
@media screen and (min-width: 1439px) {
	.lang-panel--land .lang-panel__dropdown ul {
		max-height: 274px;
	}
}
.lang-panel--land .lang-panel__dropdown ul a {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	text-transform: capitalize;
	display: block;
	transition: background-color 0.3s ease, color 0.3s ease;
	text-align: left;
	text-decoration: none;
	border-bottom: 0;
	background: 0 0;
	padding: 0;
}
.lang-panel--land .lang-panel__dropdown ul li:not(:last-child) {
	margin-bottom: 12px;
}
.lang-panel--land .lang-panel__dropdown ul li.active > a,
.lang-panel--land .lang-panel__dropdown ul li:hover > a {
	color: #e6a749;
}
.pagination,
.pagination__list {
	display: flex;
	align-items: center;
}
.pagination {
	justify-content: center;
}
.pagination__list {
	gap: 8px;
}
.pagination__item:first-child .pagination__link,
.pagination__item:last-child .pagination__link {
	background-color: transparent;
}
.pagination__link {
	width: 32px;
	height: 32px;
	padding: 6px 4px;
	justify-content: center;
	color: var(--white-07);
	font-size: 14px;
	font-weight: 500;
	line-height: 142.857%;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.1);
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
}
.pagination__link.active,
.pagination__link:hover {
	background-color: var(--primary);
	color: var(--white);
}
.pagination__link:hover svg path {
	stroke: var(--white);
	transition: stroke 0.3s ease;
}
.pagination__link svg {
	margin: 1px 0 0;
}
.pagination__link svg path {
	transition: stroke 0.3s ease;
}
.pagination__link.active svg path {
	stroke: var(--primary);
}
.pagination__link,
.socials__link,
.socials__list {
	display: flex;
	align-items: center;
}
.socials__list {
	gap: 4px;
	justify-content: flex-end;
}
.socials__link {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	padding: 8px;
	width: 32px;
	height: 32px;
	justify-content: center;
	transition: border 0.3s ease;
}
@media screen and (min-width: 767px) {
	.socials__link {
		width: 48px;
		height: 48px;
		padding: 12px;
	}
}
.documents__item svg path,
.socials__link svg path {
	transition: fill 0.3s ease;
}
.socials__link:hover svg path,
.user-buttons__wrap--dropdown .b-btn--icon svg path {
	fill: var(--white);
}
.socials--item {
	margin-top: 18px;
}
@media screen and (min-width: 767px) {
	.socials--item {
		margin-top: 0;
	}
}
.slim-select {
	position: relative;
	z-index: 11;
	border: 1px solid var(--brand-900);
	background: #080017;
	height: 48px;
	padding: 12px 15px;
	border-radius: 16px;
	cursor: pointer;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.select.is-show .select-items,
.slim-select.is-show .options {
	opacity: 1;
	visibility: visible;
}
.slim-select.is-show:before,
.slim-select:before {
	transition: transform 0.3s ease-out;
	transform: rotate(180deg);
}
.slim-select:before {
	content: '';
	transform: rotate(360deg);
	background-image: url(../images/icon/chevron-down.svg);
	background-size: cover;
}
.selected-option {
	display: flex;
	align-items: center;
	cursor: pointer;
	gap: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 166px;
}
.selected-option img {
	flex-shrink: 0;
	width: 22px;
	height: 24px;
	object-fit: cover;
}
.option img,
.option svg,
.select-item img,
.select-item svg,
.select-option img,
.select-option svg,
.selected-option svg,
.slim-select:before {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}
.options {
	list-style: none;
	position: absolute;
	width: 100%;
	border-radius: 20px;
	background: #3e3e3e;
	padding: 5px;
	transition: visibility 0.3s ease, opacity 0.3s ease;
	visibility: hidden;
	opacity: 0;
	left: 50%;
	transform: translateX(-50%);
	top: 53px;
	z-index: 101;
}
.option {
	padding: 12px;
	display: flex;
	align-items: center;
	cursor: pointer;
	gap: 16px;
	border-radius: 12px;
	color: var(--white);
}
.option:not(:last-child) {
	margin-bottom: 2px;
}
.option.active,
.option:hover {
	background: #202021;
}
.slim-select.hidden-before::before {
	opacity: 0;
	transition: opacity 0.3s ease;
}
.slim-select--desktop {
	width: 118px;
	margin-top: 0;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.1);
	border: 0;
	padding: 10px 8px 10px 12px;
	align-items: center;
	height: 40px;
	gap: 8px;
}
@media screen and (min-width: 767px) {
	.slim-select--desktop {
		height: 48px;
		width: 144px;
		padding: 10px 12px 10px 16px;
	}
}
.slim-select--desktop .selected-option {
	font-size: 14px;
	font-weight: 600;
	line-height: 142.857%;
	gap: 8px;
	color: var(--white);
}
@media screen and (min-width: 767px) {
	.slim-select--desktop .selected-option {
		font-size: 16px;
	}
}
.slim-select--desktop .options {
	width: 100%;
	top: 40px;
}
.slim-select--desktop .option {
	font-size: 14px;
	font-weight: 600;
	line-height: 142.857%;
	gap: 8px;
}
.select {
	position: relative;
	width: 100%;
	z-index: 11;
	border: 1px solid var(--brand-900);
	background: #080017;
	height: 48px;
	padding: 12px 16px;
	border-radius: 16px;
	cursor: pointer;
}
.select.is-show:before,
.select:before {
	transition: transform 0.3s ease-out;
	transform: translateY(-50%) rotate(0deg);
}
.select:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	right: 16px;
	width: 24px;
	height: 24px;
	background-image: url(../images/icon/chevron-down.svg);
	background-size: cover;
}
.select-option {
	display: flex;
	align-items: center;
	cursor: pointer;
	gap: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 166px;
}
.select-items {
	list-style: none;
	position: absolute;
	width: 100%;
	border-radius: 16px;
	background: var(--brand-1000);
	padding: 5px;
	transition: visibility 0.3s ease, opacity 0.3s ease;
	visibility: hidden;
	opacity: 0;
	left: 50%;
	transform: translateX(-50%);
	top: 53px;
	z-index: 101;
}
.select-item {
	padding: 12px;
	display: flex;
	align-items: center;
	cursor: pointer;
	gap: 16px;
	border-radius: 12px;
	color: var(--white);
}
.select-item:not(:last-child) {
	margin-bottom: 2px;
}
.select-item.active,
.select-item:hover {
	background: var(--Brand-900, #312053);
}
@media screen and (min-width: 767px) {
	.select--payment .select-option,
	.select--payment:before {
		display: none;
	}
	.select--payment {
		border: 0;
		padding: 0;
		height: auto;
		cursor: default;
		border-radius: unset;
		background: 0 0;
	}
	.select--payment .select-items {
		position: unset;
		visibility: visible;
		opacity: 1;
		transform: unset;
		background: 0 0;
		padding: 0;
		border-radius: unset;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 8px;
	}
	.select--payment .select-item {
		padding: 0;
		display: block;
		border-radius: unset;
		margin-bottom: 0;
		grid-column: 2 span;
	}
}
@media screen and (min-width: 1439px) {
	.select--payment .select-item {
		grid-column: 1 span;
	}
}
.select--payment .select-item:hover {
	background: 0 0;
}
@media screen and (min-width: 767px) {
	.select--payment .select-item.active {
		background: 0 0;
	}
	.select--payment .select-item.active .payment-item {
		border: 1px solid var(--brand-900);
		background: 0 0;
	}
	.select--payment .select-item.active .payment-item:hover {
		border: 1px solid var(--brand-550);
	}
}
@media screen and (min-width: 1439px) {
	.tabs {
		display: flex;
		gap: 75px;
		align-items: flex-start;
	}
}
.tab-content {
	display: none;
	position: relative;
}
.tab-content.active {
	display: block;
}
@media screen and (min-width: 767px) {
	.tab-content.active {
		display: flex;
		gap: 20px;
	}
}
.tabs__buttons {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	flex-shrink: 0;
	margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
	.tabs__buttons {
		margin-bottom: 40px;
	}
}
@media screen and (min-width: 1439px) {
	.tabs__buttons {
		margin-bottom: 0;
	}
}
.tabs__btn {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -0.04em;
	color: #fff;
	background-color: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	transition: color 0.3s ease;
}
.tabs__btn.active,
.tabs__btn:hover {
	color: #e6a749;
}
.page-wrapper {
	overflow: hidden;
}
.container {
	box-sizing: border-box;
	width: 1116px;
	max-width: 100%;
	margin: auto;
	padding: 0 10px;
}
.main {
	padding: 0;
}
@media screen and (min-width: 1439px) {
	.main {
		display: grid;
		grid-template-columns: 292px calc(100% - 292px - 24px);
		grid-gap: 24px;
		padding-left: 0;
	}
}
.main--system {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	padding: 72px 16px 42px;
}
.wrapper {
	padding: 32px 12px;
}
@media screen and (min-width: 767px) {
	.wrapper {
		padding: 48px 24px 32px;
	}
}
@media screen and (min-width: 1439px) {
	.wrapper {
		padding: 48px 24px 32px 0;
	}
}
.list-reset {
	padding: 0;
	list-style: none;
	margin: 0;
}
.scroll {
	overflow: hidden;
	position: fixed;
	width: 100%;
}
.system {
	margin: 0 auto;
	max-width: 480px;
	border-radius: 24px;
	background: #232323;
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 48px 24px;
}
@media screen and (min-width: 767px) {
	.system {
		padding: 48px;
	}
}
.system--create {
	max-width: 800px;
}
.system__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 24px;
}
@media screen and (min-width: 767px) {
	.system__head {
		margin-bottom: 32px;
	}
}
.system__logo {
	margin-bottom: 24px;
	width: 95px;
	height: 95px;
}
@media screen and (min-width: 767px) {
	.system__logo {
		margin-bottom: 32px;
		width: 124px;
		height: 125px;
	}
}
.system__footer {
	text-align: center;
	margin-top: 16px;
	color: #a7a7a7;
	font-size: 14px;
	font-weight: 500;
	line-height: 142.857%;
}
.system__back {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 20px;
	height: 20px;
}
.system__title {
	color: var(--white);
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 8px;
}
@media screen and (min-width: 767px) {
	.system__title {
		font-size: 32px;
		line-height: 125%;
		margin-bottom: 16px;
	}
}
.system__text {
	color: var(--gray);
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 142.857%;
}
@media screen and (min-width: 767px) {
	.system__text {
		font-size: 16px;
		line-height: 150%;
	}
}
.form-input {
	position: relative;
	width: 100%;
	border: 1px solid #454545;
	border-radius: 8px;
	padding: 8px 55px 8px 16px;
	height: 48px;
	display: flex;
	align-items: center;
}
.form-input .input {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
	max-width: 190px;
}
.form__label--lock input {
	pointer-events: none;
	cursor: default;
	background: #171717;
}
.link-text {
	color: var(--primary);
	text-align: right;
	font-size: 14px;
	font-weight: 500;
	line-height: 142.857%;
	transition: color 0.3s ease;
}
.link-text:hover {
	color: var(--orange);
}
.tooltip--input {
	position: absolute;
	right: 12px;
}
.partner-referral {
	padding: 16px;
	border: 1px solid var(--primary);
	border-radius: 16px;
}
.partner-referral__title {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
	margin-bottom: 4px;
}
.partner-referral__text {
	font-weight: 400;
	font-size: 12px;
	line-height: 133%;
	color: var(--white-07);
	margin-bottom: 16px;
}
.partner-referral__img {
	margin-bottom: 16px;
	text-align: center;
}
.about-land__img img,
.currency__icon img,
.feedback--success .feedback__icon svg,
.loyalty-programs__img img,
.partner-referral__img img,
.product-item__img img,
.profile-image__img img,
.profile-image__img svg,
.user-menu svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box-default {
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.1);
}
.section-title {
	color: var(--white);
	font-size: 24px;
	font-weight: 600;
	line-height: 133.333%;
	letter-spacing: -0.96px;
	margin-bottom: 16px;
}
@media screen and (min-width: 767px) {
	.section-title {
		font-size: 32px;
		line-height: 125%;
		letter-spacing: -1.28px;
	}
}
.block-title {
	color: var(--white);
	font-size: 20px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.8px;
}
@media screen and (min-width: 767px) {
	.block-title {
		font-size: 24px;
		line-height: 133.333%;
		letter-spacing: -0.96px;
	}
}
.system-title {
	margin-bottom: 32px;
	margin-top: 32px;
	max-width: 800px;
}
@media screen and (min-width: 767px) {
	.system-title {
		margin-bottom: 48px;
		margin-top: 48px;
	}
}
.system-text {
	color: var(--white);
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.8px;
	max-width: 830px;
	margin-bottom: 32px;
}
.system-text p:not(:last-child) {
	margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
	.system-text {
		margin-bottom: 48px;
		font-size: 20px;
	}
}
.system-item:not(:last-child) {
	margin-bottom: 32px;
}
@media screen and (min-width: 767px) {
	.system-item:not(:last-child) {
		margin-bottom: 48px;
	}
}
.system-item__title {
	color: var(--white);
	font-size: 20px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.8px;
	margin-bottom: 16px;
}
@media screen and (min-width: 767px) {
	.system-item__title {
		font-size: 20px;
		line-height: 140%;
		letter-spacing: -0.8px;
	}
}
.system_item__text {
	color: var(--white-07);
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	max-width: 830px;
}
.system_item__text p {
	margin-bottom: 0;
}
.header {
	border-bottom: 1px solid #454545;
	padding: 12px 0 16px;
	position: relative;
	z-index: 11;
}
@media screen and (min-width: 767px) {
	.header {
		padding: 24px 0 32px;
	}
}
@media screen and (min-width: 1439px) {
	.header {
		padding: 24px 0;
	}
}
.header__container {
	padding: 0 16px;
}
@media screen and (min-width: 767px) {
	.header__container {
		padding: 0 24px;
	}
}
.header__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}
.header__logo {
	width: 82px;
	height: 32px;
}
@media screen and (min-width: 767px) {
	.header__logo {
		width: 124px;
		height: 48px;
	}
}
.header__menu {
	display: flex;
	align-items: center;
	gap: 6px;
}
@media screen and (min-width: 767px) {
	.header__menu {
		gap: 18px;
	}
}
@media screen and (min-width: 1439px) {
	.header__menu {
		gap: 24px;
	}
}
.user-buttons {
	grid-column: 4 span;
	position: relative;
}
.user-buttons:nth-child(3) {
	grid-column: 4 span;
	grid-row: 1/1;
}
.user-buttons.is-open .user-buttons__wrap--dropdown {
	visibility: visible;
	opacity: 1;
}
.user-buttons.is-open .user-balance__btn {
	transform: rotate(180deg);
}
.user-buttons--desktop {
	display: flex;
	grid-row: 2/2;
}
@media screen and (min-width: 767px) {
	.user-buttons--desktop {
		display: none;
	}
}
@media screen and (min-width: 1439px) {
	.user-buttons--desktop {
		display: flex;
	}
}
.user-buttons--mobile {
	display: none;
}
@media screen and (min-width: 767px) {
	.user-buttons--mobile {
		display: flex;
		width: 100%;
	}
}
@media screen and (min-width: 1439px) {
	.user-buttons--mobile {
		display: none;
	}
}
.user-buttons--mobile .user-buttons__wrapper {
	justify-content: flex-start;
	width: 100%;
}
.user-buttons__wrapper {
	display: flex;
	align-items: center;
	border-radius: 100px;
	padding: 4px 6px;
	gap: 16px;
	justify-content: space-between;
	width: 100%;
}
@media screen and (min-width: 767px) {
	.user-buttons__wrapper {
		justify-content: flex-end;
		width: auto;
	}
}
.user-balance__btn {
	display: block;
	height: 20px;
	transform: rotate(0deg);
	transition: transform 0.3s ease;
}
@media screen and (min-width: 767px) {
	.user-balance__btn {
		display: none;
	}
}
.user-buttons__wrap {
	display: flex;
	align-items: center;
	gap: 4px;
}
@media screen and (min-width: 767px) {
	.user-buttons__wrap {
		gap: 8px;
	}
}
@media screen and (min-width: 1439px) {
	.user-buttons__wrap {
		gap: 4px;
	}
}
.user-buttons__wrap--dropdown {
	position: absolute;
	top: 120%;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 20px;
	background: #3e3e3e;
	padding: 8px;
	width: 180px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s ease, opacity 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
@media screen and (min-width: 767px) {
	.user-buttons__wrap--dropdown {
		flex-direction: row;
		position: unset;
		visibility: visible;
		opacity: 1;
		background: 0 0;
		border: 0;
		width: auto;
		padding: 0;
		transform: unset;
		display: flex;
		align-items: center;
	}
}
.user-buttons__wrap--dropdown .b-btn--icon {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: flex-start;
	min-height: unset;
	padding: 8px 12px;
}
@media screen and (min-width: 767px) {
	.user-buttons__wrap--dropdown .b-btn--icon {
		width: 24px;
		height: 24px;
		padding: 0;
	}
}
@media screen and (min-width: 767px) {
	.user-buttons__wrap--dropdown .b-btn--icon svg path {
		fill: var(--primary);
	}
}
.user-buttons__wrap--dropdown .b-btn--icon span {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
}
@media screen and (min-width: 767px) {
	.user-buttons__wrap--dropdown .b-btn--icon span {
		display: none;
	}
}
@media screen and (min-width: 1439px) {
	.user-buttons__wrap--dropdown .b-btn--icon span {
		display: none;
	}
}
.user-balance,
.user-balance__group {
	display: flex;
	align-items: center;
	gap: 8px;
}
.user-balance__wrap {
	display: flex;
	color: var(--white-color);
	font-size: 14px;
	font-weight: 600;
	line-height: 142.857%;
}
.user-balance__icon {
	width: 32px;
	height: 32px;
}
@media screen and (min-width: 767px) {
	.user-balance__icon {
		width: 40px;
		height: 40px;
	}
}
.user-balance__value {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 142.857%;
}
@media screen and (min-width: 767px) {
	.user-balance__value {
		font-size: 16px;
		line-height: 150%;
	}
}
.user-menu {
	width: 40px;
	height: 40px;
}
@media screen and (min-width: 767px) {
	.user-menu {
		width: 48px;
		height: 48px;
	}
}
.user-panel__wrapper {
	display: flex;
	align-items: center;
	gap: 16px;
}
@media screen and (min-width: 1439px) {
	.user-panel__wrapper {
		gap: 24px;
	}
}
.burger {
	border-radius: 83.333px;
	border: 0;
	background: rgba(255, 255, 255, 0.05);
	color: #a5abc5;
	cursor: pointer;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	padding: 3px;
	position: relative;
}
@media screen and (min-width: 767px) {
	.burger {
		height: 48px;
		width: 48px;
	}
}
@media screen and (min-width: 1439px) {
	.burger {
		display: none;
	}
}
.exchanger {
	border-radius: 100px;
	background: #ba936b;
	display: none;
	align-items: center;
	gap: 8px;
	padding: 4px 12px 4px 4px;
	color: var(--white);
	font-family: 'InterTight';
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
}
@media screen and (min-width: 1439px) {
	.exchanger {
		display: flex;
	}
}
.social {
	display: none;
	align-items: center;
	gap: 8px;
}
@media screen and (min-width: 1439px) {
	.social {
		display: flex;
	}
}
.social a {
	height: 48px;
	width: 48px;
}
.social--mob {
	display: flex;
	justify-content: center;
}
@media screen and (min-width: 1439px) {
	.social--mob {
		display: none;
	}
}
.section {
	margin: 42px 0;
}
@media screen and (min-width: 767px) {
	.section {
		margin: 62px 0;
	}
}
@media screen and (min-width: 1439px) {
	.section {
		margin: 105px 0;
	}
}
.section__title {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 134.7%;
	letter-spacing: 0.1em;
	color: #466562;
	margin-bottom: 45px;
}
@media screen and (min-width: 767px) {
	.section__title {
		margin-bottom: 54px;
	}
}
@media screen and (min-width: 1439px) {
	.section__title {
		margin-bottom: 74px;
	}
}
.footer .container-land {
	padding: 0;
}
.footer__txt {
	position: relative;
	height: 52px;
}
@media screen and (min-width: 520px) {
	.footer__txt {
		height: 78px;
	}
}
@media screen and (min-width: 767px) {
	.footer__txt {
		height: 109px;
	}
}
@media screen and (min-width: 1439px) {
	.footer__txt {
		height: 214px;
	}
}
.footer__wrap {
	padding-top: 150px;
	margin: 0 -20px;
}
@media screen and (min-width: 767px) {
	.footer__wrap {
		padding-top: 200px;
	}
}
@media screen and (min-width: 1439px) {
	.footer__wrap {
		padding-top: 150px;
	}
}
.subscribe__wrap {
	margin-bottom: 32px;
}
@media screen and (min-width: 767px) {
	.subscribe__wrap {
		margin-bottom: 48px;
	}
}
@media screen and (min-width: 1439px) {
	.subscribe__wrap {
		max-width: 736px;
	}
}
.subscribe__text {
	color: var(--white-07);
	font-size: 14px;
	font-weight: 400;
	line-height: 142.857%;
}
@media screen and (min-width: 767px) {
	.subscribe__text {
		font-size: 16px;
		line-height: 150%;
	}
}
.subscribe-item {
	border-radius: 24px;
	overflow: hidden;
	background: #2a2a2b;
	padding: 24px;
	position: relative;
}
@media screen and (min-width: 767px) {
	.subscribe-item {
		padding: 32px;
	}
}
.subscribe-item--prime {
	border: 1px solid #ba936b;
}
.subscribe-item--my:before,
.subscribe-item--prime:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(../images/icon/ellipse.svg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 240px;
	height: 240px;
}
.subscribe-item__wrapper {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
@media screen and (min-width: 767px) {
	.subscribe-item__wrapper {
		gap: 24px;
	}
}
.subscribe-item__name {
	color: var(--white);
	font-size: 20px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.8px;
	margin-bottom: 12px;
}
@media screen and (min-width: 767px) {
	.subscribe-item__name {
		font-size: 24px;
		line-height: 133.333%;
		letter-spacing: -0.96px;
	}
}
.subscribe__value {
	color: var(--primary);
	font-size: 32px;
	font-weight: 600;
	line-height: 125%;
	letter-spacing: -1.28px;
}
@media screen and (min-width: 767px) {
	.subscribe__value {
		font-size: 32px;
		line-height: 125%;
		letter-spacing: -1.28px;
	}
}
.subscribe-item__text {
	color: var(--white-07);
	font-size: 14px;
	font-weight: 400;
	line-height: 142.857%;
}
@media screen and (min-width: 767px) {
	.subscribe-item__text {
		font-size: 16px;
		line-height: 150%;
	}
}
.subscribe__item__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
	gap: 10px;
}
.subscribe-item__date {
	color: var(--white);
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	flex-shrink: 0;
}
.subscribe__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}
@media screen and (min-width: 767px) {
	.subscribe__grid {
		grid-template-columns: 1fr 1fr;
	}
}
.subscribe-item__id {
	color: var(--white-06);
	font-family: 'InterTight';
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
.subscribe-item--my {
	border-radius: 24px;
	background: #2a2a2b;
}
@media screen and (min-width: 767px) {
	.subscribe-item--my {
		grid-column: 2 span;
	}
}
@media screen and (min-width: 1439px) {
	.subscribe-item--my {
		grid-column: 1 span;
	}
}
.subscribe-item--my .subscribe-item__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.subscribe-item--my .subscribe-item__name {
	margin-bottom: 0;
}
.subscribe-item--my .subscribe__item__wrap:first-child {
	margin-top: 0;
}
.subscribe-item__time {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 12px;
	background: #070708;
	padding: 10px 24px;
	color: var(--white);
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
}
@media screen and (min-width: 767px) {
	.subscribe-item__time {
		padding: 22px 32px;
		font-size: 20px;
	}
}
.subscribe__status {
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 4px 12px 4px 4px;
	color: #2eaf36;
	font-size: 14px;
	font-weight: 600;
	line-height: 142.857%;
}
.safe__top {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
@media screen and (min-width: 767px) {
	.safe__top {
		align-items: center;
		gap: 48px;
		flex-direction: row;
	}
}
.safe__left {
	max-width: 642px;
}
.safe__text {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	font-weight: 400;
	line-height: 142.857%;
}
@media screen and (min-width: 767px) {
	.safe__text {
		font-size: 16px;
		line-height: 150%;
	}
}
.safe__img {
	flex-shrink: 0;
	width: 207px;
	height: 196px;
	margin: 0 auto;
}
@media screen and (min-width: 767px) {
	.safe__img {
		margin: 0;
		width: 297px;
		height: 280px;
	}
}
.safe__wrapper {
	border-radius: 24px;
	background-color: var(--bg-wrapper);
	padding: 24px;
}
@media screen and (min-width: 767px) {
	.safe__wrapper {
		padding: 32px;
	}
}
.safe__wrapper .safe__text {
	margin-bottom: 16px;
}
@media screen and (min-width: 767px) {
	.safe__wrapper .safe__text {
		margin-bottom: 32px;
	}
}
.form--safe .form__input input,
.safe__subtitle {
	font-size: 20px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.8px;
}
.safe__subtitle {
	color: var(--white);
	margin-bottom: 16px;
}
@media screen and (min-width: 767px) {
	.safe__subtitle {
		font-size: 24px;
		font-weight: 600;
		line-height: 133.333%;
		letter-spacing: -0.96px;
	}
}
.form--safe,
.form--safe .form__footer {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
@media screen and (min-width: 767px) {
	.form--safe {
		gap: 32px;
	}
}
.form--safe .form__input input {
	color: var(--primary);
	padding: 10px 18px;
}
@media screen and (min-width: 767px) {
	.form--safe .form__input input {
		padding: 20px 24px;
		font-size: 32px;
		font-weight: 600;
		line-height: 125%;
		letter-spacing: -1.28px;
	}
}
.form--safe .form__footer {
	border-radius: 24px;
	border: 1px solid #ba936b;
	padding: 24px;
	width: 100%;
}
@media screen and (min-width: 1439px) {
	.form--safe .form__footer {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 12px 12px 12px 24px;
	}
}
@media screen and (min-width: 767px) {
	.form--safe .form__footer .b-btn--primary {
		padding: 22px;
	}
}
.form--safe {
	max-width: unset;
}
.safe-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 8px;
	width: 100%;
}
@media screen and (min-width: 767px) {
	.safe-grid {
		grid-gap: 24px;
	}
}
@media screen and (min-width: 1439px) {
	.safe-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
.safe-item {
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.1);
	padding: 16px;
	grid-column: 1 span;
}
@media screen and (min-width: 767px) {
	.safe-item {
		padding: 24px;
	}
}
.safe-item:first-child {
	grid-column: 2 span;
}
@media screen and (min-width: 1439px) {
	.safe-item:first-child {
		grid-column: 1 span;
	}
}
.safe-item__value {
	color: var(--primary);
	font-size: 20px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.8px;
	margin-bottom: 8px;
	display: flex;
	align-items: flex-start;
	gap: 4px;
}
@media screen and (min-width: 767px) {
	.safe-item__value {
		font-size: 24px;
		line-height: 133.333%;
		letter-spacing: -0.96px;
	}
}
.safe-item__value .safe-item__subvalue {
	color: var(--primary);
	font-family: 'InterTight';
	font-size: 14px;
	font-weight: 500;
	line-height: 142.857%;
}
.safe-item__text {
	color: rgba(255, 255, 255, 0.6);
	font-family: 'InterTight';
	font-size: 12px;
	font-weight: 500;
	line-height: 133.333%;
}
@media screen and (min-width: 767px) {
	.safe-item__text {
		font-size: 14px;
		line-height: 142.857%;
	}
}
.price-final__text {
	color: var(--white-07);
	font-family: 'InterTight';
	font-size: 14px;
	font-weight: 500;
	line-height: 142.857%;
}
.price-final__value {
	color: var(--primary);
	font-size: 32px;
	font-weight: 600;
	line-height: 125%;
	letter-spacing: -1.28px;
}
.programs__wrap {
	margin-bottom: 32px;
}
@media screen and (min-width: 767px) {
	.programs__wrap {
		margin-bottom: 52px;
	}
}
.programs-balance {
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.1);
	padding: 24px;
	display: flex;
	gap: 24px;
	align-items: flex-start;
	max-width: 454px;
}
.programs-balance__value {
	color: var(--primary);
	font-size: 24px;
	font-weight: 600;
	line-height: 133.333%;
	letter-spacing: -0.96px;
	margin-bottom: 4px;
}
.programs-balance__text {
	color: var(--white-07);
	font-family: 'InterTight';
	font-size: 14px;
	font-weight: 500;
	line-height: 142.857%;
}
.loyalty-programs {
	margin-bottom: 32px;
}
@media screen and (min-width: 767px) {
	.loyalty-programs {
		margin-bottom: 40px;
	}
}
@media screen and (min-width: 1439px) {
	.loyalty-programs {
		margin-bottom: 48px;
	}
}
.loyalty-programs__grid {
	border-radius: 24px;
	background-color: #2e2e2e;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 16px;
}
@media screen and (min-width: 1439px) {
	.loyalty-programs__grid {
		grid-template-columns: repeat(12, 1fr);
		grid-gap: 16px;
	}
}
.loyalty-programs__left {
	grid-column: 4 span;
	padding: 24px 0 0 24px;
	position: relative;
	min-height: 220px;
	overflow: hidden;
}
@media screen and (min-width: 767px) {
	.loyalty-programs__left {
		min-height: 292px;
		padding: 32px 0 0 32px;
	}
}
@media screen and (min-width: 1439px) {
	.loyalty-programs__left {
		grid-column: 7 span;
	}
}
.loyalty-programs__title {
	margin-bottom: 24px;
}
@media screen and (min-width: 767px) {
	.loyalty-programs__title {
		max-width: 240px;
		margin-bottom: 0;
	}
}
.loyalty-programs__img {
	flex-shrink: 0;
	position: absolute;
	bottom: 0;
	width: 261px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (min-width: 767px) {
	.loyalty-programs__img {
		right: 0;
		transform: unset;
		width: 458px;
		left: unset;
	}
}
.loyalty-programs__right {
	grid-column: 4 span;
	padding: 24px;
}
@media screen and (min-width: 767px) {
	.loyalty-programs__right {
		padding: 32px;
	}
}
@media screen and (min-width: 1439px) {
	.loyalty-programs__right {
		grid-column: 5 span;
	}
}
.loyalty-programs__list {
	display: flex;
	flex-direction: column;
	gap: 24px;
	height: 100%;
}
@media screen and (min-width: 767px) {
	.loyalty-programs__list {
		flex-direction: row;
		justify-content: space-between;
	}
}
@media screen and (min-width: 1439px) {
	.loyalty-programs__list {
		gap: 16px;
		flex-direction: column;
		justify-content: space-between;
		max-width: 350px;
	}
}
@media screen and (min-width: 767px) {
	.loyalty-programs__item {
		width: 33.3333%;
	}
}
@media screen and (min-width: 1439px) {
	.loyalty-programs__item {
		width: 100%;
	}
}
.loyalty-programs__text {
	color: var(--white-06);
	font-size: 14px;
	font-weight: 500;
	line-height: 142.857%;
	margin-bottom: 4px;
}
.loyalty-programs__price {
	color: var(--primary);
	font-size: 20px;
	font-weight: 600;
	line-height: 140%;
}
@media screen and (min-width: 767px) {
	.loyalty-programs__price {
		font-size: 24px;
		line-height: 133.333%;
	}
}
.loyalty-history:not(:last-child) {
	margin-bottom: 32px;
}
@media screen and (min-width: 767px) {
	.loyalty-history:not(:last-child) {
		margin-bottom: 40px;
	}
}
@media screen and (min-width: 1439px) {
	.loyalty-history:not(:last-child) {
		margin-bottom: 48px;
	}
}
.loyalty-history__head {
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
@media screen and (min-width: 767px) {
	.loyalty-history__head {
		margin-bottom: 24px;
		flex-direction: row;
		justify-content: space-between;
	}
}
.loyalty-history__head .block-title {
	margin-bottom: 0;
}
.loyalty-history__wrapper {
	margin-bottom: 16px;
}
@media screen and (min-width: 767px) {
	.loyalty-history__wrapper {
		margin-bottom: 24px;
	}
}
.history-item {
	border-radius: 12px;
	background: #2a2a2b;
	padding: 16px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 4px;
}
@media screen and (min-width: 767px) {
	.history-item {
		padding: 18px 0;
		grid-template-columns: repeat(5, 1fr);
		grid-gap: 24px;
	}
}
.history-item:not(:last-child) {
	margin-bottom: 8px;
}
@media screen and (min-width: 767px) {
	.history-item:not(:last-child) {
		margin-bottom: 8px;
	}
}
.history-item__group {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (min-width: 767px) {
	.history-item__group {
		padding: 0 16px;
		display: block;
	}
}
.history-item__name,
.history-item__value {
	color: var(--white-06);
	font-size: 14px;
	font-weight: 500;
	line-height: 142.857%;
}
.history-item__value {
	color: var(--white);
	font-weight: 600;
}
@media screen and (min-width: 767px) {
	.history-item__value {
		font-size: 16px;
	}
}
.history-item__button {
	color: var(--primary);
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	padding: 0;
	border: 0;
	background-color: transparent;
	cursor: pointer;
}
.history-item__button:hover {
	text-decoration: none;
}
@media screen and (min-width: 767px) {
	.loyalty-history__footer {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}
.loyalty-history__quantity {
	display: flex;
	align-items: center;
	gap: 16px;
	color: var(--white-06);
	font-size: 14px;
	font-weight: 500;
	line-height: 142.857%;
	margin-bottom: 24px;
}
@media screen and (min-width: 767px) {
	.loyalty-history__quantity {
		margin-bottom: 0;
	}
}
.ss-main {
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.05);
	padding: 10px 16px;
	color: var(--white-color);
	font-size: 14px;
	font-weight: 400;
	line-height: 142.857%;
	gap: 12px;
	width: 100%;
}
.ss-main:focus {
	box-shadow: none;
}
.documents__item svg,
.ss-main .ss-arrow {
	flex-shrink: 0;
}
.ss-main .ss-arrow path {
	stroke: #fff;
	stroke: rgba(255, 255, 255, 0.5);
}
.ss-content {
	position: absolute;
	display: flex;
	height: auto;
	flex-direction: column;
	width: auto;
	max-height: none;
	box-sizing: border-box;
	transition: transform var(--ss-animation-timing),
		opacity var(--ss-animation-timing);
	opacity: 0;
	transform: scaleY(0);
	transform-origin: center top;
	overflow: hidden;
	z-index: 10000;
	border-radius: 20px;
	background: #3e3e3e;
	border: 0;
	padding: 8px;
}
.ss-content .ss-list .ss-option {
	display: flex;
	padding: 8px 12px;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	color: #b2b2b2;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	border: 1px solid transparent;
	border-radius: 12px;
}
.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
	border-radius: 12px;
	background: #202021;
	color: #fff;
}
.ss-content .ss-list .ss-option:hover {
	border-radius: 12px;
	background: #202021;
	color: #fff;
}
.ss-main.ss-open-below {
	border-radius: 20px;
}
.ss-main.ss-open-below .ss-placeholder {
	color: var(--white-color);
}
.ss-main {
	border-radius: 100px !important;
}
.ss-main.ss-open-above {
	border-top-left-radius: unset;
	border-top-right-radius: unset;
}
.ss-main.ss-open-above .ss-arrow path {
	stroke: #fff;
}
.ss-main .ss-arrow {
	justify-content: flex-end;
	width: 8px;
	height: 8px;
	margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}
.ss-content.ss-open-above {
	margin-bottom: 10px !important;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.ss-content.ss-open-below {
	opacity: 1;
	transform: scaleY(1);
	transform-origin: center top;
	border-radius: 20px;
}
.ss-main .ss-values .ss-placeholder {
	display: flex;
	padding: 0;
	margin: auto 0;
	align-items: start;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
}
.custom-select--quantity .ss-main {
	height: 32px;
	padding: 4px 4px 4px 12px;
}
.replenish-score {
	min-height: calc(100vh - 180px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.replenish-score__wrapper {
	border-radius: 24px;
	background-color: var(--bg-wrapper);
	padding: 16px;
	width: 100%;
	max-width: 736px;
}
@media screen and (min-width: 767px) {
	.replenish-score__wrapper {
		padding: 32px;
	}
}
.replenish-score__top {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 24px;
}
@media screen and (min-width: 767px) {
	.replenish-score__top {
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
		margin-bottom: 32px;
	}
}
.replenish-score__title {
	color: var(--white);
	font-size: 24px;
	font-weight: 600;
	line-height: 133.333%;
	letter-spacing: -0.96px;
}
@media screen and (min-width: 767px) {
	.replenish-score__title {
		font-size: 32px;
		line-height: 125%;
	}
}
.sum--replenish .sum__Value,
.sum__text {
	color: var(--white-06);
	font-size: 14px;
	font-weight: 500;
	line-height: 142.857%;
}
.sum--replenish {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (min-width: 767px) {
	.sum--replenish {
		display: block;
	}
}
.sum--replenish .sum__Value {
	color: var(--white);
	font-weight: 600;
}
@media screen and (min-width: 767px) {
	.sum--replenish .sum__Value {
		font-size: 16px;
		line-height: 150%;
	}
}
.form--replenish .form__wrapper {
	border-radius: 24px;
	background: #171717;
	padding: 16px;
}
@media screen and (min-width: 767px) {
	.form--replenish .form__wrapper {
		padding: 24px;
	}
}
.form--replenish .form__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.form--replenish .form__row {
	margin-top: 0;
}
.form--replenish .form__input {
	width: 50%;
}
.form--replenish .form__input input {
	border: 0;
	text-align: right;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -1.28px;
}
@media screen and (min-width: 767px) {
	.form--replenish .form__input input {
		font-size: 32px;
		line-height: 125%;
	}
}
.form--replenish .form__row--button {
	justify-content: center;
	position: relative;
	display: flex;
	align-items: center;
}
.form--replenish .form__row--button:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: calc(100% + 48px);
	height: 1px;
	background-color: #454545;
	margin: 0 -24px;
}
.form--replenish .form__row--footer {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 24px;
}
@media screen and (min-width: 767px) {
	.form--replenish .form__row--footer {
		margin-top: 32px;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		gap: 0;
	}
}
.form--replenish .b-btn--primary {
	width: 100%;
}
@media screen and (min-width: 767px) {
	.form--replenish .b-btn--primary {
		width: auto;
		padding: 22px;
	}
}
.form--transfer {
	gap: 24px;
}
@media screen and (min-width: 767px) {
	.form--transfer {
		gap: 32px;
	}
}
.form--transfer .form__row--footer {
	margin-top: 0;
}
.currency {
	display: flex;
	align-items: center;
	gap: 12px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.1);
	padding: 10px 16px;
	color: var(--white);
	font-family: 'InterTight';
	font-size: 14px;
	font-weight: 600;
	line-height: 150%;
	text-transform: uppercase;
}
@media screen and (min-width: 767px) {
	.currency {
		font-size: 16px;
	}
}
.currency__icon {
	width: 20px;
	height: 20px;
}
@media screen and (min-width: 767px) {
	.currency__icon {
		width: 24px;
		height: 24px;
	}
}
.sum--form .sum__value {
	color: var(--primary);
	font-size: 24px;
	font-weight: 600;
	line-height: 133.333%;
	letter-spacing: -0.96px;
}
@media screen and (min-width: 767px) {
	.sum--form .sum__value {
		font-size: 32px;
		line-height: 125%;
		letter-spacing: -1.28px;
	}
}
.replenish-score__alert {
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	padding: 12px 16px;
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--yellow);
	font-size: 14px;
	font-weight: 400;
	line-height: 142.857%;
	margin-top: 24px;
}
@media screen and (min-width: 767px) {
	.replenish-score__alert {
		margin-top: 32px;
	}
}
.contribution,
.contribution__wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.contribution {
	min-height: calc(100vh - 180px);
	justify-content: center;
}
.contribution__wrapper {
	gap: 24px;
	text-align: center;
	color: var(--white-07);
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
.profile-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 1439px) {
	.profile-grid {
		grid-template-columns: repeat(12, 1fr);
	}
}
.profile-grid__wrapper {
	grid-column: 4 span;
}
@media screen and (min-width: 1439px) {
	.profile-grid__wrapper {
		grid-column: 4/10;
	}
}
.profile-grid__title {
	margin-bottom: 16px;
}
@media screen and (min-width: 767px) {
	.profile-grid__title {
		margin-bottom: 32px;
	}
}
.profile-wrapper {
	border-radius: 24px;
	background-color: #2a2a2b;
	padding: 24px;
}
@media screen and (min-width: 767px) {
	.profile-wrapper {
		padding: 32px;
	}
}
.profile-wrapper:not(:last-child) {
	margin-bottom: 32px;
}
.profile-wrapper .b-btn--secondary {
	width: 100%;
}
.profile-wrapper__head {
	margin-bottom: 16px;
}
@media screen and (min-width: 767px) {
	.profile-wrapper__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}
.profile-wrapper__head--start,
.profile-wrapper__head--start .profile-wrapper__wrap {
	align-items: flex-start;
}
.profile-wrapper__wrap {
	display: flex;
	align-items: center;
	gap: 24px;
}
.profile-wrapper__wrap:not(:last-child) {
	margin-bottom: 10px;
}
.profile-wrapper__icon {
	border-radius: 100px;
	background-color: #070708;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.profile-wrapper__name {
	color: var(--white);
	font-family: 'InterTight';
	font-size: 24px;
	font-weight: 600;
	line-height: 133.333%;
	max-width: 286px;
}
.profile-wrapper__status {
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	padding: 6px 12px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #edb04b;
	font-size: 14px;
	font-weight: 500;
	line-height: 142.857%;
	flex-shrink: 0;
	margin-left: 72px;
}
@media screen and (min-width: 767px) {
	.profile-wrapper__status {
		margin-left: 0;
	}
}
.profile-wrapper__text {
	color: var(--gray);
	font-family: 'InterTight';
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	padding-left: 72px;
}
.profile-wrapper__body {
	margin-bottom: 32px;
}
.profile-image {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto 32px;
	max-width: 322px;
	gap: 16px;
}
.profile-image .b-btn--secondary {
	padding: 12px 20px;
	max-width: 165px;
}
.profile-image__img {
	width: 64px;
	height: 64px;
	overflow: hidden;
	flex-shrink: 0;
}
@media screen and (min-width: 767px) {
	.profile-image__img {
		width: 96px;
		height: 96px;
	}
}
.profile-image__text {
	color: var(--white-06);
	font-size: 12px;
	text-align: center;
	font-weight: 500;
	line-height: 133.333%;
}
.form--profile .b-btn--system {
	margin-left: auto;
}
.data-picker {
	position: relative !important;
}
.data-picker__icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	pointer-events: none;
}
.air-datepicker {
	z-index: 1000 !important;
	border: 1px solid var(--brand-900) !important;
	background: var(--bg-wrapper) !important;
}
.air-datepicker--pointer:after {
	display: none;
}
.air-datepicker-cell.-day-.-other-month-,
.air-datepicker-cell.-year-.-other-decade- {
	color: var(--brand-700);
}
.air-datepicker-cell.-selected- {
	color: #fff;
}
.air-datepicker-cell.-selected-.-current- {
	color: #fff;
	background: var(--primary);
}
.air-datepicker-cell,
.air-datepicker-nav--title,
.air-datepicker-time--current {
	color: var(--white);
}
.air-datepicker-cell.-current- {
	color: var(--brand-400);
}
.air-datepicker-cell.-day-.-other-month-.-focus-,
.air-datepicker-cell.-focus- {
	color: var(--brand-900);
	background: var(--primary);
}
.air-datepicker-cell.-selected-.-focus-,
.air-datepicker-nav--action:hover,
.air-datepicker-nav--title:hover,
.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
	background: var(--primary);
}
.air-datepicker-nav--title:hover i {
	color: var(--dark);
}
.air-datepicker-cell.-current-.-selected-.-focus-,
.air-datepicker-cell.-selected- {
	background: var(--primary);
	color: var(--dark);
}
.air-datepicker-nav--title i {
	color: var(--primary);
}
.custom-select--profile .ss-main {
	border-radius: 8px !important;
	border: 1px solid #454545;
	background-color: transparent;
	height: 46px;
	color: #fff;
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
}
.history__title {
	margin-bottom: 32px;
}
.history-item--operation {
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 16px;
}
@media screen and (min-width: 767px) {
	.history-item--operation {
		grid-template-columns: repeat(12, 1fr);
		grid-gap: 0;
	}
}
.history-item--operation .history-item__group {
	display: block;
}
.history-item--operation .history-item__group:nth-child(1) {
	grid-column: 1/3;
}
@media screen and (min-width: 767px) {
	.history-item--operation .history-item__group:nth-child(1) {
		grid-column: 1/4;
	}
}
@media screen and (min-width: 1439px) {
	.history-item--operation .history-item__group:nth-child(1) {
		grid-column: 1/3;
	}
}
.history-item--operation .history-item__group:nth-child(2) {
	grid-column: 1/5;
	grid-row: 2/2;
}
@media screen and (min-width: 767px) {
	.history-item--operation .history-item__group:nth-child(2) {
		grid-column: 4/11;
		grid-row: unset;
	}
}
@media screen and (min-width: 1439px) {
	.history-item--operation .history-item__group:nth-child(2) {
		grid-column: 3/11;
	}
}
.history-item--operation .history-item__group:nth-child(3) {
	grid-column: 3/5;
}
@media screen and (min-width: 767px) {
	.history-item--operation .history-item__group:nth-child(3) {
		grid-column: 11/13;
	}
}
.history-item__value--green {
	color: #24af40;
}
.history-item__value--minus {
	color: #ed4b4b;
}
.history--clear .section-title {
	margin: 0;
}
.history-clear {
	min-height: calc(100vh - 220px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.history-clear__wrap {
	width: 200px;
	text-align: center;
}
.history-clear__text {
	margin-top: 24px;
	text-align: center;
	color: var(--white-07);
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
.documents__title {
	margin-bottom: 24px;
}
@media screen and (min-width: 1439px) {
	.documents__title {
		margin-bottom: 48px;
	}
}
.documents__grid {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.documents__item {
	display: flex;
	align-items: center;
	border-radius: 8px;
	border: 1px solid #454545;
	padding: 16px 12px 16px 16px;
	color: var(--white);
	font-size: 14px;
	font-weight: 600;
	line-height: 150%;
	gap: 16px;
	justify-content: space-between;
}
@media screen and (min-width: 767px) {
	.documents__item {
		font-size: 16px;
	}
}
@media screen and (min-width: 1439px) {
	.documents__item {
		align-items: center;
	}
}
.documents__item:hover svg path {
	fill: #edb04b;
}
.documents__item--start {
	align-items: flex-start;
}
@media screen and (min-width: 1439px) {
	.documents__item--start {
		align-items: center;
	}
}
.header-land {
	position: relative;
	z-index: 19;
}
@media screen and (min-width: 767px) {
	.header-land {
		margin-bottom: -220px;
		padding-top: 65px;
	}
}
.header-land .container-land {
	border-bottom: none;
}
@media screen and (min-width: 767px) {
	.header-land .container-land {
		border: 0;
	}
}
.header-land__wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 20px;
}
@media screen and (min-width: 767px) {
	.header-land__wrapper {
		padding-top: 0;
	}
}
@media screen and (min-width: 1439px) {
	.header-land__wrapper {
		padding-right: 60px;
	}
}
.nav-land__title {
	margin-bottom: 20px;
	display: none;
}
@media screen and (min-width: 767px) {
	.nav-land__title {
		display: flex;
	}
}
.nav-land__list {
	display: flex;
	align-items: center;
	gap: 16px;
}
@media screen and (min-width: 767px) {
	.nav-land__list {
		display: block;
	}
	.nav-land__item:not(:last-child) {
		margin-bottom: 12px;
	}
}
.nav-land__link {
	font-weight: 400;
	font-size: 12px;
	line-height: 133%;
	text-align: right;
	color: #fff;
	transition: color 0.3s ease;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 2px;
	cursor: pointer;
}
@media screen and (min-width: 767px) {
	.nav-land__link {
		font-size: 16px;
		line-height: 150%;
	}
}
@media screen and (min-width: 1439px) {
	.nav-land__link {
		font-size: 20px;
		line-height: 140%;
	}
}
.nav-land__link:hover {
	color: var(--primary);
}
.nav-land__link:hover svg path {
	stroke: var(--primary);
}
.nav-land__link svg {
	width: 12px;
	height: 12px;
}
@media screen and (min-width: 767px) {
	.nav-land__link svg {
		width: 20px;
		height: 20px;
	}
}
.nav-land__link svg path,
.product-item svg path {
	transition: stroke 0.3s ease;
}
.video {
	margin-left: auto;
	height: 131px;
	position: relative;
	z-index: -1;
}
@media screen and (min-width: 512px) {
	.video {
		height: 217px;
	}
}
@media screen and (min-width: 1030px) {
	.video {
		height: 314px;
	}
}
@media screen and (min-width: 1439px) {
	.video {
		width: 1024px;
		height: 474px;
	}
}
.mask-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	mask-image: url(../images/icon/hero-txt.svg);
	-webkit-mask-image: url(../images/icon/hero-txt.svg);
	-webkit-mask-position: 50% 50%;
	mask-position: 50% 50%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}
.mask-video--footer {
	mask-image: url(../images/icon/footer-txt.svg);
	-webkit-mask-image: url(../images/icon/footer-txt.svg);
}
.page-wrapper--land {
	overflow: hidden;
	padding: 0 20px;
}
@media screen and (min-width: 767px) {
	.page-wrapper--land {
		padding: 0 40px;
	}
}
.container-land {
	box-sizing: border-box;
	width: 1436px;
	max-width: 100%;
	margin: auto;
	padding: 0 20px;
	border-left: 1px solid rgba(230, 167, 73, 0.2);
	border-right: 1px solid rgba(230, 167, 73, 0.2);
	border-bottom: 1px solid rgba(230, 167, 73, 0.2);
}
@media screen and (min-width: 767px) {
	.container-land {
		width: 1476px;
		padding: 0 40px;
	}
}
@media screen and (min-width: 1439px) {
	.container-land {
		padding: 0 40px 0 115px;
	}
}
.land-title {
	font-weight: 400;
	font-size: 14px;
	line-height: 143%;
	color: rgba(255, 255, 255, 0.4);
	display: none;
	align-items: center;
	gap: 12px;
	position: relative;
	transition-delay: 0.4s !important;
}
@media screen and (min-width: 767px) {
	.land-title {
		display: flex;
	}
}
.land-title span {
	display: block;
	height: 1px;
	width: 40px;
	background-color: rgba(255, 255, 255, 0.2);
}
.land-title:before {
	content: '';
	position: absolute;
	left: -32px;
	top: -2px;
	width: 24px;
	height: 24px;
	background-image: url(../images/icon/dot.svg);
}
@media screen and (min-width: 767px) {
	.land-title:before {
		left: -52px;
		top: 0;
	}
}
@media screen and (min-width: 1439px) {
	.land-title:before {
		left: -127px;
	}
}
.text {
	font-weight: 400;
	font-size: 18px;
	line-height: 133%;
	letter-spacing: -0.04em;
	color: #fff;
}
@media screen and (min-width: 767px) {
	.text {
		font-size: 24px;
		line-height: 117%;
	}
}
@media screen and (min-width: 1439px) {
	.text {
		font-size: 28px;
		line-height: 114%;
	}
}
.hero .wrapper {
	padding: 0 0 40px;
}
@media screen and (min-width: 767px) {
	.hero .wrapper {
		padding: 0 0 80px;
	}
}
@media screen and (min-width: 1439px) {
	.hero .wrapper {
		padding: 0 0 120px;
	}
}
.hero__img {
	text-align: right;
	padding-bottom: 32px;
	padding-top: 25px;
	position: relative;
}
@media screen and (min-width: 767px) {
	.hero__img {
		margin-left: 149px;
		padding-top: 73px;
		padding-bottom: 24px;
	}
}
@media screen and (min-width: 1439px) {
	.hero__img {
		padding-top: 35px;
		padding-bottom: 0;
	}
}
.social-land,
.social-land a {
	display: flex;
	align-items: center;
}
.social-land {
	gap: 4px;
	position: absolute;
	bottom: 34px;
	left: 0;
	z-index: 20;
}
@media screen and (min-width: 767px) {
	.social-land {
		left: unset;
		right: 0;
		bottom: -141px;
		flex-direction: column;
		gap: 8px;
	}
}
@media screen and (min-width: 1439px) {
	.social-land {
		flex-direction: row;
		bottom: unset;
		top: 62px;
		right: 131px;
	}
}
.social-land a {
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 1px solid #393939;
	padding: 8px;
	transition: background-color 0.3s ease;
}
.social-land a:hover {
	background-color: #e6a749;
}
@media screen and (min-width: 767px) {
	.social-land a {
		width: 48px;
		height: 48px;
	}
}
.hero__title {
	margin-bottom: 22px;
}
@media screen and (min-width: 1439px) {
	.hero__wrap {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
}
.hero__wrap .b-btn--primary {
	width: 100%;
}
@media screen and (min-width: 767px) {
	.hero__wrap .b-btn--primary {
		width: auto;
	}
}
.hero__text {
	max-width: 492px;
	margin-bottom: 24px;
}
@media screen and (min-width: 767px) {
	.hero__text {
		max-width: 456px;
		margin-bottom: 40px;
	}
}
@media screen and (min-width: 1439px) {
	.hero__text {
		margin-bottom: 0;
	}
}
.hero__text p:first-child {
	transition-delay: 0.6s !important;
}
.hero__text p:last-child {
	transition-delay: 0.8s !important;
}
.product-land {
	position: relative;
}
.product-land__bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: -1;
}
@media screen and (min-width: 767px) {
	.product-land__bg {
		display: block;
	}
}
.product-land__wrapper {
	padding: 40px 0;
}
@media screen and (min-width: 767px) {
	.product-land__wrapper {
		padding: 130px 0;
	}
}
.product-land__title {
	margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
	.product-land__title {
		margin-bottom: 64px;
	}
}
@media screen and (min-width: 1439px) {
	.product-land__title {
		margin-bottom: 186px;
	}
}
.product-land__slider {
	transition-delay: 0.6s !important;
}
.swiper--product {
	position: relative;
	overflow: visible !important;
}
@media screen and (min-width: 767px) {
	.swiper--product {
		clip-path: inset(0 -261px 0 0);
	}
}
.swiper--product .swiper-slide {
	width: 100%;
}
@media screen and (min-width: 767px) {
	.swiper--product .swiper-slide {
		width: 50%;
	}
}
.swiper--crypto .swiper-slide {
	width: 100%;
}
@media screen and (min-width: 767px) {
	.swiper--crypto .swiper-slide {
		width: 69%;
	}
}
@media screen and (min-width: 1439px) {
	.swiper--crypto .swiper-slide {
		width: 100%;
	}
}
.swiper--first .swiper-slide {
	width: 100%;
}
@media screen and (min-width: 767px) {
	.swiper--first .swiper-slide {
		width: 45%;
	}
}
.product-item {
	width: 95%;
	display: block;
	cursor: pointer;
}
@media screen and (min-width: 767px) {
	.product-item {
		height: 318px;
		margin: 0;
	}
}
.product-item__img {
	width: 100%;
}
@media screen and (min-width: 1439px) {
	.product-item__img {
		height: 245px;
	}
}
.product-item__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 8px;
}
@media screen and (min-width: 767px) {
	.product-item__wrapper {
		margin-top: 20px;
	}
}
.product-item__title {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.04em;
	color: #fff;
	transition: color 0.3s ease;
}
@media screen and (min-width: 767px) {
	.product-item__title {
		font-size: 20px;
	}
}
.product-item__text {
	font-weight: 400;
	font-size: 12px;
	line-height: 143%;
	letter-spacing: -0.04em;
	color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 767px) {
	.product-item__text {
		font-size: 14px;
	}
}
.product-item:hover .product-item__title {
	color: #e6a749;
}
.product-item:hover svg path {
	stroke: #e6a749;
}
.slider-nav {
	display: none;
}
@media screen and (min-width: 767px) {
	.slider-nav {
		display: block;
	}
}
.about-land .container {
	border-bottom: none;
}
.about-land__wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media screen and (min-width: 767px) {
	.about-land__wrapper {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media screen and (min-width: 1439px) {
	.about-land__wrapper {
		padding-top: 120px;
		display: flex;
		align-items: center;
		gap: 100px;
		padding-bottom: 90px;
	}
}
.about-land__text {
	font-weight: 400;
	font-size: 18px;
	line-height: 133%;
	letter-spacing: -0.04em;
	color: #fff;
	margin-bottom: 24px;
	max-width: 474px;
}
@media screen and (min-width: 767px) {
	.about-land__text {
		margin-bottom: 40px;
		font-size: 24px;
		line-height: 117%;
	}
}
@media screen and (min-width: 1439px) {
	.about-land__text {
		margin-bottom: 0;
		font-size: 28px;
		line-height: 114%;
	}
}
.about-land__txt {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -0.04em;
	color: rgba(255, 255, 255, 0.8);
	max-width: 508px;
}
@media screen and (min-width: 767px) {
	.about-land__txt {
		font-size: 16px;
		line-height: 150%;
	}
}
.about-land__img {
	text-align: center;
	margin: 0 -20px;
}
@media screen and (min-width: 767px) {
	.about-land__img {
		margin: 0 -40px;
	}
}
.partners-land__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 40px;
}
@media screen and (min-width: 767px) {
	.partners-land__wrapper {
		padding-top: 80px;
	}
}
@media screen and (min-width: 1439px) {
	.partners-land__wrapper {
		padding-top: 120px;
	}
}
.partners-land__wrapper .b-btn--circl {
	margin-bottom: -102px;
}
@media screen and (min-width: 767px) {
	.partners-land__wrapper .b-btn--circl {
		margin-bottom: -142px;
	}
}
.partners-land__text {
	font-weight: 400;
	font-size: 18px;
	line-height: 133%;
	letter-spacing: -0.04em;
	text-align: center;
	color: #fff;
	max-width: 460px;
	margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
	.partners-land__text {
		font-size: 24px;
		line-height: 117%;
		margin-bottom: 80px;
	}
}
@media screen and (min-width: 1439px) {
	.partners-land__text {
		max-width: 654px;
		font-size: 28px;
		line-height: 114%;
	}
}
.partners-land__img {
	margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
	.partners-land__img {
		margin-bottom: 80px;
	}
}
@media screen and (min-width: 1439px) {
	.partners-land__img {
		margin-bottom: 120px;
	}
}
.partners-land__wrap {
	max-width: 270px;
}
@media screen and (min-width: 767px) {
	.partners-land__wrap {
		max-width: 514px;
	}
}
.partners-land__title {
	font-weight: 400;
	font-size: 24px;
	line-height: 133%;
	letter-spacing: -0.04em;
	text-align: center;
	color: #fff;
	margin-bottom: 16px;
}
@media screen and (min-width: 767px) {
	.partners-land__title {
		font-size: 48px;
		line-height: 100%;
		margin-bottom: 24px;
	}
}
.feedback {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}
@media screen and (min-width: 767px) {
	.feedback {
		gap: 48px;
	}
}
@media screen and (min-width: 1439px) {
	.feedback {
		gap: 115px;
		align-items: flex-start;
		flex-direction: row;
	}
}
.feedback__left {
	flex-shrink: 0;
	padding: 0 25px;
}
@media screen and (min-width: 767px) {
	.feedback__left {
		padding: 0;
	}
}
@media screen and (min-width: 1439px) {
	.feedback__left {
		max-width: 350px;
	}
}
.feedback__title {
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.8px;
	max-width: 188px;
	margin: 0 auto 16px;
}
@media screen and (min-width: 767px) {
	.feedback__title {
		font-size: 48px;
		line-height: 100%;
		margin-bottom: 24px;
		max-width: 374px;
	}
}
@media screen and (min-width: 1439px) {
	.feedback__title {
		text-align: left;
		max-width: unset;
		margin: 0 0 24px;
	}
}
.feedback__text {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 142.857%;
	letter-spacing: -0.56px;
	margin: 0 auto;
	max-width: 287px;
}
@media screen and (min-width: 767px) {
	.feedback__text {
		font-size: 28px;
		line-height: 114.286%;
		letter-spacing: -1.12px;
		max-width: 482px;
	}
}
@media screen and (min-width: 1439px) {
	.feedback__text {
		text-align: left;
		max-width: unset;
		margin: 0;
	}
}
.feedback__form,
.form--land .form__row {
	width: 100%;
}
.form--land {
	flex-direction: column;
	gap: 24px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	max-width: 240px;
}
@media screen and (min-width: 767px) {
	.form--land {
		gap: 40px;
		max-width: 374px;
	}
}
@media screen and (min-width: 1439px) {
	.form--land {
		align-items: unset;
		max-width: unset;
		margin: 0;
	}
}
.form--land input {
	border-radius: 0 !important;
}
.form--land .form__row.active input {
	border-bottom: 1px solid #cb4040;
}
.form--land .b-btn--circl {
	width: 96px;
	height: 96px;
	font-size: 14px;
	font-weight: 400;
	line-height: 142.857%;
}
@media screen and (min-width: 767px) {
	.form--land .b-btn--circl {
		width: 120px;
		height: 120px;
		font-size: 16px;
		line-height: 150%;
	}
}
.feedback--success {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 345px;
	margin: 0 auto;
	gap: 16px;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.feedback--success {
		gap: 24px;
	}
}
.feedback--success .feedback__title {
	text-align: center;
	margin-bottom: 0;
}
.feedback--success .feedback__text {
	text-align: center;
	padding: 0 30px;
}
.feedback--success .feedback__icon {
	width: 48px;
	height: 48px;
}
@media screen and (min-width: 767px) {
	.feedback--success .feedback__icon {
		width: 80px;
		height: 80px;
	}
}
.modal-product {
	max-width: 440px;
	margin: 0 auto;
}
.modal-product__img {
	margin-bottom: 8px;
}
@media screen and (min-width: 767px) {
	.modal-product__img {
		margin-bottom: 32px;
	}
}
.modal-product__title {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.64px;
	margin-bottom: 4px;
}
@media screen and (min-width: 767px) {
	.modal-product__title {
		font-size: 28px;
		font-weight: 400;
		line-height: 114.286%;
		letter-spacing: -1.12px;
		margin-bottom: 16px;
	}
}
.form--land .form__name,
.modal-product__text {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 133.333%;
	letter-spacing: -0.48px;
}
@media screen and (min-width: 767px) {
	.modal-product__text {
		font-size: 16px;
		line-height: 150%;
		letter-spacing: -0.64px;
	}
}
.form--land .form__name {
	letter-spacing: -0.64px;
	margin-bottom: 4px;
	display: block;
}
@media screen and (min-width: 767px) {
	.form--land .form__name {
		font-size: 16px;
		line-height: 150%;
		margin-bottom: 12px;
	}
}
.form--land input[type='email'],
.form--land input[type='number'],
.form--land input[type='password'],
.form--land input[type='search'],
.form--land input[type='tel'],
.form--land input[type='text'],
.form--land select,
.form--land textarea {
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	box-sizing: border-box;
	max-width: 100%;
	padding: 0 0 8px;
	transition: border-color 0.3s ease;
	color: #fff;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	outline: 0;
	background-color: transparent;
	-webkit-appearance: none;
}
@media screen and (min-width: 767px) {
	.form--land input[type='email'],
	.form--land input[type='number'],
	.form--land input[type='password'],
	.form--land input[type='search'],
	.form--land input[type='tel'],
	.form--land input[type='text'],
	.form--land select,
	.form--land textarea {
		font-size: 20px;
		padding: 0 0 20px;
	}
}
[data-scroll-anim='left'] {
	transform: translate3d(-60px, 0, 0);
}
[data-scroll-anim='right'] {
	transform: translate3d(60px, 0, 0);
}
[data-scroll-anim='top'] {
	transform: translate3d(0, -60px, 0);
}
[data-scroll-anim='bottom'] {
	transform: translate3d(0, 120px, 0);
}
[data-scroll-anim] {
	opacity: 0;
	transition: opacity 1s ease, transform 1s ease;
}
[data-scroll-anim].is-visible {
	transform: none;
	opacity: 1;
}
.application-reg {
	margin-bottom: 40px;
}
.application-reg__title {
	margin-bottom: 24px;
}
.application-reg__grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 16px;
}
@media screen and (min-width: 767px) {
	.application-reg__grid {
		grid-template-columns: repeat(12, 1fr);
		grid-gap: 24px;
	}
}
.application-reg__item {
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.1);
	padding: 24px;
	grid-column: 6 span;
}
.application-reg__name {
	color: var(--white-06);
	font-size: 14px;
	font-weight: 500;
	line-height: 142.857%;
	margin-bottom: 4px;
}
.application-reg__group {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.application-reg__value {
	color: var(--primary);
	font-size: 24px;
	font-weight: 600;
	line-height: 133.333%;
	letter-spacing: -0.96px;
}
.history-item--app {
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 13px;
}
@media screen and (min-width: 1439px) {
	.history-item--app {
		grid-template-columns: repeat(8, 1fr);
		grid-gap: 24px;
	}
}
.history-item--app .history-item__group {
	display: flex;
	align-items: flex-start;
}
@media screen and (min-width: 1439px) {
	.history-item--app .history-item__group {
		display: block;
	}
	.history-item--app .history-item__value {
		font-size: 11px;
	}
}
.history-item--app .history-item__buttons {
	padding: 0 16px;
	grid-column: 1 span;
	gap: 16px;
	display: flex;
}
@media screen and (min-width: 1439px) {
	.history-item--app .history-item__buttons {
		grid-row: 2;
		grid-column: 2 span;
	}
}
.history-item--app .history-item__buttons .b-btn {
	width: 100%;
	height: 35px;
}
@media screen and (min-width: 1439px) {
	.history-item--app .history-item__buttons .b-btn {
		height: auto;
	}
}
.crop {
	overflow-wrap: break-word;
	width: 200px;
	text-align: right;
}
@media screen and (min-width: 1439px) {
	.crop {
		text-align: left;
	}
}
.history-item__value--primary {
	color: var(--primary);
}
