@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');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v48-latin-300.eot');
    src: url('../fonts/roboto-v48-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v48-latin-300.woff2') format('woff2'), url('../fonts/roboto-v48-latin-300.woff') format('woff'), url('../fonts/roboto-v48-latin-300.ttf') format('truetype'), url('../fonts/roboto-v48-latin-300.svg#Roboto') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

#wrapper {
    margin: 1rem auto;
    max-width: 637px;
    border: 1px solid #069250;
}

header h3 {
    font-weight: 300;
    text-align: center;
    color: #fff;
    background: #06934f;
    padding: 5px;
}

.title {
    background: url('../images/background-title.jpg') no-repeat;
    height: 219px;
    padding: 50px 0 0 76px;
}

article {
    padding: 17px 30px 10px 50px;
}

footer {
    padding: 36px 50px 10px;
    position: relative;
    background: #069250 url('../images/background-bottom.jpg') top right no-repeat;
    margin-top: -12px;
}

footer p {
    width: 373px;
    color: #fff
}

footer p a {
    font-weight: 700;
    font-size: 19px;
}

.mail {
    display: none
}

p:not(:first-of-type) {
    margin-top: 10px;
}

h1 {
    font-size: 30px;
    line-height: 1.1;
    margin: 0px;
    color: #f12e2b;
}

h1 span {
    font-weight: 300;
    color: #06934f;
    font-size: 21px;
}

h1 span:nth-of-type(1) {
    display: block;
    padding-left: 69px;
}

h1 strong {
    font-size: 33px;
    display: block;
}

h2 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
    font-weight: 300;
    color: #06934f;
}

h3 {
    font-size: 17px;
    line-height: 19px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.left {
    width: 273px;
}

.right {
    width: 218px;
}

ul {
    list-style: none;
}

ul li {
    padding-left: 27px;
    margin-top: 5px;
}

li:before {
    content: "\25A0";
    color: #06934f;
    float: left;
    font-size: 15px;
    text-indent: -27px;
    margin-top: -2px;
}

img {
    max-width: 100%;
    display: block;
}

:is(h1, strong) {
    font-weight: 700;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

@media only screen and (max-width:637px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty
    }

    :is(p, ul) span {
        white-space: nowrap;
    }

    :is(article, footer) {
        padding: 16px
    }

    footer {
        padding-top: 36px
    }

    :is(.left, .right) {
        width: 48% !important
    }
}

@media only screen and (max-width: 532px) {
    #wrapper {
        background: none
    }

    .title {
        background: url('../images/background.jpg') no-repeat;
        padding: 30px;
        background-size: cover;
        height: auto
    }

    .background {
        background: #fff;
        padding: 10px
    }

    h1 span:nth-of-type(1) {
        padding-left: 0
    }

    h1 br {
        display: none
    }

    .flex {
        display: block;
    }

    :is(.left, .right) {
        width: auto !important
    }

    footer {
        background: #069250 url('../images/line.jpg') top no-repeat;
        padding: 73px 16px 16px;
    }

    footer p {
        width: auto
    }

    .mail {
        position: absolute;
        top: -26px;
        right: 14px;
        display: block;
        width: 30%;
    }
}

@media only screen and (max-width: 415px) {
    h1 {
        font-size: 27px;
    }

    h1 strong {
        font-size: 30px;
    }

    .title {
        padding: 16px
    }
    .mail {
        position: absolute;
        top: -9px;
        right: 14px;
        display: block;
        width: 30%;
    }
}