.header{padding:12px 0;position:relative;z-index:100}.header__row{display:flex;align-items:center;justify-content:space-between;background:#000;padding:12px 24px}.header__row a{display:flex}.header__row ul{display:flex;align-items:center;justify-content:flex-end;gap:48px}@media (max-width:900px){.header__row ul{display:none}}.header__row ul li a{color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:130%}.header__row ul li a:hover{color:#5842e3}.header__row .mobile-btn{display:none}@media (max-width:900px){.header__row .mobile-btn{display:flex}}.header__row .mobile-btn.menu-opened svg path{fill:#5842e3;stroke:#5842e3}.mobile-menu{position:fixed;background:#000;z-index:99;left:0;top:0;width:100%;height:100vh;padding:82px 16px 16px 16px;visibility:hidden;opacity:0;transition:all 0.5s}.mobile-menu.menu-opened{visibility:visible;opacity:1}.mobile-menu nav{display:flex;flex-direction:column;align-items:flex-start;gap:20px;padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid rgba(255, 255, 255, 0.1)}.mobile-menu nav a{font-size:26px}.mobile-menu>a{color:rgba(255, 255, 255, 0.4);font-size:18px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-0.1px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}