.p-stock-status__row {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.p-stock-status__delivery {
	display: inline-flex;
	align-items: center;
	height: 24px;
	padding: 0 10px;
	border-radius: 6px;
	background: #e9f8ef;
	color: #0a9b4a;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.vremya-rabotu {
  font-size: 13px;
  line-height: 34px;
  color: #E2E2E2;
  white-space: nowrap;
}