.news {
    background: #ffffff;
}

.promo-header__burger::before,
.promo-header__burger::after {
    background-color: #1B1B1B;
    ;
}

.promo-header__logo svg path {
    fill: #1B1B1B;
}

.promo-header__logo svg path:nth-child(1) {
    fill: #007832;
}

.promo-header__search svg {
    fill: #1B1B1B;
}

.news {
    padding: 40px 0 180px 0;
}

.news__container {
    gap: 0;
}

.news__container-title {
    padding-bottom: 40px;
    border-bottom: 1px solid #1B1B1B;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.news__container-title {
    font-family: "Livret_Subhead_Light", sans-serif;
}

.news__container-title h1 {}

.news__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;

    margin: 0;
    padding: 0;
    list-style: none;

    opacity: 1;
    transition: opacity .4s ease;
    margin-top: 60px;
}

.news__list.is-changing {
    opacity: 0;
}

.news__item {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    border: 1px solid #1B1B1B4D;
    padding: 24px;
    display: block;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    cursor: pointer;
}

.news__item a {
    display: block;
    width: 100%;
    height: 100%;
}

.news__item:last-child {
    border: 1px solid #1B1B1B4D;
    padding: 24px;
}

.news__item:first-child {
    grid-row: span 2;
    min-height: 656px;
    background-color: #EEF0F8;
    border-color: #EEF0F8;
}

.news__item:first-child .news__title {
    font-size: 32px;
}

.news__item:hover {
    background-color: #EEF0F8;
    border-color: #EEF0F8;
}

.news__item .news__link {
    display: flex;
    position: absolute;
    width: 42px;
    height: 42px;
    padding: 0;
    right: 24px;
    bottom: 24px;
}

.news__item:hover .news__link {
    background-color: #234134;
    color: #ffffff;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.news__date {
    position: absolute;
    left: 24px;
    bottom: 24px;
}

.news__content {
    position: relative;
    overflow: visible;
    margin-top: auto;
    display: block;
}

.news__title {
    text-align: left;
}

.news__title,
.news__text {
    position: absolute;
    display: block;
    font-family: "Livret_Subhead_Light", sans-serif;
    transition:
        opacity .2s ease,
        transform .2s ease;

    color: #1B1B1B;
}

.news__title {
    opacity: 1;
    transform: translate(0, 0);
    transform-origin: top left;
}

.news__text {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform: translateY(24px);
    color: rgba(27, 27, 27, 0.7);
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -o-transform: translateY(24px);
}

.news__item:hover .news__title {
    opacity: 0;
    transform: translate(-20px, -20px);
}

.news__item:hover .news__text {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.news__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    margin-top: 120px;
}

.news__paginat {
    display: flex;
    gap: 12px;
}

.news__paginat-btn,
.news__arrow {
    width: 42px;
    height: 42px;
    padding: 0;
    font-size: 32px;
    font-family: "Livret_Subhead_Light", sans-serif;
}

.news__paginat-btn.is-active {
    background: #234134;
    color: #fff;
    border: none;
}


.news__paginat-btn.is-active:hover {
    border: none;
}

@media(max-width: 1200px) {

    .news__list {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 1040px) {
    .news__title {
        font-size: 22px;
    }

    .news__item:first-child .news__title {
        font-size: 24px;
    }

    .news__item:first-child {
        grid-column: span 2;
        grid-row: span 1;
        min-height: 196px
    }

    .news__item {
        min-height: 262px
    }

    .news__bottom {
        margin-top: 120px;
    }

    .news {
        padding-bottom: 140px;
    }

    .news__paginat-btn,
    .news__arrow {
        width: 32px;
        height: 32px;
        font-size: 22px;
    }

    .news__arrow svg {
        width: 16px;
    }

    .news__bottom {
        gap: 28px;
    }

    .news__link {
        bottom: 20px;
        right: 16px;
        width: 32px;
        height: 32px;
    }

    .news__link svg {
        width: 16px
    }

    .news__date {
        left: 20px;
        bottom: 16px
    }

    .news__list {
        margin-top: 24px;
    }

    .news__container-title {
        padding-bottom: 24px;
    }

    .news__container-title p {
        display: none;
    }
}


@media(max-width: 767px) {
    .news__item {
        min-height: 190px
    }

    .news__list {
        grid-template-columns: 1fr;
        margin-top: 48px;
    }

    .news__item:first-child {
        grid-row: initial;
        min-height: 190px
    }

    .news__bottom {
        gap: 7px;
    }

    .news__paginat {
        gap: 8px;

    }

    .news__paginat-btn,
    .news__arrow {
        font-size: 20px;
    }

    .news {
        padding: 104px 0 120px 0;
    }

    .news__list {
        display: flex;
        flex-direction: column;
    }

    .news__item,
    .news__item:last-child,
    .news__item:first-child {
        padding: 16px 20px;
    }



}