@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v35-latin-regular.eot');
    src: url('../fonts/open-sans-v35-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-regular.woff') format('woff'), url('../fonts/open-sans-v35-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v35-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v35-latin-700.eot');
    src: url('../fonts/open-sans-v35-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-700.woff') format('woff'), url('../fonts/open-sans-v35-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v35-latin-700.svg#OpenSans') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    font-size: 16px;
}

body {
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
}

#wrapper {
    max-width: 696px;
    margin: 16px auto;
    border: 1px solid #000;
    background: #fff;
    position: relative;
}

article {
    padding: 6px 12px 0;
}

hr {
    margin: 4px -6px;
    border: none;
    height: 1px;
    background: #000;
}

.center {
    text-align: center;
}

.font {
    font-size: 15px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.bottom {
    text-align: center;
    margin-bottom: 4px;
    color: #586067;
}

.bottom a {
    color: #586067 !important;
}

.left {
    margin-left: 35px;
}

.right {
    margin-right: 18px;
}

footer {
    padding: 0 16px 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-end;
}

footer div {
    display: flex;
    gap: 6px;
    flex: 1 1 0;
    align-items: flex-end;
}

footer :is(p, a) {
    font-size: 13px;
    color: #5F676E !important;
    line-height: 1.2;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 12px 0 10px 31px;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
}

h1 span {
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
}

h2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
}

h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 14px;
}

h4 {
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 4px;
}

ul {
    margin: 0 0 20px;
    list-style: none;
}

ul li {
    padding-left: 44px;
}

li:before {
    content: '\2010';
    float: left;
    font-size: 18px;
    text-indent: -12px;
    margin: -2px 0 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}

@media all and (max-width:695px) {
    #wrapper {
        margin: 0;
        border: none;
    }

    article {
        padding: 16px 16px 0;
    }

    .left {
        margin-left: 0;
    }

    hr {
        margin: 12px -16px;
    }

    footer {
        padding: 0 16px 16px;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    :is(a, span) {
        white-space: nowrap;
    }

    br:not(footer br) {
        display: none;
    }
}

@media all and (max-width: 646px) {
    body {
        line-height: 1.4;
    }

    footer {
        flex-direction: column;
        align-items: center;
    }

    footer>p {
        text-align: center;
    }

    h1 {
        margin-left: 0;
        text-align: center;
    }

    ul li {
        padding-left: 12px;
    }
}

@media all and (max-width: 525px) {
    footer div {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    footer div p {
        text-align: center;
    }

    .bottom {
        padding: 0 16px 15px;
    }
}