.pro-zpr-links-page-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px 40px;
	box-sizing: border-box;
}

.pro-zpr-links-row {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.pro-zpr-links-col {
	box-sizing: border-box;
}

.pro-zpr-links-col--filter {
	flex: 0 0 100%;
	max-width: 100%;
}

.pro-zpr-links-col--results {
	flex: 1 1 100%;
	max-width: 100%;
}

@media (min-width: 768px) {
	.pro-zpr-links-col--filter {
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}

	.pro-zpr-links-col--results {
		flex: 0 0 calc(66.666% - 24px);
		max-width: calc(66.666% - 24px);
	}
}

.title-st {
	font-size: 28px;
	text-align: center;
	margin: 30px;
	color: #5e76ac;
	font-weight: 600;
}

.links-category-stati .link-main {
	padding-top: 0 !important;
	padding-right: 20px !important;
	font-weight: 400;
}

.pro-zpr-links-catalog .author-st {
	margin-bottom: 20px;
	color: #0000ff;
	font-style: italic;
}

.pro-zpr-links-catalog .about-st {
	color: #808080;
}

.cat-step {
	width: 100%;
	padding: 0;
	margin: 20px 0;
}

.cat-step div {
	width: 100%;
	padding: 5px 0 5px 20px;
	cursor: pointer;
	border-radius: 30px;
}

.link-step:hover {
	color: #526aa0;
}

.link-main {
	font-weight: 600;
}

.link-step {
	position: relative;
	margin-left: 20px;
}

.link-step::before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	border: 1px solid #c9c9c9;
	border-radius: 3px;
	left: -20px;
	top: 2px;
	box-sizing: border-box;
}

.link-step.active::before {
	border: 1px solid #5e76ac;
	background-color: #5e76ac;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M1 5l3 3 7-7'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 10px;
}

.link-step.no-active {
	color: #878787;
}

.link-step.no-active:hover {
	background: none;
	color: #878787;
	cursor: default;
}

.f-reset {
	width: 100%;
	text-align: center;
	color: #fff;
	background: #5e76ac;
	padding: 10px;
	margin: 20px 0;
	border-radius: 30px;
	cursor: pointer;
	user-select: none;
}

.f-reset:hover {
	background: #526aa0;
}

.link-cat {
	margin: 10px 0;
	color: #484075;
	border-bottom: 1px solid #f1f1f1;
}

.row-link {
	margin: 20px 0;
}

.row-link .link-title a {
	color: #5e76ac;
	text-decoration: none;
	font-weight: 600;
}

.row-link .link-title a:hover {
	text-decoration: underline;
}

.title-step {
	margin: 0;
	font-weight: 600;
	padding: 0 10px;
}

.category-row.child {
	margin-left: 10px;
}
