@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');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: #000000;
    font-weight: 400;
}

#wrapper {
    margin: 1rem auto;
    border: 1px #999 solid;
    max-width: 690px;
    position: relative;
    background: #FFF url(../images/background.jpg) no-repeat top right;
    overflow: hidden;
    background-size: cover;
}

header {
    display: none;
}

article {
    padding: 16px 16px 4px 20px;
    margin: 24px 20px 0 0;
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
}

footer {
    border-bottom: 24px solid #CA3436;
    padding: 10px 18px 5px;
    background: #fff;
}

.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 5px 0 0;
}

.button {
    display: block;
    padding: 10px 16px;
    background: #E9343D;
    color: #fff !important;
    border: 1px solid transparent;
    font-weight: 700;
    margin: 0 auto !important;
    width: 183px;
}

.block {
    display: block;
}

.center {
    text-align: center;
    line-height: 1.5;
}

p {
    text-align: justify;
    hyphens: auto;
    margin-bottom: 9px;
}

h1 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
}

h1 span {
    font-size: 16px;
}

h1 small {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 4px;
    font-weight: 400;
}

h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 4px;
}

.block {
    display: block;
}

ul {
    list-style: none;
    padding: 0 0 10px 19px;
}

ul li {
    padding-left: 10px;
}

ul li:before {
    content: '\2022';
    float: left;
    font-size: 24px;
    margin-top: -2px;
    text-indent: -15px;
    line-height: 1;
}

ul.ul {
    padding-bottom: 0;
}

ul.ul li {
    background: url('../images/icon.png') no-repeat 0 8px;
}

ul.ul li::before {
    display: none;
}

.margin {
    margin-top: 2px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

footer p {
    line-height: 20px;
    font-size: 16px;
}

.font {
    font-size: 19px;
    line-height: 22px;
}

@media only screen and (max-width:690px) {
    #wrapper {
        border: none;
        margin: 0;
    }
}


@media only screen and (max-width:638px) {
    #wrapper {
        background-size: cover;
    }

    article {
        margin: 1rem 1rem 0 0;
    }

    h1 {
        text-align: center;
        margin: 1rem;
    }

    article {
        padding: 1rem;
        margin: 0;
    }

    ul {
        padding-left: 0;
    }

    footer {
        padding: 0.25rem 1rem 1rem;
    }

    .logo {
        margin: 16px 0 0;
        justify-content: center;
    }

    :is(p, ul) {
        hyphens: auto;
        text-align: left;
    }

    h1 {
        font-size: 30px;
        line-height: 1.3;
    }

    h1 br {
        display: none;
    }

    span {
        white-space: nowrap;
    }
}

@media only screen and (max-width:480px) {
    header {
        display: block;
    }

    h1 {
        font-size: 24px;
        line-height: 1.1;
    }
}