.title {
  position: relative;
  height: 118px;
  z-index: 222;
}

.logo {
  position: absolute;
  top: 50%;
  left: 22.5rem;
  transform: translateY(-50%);
}

.header_login {
  position: absolute;
  top: 50%;
  right: 353px;
  transform: translateY(-50%);
}

.header_login__button {
  margin-left: 12px;
  font-size: 16px;
  color: #333;
}

.navbar {
  padding: 0;
  width: 100%;
  height: 72px;
  background-color: #1158AA;
}

.navbar ul {
  margin-left: 360px;
  padding: 0;
  display: flex;
  list-style: none;
}

.navbar li {
  font-size: 16px;
  line-height: 72px;
  text-align: center;
}

.navbar li:hover {
  background: #1F81EC;
  cursor: pointer;
}

.navbar li>a {
  display: inline-block;
  width: 170px;
  color: #fff;
}

.navbar .active {
  background: #1F81EC;
}