@media screen and (max-width: 768px) {
  .page {
    width: 100% !important;
    padding: 0px;
    margin-bottom: 0px;
  }

  .header .head-top-wrap {
    height: auto;
    padding: 15px 20px !important;
    margin: 0px;
    grid-template-columns: 72px 1fr 30px;
  }

  .block-logo img {
    width: 70px !important;
  }

  .header-btns-wrapper{
    display: none !important;
  }

}