header.site-header form.lang-switch,
.site-header form.lang-switch {
  display: inline-flex !important;
  align-items: center !important;
  margin-left: 14px !important;
  position: relative !important;
}

header.site-header form.lang-switch select,
.site-header form.lang-switch select,
form.lang-switch select {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 78px !important;
  min-width: 78px !important;
  height: 34px !important;
  padding: 0 28px 0 10px !important;
  border: 1px solid rgba(216, 173, 79, .85) !important;
  border-radius: 6px !important;
  background: #14181d !important;
  color: #f4ead4 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 34px !important;
  letter-spacing: .05em !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.34) !important;
  cursor: pointer !important;
}

header.site-header form.lang-switch::after,
.site-header form.lang-switch::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #d8ad4f;
  transform: translateY(-35%);
}
