#nextSection{
	margin-bottom: 24px;
	margin-top: 24px;
}

#nextSection .title{
	font-family: 'Jost';
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 12px;
	padding-top: 12px;
	font-size: 14px;
	cursor: pointer;
}

#nextSection ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nextSection li a{
	-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: 4px 10px;
	font-size: 11px;
	border:1px solid #D5D5D5;
	border-radius:3px;
	margin-bottom:4px;
	font-weight:300;

}

#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_2025_main #nextSection .title {
    background-color: unset;
    font-family: 'Jost';
    font-weight:500;
}

.catalog_2025_main #nextSection li, .catalog_2025_main #nextSection .title {
    border-bottom: none;
}


.catalog_2025_main #nextSection {
    border-right: none;
    border-left: none;
    border-top: none;
}