

/* Start:/local/templates/.default/components/bitrix/news.detail/articles-detail/style.css?17181051972054*/
.inner-title{
    display: none;
}
.article-detail__image{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
.article-detail__preview{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.article-detail__preview-date{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #949599;
    margin-bottom: 13px;
}
.article-detail__preview-title{
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #111111;
    width: 100%;
    max-width: 400px;
    margin-bottom: 10px;
}
.article-detail__preview-text{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #111111;
    width: 100%;
    max-width: 465px;
}
.article-detail__content{
    margin-top: 45px;
}
.article-detail__content strong{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin-top: 38px;
    margin-bottom: 23px;
    display: block;
}
@media (max-width: 992px) {
    .article-detail__preview-title{
        font-size: 16px;
    }
    .article-detail__preview-text{
        font-size: 15px;
        line-height: 24px;
    }
}
@media (max-width: 768px) {
    .article-detail__preview-title{
        font-size: 14px;
    }
    .article-detail__preview-text{
        font-size: 12px;
        line-height: 24px;
    }
    .article-detail__image{
        margin-top: 15px;
    }
    .article-detail__content strong{
        margin: 15px 0;
        font-size: 14px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news.detail/articles-detail/style.css?17181051972054 */
