.catalog-subscribe-labels {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.catalog-element__btn-subscribe::before {
	display: inline;
}

.catalog-element__btn-subscribe--subscribe::before {
	content: "Подписаться";
}

.catalog-element__btn-subscribe--arrival::before {
	content: "Узнать о поступлении";
}

.catalog-element__btn-subscribe--preorder::before {
	content: "Предзаказ";
}

.catalog-element__btn-subscribe--subscribed::before {
	content: "Уже подписаны";
}
