

/* Start:/local/templates/main_cuprum/components/bitrix/news.detail/article/style.css?1590159950912*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.banner_hor {
	display: flex!important;
	flex-flow: row wrap;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0 2px 8px rgba(120, 160, 190, 0.3)!important;
	border-radius: 10px;
	box-sizing: border-box;
	width: 100%;
	max-width: 800px;
	margin: 32px 0;
	padding: 24px 32px 16px 16px;
}
.banner_hor img {
	width: 240px;
}
.banner_hor div.banner_hor_title {
    flex: 1;
	color: #1d2f3c;
	font-size: 21px;
	font-weight: 700;
	line-height: 28px;
	-webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	display: block;
	padding-bottom: 3px;
}
.banner_hor:hover div.banner_hor_title {
	color: #82c831;
}

@media (max-width: 600px) {
	.banner_hor div.banner_hor_title {
		flex: initial;
	}
}
/* End */
/* /local/templates/main_cuprum/components/bitrix/news.detail/article/style.css?1590159950912 */
