.header-burger{width:50px;height:50px;display:none;justify-content:center;align-items:center;flex-direction:column;gap:8px;z-index:6}.header-burger div{height:2px;width:20px;background:#000;transition:.4s}.header-burger--active div:first-child{transform:translateY(5px) rotate(45deg)}.header-burger--active div:last-child{transform:translateY(-5px) rotate(-45deg)}@media screen and (max-width:600px){.header-burger--active div{background:#000!important}}@media screen and (max-width:1100px){.header-burger{display:flex}}