@font-face {
    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-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');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #232729;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

#wrapper {
    max-width: 842px;
    height: 592px;
    margin: 1rem auto;
    border: 1px solid #232729;
    background: url('../images/background.jpg') no-repeat;
    padding: 52px 0 0 250px;
    position: relative;
}

header .banner {
    display: none;
}

.box-qrcode {
    display: flex;
    gap: 5px;
    align-items: flex-start;
    position: absolute;
    bottom: 30px;
    left: 40px;
}

.box-qrcode p {
    color: #fff;
    padding-top: 4px;
}

.box-qrcode {
    background: rgba(0,0,0,0.9);
}

.box-qrcode div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.box-qrcode section {
    padding: 5px 25px 5px 10px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

article {
    padding: 0 30px 20px 25px;
}

.flexbox {
    display: flex;
    justify-content: space-between;
}

.flexbox div {
    width: 43%;
}

footer {
    position: absolute;
    bottom: 30px;
    right: 35px;
}

footer :is(p, ul) {
    color: #fff;
}

footer ul {
    list-style: none;
    margin-top: 5px;
}

footer ul li {
    padding-left: 11px;
}

footer li:before {
    content: "\2022";
    color: #fff;
    float: left;
    font-size: 18px;
    text-indent: -11px;
}

footer a {
    color: #ea1c44 !important;
}

p:not(:first-of-type) {
    margin-top: 10px;
}

h1 {
    font-size: 17px;
    line-height: 23px;
    margin: 0;
}

h1 small {
    font-weight: 400;
    font-size: 13px;
}

h2 {
    font-size: 20px;
    line-height: 1.2;
}

h2 span {
    display: block;
    color: #ED1B3B;
    font-size: 47px;
    margin-top: 10px;
}

h3 {
    font-size: 17px;
    line-height: 21px;
    margin: 28px 0 25px;
}

.color {
    color: #ED1B3B;
}

article ul {
    list-style: none;
    margin-top: 15px;
}

article ul li {
    padding-left: 20px;
}

article li:before {
    content: "\2212";
    color: #e6001a;
    float: left;
    font-size: 20px;
    text-indent: -19px;
}

img {
    max-width: 100%;
    display: block;
}

h1 {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 8px 0;
    margin-top: 20px;
}

:is(h2, strong) {
    font-weight: 700;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #232729;
    text-decoration: none;
    white-space: nowrap;
}

@media only screen and (max-width:842px) {
    #wrapper {
        border: none;
        margin: 0;
        padding-left: 245px;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty
    }

    :is(p, ul) span {
        white-space: nowrap;
    }

    h2 span {
        font-size: 40px;
    }

    .flexbox div {
        width: 48%;
    }
}

@media only screen and (max-width:780px) {
    #wrapper {
        background: none;
        height: auto;
        padding: 0
    }

    :is(article, footer) {
        padding: 16px
    }

    footer {
        position: static;
        display: flex;
        justify-content: center;
    }

    header {
        position: relative;
    }

    header .banner {
        display: block;
    }

    .flexbox div {
        width: 47%;
    }
}

@media only screen and (max-width:560px) {
    .flexbox {
        flex-direction: column;
    }

    .flexbox div {
        width: auto;
    }

    article br {
        display: none;
    }

    h2 span {
        font-size: 31px;
    }
}

@media only screen and (max-width:428px) {
    .box-qrcode {
        align-items: center;
        position: static;
        background: #000;
        padding: 16px;
        justify-content: space-between;
    }

    .box-qrcode section {
        padding: 0;
    }

    .box-qrcode a img {
        max-width: 105px;
    }
}

