.tabs-oferta {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.tab-button {
	padding: 10px 20px;
	margin-right: 10px;
	border: none;
	background: #ccc;
	cursor: pointer;
}

.tab-button.active {
	background: #727070;
	color: white;
}

.header-oferta,
.head-oferta {
	text-align: center;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #55B14D;
}

.static-page__text {
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	color: #484848;
	margin-top: 15px;
}

ol.static-page__text {
	counter-reset: li;
}

.static-page__item-ol {
	margin-bottom: .75rem;
}

.wrap-head-oferta {
	counter-reset: li;
	list-style: none
}

li.static-page__item-ol:before {
	content: counters(li, ".") ". ";
	counter-increment: li;
}

.content-oferta {
	margin-bottom: 25px;
}