/* report
   ============================ */

.report {
    margin-top: 50px;
}
.report + .rich-text .wrapper {
    padding-top: 0;
}
.report h1 {
    font-family: "Freight Sans W03 Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 4.8rem;
    color: #005daa;
    letter-spacing: -0.01em;
    line-height: 5rem;
    margin-bottom: 38px;
    padding-left: 14px;
}
.ru .report h1 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.report h1::before {
    background: #f78e1e;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 4px;
}

/* responsive
   ============================ */

@media screen and (max-width: 736px) {
    .report {
        margin-top: 30px;
    }
    .report h1 {
        font-size: 3.2rem;
        letter-spacing: -0.02em;
        line-height: 4rem;
        margin-bottom: 18px;
        padding-left: 12px;
    }
    .report h1::before {
        height: 20px;
        top: 11px;
    }
}
