.header {
    position: static;
    margin-bottom: 16px;
    height: 30px;
}

.news_page_main_block {
    position: relative;
    height: 448px;
    width: 100%;
    margin-bottom: 40px;
}

.news_page_main_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right 20%;
    filter: brightness(40%);
}

.news_page .bread_crumbs {
    position: absolute;
    top: 30px;
    left: 30px;
}

.news_page_content {
    display: grid;
    grid-template-columns: calc(46% - 100px) 54%;
    gap: 100px;
}

.news_page_content_left .h1 {
    font-family: "Prosto_One";
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #2b2d2e;
    margin-bottom: 20px;
}

.arrow_all_news {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 122px;
}

.arrow_all_news img {
    padding: 9px;
    background: #2b2d2e;
}

.arrow_all_news p {
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: #2b2d2e;   
}

.main_description {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #2b2d2e;
    margin-bottom: 20px;
}

.normal_description {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #2b2d2e;
}

.news_page_img {
    height: 280px;
    margin: 30px 0;
}

.news_page_img, .news_page_img img {
    width: 100%;
    overflow: hidden;

}