

/* Start:/bitrix/templates/rotinar_bs_copy/components/bitrix/news/news_new/bitrix/news.detail/.default/style.css?17456073241741*/
.if_img {
    width: 40%;
    display:  inline-block;
    float: left;
    margin: 0 20px 20px 0;
}

.if_img img {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.back_link i {
    display: inline-block;
    margin-top: -2px;
    width: 36px;
    height: 36px;
    border: 2px solid #dcdcdc;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    color: #9e9e9e;
    transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease, border 0.15s ease;
}

.back_link {
    color: #6f6f6f;
    font-size: 13px;
    text-decoration: none;
}

.back_link:hover, .back_link:focus, .back_link:active {
    color: #6f6f6f;
    text-decoration: underline;
} 

.back_link:hover .fa {
    color: #6f6f6f;
    border-color: #6f6f6f;
}

.date_block i {
    display: inline-block;
    font-weight: 400;
    color: #9e9e9e;
    margin-right: 7px;
}

.news_date_time {
    font-size: 13px;
}
.news_title {
    margin: 0 0 10px 0;
    font-size: 24px;
}

.news-back-link{
    display: inline-block;
    padding: 5px 18px;
    background-color:red;
    color: #fff;
    font-weight: 700;
    border-radius: 16px;
    margin-top: 20px;
    font-size: 14px;
}

.news_gal a{
    display: block;
    padding: 5px;
    flex: 0 0 25%;
    width: 25%;
}
.news_gal a img{
    display: block;
    width: 100%;
    height: auto;
}
.news_gal{
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    .if_img{
        float: none;
        width: 100%;
        margin: 0;
    }
    .news_gal a {
        flex: 0 0 50%;
        width: 50%;
    }
}
/* End */
/* /bitrix/templates/rotinar_bs_copy/components/bitrix/news/news_new/bitrix/news.detail/.default/style.css?17456073241741 */
