.Header .Header__top--contacts span,
.Header .Header__top--contacts span a {
  white-space: nowrap;
}

@media only screen and (min-width: 992px) {
  .Header .Header__top--search {
    margin-left: 12px;
    margin-right: 12px;
  }

  .Header .Header__top--contacts {
    gap: 20px;
    margin-left: 32px;
  }

  .Header .Header__top--link.about {
    margin-left: 14px;
    margin-right: 14px;
  }
}
