@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-italic.eot');
    src: url('../fonts/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'), url('../fonts/roboto-v30-latin-italic.woff') format('woff'), url('../fonts/roboto-v30-latin-italic.ttf') format('truetype'), url('../fonts/roboto-v30-latin-italic.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    font-size: 16px;
}

body {
    color: #003864;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.35em;
    font-weight: 400;
}

#wrapper {
    max-width: 765px;
    margin: 16px auto;
    border: 2px solid #231f20;
    padding: 10px 20px;
    background-color: #fff;
    position: relative;
}

header {
    float: right;
    margin: 0 0 18px 30px;
}

article>ins {
    display: block;
    margin-left: 10px;
}

.font {
    font-size: 14px;
    line-height: 1.3;
    font-style: italic;
}

footer {
    padding: 0 16px;
}

footer p {
    text-align: center;
    margin: 0;
}

p {
    margin: 0 0 12px;
    text-align: justify;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 8px 0;
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
}

h1 span {
    font-size: 16px;
    line-height: 20px;
}

h2 {
    margin: 32px 0 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    width: 67%;
}

h3 {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
}

ul {
    margin: 0 0 10px;
    list-style: none;
}

ul li {
    padding-left: 22px;
    background: url('../images/icon.jpg') no-repeat 0 3px;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #003864;
    text-decoration: none;
}

@media all and (max-width: 762px) {
    #wrapper {
        padding: 16px;
        margin: 0;
        border: none;
    }

    header {
        padding-right: 0;
    }

    footer {
        padding: 0;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    .font {
        text-align: left;
    }

    p {
        text-align: left;
    }

    :is(a, span) {
        white-space: nowrap;
    }

    .none {
        display: none;
    }
}

@media all and (max-width: 660px) {
    h2 {
        width: 100%;
        margin-top: 1rem;
    }

    header {
        float: none;
        margin: 0 0 10px;
    }
}