@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/roboto-v30-latin-regular.eot");
    src: local(""), 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-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/roboto-v30-latin-700.eot");
    src: local(""), 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;
}

body {
    font-family: "Roboto", Arial, sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
}

#wrapper {
    position: relative;
    max-width: 849px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
}

article p:not(:last-of-type) {
    margin-bottom: 1rem;
}

:is(p, ul) {
    text-align: justify;
    hyphens: auto;
}

h1 {
    margin: 2rem 0;
    font-size: 19px;
    line-height: 1.1;
}

h2 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 4px;
}

:is(h1, h2, strong) {
    font-weight: 700;
}

:is(a:link, a:visited, a:hover, a:active) {
    white-space: nowrap;
    color: #000;
    text-decoration: none;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

ul {
    padding: 0 0 1rem 24px;
    list-style: none;
}

li {
    padding-left: 28px;
}

li:before {
    line-height: 16px;
    content: "\2010";
    font-size: 18px;
    float: left;
    margin: 0 0 0 -28px;
}

article {
    padding: 1.25rem 6rem 0;
}

header {
    padding: 1.25rem 0 0;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 35px 6rem 5rem;
    gap: 1rem;
}

footer section:last-of-type {
    width: 356px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

footer p {
    font-size: 0.75rem;
    line-height: 1.3;
}

.width {
    display: inline-block;
    width: 56px;
}

.block {
    margin-bottom: 6px;
    display: block;
}

.padding {
    padding-left: 52px;
    font-weight: 700;
    margin-bottom: 4px !important;
}

.color {
    color: #00f !important;
    text-decoration: underline !important;
}

:is(p span, .word, ul span) {
    white-space: nowrap;
}

@media only screen and (max-width: 847px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        hyphens: auto;
    }

    :is(p, ul) {
        text-align: left;
    }

    ul br {
        display: none;
    }

    article {
        padding: 1.25rem 6rem 0;
    }

    footer {
        padding: 0 6rem 5rem;
    }
}

@media only screen and (max-width:767px) {
    header {
        padding: 1rem 0 0;
    }

    article {
        padding: 1rem 1rem 0;
    }

    footer {
        padding: 0 1rem 1rem;
    }
}

@media only screen and (max-width:480px) {
    footer {
        flex-direction: column;
        align-items: center;
    }

    footer section:first-of-type p {
        text-align: center;
    }

    footer section:last-of-type {
        width: 100%;
    }

    ul {
        padding-left: 0;
    }

    .padding {
        padding-left: 0
    }
}

@media only screen and (max-width:396px) {
    footer section {
        flex-direction: column;
        align-items: center !important;
    }

    footer p {
        text-align: center;
    }
}