@media only screen and (max-width: 767px) {

  .logoTop {
    top: 20px;
  }
  .reserve {
    top: 22px;
  }
  .btnMenu {
    top: 20px;
  }

}