@media screen and (max-width: 1199px) {
  .menu-toggle {
    display: flex !important;
    font-family: "Neris", sans-serif;
    height: 33px;
    width: 33px;
    background-color: #faa92c;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 0 0 22px;
    padding: 0;
  }
  .menu-toggle svg {
    width: unset;
    height: 20px;
    color: #000004;
  }
}
@media screen and (max-width: 767px) {
  .menu-toggle {
    margin-left: 0;
    height: 40px;
    width: 40px;
  }
}

/*# sourceMappingURL=style.css.map */
