

/* Start:/local/templates/.default/components/bitrix/news/article/bitrix/news.detail/.default/style.css?1762343096975*/
.blog__article p {
	font-size: 16px;
}

@media (max-width:767px) {
	.blog__article p {
		font-size: 14px;
	}
}

.blog__article .floated-img-text img {
    float: right;
    width: 40%;
}

@media (max-width:575px) {
    .blog__article .floated-img-text img {
        display: block;
        width: 100%;
        margin: auto;
        float: none;
    }
}

.blog__article .clear-both {
    clear: both;
}

.blog__article .img-compared {
    display: flex;
    column-gap: 12px;
}

.blog__article .img-compared img {
    width: 50%;
}

@media (max-width:575px) {
    .blog__article .img-compared {
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .blog__article .img-compared img {
        width: 100%;
    }
}

div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.news-item__img  {
	margin-top: 15px;
	margin-bottom: 20px
}

.news-item__img img {
	height: 200px
}
/* End */
/* /local/templates/.default/components/bitrix/news/article/bitrix/news.detail/.default/style.css?1762343096975 */
