@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-700.woff') format('woff'), url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #000;
}

#wrapper {
    margin: 1rem auto;
    max-width: 876px;
    background: #fff;
    border: solid thin #cbcbcb;
}

header {
    padding: 60px 80px 0;
    position: relative;
}

article {
    padding: 0 80px;
}

.color {
    color: #e04d53 !important;
}

.margin-bottom {
    margin-bottom: 0;
}

.button {
    width: 100%;
    height: 57px;
    line-height: 57px;
    display: block;
    border: none;
    background: #d62923;
    color: #fff !important;
    margin: 20px auto;
    text-align: center;
    font-weight: 700;
    font-size: 21px;
}

:is(h1, h3, strong) {
    font-weight: 700;
}

:is(h1, h3) {
    line-height: 1.2;
}

h1 {
    font-size: 43px;
    position: absolute;
    left: 14%;
    bottom: 7%;
    color: transparent;
}

h2 {
    font-size: 21px;
    margin: 20px 0;
    font-weight: 400;
    color: #3998c5;
    line-height: 1.5;
}

h3 {
    font-size: 17px;
    margin: 0 0 5px;
}

p {
    margin-bottom: 16px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0 0 20px 54px;
}

ul li {
    list-style: none;
    text-indent: -28px;
}

ul li:before {
    font-size: 20px;
    margin-right: 28px;
    position: relative;
    top: -1px;
    float: left;
    content: "\2022";
}

.logo {
    margin: 20px 0;
}

footer {
    padding: 0 80px 60px;
}

@media screen and (max-width: 875px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(h1, h2, h3, p, ul li) {
        hyphens: auto;
        text-wrap: pretty;
    }

    h1 {
        font-size: 5.4vw;
    }

    :is(p a, span) {
        white-space: nowrap;
    }

    br:not(br.mobile-block) {
        display: none;
    }
}

@media screen and (max-width: 690px) {
    header {
        padding: 20px 20px 0;
    }

    article {
        padding: 0 20px;
    }

    h1 {
        left: 9%;
        font-size: 6vw;
        bottom: 8%;
    }

    ul {
        margin: 0 0 20px 28px;
    }

    footer {
        padding: 0 20px 20px;
    }
}