.header {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  height: 120px;
}
.header__logo {
  flex-shrink: 0;
}
.header__logo img {
  width: 170px;
}
.header__slogan {
  margin-left: 15px;
}
.header__slogan-item {
  font-size: 15px;
  line-height: 17px;
}
.header__slogan-item--bold {
  text-transform: uppercase;
  font-weight: bold;
}
.header__contacts {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}
.header__contacts-group {
  display: flex;
  flex-direction: column;
}
.header__contacts-group--with-icon {
  padding-left: 25px;
  background: no-repeat top left url(/img/phone.png);
}
.header__contact {
  font-size: 17px;
  font-weight: bold;
  color: inherit;
}
.header__contact--light {
  font-weight: normal;
  font-style: italic;
  font-size: 15px;
}
.header__hint {
  font-size: 14px;
}
.header__call-back {
  text-decoration: underline;
  color: inherit;
}
.header__call-back:hover {
  text-decoration: none;
}

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