@media only screen and (max-width: 992px) {
  header .header-top .top-contacts {
    display: none;
  }
  header .header-top .social-list {
    text-align: center;
  }
}