

/* Start:/local/templates/olissys2026/components/bitrix/news/news-new-2026/bitrix/news.detail/.default/style.css?17857483963208*/
/* ===================================================== */
/* ==============  NEWS DETAIL (страница)  ============== */
/* ===================================================== */

.news-detail-layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    align-items: start;
}

img.detail_picture {
    grid-column: 1 / -1;
    border-radius: 20px;
    width: 100%;
    margin: 0px 0 50px;
}

.news-detail-aside__title {
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
}

.news-detail-aside__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.news-detail-aside__item {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 50px 0px #0000001A;
}

.news-detail-aside__img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.news-detail-aside__name {
    display: block;
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 25px;
}

/* планшет и мобильные — скрываем блок "Еще статьи" */
@media (max-width: 1023px) {
    .news-detail-layout {
        grid-template-columns: 1fr;
    }
    .news-detail-aside {
        display: none;
    }
}

/* текст детальной новости */
.news-detail h2, .news-detail .h2 {
    color: #009ee3;
    font-size: 34px;
    line-height: 1.5em;
    font-weight: normal;
    margin: 70px 0 30px;
}
.news-detail .text h2:first-child {
    margin: 20px 0 30px;
}
.news-detail .blue-text {
    color: #009ee3;
    font-size: 34px;
    line-height: 1.5em;
    font-weight: normal;
}
.news-detail {
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
}
.news-detail .text {
    font-size: 20px;
    line-height: 27px;
}
.back-to-news {
    margin: 70px 0;
}
.news-detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.news-detail ul li {
    margin-bottom: 15px;
    padding-left: 19px;
    position: relative;
}
.news-detail ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #666666;
    border-radius: 50px;
    position: absolute;
    top: 11px;
    left: 0;
}

/* таблицы внутри текста статьи */
.news-detail .text table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 18px;
    line-height: 24px;
}
.news-detail .text table th,
.news-detail .text table td {
    padding: 14px 18px;
    text-align: left;
    border: 1px solid #E0E0E0;
}
.news-detail .text table th {
    background: #009ee3;
    color: #ffffff;
    font-weight: 500;
    text-transform: none;
}
.news-detail .text table tr:nth-child(even) td {
    background: #F7F9FB;
}
.news-detail .text table tr:hover td {
    background: #EFF6FC;
}

@media (max-width: 1023px) {
    .news-detail .blue-text,
    .news-detail h2 {
        font-size: 26px;
        line-height: 1.5em;
        margin: 50px 0 20px;
    }
    .back-to-news {
        margin: 50px 0;
    }
}
@media (max-width: 813px) {
    .news-detail .text {
        overflow-x: auto;
    }
    .news-detail .text table {
        min-width: 600px;
    }
}
/* End */
/* /local/templates/olissys2026/components/bitrix/news/news-new-2026/bitrix/news.detail/.default/style.css?17857483963208 */
