.shop-brand-nav {
	padding: 20px;
	margin: 0;
	list-style: none;
	margin: 0 -5px 0 0;
}

.shop-brand-nav__item {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
	list-style: none;
    padding: 0 5px 0 0;
	margin: 0 0 20px;
}

.shop-brand-nav__item_current {
}

.shop-brand-nav-item {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	word-spacing: normal;
	text-decoration: none;

}

.shop-brand-nav-item__image {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.shop-brand-nav-item__name {
	text-align: left;
	display: block;
}