@charset "utf-8";
/* CSS Document */

@media (max-width: 979px) {
  .layout {
    width: 100%;
    overflow: hidden;
  }
  header.pc {
    display: none;
  }
  header.mobile {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  header.mobile .btn-menu {
    position: absolute;
    left: 15px;
    top: 10px;
    height: 35px;
    width: 35px;
    cursor: pointer;
  }
  header.mobile .btn-search {
    display: none;
    position: absolute;
    right: 15px;
    top: 10px;
    height: 35px;
    width: 35px;
    cursor: pointer;
  }
  header.mobile .btn-search img {
    position: absolute;
    left: 5px;
    top: 5px;
    height: 24px;
    width: 24px;
  }
  header.mobile .logo-mobile {
    margin-top: 10px;
    height: 35px;
    width: auto;
  }
  .subNav {
    display: none;
  }
  aside.side-menu {
    display: block;
    position: fixed;
    left: 0;
    top: 55px;
    bottom: 0;
    width: auto;
    background-color: #1c1c1c;
    z-index: 9998;
    opacity: 0.9;
    margin-left: -100%;
  }
  aside.side-menu a {
    display: block;
    height: 44px;
    margin: 0 15px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-bottom: #fff 1px solid;
  }
  footer {
    height: auto;
    padding: 20px;
  }
  footer .bottom-nav {
    display: none;
  }
  footer .contact h3 {
    font-weight: 14px;
    font-weight: normal;
  }
  footer .contact {
    display: none;
  }
  .mobile-hide {
    display: none;
  }
  .contact-mobile {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
    .contact-mobile h3 {
      font-weight: normal;
    }
}

@media (min-width: 980px) {
  header.mobile {
    display: none;
  }
  .layout {
    min-width: 1280px;
  }
  .container {
    width: 1380px;
  }
  .mainNav {
    position: absolute;
    right: 160px;
    top: 0;
    height: 55px;
    text-align: right;
    font-size: 0;
  }
  .mainNav a {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    padding-right: 20px;
    padding-left: 10px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  }
  .mainNav a.menuItem_products {
    background: url(../images/important.png) right center no-repeat;
  }
}
@media (max-width: 1366px) {
.mainNav {
    position: absolute;
    right: 30px;
    top: 0;
    height: 55px;
    text-align: right;
    font-size: 0;
  }
  .mainNav a {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    padding-right: 20px;
    padding-left: 14px;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
  }
}