.header{display:flex;justify-content:center;width:100vw;position:fixed;left:0;top:0;background-color:#998d84;z-index:100}.header .header-container{padding:10px 20px;width:100%;max-width:1920px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;position:sticky;top:0;z-index:999}@media(min-width:812px){.header .header-container{padding:16px 90px}}@media(min-width:1200px){.header .header-container{padding:18px 130px}}@media(min-width:1920px){.header .header-container{padding:20px 227px}}.header .header-logo{display:flex;align-items:center;flex-shrink:0}.header .header-logo img{width:auto;height:auto;max-height:36px}@media(min-width:812px){.header .header-logo img{max-height:42px}}@media(min-width:992px){.header .header-logo img{max-height:48px}}@media(max-width:480px){.header .header-logo{max-width:130px}}.header .header-nav-desktop{display:none;align-items:center;justify-content:flex-end;flex:1;gap:8px 12px}@media(min-width:992px){.header .header-nav-desktop{display:flex}}@media(min-width:1200px){.header .header-nav-desktop{gap:12px 28px}}.header .header-nav-desktop__item{padding:10px 14px;background:none;border:none;color:#fff;font-size:15px;font-weight:500;letter-spacing:.02em;cursor:pointer;border-radius:10px;transition:background-color .25s ease,color .25s ease;white-space:nowrap}@media(min-width:1200px){.header .header-nav-desktop__item{font-size:17px;padding:10px 16px}}@media(min-width:1600px){.header .header-nav-desktop__item{font-size:18px}}.header .header-nav-desktop__item:hover{background-color:hsla(0,0%,100%,.12)}.header .header-nav-desktop__item:focus-visible{outline:2px solid hsla(0,0%,100%,.85);outline-offset:2px}.header .header-burger-wrap{flex-shrink:0}@media(min-width:992px){.header .header-burger-wrap{display:none}}.header .burger-btn{background:none;border:none;cursor:pointer;padding:8px;color:#fff}.header .menu--mobile{padding:10px 20px;position:fixed;left:0;width:100%;background-color:#998d84;border-bottom-left-radius:20px;border-bottom-right-radius:20px;color:#fff;z-index:0}@media(min-width:992px){.header .menu--mobile{display:none!important;pointer-events:none;visibility:hidden}}.header .menu--mobile .menu-nav{display:flex;flex-direction:column;padding:0;z-index:1000}.header .menu--mobile .menu-nav .menu-item{padding:12px 8px;text-decoration:none;color:#fff;transition:background-color .3s;font-size:calc(14px + .2vw);text-align:left;width:100%;border-radius:8px}.header .menu--mobile .menu-nav .menu-item:hover{background-color:hsla(23,8%,46%,.6)}.header .menu--mobile.open{margin-top:50px}@media(min-width:992px){.header .menu--mobile.open{margin-top:0}}.progress-bar{display:none;position:fixed;top:80px;left:0;right:0;height:5px;background:rgba(89,90,82,.8);transform-origin:0;z-index:-1}@media(max-width:1400px){.progress-bar{height:4px;top:70px}}@media(max-width:1200px){.progress-bar{height:3px}}@media(max-width:1000px){.progress-bar{top:58px}}