
@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.50);
    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;
}

.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.00);
    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(../image/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(../image/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: .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: .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: .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: .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(../image/zeus-work-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 25px;
    height: 100%;
    transition: .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.60);
    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.60);
    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.60);
    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: .3s ease-in;
    text-align: center;
}
.faq-title.active>p{
    color: #01DAE3;
    transition: .3s ease-in;
}
.faq-title.active svg path{ 
    stroke: #01DAE3;
    transition: .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;
}
.mt150{
    margin-top: 150px;
}
.arrow{
    transition: .3s ease-in;
}
.rotate{
    transform: rotate(180deg);
    transition: .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;
}
.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(../image/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;
}
.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: .3s ease-in;
}
.session-btn:disabled{
    opacity: 0.5;
    cursor: not-allowed;
    transition: .3s ease-in;
}
.pop-up {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 20;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.pop-up.show{
    display: flex;
}
.pop-up-error{
    border-radius: 20px;
    padding: 20px 30px;
    background-color: #FFF;
    position: fixed;
    left: 50%;
    top: -30px;
    transition: .5s ease-in-out;
    z-index: 25;
}
.pop-up-error.on{
    top: 80px;
    transition: .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: .3s ease-in;
}
.selector-dropdown-item:hover{
    background: #38383a;
    transition: .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: .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(../image/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.60);
    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: 5px;
}
.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;
}
.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;
}
.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: 160px;
    height: 160px;
    display: block;
}

.blok-mix-process-box{
    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: .5s ease-in-out;
    padding: 20px 40px;
    flex-direction: column;
    display: flex;
    align-items: center;
    background-image: url(../image/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.60);
    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: 150px;
}

.copy-btn {
    cursor: pointer;
    pointer-events: painted;
}

.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.60);
    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: 20;
    top: 0;
    width: 100%;
    height: 100%;
    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: .5s ease-in-out;
    padding: 20px 40px;
    flex-direction: column;
    display: flex;
    align-items: center;
    background-image: url(../image/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.50);
    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;
    }
}
@media (max-width: 800px){
    .blok-mix-process-box-flex{
        flex-direction: column;
        align-items: center;
    }
    .qr{
        width: auto;
    }
    .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;
    }
}
@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;
}