.widget_sd_widget_lang_switcher {
  height: 45px;
  margin-right: 35px;
  display: flex;
  align-items: center;
}
.widget_sd_widget_lang_switcher .sd-lang-switcher {
  position: relative;
  font-size: 0;
}
.widget_sd_widget_lang_switcher .sd-lang-switcher.open .sd-lang-dropdown-container, .widget_sd_widget_lang_switcher .sd-lang-switcher.hover .sd-lang-dropdown-container {
  display: block !important;
}
.widget_sd_widget_lang_switcher .sd-lang-item {
  height: 30px;
}
.widget_sd_widget_lang_switcher .sd-lang-item.current {
  display: inline-flex;
  position: relative;
  z-index: 2;
}
.widget_sd_widget_lang_switcher .sd-lang-item.current div {
  display: inline-flex;
  padding: 0;
  cursor: pointer;
}
.widget_sd_widget_lang_switcher .sd-lang-item.current div:after {
  content: "";
  display: inline-block;
  border-right: 2px solid #000004;
  border-bottom: 2px solid #000004;
  height: 10px;
  width: 10px;
  position: absolute;
  transform: rotateZ(45deg);
  right: -20px;
  top: 9px;
}
.widget_sd_widget_lang_switcher .sd-lang-item svg {
  display: inline-block;
  width: 40px !important;
  height: 30px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container {
  top: 0;
  display: none;
  position: absolute;
  padding-top: 30px;
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container .sd-lang-item {
  margin-top: 5px;
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container a {
  display: block;
  height: 30px;
  padding: 0;
}

@media screen and (max-width: 1600px) {
  .widget_sd_widget_lang_switcher {
    height: 37px;
  }
  .widget_sd_widget_lang_switcher .sd-lang-item {
    height: 25px;
  }
  .widget_sd_widget_lang_switcher .sd-lang-item svg {
    width: 33px !important;
    height: 25px !important;
  }
  .widget_sd_widget_lang_switcher .sd-lang-item.current div:after {
    height: 8px;
    width: 8px;
    right: -17px;
    top: 7px;
  }
  .widget_sd_widget_lang_switcher .sd-lang-dropdown-container {
    padding-top: 25px;
  }
  .widget_sd_widget_lang_switcher .sd-lang-dropdown-container .sd-lang-item {
    margin-top: 4px;
  }
  .widget_sd_widget_lang_switcher .sd-lang-dropdown-container a {
    height: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .widget_sd_widget_lang_switcher {
    height: 33px;
  }
  .widget_sd_widget_lang_switcher .sd-lang-item {
    height: 22px;
  }
  .widget_sd_widget_lang_switcher .sd-lang-item svg {
    width: 29px !important;
    height: 22px !important;
  }
  .widget_sd_widget_lang_switcher .sd-lang-item.current div:after {
    height: 7px;
    width: 7px;
    right: -15px;
  }
  .widget_sd_widget_lang_switcher .sd-lang-dropdown-container {
    padding-top: 22px;
  }
  .widget_sd_widget_lang_switcher .sd-lang-dropdown-container a {
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .widget_sd_widget_lang_switcher {
    margin-right: 0;
    margin-left: 20px;
    height: 40px;
  }
}

/*# sourceMappingURL=style.css.map */
