.header-menu-btn{align-items:center;background:var(--secondary-bg);border-radius:50%;cursor:pointer;display:flex;height:34px;justify-content:center;position:absolute;right:var(--space-xxs);transition:background-color .2s linear;width:34px}.header-menu-btn:hover{background-color:var(--secondary-bg-darker)}@media(min-width:768px){.header-menu-btn{height:48px;width:48px}}@media(min-width:1440px){.header-menu-btn{display:none;flex-shrink:0;order:unset;position:absolute;right:var(--space-xxs);transition:none}.header-menu-btn_active{display:flex}}.header-menu-btn__inner{width:11px}@media(min-width:768px){.header-menu-btn__inner{width:16px}}.header-menu-btn span{background-color:var(--main-bg);border-radius:8px;display:block;height:1.5px;transition:all .2s ease-in;width:100%}.header-menu-btn span:not(:last-child){margin-bottom:3px}@media(min-width:768px){.header-menu-btn span{border-radius:11px;height:2px}.header-menu-btn span:not(:last-child){margin-bottom:4px}}.header-menu-btn_active span:first-child{transform:translateY(4.5px) rotate(45deg)}@media(min-width:768px){.header-menu-btn_active span:first-child{transform:translateY(6px) rotate(45deg)}}.header-menu-btn_active span:nth-child(2){opacity:0}.header-menu-btn_active span:nth-child(3){transform:translateY(-4.5px) rotate(-45deg)}@media(min-width:768px){.header-menu-btn_active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}}
