#nextSection {
	margin-bottom: 24px;
	border-radius: 4px;
	margin-top: 24px;
}

#nextSection .title {
	font-family: "robotobold";
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 12px;
	font-size: 14px;
	cursor: pointer;
}

#nextSection ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nextSection li a,
#nextSection li .sectionLink {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
	padding: 12px 24px;
	font-size: 13px;
}

#nextSection li .cnt {
	float: right;
}

#nextSection .sectionLine {
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

#nextSection .sectionColumn {
	display: table-cell;
	vertical-align: middle;
}

#nextSection .sectionColumn.last {
	width: 60px;
}

/* Раскрытие брендов на корне /catalog */
#nextSection details {
	border: 0;
	margin: 0;
	padding: 0;
}

#nextSection details > summary {
	list-style: none;
	cursor: pointer;
	position: relative;
	outline: none;
}

#nextSection details > summary::-webkit-details-marker {
	display: none;
}

#nextSection details > summary::before {
	content: "▶";
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 8px;
	color: #999;
	pointer-events: none;
}

#nextSection details[open] > summary::before {
	content: "▼";
}

#nextSection ul.children {
	padding: 0;
	margin: 0;
}

#nextSection ul.children li a {
	padding-left: 40px;
	font-size: 12px;
}

#nextSection ul.children li:last-child {
	border-bottom: 0;
}
