.catalog-rows {
	max-width: 1200px;
	margin: auto;
	padding: 10px;
}
.catalog-row {
	margin-bottom: 20px;
}

.catalog-row h3 {
	color: #231f20;
}
.catalog-row h3:first-letter {
	color: #fdb913;
	text-transform: uppercase;
}

.catalog-cols,
.catalog-cols > li,
.catalog-col ol,
.catalog-col ol li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.catalog-cols {
	display: flex;
	flex-flow: row wrap;
}
.catalog-cols > li {
	margin: 0 25px 20px 0;
}
.catalog-col ol {
	display: block;
	margin-top: 10px;
}
/*
.catalog-col ol:after {
	cursor: pointer;
	content: 'еще';
	font-size: 10pt;
	color: gray;
	border-bottom: 1px dashed;
}
*/
.catalog-col ol li {
	margin: 5px 0;
}
.catalog-col ol li:nth-child(1n+10) {
	display: none;
}
.catalog-cols label {
	font-weight: 500;
}