:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: 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: 500;
    src: url('../fonts/roboto-v30-latin-500.eot');
    src: url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), url('../fonts/roboto-v30-latin-500.woff') format('woff'), url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), url('../fonts/roboto-v30-latin-500.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: 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');
}

html {
    min-height: 100%;
}

body {
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

#wrapper {
    max-width: 610px;
    margin: 16px auto;
    border: 1px solid #000;
    padding: 45px 30px 20px;
    background: #1f4f87;
    position: relative;
}

header {
    position: absolute;
    z-index: 3;
    right: 30px;
    top: 30px;
}

footer {
    position: absolute;
    z-index: 3;
    right: 30px;
    bottom: 30px;
    text-align: right;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 0 0 135px;
    padding: 0 0 0 41px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    background: url('../images/icon.jpg') no-repeat 0 1px;
}

h2 {
    margin: 0 0 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

h3 {
    margin: 0 0 4px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

.qrcode {
    margin-bottom: 20px;
}

h4 {
    padding-left: 28px;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    background: url('../images/icon.jpg') no-repeat 0 2px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #fff;
    text-decoration: none;
}

ul {
    padding: 0;
    list-style: none;
}

ul li {
    padding-left: 41px;
    position: relative;
    font-weight: 700;
    background: url('../images/icon.jpg') no-repeat 0 1px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

@media all and (max-width: 609px) {
    #wrapper {
        margin: 0;
        padding: 16px;
        border: none;
    }

    header {
        right: 16px;
        top: 16px;
    }

    footer {
        right: 16px;
        bottom: 16px;
    }
}

@media all and (max-width: 540px) {
    header {
        position: static;
        margin-bottom: 16px;
    }

    h1 {
        margin-bottom: 16px;
    }

    footer {
        position: static;
        margin-top: 16px;
        text-align: left;
    }
}