

/* Start:/local/templates/kamin/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17608550011405*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left; 
	margin:0px 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

@media(max-width: 1024px) {
    .article-title-wrapper-left img {
        max-width: 100%;
        height: initial !important;
    }
}


.accordion-navigation .accordion-body {
	width: 100%;
    padding: 20px 30px 0;
}

.article-menu {
	max-height: 290px;
    overflow: hidden;
    margin: 0 0 15px 0;
    font-size: inherit;
    counter-reset: li;
    list-style: none;
    padding: 0;
    font-size: 14px;
    line-height: 1.9;
}

.article-menu.full {
    max-height: none;
    overflow: visible;
}

.article-menu li {
	margin: 5px 0;
    padding-left: 35px;
    background: none;
    counter-increment: item;
    position: relative;
}

.article-menu ul li::before {
	content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: inherit;
}

.article-menu  > li::before {
	position: absolute;
    left: 0;
    counter-increment: li;
    content: counters(li, ".") ".";
    color: inherit;
    font-weight: bold;
    font-size: 14px;
}

.article-menu > li a {
    color: inherit;
    display: inline-block;
}

.blog-img-no-modal {
    border-radius: 10px;
}

.article-title-wrapper li {
	list-style: initial;
}

.article-title-wrapper ul {
	padding: 0 0 0 20px;
}

.article-title-wrapper h2:not(:first-of-type) {
	margin: 15px 0;
}
/* End */
/* /local/templates/kamin/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17608550011405 */
