.zagolovok{
    width: 1200px;
    height: auto;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 56px auto 70px auto;
}

#zagolovok{
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;


color: #FFFFFF;
}

#zagolovok_text{
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: normal;
    color: #FFFFFF;
}


#news_exit_button {
    align-items: center;
    width: 172px;
    height: 25px;
    padding: 10px 97px;
    display: flex;
}

.detail_news_text_block {
    color: black;
    margin-bottom: 200px;
    width: 1200px;
    height: auto;
    margin: auto;
}

#text{
    margin-bottom: 10px;
}

.detail_news_main_text{
    margin-bottom: 1000px;
}

.detail_news_date {
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: red;
}

.exit_buttons {
    display: flex;
    justify-content: space-around;
    height: 45px;
}

.background_text_block {
    width: 1160px;
    padding: 70px 20px;
    background-color: white;
    margin: 70px 0;
}

.detail_news_text_block {
    width: 1200px;
}

.container_news{
    width: 1200px;
    margin: 0 auto 70px;
    height: 600px;
}
.news_detail_photo{
    width: 1200px;
    height: 600px;
    object-fit: cover;
}
.news-prev {
    transition: background 0.2s;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    position: absolute;
    height: 80px;
    border: 3px solid white;
    border-radius: 50%;
    backdrop-filter: blur(11px);
    margin: 260px -40px;
}
.news-next {
    transition: background 0.2s;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    position: absolute;
    height: 80px;
    border: 3px solid white;
    border-radius: 50%;
    backdrop-filter: blur(11px);
    margin: -340px 1160px;
}