* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    background: none;
}

#wrapper {
    max-width: 748px;
    margin: 16px auto;
    box-shadow: 0 0 10px 10px #cfcfcf;
    border: 2px solid #00517e;
    background-color: #fff;
    overflow: hidden;
    font-family: "Open Sans", Arial, sans-serif;
    padding: 16px;
    position: relative;
    color: #00517e;
    line-height: 1.3;
    font-size: 18px;
}

#wrapper .width {
    max-width: 350px;
    margin: auto;
}

#wrapper .nobr,
#wrapper .nobr-1 {
    white-space: nowrap;
}

#wrapper .font {
    font-size: 17px;
}

#wrapper .hide {
    display: none;
}

#wrapper .header {
    margin-bottom: 15px;
}

#wrapper .footer {
    position: absolute;
    bottom: 19px;
    right: 26px;
}

#wrapper .text p {
    margin-bottom: 0;
    font-size: 15px;
}

#wrapper .article {
    padding: 14px 20px;
    background: #e8f6fe url(background.jpg) no-repeat bottom right;
}

#wrapper .color {
    color: #2998D3;
}

#wrapper .block {
    display: block;
}

#wrapper .just {
    text-align: justify;
}

#wrapper .center {
    text-align: center;
}

#wrapper hr {
    border: none;
    margin: 10px 0;
    border-bottom: 2px solid #00517e;
}

#wrapper p {
    margin-bottom: 12px;
    text-align: justify;
}

#wrapper strong {
    font-weight: 700;
}

#wrapper h1 span {
    font-size: 24px;
}

#wrapper h1 .span {
    display: block;
    line-height: 1.4;
    font-size: 26px;
}

#wrapper h1 {
    margin: 10px -36px 20px;
    font-size: 40px;
    font-weight: 400;
    background: #306CA2;
    text-align: center;
    padding: 12px 20px 16px;
    color: #fff;
    font-family: "Roboto Slab", Times, serif;
}

#wrapper h2 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #00517e;
}

#wrapper h3 {
    margin-bottom: 2px;
    font-size: 18px;
    font-weight: 700;
    color: #00aeef;
}

#wrapper :is(a:link, a:visited, a:hover, a:active) {
    color: #00517e;
    text-decoration: none;
}

#wrapper ul {
    margin-bottom: 12px;
    list-style: none;
}

#wrapper ul li {
    padding-left: 17px;
    position: relative;
}

#wrapper ul li:before {
    content: "\002022";
    font-size: 25px;
    font-family: Arial, sans-serif;
    position: absolute;
    top: -1px;
    line-height: 1;
    left: 0;
    color: #00517e;
}

#wrapper img {
    max-width: 100%;
    vertical-align: middle;
}

@media (max-width: 747px) {
    #wrapper {
        margin: 0;
        border: none;
        font-size: 17px;
        box-shadow: none;
        text-wrap: pretty;
    }

    #wrapper p {
        text-align: left;
    }

    #wrapper :is(p, ul) {
        hyphens: auto;
        -webkit-hyphens: auto;
    }

    #wrapper .just {
        text-align: left;
        word-spacing: 0;
    }

    #wrapper .article {
        padding: 16px;
    }

    #wrapper h1 {
        font-size: 32px;
        line-height: 1;
        padding: 16px 36px;
    }

    #wrapper h1 span {
        font-size: 26px;
    }

    #wrapper h1 .span {
        margin: 5px 0 0;
        font-size: 20px;
        line-height: 1.2;
    }

    #wrapper .nobr-1 {
        white-space: normal;
    }
}

@media (max-width: 669px) {
    #wrapper .block {
        padding-right: 0;
        display: inline;
    }

    #wrapper .article {
        padding: 16px 16px 100px;
    }
}

@media (max-width: 499px) {

    #wrapper,
    #wrapper .font {
        font-size: 16px;
    }
}