@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v44-latin-regular.eot');
    src: url('../fonts/open-sans-v44-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-regular.woff') format('woff'), url('../fonts/open-sans-v44-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/open-sans-v44-latin-500.eot');
    src: url('../fonts/open-sans-v44-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-500.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-500.woff') format('woff'), url('../fonts/open-sans-v44-latin-500.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-500.svg#OpenSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v44-latin-700.eot');
    src: url('../fonts/open-sans-v44-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-700.woff') format('woff'), url('../fonts/open-sans-v44-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-700.svg#OpenSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.4em 'Open Sans', Arial, sans-serif;
}
strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 750px;
    margin: 1rem auto;
    background: #fff url('../images/bg.jpg') top left no-repeat;
    overflow: hidden;
    padding: 1.5rem 1.75rem 2rem;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.color {
    color: #D3123A;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 2.25em;
    line-height: 1.1em;
    color: #fff;
}

h1 span {
    font-weight: normal;
    font-size: 0.7em;
    color: #fff;
}

h1 small {
    display: block;
    font-size: 0.67em;
    color: #E4D198;
}
h2 {
    font-size: 1.375em;
    line-height: 1.3em;
    margin-bottom: 1rem;
    color: #fff;
}
h3 {
    font-size: 1.5em;
    line-height: 1.3em;
    margin: -0.75rem 0 0.5rem;
}
h4 {
    font-size: 1.5em;
    line-height: 1.1;
    margin: -0.375rem 0 2rem;
    color: #fff;
    font-style: italic;
    transform: rotate(-1deg);
}
h1, h2, h3, h4, .bg {
    font-family: "Segoe UI", Arial, sans-serif;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 0.125rem 1.75rem;
}
li:before {
    content: url('../images/icon.png');
    float: left;
    margin: -1px 0 0 -1.75rem;
}
header {
    padding: 0 1rem 1.875rem;
}
header img {
    border-top: 0.5rem solid #fff;
}
.wid {
    width: 60%;
}
.bg {
    color: #fff;
    padding: 0.375rem 0;
    margin-bottom: 1rem;
}
.big {
    font-size: 1.25em;
    line-height: 1.3;
    font-weight: 500;
}
.abs {
    position: absolute;
    width: 42.5%;
    right: 1rem;
    top: 45.125rem;
}
footer p {
    padding-bottom: 0.75rem;
}
@media only screen and (max-width:749px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: url('../images/res.jpg') top left repeat-y, linear-gradient(to right, #C1B9D1, #fff);
        padding: 1rem;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    .wid {
        width: auto;
    }
    h1, h2, h4, .bg {
        padding: 0.5rem 1rem;
        background: #D61534;
        margin: 0 -1rem 0.5rem;
    }
    h1 {
        margin-bottom: 0.25rem;
    }
    h3 {
        margin: 0 0 0.5rem;
    }
    h4 {
        transform: none;
    }
    header {
        display: flex;
        justify-content: center;
    }
    .abs {
        position: static;
        width: auto;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
}