@font-face {
    font-display: swap;
    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-display: swap;
    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 {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

#wrapper {
    max-width: 880px;
    margin: 16px auto;
    border: 1px solid #000;
    padding: 40px 80px 30px;
    background-color: #fff;
    overflow: hidden;
}

header {
    gap: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

figure {
    margin: 18px -80px 30px;
}

footer {
    display: flex;
    gap: 110px;
}

footer p {
    font-size: 17px;
}

.justify {
    text-align: justify;
    hyphens: auto;
}

span {
    white-space: nowrap;
}

p {
    margin: 0 0 20px;
}

:is(p, h1 small) img {
    position: relative;
    top: 2px;
}

:is(strong, h1, h2) {
    font-weight: 700;
}

h1 {
    margin: 0 0 32px;
    font-size: 23px;
    line-height: 28px;
}

h1 small {
    font-weight: 400;
    font-size: 17px;
    display: block;
}

h2 {
    margin: 0 0 18px -60px;
    font-size: 18px;
    line-height: 24px;
    color: #949494;
}

h3 {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 10px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

a.color {
    color: #0563c1 !important;
    text-decoration: underline !important;
}

ul {
    margin: 0 0 20px;
    list-style: none;
}

ul li {
    padding-left: 55px;
}

li:before {
    content: url('../images/iconlist.jpg');
    float: left;
    margin-top: 1px;
    text-indent: -25px;
}

ul li ul {
    margin: 0 0 20px;
    list-style: none;
}

ul li ul li {
    padding-left: 55px;
    margin-top: 0 !important;
}

ul li li:before {
    content: url('../images/circle.jpg');
    float: left;
    margin-top: 0px;
    text-indent: -25px;
}

.ul li {
    margin-top: 10px;
}

img {
    max-width: 100%;
}

@media all and (max-width:879px) {
    #wrapper {
        margin: 0 auto;
        padding: 1rem;
        border: none;
    }

    figure {
        margin: 16px -16px;
    }

    .justify {
        text-align: left;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    h2 {
        margin: 0 0 18px;
    }

    ul li {
        padding-left: 20px;
    }

    li:before {
        text-indent: -20px;
    }

    .mobile {
        display: none;
    }
}

@media all and (max-width:625px) {
    footer {
        gap: 16px;
        justify-content: space-between;
    }
}

@media all and (max-width:520px) {
    footer {
        flex-direction: column;
        gap: 0;
    }
}

@media all and (max-width:480px) {
    ul li ul li {
        padding-left: 24px;
    }
}