.menu {
  box-sizing: border-box;
  height: 100vh;
  background-color: #111;
  font-weight: var(--main-font-weight);
  overflow: auto;
  font-family: 'Golos Text', sans-serif;
  z-index: 1;
}

.menu__top {
  margin-bottom: 32px;
  position: sticky;
  top: 0;
  z-index: 1;
}

@media (min-width: 576px) {
  .menu__top {
    margin-bottom: 56px;
  }
}

.menu__nav {
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .menu__nav {
    margin-bottom: 0;
  }
}

.menu__phone-number {
  display: block;
  margin-bottom: 16px;
  color: inherit;
  text-decoration: none;
  letter-spacing: 2px;
}

.menu__call-to-order {
  display: block;
  width: fit-content;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
