

/* Start:/local/templates/.default/components/bxready/news/.default/bitrix/news.detail/.default/style.css?17886443372838*/
.bxr-news-image img{
    max-width: 100%;
}

/* Информационные статьи в новостях: краевые отступы и таблицы */
.info-article {
    margin: 0 auto 48px;
    padding: 0 20px;
    max-width: 100%;
    box-sizing: border-box;
}

.info-article .title_box {
    margin-bottom: 24px;
}

.info-article .title_box h1 {
    margin: 0;
}

.info-article .bxr-news-image {
    margin: 0 0 28px;
}

.info-article .bxr-news-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.info-article p {
    margin: 0 0 16px;
    line-height: 1.65;
}

.info-article ul,
.info-article ol {
    margin: 0 0 20px;
    padding-left: 22px;
}

.info-article li {
    margin-bottom: 8px;
    line-height: 1.55;
}

.info-article .table-wrp {
    overflow-x: auto;
    width: 100%;
    margin: 20px 0 28px;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.info-article .table-wrp::-webkit-scrollbar {
    height: 6px;
}

.info-article .table-wrp::-webkit-scrollbar-thumb {
    background: #C8C8C8;
    border-radius: 4px;
}

.info-article table.info-table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    margin: 0;
}

.info-article table.info-table th,
.info-article table.info-table td {
    border: 1px solid #E2E2E2;
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.45;
}

.info-article table.info-table thead th {
    background: #FFF6D6;
    font-weight: 700;
    color: #252525;
    white-space: nowrap;
}

.info-article table.info-table tbody tr:nth-child(even) td {
    background: #FAFAFA;
}

.info-article table.info-table tbody tr:hover td {
    background: #FFFBEA;
}

.info-article .info-note {
    margin: 16px 0 24px;
    padding: 14px 16px;
    background: #F8F8F8;
    border-left: 4px solid var(--main_color, #FFD600);
    border-radius: 0 6px 6px 0;
}

.info-article .info-cta {
    margin: 28px 0 16px;
    padding: 20px 20px 8px;
    background: #FFFBEF;
    border: 1px solid #F0E2A8;
    border-radius: 8px;
}

.info-article .info-img-placeholder {
    display: block;
    width: 100%;
    min-height: 180px;
    margin: 8px 0 28px;
    border: 1px dashed #D0D0D0;
    border-radius: 8px;
    background: #F7F7F7;
    color: #9EA8AE;
    text-align: center;
    line-height: 180px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .info-article {
        padding: 0 12px;
        margin-bottom: 32px;
    }

    .info-article table.info-table th,
    .info-article table.info-table td {
        padding: 10px 12px;
        font-size: 13px;
    }
}

/* End */
/* /local/templates/.default/components/bxready/news/.default/bitrix/news.detail/.default/style.css?17886443372838 */
