

/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/news/action-news/bitrix/news.detail/.default/style.css?17507569881514*/
.news-detail{
	width: 1200px;
	margin: auto;
}
.news-detail-action {
	display: flex;
	justify-content: space-between;

}
.news-detail-action-img{
	width: 45%;
}
img.preview_picture{
	width: 100%;
}
.news-detail-action-text{
	width: 45%;
}
.news-detail h3{
	font-size: 30px !important;
	font-weight: 700;
}
.news-detail-action-text p{
	font-size: 14px;
	margin-bottom: 30px;
}
.news-detail-action-text .action-link-button{
	font-size: 20px;
	padding: 10px 50px;
	border: 2px solid #04AF20;
	border-radius: 5px;
	color: #04AF20;
	
}
.news-detail-action-text a{

	color: #04AF20;
	
}
.news-detail-action-text h2{
	font-family: "Roboto", sans-serif;
    color: #1B1B1B;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}
.news-detail-action-text a:hover{
	background: #04AF20;
	color: #fff;
}



.news-other-title{
	h3{
		color: #1B1B1B;
		text-align: center;
		font-family: Roboto;
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: 1;
	}
}

@media (max-width: 768px){
	.news-detail{
		width: 100%;
	}
	.news-detail-action {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	
	}
	.news-detail-action-img{
		width: 100%;
	}
	img.preview_picture{
		width: 100%;
	}
	.news-detail-action-text{
		width: 100%;
	}
	.news-detail h3{
		font-size: 25px !important;
	}
	.news-detail-action-text p{
		font-size: 14px;
		margin-bottom: 30px;
	}
	.news-detail-action-text a{

		
	}
	.news-detail-action-text a:hover{

	}
}
/* End */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/news/action-news/bitrix/news.detail/.default/style.css?17507569881514 */
