.header-first .lang-switcher {
  float: right;
  margin-left: 17px;
}

.header-first .lang-switcher ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-first .lang-switcher ul li a {
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  line-height: 1.53;
  color: #ffffff;
  font-weight: 500;
}

.header-first .lang-switcher ul li a:hover {
  color: #249ec5;
}

@media (max-width: 991px) {
  .header-first .lang-switcher {
    float: none;
    position: absolute;
    right: 80px;
    top: 83px;
    z-index: 99;
  }
}
