header {
  height: 80px;
  color: white;
  /*padding-left: 120px;*/
  padding-right: 113px;
  background: #96856F;
}
header .logo-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
  text-decoration: none;
  color: white;
}
header nav {
  margin-left: 94px;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}
header nav a:visited {
  color: white;
}
header nav a:hover, header nav a.active, header nav a:active {
  color: var(--main);
}
header nav a {
  text-decoration: none;
}
header nav a + a {
  margin-left: 20px;
}
header .contacts {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
}

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