

/* Start:/local/templates/isolon/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17631128472851*/
.blog-detail-content__info ol {
    list-style-position: inside;
    display: flex;
    flex-direction: column;
    gap: 15px 0px;
}
.blog-detail-content__info ul {
    list-style-type: disc;
    display: flex;
	list-style-position: inside;
    flex-direction: column;
    gap: 15px 0px;
}
.blog-detail-content__info ul li {
    list-style-type: disc !important;
}
.blog-banner_detail {
    margin-bottom: 160px;
}
h2, h3 {
	scroll-margin-top: 80px;
}
img:has(+ h2) {
	margin-bottom: 30px;
	display: block;
}
img:has(+ h3) {
	margin-bottom: 30px;
	display: block;
}

/* Заголовки */
.blog-detail-content__info table th {
    padding: 0.625rem 0.9375rem;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    text-align: left;
    color: #000;
}

.blog-detail-content__info table tr:nth-child(odd) {
    background-color: rgb(231,231,231);
}


/* Первая колонка (характеристика) */
.blog-detail-content__info table td:first-child {
    font-size: 1.25rem;
    font-weight: 800;
    color: #000;
    padding: 0.625rem 0.9375rem;
    line-height: 1.75rem;
}

/* Ячейки */
.blog-detail-content__info table td {
    padding: 0.625rem 0.9375rem;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    text-align: center;
}

/* Активные значения (например, можно подсвечивать галочки/ключевые значения) */
table td:has(✅),
table td:has(✔),
table td:has(Да) {
    font-weight: 700;
    background-color: rgba(150, 196, 61, 0.49);
}

/* Последняя строка – убираем нижнюю границу */
.blog-detail-content__info table tr:last-child td {
    border-bottom: none;
}
.blog-detail-content__slider {
    width: 100%;
    margin-bottom: 20px;
}
.blog-detail-content__slider .swiper-slide,
.blog-detail-content__slider img {
    width: 100%;
    height: 100%;
}
.blog-detail-content__slider-arrows {
    display: flex;
    align-items: center;
    gap: 0 0.625rem;
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 9;
}

@media(max-width: 1440px) {
.blog-banner_detail {
    margin-bottom: 120px;
}
}
@media(max-width: 1150px) {
.blog-banner_detail {
    margin-bottom: 100px;
}
}


@media(max-width: 750px) {
    .blog-banner_detail {
        margin-bottom: 50px;
    }
    .blog-detail-content__info table td:first-child {
        font-size: 14px;
        font-weight: 800;
        color: #000;
        padding: 0.625rem 0.9375rem;
        line-height: 20px;
    }
    .blog-detail-content__info table td {
        padding: 0.625rem 0.9375rem;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    .blog-detail-content__slider-arrows {
        bottom: 20px;
        right: 20px;
    }
}
/* End */
/* /local/templates/isolon/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17631128472851 */
