

/* Start:/local/templates/auto2/components/bitrix/news/e-market_news/bitrix/news.detail/.default/style.css?17891233282867*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.news_detail ul span,
.news_detail p span {
	color: inherit;
}
.news_detail__grid-item li,
.new-anchors .anchors__item {
	list-style: none!important;
}

.detail-text {
    overflow: hidden;
}

/* Плавная прокрутка ко всем якорям на странице */
html {
    scroll-behavior: smooth;
}

/* Отступ сверху, чтобы заголовок не прилипал к краю/шапке */
.anchors__list a,
h2[id^="anchor-"],
h3[id^="anchor-"],
h4[id^="anchor-"] {
    scroll-margin-top: 100px;
}

/* Стили оглавления */
.new-anchors {
    background: #f7f9fc;
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    padding: 20px 24px;
    margin: 0 0 30px;
}
.new-anchors .anchors__title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
}
.new-anchors .anchors__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.new-anchors .anchors__item {
    margin: 6px 0;
}
.new-anchors .anchors__item--h3 {
    padding-left: 20px;
}
.new-anchors .anchors__item--h4 {
    padding-left: 40px;
}
.new-anchors .anchors__link {
    color: #2b6cb0;
    text-decoration: none;
    border-bottom: 1px dashed transparent;
    transition: border-color .2s, color .2s;
}
.new-anchors .anchors__link:hover {
    color: #1a4e80;
    border-bottom-color: currentColor;
}
.new-anchors .anchors__item.hidden {
    display: none;
}
.new-anchors .anchors__more {
    margin-top: 10px;
    background: none;
    border: none;
    color: #2b6cb0;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
}
/* Таблицы в контенте статьи */
.article table,
.detail-text table,
[class*="detail"] table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
    background: #fff;
}

.article table th,
.detail-text table th {
    background: #406393;
    color: #fff;
    font-weight: 600;
    text-align: left;
    padding: 12px 16px;
    border: 1px solid #35547c;
}

.article table td,
.detail-text table td {
    padding: 10px 16px;
    border: 1px solid #d6dde8;
    color: #2b2b2b;
}

/* Чередование строк */
.article table tbody tr:nth-child(even),
.detail-text table tbody tr:nth-child(even) {
    background: #f4f7fb;
}

/* Подсветка строки при наведении */
.article table tbody tr:hover,
.detail-text table tbody tr:hover {
    background: #e8eef7;
    transition: background .2s;
}

/* Адаптив: горизонтальный скролл на мобильных */
@media (max-width: 768px) {
    .article table,
    .detail-text table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
/* End */
/* /local/templates/auto2/components/bitrix/news/e-market_news/bitrix/news.detail/.default/style.css?17891233282867 */
