:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-700.woff') format('woff'), url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

#wrapper {
    max-width: 1000px;
    margin: 16px auto;
    border: 1px solid #000;
    background: #fff;
}

article {
    padding: 30px 65px 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer {
    padding: 40px 16px;
    background: #f4f4f4;
}

p {
    color: #707376;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 39px;
    line-height: 39px;
}

h2 {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 21px;
}

h3 {
    margin: 0 0 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #003A61;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h4 {
    margin: 0 0 35px;
    font-weight: 700;
    font-size: 62px;
    line-height: 63px;
    text-align: center;
}

h5 {
    margin: 20px 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #707376;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    padding: 0 0 35px;
    list-style: none;
}

ul li {
    padding-left: 25px;
    margin-bottom: 4px;
    background: url('../images/icon.jpg') no-repeat 0 7px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.buttom {
    margin-top: 20px;
}

.buttom a {
    display: inline-block;
    background: #afca0a;
    color: #fff !important;
    padding: 10px 35px;
}

.color {
    color: #003A61 !important;
}

.left {
    width: 52%;
}

.right {
    width: 39%;
    padding-top: 70px;
}

.logo {
    display: flex;
    padding: 16px 65px;
}

footer h3 {
    text-align: center;
}

.box {
    width: auto;
    max-width: 347px;
    margin: 0 auto;
}

@media all and (max-width: 999px) {
    #wrapper {
        margin: 0;
        border: none;
    }

    :is(ul, p) {
        hyphens: auto;
    }

    :is(.logo, article, footer) {
        padding: 16px;
    }
}

@media all and (max-width: 767px) {
    h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    :is(.left, .right) {
        width: 100%;
    }

    .right {
        padding-top: 20px;
    }
}