.Header-module-scss-module__wS1-Va__header{z-index:1000;width:100%;transition:background-color .3s,box-shadow .3s;position:fixed;top:0;left:0}.Header-module-scss-module__wS1-Va__header.Header-module-scss-module__wS1-Va__sticky{background:#f6f0e9;box-shadow:0 4px 12px #00000026}.Header-module-scss-module__wS1-Va__header__inner{justify-content:space-between;align-items:center;padding:14px 0;display:flex}.Header-module-scss-module__wS1-Va__header__inner-logo{justify-content:center;align-items:center;width:271px;display:flex}.Header-module-scss-module__wS1-Va__header__inner-logo img{width:100%;height:auto}.Header-module-scss-module__wS1-Va__burger,.Header-module-scss-module__wS1-Va__nav__inner-lines,.Header-module-scss-module__wS1-Va__nav__inner-info{display:none}.Header-module-scss-module__wS1-Va__nav__inner ul{justify-content:center;align-items:center;display:flex}.Header-module-scss-module__wS1-Va__nav__inner ul li{margin-right:20px}.Header-module-scss-module__wS1-Va__nav__inner ul li:last-child{margin-right:0}.Header-module-scss-module__wS1-Va__nav__inner ul li a{font-family:var(--second-font);color:var(--black);padding:8px;font-size:14px;font-weight:400;line-height:100%;transition:all .2s ease-in-out;position:relative}.Header-module-scss-module__wS1-Va__nav__inner ul li a.Header-module-scss-module__wS1-Va__active,.Header-module-scss-module__wS1-Va__nav__inner ul li a:hover{color:var(--primary)}.Header-module-scss-module__wS1-Va__userInfo{align-items:center;gap:12px;display:flex}.Header-module-scss-module__wS1-Va__userEmail{font-family:var(--second-font);color:var(--black);font-size:14px}.Header-module-scss-module__wS1-Va__logoutButton{font-family:var(--second-font);color:var(--primary);cursor:pointer;background:0 0;border:none;padding:8px;font-size:14px;transition:all .2s ease-in-out}.Header-module-scss-module__wS1-Va__logoutButton:hover{opacity:.7}@media (max-width:1024px){.Header-module-scss-module__wS1-Va__userInfo{display:none}.Header-module-scss-module__wS1-Va__header{border:1px solid #0000000d}.Header-module-scss-module__wS1-Va__header.Header-module-scss-module__wS1-Va__active{background:#f6f0e9}.Header-module-scss-module__wS1-Va__header__inner{height:65px}.Header-module-scss-module__wS1-Va__header__inner>button{display:none}.Header-module-scss-module__wS1-Va__nav{z-index:9;background:#0006;width:100%;height:calc(100% - 67px);transition:all .2s ease-in-out;position:fixed;top:67px;left:0;transform:translate(100%)}.Header-module-scss-module__wS1-Va__nav.Header-module-scss-module__wS1-Va__active{-moz-ransform:translate(0,0);transform:translate(0)}.Header-module-scss-module__wS1-Va__nav__inner{justify-content:unset;box-sizing:border-box;z-index:1;border:unset;border-radius:unset;width:100%;max-width:450px;height:100%;-webkit-backdrop-filter:unset;backdrop-filter:unset;background:#f6f0e9;flex-direction:column;align-items:flex-end;padding:40px 20px 20px;position:absolute;top:0;right:0;overflow:hidden}.Header-module-scss-module__wS1-Va__nav__inner-lines{pointer-events:none;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.Header-module-scss-module__wS1-Va__nav__inner-lines img{width:auto;height:100%}.Header-module-scss-module__wS1-Va__nav__inner-info{z-index:2;text-align:center;background:#f8e8d9;border-radius:16px;flex-direction:column;align-items:center;width:100%;padding:56px 20px;display:flex;position:relative}.Header-module-scss-module__wS1-Va__nav__inner-info h5{margin-bottom:20px;font-size:18px;font-weight:500;line-height:140%}.Header-module-scss-module__wS1-Va__nav__inner-info button:before{display:none!important}.Header-module-scss-module__wS1-Va__nav__inner ul{text-align:center;z-index:2;flex-direction:column;align-items:center;margin-bottom:32px;position:relative}.Header-module-scss-module__wS1-Va__nav__inner ul li{margin:0 0 24px}.Header-module-scss-module__wS1-Va__nav__inner ul li a{padding:0;font-size:32px;font-weight:700;line-height:130%}.Header-module-scss-module__wS1-Va__nav__inner ul li a.Header-module-scss-module__wS1-Va__active:before{width:100%}.Header-module-scss-module__wS1-Va__burger{cursor:pointer;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s ease-in-out;display:flex;position:relative}.Header-module-scss-module__wS1-Va__burger__inner{width:19px;height:16px;position:relative}.Header-module-scss-module__wS1-Va__burger__inner:before{background-color:var(--black);content:"";border-radius:3px;width:74%;height:2px;transition:all .3s;position:absolute;top:0;right:0}.Header-module-scss-module__wS1-Va__burger__inner span{background-color:var(--black);border-radius:3px;width:100%;height:2px;transition:all .2s ease-in-out;position:absolute;top:50%;right:0;transform:translateY(-50%)}.Header-module-scss-module__wS1-Va__burger__inner:after{background-color:var(--black);content:"";border-radius:3px;width:48%;height:2px;transition:all .3s;position:absolute;bottom:0;right:0}.Header-module-scss-module__wS1-Va__burger:hover{opacity:.8}.Header-module-scss-module__wS1-Va__burger.Header-module-scss-module__wS1-Va__active .Header-module-scss-module__wS1-Va__burger__inner:before{background:var(--primary);width:100%;top:50%;right:50%;transform:translate(50%,-50%)rotate(45deg)}.Header-module-scss-module__wS1-Va__burger.Header-module-scss-module__wS1-Va__active .Header-module-scss-module__wS1-Va__burger__inner span{opacity:0}.Header-module-scss-module__wS1-Va__burger.Header-module-scss-module__wS1-Va__active .Header-module-scss-module__wS1-Va__burger__inner:after{background:var(--primary);width:100%;bottom:50%;right:50%;transform:translate(50%,50%)rotate(-45deg)}}@media (max-width:540px){.Header-module-scss-module__wS1-Va__header__inner{height:58px;padding:15px 0}.Header-module-scss-module__wS1-Va__header__inner-logo{width:230px}.Header-module-scss-module__wS1-Va__nav{height:calc(100% - 58px);top:58px}}
