.header{z-index:999;background-color:#0966ff;transition:all .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #0000001a}.header--scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0966fff2;box-shadow:0 4px 12px #00000026}.header__wrapper{justify-content:space-between;align-items:center;width:100%;padding:.75rem 0;display:flex;overflow:hidden}.header__content{align-items:center;gap:2rem;margin-left:auto;margin-right:1.25rem;display:flex}.header__content--mobile{z-index:999;background-color:#0966ff;flex-direction:column;width:100%;height:calc(100vh - 56px);min-height:100%;padding:.75rem 0;transition:transform .3s;position:fixed;top:56px;left:0;overflow-y:scroll;transform:translate(-100%)}.header__content--open{transform:translate(0)}.header__navigation{gap:2rem;margin-left:auto;margin-right:1.25rem;display:flex}.header__navigation--mobile{flex-direction:column;flex:none;align-items:flex-start;gap:0;width:100%;max-width:90%;margin:0 auto}.header__nav-link{color:#ffffffb3;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s}.header__nav-link_active{color:#fff;font-weight:600}.header__nav-link:hover{color:#b3b3b3}.header__content--mobile .header__nav-link{border-bottom:1px solid #86b1f980;width:100%;margin-top:1.25rem;padding-bottom:1.25rem}.header__content--mobile .header__nav-link:last-child{border-bottom:none}.header__login-button{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:12px;justify-content:flex-end;align-items:center;gap:6px;width:100px;height:40px;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex;position:relative}.header__login-button:hover{color:#0966ff;background-color:#fff}.header__login-button:hover .header__user-icon{opacity:0}.header__login-button:hover .header__user-icon--blue{opacity:1}.header__content--mobile .header__login-button{justify-content:center;align-items:center;width:90%;height:40px;margin-bottom:auto;padding:1rem 0;display:flex}.header__user-icon{fill:#fff;opacity:1;width:16px;height:16px;transition:opacity .2s;position:absolute;top:.625rem;left:1rem}.header__login-button:hover .header__user-icon{fill:#0966ff}.header__user-icon--blue{opacity:0;transition:opacity .2s;position:absolute;top:.625rem;left:1rem}.header__burger-button{cursor:pointer;z-index:1001;background:#fff;border:none;border-radius:50%;flex-direction:column;justify-content:space-around;width:40px;height:40px;padding:10px 5px;display:none}@media (max-width:1024px){.header__burger-button{display:flex}}.header__burger-line{transform-origin:50%;background-color:#0966ff;border-radius:1px;width:15px;height:2px;margin:0 auto;transition:all .3s}.header__burger-line--active-1{transform:rotate(45deg)translate(4px,4px)}.header__burger-line--active-2{opacity:0;transform:scale(0)}.header__burger-line--active-3{transform:rotate(-45deg)translate(5px,-5px)}.header__close-button{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:all .2s;display:none}.header__close-button:hover{color:#0966ff;background-color:#fff}.header__close-icon{line-height:1}@media (max-width:768px){.header__navigation{flex-wrap:wrap;justify-content:center;gap:1rem}.header__nav-link{font-size:.9rem}}
