@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v20-latin-700.eot');  
    src: url('../fonts/poppins-v20-latin-700.eot?#iefix') format('embedded-opentype'),  
         url('../fonts/poppins-v20-latin-700.woff2') format('woff2'),  
         url('../fonts/poppins-v20-latin-700.woff') format('woff'),  
         url('../fonts/poppins-v20-latin-700.ttf') format('truetype'),  
         url('../fonts/poppins-v20-latin-700.svg#Poppins') format('svg');  
  }
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 1em/1.3em 'Segoe UI', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 568px;
    margin: 1rem auto;
    border: solid 1px #AEADAD;
    background-color: #fff;
    overflow: hidden;
}
p {
    padding-bottom: 0.75rem;
}
h1 {
    margin: 0.5rem 0;
    font-size: 1.77em;
    line-height: 1.1em;
    position: relative;
}
h1 span {
    font-size: 0.7em;
}
h1::before {
    content: "\25A0";
    font-size: 1.5em;
    position: absolute;
    left: -2.3rem;
    top: -5px;
    color: #ED1C3B;
}
h2 {
    font-size: 1.72em;
    line-height: 1.1em;
    background-color: #fff;
    padding: 1rem 1.125rem 0;
    position: absolute;
    bottom: 11.75rem;
    left: 3.625rem;
}
h1, h2 {
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 700;
}
strong {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
header {
    position: relative;
}
header img {
    display: block;
}
article {
    padding: 0 2rem 0 4.5rem;
    margin-top: -10.8rem;
    position: relative;
}
article p:nth-of-type(2) {
    text-indent: 1.5rem;
}
hr {
    border: 0;
    border-bottom: 1px solid #ED1C3B;
    margin: 0 1.5rem 0.75rem 0;
}
section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 1rem;
}
section p {
    width: 73%;
}
figure {
    margin: 0;
    position: relative;
}
figure::before, figure::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    background: url('../images/icon-top.jpg') no-repeat center;
    top: -1rem;
    right: -1rem;
}
figure::after {
    background: url('../images/icon-bot.jpg') no-repeat center;
    top: unset;
    right: unset;
    left: -1rem;
    bottom: -1rem;
}
p span.big{
    font-size: 1.3em;
}
p.top {
    padding-left: 9.25rem;
}
p.top span:first-of-type {
    margin-left: -0.4rem;
}
p.top span:nth-of-type(2) {
    margin-left: -0.8rem;
}
p.top span:nth-of-type(3) {
    margin-left: -1.3rem;
}
p.top span:nth-of-type(4) {
    margin-left: -2rem;
}
p.top span:nth-of-type(5) {
    margin-left: -3.4rem;
}
p.top span:nth-of-type(6) {
    margin-left: -5rem;
}
footer {
    padding: 2rem 3.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
footer a:first-of-type img {
    margin-bottom: 1.5rem;
}
@media only screen and (max-width: 566px) {
    body {
        font-size: 0.938em;
        line-height: 1.3em;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    h2 {
        position: static;
        font-size: 1.5em;
        line-height: 1.15em;
    }
    :is(h2, p.top) br, h1::before {
        display: none;
    }
    article {
        margin: 0;
        padding: 1rem;
    }
    p.top {
        padding-left: 0;
    }
    article p.top span {
        margin-left: 0 !important;
        display: initial;
    }
    article p:nth-of-type(2) {
        text-indent: 0;
    }
    article p span {
        display: inline-block;
    }
    section {
        display: block;
    }
    section p {
        width: auto;
    }
    figure {
        width: max-content;
        margin: 1rem auto 0;
    }
    footer {
        padding: 1rem;
        align-items: center;
    }
}