

/* Start:/local/templates/JAC/components/bitrix/news.detail/author/style.css?17772871872750*/
.news-detail { }

/*region POST FORMATS */
.news-detail-img,
.news-detail-audio,
.news-detail-video,
.news-detail-slider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.news-detail-slider img,
.news-detail-img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	border-radius:50%;
}

/* endregion */

.news-detail-body {}

.news-detail-title,
.news-detail-title a {
	margin: 0;
	padding: 2px 0 15px;
	border-bottom: none;
	color: #000;
	font-size: 18px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.news-detail .card-title a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.news-detail-view,
.news-detail-date,
.news-detail-comments,
.news-detail-author,
.news-detail-other {
	padding-bottom: 5px;
	color: #a4a4a4;
	white-space: nowrap;
	font-size: 13px;
}

.news-detail-view i.fa,
.news-detail-date i.fa,
.news-detail-comments i.fa,
.news-detail-author i.fa,
.news-detail-tags i.fa,
.news-detail-other i.fa {
	width: 13px;
	color: #b4b4b4;
}

.news-detail-tags {
	padding-bottom: 5px;
	color: #a4a4a4;
	font-size: 13px;
}

.news-detail-content {
	margin-bottom: 5px;
}

.author-bx img {
    width: 50px;
    height: auto;
    border-radius: 50%;
    margin-right: 5px;
}
strong {
    font-family: Montserrat-Bold, sans-serif;
    font-weight: 700;
}
.news-detail .link-dflt__icon{
	display:inline-flex;
	margin-right: 0.3rem;
    width: 18px;
    height: 18px;
}


div.news-detail h1 {
font-family: Montserrat-Bold, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 21px;
    margin-top: 1rem;
	margin-bottom:1rem;
}
div.news-detail h2 {
font-family: Montserrat-Bold, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 22px;
    margin-bottom: 1.2rem;
    MARGIN-TOP: 2REM;
}
div.news-detail h3 {
font-family: Montserrat-Bold, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 18px;
    margin-bottom: 0.9rem;
    margin-top: 1.5rem;
}
div.news-detail p {
	font-family: Montserrat-Medium, sans-serif;
    font-weight: 500;
	font-size:15px;
}
div.news-detail p.strong {
	font-family: Montserrat-SemiBold, sans-serif;
    font-weight: 600;
}

div.news-detail p.lead {
	font-family: Montserrat-Regular;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 1rem;

}
.news-date-time
{
	color:#486DAA;
}
.news-detail ul {
  list-style-position: inside;
  padding: 0 20px;
  margin: 0 0 1.5rem 0;
}

.news-detail ul li {
    list-style: disc;
    font-family: Montserrat-Medium, sans-serif;
    font-weight: 500;
}
@media screen and (min-width:768px){

	div.news-detail p.lead {
		font-size: 21px;
		margin-bottom: 1.5rem;
	
	}
}
/* End */
/* /local/templates/JAC/components/bitrix/news.detail/author/style.css?17772871872750 */
