@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/anton-v27-latin-regular.eot');
    src: url('../fonts/anton-v27-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/anton-v27-latin-regular.woff2') format('woff2'), url('../fonts/anton-v27-latin-regular.woff') format('woff'), url('../fonts/anton-v27-latin-regular.ttf') format('truetype'), url('../fonts/anton-v27-latin-regular.svg#Anton') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 1em/1.35em "Segoe UI", Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: url('../images/bg.jpg') no-repeat top left;
    overflow: hidden;
}
p {
    padding-bottom: 1rem;
}
h1+p {
    padding-bottom: 4.5rem;
}
h1 {
    margin: 0 0 1.75rem;
    font-size: 1.4375em;
    line-height: 1.3;
    color: #fff;
    padding: 0.5rem 3rem;
}
h1 span {
    display: block;
    font-size: 1.8em;
    line-height: 1.3;
}
h2 {
    font-size: 1.2em;
    line-height: 1.3;
}
h3 {
    font-size: 1.375em;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}
h1 span, h2, h3 {
    font-family: 'Anton', Arial, sans-serif;
    font-weight: 400;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 3rem;
    list-style: none;
}
ul li {
    padding-left: 0.9375rem;
}
ul li:before {
    content: url('../images/iconlist.png');
    float: left;
    margin: 0 0 0 -0.9375rem;
}
.hide_des{
    display: none;
}
article {
    padding: 0 3rem 1rem;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.flex>div {
    width: 48%;
}
.bg h2 {
    color: #fff;
}
.big {
    font-size: 1.25em;
    line-height: 1.3;
    margin-right: 4rem;
}
.qrc {
    display: flex;
    justify-content: start;
    gap: 0 1rem;
    align-items: flex-end;
    margin-top: -0.2rem;
}
footer {
    position: absolute;
    bottom: 1.5rem;
    right: 2rem;
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #FFF8DD;
    }
    p a, span{
        display: inline-block;
    }
    h1 {
        padding: 0.5rem 1rem;
        margin: 0;
        background: #19ACDB;
    }
    h3 {
        flex: 1;
    }
    img {
        vertical-align: middle;
    }
    article {
        padding: 1rem;
    }
    .bg-res {
        background: #00B0EC;
    }
    .hide_des{
        display: block;
    }
    footer {
        background: #FFF;
        position: static;
        display: flex;
        justify-content: center;
    }
    footer, .bg-res {
        padding: 1rem;
    }
    .bg-res p {
        text-align: center !important;
        color: #fff;
    }
    .flex {
        flex-direction: column;
    }
    .flex>div {
        width: auto;
    }
    .bg {
        padding: 1rem 1rem 0;
        background: #FFD401;
        margin-bottom: 1rem;
    }
    p :is(span, a) {
        display: inline-block;
    }
    :is(ul, h1, h3) br, .hide_res {
        display: none;
    }
    ul {
        padding-bottom: 1rem;
    }
}