

/* Start:/local/templates/glavhoz/components/bitrix/news.detail/news_detail/style.css?17506380855076*/
.news-description-block{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.news-description-detail{
    width: 40%;
}

.news-title{
    background: var(--colorLightGray);
    padding: 40px;
}

.news-title-image{
    height: auto;
    width: 51%;
}

.news-date{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.news-subtitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.news-subtitle h2{
    width: 40%;
}

.news-subtitle hr{
    width: 60%;
}

.news-paragraph{
    margin: 40px 0;
}

.news-paragraph img{
    max-width: 40%;
}

.news-content{
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.news-content p{
    width: 60%;
}

.news-content img{
    width: 40%;
}

.news-latest{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 40px;
}

.news-latest p{
    font-size: 24px;
}


/*МЕДИА*/
@media screen and (max-width: 1600px) {
    .news-description-block{
        margin-top: 60px;
        gap: 30px;
    }
    
    .news-title{
        padding: 30px;
    }
    
    .news-title-image{
        height: auto;
        width: 51%;
    }
    
    .news-date{
        gap: 16px;
        margin-top: 30px;
    }
    
    .news-description,
    .news-subtitle h2,
    .news-content img{
        width: 41%;
    }
    
    .news-subtitle hr,
    .news-content p{
        width: 59%;
    }
    
    .news-paragraph{
        margin: 40px 0;
    }
    
    .news-content{
        gap: 40px;
    }

    
    .news-latest{
        gap: 30px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 1300px) {
    .news-description-block{
        margin-top: 40px;
        gap: 20px;
    }
    
    .news-title{
        padding: 20px;
    }
    
    .news-title-image{
        height: auto;
        width: 45%;
    }
    
    .news-date{
        gap: 14px;
        margin-top: 20px;
    }
    
    .news-description,
    .news-subtitle h2,
    .news-content img{
        width: 50%;
    }
    
    .news-subtitle hr,
    .news-content p{
        width: 45%;
    }
    
    .news-paragraph{
        margin: 40px 0;
    }
    
    .news-content{
        gap: 30px;
    }

    
    .news-latest{
        gap: 20px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 950px) {
    .news-description-block{
        flex-direction: column-reverse;
        margin-top: 16px;
        gap: 20px;
    }
    
    .news-title{
        padding: 14px;
    }
    
    .news-title-image{
        height: auto;
        width: 100%;
    }
    
    .news-date{
        gap: 12px;
        margin-top: 16px;
    }

    .news-subtitle{
        display: flex;
        justify-content: space-between;
        gap: 14px;
        flex-direction: row-reverse;
    }

    .news-content{
        display: flex;
        flex-direction: column;
    }
    
    .news-description,
    .news-content img,
    .news-content p{
        width: 100%;
    }

    .news-subtitle h2{
        text-align: end;
    }

    .news-subtitle hr{
        width: 46%;
    }
    
    .news-paragraph{
        margin: 20px 0;
    }
    
    .news-content{
        gap: 16px;
    }

    
    .news-latest{
        gap: 16px;
        margin-top: 16px;
    }
}

@media screen and (max-width: 861px) {
    .news-subtitle hr{
        width: 36%;
    }

    .news-subtitle h2{
        width: 74%;
    }
}


@media screen and (max-width: 680px) {
    .news-subtitle hr{
        width: 30%;
    }

    .news-subtitle h2{
        width: 70%;
    }
}


@media screen and (max-width: 660px) {
    .news-description-block{
        flex-direction: column-reverse;
        margin-top: 14px;
        gap: 12px;
    }
    
    .news-title{
        padding: 12px;
    }
    
    .news-title-image{
        height: auto;
        width: 100%;
    }
    
    .news-date{
        gap: 10px;
        margin-top: 14px;
    }

    .news-subtitle{
        display: flex;
        justify-content: space-between;
        gap: 12px;
        flex-direction: row-reverse;
    }

    .news-content{
        display: flex;
        flex-direction: column;
    }
    
    .news-description,
    .news-content img,
    .news-content p{
        width: 100%;
    }

    .news-subtitle h2{
        text-align: end;
    }
    
    .news-paragraph{
        margin: 16px 0;
    }
    
    .news-content{
        gap: 14px;
    }

    .news-subtitle hr{
        width: 45%;
    }

    .news-subtitle h2{
        width: 50%;
    }
    
    .news-latest{
        gap: 14px;
        margin-top: 14px;
    }
}

@media screen and (max-width: 560px) {
    .news-subtitle hr{
        width: 34%;
    }

    .news-subtitle h2{
        width: 70%;
    }
}

@media screen and (max-width: 460px) {
    .news-subtitle hr{
        width: 20%;
    }

    .news-subtitle h2{
        width: 82%;
    }
}

@media screen and (max-width: 400px) {
    .news-subtitle hr{
        width: 8%;
    }

    .news-subtitle h2{
        width: 92%;
    }
}
/* End */
/* /local/templates/glavhoz/components/bitrix/news.detail/news_detail/style.css?17506380855076 */
