.brandsNav1 {
	position: relative;
	margin-top: 10px;
}

.brandsNav1:after{
	content: '';
	position: absolute;
	border-bottom: 1px solid #f0f0f0;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 1px;
}

.brandsNav1>.items>.item>a {
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}

.brandsNav1>.items>.item.active>a {
	color: #fff;
	background: #d50673;
}


.brandsNav1 + h1 {
    margin-top: 15px;
}

div.elements.Brands div.items div.item div.descr-wrapper div.title {
	font-size: 32px;
}

div.elements.Brands div.items div.item div.descr-wrapper div.item2-wrapper {
	margin-top: 15px;
}

div.elements.Brands div.items div.item div.descr-wrapper div.item2-wrapper .item2 {
	padding: 5px 0;
}

div.elements.Brands div.items div.item div.descr-wrapper div.item2-wrapper .item2 a {
	text-decoration: none;
}