@charset "UTF-8";
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: 0;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.25em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type='checkbox'],
[type='radio'] {
	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;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}
html {
	background-color: #110e24;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 18px;
	scroll-behavior: smooth;
}
@media screen and (max-width: 1199px) {
	html {
		font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	html {
		font-size: 15px;
	}
}
.main {
	position: relative;
	max-width: 1280px;
	margin-inline: auto;
	background-color: #072446;
	color: #fff;
}
.main:has(.header__promo-code) .block_primary {
	padding-top: 190px;
}
@media screen and (max-width: 991px) {
	.main:has(.header__promo-code) .block_primary {
		padding-top: 110px;
	}
}
.block {
	position: relative;
	padding: 100px 75px;
}
@media screen and (max-width: 1199px) {
	.block {
		padding: 75px 50px;
	}
}
@media screen and (max-width: 991px) {
	.block {
		padding: 50px 30px;
	}
}
@media screen and (max-width: 575px) {
	.block {
		padding: 30px 20px;
	}
}
@media screen and (max-width: 374px) {
	.block {
		padding: 30px 10px;
	}
}
.block_no-padding {
	padding: 0;
}
.block_no-padding_top {
	padding-top: 0;
}
.block_no-padding_bottom {
	padding-bottom: 0;
}
.block_padding-equal {
	padding: 75px;
}
@media screen and (max-width: 1199px) {
	.block_padding-equal {
		padding: 50px;
	}
}
@media screen and (max-width: 991px) {
	.block_padding-equal {
		padding: 30px;
	}
}
@media screen and (max-width: 575px) {
	.block_padding-equal {
		padding: 30px 20px;
	}
}
.block__columns {
	display: grid;
	gap: 25px;
}
.block__columns_2 {
	grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
	.block__columns_2 {
		grid-template-columns: auto;
		grid-template-rows: repeat(2, auto);
	}
}
.block_center {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.block_primary {
	background: 0 0 / cover
		no-repeat -webkit-image-set(
			url('/assets/img/primary-bottom.avif') type('image/avif'),
			url('/assets/img/primary-bottom.webp') type('image/webp'),
			url('/assets/img/primary-bottom.png') type('image/png')
		);
	background: 0 0 / cover no-repeat
		image-set(
			url('/assets/img/primary-bottom.avif') type('image/avif'),
			url('/assets/img/primary-bottom.webp') type('image/webp'),
			url('/assets/img/primary-bottom.png') type('image/png')
		);
	padding-top: 150px;
	overflow: hidden;
	z-index: 0;
}
@media screen and (max-width: 991px) {
	.block_primary {
		padding-top: 75px;
	}
}
.block_cta {
	background: 0 0 / cover
		no-repeat -webkit-image-set(
			url('/assets/img/cta.avif') type('image/avif'),
			url('/assets/img/cta.webp') type('image/webp'),
			url('/assets/img/cta.png') type('image/png')
		);
	background: 0 0 / cover no-repeat
		image-set(
			url('/assets/img/cta.avif') type('image/avif'),
			url('/assets/img/cta.webp') type('image/webp'),
			url('/assets/img/cta.png') type('image/png')
		);
}
.block_scheme {
	overflow: hidden;
	z-index: 0;
}
.block_mix {
	padding-top: 150px;
	overflow: hidden;
	z-index: 0;
	background:
		center top/contain
			no-repeat -webkit-image-set(
				url('/assets/img/mix-top.avif') type('image/avif'),
				url('/assets/img/mix-top.webp') type('image/webp'),
				url('/assets/img/mix-top.png') type('image/png')
			),
		center bottom/contain
			no-repeat -webkit-image-set(
				url('/assets/img/mix-bottom.avif') type('image/avif'),
				url('/assets/img/mix-bottom.webp') type('image/webp'),
				url('/assets/img/mix-bottom.png') type('image/png')
			),
		center center/100% 100% no-repeat url('/assets/img/mix-pixel.png');
	background:
		center top/contain no-repeat
			image-set(
				url('/assets/img/mix-top.avif') type('image/avif'),
				url('/assets/img/mix-top.webp') type('image/webp'),
				url('/assets/img/mix-top.png') type('image/png')
			),
		center bottom/contain no-repeat
			image-set(
				url('/assets/img/mix-bottom.avif') type('image/avif'),
				url('/assets/img/mix-bottom.webp') type('image/webp'),
				url('/assets/img/mix-bottom.png') type('image/png')
			),
		center center/100% 100% no-repeat url('/assets/img/mix-pixel.png');
}
@media screen and (max-width: 991px) {
	.block_mix {
		padding-top: 75px;
	}
}
.block_result {
	padding-top: 150px;
	overflow: hidden;
	z-index: 0;
	background:
		center top/contain
			no-repeat -webkit-image-set(
				url('/assets/img/mix-top.avif') type('image/avif'),
				url('/assets/img/mix-top.webp') type('image/webp'),
				url('/assets/img/mix-top.png') type('image/png')
			),
		center bottom/contain
			no-repeat -webkit-image-set(
				url('/assets/img/mix-bottom.avif') type('image/avif'),
				url('/assets/img/mix-bottom.webp') type('image/webp'),
				url('/assets/img/mix-bottom.png') type('image/png')
			),
		center center/100% 100% no-repeat url('/assets/img/mix-pixel.png');
	background:
		center top/contain no-repeat
			image-set(
				url('/assets/img/mix-top.avif') type('image/avif'),
				url('/assets/img/mix-top.webp') type('image/webp'),
				url('/assets/img/mix-top.png') type('image/png')
			),
		center bottom/contain no-repeat
			image-set(
				url('/assets/img/mix-bottom.avif') type('image/avif'),
				url('/assets/img/mix-bottom.webp') type('image/webp'),
				url('/assets/img/mix-bottom.png') type('image/png')
			),
		center center/100% 100% no-repeat url('/assets/img/mix-pixel.png');
}
@media screen and (max-width: 991px) {
	.block_result {
		padding-top: 75px;
	}
}
.block_footer {
	background-color: black;
}
.block__content-left {
	max-width: 565px;
}
.block__content-center {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.block__background {
	position: absolute;
	inset: 0;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.block__background_scheme {
		display: none;
	}
}
.block__background_scheme:before {
	display: block;
	content: '';
	position: absolute;
	width: 800px;
	height: 400px;
	inset: auto auto 100px -100px;
	background: 0 5px/100px 390px no-repeat url('/assets/img/scheme-light.png');
	opacity: 0.35;
}
.block__background_scheme:after {
	display: block;
	content: '';
	position: absolute;
	width: 800px;
	height: 400px;
	inset: auto auto 100px 0;
	background:
		center/800px
			no-repeat -webkit-image-set(
				url('/assets/img/scheme-mask.avif') type('image/avif'),
				url('/assets/img/scheme-mask.webp') type('image/webp'),
				url('/assets/img/scheme-mask.png') type('image/png')
			),
		center center/100% 100% no-repeat url('/assets/img/scheme-pixel.png');
	background:
		center/800px no-repeat
			image-set(
				url('/assets/img/scheme-mask.avif') type('image/avif'),
				url('/assets/img/scheme-mask.webp') type('image/webp'),
				url('/assets/img/scheme-mask.png') type('image/png')
			),
		center center/100% 100% no-repeat url('/assets/img/scheme-pixel.png');
}
.block__background_scheme_visible:before {
	animation: 3s linear scheme-light;
}
@keyframes scheme-light {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(100%);
	}
}
.header {
	position: absolute;
	width: 100%;
	z-index: 9999;
}
@media screen and (max-width: 991px) {
	.header {
		position: fixed;
		top: 0;
		left: 0;
		box-shadow: 0 5px 25px -10px rgba(63, 69, 151, 0.5);
		z-index: 1;
	}
}
.header__promo-code {
	height: 40px;
	line-height: 40px;
	padding: 0 75px;
	background-color: beige;
	color: #555;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media screen and (max-width: 1199px) {
	.header__promo-code {
		padding-inline: 50px;
	}
}
@media screen and (max-width: 991px) {
	.header__promo-code {
		height: 35px;
		line-height: 35px;
		padding-inline: 20px;
	}
}
@media screen and (max-width: 374px) {
	.header__promo-code {
		padding-inline: 10px;
	}
}
.header__menu {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 0 50px;
	height: 150px;
	padding-inline: 75px;
}
@media screen and (max-width: 1199px) {
	.header__menu {
		padding-inline: 50px;
	}
}
@media screen and (max-width: 991px) {
	.header__menu {
		height: 75px;
		background-color: #110e24;
		padding: 10px 20px;
	}
}
@media screen and (max-width: 575px) {
	.header__menu {
		gap: 0 25px;
	}
}
@media screen and (max-width: 374px) {
	.header__menu {
		padding-inline: 10px;
	}
}
.header__lang-tgbot {
	display: flex;
	align-items: center;
	gap: 25px;
}
@media screen and (max-width: 575px) {
	.header__lang-tgbot {
		gap: 10px;
	}
}
.header__tor {
	position: absolute;
	top: 20px;
	left: 185px;
	font-size: 0.8rem;
	opacity: 0.5;
}
.header__tor:has(.link:hover) {
	opacity: 1;
	transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 991px) {
	.header__tor {
		display: none;
	}
}
.link {
	font-weight: 600;
}
.link,
.link:link,
.link:visited {
	color: #fff;
	text-decoration: none;
}
.link:focus {
	outline: thin dotted;
}
.link:hover,
.link:active,
.link:focus {
	color: #fff;
	text-decoration: underline;
}
.link_dark,
.link_dark:link,
.link_dark:visited {
	color: #555;
}
.link_dark:hover,
.link_dark:active,
.link_dark:focus {
	color: #000;
}
.link_semibold {
	font-weight: 400;
}
.link_underline {
	text-decoration: underline;
}
.link_icon {
	display: inline-flex;
	align-items: center;
	height: 1.5em;
	padding-left: 1.7em;
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
}
.link_icon_tg {
	background-image: url('/assets/img/icons/telegram-logo.svg');
}
.link_icon_mail {
	background-image: url('/assets/img/icons/email.svg');
}
.link_icon_bitlist {
	background-image: url('/assets/img/icons/bitlist.png');
}
.link_break-all {
	word-break: break-all;
}
.link__logo-image {
	display: block;
	height: 24px;
}
.logo-main {
	margin-block: 25px;
	height: calc(100% - 50px);
}
@media screen and (max-width: 991px) {
	.logo-main {
		margin-block: 0;
		height: 100%;
	}
}
.logo-main__image {
	height: 100%;
}
.menu-main {
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 0 25px;
	margin: 0;
	padding: 0;
	flex-grow: 1;
	list-style: none;
	text-transform: uppercase;
}
@media screen and (max-width: 767px) {
	.menu-main {
		display: none;
	}
}
.menu-main__item {
	display: block;
}
.control-lang {
	display: block;
	position: relative;
}
.control-lang:hover .control-lang__list {
	display: block;
}
@media (pointer: coarse) {
	.control-lang_hover {
		display: none;
	}
}
.control-lang_touch {
	display: none;
}
@media (pointer: coarse) {
	.control-lang_touch {
		display: initial;
	}
}
.control-lang__current {
	display: flex;
	align-items: center;
	height: 50px;
	padding-left: 60px;
	font-weight: 400;
}
.control-lang__current:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	margin-left: 10px;
}
@media screen and (max-width: 991px) {
	.control-lang__current:after {
		margin-left: 2px;
	}
}
@media screen and (max-width: 991px) {
	.control-lang__current {
		height: 32px;
		padding-left: 34px;
	}
}
@media screen and (max-width: 575px) {
	.control-lang__current-title_full {
		display: none;
	}
}
.control-lang__current-title_short {
	display: none;
}
@media screen and (max-width: 575px) {
	.control-lang__current-title_short {
		display: initial;
	}
}
.control-lang__flag {
	background: left center/contain no-repeat
		url('/assets/img/locales/global.svg');
}
.control-lang__flag_en {
	background-image: url('/assets/img/locales/en.svg');
}
.control-lang__flag_fr {
	background-image: url('/assets/img/locales/fr.svg');
}
.control-lang__flag_de {
	background-image: url('/assets/img/locales/de.svg');
}
.control-lang__flag_it {
	background-image: url('/assets/img/locales/it.svg');
}
.control-lang__flag_es {
	background-image: url('/assets/img/locales/es.svg');
}
.control-lang__flag_pt {
	background-image: url('/assets/img/locales/pt.svg');
}
.control-lang__flag_ru {
	background-image: url('/assets/img/locales/ru.svg');
}
.control-lang__flag_tr {
	background-image: url('/assets/img/locales/tr.svg');
}
.control-lang__flag_ar {
	background-image: url('/assets/img/locales/ar.svg');
}
.control-lang__flag_fa {
	background-image: url('/assets/img/locales/fa.svg');
}
.control-lang__flag_zh {
	background-image: url('/assets/img/locales/zh.svg');
}
.control-lang__flag_ko {
	background-image: url('/assets/img/locales/ko.svg');
}
.control-lang__list {
	display: none;
	position: absolute;
	min-width: 100%;
	top: 100%;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1;
}
@media screen and (max-width: 991px) {
	.control-lang__list {
		background-color: rgba(17, 14, 36, 0.5);
	}
}
@media screen and (max-width: 991px) and (pointer: coarse) {
	.control-lang__list {
		top: calc(50% + 37.5px);
	}
}
@media (pointer: coarse) {
	.control-lang__list {
		display: initial;
	}
}
.control-lang__list-item {
	display: flex;
	align-items: center;
	height: 32px;
	margin-block: 0.25em;
	padding-left: 60px;
	background-position: left 25px center;
	text-shadow: 0 0 5px black;
}
.link-tgbot {
	display: flex;
	align-items: center;
	height: 50px;
	padding-left: 60px;
	background: left center/contain no-repeat
		url('/assets/img/icons/telegram-logo.svg');
}
@media screen and (max-width: 991px) {
	.link-tgbot {
		height: 32px;
		padding-left: 34px;
	}
}
.title {
	font-weight: 700;
}
.title_first-level {
	margin: 0 0 2.5rem 0;
	padding-top: 2.8rem;
	line-height: 1.1;
	font-size: 2.5rem;
}
@media screen and (max-width: 1199px) {
	.title_first-level {
		margin: 0 0 2.2rem 0;
		padding-top: 2.5rem;
		font-size: 3rem;
	}
}
@media screen and (max-width: 991px) {
	.title_first-level {
		margin: 0 0 2rem 0;
		padding-top: 2.3rem;
		font-size: 2.8rem;
	}
}
.title_second-level {
	margin: 2.8rem 0 2.5rem 0;
	line-height: 1.1;
	font-size: 1.75rem;
}
@media screen and (max-width: 1199px) {
	.title_second-level {
		margin: 2.5rem 0 2.2rem 0;
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 991px) {
	.title_second-level {
		margin: 2.3rem 0 2rem 0;
		font-size: 1.5rem;
	}
}
.title_center {
	text-align: center;
}
.title_no-margin {
	margin: 0;
}
.title_center {
	text-align: center;
}
.title__colored,
.title_colored {
	color: #f89606;
}
.text {
	margin-block: 1rem;
	line-height: 1.5;
}
.text__colored,
.text_colored {
	color: #96c632;
}
.text__colored_1st,
.text_colored_1st {
	color: #f89606;
}
.text__colored_2nd,
.text_colored_2nd {
	color: #96c632;
}
.text__colored_3rd,
.text_colored_3rd {
	color: #ff0100;
}
.text__error,
.text_error {
	color: #ff0100;
	font-weight: 400;
}
.text__semibold,
.text_semibold {
	font-weight: 400;
}
.text__bold,
.text_bold {
	font-weight: 600;
}
.text__no-margin,
.text_no-margin {
	margin-block: 0;
}
.text__no-top-margin-top,
.text_no-margin-top {
	margin-top: 0;
}
.text__no-margin-bottom,
.text_no-margin-bottom {
	margin-bottom: 0;
}
.text__uppercase,
.text_uppercase {
	text-transform: uppercase;
}
.text__underline,
.text_underline {
	text-decoration: underline;
}
.text__underline-dash,
.text_underline-dash {
	text-decoration-line: underline;
	text-decoration-style: dashed;
}
.text_small {
	font-size: 0.8em;
}
.text_align-center {
	text-align: center;
}
.control-cta {
	display: flex;
	margin-top: 2.8rem;
	gap: 25px;
}
@media screen and (max-width: 767px) {
	.control-cta {
		flex-direction: column;
		align-items: center;
	}
}
.button {
	display: inline-block;
	padding: 1rem 2rem;
	background-color: #fff;
	border: 0;
	border-radius: 0.5rem;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
}
.button,
.button:link,
.button:visited,
.button:hover,
.button:active,
.button:focus {
	color: #666;
	text-decoration: none;
}
.button:hover {
	background-color: #96c632;
	color: #fff;
}
.button:focus {
	outline: thin dotted;
}
.button_primary {
	background-color: #f89606;
}
.button_primary,
.button_primary:link,
.button_primary:visited,
.button_primary:hover,
.button_primary:active,
.button_primary:focus {
	color: #fff;
}
.button_margin-block {
	margin-block: 2rem;
}
@media screen and (max-width: 575px) {
	.table-container {
		overflow-x: scroll;
	}
}
.comparison-table {
	table-layout: fixed;
	width: 100%;
	min-width: 575px;
	border-collapse: collapse;
	border: 0;
	line-height: 1.25;
}
@media screen and (max-width: 575px) {
	.comparison-table {
		display: none;
	}
}
.comparison-table__header {
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	font-size: 1.5rem;
	text-align: left;
}
.comparison-table__header:nth-child(1) {
	width: 30%;
}
.comparison-table__header:nth-child(2) {
	width: 35%;
}
.comparison-table__header:nth-child(3) {
	width: 35%;
}
@media screen and (max-width: 1199px) {
	.comparison-table__header {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 991px) {
	.comparison-table__header {
		font-size: 1.1rem;
	}
}
.comparison-table__row:not(:last-child) .comparison-table__cell {
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.comparison-table__header,
.comparison-table__cell {
	padding: 1rem 2rem;
}
.comparison-table__header:nth-child(2),
.comparison-table__cell:nth-child(2) {
	padding-right: calc(2rem + 12.5px);
	background-color: rgba(255, 255, 255, 0.1);
	background: linear-gradient(
		-90deg,
		rgba(0, 0, 0, 0) 0,
		rgba(0, 0, 0, 0) 12.5px,
		rgba(255, 255, 255, 0.1) 12.5px
	);
}
.comparison-table__header:nth-child(3),
.comparison-table__cell:nth-child(3) {
	padding-left: calc(2rem + 12.5px);
	background-color: #125a91;
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0) 0,
		rgba(0, 0, 0, 0) 12.5px,
		#125a91 12.5px
	);
}
@media screen and (max-width: 575px) {
	.comparison-table__header,
	.comparison-table__cell {
		padding: 0.5rem 1rem;
	}
	.comparison-table__header:nth-child(2),
	.comparison-table__cell:nth-child(2) {
		padding-right: calc(1rem + 12.5px);
	}
	.comparison-table__header:nth-child(3),
	.comparison-table__cell:nth-child(3) {
		padding-left: calc(1rem + 12.5px);
	}
}
.comparison-table__cell:nth-child(3) {
	font-weight: 600;
}
.comparison-table__header_colored {
	color: #96c632;
}
.comparison-table-narrow {
	display: none;
	table-layout: fixed;
	min-width: 100px;
	border-collapse: collapse;
	border: 0;
	line-height: 1.25;
}
@media screen and (max-width: 575px) {
	.comparison-table-narrow {
		display: table;
	}
}
.comparison-table-narrow__header {
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	font-size: 1.1rem;
	text-align: left;
}
.comparison-table-narrow__row:not(:last-child) .comparison-table-narrow__cell {
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.comparison-table-narrow__header,
.comparison-table-narrow__cell {
	width: 50%;
	padding: 1rem 0.75rem 1rem 1.5rem;
}
.comparison-table-narrow__header:nth-child(1),
.comparison-table-narrow__cell:nth-child(1) {
	background-color: rgba(255, 255, 255, 0.1);
}
.comparison-table-narrow__header:nth-child(2),
.comparison-table-narrow__cell:nth-child(2) {
	background-color: #125a91;
}
.comparison-table-narrow__cell:nth-child(2) {
	font-weight: 600;
}
.comparison-table-narrow__header_colored {
	color: #96c632;
}
.comparison-table-narrow__row-description {
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.1) 0,
		rgba(255, 255, 255, 0.1) 50%,
		#125a91 50%
	);
	padding: 1rem 1.5rem 0;
	text-align: center;
}
.icon {
	width: 1rem;
	height: 1rem;
	vertical-align: middle;
}
.icon_medium {
	width: 1.8rem;
	height: 1.8rem;
}
.icon_red {
	fill: #ff0100;
}
.icon_green {
	fill: #96c632;
}
.icon_orange {
	fill: #f89606;
}
.advantages {
	display: grid;
	grid-template-columns: repeat(6, auto);
	grid-template-rows: repeat(2, auto);
	grid-template-areas: 'a1 a1 a2 a2 a3 a3' 'a4 a4 a4 a5 a5 a5' 'a6 a6 a6 a6 a6 a6';
	gap: 25px;
	padding: 0;
	list-style: none;
}
@media screen and (max-width: 991px) {
	.advantages {
		grid-template-columns: repeat(4, auto);
		grid-template-rows: repeat(3, auto);
		grid-template-areas: 'a1 a1 a2 a2' 'a3 a3 a4 a4' 'a5 a5 a5 a5' 'a6 a6 a6 a6';
	}
}
@media screen and (max-width: 575px) {
	.advantages {
		display: flex;
		flex-direction: column;
	}
}
.advantages__item {
	background-color: rgba(255, 255, 255, 0.1);
	background-size: 64px;
	background-position: 25px 1rem;
	background-repeat: no-repeat;
	padding: calc(1rem + 64px) 2rem 1rem;
	transition: background-color 0.2s ease-out;
}
@media screen and (max-width: 991px) {
	.advantages__item {
		padding: calc(0.5rem + 64px) 1rem 0.5rem;
	}
}
@media screen and (max-width: 575px) {
	.advantages__item {
		background-size: 48px;
		background-position: 1rem 1rem;
		padding: calc(1rem + 48px) 1rem 0.5rem;
	}
}
.advantages__item_hjfdsf {
	grid-area: a1;
	background-image: url('/assets/img/icons/adv1.png');
}
.advantages__item_jhdfsj {
	grid-area: a2;
	background-image: url('/assets/img/icons/adv2.png');
}
.advantages__item_lasddi {
	grid-area: a3;
	background-image: url('/assets/img/icons/adv3.png');
}
.advantages__item_iuorqw {
	grid-area: a4;
	background-image: url('/assets/img/icons/adv4.png');
}
.advantages__item_jlksvv {
	grid-area: a5;
	background-image: url('/assets/img/icons/adv5.png');
}
.advantages__item_fklsdl {
	grid-area: a6;
	background-image: url('/assets/img/icons/adv6.png');
}
.advantages__contacts {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
@media screen and (max-width: 767px) {
	.advantages__contacts {
		flex-direction: column;
		gap: 10px;
	}
}
.advantages__links {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(1, auto);
	grid-template-areas: 'a1 a2 a3 a4';
	gap: 25px;
	padding: 1rem 0;
	list-style: none;
}
@media screen and (max-width: 767px) {
	.advantages__links {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, auto);
		grid-template-areas: 'a1 a2' 'a3 a4';
	}
}
@media screen and (max-width: 480px) {
	.advantages__links {
		grid-template-columns: repeat(1, auto);
		grid-template-rows: repeat(4, auto);
		grid-template-areas: 'a1' 'a2' 'a3' 'a4';
	}
}
.advantages__links-item {
	display: flex;
	gap: 1rem;
	flex-direction: column;
	align-items: center;
}
.advantages__links-image {
	display: block;
	height: 24px;
}
.advantages__links-item_jambler-partner {
	grid-area: a1;
}
.advantages__links-item_jambler-bitcointalk {
	grid-area: a2;
}
.advantages__links-item_jambler-altcoinstalks {
	grid-area: a3;
}
.advantages__links-item_bmix-altcoinstalks {
	grid-area: a4;
}
.scheme {
	display: grid;
	grid-template-columns: 1fr 25px 1fr;
	grid-template-rows: 1.5fr 25px 1.5fr 25px 1fr 25px 1fr 50px 1fr 25px 1fr 25px 1.5fr;
	grid-template-areas: 'a . b' 'z . y' 'c x w' 'v . .' 'd u e' 'd . .' 'd t f' 's s s' 'g r h' 'g . .' 'g q i' '. . p' 'j o n';
	font-size: 0.85rem;
}
.scheme__item {
	background-color: rgba(255, 255, 255, 0.1);
	background-size: 48px;
	background-position: 1rem 1rem;
	background-repeat: no-repeat;
	padding: 1rem 1rem 1rem calc(2rem + 48px);
}
@media screen and (max-width: 991px) {
	.scheme__item {
		background-size: 32px;
		padding: 1rem 1rem 1rem calc(2rem + 32px);
	}
}
@media screen and (max-width: 575px) {
	.scheme__item {
		background-size: 24px;
		background-position: 1rem 1rem;
		padding: calc(2rem + 16px) 1rem 0.5rem 1rem;
	}
}
.scheme__item_1 {
	background-image: url('/assets/img/icons/wallet-bitcoin.png');
	grid-area: a;
}
.scheme__item_2 {
	background-image: url('/assets/img/icons/warranty-pgp.png');
	grid-area: b;
}
.scheme__item_3 {
	background-image: url('/assets/img/icons/wallet-bitcoin.png');
	grid-area: c;
}
.scheme__item_4 {
	padding: 0;
	background-image: url('/assets/img/icons/mixer-bitcoin.png');
	grid-area: d;
	display: flex;
	justify-content: center;
	align-items: center;
}
.scheme__item_5 {
	background-image: url('/assets/img/icons/exchange-bitcoin.png');
	grid-area: e;
}
.scheme__item_6 {
	background-image: url('/assets/img/icons/exchange-bitcoin.png');
	grid-area: f;
}
.scheme__item_7 {
	background-image: url('/assets/img/icons/wallet-bitcoin.png');
	grid-area: g;
}
.scheme__item_8 {
	background-image: url('/assets/img/icons/exchange-bitcoin.png');
	grid-area: h;
}
.scheme__item_9 {
	background-image: url('/assets/img/icons/exchange-bitcoin.png');
	grid-area: i;
}
.scheme__item_10 {
	border: 2px dotted #96c632;
	background-image: url('/assets/img/icons/wallet-bitcoin.png');
	grid-area: j;
}
.scheme__isolator {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	grid-area: s;
}
.scheme__isolator:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	border-top: 2px dashed rgba(255, 255, 255, 0.5);
}
.scheme__isolator-item {
	padding-inline: 25px;
	background-color: #072446;
	z-index: 1;
}
.scheme__relation {
	position: relative;
}
.scheme__relation_1 {
	grid-area: z;
}
.scheme__relation_2 {
	grid-area: y;
}
.scheme__relation_3 {
	grid-area: x;
}
.scheme__relation_4 {
	grid-area: w;
}
.scheme__relation_5 {
	grid-area: v;
}
.scheme__relation_6 {
	grid-area: u;
}
.scheme__relation_7 {
	grid-area: t;
}
.scheme__relation_8 {
	grid-area: r;
}
.scheme__relation_9 {
	grid-area: q;
}
.scheme__relation_10 {
	grid-area: p;
}
.scheme__relation_11 {
	grid-area: n;
}
.scheme__relation_12 {
	grid-area: o;
}
.scheme__line {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.scheme__line:before {
	display: block;
	content: '';
	background-color: #96c632;
}
.scheme__line_horizontal:before {
	width: 100%;
	height: 2px;
}
.scheme__line_vertical {
	flex-direction: column;
}
.scheme__line_vertical:before {
	width: 2px;
	height: 100%;
}
.scheme__line_dotted-vertical:before {
	background: 0;
	border-left: 2px dotted #96c632;
}
.scheme__corner {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% + 1px);
	height: calc(50% + 1px);
}
.scheme__corner_top-left {
	border-right: 2px solid #96c632;
	border-bottom: 2px solid #96c632;
}
.scheme__corner_top-left-dotted {
	border-right: 2px dotted #96c632;
	border-bottom: 2px dotted #96c632;
}
.scheme__arrow {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.scheme__arrow_down {
	flex-direction: column;
}
.scheme__arrow_down:before {
	display: block;
	content: '';
	background-color: #96c632;
	width: 2px;
	height: calc(100% - 10px);
}
.scheme__arrow_down:after {
	display: block;
	content: '';
	border-width: 10px 5px 0 5px;
	border-style: solid;
	border-color: #96c632 transparent;
}
.scheme__arrow_up {
	flex-direction: column-reverse;
}
.scheme__arrow_up:before {
	display: block;
	content: '';
	background-color: #96c632;
	width: 2px;
	height: calc(100% - 10px);
}
.scheme__arrow_up:after {
	display: block;
	content: '';
	border-width: 0 5px 10px 5px;
	border-style: solid;
	border-color: #96c632 transparent;
}
.scheme__arrow_right:before {
	display: block;
	content: '';
	background-color: #96c632;
	width: calc(100% - 10px);
	height: 2px;
}
.scheme__arrow_right:after {
	display: block;
	content: '';
	border-width: 5px 0 5px 10px;
	border-style: solid;
	border-color: transparent #96c632;
}
.scheme__arrow_left {
	flex-direction: row-reverse;
}
.scheme__arrow_left:before {
	display: block;
	content: '';
	background-color: #96c632;
	width: calc(100% - 10px);
	height: 2px;
}
.scheme__arrow_left:after {
	display: block;
	content: '';
	border-width: 5px 10px 5px 0;
	border-style: solid;
	border-color: transparent #96c632;
}
.scheme__arrow_dotted-horizontal:before {
	background: 0;
	border-top: 2px dotted #96c632;
}
.faq__item:not(:last-child) {
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.faq__item[open] .faq__question:before {
	transform: rotate(180deg);
}
.faq__question {
	position: relative;
	padding: 1.4rem 25px 1.4rem 0;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
}
.faq__question:hover {
	text-decoration: underline;
}
.faq__question:before {
	display: block;
	right: 0;
	position: absolute;
	content: url('/assets/img/icons/arrow-down.svg');
}
.footer {
	display: flex;
	flex-direction: column;
	gap: 25px;
	font-size: 0.9rem;
}
.footer__logo {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 25px;
	width: 150px;
	margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
	.footer__logo {
		width: auto;
		justify-content: start;
		margin-bottom: 0;
	}
}
.footer__logo-contacts-menu {
	display: flex;
	gap: 50px;
}
@media screen and (max-width: 767px) {
	.footer__logo-contacts-menu {
		flex-direction: column;
		gap: 0;
	}
}
.footer__logo-contacts {
	display: flex;
	gap: 50px;
}
@media screen and (max-width: 575px) {
	.footer__logo-contacts {
		flex-direction: column;
		gap: 0;
	}
}
.footer__contacts {
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin: 25px 0;
	padding: 0;
	list-style: none;
}
.footer__menu {
	display: flex;
	gap: 50px;
}
@media screen and (max-width: 575px) {
	.footer__menu {
		flex-direction: column;
		gap: 0;
	}
}
.footer__menu-column {
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin: 25px 0;
	padding: 0;
	list-style: none;
}
@media screen and (max-width: 575px) {
	.footer__menu-column {
		margin: 12.5px 0;
	}
}
.footer__pgp-copyright {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 50px;
}
@media screen and (max-width: 767px) {
	.footer__pgp-copyright {
		flex-direction: column;
		justify-content: start;
		align-items: start;
		gap: 25px;
	}
}
.footer__copyright {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.logo-footer {
	display: block;
}
@media screen and (max-width: 991px) {
	.logo-footer {
		width: -moz-fit-content;
		width: fit-content;
	}
}
.logo-footer__image {
	display: block;
	width: 100%;
}
@media screen and (max-width: 991px) {
	.logo-footer__image {
		width: auto;
		height: 80px;
	}
}
.jambler-partner {
	display: block;
}
@media screen and (max-width: 991px) {
	.jambler-partner {
		width: -moz-fit-content;
		width: fit-content;
	}
}
.jambler-partner__image {
	width: 100%;
	display: block;
}
@media screen and (max-width: 991px) {
	.jambler-partner__image {
		width: auto;
		height: 25px;
	}
}
@media screen and (max-width: 991px) {
	.anchor {
		display: block;
		position: absolute;
		top: -100px;
	}
}
.field {
	margin: 0 0 3rem;
	line-height: 1.25;
}
.field_mb-small {
	margin-bottom: 1.5rem;
}
.field__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.field__text-container {
	position: relative;
	margin-top: 1.7rem;
	max-width: 640px;
}
.field__text-container_unit {
	display: flex;
}
.field__text-container_unit .field__input_text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding-right: 1rem;
}
.field__input_text {
	padding: 1rem 2rem;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0.5rem;
	background-color: white;
	color: rgba(0, 0, 0, 0.6);
}
.field__input_text:focus-visible {
	outline: 5px solid rgba(255, 255, 255, 0.25);
}
.field__input_text:disabled {
	background-color: #efefef;
}
.field__input_text:focus-visible ~ .field__label_text,
.field__input_text:not(:placeholder-shown) ~ .field__label_text {
	height: 1rem;
	padding-inline: 0;
	line-height: 1;
	top: -1.5rem;
	font-size: 0.8rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
}
.field__label {
	font-size: 0.8rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.field__label_text {
	position: absolute;
	display: flex;
	align-items: center;
	padding-inline: 2rem;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
	cursor: text;
	transition: all 0.1s ease-in;
}
.field__unit {
	display: flex;
	padding: 1rem 2rem 1rem 1rem;
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	background: #efefef;
	color: #777;
	font-weight: 600;
	line-height: 1.1;
	align-items: center;
}
.field__description {
	width: 100%;
	margin: 0.5rem 0 0;
	font-size: 0.8rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.75);
}
.field__checkbox-container {
	display: flex;
	align-items: center;
	gap: 7.5px;
}
.field__input_checkbox {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border: 0;
	border-radius: 0.25rem;
	background-color: white;
	color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.field__input_checkbox:focus {
	outline: 5px solid rgba(255, 255, 255, 0.25);
}
.field__input_checkbox:checked:after {
	content: 'âœ”';
}
.field__label_checkbox {
	cursor: pointer;
}
.field:has(.field__checkbox_second-address:not(checked)) ~ .second-address {
	display: none;
}
.field:has(.field__checkbox_second-address:checked) ~ .second-address {
	display: block;
}
.mix-rules {
	margin: 0 0 3rem;
	padding-left: 0;
	list-style: none;
}
.mix-rules__item {
	margin: 0 0 2rem;
	padding: 0.2rem 0 0 42px;
	position: relative;
}
.mix-rules__icon {
	position: absolute;
	top: 0;
	left: 0;
}
.parallax {
	display: block;
	position: absolute;
	top: -5%;
	left: -5%;
	width: 110%;
	height: 110%;
	z-index: -1;
	transition: all 0.5s ease-out;
}
.parallax_primary {
	background: right -200px top 150px/923px
		no-repeat -webkit-image-set(
			url('/assets/img/primary-top.avif') type('image/avif'),
			url('/assets/img/primary-top.webp') type('image/webp'),
			url('/assets/img/primary-top.png') type('image/png')
		);
	background: right -200px top 150px/923px no-repeat
		image-set(
			url('/assets/img/primary-top.avif') type('image/avif'),
			url('/assets/img/primary-top.webp') type('image/webp'),
			url('/assets/img/primary-top.png') type('image/png')
		);
	opacity: 0.4;
}
@media screen and (max-width: 1199px) {
	.parallax_primary {
		opacity: 0.2;
		background-position: right -250px top 130px;
	}
}
@media screen and (max-width: 991px) {
	.parallax_primary {
		background-size: 600px;
		background-position: right -100px top 100px;
	}
}
@media screen and (max-width: 575px) {
	.parallax_primary {
		display: none;
	}
}
.parallax_mix {
	background: right -500px top 350px/1200px
		no-repeat -webkit-image-set(
			url('/assets/img/primary-top.avif') type('image/avif'),
			url('/assets/img/primary-top.webp') type('image/webp'),
			url('/assets/img/primary-top.png') type('image/png')
		);
	background: right -500px top 350px/1200px no-repeat
		image-set(
			url('/assets/img/primary-top.avif') type('image/avif'),
			url('/assets/img/primary-top.webp') type('image/webp'),
			url('/assets/img/primary-top.png') type('image/png')
		);
	opacity: 0.4;
}
@media screen and (max-width: 1199px) {
	.parallax_mix {
		opacity: 0.2;
		background-position: right -600px top 125px;
	}
}
@media screen and (max-width: 991px) {
	.parallax_mix {
		background-position: right -750px top 100px;
	}
}
@media screen and (max-width: 575px) {
	.parallax_mix {
		display: none;
	}
}
.parallax_result {
	background: right -500px top 850px/1200px
		no-repeat -webkit-image-set(
			url('/assets/img/primary-top.avif') type('image/avif'),
			url('/assets/img/primary-top.webp') type('image/webp'),
			url('/assets/img/primary-top.png') type('image/png')
		);
	background: right -500px top 850px/1200px no-repeat
		image-set(
			url('/assets/img/primary-top.avif') type('image/avif'),
			url('/assets/img/primary-top.webp') type('image/webp'),
			url('/assets/img/primary-top.png') type('image/png')
		);
	opacity: 0.4;
}
@media screen and (max-width: 1199px) {
	.parallax_result {
		opacity: 0.2;
		background-position: right -600px top 725px;
	}
}
@media screen and (max-width: 991px) {
	.parallax_result {
		background-position: right -750px top 650px;
	}
}
@media screen and (max-width: 575px) {
	.parallax_result {
		display: none;
	}
}
.loader {
	display: block;
	position: relative;
	height: 20px;
	width: 140px;
	background-image:
		linear-gradient(#eee 20px, transparent 0),
		linear-gradient(#eee 20px, transparent 0),
		linear-gradient(#eee 20px, transparent 0),
		linear-gradient(#eee 20px, transparent 0);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position:
		0 0,
		40px 0,
		80px 0,
		120px 0;
	animation: pgfill 2s 3s linear infinite;
}
@keyframes pgfill {
	0% {
		background-image:
			linear-gradient(#eee 20px, transparent 0),
			linear-gradient(#eee 20px, transparent 0),
			linear-gradient(#eee 20px, transparent 0),
			linear-gradient(#eee 20px, transparent 0);
	}
	25% {
		background-image:
			linear-gradient(#f89606 20px, transparent 0),
			linear-gradient(#eee 20px, transparent 0),
			linear-gradient(#eee 20px, transparent 0),
			linear-gradient(#eee 20px, transparent 0);
	}
	50% {
		background-image:
			linear-gradient(#eee 20px, transparent 0),
			linear-gradient(#f89606 20px, transparent 0),
			linear-gradient(#eee 20px, transparent 0),
			linear-gradient(#eee 20px, transparent 0);
	}
	75% {
		background-image:
			linear-gradient(#eee 20px, transparent 0),
			linear-gradient(#eee 20px, transparent 0),
			linear-gradient(#f89606 20px, transparent 0),
			linear-gradient(#eee 20px, transparent 0);
	}
	100% {
		background-image:
			linear-gradient(#eee 20px, transparent 0),
			linear-gradient(#eee 20px, transparent 0),
			linear-gradient(#eee 20px, transparent 0),
			linear-gradient(#f89606 20px, transparent 0);
	}
}
.result-info {
	margin: 0 0 3rem;
	padding: 0.2rem 0 0 42px;
	position: relative;
}
.result-info__icon {
	position: absolute;
	top: 1rem;
	left: 0;
}
.payment-area {
	display: grid;
	grid-template-columns: auto 240px;
	grid-template-rows: auto 1fr;
	grid-template-areas: 'address qr-code' 'detector qr-code';
	gap: 25px;
	max-width: 800px;
	padding: 25px;
	background: white;
	border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
	.payment-area {
		grid-template-columns: auto;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'address' 'qr-code' 'detector';
	}
}
.payment-area__address {
	grid-area: address;
	position: relative;
	padding: 1rem 4rem 1rem 2rem;
	background: #efefef;
	color: black;
	border-radius: 0.5rem;
}
.payment-area__address-icon-container {
	position: absolute !important;
	right: 0;
	top: 0;
	height: 100%;
	fill: #555;
	padding: 1rem;
	display: flex;
	align-items: center;
}
.payment-area__address-icon-container:hover .payment-area__address-icon {
	fill: #555;
}
.payment-area__address-icon {
	fill: #777;
}
.payment-area__address-label {
	padding-bottom: 0.5rem;
	font-size: 0.8rem;
	font-weight: 500;
	color: #777;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: default;
}
.payment-area__address-value {
	font-family: 'Courier Prime', courier, monospace;
	font-weight: 400;
	font-style: normal;
	word-break: break-all;
}
.payment-area__qr-code {
	grid-area: qr-code;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.payment-area__qr-code {
		display: flex;
		justify-content: center;
	}
}
.payment-area__qr-image {
	display: block;
	width: 100%;
	max-width: 240px;
}
.payment-area__detector {
	grid-area: detector;
	display: none;
	flex-direction: column;
	align-items: center;
	font-size: 0.8rem;
	color: #555;
}
@media screen and (max-width: 767px) {
	.payment-area__detector {
		min-height: 150px;
	}
}
.payment-area__detector_show {
	display: flex;
}
.payment-area__detector-awaiting {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.payment-area__detector-awaiting_hide {
	display: none;
}
.payment-area__detector-result {
	display: none;
	text-align: center;
}
.payment-area__detector-result_show {
	display: block;
}
.payment-area__detector-await-transaction {
	text-align: center;
}
.payment-area__detector-await-transaction_hide {
	display: none;
}
.payment-area__detector-await-confirmation {
	display: none;
	text-align: center;
}
.payment-area__detector-await-confirmation_show {
	display: block;
}
.payment-area__detector-error {
	display: none;
	text-align: center;
}
.payment-area__detector-error_show {
	display: block;
}
.copy-box {
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.copy-box__notice {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	background: white;
	color: black;
	padding: 5px 10px;
	border: 1px solid black;
	border-radius: 6px;
	font-size: 0.8rem;
	opacity: 0;
	pointer-events: none;
	transition: top 0.1s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.copy-box__notice_show {
	opacity: 1;
	top: -40px;
}
.message {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 640px;
	max-width: calc(100% - 40px);
	padding: 30px 20px;
	border-radius: 0.5rem;
	box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.25);
	background-color: beige;
	color: #555;
	text-align: center;
	z-index: 2;
	animation: displayMessageWithDelay 0s linear 1.5s forwards;
}
.message:has(.message__close:checked) {
	display: none !important;
}
.message__close {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.message__close::before,
.message__close::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	background: #777;
	transform-origin: center;
}
.message__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.message__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.message__close:hover::before,
.message__close:hover::after {
	background: #555;
}
@keyframes displayMessageWithDelay {
	to {
		visibility: visible;
	}
}
.promo-code {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 320px;
	max-width: 100%;
	padding: 20px;
	border-radius: 1rem;
	outline: 5px solid rgba(255, 255, 255, 0.25);
	background-color: #110e24;
	box-shadow: 0 8px 25px 0 rgba(255, 255, 255, 0.25);
	text-align: center;
	z-index: 2;
}
.promo-code_show {
	display: block !important;
}
.aml-promo {
	position: fixed;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 50px);
	width: 640px;
	max-width: calc(100% - 40px);
	padding: 20px;
	border-radius: 0.5rem;
	box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.25);
	background-color: beige;
	color: #555;
	text-align: center;
	z-index: 2;
	transition: transform 0.5s linear;
	display: block !important;
}
.aml-promo_show {
	transform: translate(-50%, calc(-100% - 20px));
}
.aml-promo__code-value {
	font-family: 'Courier Prime', courier, monospace;
	font-weight: 400;
	font-style: normal;
}
.aml-promo__code-copy:hover .aml-promo__code-copy-icon {
	fill: #555;
}
.aml-promo__code-copy-icon {
	fill: #777;
}
.calculator-commission {
	max-width: 640px;
}
