.block__story {
    padding-top: 72px;
    padding-bottom: 72px;
}

.b_story--head {
    margin-bottom: 30px;
}

.b_story--title {
    color: #2d2a27;
    font-size: 40px;
    font-weight: 400;
}

.b_story--more {
    gap: 14px;
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #2d2a27;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.b_story--more:hover,
.b_story--more:focus {
    background: transparent;
    color: #8a1f1f;
}

.b_story--more-ico {
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
}

.b_story--grid {
    grid-template-columns: minmax(0, 41fr) minmax(0, 59fr);
    gap: 24px 26px;
}

.b_story--item.__large {
    grid-row: span 2;
}

.b_story--item:not(.__large) .b_story--link {
    grid-template-columns: minmax(260px, 43%) minmax(0, 1fr);
    gap: 26px;
}

.b_story--media,
.b_story--item.__large .b_story--media {
    aspect-ratio: 16 / 10;
}

.b_story--item.__large .b_story--media {
    aspect-ratio: 1.6 / 1;
}

.b_story--content {
    padding-top: 0;
}

.b_story--item:not(.__large) .b_story--content {
    padding-top: 2px;
}

.b_story--meta {
    display: flex;
    align-items: center;
    color: #4d4a47;
    font-size: 13px;
    line-height: 1.25;
    text-transform: uppercase;
}

.b_story--meta-separator {
    width: 1px;
    height: 18px;
    margin: 0 9px;
    background: #77716b;
}

.b_story--name,
.b_story--item.__large .b_story--name {
    margin-top: 8px;
    font-size: 27px;
    line-height: 1.16;
    text-decoration: none;
}

.b_story--item:not(.__large) .b_story--name {
    font-size: 25px;
    text-decoration: none;
}

.b_story--text {
    display: none;
}

@media (max-width: 1199px) {
    .b_story--grid {
        grid-template-columns: 1fr;
    }

    .b_story--item.__large {
        grid-row: auto;
    }

    .b_story--item:not(.__large) .b_story--link {
        grid-template-columns: minmax(220px, 38%) minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    .block__story {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .b_story--head {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
    }

    .b_story--more-text {
        display: none;
    }

    .b_story--item:not(.__large) .b_story--link {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .b_story--name,
    .b_story--item.__large .b_story--name,
    .b_story--item:not(.__large) .b_story--name {
        font-size: 22px;
    }
}
