@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v51-latin-regular.eot');
    src: url('../fonts/roboto-v51-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v51-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v51-latin-regular.woff') format('woff'), url('../fonts/roboto-v51-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v51-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v51-latin-500.eot');
    src: url('../fonts/roboto-v51-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v51-latin-500.woff2') format('woff2'), url('../fonts/roboto-v51-latin-500.woff') format('woff'), url('../fonts/roboto-v51-latin-500.ttf') format('truetype'), url('../fonts/roboto-v51-latin-500.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/roboto-v51-latin-500italic.eot');
    src: url('../fonts/roboto-v51-latin-500italic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v51-latin-500italic.woff2') format('woff2'), url('../fonts/roboto-v51-latin-500italic.woff') format('woff'), url('../fonts/roboto-v51-latin-500italic.ttf') format('truetype'), url('../fonts/roboto-v51-latin-500italic.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v51-latin-900.eot');
    src: url('../fonts/roboto-v51-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v51-latin-900.woff2') format('woff2'), url('../fonts/roboto-v51-latin-900.woff') format('woff'), url('../fonts/roboto-v51-latin-900.ttf') format('truetype'), url('../fonts/roboto-v51-latin-900.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #231f20;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

#wrapper {
    max-width: 576px;
    margin: 16px auto;
    border: 4px solid #734280;
    padding: 10px 16px;
    background-color: #fff;
    position: relative;
}

header {
    position: absolute;
    top: 0;
    right: 0;
}

footer {
    padding: 5px 0 0;
    display: flex;
    justify-content: center;
}

p {
    margin: 0 0 6px;
}

strong {
    font-weight: 500;
}

h1 {
    font-weight: 900;
    font-size: 29px;
    line-height: 1.3;
    color: #d40d81;
    margin: -6px 0 1px;
}

h1 span {
    font-size: 19px;
}

h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
}

h3 {
    margin: 0 0 8px;
    font-weight: 900;
    font-size: 26px;
    line-height: 1.25;
    color: #d40d81;
}

h3 span {
    display: block;
    margin: 0 0 0 94px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #d40d81;
    text-decoration: none;
    white-space: nowrap;
}

a[href^="tel:"] {
    color: #231f20;
}

ul {
    margin: 0 0 6px;
    list-style: none;
}

ul li {
    padding-left: 20px;
}

li:before {
    content: '\2022';
    color: #d40d81;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 27px;
    text-indent: -15px;
}

img {
    max-width: 100%;
}

@media all and (max-width: 574px) {
    #wrapper {
        margin: 0 auto;
        padding: 0 1rem 1rem;
        border: none;
    }

    header {
        position: static;
        display: flex;
        justify-content: flex-end;
        margin: 0 -16px 16px 0;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    h1 {
        margin: 0 0 3px;
    }

    :is(h1, h3) {
        text-align: center;
    }

    h3 span {
        display: inline;
        margin: 0;
    }

    ul li {
        padding-left: 16px;
    }

    li:before {
        text-indent: -16px;
    }

    span:not(h3 span) {
        white-space: nowrap;
    }

    br:not(li br) {
        display: none;
    }
}

@media all and (max-width: 374px) {
    a.link {
        white-space: normal !important;
    }
}