

/* Start:/local/templates/main/components/bitrix/news.detail/main/style.css?16348198851168*/
.newsDetailImg {
    float: left;
    width: calc(40% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
}
.flexVr {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.txtIntro .one-news-descr {
    display: inline-block;
    width: 60%;
    float: none;
    margin-bottom: 0px;
}
.clr-btn {
    clear: both;
}
.txtIntro .one-news-date {
    padding-top: 0px;
}
.news-soc a {
    width: 26px;
    height: 26px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.news-soc a svg {
    width: 100%!important;
    height: 100%!important;
}
.news-soc a svg path {
    fill: #feaebc!important;
}


@media (max-width: 1000px) {
    .newsDetailImg {
        float: none;
        width: 60%;
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .txtIntro .one-news-descr {
        float: none;
        width: 100%;
    }
}
@media (max-width: 900px) {
    .flexVr {
        display: block;
    }
    .txtIntro .one-news-descr {
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) {
    .newsDetailImg {
        width: 80%;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news.detail/main/style.css?16348198851168 */
