@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.eot');
    src: local(''), url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v25-latin-700.eot');
    src: local(''), url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), url('../fonts/montserrat-v25-latin-700.woff') format('woff'), url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'), url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375rem;
    color: #000;
}

#wrapper {
    margin: 1rem auto;
    max-width: 915px;
    background: #fff;
    border: solid thin #cbcbcb;
}

:is(header, .flex-box) {
    display: flex;
}

header {
    padding: 1.375rem 6.25rem 1rem;
    justify-content: space-between;
    gap: 10px;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
}

article {
    padding: 1rem 6.25rem 0;
}

.flex-box {
    gap: 21px;
    align-items: center;
}

.color {
    color: #0563c1 !important;
    text-decoration: underline !important;
}

.text-center {
    text-align: center;
}

.margin-bottom {
    margin-bottom: 0 !important;
}

:is(h1, h2, strong) {
    font-weight: 700;
}

h1 {
    font-size: 1.75rem;
    color: #00b0f0;
    line-height: 1.2;
}

h1 span {
    font-size: 64%;
}

h2 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #929292;
}

p {
    margin-bottom: 1.25rem;
    text-align: justify;
    hyphens: auto;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #929292;
    text-decoration: none;
}

.tel {
    color: #000 !important;
}

img {
    max-width: 100%;
}

ul {
    margin: 0 0 1.25rem 1.5625rem;
}

ul li {
    list-style: none;
    text-indent: -1.5625rem;
}

ul li:before {
    font-size: 2.0625rem;
    margin-right: 1.5625rem;
    position: relative;
    top: -2px;
    float: left;
    content: "\2022";
}

footer {
    padding: 1rem 6.25rem 2.25rem;
}

footer p {
    font-size: 60%;
    text-align: center;
    color: #929292;
}

@media screen and (max-width: 914px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(h1, p, ul li) {
        hyphens: auto;
        text-wrap: pretty;
    }

    p {
        text-align: left;
    }

    :is(p a, span) {
        white-space: nowrap;
    }

    br:not(br.mobile-block) {
        display: none;
    }

    footer p {
        line-height: 1rem;
    }
}

@media screen and (max-width: 700px) {
    header {
        padding: 1.375rem 1rem 1rem;
    }

    article {
        padding: 1rem 1rem 0;
    }

    footer {
        padding: 0 1rem 1.25rem;
    }
}

@media screen and (max-width: 482px) {
    header {
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 417px) {
    .flex-box {
        flex-direction: column;
        margin-bottom: 1.25rem;
        gap: 0;
    }
}