header__inline-menu{
  position: relative;
}

.header__inline-menu span {
  font-size: 16px;
}

.header-line {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: red;
  z-index: 100;
}
