@font-face {
	font-family: 'SF Pro Display';
	font-weight: 700;
	src: url('../fonts/FontsFree-Net-SFProDisplay-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'SF Pro Display';
	font-weight: 600;
	src: url('../fonts/SFProDisplay-Semibold.ttf') format('truetype');
}

@font-face {
	font-family: 'SF Pro Display';
	font-weight: 500;
	src: url('../fonts/SFProDisplay-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'SF Pro Display';
	font-weight: 400;
	src: url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
}
body {
	margin: 0;
	top: 0;
	font-style: normal;
	font-weight: 400;
	font-family: 'SF Pro Display';
	min-height: 100vh;
	user-select: text;
	background: #00050c;
	color: #fff;
}
html {
	scroll-behavior: smooth;
}

.w100 {
	width: 100%;
}
img {
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a {
	cursor: pointer;
	text-decoration: none;
}
::-webkit-scrollbar {
	border-radius: 5px;
	width: 0px;
	height: 100%;
}
header {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 10px 25px;
	/* border-radius: 87px;
    border: 1px solid rgba(1, 218, 227, 0.13);
    background: rgba(0, 17, 18, 0.34);
    backdrop-filter: blur(2px); */
	background-color: transparent;
}

.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	width: 100%;
}
.w1820 {
	max-width: 1000px;
	width: 100%;
}
.header-left {
	display: flex;
	align-items: center;
	gap: 35px;
	border-radius: 46px;
	border: 1px solid rgba(1, 218, 227, 0.13);
	background: rgba(0, 17, 18, 0.34);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	padding: 15px;
}
.header-left a p {
	font-family: 'SF Pro Display';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: linear-gradient(180deg, #b8f3ff 0%, #48cae4 68.75%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.header-left a {
	display: flex;
	align-items: center;
	gap: 10px;
}
.header-left a p span {
	color: #fff;
	-webkit-text-fill-color: #fff;
}
.header-nav {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}
.header-nav-item > a {
	color: rgba(255, 255, 255, 0.5);
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 23px;
}
.header-nav-item > a.active {
	color: #fff;
}
.header-nav-item {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 14px;
}
.header-nav-point {
	width: 28px;
	height: 10px;
	display: none;
	border-radius: 15px 15px 0px 0px;
	background: linear-gradient(180deg, #88faff 0%, #01dae3 100%);
	box-shadow: 0px 2px 25px 0px rgba(72, 202, 228, 0.25);
}
.header-nav-item .visible {
	display: block;
}
.header-right {
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 46px;
	border: 1px solid rgba(1, 218, 227, 0.13);
	background: rgba(0, 17, 18, 0.34);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	padding: 15px;
	position: relative;
	z-index: 23;
}

.anti-phishing {
	width: 100%;
	background: linear-gradient(90deg, #1f9fd6 0%, #2ba6dc 50%, #1f9fd6 100%);
	position: relative;
	z-index: 50;
}
.anti-phishing-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px 12px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 8px 20px;
	text-align: center;
}
.anti-icon {
	flex-shrink: 0;
}
.anti-text {
	color: #fff;
	font-family: 'SF Pro Display';
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
}
.anti-text strong {
	font-weight: 700;
}
.anti-verify {
	color: #fff;
	font-family: 'SF Pro Display';
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
	white-space: nowrap;
	transition: opacity 0.2s ease;
}
.anti-verify:hover {
	opacity: 0.82;
}

.header-tor {
	position: relative;
	display: flex;
	align-items: center;
	gap: 9px;
	border-radius: 46px;
	border: 1px solid rgba(1, 218, 227, 0.13);
	background: rgba(0, 17, 18, 0.34);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	padding: 10px 18px;
	text-decoration: none;
	cursor: pointer;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}
.header-tor:hover {
	border-color: rgba(72, 202, 228, 0.55);
	box-shadow: 0px 0px 18px 0px rgba(72, 202, 228, 0.25);
}
.header-tor img {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
}
.header-tor-label {
	color: #48cae4;
	font-family: 'SF Pro Display';
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	flex-shrink: 0;
}
.header-tor-link {
	color: rgba(255, 255, 255, 0.8);
	font-family: 'SF Pro Display';
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}
.header-tor .copied-notice {
	top: 0;
	bottom: auto;
	margin-top: 0;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: 10;
}

.log-in {
	color: #1d1c28;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
	padding: 8px 10px;
}
.sing-up {
	border-radius: 10px;
	padding: 8px 10px;
	background: #3b45fd;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
	color: #fafafa;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 133.333% */
}
main {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	background-image: url(../images/main-bg.svg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -88px;
}
.main-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1120px;
	width: 100%;
	margin: 0 30px;
}
.main-cler {
	background-image: none;
}
.zeus {
	margin-top: 140px;
}
.mt80 {
	margin-top: 80px;
}
h1 {
	color: #fff;
	font-family: 'SF Pro Display';
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top: 58px;
	text-align: center;
}
h1 > span {
	color: #48cae4;
}
h2 {
	color: #fff;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	opacity: 0.5;
	margin-top: 10px;
}
.blok-mix-wrapper {
	padding: 1px; /* толщина рамки */
	border-radius: 20px;
	background: linear-gradient(to bottom, #2e8495, #0f292f);
	display: inline-block;
	width: 100%;
	max-width: 781px;
	margin-top: 30px;
}
.blok-mix {
	border-radius: 20px;
	background: #09191c;
	max-width: 780px;
	width: 100%;
	background-image: url(../images/mix-bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 21px 48px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.blok-mix-title {
	color: #fff;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.input-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(4, 11, 13, 0.75);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	margin-top: 25px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.input-wrap-right {
	display: flex;
	align-items: center;
	gap: 21px;
	margin-right: 20px;
}
.address-input {
	color: #fff;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background-color: transparent;
	padding: 20px;
	width: 100%;
}
.address-input::placeholder {
	color: #fff;
	opacity: 0.5;
}
.selector-wrap {
	display: flex;
	align-items: center;
	gap: 5px;
	position: relative;
}
.selector {
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}
.selector > img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
.percentage-wrap {
	border-radius: 0px 10px 10px 0px;
	background: #01dae3;
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.percentage-wrap > p {
	color: #00050c;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.captcha-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
	max-width: 187px;
	width: 100%;
}
.captcha-txt {
	border-radius: 10px 10px 0px 0px;
	border: 1px solid rgba(1, 218, 227, 0.13);
	background: rgba(0, 17, 18, 0.34);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	text-align: center;
	padding: 10px;
	color: #ffffff;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.captcha-input {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(4, 11, 13, 0.75);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 13px 20px;
	transition: 0.3s ease-in;
}
.captcha-input-check {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(4, 11, 13, 0.75);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 13px 20px;
	transition: 0.3s ease-in;
}
.captcha-txt-check {
	border-radius: 5px 5px 0px 0px;
	border: 1px solid rgba(1, 218, 227, 0.13);
	background: rgba(0, 17, 18, 0.34);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	padding: 10px;
	color: #ffffff;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.captcha-input.error {
	border: 1px solid #ff2424;
	transition: 0.3s ease-in;
}
.captcha-input::placeholder {
	color: #fff;
	opacity: 0.5;
}
.mix-btn {
	border-radius: 20px;
	background: linear-gradient(180deg, #88faff 0%, #01dae3 100%);
	box-shadow: 0px 0px 30px 0px rgba(1, 218, 227, 0.15);
	display: flex;
	padding: 20px 50px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	margin-top: 30px;
	color: #000;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	transition: 0.3 ease-in;
}
.how-zeus-work-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 50px;
	width: 100%;
}
.how-zeus-work-items {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	gap: 30px;
	margin-top: 30px;
	justify-content: space-between;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0 10px;
}
.how-zeus-work-items::-webkit-scrollbar {
	height: 1px;
}

.how-zeus-work-items::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
}

.how-zeus-work-items::-webkit-scrollbar-thumb {
	background: #48cae4;
	border-radius: 4px;
}
.zeus-work-item {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	align-items: center;
	width: 250px;
	border-radius: 20px;
	background: #09191c;
	background-image: url(../images/zeus-work-bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 25px;
	height: 100%;
	transition: 0.3s ease-in;
}
.zeus-work-item-wrapper {
	padding: 1px;
	border-radius: 20px;
	background: linear-gradient(to bottom, #2e8495, #0f292f);
	display: inline-block;
	opacity: 0.5;
}
.zeus-work-item-wrapper.active {
	animation: blink 1s infinite;
}
.zeus-work-item-wrapper.done {
	opacity: 1;
}
@keyframes blink {
	0%,
	100% {
		opacity: 0.75;
	}
	50% {
		opacity: 1;
	}
}
.zeus-work-item .title {
	color: #fff;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top: 22px;
}
.zeus-work-item .subtitle {
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 10px;
}
h3 {
	color: #01dae3;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
h3 > span {
	color: #fff;
}
footer {
	border-top: 1px solid #01dbe318;
	background: #00050c;
	padding: 17px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 31px;
}
.footer-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 100%;
}
.footer-left {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.footer-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7.5px;
}
.levin {
	width: 20.788px;
	height: 20.788px;
	border-radius: 3.712px;
	background: #48cae4;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
}
.footer-logo > p {
	color: #48cae4;
	font-family: 'SF Pro Display';
	font-size: 17.818px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.footer-logo > p span {
	color: #fff;
}
.footer-right {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.fingerprint-txt {
	color: #000;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 56px 56px 0px 0px;
	padding: 4px 21px;
	background: linear-gradient(180deg, #88faff 0%, #01dae3 100%), #d9d9d9;
}
.fingerprint-wrap {
	border-radius: 100px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(4, 11, 13, 0.75);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	padding: 10px 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.fingerprint-wrap > p {
	color: #01dae3;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	cursor: pointer;
}
.min-max {
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.session-open-msg {
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
	margin: 10px;
}
.session-open-msg > p {
	color: #fff;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.session-open-msg > a {
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.mr-17 {
	margin-right: -17px;
}
.ml-17 {
	margin-left: -17px;
}
.faq {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.faq .title {
	color: #fff;
	font-family: 'SF Pro Display';
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
}
.faq .title span {
	color: #01dae3;
}
.faq-spoler {
	margin-top: 20px;
	max-width: 546px;
	width: 100%;
	box-sizing: border-box;
}
.faq-title > p {
	color: #fff;
	font-family: 'SF Pro Display';
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	transition: 0.3s ease-in;
	text-align: center;
}
.faq-title.active > p {
	color: #01dae3;
	transition: 0.3s ease-in;
}
.faq-title.active svg path {
	stroke: #01dae3;
	transition: 0.3s ease-in;
}
.faq-title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 10px;
	cursor: pointer;
	gap: 10px;
	padding: 15px 35px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(4, 11, 13, 0.75);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}
.faq-spoler .subtitle {
	color: #fff;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: none;
	margin-top: 20px;
}
.faq-title > img {
	pointer-events: painted;
	cursor: pointer;
}
.arrow {
	transition: 0.3s ease-in;
}
.rotate {
	transform: rotate(180deg);
	transition: 0.3s ease-in;
}
.popup-language .dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: -5px;
	border: 1px solid rgba(1, 218, 227, 0.13);
	background: rgba(0, 17, 18, 0.918);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	z-index: -1;
	width: 135px;
}
.popup-language {
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	border-radius: 31px;
	background: #48cae4;
	padding: 8px 17px;
	gap: 5px;
	color: #000;
	font-family: 'SF Pro Display';
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.popup-language > img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
.popup-language .arrow-black {
	width: 15px !important;
}
.dropdown {
	padding: 2px 4px;
	border-radius: 14px;
	background: #fff;
	border: unset;
	outline: unset;
	flex-direction: column;
	justify-content: center;
	gap: 2px;
}
.el-dropdonw {
	padding: 10px;
	cursor: pointer;
	display: flex;
	gap: 8px;
	padding: 8px;
	border-radius: 12px;
	color: #fff;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.el-dropdonw img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
.el-dropdonw:hover {
	background: #38383a;
}
.popup-language:hover .dropdown {
	display: flex;
}
/* After a language is picked, keep the menu collapsed until the pointer leaves
   (removed on mouseleave in lang.js), so it can be reopened on next hover. */
.popup-language.lang-closing:hover .dropdown {
	display: none;
}
.popup-language:hover .arrow {
	transform: rotate(180deg);
}
.restore-session-wrap {
	border-radius: 20px;
	border: 1px solid rgba(72, 202, 228, 0.09);
	background: #09191c;
	margin-top: 30px;
	max-width: 580px;
	width: 100%;
	background-image: url(../images/mix-bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 20px 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.restore-session .check-status-txt {
	color: #fff;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	opacity: 1;
	margin-top: 120px;
}
.restore-session .check-status-txt span {
	color: #01dae3;
}
.restore-session-wrap .title {
	color: #fff;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.session-input {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(4, 11, 13, 0.75);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	margin-top: 25px;
	width: 100%;
	padding: 10px;
	color: #fff;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.session-btn {
	margin-top: 30px;
	border-radius: 20px;
	background: linear-gradient(180deg, #88faff 0%, #01dae3 100%);
	box-shadow: 0px 0px 30px 0px rgba(1, 218, 227, 0.15);
	display: flex;
	padding: 20px 30px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	color: #000;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	transition: 0.3s ease-in;
}
.session-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	transition: 0.3s ease-in;
}
.pop-up {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}
.pop-up.show {
	display: flex;
}
/* first pop-up block patched below */
.pop-up-error {
	border-radius: 20px;
	padding: 20px 30px;
	background-color: #fff;
	position: fixed;
	left: 50%;
	top: -30px;
	transition: 0.5s ease-in-out;
	z-index: 25;
}
.pop-up-error.on {
	top: 80px;
	transition: 0.5s ease-in-out;
}
.selector-dropdown {
	display: none;
	align-items: center;
	flex-direction: column;
	gap: 1px;
	padding: 5px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	background: #65f2f894;
	top: 34px;
	left: -32px;
	border-radius: 5px;
	background: rgba(4, 11, 13, 0.75);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.selector-dropdown-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 5px 10px;
	cursor: pointer;
	background: #09191c00;
	width: 100%;
	border-radius: 10px;
	transition: 0.3s ease-in;
}
.selector-dropdown-item:hover {
	background: #38383a;
	transition: 0.3s ease-out;
}
.selector-dropdown-item > p {
	color: #fff;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	cursor: pointer;
	white-space: nowrap;
}
.selector-dropdown-item > img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
.blok-mix-arrow {
	transition: transform 0.3s ease;
	width: 15px !important;
}

.blok-mix-arrow.rotate {
	transform: rotate(180deg);
}
.ws-nowrap {
	white-space: nowrap;
}

.mix-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	transition: 0.3s ease-in;
}
.blok-mix-process {
	border-radius: 20px;
	border: 1px solid rgba(72, 202, 228, 0.09);
	background: #09191c;
	max-width: 780px;
	width: 100%;
	padding: 10px;
	background-image: url(../images/mix-process-bg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mix-process-info {
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(4, 11, 13, 0.75);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	padding: 6px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
}
.mix-process-info-item {
	width: 100%;
}
.mix-process-info-item-title {
	border-radius: 10px 10px 0px 0px;
	background: linear-gradient(180deg, #88faff 0%, #01dae3 100%);
	box-shadow: 0px 0px 30px 0px rgba(1, 218, 227, 0.05);
	color: #000;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 4px;
}
.mix-process-info-item-body {
	border-radius: 0px 0px 10px 10px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(4, 11, 13, 0.75);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 14px 10px;
}
.mix-process-info-item-body > p {
	color: #fff;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.mix-process-info-item-time {
	padding: 14px 10px;
}
.mix-process-info-item-time-title {
	color: #01dae3;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	white-space: nowrap;
}
.mix-process-info-item-time-body {
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 5px;
	white-space: nowrap;
}
.sent-adress-wrap {
	margin-top: 0;
}
.sent-adress-wrap-title {
	color: #000;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-radius: 10px 10px 0px 0px;
	background: linear-gradient(180deg, #88faff 0%, #01dae3 100%);
	box-shadow: 0px 0px 30px 0px rgba(1, 218, 227, 0.05);
	padding: 4px;
}
.sent-adress-wrap-body {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 14px;
	border-radius: 0px 0px 10px 10px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(4, 11, 13, 0.75);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	justify-content: center;
}
.sent-adress-output {
	color: #fff;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.mix-limits-line {
	color: rgba(255, 255, 255, 0.75);
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 12px;
}
.qr {
	display: inline-block;
	padding: 0px;
	width: 205px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	margin-top: 12px;
}
.hidden {
	display: none !important;
}

.session-open-msg {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 12px;
	padding: 8px 12px;
	background-color: rgba(255, 103, 103, 0.1);
	border: 1px solid #ff6767;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.4;
	color: #ff6767;
}

.session-open-msg .session-link {
	color: #fff;
	background-color: #ff6767;
	padding: 2px 6px;
	border-radius: 3px;
	text-decoration: none;
	font-weight: 500;
}

.session-open-msg .session-link:hover {
	background-color: #e55a5a;
}

.qr > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.copy-icon-btn {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 18px;
	padding: 0 2px;
	line-height: 1;
	opacity: 0.75;
	transition: opacity 0.15s;
	flex-shrink: 0;
	color: #01dae3;
	display: inline-flex;
	align-items: center;
}
.copy-icon-btn:hover {
	opacity: 1;
}
.copy-icon-btn.copied {
	opacity: 1;
	color: #2ecc71;
}

.blok-mix-process-box {
	width: 100%;
}
.blok-mix-process-col {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 100%;
}
.blok-mix-process-box-flex {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
}
.guarantee-leatter-wrap {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(4, 11, 13, 0.75);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	width: 100%;
	padding: 10px;
	margin-top: 10px;
}
.guarantee-leatter-wrap-title {
	color: #fff;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.mix-error-overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 50;
	top: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
}
.mix-error-box {
	border-radius: 20px;
	border: 1px solid rgba(72, 202, 228, 0.09);
	background: #09191c;
	transition: 0.5s ease-in-out;
	padding: 20px 40px;
	flex-direction: column;
	display: flex;
	align-items: center;
	background-image: url(../images/pop-back.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.mix-error-box > p {
	color: #fff;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.mix-error-box a {
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.guarantee-leatter-wrap .line {
	background: #01dae3;
	width: 100%;
	height: 1px;
	margin: 10px 0;
}
.guarantee-leatter-body {
	color: #fff;
	font-family: 'SF Pro Display';
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background-color: transparent;
	max-width: 720px;
	width: 100%;
	height: 166px;
}

.guarantee-leatter-body::-webkit-scrollbar {
	width: 10px;
}
.guarantee-leatter-body::-webkit-scrollbar-button {
	display: none;
}

.guarantee-leatter-body::-webkit-scrollbar-track {
	background: #01dbe300;
	border-radius: 10px;
}

.guarantee-leatter-body::-webkit-scrollbar-thumb {
	background: #01dae3;
	border-radius: 10px;
}

.mix-process-btn-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin-top: 10px;
	justify-content: space-between;
}
.copy-letter {
	color: #fff;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-radius: 10px;
	background: rgba(33, 78, 90, 0.75);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	padding: 9px;
	display: flex;
	align-items: center;
	gap: 5px;
	max-width: 240px;
	width: 100%;
	justify-content: center;
}
.download-btn {
	color: #000;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-radius: 10px;
	background: linear-gradient(180deg, #88faff 0%, #01dae3 100%);
	box-shadow: 0px 0px 30px 0px rgba(1, 218, 227, 0.15);
	padding: 9px;
	display: flex;
	align-items: center;
	gap: 5px;
	max-width: 324px;
	width: 100%;
	justify-content: center;
}
.coin-img {
	width: 20px;
	height: 20px;
}
.destroy-session-btn {
	color: #fff;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-radius: 10px;
	background: #ff2424;
	padding: 9px;
	display: flex;
	align-items: center;
	gap: 5px;
	max-width: 200px;
	width: 100%;
	justify-content: center;
}
.destroy-session-btn:disabled {
	pointer-events: none;
	background: #323232;
	color: #757575;
}
.burger-menu {
	display: none;
	width: 30px;
	height: 36px;
	position: relative;
	cursor: pointer;
}

/* Три полоски */
.burger-menu span {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	margin: 8px auto;
	transition: 0.3s;
}

.burger-menu.active .line1 {
	transform: rotate(45deg) translate(4px, 8px);
}

.burger-menu.active .line2 {
	opacity: 0;
}

.burger-menu.active .line3 {
	transform: rotate(-45deg) translate(6px, -9px);
}
.header-nav.burger {
	position: fixed;
	top: 66.2px;
	right: -100%;
	width: 250px;
	height: 100vh;
	background: rgba(0, 17, 18, 0.94);
	padding: 60px 20px 20px 0px;
	transition: right 0.3s ease;
	z-index: 1000;
	display: flex;
	flex-direction: column;
}

.header-nav.burger.show {
	right: 0;
	transition: right 0.3s ease;
}

.faq {
	margin-top: 100px;
}

.copy-btn {
	cursor: pointer;
	pointer-events: painted;
}
.cursor-pointer {
	cursor: pointer;
}

.copied-effect {
	background: linear-gradient(
		90deg,
		#fff 0%,
		#fff 30%,
		#00b300 50%,
		#fff 70%,
		#fff 100%
	);
	background-size: 200%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shimmer 2s linear infinite;
}
.features-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 1000px;
	justify-content: center;
	margin-top: 100px;
}
.feature-block-wrap {
	padding: 1px;
	border-radius: 20px;
	background: linear-gradient(to bottom, #2e8495, #0f292f);
	display: inline-block;
	width: fit-content;
}
.feature-block {
	border-radius: 20px;
	background: #09191c;
	padding: 20px;
	max-width: 350px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	height: 100%;
}
.feature-block img {
	width: 50px;
	height: 50px;
}
.feature-block h3 {
	color: #fff;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top: 22px;
}
.feature-block p {
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 10px;
}
.g1 {
	background: linear-gradient(137deg, #2e8495, #0f292f);
}
.g2 {
	background: linear-gradient(228deg, #2e8495, #0f292f);
}
.g3 {
	background: linear-gradient(45deg, #2e8495, #0f292f);
}
.g4 {
	background: linear-gradient(315deg, #2e8495, #0f292f);
}

@keyframes shimmer {
	0% {
		background-position: 0%;
	}
	100% {
		background-position: 200%;
	}
}
.footer-mid-rel .title {
	color: #fff;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 5px;
}
.txt-orange {
	color: #e38c01 !important;
}
.txt-green {
	color: #01e332 !important;
}

.pop-up {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}
.pop-up-line {
	padding: 1px;
	border-radius: 20px;
	background: linear-gradient(to bottom, #2e8495, #0f292f);
}
.pop-up-wrap {
	border-radius: 20px;
	border: 1px solid rgba(72, 202, 228, 0.09);
	background: #09191c;
	transition: 0.5s ease-in-out;
	padding: 20px 40px;
	flex-direction: column;
	display: flex;
	align-items: center;
	background-image: url(../images/pop-back.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.pop-up-title {
	color: #fff;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.pop-up-subtitle {
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 10px;
	max-width: 216px;
}
.pop-up-btn-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}
.no-tht {
	border-radius: 10px;
	background: #01dae3;
	padding: 9px;
	color: #00060c;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 155px;
}
.des-s {
	border-radius: 10px;
	background: #ff2424;
	padding: 8px;
	color: #fff;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 155px;
}
.pop-up.active {
	display: flex;
}
.footer-mid {
	display: flex;
	align-items: center;
	gap: 15px;
}
.footer-mid-rel > img {
	width: 60px;
	border-radius: 50%;
	cursor: pointer;
	pointer-events: painted;
}

.copied-notice {
	display: none;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.918);
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 14px;
	margin-top: 5px;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -50%;
}
.copied-active {
	display: block;
}
.footer-mid-rel {
	position: relative;
	display: inline-block;
	margin: 5px;
}
.copyright {
	margin-top: 10px;
}
.whit-wrap {
	white-space: wrap;
}
#countdown-timer {
}
.min-max-wrap {
	margin-top: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.min-max-wrap > p {
	color: #fff;
	text-align: center;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
@media (max-width: 1151px) {
	.how-zeus-work-items {
		justify-content: space-around;
	}
	.header-tor-link {
		display: none;
	}
}
@media (max-width: 800px) {
	.blok-mix-process-box-flex {
		flex-direction: column;
		align-items: center;
	}
	.mix-process-left {
		width: 100%;
	}
	.qr {
		width: auto;
		align-self: center !important;
	}
	.mix-process-info-item-body {
		padding: 14px 5px;
	}
	.mix-process-info-item-time {
		padding: 14px 5px;
	}
}

@media (max-width: 768px) {
	header {
		width: 100%;
		margin: 0;
		left: 0;
		transform: none;
		top: 10px;
		border-radius: 0;
		padding: 0 10px;
		border: none;
	}
	.blok-mix {
		padding: 20px 25px;
	}
	.header-tor {
		display: none;
	}
}
@media (max-width: 600px) {
	.burger-menu {
		display: block;
	}
	.header-nav {
		display: none;
	}
	.header-wrap {
		height: 66.2px;
	}
	.header-nav-point {
		border-radius: 0px 15px 15px 0px;
		width: 10px;
		height: 28px;
	}
	.header-nav-item {
		flex-direction: row-reverse;
		gap: 0;
	}
	.header-nav-item > a {
		margin-top: 0;
		margin-left: 20px;
	}
	.zeus-work-item {
		min-width: 200px;
		padding: 15px 10px;
	}
	.zeus-work-item .title {
		margin-top: 10px;
		font-size: 17px;
	}
	.main-wrap {
		margin: 0px;
		padding: 0 10px;
	}
	.mt150 {
		margin-top: 100px;
	}
	footer {
		padding: 16px;
	}
	.session-btn {
		padding: 10px 20px;
		font-size: 16px;
		margin-top: 15px;
	}
	.zeus {
		margin-top: 110px;
		width: 57%;
	}
	h1 {
		margin-top: 5px;
		font-size: 25px;
	}
	h2 {
		font-size: 16px;
	}
	.mix-btn {
		padding: 10px 20px;
		font-size: 16px;
		margin-top: 20px;
	}
	.input-wrap {
		margin-top: 15px;
	}
	.blok-mix {
		padding: 20px 10px;
	}
	.faq-title > p {
		font-size: 14px;
	}
	.faq-title {
		padding: 10px 5px;
	}
	.faq-spoler .subtitle {
		font-size: 14px;
	}
	.address-input {
		padding: 13px;
	}
	.percentage-wrap {
		height: 45px;
	}
	header {
		background: rgba(0, 17, 18, 0.34);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
		top: 0;
	}
	.header-left {
		backdrop-filter: blur(0px);
		-webkit-backdrop-filter: blur(0px);
		padding: 0px;
		border: none;
		background: transparent;
	}
	.header-right {
		backdrop-filter: blur(0px);
		-webkit-backdrop-filter: blur(0px);
		padding: 0px;
		border: none;
	}
	.mix-process-info {
		flex-direction: column;
	}
	.sent-adress-output {
		overflow: hidden;
	}
	.mix-process-btn-wrap {
		flex-direction: column;
	}
	.copy-letter {
		width: 100%;
		max-width: 100%;
	}
	.destroy-session-btn {
		width: 100%;
		max-width: 100%;
	}
	.download-btn {
		width: 100%;
		max-width: 100%;
	}
	.fingerprint-wrap > p {
		overflow: hidden;
		font-size: 12px;
	}
	.pop-up-wrap {
		padding: 20px 16px;
	}
	.mix-process-info-item-time-body {
		white-space: normal;
	}
}
::-webkit-scrollbar {
	border-radius: 4px;
	width: 10px;
	height: 100%;
}
::-webkit-scrollbar-track {
	background: transparent;
}
::-webkit-scrollbar-thumb {
	background: #01dae3;
	border-radius: 6px;
	border-radius: 22px;
}

.live-chat-btn {
	position: fixed;
	right: 22px;
	bottom: 22px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #1976d2 url('../images/chat.svg') center no-repeat;
	background-size: 26px 26px;
	border: none;
	cursor: pointer;
	z-index: 9999;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.live-chat-box {
	position: fixed;
	right: 22px;
	bottom: 90px;
	width: 320px;
	height: 420px;
	background: #0f1520;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	z-index: 9999;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.35);
	overflow: hidden;
}

.live-chat-box {
	right: 22px;
	bottom: 90px;
	left: auto;
	top: auto;
}

.live-chat-header {
	padding: 10px 12px;
	background: #1976d2;
	color: #fff;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.live-chat-messages {
	flex: 1;
	padding: 10px;
	overflow-y: auto;
	font-size: 13px;
}

.live-chat-input {
	display: flex;
	border-top: 1px solid #2a2f3a;
}

.live-chat-input input {
	flex: 1;
	background: #0f1520;
	color: #fff;
	border: none;
	padding: 10px;
	outline: none;
}

.live-chat-input button {
	background: #1976d2;
	border: none;
	color: #fff;
	padding: 0 14px;
	cursor: pointer;
}

.live-msg {
	margin-bottom: 8px;
	line-height: 1.4;
}

.live-msg.user {
	text-align: right;
}
.live-msg.admin {
	text-align: left;
}

.live-msg span {
	display: inline-block;
	padding: 6px 9px;
	border-radius: 8px;
	max-width: 85%;
	word-break: break-word;
}

.live-msg.user span {
	background: #1976d2;
}
.live-msg.admin span {
	background: #2b3242;
}
.live-chat-box.minimized {
	height: 44px;
}

.live-chat-box.minimized .live-chat-messages,
.live-chat-box.minimized .live-chat-input {
	display: none;
}

.live-chat-box.is-hidden {
	display: none !important;
}
