/* language toggler scci */
 
.tui_scci_language_toggler__utilities-list {
  display: flex;
  align-items: center;
}
 
.tui_scci_language_toggler__dropdown button {
  font-size: var(--font-size-300);
  font-weight: var(--body-font-weight-regular);
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--gray-alpha-white-90-a);
  background: transparent;
  border: 0;
  padding: 0;
}
 
.tui_scci_language_toggler__dropdown button:hover{
      color: var(--gray-alpha-white-90-a);
        background: transparent;
}
 
html[lang="fr"] .tui_scci_language_toggler__dropdown button {
  font-size: var(--font-size-150);
}
 
.tui_scci_language_toggler__dropdown button span.lp::before {
  font-size: 10px;
  color: var(--gray-alpha-white-90-a);
}
 
.tui_scci_language_toggler__dropdown.active {
  position: relative;
  height: 30px;
  background: #fff;
  margin-top: -24px;
  padding-top: 12px;
  z-index: 99;
}
 
.tui_scci_language_toggler__dropdown.active button::after {
  content: "";
  background-color: var(--neutral-alpha-08-a);
  height: 1px;
  width: -webkit-fill-available;
  width: -moz-available;
  margin: 0 var(--spacing-regular);
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 90;
}
 
.tui_scci_language_toggler__dropdown.active button,
.tui_scci_language_toggler__dropdown.active span.lp::before,
.tui_scci_language_toggler__dropdown.active ul li {
  color: var(--neutral-alpha-70-a);
  cursor: pointer;
}
 
.tui_scci_language_toggler__dropdown.active button:hover,
.tui_scci_language_toggler__dropdown.active button:focus,
.tui_scci_language_toggler__dropdown.active button:focus-visible{
     color: var(--neutral-alpha-70-a);
}
 
.tui_scci_language_toggler__dropdown.active ul li {
  padding-bottom: 4px;
}
 
.tui_scci_language_toggler__dropdown.active ul li a {
  font-size: var(--font-size-200);
  color: var(--text-on-light-highlight);
  font-weight: var(--body-font-weight-regular);
  line-height: 150%;
}
 
html[lang="ru"] .tui_scci_language_toggler__dropdown.active ul li a {
  word-break: break-all;
}
 
.tui_scci_language_toggler__dropdown.active ul li a:hover,
.tui_scci_language_toggler__dropdown.active ul li a:focus {
  text-decoration: underline;
}
 
.tui_scci_language_toggler__dropdown.active ul li:last-child {
  padding-bottom: 0;
}
 
.tui_scci_language_toggler__dropdown.active button,
.tui_scci_language_toggler__dropdown.active ul {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #00396b14;
  padding-right: var(--spacing-regular);
  padding-left: var(--spacing-regular);
  gap: 18px;
  position: relative;
  border-radius: 0;
  background: #FFFFFF;
}
 
.tui_scci_language_toggler__dropdown.active button {
  border-bottom-color: #fff;
  outline: none;
}
 
.tui_scci_language_toggler__dropdown a.button:focus:not(:focus-visible),
.tui_scci_language_toggler__dropdown button:focus:not(:focus-visible) {
  background-color: transparent;
}
 
.tui_scci_language_toggler__dropdown.active a.button:focus:not(:focus-visible),
.tui_scci_language_toggler__dropdown.active button:focus:not(:focus-visible) {
  background-color: #fff;
}
 
.tui_scci_language_toggler__dropdown.active ul {
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 22px;
  padding-bottom: 16px;
  list-style: none;
}
 
.tui_scci_language_toggler__topbar {
  margin: auto;
  box-sizing: border-box;
}
 
.tui_scci_language_toggler_top_wrapper {
  background: #004370;
}
 
.tui_scci_language_toggler__topbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 12px;
  padding-bottom: 12px;
      max-width: var(--screen-width);
    height: 56px;
}
 
@media screen and (min-width: 1200px) {
  .tui_scci_language_toggler__topbar {
    justify-content: flex-end;
  }
}


@media screen and (min-width: 1600px) {
  .tui_scci_language_toggler__topbar {
    padding-left: 0;
     padding-right: 0;
  }
}