header.header {
    position: absolute;
    z-index: 999;
    width: 100%;
}
.menu_open {
    cursor: pointer;
    position: fixed;
    top: 55px;
    left: 40px;
    z-index: 9999;
    padding: 0;
}

.logo {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -90px;
}
.menu_content {
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    width: 630px;
    height: 100%;
    z-index: 9990;
    display: none;
    padding-top: 100px;
}
.menu_wrapper {
    position: fixed;
    overflow-y: auto;
    padding-bottom: 130px;
    height: 100%;
    width: inherit;
    left: 0;
    padding-left: 160px;
}
.menu_open.black {
    background: url(/Files/App_002/Images/menu_open.png) no-repeat center #0a407d;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.languages_wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #FFF;
    padding: 10px 0;
}


@media (max-width: 1200px) {
  .menu_content {
    width: 420px;
  }
  .menu_wrapper {
    padding-left: 100px;
  }
}

@media (max-width: 991px) {
  .menu_open {
    top: 50px;
    left: 20px;
  }
  .menu_wrapper {
    padding-left: 20px;
  }
.menu_content {
    width: 280px;
    padding-top: 0;
    top: 120px;
  }
  .menu_mask {
    top: 120px;
  }
}

@media (max-width: 767px) {
  .menu_content {width: 100%;}
}

.menu_mobile_content {
    height: 120px;
    position: fixed;
    background: #FFF;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
   box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.logo.mobile {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -33px;
height: 90%;
}
.logo.mobile img{max-height: 100%;}
.languages_wrapper.mobile {
    width: auto;
    right: 10px;
    bottom: inherit;
    top: 40px;
}
.menu_mask {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: none;
}





