/**
 * Скрытие неактивных языковых блоков
 */
.i18n-block {
  display: none;
}

.i18n-block.active {
  display: block;
}
