@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v43-latin-regular.eot');
    src: url('../fonts/open-sans-v43-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v43-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v43-latin-regular.woff') format('woff'), url('../fonts/open-sans-v43-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v43-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v43-latin-700.eot');
    src: url('../fonts/open-sans-v43-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v43-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v43-latin-700.woff') format('woff'), url('../fonts/open-sans-v43-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v43-latin-700.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
}

#wrapper {
    max-width: 560px;
    margin: 16px auto;
    border: 1px solid #cbcbcb;
    background: #00a5e5 url('../images/background.jpg') no-repeat;
    height: 769px;
}

header {
    padding: 30px 32px 0;
}

article {
    padding: 0 0 99px 36px;
    position: relative;
}

figure {
    margin: -84px 0 33px 264px;
}

.padding {
    padding: 56px 0 0 275px;
}

.padding span {
    display: inline-block;
    width: 137px;
}

footer {
    padding: 33px 24px 0 80px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.flex {
    display: flex;
    align-items: flex-end;
    gap: 25px;
    margin: 0 0 0 -18px;
}

.banner {
    display: none;
}

p {
    font-size: 24px;
    line-height: 30px;
}

:is(strong, h1) {
    font-weight: 700;
}

h1 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
}

h2 {
    margin: 0 0 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #00a5e5;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    padding: 0 0 13px;
    list-style: none;
}

ul li {
    padding-left: 14px;
    position: relative;
    font-size: 24px;
    line-height: 31px;
}

li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 11px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 6px;
}

h2.color {
    font-size: 8px;
    color: #000;
}

.qrcode {
    position: absolute;
    z-index: 4;
    right: 38px;
    top: 122px;
}

@media all and (max-width: 559px) {
    #wrapper {
        margin: 0 auto;
        border: none;
        height: auto;
        background: #00a5e5;
    }

    header {
        background: #fff;
        display: flex;
        justify-content: center;
        padding: 16px;
    }

    figure {
        margin: 0 0 20px;
        display: flex;
        justify-content: center;
    }

    article {
        padding: 16px 16px 0;
    }

    .padding {
        padding: 20px 0 10px;
    }

    footer {
        background: #fff;
        padding: 16px;
    }

    p {
        hyphens: auto;
        text-wrap: pretty;
    }

    .banner {
        display: block;
        margin: 0 0 0 -16px;
    }
}

@media all and (max-width: 520px) {
    footer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .flex {
        margin: 0;
    }

    h2 {
        text-align: center;
        font-size: 14px;
        line-height: 1.5;
    }

    .qrcode {
        position: static;
        margin: 10px 0;
    }
}

@media all and (max-width: 530px) {
    a {
        white-space: normal !important;
        word-break: break-all;
    }
}