

/* Start:/local/templates/gnbservice/components/bitrix/news.detail/.default/style.css?1752157552888*/
.news-detail-title-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 53px;
}
.news-detail-title{
    font-family: 'PT Sans Narrow', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 100%;
    text-transform: uppercase;
    color: #363636;
}
.news-detail-date {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #747373;
    padding: 7px 17px;
    background-color: #E5E5E5;
    border-radius: 10px;
}
.news-detail-img{
    margin-bottom: 53px;
    height: 600px;
    width: 100%;
}
.news-detail-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.news-detail-desc{
    font-size: 24px;
    line-height: 120%;
    color: #363636;
    margin-bottom: 120px;
}
/* End */
/* /local/templates/gnbservice/components/bitrix/news.detail/.default/style.css?1752157552888 */
