.card._news {
    margin-bottom: 10px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 16px 6px rgba(141, 136, 117, 0.05);
    -moz-box-shadow: 0px 0px 16px 6px rgba(141, 136, 117, 0.05);
    box-shadow: 0px 0px 16px 6px rgba(141, 136, 117, 0.05);
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 1.22%;
    flex-basis: 30.89%;
}

.card._news .card__box {
    box-shadow: none;
}

.card._news .card__link {
    font-size: 20px;
    line-height: 22px;
    font-family: "Noah", sans-serif;
}

.card._news .news-date {
    font-size: .9375rem;
    line-height: 1.375rem;
}
.card._news .card__image {
    min-height: 7.5rem;
    max-height: 7.5rem;
}
.mention-block {
    padding-top: 40px;
}
@media (max-width: 1023.98px) {
    .card._news .card__link {
        font-size: 1.0625rem;
        line-height: 1.25rem;
    }
    .card._news .news-date {
        font-size: .75rem;
        line-height: 1rem;
    }
    .card._news {
        flex: calc(100vw - 35%) 0 0 !important;
    }
    .card._news:first-child {
        margin: 0;
    }
    .middle-fundraising__item._news .button.button--more:first-child {
        margin-right: 0 !important;
    }
    .middle-fundraising__item._news .cards__action {
        flex-wrap: wrap;
    }
}
.middle-fundraising__item._news .button.button--more:first-child {
    margin-right: 24px;
}

.middle-fundraising__item._news {
    position: relative;
    padding: 40px 0 29px;
}

.middle-fundraising__item._news::after {
    content: '';
    position: absolute;
    width: 100vw;
    left: 50%;
    top: 0;
    height: 100%;
    background: #F4F4F4;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.stories {
    position: relative;
    color: var(--color-white);
    margin-top: 40px;
}
.stories__title {
    position: absolute;
    z-index: 10;
}
.stories__list {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
}
.story {
    display: block;
}
.story:hover {
    -ms-filter: none;
    filter: none;: ;
}
.story::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
}
.story {
    position: relative;
    height: 0;
}
.story::after {
    background-color: rgba(0, 0, 0, 0.18);
    opacity: 0.5;
}
.story__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.story__container,
.story__link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.story__link {
    display: block;
    color: inherit;
    text-decoration: none;
    color: #ffffff;
}
.story__link::after {
    top: 0;
    z-index: 15;
    content: "";
}
.story__title {
    margin: 0;
    font-family: "GT Eesti Display LC", sans-serif;
    letter-spacing: 0.01em;
}
.content a {
    color: #1A9034;
}
.content p,
.story__description {
    margin: 0;
    letter-spacing: 0.01em;
}
@media (min-width: 1000px) {
    .stories:last-child {
        margin-top: 80px;
        margin-bottom: -76px;
    }
    .stories__title {
        top: -80px;
        left: 0;
        right: 0;
        display: block;
    }
    .stories__title .title {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 32px;
        padding-right: 32px;
    }
    .story {
        padding-bottom: 42.105263158%;
    }
    .story__title {
        max-width: 1200px;
        margin-bottom: 16px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0.75rem;
        font-size: 64px;
        line-height: 112%;
    }
    .story__description {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0.75rem;
        padding-bottom: 50px;
        font-size: 24px;
        line-height: 125%;
    }
}
@media (max-width: 999px) {
    .stories__title {
        top: -60px;
        left: 0;
    }
    .stories__title .title {
        font-size: 17px;
        line-height: 18px;
    }
    .story {
        padding-bottom: 66.666666667%;
    }
    .story__container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .story__title {
        margin-bottom: 10px;
        font-size: 25px;
        letter-spacing: 0.01em;
        line-height: 128%;
    }
    .story__description {
        padding-bottom: 20px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 12px;
        line-height: 150%;
    }
}


.navigation__item.blue-bg {
    margin-left: 16px;
	margin-top: 3px;
}
.menu__item.blue-bg {
    display: inline-block;
    border-top: 0;
}
.navigation__item.blue-bg .navigation__link,
.menu__item.blue-bg .menu__link {
    background-color: #0f48b8;
    border-radius: 20px;
    padding: 2px 16px 5px 16px;
    color: #ffffff;
	filter: none !important;
}