.widget_sd_widget_lang_switcher {
  margin-right: 15px;
}
.widget_sd_widget_lang_switcher .sd-lang-switcher {
  position: relative;
  font-size: 0;
  z-index: 1;
}
.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 > div {
  display: inline-flex;
  position: relative;
  z-index: 2;
  padding: 0;
  cursor: pointer;
  font-size: 18px;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
}
.widget_sd_widget_lang_switcher .sd-lang-item.current > div svg {
  color: #000072;
  height: 15px;
  width: 15px;
  margin-left: 5px;
}
.widget_sd_widget_lang_switcher .sd-lang-item.current > div svg:first-child {
  margin-left: 0;
  margin-right: 5px;
  color: #014EE6;
  height: 25px;
  width: 25px;
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container {
  display: none;
  position: absolute;
  top: 70px;
  border: none;
  padding: 20px;
  z-index: -1;
  background-color: #FEFCFB;
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 50%;
  border-radius: 0;
  background-color: #FEFCFB;
  clip-path: polygon(0 100%, 50% 50%, 100% 100%);
  transform: translate(-50%, 0);
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container:after {
  content: "";
  height: 50px;
  width: 100%;
  display: inline-block;
  top: -50px;
  position: absolute;
  left: 0;
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container .sd-lang-item {
  margin-top: 5px;
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container .active a {
  color: #014EE6;
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container a {
  display: flex;
  height: 30px;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  align-items: center;
  cursor: pointer;
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container a:hover {
  color: #014EE6;
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container a span {
  text-transform: uppercase;
  margin-left: 5px;
}

@media screen and (max-width: 1250px) {
  .widget_sd_widget_lang_switcher {
    display: none;
  }
}

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