#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding-top: 42px;
  transition: 0.4s transform ease-in;
}
@media (max-width: 999px) {
  #header {
    padding-top: 25px;
  }
}
#header.nav-up {
  transform: translateY(-100%);
}
#header .header-inner {
  height: 56px;
}
@media (max-width: 999px) {
  #header .header-inner {
    height: 45px;
    justify-content: space-between;
  }
}
#header .logo {
  width: 89px;
  position: relative;
  z-index: 2;
}
@media (max-width: 999px) {
  #header .logo {
    margin-top: 13px;
  }
}
#header .contact {
  position: relative;
  z-index: 2;
  transition: 0.2s color ease;
}
#header .contact div {
  margin-right: 100px;
}
#header .contact div:last-child {
  margin-right: 200px;
}/*# sourceMappingURL=header.css.map */