.detail.partners.partners{
	overflow: initial;
}
.detail.partners .detailimage .img-partner.img-partner{
	box-shadow: none;
}
.categories{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 15px;
}
.categories__item{
	width: 50%;
	padding: 30px;
	border: 1px solid #f0f0f0;
	margin: 0 -1px -1px 0;
	-webkit-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
	-moz-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
	-o-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
	transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
	position: relative;
}
.categories__item:hover{
	border-color: #fff;
	box-shadow: 0px 0px 27px rgba(0,0,0,0.1);
}
.categories__item-hide{ display: none }
.categories__item-img{
	float: none;
	text-align: center;
	height: 135px;
	line-height: 132px;
	padding-bottom: 30px;
}
.categories__item-img img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
	display: inline-block;
}
.categories__item-title{
	font-size: 1em;
	line-height: 1.33em;
	font-weight: bold;
	color: #000000;
}
.categories__item-title:hover{
	color: #5fa0e0;
}
.categories__item-more{ cursor: pointer; }
.categories__item-link{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/*
*
*/
@media (min-width: 768px)
{
	.categories__item{
		width: 33.33%;
	}
}
@media (min-width: 992px)
{
	.categories__item{
		width: 20%;
	}
}