/**/
.full-in-catalog .in-catalog-item{
	padding: 0 11px;
	margin-bottom: 22px;
}
.inCatalogItem {
	display: flex;
	background: #edeef8;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	padding: 12px 16px;
	border-radius: 6px;
	height: 100%;
	text-align: center;
	text-decoration: none;
    min-height: 270px;
}
.inCatalogItem:hover{
	box-shadow:  0 0 5px rgb(130, 154, 162);
	text-decoration: none;
}
.inCatalogItem span{
	display: inline-block;
	color:#222;
	font-weight: bold;
}