.new-element-bg{
	background:#f4f4f4 url(images/bg.png);
	width:100%;
	margin:20px 0; 
	padding:15px 0 0 0;
	border-top:1px solid #ededed;
}

.new-element-name{
	font-size:24px;
	margin-bottom:15px;
}

.new-element{text-align:justify}
.new-element:before{content:'';display:block;width:100%}
.new-element:after{content:'';display:inline-block;width:100%}

.new-element li{
	display:inline-block;
	position:relative;
	overflow:hidden;
	width:230px;
	height:180px;
	border:1px solid #ededed;
	margin-bottom:10px;
	background:#fff;
	box-shadow:1px 1px 10px rgba(0,0,0,.1);
	-webkit-border-radius:15px 0 15px 0; 
     -khtml-border-radius:15px 0 15px 0;	
	   -moz-border-radius:15px 0 15px 0; 
	     -o-border-radius:15px 0 15px 0;
	        border-radius:15px 0 15px 0;
}

.new-element li a{	
	display:block;
	width:100%;
	height:100%;	
	text-decoration:none;    
}

.new-element-title {
	background:#fff;
	width:200px;
	margin:0 15px;
	padding:10px 0;
	line-height:15px;
	color:#272727;
	text-align:left;
}
.new-element-image{
	width: 100%;
	height: 120px;
}

.new-element-image img{
	display:block;
	margin:0 auto;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.new-element-cat{
	background:#314051;
	position:absolute;
	display:block;
	width:100%;
	height:18px;
	bottom:0;
	padding:0 15px;
	text-align:left;
	font-size:8px;
	line-height:18px;
	color:#fff;
	text-transform:uppercase;
}
.new-element-bg li:hover{border-color:#db0000;box-shadow:0 0 0}
.new-element-bg li:hover .new-element-cat{background:#db0000}
.new-element-bg li:hover .new-element-title{color:#db0000}






