@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: 23px;
    font-weight: 700;
}

#wrapper {
    max-width: 920px;
    margin: 16px auto;
    border: 1px solid #ccc;
    background: #00ab4e;
    position: relative;
}

header {
    padding: 16px 0 0;
}

article {
    padding: 0 45px 83px;
}

footer {
    position: absolute;
    bottom: 30px;
    right: 50px;
    z-index: 9;
}

.logo {
    padding: 0 0 32px;
}

.fontsize {
    font-size: 46px;
    line-height: 1.5;
}

.font {
    font-size: 19px;
    line-height: 24px;
    margin-top: 22px;
}

p {
    margin: 0 0 12px;
}

strong {
    font-weight: 700;
}

h1 {
    font-weight: 700;
    font-size: 19px;
    line-height: 25px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

@media all and (max-width: 918px) {
    #wrapper {
        margin: 0 auto;
        border: none;
    }

    p {
        hyphens: auto;
        text-wrap: pretty;
    }

    span {
        white-space: nowrap;
    }
}

@media all and (max-width: 860px) {
    article {
        padding: 0 16px 83px;
    }

    footer {
        right: 16px;
    }
}

@media all and (max-width: 780px) {
    footer {
        position: static;
        padding: 16px;
    }

    article {
        padding: 0 16px 16px;
    }

    .logo {
        display: flex;
        justify-content: center;
    }

    :is(p, h1) {
        text-align: center;
    }

    article br {
        display: none;
    }

    .fontsize {
        line-height: 1;
    }
}