

/* Start:/bitrix/templates/rating/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17724775841255*/
.blog-contact-button{
	background: #5891ee;
	border: 1px solid #5891ee;
	color: #fff;
	-webkit-transition: all .15s ease-in-out .03s;
	transition: all .15s ease-in-out .03s;
	padding: 0;
	margin: 0;
	border-radius: 25px;
}
.blog-contact-button:hover{
	background: #fff;

}

.news-author-section {
	margin-bottom: 30px;
	margin-top: 60px;
}
.news-author-section .news-author-section-h {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 1.5em;
	line-height: 1.2;
}
.news-author-section .news-author {
	display: flex;
	align-items: center;
	gap: 20px;
}
.news-author-section .news-author-thumb {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	border-radius: 50%;
	overflow: hidden;
	aspect-ratio: 1/1;
	background: #eee;
}
.news-author-section .news-author-thumb svg {
	width: 40px;
	height: auto;
	stroke: #666;
}
.news-author-section .news-author-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-author-section .news-author-body {
	flex-grow: 1;
}
.news-author-section .news-author-name {
	font-size: 18px;
}
.news-author-section .news-author-text {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	opacity: .7;
}
/* End */
/* /bitrix/templates/rating/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17724775841255 */
