.items-filter .show-other:before {
	content: "Показать все (";
}

.items-filter .show-other:after {
	content: ")";
}

.items-filter-button:before {
	content: "Показать фильтр";
}

.items-filter-button.items-filter-on:before {
	content: "Скрыть фильтр";
}