@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: 500;
    src: url('../fonts/roboto-v48-latin-500.eot');
    src: url('../fonts/roboto-v48-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v48-latin-500.woff2') format('woff2'), url('../fonts/roboto-v48-latin-500.woff') format('woff'), url('../fonts/roboto-v48-latin-500.ttf') format('truetype'), url('../fonts/roboto-v48-latin-500.svg#Roboto') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    min-height: 100%;
}

body {
    color: #34383c;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

#wrapper {
    margin: 1rem auto;
    max-width: 910px;
    border: 1px solid #34383c;
    background-color: #fff;
}

:is(.title, article) {
    padding: 30px 50px;
}

footer {
    padding: 4px 50px 50px;
}

.button {
    display: flex;
    justify-content: flex-start;
}

.button a {
    border: 1px solid #de0000;
    padding: 15px 30px;
    color: #de0000 !important;
    background: #fff;
    display: inline-block;
    text-align: center;
    font-weight: 700
}

.italic {
    font-style: italic;
}

.mt-0 {
    margin-top: 0 !important;
}

p:not(:first-of-type) {
    margin-top: 20px;
}

h1 {
    font-size: 51px;
    line-height: 1.1;
    padding-bottom: 9px;
}

h2 {
    font-size: 21px;
    line-height: 25px;
    margin: 20px 0 !important;
    color: #5c5f63;
    font-weight: 400;
}

h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 32px 0 12px;
}

:is(h3, strong) {
    font-weight: 500;
}

ul {
    list-style: none;
    margin-bottom: 32px;
    margin-left: 5px;
}

ul li {
    padding-left: 19px;
    margin-top: 4px;
}

li:before {
    content: "\25A0";
    color: #34383c;
    float: left;
    font-size: 12px;
    text-indent: -19px;
    margin-top: -2px;
}

img {
    max-width: 100%;
    display: block;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #34383c;
    text-decoration: none;
    white-space: nowrap;
}

span {
    white-space: nowrap;
}

@media only screen and (max-width:910px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty
    }

    :is(article, footer, .title) {
        padding: 16px
    }

    h3 {
        margin: 16px 0 12px;
    }

    ul {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width:480px) {
    h1 {
        font-size: 25px;
        line-height: 1.25;
    }
}