:root {
    --font-main: #202020;
    --secondary-bg: #f7941e;
    --main-red: #31307b;
    --media-breakpoint-size: 1000px;
    --header-height: 85px;
}

body {
    font-family: 'HelveticaNeueCyr-Roman', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: var(--font-main);
}

h1 {
    font-weight: 800;
    font-size: 50px;
    line-height: 59px;
    text-transform: uppercase;
}

@media (max-width: 1000px) {
    h1 {
        line-height: normal;
        font-size: 36px;
    }
}

h3 {
    font-size: 40px;
    line-height: 120%;
}

@media (max-width: 1000px) {
    h3 {
        font-size: 30px;
    }
}

h4 {
    font-weight: 700;
    font-size: 23px;
    line-height: 150%;
    color: #000000;
}