#dropdownLang.container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#dropdownLang.container-inner .switcher-multisites {
  display: none;
}
#dropdownLang.container-inner.show .switcher-multisites {
  position: absolute;
  z-index: 1000;
  top: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.6rem 1.4rem -0.6rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.6rem 1.4rem -0.6rem rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}
#dropdownLang.container-inner.show .switcher-multisites ul {
  margin: 0;
}
#dropdownLang.container-inner.show .switcher-multisites li {
  padding: 0;
}
#dropdownLang.container-inner.show .switcher-multisites li a {
  color: #333333;
}
#dropdownLang.container-inner.show .switcher-multisites li a:hover {
  color: #0ca2e0;
}
#dropdownLang .icon {
  display: block;
  width: 4rem;
  height: 4rem;
}
#dropdownLang .icon::before {
  background-image: url(../../images/language-black.svg);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: 50%;
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
}
#dropdownLang .dropdown-lang-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
#dropdownLang .dropdown-lang-toggle .current::after {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
/*# sourceMappingURL=block_switcher_multisites.css.map */
