@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');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
}

#wrapper {
    max-width: 1000px;
    margin: 16px auto;
    border: 1px solid #cbcbcb;
    background: #004279;
}

header {
    padding: 0 16px;
}

.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background: #fff;
    padding: 16px;
    flex-direction: row-reverse;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 16px 16px;
    gap: 16px;
}

article {
    padding: 16px;
    background: #00a4e0 url('../images/background.jpg') no-repeat top 16px right 10px;
}

footer {
    padding: 10px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.position {
    position: relative;
}

.center {
    display: flex;
    background: #004279;
    align-items: center;
    gap: 16px;
    padding: 6px 60px;
    margin: 16px 23% 0;
    justify-content: space-between;
    border-radius: 0 0 16px 0;
}

.center p {
    font-size: 18px;
}

:is(strong, h1, h2, h3) {
    font-weight: 700;
}

h1 {
    margin: 0 32px 16px 16px;
    font-size: 18px;
    line-height: 1.3;
    position: relative;
}

h1 small {
    font-weight: 400;
    font-size: 16px;
}

h1:before {
    content: '\25A0';
    position: absolute;
    margin-top: 3px;
    font-size: 12px;
    text-indent: -15px;
}

h2 {
    font-size: 19px;
    line-height: 25px;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 999;
}

h3 {
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 1.3;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    list-style: none;
    margin: 0 0 0 -10px;
}

.padding {
    padding: 0 0 0 212px;
}

ul li {
    padding-left: 20px;
    display: inline;
    position: relative;
}

li:before {
    content: '\25A0';
    position: absolute;
    margin-top: -1px;
    font-size: 8px;
    text-indent: -10px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

@media all and (max-width: 999px) {
    #wrapper {
        margin: 0 auto;
        border: none;
    }

    footer {
        padding: 16px;
    }

    footer a img {
        max-width: 55px;
    }

    figure>img {
        max-width: 373px;
    }

    .center {
        margin: 16px 16% 0;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    h2 {
        position: static;
    }

    .padding {
        padding: 0 0 0 16px;
    }

    ul {
        margin: 0;
    }

    ul br {
        display: none;
    }

    ul li {
        display: block;
        padding-left: 16px;
    }

    li:before {
        text-indent: -0.9375rem;
    }
}

@media all and (max-width: 767px) {
    .flex {
        padding: 0 0 16px;
        flex-wrap: wrap;
    }

    footer {
        flex-direction: column;
    }

    footer p {
        text-align: center;
    }

    .center {
        margin: 16px 0 0;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 12px 16px;
    }
}

@media all and (max-width: 618px) {
    .flex {
        justify-content: space-around;
    }

    .title {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media all and (max-width: 480px) {
    .logo {
        flex-direction: column;
    }

    figure img {
        max-width: 100%;
    }
}

.text {
    background: #004279;
    padding: 10px 39px;
    font-size: 16px;
    font-weight: bold;
    margin: 1rem 0;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}

.fix {
    display: flex;
    width: 265px;
    flex-direction: column;
    align-items: flex-end;
    margin: 0 auto;