/*
theme name: WBR Energies
Template: tectxon
*/
.tm-container-for-header .lang-switcher {
  float: left;
  position: relative;
  z-index: 10;
  margin-top: 20px;
  margin-left: 10px;
}
.tm-container-for-header .lang-switcher ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tm-container-for-header .lang-switcher img {
  width: 20px;
  height: auto;
}

@media (max-width: 1200px) {
  .tm-container-for-header {
    display: flex;
    justify-content: center;
  }
  .tm-container-for-header .lang-switcher {
    margin: 20px 10px 0 0;
  }
}