@media screen and (max-width: 1080px) {
  .header-menu {
    display: none;
  }
  .header-search {
    display: none;
  }
  .site-logo {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.5rem;
  }
  .site-logo img {
    max-width: 130px;
  }
  .content__wrap {
    background-image: none;
  }
  :root {
    --page-padd: 10px;
  }
  header {
    margin-bottom: 10px;
  }
  header .header {
    margin: 0;
  }
  .header .bc {
    margin-top: 10px;
  }
}

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