

/* Start:/bitrix/templates/bitcorp_s1/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17708980621145*/
div.articles-detail
{
	word-wrap: break-word;
}
div.articles-detail img.detail_picture
{
	/* float:left; */
	/* margin:0 8px 6px 1px; */
	margin: 0 auto 15px;
	margin-bottom: 15px;
	width: auto;
	/*max-height: 500px;*/
	display: block;
}
.articles-date-time
{
	color:#486DAA;
}
.articles-navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
}
.articles-author {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 30px;
	margin-top: 30px;
	background: #f2f2f2;
}
.articles-author__title {
	font-weight: 100;
	margin-bottom: 5px;
}
.articles-author__photo {
	width: 150px;
	height: 200px;
}
.content-wrapper .articles-author__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content-wrapper .articles-author__content p {
	margin-top: 0;
	margin-bottom: 0;
}
.articles-btn {
	margin-top: 15px;
}
.articles-btn a {
	background-color: var(--second_color);
    border-color: var(--second_color);
}
.articles-btn a:hover {
	background-color: #167323;
    border-color: #167323;
}
@media (max-width: 767px) {
	.articles-navigation {
		flex-direction: column;
		gap: 30px;
	}
}
/* End */
/* /bitrix/templates/bitcorp_s1/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17708980621145 */
