

/* Start:/bitrix/templates/aspro_next/components/bitrix/news/pricelist/bitrix/news.list/.default/style.css?16487515861371*/
.prices{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	gap:30px;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-top:31px;
}
.prices-item{
	height: 92px;
	width:230px;
	-webkit-filter: drop-shadow(0px 11px 8px rgba(46,52,58,0.06));
	        filter: drop-shadow(0px 11px 8px rgba(46,52,58,0.06));
	background-color: #ffffff;
	border: 1px dashed #cfcfcf;
	text-align:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.price-item-pic{
	vertical-align:middle;
	display:inline-block;
}
.prices-item:hover{
	border:1px solid;
}
.prices-item:hover::before{
	content:'Посмотреть прайс лист';
	line-height:92px;
	font-size: 13px;
	color: #fedf08;
	font-weight: 700;
	text-align: center;
	text-transform:uppercase;
	background-color:#2b2b2b;
	opacity:0.9;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	display:block;
	z-index:1;
}

@media (max-width:1333px){
	.prices{
		gap:20px;
	}
}
/* End */
/* /bitrix/templates/aspro_next/components/bitrix/news/pricelist/bitrix/news.list/.default/style.css?16487515861371 */
