.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}

.header button {
  border-radius: 30px;
  padding: 0 1rem;
}

.header nav,
.nav-contacts {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}

.header nav {
  padding: 1rem;
}

.header .nav-contacts {
  background-color: #f8f9fa;
  padding: 0.2rem 1rem;
}

.header .nav-contacts .nav-links a {
  color: #666;
  font-weight: normal;
  font-size: 0.8rem;
  text-decoration: none;
  margin: 0.5rem;
}

.header .nav-contacts .link-icons a {
  margin-right: 0.5rem;
}

.navbar-all-items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 0) and (max-width: 991px) {
  body {
    padding-top: 83px !important;
  }
  .header .nav-contacts {
    display: none;
  }
}
