

/* Start:/local/templates/main/components/bitrix/news.list/partner/style.css?1746107502541*/
.row-flex {
	display: flex;
	flex-flow: row wrap;
}

.part{
	border:1px solid #efefef;
	height:140px;
	line-height: 140px;
}

.part_img {
  -webkit-filter: grayscale(40%);
  -moz-filter: grayscale(40%);
  -ms-filter: grayscale(40%);
  -o-filter: grayscale(40%);
  filter: grayscale(40%);
  filter: gray; /* IE 6-9 */
  
  width:85%; 
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
}
.part_img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
}
/* End */
/* /local/templates/main/components/bitrix/news.list/partner/style.css?1746107502541 */
