.widget_sd_widget_lang_switcher {
  margin-left: 45px;
}
.widget_sd_widget_lang_switcher .sd-lang-switcher {
  position: relative;
  font-size: 16px;
  font-family: "Runda", sans-serif;
  color: #FFF;
  text-transform: uppercase;
}
.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;
  height: 40px;
  z-index: 2;
  padding-right: 10px;
}
.widget_sd_widget_lang_switcher .sd-lang-item.current div {
  display: inline-flex;
  padding: 0;
  cursor: pointer;
  align-items: center;
}
.widget_sd_widget_lang_switcher .sd-lang-item.current div:after {
  content: "";
  display: inline-block;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  height: 6px;
  width: 6px;
  position: relative;
  transform: rotateZ(45deg);
  right: -10px;
  top: -1px;
}
.widget_sd_widget_lang_switcher .sd-lang-item svg {
  display: inline-block;
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container {
  top: 40px;
  display: none;
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  z-index: 9;
  background-color: #FFF;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}
.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: flex;
  align-items: center;
  height: 30px;
  padding: 0;
  color: #03192d;
}

.mobile-menu-sidebar .widget_sd_widget_lang_switcher {
  display: inline-flex;
  width: fit-content;
  margin-right: 15px;
}
.mobile-menu-sidebar .widget_sd_widget_lang_switcher .sd-lang-switcher {
  height: 40px;
  padding: 0 10px;
  background-color: #1d3042;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mobile-menu-sidebar .widget_sd_widget_lang_switcher .sd-lang-switcher:hover {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.mobile-menu-sidebar .widget_sd_widget_lang_switcher .sd-lang-switcher .sd-lang-dropdown-container {
  left: 0;
  min-width: 100%;
  padding: 0 15px 10px;
  background-color: #1d3042;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.mobile-menu-sidebar .widget_sd_widget_lang_switcher .sd-lang-switcher .sd-lang-dropdown-container a {
  color: #FFF;
}

@media screen and (max-width: 1600px) {
  .widget_sd_widget_lang_switcher {
    margin-left: 37px;
  }
  .widget_sd_widget_lang_switcher .sd-lang-switcher {
    font-size: 14px;
  }
  .widget_sd_widget_lang_switcher .sd-lang-item {
    height: 25px;
  }
  .widget_sd_widget_lang_switcher .sd-lang-item svg {
    width: 17px;
    height: 17px;
    margin-right: 8px;
  }
  .widget_sd_widget_lang_switcher .sd-lang-item.current {
    height: 35px;
    padding-right: 8px;
  }
  .widget_sd_widget_lang_switcher .sd-lang-dropdown-container {
    top: 33px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 17px;
  }
  .widget_sd_widget_lang_switcher .sd-lang-dropdown-container a {
    height: 25px;
  }
  .mobile-menu-sidebar .widget_sd_widget_lang_switcher {
    margin-right: 12px;
  }
  .mobile-menu-sidebar .widget_sd_widget_lang_switcher .sd-lang-switcher {
    height: 35px;
  }
  .mobile-menu-sidebar .widget_sd_widget_lang_switcher .sd-lang-switcher .sd-lang-dropdown-container {
    padding: 0 12px 8px;
  }
}
@media screen and (max-width: 1400px) {
  .widget_sd_widget_lang_switcher {
    margin-left: 33px;
  }
  .widget_sd_widget_lang_switcher .sd-lang-item {
    height: 22px;
  }
  .widget_sd_widget_lang_switcher .sd-lang-item svg {
    width: 15px;
    height: 15px;
    margin-right: 7px;
  }
  .widget_sd_widget_lang_switcher .sd-lang-item.current {
    padding-right: 7px;
  }
  .widget_sd_widget_lang_switcher .sd-lang-dropdown-container {
    top: 29px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .widget_sd_widget_lang_switcher .sd-lang-dropdown-container a {
    height: 22px;
  }
  .mobile-menu-sidebar .widget_sd_widget_lang_switcher {
    margin-right: 11px;
  }
  .mobile-menu-sidebar .widget_sd_widget_lang_switcher .sd-lang-switcher .sd-lang-dropdown-container {
    padding: 0 11px 7px;
  }
}
@media screen and (max-width: 1250px) {
  .widget_sd_widget_lang_switcher {
    display: none;
  }
}

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