

/* Start:/bitrix/templates/aspro_next1/components/bitrix/news.list/stocks/style.css?16883190141581*/
.news_stock {
	margin-top: 20px;
	margin-bottom: 30px;
}
.news_stock_item {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
}
.news_stock_item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	pointer-events: none;
	transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.news_stock_item img {
	width: 100%;
	max-height: 187px;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.news_stock_item:hover img {
	transform: scale(1.25);
}
.news_stock_item:hover::after {
	background: rgba(0, 0, 0, 0.5);
}
.news_stock_item div {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	padding: 10px 15px;
}
.news_stock_item p {
	font-size: 14px !important;
	color: #808080;
	margin-bottom: 0;
}
.news_stock_item p span {
	font-size: 14px !important;
}
.news_stock_item a {
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	margin-top: auto;
}

@media screen and (min-width: 576px) {
	.news_stock_item {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (min-width: 768px) {
	.news_stock {
		display: flex;
		flex-wrap: wrap;
		gap: 1px;
	}
	.news_stock_item {
		max-width: calc(50% - 1px);
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (min-width: 1200px) {
	.news_stock_item {
		max-width: calc(33.3% - 1px);
	}
}

/* End */
/* /bitrix/templates/aspro_next1/components/bitrix/news.list/stocks/style.css?16883190141581 */
