.m-header .m-header__logo-container {
  margin-left: 18px;
}
.mobile-btn {
  display: block;
}
.menu {
  width: 25px;
  height: 3px;
  background: black;
  margin: 39px auto;
  position: relative;
}
.menu::before {
  position: absolute;
  top: -8px;
  content: '';
  width: 25px;
  height: 3px;
  background: black;
}
.menu::after {
  position: absolute;
  bottom: -8px;
  content: '';
  width: 25px;
  height: 3px;
  background: black;
}
.mobile-line {
  display: block;
  width: 90%;
  height: 1px;
  background: #E7E7F0;
  margin: 16px auto;
}
.menu-box {
  display: none;
  float: none;
  margin: 0;
  position: relative;
  width: 100%;
  background: #FFFFFF;
}
.menu-box a {
  margin: 0 18px;
  font-size: 15px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #1A1B1D;
  line-height: 24px;
}
.mobile-login-box {
  display: none;
}
.mobile-login-box a {
  display: block;
  font-size: 15px;
  font-family: Roboto-Medium, Roboto;
  font-weight: 500;
  color: #1A1B1D;
  line-height: 18px;
  margin-bottom: 16px;
}
.mobile-login-box a:last-child {
  color: #ff446b;
}
/*# sourceMappingURL=mobileHeader.css.map */