@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #000;
}

#wrapper {
    margin: 1rem auto;
    max-width: 990px;
    background: #fff url(../images/background.jpg) no-repeat left top;
    border: solid thin #cbcbcb;
    position: relative;
    height: 362px;
}

header {
    opacity: 0;
}

.position {
    position: absolute;
    left: 17px;
    top: 13px;
}

article {
    margin: -30px 0 0;
    padding: 16px 30px;
}

:is(.color, .color a) {
    color: #fff !important;
}

.margin-bottom {
    margin-bottom: 0;
}

:is(h2, strong) {
    font-weight: 700;
}

:is(h1, h2) {
    line-height: 1.2;
}

h1 {
    font-size: 21px;
    font-weight: 400;
}

h1 strong{
    color: #254f7c;
}

h1 span {
    font-size: 17px;
    display: block;
    font-weight: 700;
    margin: 0 0 10px 17px;
}

h1 small {
    font-size: 15px;
}

h2 {
    font-size: 19px;
    margin: 0 0 14px;
}

p {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.3;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0 0 10px 15px;
}

ul li {
    list-style: none;
    text-indent: -15px;
}

ul li:before {
    font-size: 20px;
    margin-right: 15px;
    position: relative;
    top: -1px;
    float: left;
    content: "\2022";
}

footer {
    padding: 16px 30px;
    position: absolute;
    right: 5px;
    bottom: 6px;
}

footer p span {
    display: block;
}

footer p span:nth-of-type(1) {
    margin-left: 17px;
}

footer p span:nth-of-type(2) {
    margin-left: 15px;
}

footer p span:nth-of-type(3) {
    margin-left: 8px;
}

.left {
    margin-left: 32px;
    font-size: 107%;
}

footer img {
    position: relative;
    top: 7px;
}

@media screen and (max-width: 989px) {
    body {
        text-align: center;
    }

    #wrapper {
        border: none;
        margin: 0;
        height: auto;
        background: #fff;
    }

    header {
        opacity: 1;
    }

    header img {
        display: block;
    }

    article {
        padding: 0 16px 16px;
        margin-top: 0;
    }

    .position {
        margin: 0 -16px;
    }

    :is(h1, h2, p, ul li) {
        hyphens: auto;
        text-wrap: pretty;
    }

    h1 span {
        background: #095683;
        padding: 10px;
        margin: 0 -16px 10px;
    }

    :is(p a, span) {
        white-space: nowrap;
    }

    br:not(br.mobile-block) {
        display: none;
    }

    :is(.position, footer) {
        background: #095683;
        padding: 16px;
        position: static;
    }

    :is(footer span, .left) {
        margin-left: 0 !important;
    }
}