.burger-btn{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:4px;width:43px;height:43px;border:2px solid var(--color-gold-transparent);border-radius:50%;background:transparent;cursor:pointer;padding:0 10px}.burger-btn__line{display:block;height:2px;width:18px;background:var(--color-gold);border-radius:5px}.burger-btn__line--short{width:14px}
