

/* Start:/local/templates/promax/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17683875186775*/
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;
}

html, body {
    scroll-behavior: smooth;
}
.article-new p:has(img){
    margin-bottom:5px;
}
.article-new p:has(img), .article-new p:has(img) + p:has(span){
    text-align: center;
}
.article-new p:has(img) + p:has(span[class^="c"]){
    text-align: left;
}
.article-new {
    max-width: 776px;
    margin: 0 auto;
}

.article-new ol, .article-new ul {
    padding-left: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
.article-new ol li p, .article-new ol + p,
.article-new ul li p, .article-new ul + p{
    margin: 0 0 5px;
}
.article-new li{
    padding: 0;
    margin-left: 5px;
}
.article-new p,
.article-new h2,
.article-new h3{
    padding: 0;
}

.article-new ol li:has(h2){
    position: relative;
}
.article-new ol li:has(h2)::before{
    font-size: 24px;
    font-family: 'NissanBrand-Bold';
    color: #333;
    position: absolute;
    bottom: 1px;
}

/* Основные стили для статьи */
.article-new h1 {
    font-size: 28px;
    font-family: 'NissanBrand-Bold';
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
    text-transform: none;
}

.article-new h2 {
    font-size: 24px;
    font-family: 'NissanBrand-Bold';
    color: #333;
    margin: 30px 0 10px 0;
    padding-top: 20px;
    border-top: 2px solid #FFBF00;
}

.article-new h3 {
    font-size: 20px;
    font-family: 'NissanBrand-Bold';
    color: #333;
    margin: 25px 0 10px 0;
}

.article-new p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.article-new img {
    max-width: 100%;
    height: auto;
    margin: 0;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.article-new .news_img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

/* Стили для даты */
.article-new .div1 {
    margin-bottom: 20px;
}

.article-new .date_h1 {
    color: #666;
    font-size: 14px;
    font-style: italic;
}

/* Стили для содержания */
.article-new .oglav {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 20px;
    margin: 25px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.article-new .oglav .title {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    font-family: 'NissanBrand-Bold';
}

.article-new .oglav ul {
    margin: 0 !important;
    padding-left: 0;
    list-style: none;
}

.article-new .oglav ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
    color: #333;
}

/* .article-new .oglav ul li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #FFBF00;
    font-weight: bold;
} */

.article-new .oglav ul li:last-child {
    margin-bottom: 0;
}

.article-new .oglav ul li a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
    border-bottom: 1px dashed #ccc;
}

.article-new .oglav ul li a:hover {
    color: #FFBF00;
    border-bottom-color: #FFBF00;
}

.article-new .oglav ul li.l-h3 {
    padding-left: 40px;
    font-size: 14px;
}

/* .article-new .oglav ul li.l-h3:before {
    content: "↳";
    left: 20px;
} */

/* Стили для курсива под изображениями */
.article-new p span[style*="italic"] {
    display: block;
    text-align: center;
    font-style: italic;
    color: #666;
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: 20px;
}





.article-new ul li p, .article-new ol li p {
    margin: 0;
    display: inline;
}

/* Стили для мета-контента Google Docs */
.article-new meta {
    display: none;
}

/* Стили для слайдера .news_bottom с использованием Owl Carousel */
.news_bottom {
    margin: 30px 0;
    position: relative;
}

.news_bottom .owl-carousel {
    width: 100%;
}

.news_bottom .owl-stage-outer {
    width: 100%;
    overflow: hidden;
}

.news_bottom .owl-stage {
    display: flex;
    align-items: stretch;
}

.news_bottom .owl-item {
    padding: 0 10px;
    box-sizing: border-box;
    float: none;
    display: flex;
    align-items: stretch;
    height: auto;
}

.news_bottom .owl-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.news_bottom .owl-item > * {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
}

.news_bottom .owl-carousel .owl-item {
    width: auto !important;
}

.news_bottom .owl-nav {
    position: absolute;
    top: 50%;
    width: calc(100% + 80px);
    left: -40px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
    display: none;
}

.news_bottom .owl-nav button {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 16px;
    color: #333;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    pointer-events: all;
    transition: background 0.2s;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}

.news_bottom .owl-nav button:hover {
    background: #486DAA;
    color: #fff;
    border-color: #486DAA;
}

.news_bottom .owl-nav button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    line-height: 1;
    text-indent: 0;
}

.news_bottom .owl-nav button.owl-prev::before {
    content: '‹';
}

.news_bottom .owl-nav button.owl-next::before {
    content: '›';
}

.news_bottom .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.news_bottom .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 50%;
    transition: background 0.2s;
}

.news_bottom .owl-dot.active {
    background: #486DAA;
}

/* Адаптивные стили */
@media screen and (max-width: 768px) {
    .article-new {
        padding: 15px;
    }
    .article-new h2 {
        font-size: 20px;
    }
    
    .article-new h3 {
        font-size: 18px;
    }
    
    .article-new p {
        font-size: 15px;
    }
    
    .article-new .oglav {
        padding: 15px;
    }
}

@media screen and (max-width: 480px) {
    .article-new {
        padding: 10px;
    }
    
    .article-new h1 {
        font-size: 22px;
        line-height: 1.2;
    }
    
    .article-new h2 {
        font-size: 18px;
    }
    
    .article-new h3 {
        font-size: 16px;
    }
    
    .article-new .oglav ul li.l-h3 {
        padding-left: 30px;
    }
    
    .article-new .oglav ul li.l-h3:before {
        left: 15px;
    }
}



/* End */
/* /local/templates/promax/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17683875186775 */
