@media screen and (max-width: 1025px) {
    .head__map img {
        max-height: 590px;
    }
    .head__title--text-image {
        margin-bottom: 380px;
    }
    .about {
        padding-top: 50px;
    }
}
@media screen and (max-width: 900px) {
    .about-competition-description-1, .about-comp-description-2 {
        background: #ffffff;
        height: auto;
        padding-bottom: 15px;
    }
    .about-forum-letter-body {
        height: auto;
    }
    .about-forum-letter {
        height: max-content;
    }
    .about-forum-grid {
        grid-template-columns: 1fr;
    }
    .news__main {
        flex-basis: 60%;
        height: auto;
        background: #ffffff;
    }
    .news__items {
        flex-basis: 35%;
    }
    .header {
        flex-wrap: wrap;
        gap: 20px;
    }
}
@media screen and (max-width: 800px) {
    .head__map {
        right: -40vw;
        top: 25px;
    }
    .head__map img {
        max-width: 100vw;
    }
    .head__title--text-image {
        margin-bottom: 325px;
    }
    .about__target {
        flex-direction: column;
    }
    .about__target--photo {
        width: 100%;
    }
    .about__target--text {
        margin-top: 50px;
    }
    .about-competition__content {
        flex-direction: column;
    }
    .about-competition-description-1, .about-comp-description-2 {
        flex-direction: column;
    }
    .news__body {
        flex-direction: column;
    }
    .feedback_container {
        flex-direction: column;
    }
    .footer__container {
        flex-direction: column;
    }
    .footer__doc {
        text-align: end;
    }
    .footer__nav {
        flex-direction: column;
        align-items: flex-end;
    }
    .about-forum-letter-image {
        width: 30vw;
    }
    .about-forum-letter-body {
        padding: 5px;
    }
    .news-page-item {
        background: #ffffff;
    }
    .news-page-grid > .news-page-item:nth-child(3n + 1) {
        background: #ffffff;
        grid-column: span 1;
    }
    .news-page-grid {
        grid-template-columns: 1fr;
    }
    .news-page-grid > .news-page-item:nth-child(3n + 1) .news-page-item-image {
        height: 240px;
    }
    .news-details-sidebar-wrapper {
        display: none;
    }
}
