

/* Start:/local/templates/kitchen/components/bitrix/news.list/stocks_list/style.css?17292565692004*/
#stock {
	padding: 30px 0;
}
.stock--inner {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.stock--inner_item {
	width: calc(50% - 15px);
}
.stock--inner_item {
	display: flex;
}
.stock-img {
	width: 50%;
	flex: none;
}
.stock-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px 0 0 10px;
}
.stock-text {
	background: #FED819;
	padding: 30px;
	border-radius: 0 10px 10px 0;
}
.stock-text h3 {
	color: #000000;
	font-size: 28px;
	line-height: normal;
}
.stock-text p {
	color: #000000;
	font-size: 10px;
	font-weight: 700;
	line-height: normal;
}
.stock-text span.stock-line {
	content: '';
	display: block;
	width: 116px;
	height: 3px;
	background: black;
	margin-bottom: 25px;
}

.stock-text h4 {
	color: #000000;
	font-size: 26px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}
.stock-text p.dis {
	color: #000000;
	font-size: 28px;
	font-weight: 700;
	line-height: normal;
	background: #fff;
	display: inline-block;
	padding: 15px 20px;
}

@media (max-width: 1300px) {
	.stock--inner_item {
		width: 100%;
	}
	.stock-text h3 {
		font-size: 28px;
	}
	.stock-text h4 {
		font-size: 28px;
	}
	.stock-text p {
		font-size: 10px;
	}
	.stock-text {
		padding: 35px;
	}
	.stock--inner .slick-slide {
		height: 300px !important;
	}
}
@media (max-width: 590px) {
	.stock-text h3 {
		font-size: 21px;
	}
	.stock-text h4 {
		font-size: 21px;
	}
	.stock-text {
		padding: 15px;
	}
	.stock-text p.dis {
		font-size: 18px;
	}
	.stock--inner .slick-slide {
		height: 255px !important;
	}
}
@media (max-width: 550px) {
	.stock--inner .slick-slide {
		height: auto !important;
	}
	.stock--inner_item {
		flex-direction: column;
	}
	.stock-img {
		width: 100%;
	}
	.stock-img img {
		border-radius: 10px 10px 0 0;
	}
	.stock-text {
		border-radius: 0 0 10px 10px;
	}
	.stock-text h3 {
		font-size: 24px;
	}
	.stock-text h4 {
		font-size: 24px;
	}
	.stock-text p.dis {
		font-size: 18px;
	}
	.stock-text p {
		font-size: 14px;
	}
	.slick-slide img {
		height: 235px;
	}
}

/* End */
/* /local/templates/kitchen/components/bitrix/news.list/stocks_list/style.css?17292565692004 */
