@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');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 17px;
    font-size: 14px;
    color: #231F20;
    font-weight: 400;
}

#wrapper {
    margin: 1rem auto;
    border: 1px #231F20 solid;
    max-width: 822px;
    height: 1161px;
    position: relative;
    padding: 27px 0 20px 27px;
    background: #FFFFFF url(../images/background.jpg) 0 0 no-repeat;
}

p {
    padding-bottom: 12px;
}

:is(h1, h2, strong) {
    font-weight: 700;
}

h1 {
    font-size: 19px;
    line-height: 21px;
    padding: 0 0 15px;
    letter-spacing: 1px;
}

h1 span {
    display: block;
    font-weight: normal;
    font-size: 15px;
}

h1+p {
    text-align: center;
}

h2 {
    font-size: 17px;
    line-height: 21px;
    margin: 0 0 15px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #0E0EFF;
    text-decoration: underline;
    white-space: nowrap;
}

a[href^="tel:"] {
    color: #231F20;
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

ul {
    margin: 0 0 12px;
    list-style: none;
}

ul li {
    padding-left: 20px;
}

ul li:before {
    content: "\2022";
    float: left;
    font-size: 20px;
    text-indent: -20px;
    font-family: Arial, Helvetica, sans-serif;
}

header {
    display: none;
}

article {
    position: relative;
    padding: 17px 275px 0 23px;
}

article img {
    position: absolute;
    top: -5px;
    right: 20px;
}

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 11px 30px 0 0;
    align-items: flex-end;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 0 28px;
}

footer a {
    color: #fff !important;
    text-decoration: none !important;
}

footer p {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 19px;
}

p span {
    white-space: nowrap;
}

.link {
    font-size: 16px;
    text-align: center;
    padding: 15px 0 198px;
}

.box {
    position: relative;
}

p small {
    display: block;
    margin-right: -5px;
    font-size: 14px;
}

@media only screen and (max-width:819px) {
    #wrapper {
        border: none;
        hyphens: auto;
        margin: 0;
        background-position: right;
    }

    .link {
        padding: 15px 0 112px;
    }

    article {
        position: relative;
        padding: 35px 269px 0 23px;
    }
}

@media only screen and (max-width:790px) {
    #wrapper {
        background: #fff;
        padding: 0;
        margin: 0;
        height: auto;
    }

    article img {
        position: static;
    }

    figure {
        display: flex;
        justify-content: center;
    }

    h2 br {
        display: none;
    }

    header {
        display: block;
    }

    article {
        padding: 1rem;
    }

    footer {
        background: #3569B2;
        padding: 1rem;
        position: static;
    }

    .link {
        padding: 15px 0;
    }
}

@media only screen and (max-width:455px) {
    footer {
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }

    article div {
        gap: 0;
        flex-direction: column;
        margin-bottom: 0;
    }
}