.nav-lang {
  display: flex;
  align-items: center;
  margin-left: 16px;
  flex-shrink: 0;
}

.lang-switcher-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 92px;
  height: 40px;
  padding: 0 34px 0 14px;
  border: 1px solid rgba(212, 169, 60, 0.22);
  background:
    linear-gradient(45deg, transparent 50%, #E8C96A 50%) calc(100% - 18px) calc(50% - 2px) / 6px 6px no-repeat,
    linear-gradient(135deg, #E8C96A 50%, transparent 50%) calc(100% - 13px) calc(50% - 2px) / 6px 6px no-repeat,
    rgba(13, 10, 6, 0.72);
  color: #FAFAF8;
  font-family: 'Syne', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
}

.lang-switcher-select:focus {
  outline: none;
  border-color: rgba(232, 201, 106, 0.5);
}

.lang-switcher-select:disabled {
  opacity: 0.72;
  cursor: wait;
}

@media (max-width: 900px) {
  .nav-lang {
    margin-left: auto;
    margin-right: 12px;
  }

  .lang-switcher-select {
    min-width: 84px;
    height: 38px;
    padding: 0 30px 0 12px;
    font-size: 10px;
  }
}
