.page-title {
  display: none;
}

.catalog__header .buttons-menu {
  flex-direction: column;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 36px;
}

@media (min-width: 992px) {
  .page-title {
    display: block;
  }

  .catalog__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .catalog__header .buttons-menu {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
  }
}
