.catalog-item{
	border: 1px solid #EEEEEE;
	background-color: #fff;
	width: 100%;
	max-width: 300px;
	height: 418px;
	padding: 0 !important;
	transition: 0.5s;
}
.catalog-item-container{
	width: max-content;
}
.catalog-item-wrap{
	height: 100%;
	padding: 34px 40px;
}
.catalog-item-pic{
	height: 220px;
}
.catalog-item-img{
	height: inherit;
	object-fit: cover;
}
.catalog-item-title{
	padding: 20px 0;
	height: 110px;
	color: var(--text-black);
	line-height: 1.2;
	font-size: 16px;
	font-weight: 500;
	overflow: unset !important;
	white-space: unset !important;
}
.catalog-item-price-val, .catalog-item-price-measure{
	color: var(--text-black);
	font-size: 20px;
	font-weight: bold;
	font-family: "PTSansCaptionBold";
}
.catalog-item-buy{
	display: none;
}
/*
.catalog-item:hover{
	transform: scale(1.09) translateY(-17px);
	position: relative;
	z-index: 999;
}
*/
.catalog-item-buy{
	justify-content: center;
	align-items: center;
}
.catalog-item-buy__link{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 110px;
	color: #fff !important;
	background-color: #000;
}
.catalog-item-buy__link:hover{
	text-decoration: none !important;
}
.catalog-item:hover .catalog-item-buy{
	display: flex;
}
.catalog-item-link{
	text-decoration: none !important;
}
@media(max-width: 1480px){
	.catalog-item{

	}
}