.maxbud_mobile_header {
  margin: 6.4vw 4.27vw 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.73vw 3.47vw;
  background: #ffffff;
  box-shadow: 0vw 0.13vw 0.27vw 0vw rgba(16, 24, 40, 0.06),
    0vw 0.13vw 0.4vw 0vw rgba(16, 24, 40, 0.1);
  border-radius: 6.53vw 6.53vw 6.53vw 6.53vw;
  border: 1px solid #f2f4f7;
  box-sizing: border-box;
}

.maxbud_mobile_header_logo {
  width: 5.2vw;
  height: 5.2vw;
}

.maxbud_mobile_header > .nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.27vw;
  color: var(--sub-text-color);
  line-height: 3.47vw;
  text-transform: none;
  margin: 0 10.53vw;
}

.maxbud_mobile_header > .nav a,
.maxbud_mobile_header > .nav a:active,
.maxbud_mobile_header > .nav a:focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.maxbud_mobile_header .link.actived {
  color: var(--text-color);
}

.maxbud_mobile_header .download {
  width: 23.2vw;
  height: 6.8vw;
  background: var(--primary-color);
  box-shadow: 0vw 0.13vw 0.27vw 0vw rgba(16, 24, 40, 0.05);
  border-radius: 1.2vw 1.2vw 1.2vw 1.2vw;
  border: 1px solid var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.27vw;
  color: #ffffff;
  line-height: 3.47vw;
}

.maxbud_mobile_header .icon {
  width: 3.47vw;
  height: 3.47vw;
  margin-left: 1.2vw;
}
