@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v28-latin-regular.eot');
    src: url('../fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'), url('../fonts/raleway-v28-latin-regular.woff') format('woff'), url('../fonts/raleway-v28-latin-regular.ttf') format('truetype'), url('../fonts/raleway-v28-latin-regular.svg#Raleway') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/raleway-v28-latin-600.eot');
    src: url('../fonts/raleway-v28-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-v28-latin-600.woff2') format('woff2'), url('../fonts/raleway-v28-latin-600.woff') format('woff'), url('../fonts/raleway-v28-latin-600.ttf') format('truetype'), url('../fonts/raleway-v28-latin-600.svg#Raleway') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 0.938em/1.2em 'Raleway', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff url('../images/bg.jpg') no-repeat bottom;
    overflow: hidden;
    padding: 1rem 1.5rem 0;
}
strong {
    font-weight: 600;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    white-space: nowrap;
    text-decoration: none;
}
p {
    padding-bottom: 0.5rem;
}
:is(h1, h2) {
    font-weight: 400;
}
h1 {
    font-size: 2em;
    line-height: 1;
    margin: 0 0 0.25rem;
    color: #fff;
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
    position: absolute;
    left: 0.8rem;
    bottom: 15rem;
    text-align: left;
}
h1 span {
    font-size: 0.813em;
}
h1 img {
    display: block;
    margin: -5px 0;
}
h2 {
    font-size: 1.2em;
    line-height: 1.2;
    margin: 0 0 0.4rem -0.6rem;
}
h2 span {
    display: inline-block;
    background: #74BF43;
    color: #fff;
    border-radius: 9px;
    padding: 0 0.5rem;
}
ul {
    padding: 0 0 0.3rem 1rem;
    list-style: none;
}
li {
    padding: 0 0 0.3rem 1.25rem;
    background: #fff url('../images/icon_bg.jpg') no-repeat 0px 2px;
}
img {
    max-width: 100%;
    height: auto;
}
header {
    padding: 0 0 3rem;
    margin-right: -0.5rem;
    display: flex;
    justify-content: flex-end;
}
header p {
    color: #008DCC;
    position: absolute;
    top: 40px;
    right: 84px;
    font-size: 1.063em;
    line-height: 1.25;
    text-align: right;
    padding-left: 1rem;
}
article {
    margin-left: auto;
    width: 365px;
}
article>p:nth-of-type(2) {
    padding-bottom: 0.8rem;
}
article>p:last-of-type {
    font-size: 0.813em;
    line-height: 1.3;
    text-align: center;
    padding-top: 0.35rem;
}
footer p {
    color: #fff;
    text-align: center;
    font-size: 1.65em;
    line-height: 1;
}
footer section {
    position: absolute;
    left: 2.6rem;
    bottom: 0.25rem;
}
footer section figure {
    position: relative;
    width: 215px;
    margin: 0 auto;
}
footer section figure a {
    position: absolute;
    top: 4%;
    left: 3%;
    width: 41%;
    height: 59%;
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
@media only screen and (max-width: 799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
    }
    header {
        padding-bottom: 1rem;
        margin: 0;
    }
    br {
        display: none;
    }
    article {
        width: 100%;
    }
    h1 {
        background: #74BF43;
        transform: none;
        padding: 0.5rem;
        margin-bottom: 1rem;
        font-size: 1.755em;
        text-align: center;
    }
    h1 img {
        margin: -5px auto;
    }
    h1, footer section {
        position: static;
    }
    footer {
        background: linear-gradient(180deg, rgba(39, 103, 178, 1) 0%, rgba(41, 191, 232, 1) 100%);
        margin: 0 -1.5rem -1rem;
        padding: 1rem 1.5rem;
    }
    footer p {
        font-size: 1.45em;
        line-height: 1.1;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper {
        padding: 1rem;
    }
    ul {
        padding-left: 0;
    }
}
@media only screen and (max-width: 325px) {
    h1 span {
        font-size: 0.65em;
    }
    header p {
        font-size: 0.8em;
    }
}