.block, .block-img {
	width:100%;
	height:auto;
	position:relative;
	/*transition:.7s;
	-webkit-transition:.7s;*/
	z-index:2;
}
.block {
	margin:0 0 30px 0;
	background:#FFF;
}
.block-actions {
	width:100%;
	height:auto;
	position:relative;
	/*overflow: hidden;*/
	/*margin-top:-215px;*/
 	/*transition:.7s;
 	-webkit-transition:.7s;*/
	z-index:2;
}
.news-block, .news-title, .news-text {
	position:absolute;
	z-index:3;
}
.news-block {
	position:relative;
	height:auto; /* 215 */
	width:100%;
	bottom:0px;
	/*margin-bottom:-141px;*/
 	/*transition:.7s;*/
}
.news-title {
	width:100%;
	height:80px;
	position:relative;
	font-family:clearSans-regular;
	text-align:center;
	padding-top:15px;
	/*border-bottom:1px solid #e8e8e8;*/
	overflow:hidden;
}
.news-text {
	width:100%;
	position:relative;
	margin-top:15px;
	;
}
/*.block:hover .news-block {
	margin-bottom:0;
}*/
/*md-desktop*/@media (min-width:992px) and (max-width:1199px) {
}
/*sm-tablets*/@media (min-width:768px) and (max-width:991px) {
.block-actions {
 height:250px; /*280px*/
 margin-top:-250px; /*-280px*/
}
.news-block {
 height:250px; /*280px*/
 margin-bottom:-170px; /*-185px*/
}
.news-title {
min-height:81px;
}
}
/*xs-phone*/@media (max-width:767px) {
.block {
margin:0 0 15px 0;
}
}
