.b-longread-77591-facts-intro {
    position: relative;
    max-width: 100%;
    width: 1980px;
    color: #fff;
    background: #dd0000 url('https://static.sobaka.ru/uploads/longread/77591/facts-intro.jpg') no-repeat 50% 50%;
    background-size: cover;
}

.b-longread-77591-facts-intro:before {
    content: '';
    display: block;
    width: 100%;
    padding: calc(250 / 1980 * 100%) 0 0;
}

.b-longread-77591-facts-intro__content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 84.8em;
    width: 100%;
    height: 100%;
    transform: translate(-50%, 0);
}

.b-longread-77591-facts-intro__title {
    font: normal 400 5.2em/0.9 'metaboldcregular', sans-serif;
    text-align: center;
}

.b-longread-77591-facts-intro__title span {
    font-family: 'metabookcregular', sans-serif;
}

@media (max-width: 1366px) {
    .b-longread-77591-facts-intro {
        font-size: 8px;
    }
}

@media (max-width: 1280px) {
    .b-longread-77591-facts-intro {
        font-size: 6px;
    }
}

@media (max-width: 940px) {
    .b-longread-77591-facts-intro {
        font-size: inherit;
    }

    .b-longread-77591-facts-intro:before {
        content: none;
    }

    .b-longread-77591-facts-intro__content {
        position: static;
        padding: 3em;
        transform: none;
    }
}