#langSelect,
.lang-select {
  background-image:
    url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 18h40L32 56 12 18Z' fill='%23dff8ff'/%3E%3Cpath d='M20 8h24l8 10H12l8-10Z' fill='%23f7fdff'/%3E%3Cpath d='M20 8 12 18l10 3 10-13H20Z' fill='%23b9ecff'/%3E%3Cpath d='M44 8 32 8l10 13 10-3-8-10Z' fill='%238fdcff'/%3E%3Cpath d='M22 21 32 56 42 21 32 8 22 21Z' fill='%23c9f3ff'/%3E%3Cpath d='M12 18 32 56 22 21 12 18Z' fill='%238fdcff'/%3E%3Cpath d='M52 18 42 21 32 56 52 18Z' fill='%236fcfff'/%3E%3Cpath d='M12 18h40M20 8h24M22 21h20M32 8v48' stroke='%23ffffff' stroke-width='2' stroke-opacity='.85' fill='none'/%3E%3Cpath d='M25 15 30 11M39 15 35 11M29 29 34 24' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' opacity='.95'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: 15px center !important;
  background-size: 17px 17px !important;
  padding-left: 42px !important;
}

@media (max-width: 760px) {
  #langSelect,
  .lang-select {
    background-position: 14px center !important;
    background-size: 17px 17px !important;
    padding-left: 40px !important;
  }
}
