

/* Start:/bitrix/components/bitrix/news/templates/a.news/bitrix/news.detail/.default/style.css?17163832391428*/
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;
}

.b-news_detail .b-news_detail__top {
	display: flex;
	padding-top: 15px;
}

.b-news_detail .b-news_detail__top .b-top-contents {
	flex: 1;
	background: #FFFFFF;
	padding: 40px 30px;
	border-radius: 10px;
	box-shadow: 0px 2px 3px 0px #EDF0F3;
}

.b-news_detail .b-news_detail__top .b-top-contents .b-top-contents__title {
	color: #017FA9;
	font-size: 20px;
	font-weight: bold;
}

.b-news_detail .b-news_detail__top .b-top-contents ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.b-news_detail .b-news_detail__top .b-top-contents ul li {
	margin-bottom: 12px;
}

.b-news_detail .b-news_detail__top .b-top-contents ul li a {
	color: #151515;
	text-decoration: none;
	border-bottom: #151515 dashed 1px;
}

.b-news_detail .b-news_detail__top .b-top-contents ul li a:hover {
	border-bottom: none;
}

.b-section-news_detail .b-news_detail .b-news_detail_descr img {
	max-width: 100%;
}

@media only screen and (max-width: 768px) {

	.b-news_detail .b-news_detail__top {
		flex-flow: column;
	}

	.b-news_detail .b-news_detail__top .b-top-contents {
		padding: 15px 15px 5px;
		margin-bottom: 30px;
	}

	.b-news_detail .b-news_detail__top .b-top-contents ul li {
		margin-bottom: 10px;
	}

	.b-news_detail .dev-description img {
		width: 100%;
		height: auto;
	}

}
/* End */
/* /bitrix/components/bitrix/news/templates/a.news/bitrix/news.detail/.default/style.css?17163832391428 */
