/* ============================== */
/* СПИСОК РАЗДЕЛОВ (кнопками) */
/* ============================== */
.wrapperListSections {
	display: flex;
	margin: 25px 0;
}
.wrapperListSections .listSections {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 10px;
}
.wrapperListSections .itemSection a {
	display: block;
	text-align: center;
	background-color: var(--gray-color);
	padding: 12px 20px;
	line-height: 1;
	border-radius: var(--small-radius);
}

@media(max-width: 768px) {
	.wrapperListSections .itemSection a {
		padding: 10px;
		font-size: 12px;
	}
}

/* ============================== */
/* ============================== */
