

/* Start:/local/templates/aspro_max/components/bitrix/news.detail/blog_detail/style.css?17865328982040*/
div.news-detail
{
	word-wrap: break-word;
	margin-top: 50px;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.author-img img{
	border-radius: 110px;
    border: 1px solid #2a4306;
    /* width: 218px; */
    object-fit: contain;
    width: 200px;
    height: 200px;
}
.heder-blog{
	display: flex;
	justify-content: space-between;
}
div.news-detail .right-item{
	width: 70%;
}
.author-desc{
	margin-top: 20px;
}

.articles-list{
	display: flex;
	flex-direction: column;
}
.author-materials{
	margin-top: 10px;
}
.author-materials__tabs{
	display: flex;
	gap: 8px;
	border-bottom: 1px solid #e5e5e5;
}
.author-materials__tab{
	position: relative;
	padding: 12px 18px;
	border: 0;
	background: transparent;
	color: #555;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}
.author-materials__tab:after{
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 2px;
	background: transparent;
	content: "";
}
.author-materials__tab:hover,
.author-materials__tab:focus,
.author-materials__tab.active{
	color: #2a4306;
}
.author-materials__tab.active:after{
	background: #2a4306;
}
.author-materials__panel[hidden]{
	display: none;
}
.article-item{
	display: flex;
	width: 100%;
}
.article-img img{
	max-width: 200px;
}
.article-item{
	margin-top: 20px;
	gap: 30px;
    padding: 20px;
    border: 1px solid #0000002b;
}
.artilce-desc a{
	font-weight: 600;
}
.artilce-name{
	display: flex;
	gap: 20px;
}
.left-item{
	text-align: center;
}
@media (max-width: 767px) {
    .heder-blog {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	div.news-detail .right-item {
		width: 100%;
		margin-top: 14px;
	}
	.article-item {
		margin-top: 20px;
		gap: 30px;
		padding: 20px;
		border: 1px solid #0000002b;
	}
	.article-img img {
		max-width: 100%;
	}
	.article-item {
		margin-top: 20px;
		gap: 30px;
		padding: 10px;
		border: 1px solid #0000002b;
		flex-direction: column;
	}
	.right-item img{
		object-fit: contain;
		max-width: 100%;
	}
}

/* End */
/* /local/templates/aspro_max/components/bitrix/news.detail/blog_detail/style.css?17865328982040 */
