:root .header{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;

  font-size: inherit;
}

.header__center{
  margin-left: 5%;
}

:root .header__right{
  width: auto;
  margin-left: auto;

  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.lang-ui{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  vertical-align: middle;
  background: url(/local/templates/main/img/lang_switcher.png) no-repeat center 25%;
  width: 40px;
}

@media only screen and (max-width: 1050px) { .lang-ui{ padding: 5px 15px; background: url(/local/templates/main/img/lang_switcher.png) no-repeat center 35%; } }

.lang-ui__item {
  text-decoration:none;
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
}

.lang-ui__item:first-child {
  margin-right: 10px;
}

.lang-ui__item{
  cursor: pointer;
}

.lang-ui__item.is-selected{
  cursor: default;
  border-bottom: #f2eb3b 2px solid;
}
