.header-menu {
  flex-shrink: 0;
  width: 2.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: transparent;

  .icon {
    position: relative;

    .svg {
      display: block;
    }

    .img {
      position: absolute;
      top: -13px;
      right: -7px;
      z-index: 1;
      width: 21px;
      height: 21px;
    }
  }
}
