.header__drop-navi {
  /*width: 100%;*/
  text-align: right;
  box-sizing: border-box;
  font-family: 'Boblic', sans-serif;
  font-size: 18px;
  max-height: calc(100vh - 50px);
  overflow: auto;
  line-height: 1.55555556;
}
.header__drop-navi ._inner {
  /*padding: 20px;*/
  max-width: 1350px;
  box-sizing: border-box;
  margin: auto;
}
.header__drop-navi .menu a {
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	text-transform: uppercase;
}
.drop-menu__row {
  overflow: hidden;
}
.drop-menu__row ~ .drop-menu__row {
  margin-top: 30px;
}
.drop-menu__item {
  float: left;
  width: 16.22574956%;
  padding-bottom: 20px;
}
.drop-menu__item ~ .drop-menu__item {
  margin-left: 4.40917108%;
}
.drop-menu__item h3 {
  font-size: 20px;
  text-transform: uppercase;
  padding: 3px 0;
  line-height: 1.1;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: solid 2px rgba(255, 255, 255, 0.6);
  margin: 0 0 10px;
}
.drop-menu__item h3 a {
  color: inherit;
  text-decoration: none;
}
.drop-menu__item .drop-menu__nav {
  list-style: none;
}
.drop-menu__item .drop-menu__nav a {
  color: #fff;
  text-decoration: none;
  padding: 0;
}
.drop-menu__item .drop-menu__subnav {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}
.drop-menu__item .drop-menu__subnav a {
  color: #b5e4ff;
  text-decoration: none;
  padding: 0;
}
