body.header-fixed header {
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 0;
  width: 100%;
  z-index: 2;
}
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 

  .alt-header .main-header__logo {
    color: rgb(0, 0, 0);
  }

  body.header-fixed .main-header__logo {
    font-size: 30px;
  }

  header.alt-header {
    background: rgb(8, 0, 0);
  }

  .alt-header a {
    color: rgb(248, 248, 248);
  }
}


body.header-fixed .main-header__logo {
    width: 157px;
    height: 70px;
}
.show-nav .mob{
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
    position: fixed;
    top: 0;
    right: 0;
}
.lan{
    float: left;
    
    font-size: 10px;
    width: 18px;
}
.lan-bar{
    width: 25px;
}