#logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 766px) {
  #logo {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
header {
  padding: 30px;
  position: fixed;
  z-index: 10;
  left: 0;
  z-index: 999;
  right: 0;
  top: 0;
  background: none;
}
header .menu {
  font-family: "Roboto Slab";
  float: right;
  font-size: 14px;
}
header .menu li {
  list-style: none;
  float: left;
  margin-left: 30px;
}
header .menu li:first-child {
  margin-left: 0;
}
header .menu li a {
  border: none;
  color: #fff;
  text-shadow: 1px 1px #777;
  background: none;
}
header .menu li a.active {
  color: #f7941f;
}
header .menu li.hq a {
  padding: 0;
}
header .menu li.hq a span {
  display: none;
}
header .menu li.hq a img {
  width: 25px;
  margin-top: 3px;
}
header .menu li.login a {
  border: none;
}
header .menu li.login a:hover {
  color: #fff !important;
  background: #aa5f06;
}
header .menu li.log a:last-child {
  border-left: 1px solid #fff;
}
header .menu li.s-btn2 {
  display: none;
}
header .menu li.s-btn {
  display: block;
}
header .menu .close-btn {
  display: none;
}
header .m-menu {
  display: none;
}
header.stuck {
  padding: 10px;
  background: rgba(12, 12, 12, 0.8);
  transition: 0.3s;
}
header.stuck #logo img {
  width: 96px;
  margin-top: 3px;
}
header.stuck .menu {
  position: relative;
}
header.stuck .menu ul {
  margin: 8px 0 0;
}
header.stuck .menu ul a {
  text-shadow: none;
}
header.stuck .menu ul .s-btn {
  display: none;
}
header.stuck .menu ul .s-btn2 {
  display: block;
  background: rgba(169, 169, 169, 0.1);
  text-indent: -9999999px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
}
header.stuck .menu ul .s-btn2 a {
  display: block;
  background: url("../images/search-small.webp") no-repeat center;
  padding: 0;
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) and (min-width: 320px) {
  header {
    padding: 10px;
    background: rgba(12, 12, 12, 0.8);
  }
  header #logo img {
    width: 96px;
    margin-top: 8px;
  }
  header .menu {
    display: none;
  }
  header .menu li.log a {
    font-size: 16px !important;
  }
  header .menu li.log a:last-child {
    border: none;
  }
  header .menu.mob {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0c0c0c;
  }
  header .menu.mob ul {
    margin: 0;
    padding: 0;
  }
  header .menu.mob ul li {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
  }
  header .menu.mob ul li a {
    font-family: "Roboto Slab";
    font-size: 32px;
    text-shadow: none;
  }
  header .menu.mob ul li.hq span {
    display: block;
  }
  header .menu.mob ul li.hq img {
    display: none;
  }
  header .menu.mob ul li.s-btn2 {
    display: none;
  }
  header .menu.mob ul li.s-btn {
    display: block;
  }
  header .menu.mob ul li.login a {
    background: none;
  }
  header .menu.mob .close-btn {
    display: block;
  }
  header .m-menu {
    display: block;
    width: 46px;
    height: 46px;
    border: 1px dashed #fff;
    float: right;
    text-align: center;
    padding: 10px;
  }
  header .m-menu .bar {
    border-bottom: 3px solid #fff;
    display: block;
    width: 100%;
    margin: 2px 0 5px;
  }
  header.stuck .menu.mob {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0c0c0c;
  }
  header.stuck .menu.mob ul {
    margin: 0;
    padding: 0;
  }
  header.stuck .menu.mob ul li {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
  }
  header.stuck .menu.mob ul li a {
    font-family: "Roboto Slab";
    font-size: 32px;
    text-shadow: none;
  }
  header.stuck #logo img {
    width: 96px;
    margin-top: 8px;
  }
}
header,
header #logo img,
#search .search-wrap label {
  -webkit-transition: all 150ms linear 0s;
  -moz-transition: all 150ms linear 0s;
  -ms-transition: all 150ms linear 0s;
  -o-transition: all 150ms linear 0s;
  transition: all 150ms linear 0s;
}
@media screen and (max-width: 766px) {
  .icon_inside,
  header .menu.mob ul,
  header.stuck .menu.mob ul,
  .more_btn a,
  .more_btn a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
} /*# sourceMappingURL=header.css.map */
