.set-password__container{width:100%;background-color:#c54c4c;border-radius:25px;padding:27px 60px;display:flex;justify-content:space-between;align-items:center;gap:50px}@media screen and (max-width:1024px){.set-password__container{padding:27px 27px 27px 50px}}.set-password__container button{white-space:nowrap}@media screen and (max-width:768px){.set-password__container{padding:25px 18px;flex-wrap:wrap;justify-content:center;gap:15px}}.set-password__title{margin:0;color:#fff;font-weight:300;font-size:clamp(.625rem,.483rem + .5825vw,1rem);line-height:1.1}@media screen and (max-width:768px){.set-password__title{min-width:250px;text-align:center}}.set-password__container button{padding:14px 36px}.nav__container{background-color:#0a0e19;max-width:280px;transition:all .3s ease;height:100%}@media screen and (max-width:1024px){.nav__container{position:absolute;top:0;left:0;max-width:100%;transform:translateX(-100%)}.nav__container.open{margin:0 auto;width:100%;transform:translateX(0);display:flex;flex-direction:column;overflow-y:auto;z-index:99}.menu-wrapper{margin:0 auto;width:540px;padding:60px 0 145px}}@media screen and (max-width:768px){.menu-wrapper{width:100%;padding:66px 45px}}.nav__container-header{display:none}@media screen and (max-width:1024px){.nav__container-header{display:flex;justify-content:space-between;align-items:center}}.burger{margin-top:0;padding:0;display:none;background:none}.burger img{width:clamp(.875rem,.733rem + .5825vw,1.25rem);height:auto}@media screen and (max-width:1024px){.burger{display:block;position:relative;align-self:end}}.nav__container-content{margin-top:0;display:flex;flex-direction:column;align-items:start}@media screen and (max-width:1024px){.nav__container-content{margin-top:70px;flex-direction:row-reverse;align-items:center;justify-content:space-between}}@media screen and (max-width:768px){.nav__container-content{margin-top:50px;align-items:center}}@media screen and (max-width:450px){.nav__container-content{margin-top:50px;flex-direction:column;align-items:start}}.balance{background-color:#fff;border-radius:30px;padding:clamp(1.875rem,1.6383rem + .9709vw,2.5rem);font-family:Unbounded;font-size:clamp(.875rem,.7803rem + .3883vw,1.125rem);line-height:1.3;color:#0a0e19}@media screen and (max-width:1024px){.balance{padding:30px 80px;text-align:center}}@media screen and (max-width:768px){.balance{padding:30px;text-align:center;align-self:center}}@media screen and (max-width:450px){.balance{width:100%}}.nav__container .service-order h3,.nav__menu h3{font-family:Gill Sans Nova;font-size:clamp(1.125rem,1.0303rem + .3883vw,1.375rem)}.service-order{margin-top:28px}@media screen and (max-width:1024px){.service-order{margin-top:0}}@media screen and (max-width:450px){.service-order{margin-top:28px}}.service-order button{padding:12px 48px;margin-top:20px}.nav__menu{margin-top:40px;display:flex;flex-direction:column;gap:24px}.nav__menu-block{width:-webkit-max-content;width:max-content}.support{grid-area:support}.management{grid-area:management}.payments{grid-area:payments}.account{grid-area:account}@media screen and (max-width:1024px){.nav__menu{display:grid;grid-template-areas:"support payments" "management account";grid-template-columns:50% 50%}}@media screen and (max-width:768px){.nav__menu{margin-top:50px;display:flex}}.nav__menu-links{margin-top:20px;gap:12px;width:246px}.nav__menu-links,.nav__menu-links>button{display:flex;flex-direction:column;font-size:16px;font-weight:300;line-height:1.2;color:#a9a9a9}.nav__menu-links>button{gap:13px;width:-webkit-max-content;width:max-content;background-color:#0000;margin-left:0}.nav__menu-links>button:hover{color:#c37bd9}@media(hover:hover){.nav__menu-links>button:hover{color:#c37bd9}}@media(hover:none){.nav__menu-links>button:hover{color:inherit}}.nav__menu-links>button.active{color:#c37bd9}@media screen and (max-width:1024px){.nav__menu-links,.nav__menu-links>button{font-size:16px}}.active,.nav__menu-links a:hover{color:#c37bd9}.nav-container__footer{margin-top:38px}@media screen and (max-width:768px){.nav-container__footer{margin-top:40px}}.nav-container__footer .button{padding:16px 48px}.mobile-apps__links{display:flex;gap:12px;margin-top:10px}.mobile-apps__icon{height:40px;width:auto;transition:transform .2s}.mobile-apps__icon:hover{transform:scale(1.08)}.qr-login-modal{background:#fff;border-radius:25px;padding:30px;width:100%;max-width:400px;margin:0 auto}.qr-login-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.qr-login-modal__header h2{font-size:24px;color:#0a0e19;margin:0}.qr-login-modal__close{width:24px;height:24px;background:none;border:none;cursor:pointer;position:relative}.qr-login-modal__close:after,.qr-login-modal__close:before{content:"";position:absolute;width:100%;height:2px;background-color:#0a0e19;top:50%;left:0}.qr-login-modal__close:before{transform:rotate(45deg)}.qr-login-modal__close:after{transform:rotate(-45deg)}.qr-login-modal__title{font-size:24px;color:#0a0e19;margin:0 0 30px;text-align:center}.qr-login-modal__content{display:flex;flex-direction:column;align-items:center;gap:20px}.qr-login-modal__loading{font-size:16px;color:#0a0e19;text-align:center}.qr-login-modal__qr{display:flex;flex-direction:column;align-items:center;gap:20px}.qr-login-modal__instructions{text-align:center;color:#0a0e19;font-size:14px;line-height:1.5}.qr-login-modal__instructions p{margin:0 0 10px}.qr-login-modal__instructions p:last-child{margin-bottom:0}.qr-login-modal__message{font-size:14px;font-weight:700;text-align:center;margin:0}.qr-login-modal__message.success{color:green}.qr-login-modal__message.error{color:red}.dashboard{width:100%;background-color:#fff;border-radius:30px;padding:47px 60px;color:#f3f3f3}@media screen and (max-width:1024px){.dashboard{max-width:100%}}@media screen and (max-width:768px){.dashboard{padding:28px 20px}}.tg-bottom-nav{--tg-nav-tabs:4;font-family:Gill Sans Nova;position:fixed;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:100;display:flex;align-items:stretch;padding:6px;border-radius:28px;background:#202e4b8c;backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);border:1px solid #ffffff14;box-shadow:0 12px 32px #00000059}.tg-bottom-nav__indicator{position:absolute;top:6px;bottom:6px;left:6px;width:calc((100% - 12px)/var(--tg-nav-tabs));border-radius:22px;background:linear-gradient(135deg,#c77dfff2,#7b2cbff2);box-shadow:0 6px 16px #7b2cbf73;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .2s ease;pointer-events:none;z-index:0}.tg-bottom-nav__tab{flex:1 1;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px 6px;border-radius:22px;color:#fff9;text-decoration:none;min-width:0;transition:color .28s ease,transform .18s ease}.tg-bottom-nav__tab:active{transform:scale(.96)}.tg-bottom-nav__tab--active{color:#fff}.tg-bottom-nav__icon,.tg-bottom-nav__label{position:relative;z-index:1}.tg-bottom-nav__icon{display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1;transition:transform .28s cubic-bezier(.34,1.56,.64,1)}.tg-bottom-nav__tab--active .tg-bottom-nav__icon{transform:translateY(-1px) scale(1.08)}.tg-bottom-nav__label{font-family:Gill Sans Nova;font-size:12px;line-height:1.2;font-weight:500;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.account-page__content{padding:40px 0;display:flex;gap:40px}.account-page--telegram{margin:0 -25px}.account-page--telegram .account-page__content{padding:12px 16px calc(88px + env(safe-area-inset-bottom));display:block;gap:0}.gsi-material-button{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-appearance:none;background-color:#fff;background-image:none;border:1px solid #000;border-radius:20px;box-sizing:border-box;color:#1f1f1f;cursor:pointer;font-family:Roboto,arial,sans-serif;font-size:14px;height:40px;letter-spacing:.25px;outline:none;overflow:hidden;padding:0 12px;position:relative;text-align:center;transition:background-color .218s,border-color .218s,box-shadow .218s;vertical-align:middle;white-space:nowrap;width:auto;max-width:400px;min-width:-webkit-min-content;min-width:min-content}.gsi-material-button .gsi-material-button-icon{height:20px;margin-right:12px;min-width:20px;width:20px}.gsi-material-button .gsi-material-button-content-wrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;height:100%;justify-content:space-between;position:relative;width:100%}.gsi-material-button .gsi-material-button-contents{flex-grow:1;font-family:Roboto,arial,sans-serif;font-weight:550;text-overflow:ellipsis;vertical-align:top}.gsi-material-button .gsi-material-button-state{transition:opacity .218s;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.gsi-material-button:disabled{cursor:default;background-color:#ffffff61;border-color:rgba(31,31,31,.122)}.gsi-material-button:disabled .gsi-material-button-contents,.gsi-material-button:disabled .gsi-material-button-icon{opacity:38%}.gsi-material-button:not(:disabled):active .gsi-material-button-state,.gsi-material-button:not(:disabled):focus .gsi-material-button-state{background-color:#303030;opacity:12%}.gsi-material-button:not(:disabled):hover{box-shadow:0 1px 2px 0 #3c40434d,0 1px 3px 1px #3c404326}.gsi-material-button:not(:disabled):hover .gsi-material-button-state{background-color:#303030;opacity:8%}#appleid-signin{margin:0 auto;display:block;width:100%;max-width:300px}.apple-button-wrapper{display:inline-block;transition:transform .2s ease,box-shadow .2s ease}.apple-button-wrapper:hover{filter:brightness(.8)}.apple-button-wrapper #appleid-signin{pointer-events:auto}*{padding:0;margin:0;border:0}*,:after,:before{box-sizing:border-box}:active,:focus,a:active,a:focus{outline:none}aside,footer,header,nav{display:block}body,html{font-family:Gill Sans Nova;height:100%;width:100%;font-size:16px;line-height:1;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}button,input,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer;background:none;line-height:1}button:hover{filter:brightness(.8)}@media(hover:hover){button:hover{filter:brightness(.8)}}@media(hover:none){button:hover{filter:brightness(1)}}button::-moz-focus-inner{padding:0;border:0}a,a:hover,a:visited{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit}@font-face{font-family:Unbounded;src:url(/_next/static/media/Unbounded-Light.f8c5d5fc.eot);src:url(/_next/static/media/Unbounded-Light.f8c5d5fc.eot) format("embedded-opentype"),url(/_next/static/media/Unbounded-Light.fb8c4e0a.woff2) format("woff2"),url(/_next/static/media/Unbounded-Light.615414cb.woff) format("woff"),url(/_next/static/media/Unbounded-Light.435fcebf.ttf) format("truetype"),url(/_next/static/media/Unbounded-Light.5189161f.svg) format("svg");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Unbounded;src:url(/_next/static/media/Unbounded-Medium.3bdcc4d9.eot);src:url(/_next/static/media/Unbounded-Medium.3bdcc4d9.eot) format("embedded-opentype"),url(/_next/static/media/Unbounded-Medium.685c59bb.woff2) format("woff2"),url(/_next/static/media/Unbounded-Medium.6034d18e.woff) format("woff"),url(/_next/static/media/Unbounded-Medium.0eef460f.ttf) format("truetype"),url(/_next/static/media/Unbounded-Medium.8f846d08.svg) format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Unbounded Blond;src:url(/_next/static/media/Unbounded-Blond.bb17cc20.eot);src:url(/_next/static/media/Unbounded-Blond.bb17cc20.eot) format("embedded-opentype"),url(/_next/static/media/Unbounded-Blond.26e77614.woff2) format("woff2"),url(/_next/static/media/Unbounded-Blond.edcaa922.woff) format("woff"),url(/_next/static/media/Unbounded-Blond.54b4efce.ttf) format("truetype"),url(/_next/static/media/Unbounded-Blond.443934e9.svg) format("svg");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Unbounded;src:url(/_next/static/media/Unbounded-Regular.2beec194.eot);src:url(/_next/static/media/Unbounded-Regular.2beec194.eot) format("embedded-opentype"),url(/_next/static/media/Unbounded-Regular.3497bd2f.woff2) format("woff2"),url(/_next/static/media/Unbounded-Regular.c3227197.woff) format("woff"),url(/_next/static/media/Unbounded-Regular.f08c9290.ttf) format("truetype"),url(/_next/static/media/Unbounded-Regular.ae959d79.svg) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gill Sans Nova;src:url(/_next/static/media/GillSansLightC.6fedba27.eot);src:url(/_next/static/media/GillSansLightC.6fedba27.eot) format("embedded-opentype"),url(/_next/static/media/GillSansLightC.cd7b52db.woff2) format("woff2"),url(/_next/static/media/GillSansLightC.31079310.woff) format("woff"),url(/_next/static/media/GillSansLightC.3b028ba1.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Gill Sans Nova;src:url(/_next/static/media/GillSansNova-Book.32903f00.eot);src:url(/_next/static/media/GillSansNova-Book.32903f00.eot) format("embedded-opentype"),url(/_next/static/media/GillSansNova-Book.f54b27f3.woff2) format("woff2"),url(/_next/static/media/GillSansNova-Book.57645ae5.woff) format("woff"),url(/_next/static/media/GillSansNova-Book.76a64dff.ttf) format("truetype"),url(/_next/static/media/GillSansNova-Book.2fbe043d.svg) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gill Sans Nova;src:url(/_next/static/media/GillSansNova-Medium.78a8a277.eot);src:url(/_next/static/media/GillSansNova-Medium.78a8a277.eot) format("embedded-opentype"),url(/_next/static/media/GillSansNova-Medium.3ed3c697.woff2) format("woff2"),url(/_next/static/media/GillSansNova-Medium.f7ee0190.woff) format("woff"),url(/_next/static/media/GillSansNova-Medium.88eacfbc.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}.blur{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}.gradient-bg:before{content:"";position:absolute;top:-180%;left:-30%;right:-30%;bottom:-180%;background:radial-gradient(ellipse 40% 90% at 50% 0,#5b78a580 0,#1b2c464d 100%);z-index:-1}.gradient-bg-top:before{transform:rotate(24deg)}.gradient-bg-bottom:before{transform:rotate(204deg)}.circle-bg:after{border-radius:50%;background:linear-gradient(90deg,#31476c59,#31476c47);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:.3;filter:drop-shadow(0,1.2,14px,rgba(0,0,0,.25));z-index:-3}h1{font-size:clamp(1.75rem,1.1347rem + 2.5243vw,3.375rem);line-height:1.1;font-weight:400}h1,h2{font-family:Unbounded Blond}h2{font-size:clamp(1.375rem,1.1383rem + .9709vw,2rem);line-height:1.2}h3,h4,h5{font-size:clamp(1.125rem,1.0303rem + .3883vw,1.375rem)}h5{line-height:1.1}h5,p{font-family:Unbounded}p{font-weight:400}p,p>span{opacity:1}span{font-family:Unbounded;font-weight:300}.modal{display:flex;justify-content:center;align-items:start}.modal__container{background-color:#fff;width:clamp(18.75rem,12.5971rem + 25.2427vw,35rem)}.modal__form-header{padding:0}.modal__form-header h2{font-size:clamp(1.1rem,.95rem + .7vw,1.5rem);font-family:Unbounded;font-weight:500;margin-bottom:.5rem}.modal__form-content{margin-top:clamp(.25rem,.1rem + .8vw,.75rem);font-family:Unbounded blond;color:#6f6f6f;display:flex;flex-direction:column;gap:clamp(.6rem,.5rem + .3vw,.8rem)}.modal__form-content>a{font-family:Unbounded;font-size:clamp(.75rem,.6553rem + .3883vw,1rem);font-weight:300}.modal__form-item p{font-family:Unbounded Blond;font-size:16px;line-height:1.2;margin-bottom:4px}@media screen and (max-width:1024px){.modal__form-item p{font-size:14px}}@media screen and (max-width:768px){.modal__form-item p{font-size:13px}}.modal__form-item input{flex:1 1 auto;margin-top:8px;font-family:Unbounded;padding:clamp(.7rem,.6rem + .3vw,.9rem);font-size:clamp(.625rem,.483rem + .5825vw,1rem);font-weight:300;line-height:1.1;border:1px solid #d9d9d9;border-radius:20px;width:100%;height:clamp(2.5rem,2.2rem + 1.2vw,3.5rem);white-space:wrap;white-space:pre-wrap;color:#0a0e19}.modal__form-item input::-webkit-input-placeholder{color:#6f6f6f}.modal__form-item textarea{margin-top:20px;padding:clamp(1rem,.9053rem + .3883vw,1.25rem);font-family:Unbounded;font-size:clamp(.625rem,.483rem + .5825vw,1rem);font-weight:300;border:1px solid #d9d9d9;border-radius:20px;width:100%;color:#0a0e19;overflow:hidden}.modal__form-item textarea::placeholder{color:#6f6f6f}.modal__form-item .text{min-height:clamp(9.25rem,7.6881rem + 6.4078vh,13.375rem)}@media screen and (max-width:1024px){.modal__form-item input{margin-top:8px;height:50px}}@media screen and (max-width:768px){.modal__form-item input{margin-top:6px;height:48px}}.modal__form-contacts{display:flex;gap:40px;justify-content:space-between}@media screen and (max-width:768px){.modal__form-contacts{flex-direction:column;gap:0}}.modal__form-contacts>.modal__form-item{flex:1 1 50%;width:100%}.modal__form-content>a{display:inline-block;font-size:16px;line-height:1.1;width:100%;text-align:right}@media screen and (max-width:1024px){.modal__form-content>a{font-size:14;line-height:1.1}}@media screen and (max-width:768px){.modal__form-content>a{font-size:12px;line-height:1.1}}.modal__form-agreement{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:22px;display:flex;gap:20px;align-items:center}.modal__form-agreement .custom-checkbox__text{margin-left:0}.modal__form-agreement p{font-size:16px;font-weight:300}.modal__form-agreement a{font-weight:300}@media screen and (max-width:1024px){.modal__form-agreement p{font-size:14px}}@media screen and (max-width:768px){.modal__form-agreement p{font-size:12px}}.modal__form-footer{margin-top:clamp(.75rem,.6rem + .5vw,1rem);display:flex;align-items:center;justify-content:space-between;gap:12px}@media screen and (max-width:768px){.modal__form-footer{flex-direction:column-reverse}}.modal__form-footer-link{color:#c37bd9;white-space:nowrap;font-weight:700}.modal__form-footer p,.modal__form-footer-link{font-size:clamp(.75rem,.608rem + .5825vw,1.125rem)}.modal__form-footer p{font-family:Unbounded blond;line-height:1.3;text-align:right;white-space:wrap;width:190px}@media screen and (max-width:768px){.modal__form-footer p{width:100%;text-align:center;white-space:pre-wrap}}.modal__form-footer button{width:50%;padding:clamp(.75rem,.6rem + .6vw,1.2rem)}@media screen and (max-width:768px){.modal__form-footer button{width:100%;padding:16px}}.modal__form-message{margin-top:10px;font-size:14px}.modal__form-message.success{color:green}.modal__form-message.error{color:red}.modal__form-separator{text-align:center;margin:12px 0;color:#757575;position:relative}.modal__form-separator:after,.modal__form-separator:before{content:"";position:absolute;top:50%;width:35%;height:1px;background-color:#ddd}.modal__form-separator:before{left:0}.modal__form-separator:after{right:0}.modal__form .google-login-button{background-color:#fff;color:#757575;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 20px;border-radius:13px;transition:background-color .3s ease;width:100%}.modal__form .google-login-button:hover{background-color:#f5f5f5}.modal__form .google-login-button:before{content:"";width:18px;height:18px;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij48cGF0aCBmaWxsPSIjRUE0MzM1IiBkPSJNMjQgOS41YzMuNTQgMCA2LjcxIDEuMjIgOS4yMSAzLjZsNi44NS02Ljg1QzM1LjkgMi4zOCAzMC40NyAwIDI0IDAgMTQuNjIgMCA2LjUxIDUuMzggMi41NiAxMy4yMmw3Ljk4IDYuMTlDMTIuNDMgMTMuNzIgMTcuNzQgOS41IDI0IDkuNXoiLz48cGF0aCBmaWxsPSIjNDI4NUY0IiBkPSJNNDYuOTggMjQuNTVjMC0xLjU3LS4xNS0zLjA5LS40My00LjU1SDI0djkuMDJoMTIuOTRjLS41OCAyLjk2LTIuMjYgNS40OC00Ljc4IDcuMThsNy43MyA2YzQuNTEtNC4xOCA3LjA5LTEwLjM2IDcuMDktMTcuNjV6Ii8+PHBhdGggZmlsbD0iI0ZCQkMxRCIgZD0iTTEwLjUzIDI4LjU5Y20uNDgtMS40NS0uNzYtMi45OS0uNzYtNC41OXMuMjctMy4xNC43Ni00LjU5bC03Ljk4LTYuMTlDLjkyIDE2LjQ2IDAgMjAuMTIgMCAyNGMwIDMuODguOTIgNy41NCAyLjU2IDEwLjc4bDcuOTctNi4xOXoiLz48cGF0aCBmaWxsPSIjMzRBODUzIiBkPSJNMjQgNDhjNi40OCAwIDExLjkzLTIuMTMgMTUuODktNS44MWwtNy43My02Yy0yLjE1IDEuNDUtNC45MiAyLjMtOC4xNiAyLjMtNi4yNiAwLTExLjU3LTQuMjItMTMuNDctOS45MWwtNy45OCA2LjE5QzYuNTEgNDIuNjIgMTQuNjIgNDggMjQgNDh6Ii8+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg0OHY0OEgweiIvPjwvc3ZnPg==");background-size:contain;background-repeat:no-repeat}.social-buttons{display:flex;flex-direction:column;gap:12px;align-items:center;width:100%;max-width:300px;margin:0 auto}