:root {
    font-size: 16px;
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v35-latin-regular.eot');
    src: url('../fonts/open-sans-v35-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-regular.woff') format('woff'), url('../fonts/open-sans-v35-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v35-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-v35-latin-700.eot');
    src: url('../fonts/open-sans-v35-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-700.woff') format('woff'), url('../fonts/open-sans-v35-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v35-latin-700.svg#OpenSans') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #000;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 910px;
    margin: 16px auto;
    border: 1px solid #5B6263;
    border-bottom: 7px solid #5B6263;
    overflow: hidden;
    background-color: #fff;
}

h1 {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 237px;
}

h1 span {
    display: inline-block;
    padding: 3px 7px;
    background-color: #000;
    color: #fff;
}

h1 span.title {
    background-color: #fff;
    color: #000;
    font-size: 14px;
}

h1 small {
    display: block;
    font-size: 0.7em;
}

h2 {
    0:
        AUTO 100PX;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    color: #fff;
    flex: 1 1 0;
    padding: 16px;
    background: #000;
}

h2 strong {
    font-size: 24px;
    line-height: 1.4;
    display: block;
}


h3 {
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
    padding: 8px 16px;
    background-color: #000;
    white-space: nowrap;
}

h4 {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    padding: 4px 16px;
    background-color: #000;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: -24px;
}

h5 {
    font-size: 14px;
    line-height: 1.4;
    color: #231f20;
    padding: 14px 16px;
    font-weight: 400;
}

h5 a {
    padding: 2px;
    background-color: #231f20;
    color: #fff !important;
    line-height: 1;
    display: inline-block;
}

p:not(:last-of-type) {
    margin-bottom: 16px;
}

header {
    padding: 18px;
    display: flex;
    justify-content: center;
}

.content {
    display: flex;
    justify-content: space-between;
}

.content>div {
    padding: 23px 0 0;
}

.instagram {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: center;
}

.qrcode {
    background: url('../images/background-left.jpg') no-repeat 0 0;
    background-size: cover;
    width: 270px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 50px !important;
}

.more-info {
    background: url('../images/background-right.jpg') no-repeat 0 0;
    background-size: cover;
    width: 181px;
    display: flex;
    justify-content: space-between;
    gap: 4px;
    flex-direction: column;
    align-items: center;
    padding: 95px 0 50px !important;
     !importan;
     !importa;
     !import;
     !impor;
     !impo;
     !imp;
     !im;
     !i;
     !;
}

article .intro {
    display: flex;
    position: relative;
    align-items: center;
    background-color: #000;
}

.content p {
    font-size: 12px;
}

footer {
    padding: 12px 16px;
    border-top: 1px solid #5B6263;
}

footer p {
    text-align: center;
    color: #5B6263;
    font-size: 15px;
    padding-left: 90px;
}

footer p sup {
    font-size: 0.625em;
    color: #000;
    margin-left: 16px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

ul {
    margin: 0;
    list-style: none;
    flex: 1 1 0;
    padding: 28px 16px 16px 19px;
}

ul li {
    padding-left: 24px;
    background: url('../images/iconlist.jpg') no-repeat 0 2px;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 2px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.images {
    margin: 0 -15px;
}

.text {
    background: #000;
    color: #FFF;
    padding: 10px 1rem;
    margin: 14px -16px 0;
    width: 100%;
    text-align: center;
}

.div {
    position: relative;
}

@media all and (max-width:910px) {
    #wrapper {
        margin: 0;
        border: none;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    h2 {
        font-size: 16px;
    }

    h2 strong {
        font-size: 1.3em;
    }

    .images {
        margin: 0;
        width: 100%;
    }

    .images img {
        width: 100%;
    }
}

@media all and (max-width:767px) {
    article .intro {
        flex-wrap: wrap;
        flex-direction: column;
    }

    ul {
        width: 100% !important;
        order: -1;
        flex: 0 0 100%;
        padding: 16px;
    }

    h5 {
        text-align: center;
    }

    .content {
        flex-wrap: wrap;
    }

    .content>div {
        width: 49%;
        padding: 0;
    }

    .more-info {
        flex-direction: column;
        padding: 16px 0 !important;
    }

    .qrcode {
        padding: 1rem 0 0 !important;
    }

    h4 {
        position: static;
        text-align: center;
        white-space: normal;
        margin: 0 0 0 -4%;
    }

    .intro div {
        position: relative;
    }

    footer p {
        padding-left: 0;
    }

    footer p sup {
        display: block;
    }

    footer span {
        white-space: nowrap;
    }
}

@media all and (max-width:480px) {

    .content>div {
        width: 100%;
    }

    h1 {
        position: static;
    }

    h1 span {
        display: block;
        padding: 12px 16px;
        text-align: center;
    }

    h4 {
        margin-left: 0
    }

    h1 br {
        display: none;
    }


}