.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:visible}.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{align-items:center;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__lang{align-items:center;display:flex;position:relative}.header__lang-trigger{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;min-width:140px;height:40px;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex;position:relative}.header__lang-trigger:hover,.header__lang-trigger--open{color:#0966ff;background-color:#fff}.header__content--mobile .header__lang-trigger{justify-content:space-between;width:90%;margin:1.25rem auto 0}.header__lang-value{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.header__lang-caret{justify-content:center;align-items:center;display:inline-flex}.header__lang-icon{opacity:.9;transition:transform .15s}.header__lang-icon--open{transform:rotate(180deg)}.header__lang-menu{z-index:5;background:#fff;border-radius:12px;flex-direction:column;gap:4px;min-width:100%;padding:6px;display:flex;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 12px 24px #0000002e}.header__lang-option{color:#20272b;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;width:100%;height:32px;padding:0 10px;font-size:.875rem;font-weight:500;display:flex}.header__lang-option:hover{background:#f3f3f3}.header__lang-option--active{color:#fff;background:#0966ff}.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:center;align-items:center;gap:10px;width:auto;min-width:120px;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__content--mobile .header__login-button{justify-content:center;align-items:center;width:90%;height:40px;margin-bottom:auto;padding:1rem 0;display:flex}.header__login-icon{flex:0 0 16px;width:16px;height:16px;position:relative}.header__user-icon{fill:#fff;opacity:1;width:16px;height:16px;transition:opacity .2s;top:0;left:0}.header__login-button:hover .header__user-icon{fill:#0966ff}.header__user-icon--blue{opacity:0;width:16px;height:16px;transition:opacity .2s;position:absolute;top:0;left:0}.header__login-button:hover .header__user-icon--blue{opacity:1}.header__user-info{color:#fff;cursor:pointer;align-items:center;gap:8px;padding:.5rem 1rem;display:flex}.header__content--mobile .header__user-info{flex-direction:column;justify-content:center;gap:12px;width:90%;margin-bottom:auto;padding:1rem 0}.header__user-avatar{object-fit:cover;background-color:#0966ff;border:2px solid #fff;border-radius:50%;flex-shrink:0;width:32px;height:32px;padding:4px}.header__content--mobile .header__user-avatar{width:48px;height:48px}.header__user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:.875rem;font-weight:500;overflow:hidden}.header__content--mobile .header__user-name{text-align:center;max-width:100%;font-size:1rem}@media (max-width:768px){.header__user-name{max-width:150px}}.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}}
