@media(width <= 1200px) {
    .about__target {
        grid-template-columns: 520px 1fr;
    }
    .about__target--photo-secondary {
        right: 0;
    }
}
@media screen and (max-width: 1025px) {
    .head__map img {
        max-height: 590px;
    }
    .head__title--text-image {
        margin-bottom: 380px;
    }
    .about {
        padding-top: 50px;
    }
    .i-map-top-materials.i-map-top-rating {
        display: none;
    }

    .mobile-competition-work p {
        font-weight: 600;
        font-size: 32px;
        line-height: 130%;
        letter-spacing: 0%;
        text-align: center;
        max-width: 95%;
    }
}
@media(width <= 990px) {
    .about__target {
        display: flex;
        gap: 1rem;
    }
    .about__subtitle {
        margin-bottom: 0;
    }
    .about__target--photo {
        min-height: 500px;
    }
    .about__target--photo-main,
    .about__target--photo-secondary {
        width: 310px;
        height: 320px;
        padding: 24px 24px 30px 24px;
    }
    .about__target--photo-main {
        bottom: 70px;
    }
    .about__target--photo-secondary {
        top: 70px;
    }
    .about__target--text-title {
        font-size: 12px;
        height: 2rem;
    }
    .about__target--text {
        padding-left: 12px;
    }
    .about__target--text-place {
        height: 2rem;
    }
}
@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;
    }
    .competition-work-container {
        display: none;
    }
    .mobile-competition-work {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }
}
@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;
    }
    .i-map-top-materials {
        flex-direction: column;
        align-items: flex-start;
    }
    .i-map-top-materials button {
        width: 100%;
    }
    .sidebar-visibility-controller {
        position: fixed;
        top: 10px;
        left: 10px;
    }
    .interactive-map-sidebar {
        width: 0;
    }
    .interactive-map-section {
        position: relative;
    }
    .interactive-map-sidebar.active-transform {
        position: absolute;
        max-width: 100%;
        z-index: 2;
        background-size: cover;
        height: 100%;
        padding: 20px;
        overflow: auto;
    }
    .interactive-map-sidebar {
        background: url(../images/mobilemapbg.png);
    }
    .i-map-sidebar-col {
        width: 95%;
        padding-left: 25px;
    }
    .interactive-map-sidebar {
        padding: 0;
    }
    .sidebar-visibility-controller {
        z-index: 3;
        width: 30px;
    }
    .i-map-body-top {
        align-items: flex-start;
    }
    .i-map-body-bottom-video {
        right: 20px;
        bottom: 60px;
        width: 193px;
    }
    .i-map-body-bottom-video div {
        width: 100%;
    }

}
@media screen and (max-width: 600px) {
    .head__map {
        right: 0;
        width: 95vw;
        top: 170px;
    }
    .about-forum-letter-image img {
        display: none;
    }
    .about-forum-letter-image {
        width: 0;
    }
    .letter-text {
        width: 97%;
        height: 347px;
        background-repeat: repeat-x;
    }
    .about-competition__stamp {
        display: none;
    }
    .about-competition__right--total {
        flex-direction: column;
        align-items: flex-start;
    }
    .about__create {
        flex-direction: column;
    }
}

@media(width <= 768px) {
    .about__subtitle {
        margin-bottom: 6px;
    }
    .about__target--photo {
        min-height: 344px;
    }
    .about__target--photo-main,
    .about__target--photo-secondary {
        width: 250px;
        height: 260px;
    }
    .about__target--photo-main {
        bottom: -39px;
    }
    .about__target--photo-secondary {
        top: 43px;
        right: 23px;
    }
    .about-front-photo,
    .about__target--text-title {
        margin-bottom: 8px;
    }
}

@media(width <= 700px) {
    .about__target {
        flex-direction: column;
    }
    .about__target--photo {
        min-height: 375px;
    }
    .about__target--photo-main {
        left: calc(50% - 175px);
        bottom: 0;
    }
    .about__target--photo-secondary {
        right: calc(50% - 175px);
    }
}
@media(width <= 420px) {
    .about__subtitle {
        margin-bottom: 22px;
    }
    .about__target--photo {
        min-height: 590px;
    }
    .about__target--photo-main,
    .about__target--photo-secondary {
        padding: 40px 24px 28px 24px;
        min-width: 380px;
    }
    .about__target--photo-main {
        width: 100%;
        height: auto;
        bottom: 36px;
        left: -40px;
    }
    .about__target--photo-secondary {
        left: auto;
        right: -55px;
        top: 52px;
        width: 100%;
        height: auto;
    }
    .about__target--text-title {
        font-size: 18px;
        height: 3rem;
        margin-bottom: 16px;
    }
}
