

/* Start:/local/templates/portal/components/bitrix/news.detail/.default/style.css?1781738491894*/
.article-header {
    display: flex;
    gap: 50px;
    margin-top: 25px;
}

.article-header > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.article-header > div p {
    color: #000;
    font-weight: bold;
    margin: 0;
}

.article-menu--wrapper {
    width: 100%;
    background: #f7f7f7;
    padding: 20px;
    margin: 50px 0;
    position: relative;
    box-sizing: border-box;
}

.article-menu--wrapper p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.article-menu--wrapper p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.article-menu--wrapper ol {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.article-menu li a {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .article-header {
        flex-wrap: wrap;
    }
}
/* End */
/* /local/templates/portal/components/bitrix/news.detail/.default/style.css?1781738491894 */
