#stoves {
	padding:45px 0px;
	background: rgb(245,245,246);
	background: linear-gradient(180deg, rgba(220,220,220,1) 0%, rgba(255,255,255,0) 100%);
}
#stoves .head {
	margin-bottom:35px;
}
#stoves .item {
	padding:1px;
	position: relative;
}
#stoves .item img {
	border-radius: 5px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .5s;
}
#stoves .item .maske {
	position: absolute;
	left:1px;
	top:1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	z-index: 2;
	display:flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color:rgba(48,55,63,.9);
	color:whitesmoke;
	opacity: 0;
	transition: .5s;
}
#stoves .item .maske i {
	display:block;
	text-align: center;
	font-size:20px;
	line-height: 20px;
}
#stoves .item .maske span {
	display:block;
	margin-top:15px;
	text-align: center;
	font-weight: 300;
	opacity: .8;
	letter-spacing: .5px
}
#stoves .item:hover .maske {
	opacity: 1;
}
#stoves .item:hover img {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
@media screen and (max-width:992px) {
	#stoves .item .maske span {
		font-size:10px;
	}
}
#stoves {}
#stoves {}
#stoves {}