.stock {
	padding-top: 70px;
	padding-bottom: 200px;
	font-family: 'Fira Sans', sans-serif;
	background: url(/local/templates/.default/images_2022/stock_bg.jpg) no-repeat left bottom;
	background-size: 100%;
}

.stock__image {
	margin-bottom: 65px;
}

.stock__image img {
	max-width: 100%;
}

.stock__date {
	margin-bottom: 12px;
	font-style: italic;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
}

.stock__name {
	margin-bottom: 35px;
	font-family: 'Rubik', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	color: #428255;
}

.stock__text {
	max-width: 800px;
	margin-bottom: 60px;
}

.stock__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 50px;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	color: #FFFFFF;
	background: #e30611;
	text-decoration: none;
	border-radius: 9999px;
	border: 1.5px solid #e30611;
}

.stock__link:hover {
	color: #ffffff;
	text-decoration: none;
	background: #c0050f;
	border-color: #c0050f;
}

@media (max-width: 992px) {
	.stock {
		padding-top: 30px;
		padding-bottom: 50px;
	}
}