@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/heebo-v21-latin-500.eot');
    src: url('../fonts/heebo-v21-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/heebo-v21-latin-500.woff2') format('woff2'), url('../fonts/heebo-v21-latin-500.woff') format('woff'), url('../fonts/heebo-v21-latin-500.ttf') format('truetype'), url('../fonts/heebo-v21-latin-500.svg#Heebo') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/anton-v23-latin-regular.eot');
    src: url('../fonts/anton-v23-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/anton-v23-latin-regular.woff2') format('woff2'), url('../fonts/anton-v23-latin-regular.woff') format('woff'), url('../fonts/anton-v23-latin-regular.ttf') format('truetype'), url('../fonts/anton-v23-latin-regular.svg#Anton') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 500 1em/1.3em 'Heebo', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 705px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #00485c;
    overflow: hidden;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 0.5rem;
}
h1, h2 {
    font-family: 'Anton', Arial, sans-serif;
    font-weight: 400;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 3.05em;
    line-height: 1.1;
}
h1 span {
    font-size: 0.6em;
}
h2 {
    font-size: 1.313em;
    line-height: 1.3;
    color: #f48269;
    margin-bottom: 0.25rem;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 0 0.7rem;
    position: relative;
}
li:before {
    content: "\2022";
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 0;
}
li.none_res:before {
    display: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
header {
    padding: 0;
}
.title {
    background: #f48269;
    color: #fff;
    margin: -3.8rem -3rem 3rem;
    padding: 0.75rem 3rem 0;
    transform: rotate(-3deg);
    position: relative;
}
.title p {
    font-size: 1.125em;
    line-height: 1.3;
}
.hide_des_show_res {
    display: none;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.left, .right {
    width: 47%;
}
article {
    padding: 0 2rem 1rem;
}
footer {
    position: absolute;
    left: 23rem;
    bottom: 1.75rem;
}
@media only screen and (max-width:704px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    .none_res, .hide_m {
        display: none;
    }
    .hide_des_show_res {
        display: inline;
    }
    .flex {
        flex-direction: column;
    }
    .left, .right {
        width: 100%;
    }
    .nopd_res {
        padding-bottom: 0;
    }
    article {
        padding: 0 1rem;
    }
    footer {
        position: static;
        padding: 0 1rem 1rem;
    }
    h1 {
        font-size: 2.5em;
    }
}
@media only screen and (max-width:480px) {
    h1 {
        font-size: 2em;
    }
}