.widget_sd_widget_lang_switcher {
  margin-left: 45px;
}
.widget_sd_widget_lang_switcher.language-switcher-mobile {
  display: none;
}
.widget_sd_widget_lang_switcher .sd-lang-switcher {
  position: relative;
  font-size: 0;
  z-index: 999999;
}
.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.current {
  display: inline-flex;
  position: relative;
  z-index: 2;
}
.widget_sd_widget_lang_switcher .sd-lang-item.current div {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  cursor: pointer;
}
.widget_sd_widget_lang_switcher .sd-lang-item.current div .lang-name {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #646A71;
}
.widget_sd_widget_lang_switcher .sd-lang-item.current div .lang-code {
  display: none;
}
.widget_sd_widget_lang_switcher .sd-lang-item.current div:after {
  position: relative;
  top: 2px;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 9'%3E%3Cpath fill='%23646A71' d='M0,1.57L1.57,0l6,5.87L13.43,0l1.57,1.57-7.57,7.43L0,1.57Z'/%3E%3C/svg%3E");
}
.widget_sd_widget_lang_switcher .sd-lang-item svg {
  display: inline-block;
  min-height: 12px;
  min-width: 18px;
  -webkit-box-shadow: 0px 0px 10px -5px rgb(0, 0, 0);
  -moz-box-shadow: 0px 0px 10px -5px rgb(0, 0, 0);
  box-shadow: 0px 0px 10px -5px rgb(0, 0, 0);
  -webkit-transition: filter 0.2s ease-out;
  -moz-transition: filter 0.2s ease-out;
  -o-transition: filter 0.2s ease-out;
  transition: filter 0.2s ease-out;
}
.widget_sd_widget_lang_switcher .sd-lang-item svg:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container {
  position: absolute;
  top: 0;
  left: -15px;
  display: none;
  width: auto;
  padding: 30px 15px 15px;
  background-color: #FFF;
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container .sd-lang-item {
  margin-top: 15px;
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  height: 12px;
  padding: 0;
}
.widget_sd_widget_lang_switcher .sd-lang-dropdown-container a .lang-name {
  font-size: 14px;
  font-weight: bold;
  color: #646A71;
}

@media screen and (max-width: 1600px) {
  .widget_sd_widget_lang_switcher {
    margin-left: 37px;
  }
  .widget_sd_widget_lang_switcher .sd-lang-item.current div {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  .widget_sd_widget_lang_switcher {
    margin-left: 33px;
  }
}
@media screen and (max-width: 1200px) {
  html.menu-open .widget_sd_widget_lang_switcher.language-switcher-mobile {
    display: block;
  }
  html.menu-open .widget_sd_widget_lang_switcher.language-switcher-mobile .sd-lang-item div {
    color: #FFF;
  }
  html.menu-open .widget_sd_widget_lang_switcher.language-switcher-mobile .sd-lang-item div:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 9'%3E%3Cpath fill='%23fff' d='M0,1.57L1.57,0l6,5.87L13.43,0l1.57,1.57-7.57,7.43L0,1.57Z'/%3E%3C/svg%3E");
  }
  html.menu-open .widget_sd_widget_lang_switcher.language-switcher-mobile .sd-lang-item div .lang-name {
    display: none;
  }
  html.menu-open .widget_sd_widget_lang_switcher.language-switcher-mobile .sd-lang-item div .lang-code {
    display: block !important;
    text-transform: uppercase;
    font-weight: bold;
  }
  html.menu-open .widget_sd_widget_lang_switcher.language-switcher-mobile .sd-lang-dropdown-container {
    min-width: 87px;
    background-color: #008963;
    right: unset;
    left: -15px;
  }
  html.menu-open .widget_sd_widget_lang_switcher.language-switcher-mobile .sd-lang-dropdown-container a {
    width: max-content;
  }
  html.menu-open .widget_sd_widget_lang_switcher.language-switcher-mobile .sd-lang-dropdown-container a .lang-name {
    display: none;
  }
  html.menu-open .widget_sd_widget_lang_switcher.language-switcher-mobile .sd-lang-dropdown-container a .lang-code {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
  }
}

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