.langList {
  padding: 1.25rem 1rem;
}
.langList_item {
  color: #426fa3;
}
.langList_item:hover {
  color: #30aed2;
}
.langList_item + .langList_item {
  margin-top: 1rem;
}
.langList_flag {
  display: inline-block;
  white-space: nowrap;
}
.langList_flag:before {
  content: "";
  box-sizing: content-box;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 12px;
  border: 1px solid #ddd;
  margin-right: 0.5rem;
}
.langList_flag__ru:before {
  background-image: url("/themes/comp1/img/flag-ru.png");
}
.langList_flag__en:before {
  background-image: url("/themes/comp1/img/flag-en.png");
}
.langList_flag__de:before {
  background-image: url("/themes/comp1/img/flag-de.png");
}
.langList_flag__su:before {
  background-image: url("/themes/comp1/img/flag-su.png");
}

/*# sourceMappingURL=../maps/component/langList.css.map */
