.news__page-block {
    display: block;
}

.news__selects {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;

    .search-result__dropdown-field {
        width: 258px;
        gap: 10px;
        max-width: 100%;
        min-width: auto;
    }

    .search-result__dropdown-field span {
        width: fit-content;
        white-space: nowrap;
    }
}

.events-item_news {
    height: auto;
    margin-bottom: 24px;
    .events-item__event-spans {
        top: auto;
        bottom: 20px;
    }
}

.past-events__form_news {
    margin-bottom: 33px;
}

.news {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 15px 10px;

    .events-item_large {
        grid-column: span 2;
    }

    .events-item__event-spans {
        width: 60%;
    }

    .events-item:not(.events-item_large) .events-item__title {
    }

    .events-item:not(.events-item_large) .events-item__cover {
        height: 274px;
        margin-bottom: 22px;
    }
}

.news__pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 25px 0 30px 0;
    border-bottom: 1px solid var(--Black, #101010);
    column-gap: 50px;

    .pagination {
        width: 74.8%;
    }
}

.press__links-list_news {
    margin-top: 99px;
}

.years-pagination {
    color: var(--Black, #101010);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 20px */

    display: flex;
    gap: 50px;
}

.years-pagination__item_active {
    color: var(--blue-gradient, #1c86ff);
}

.news-page {
    .events-item__info {
        color: var(--Black, #101010);
        margin-bottom: 30px;
    }

    .event-page__actions-list {
        display: flex;
        align-items: center;
        gap: 20px;
    }
}

.news-page__tags .events-item__event-span {
    position: static;
}

.news-page__tags {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 30px;
}

.news-page__container {
    padding-top: 100px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--Black, #101010);
    margin-bottom: 70px;
}

.news-page__container_second {
    border-top: 1px solid var(--Black, #101010);
    margin-bottom: 100px;

    .news-page__right {
        margin-left: auto;
    }
}

.news-photos {
    margin-bottom: 30px;
}

.news-page {
    display: flex;
    justify-content: space-between;
}

.news-page__news-title {
    color: var(--Black, #101010);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 75%; /* 41.6px */
    margin: 0;
    margin-bottom: 30px;
}

.news-page__text {
    color: var(--Black, #101010);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    margin-bottom: 30px;
}

.news-page__text_quote {
    margin-bottom: 20px;
}

.news-page__text_right {
    color: var(--Grey, #b2b2b2);
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

.news-page__text_quote::before {
    content: "“";
    color: var(--blue-gradient, #1c86ff);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1%;
    float: left;
    padding-top: 19px;
    margin-right: 10px;
}

.news-page__right {
    max-width: 66.7%;
}

.news-page__line {
    width: 100%;
    height: 1px;
    background: var(--Black, #101010);
    margin-bottom: 30px;
}

.news-photos > .title {
    margin-bottom: 10px;
}

.press__video .press-video__preview_news {
    height: 598px;
}

.press-video__container_news {
    gap: 20px;
}

.press-video__container_news > figure > img {
    width: 100%;
}

@media (max-width: 1440px) {
    .banner__with-title_border > h1 {
        max-width: 90%;
    }

    .news-page__text {
        font-size: 16px;
    }

    .services__slide_big {
        width: 889px;
    }

    .news-page {
        .events-item__info {
            font-size: 16px;
        }
    }
}

@media (max-width: 1340px) {
    .news {
        grid-template-columns: repeat(6, 1fr);

        .events-item_large {
            grid-column: span 3;
        }

        .events-item:not(.events-item_large) {
            grid-column: span 2;
        }
    }

    .banner__with-title_border h1 {
        font-size: 48px;
        width: 100%;
    }

    .news-page__news-title {
        line-height: 130%;
    }

    .news-page__container {
        padding-top: 65px;
    }
}

@media (max-width: 1024px) {
    .news {
        .events-item_large {
            .events-item__cover {
                height: 420px;
            }
        }
    }

    .news__pagination {
        display: flex;
        justify-content: space-between;
        align-items: center;

        padding: 30px 0;
        border-bottom: 1px solid var(--Black, #101010);

        .years-pagination {
            gap: 5px;
        }

        .pagination {
            display: flex;
        }
    }

    .news {
        .events-item_large .events-item__cover {
            height: 274px;
        }

        .events-item:not(.events-item_large) .events-item__cover {
            height: 159px;
        }
    }

    .events-item__event-span {
        font-size: 12px;
    }

    .news__selects {
        width: 60%;

        .event-select span {
            gap: 0;
            justify-content: space-between;
        }
    }
}

@media (max-width: 964px) {
    .news-page__right {
        max-width: 58.3%;
    }

    .banner__with-title_border > h1 {
        font-size: 32px;
        width: 100%;
    }

    .news-page__news-title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .services__slide_big {
        width: 467px;
        height: 259px;
    }

    .news__pagination {
        .pagination {
            width: 63.8%;
        }

        .years-pagination {
            justify-content: space-between;
            width: 30%;
        }
    }

   
}

@media (max-width: 720px) {
    .news {
        grid-template-columns: repeat(2, 1fr);

        .events-item:not(.events-item_large) {
            grid-column: 1;
        }

        .events-item:not(.events-item_large):nth-of-type(2n) {
            grid-column: 2;
        }
    }

    .news__pagination {
        .years-pagination {
            display: none;
        }
        .pagination {
            width: 100%;
        }
    }

    .press__links-list {
        flex-direction: column;
        gap: 8px;
    }

    .press__links-list .press-links__item {
        width: 100%;
        height: 350px;
    }

    .news-page {
        flex-direction: column;

        .news-page__tags {
            flex-direction: row;
            flex-wrap: wrap;
        }
    }

    .news-page__ui {
        display: flex;
        justify-content: space-between;
        align-items: center;

        margin-bottom: 32px;

        .events-item__info {
            margin-bottom: 0;
        }
    }

    .news-page__right {
        max-width: 100%;
    }
}
