@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;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

#wrapper {
    margin: 1rem auto;
    max-width: 460px;
    background: #fff url(../images/background.jpg) no-repeat left top;
    border: solid thin #cbcbcb;
    height: 651px;
}

header {
    opacity: 0;
}

article {
    padding: 0 10px 16px;
}

.flex-box {
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.flex-box-content:nth-of-type(1) {
    width: 54%;
    margin: -83px 0 0;
}

.flex-box-content:nth-of-type(2) {
    width: 33%;
}

.color {
    color: #fff !important;
}

.right {
    text-align: right;
}

.text-center {
    text-align: center;
    font-size: 11px;
    line-height: 16px;
}

.margin-bottom {
    margin-bottom: 0;
}

:is(h1, h2, strong) {
    font-weight: 700;
}

:is(h1, h2) {
    line-height: 1.2;
}

h1 {
    font-size: 17px;
    margin: 0 0 10px;
}

h1 small {
    font-size: 16px;
    line-height: 20px;
    display: block;
    font-weight: 400;
}

h2 {
    font-size: 15px;
    margin: 0 0 5px 13px;
}

p {
    margin-bottom: 16px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0 0 10px 12px;
}

ul li {
    list-style: none;
    text-indent: -12px;
    font-size: 14px;
}

ul li:before {
    font-size: 20px;
    margin-right: 12px;
    position: relative;
    top: -1px;
    float: left;
    content: "\2022";
}

.rund {
    margin: -13px 97px 0 0;
}

footer {
    padding: 16px 20px;
}

footer p {
    font-size: 13px;
}

@media screen and (max-width: 459px) {
    #wrapper {
        border: none;
        margin: 0;
        background: #dedfb6;
        height: auto;
    }

    header {
        opacity: 1;
    }

    header img {
        display: block;
    }

    article {
        padding: 0 16px 16px;
    }

    .flex-box-content:nth-of-type(1) {
        margin-top: 0;
    }

    .flex-box-content:nth-of-type(2) {
        background: #4b553d;
        padding: 10px;
        width: 40%;
        border-radius: 17px;
    }

    :is(h1, h2, p, ul li) {
        hyphens: auto;
        text-wrap: pretty;
    }

    :is(p a, span) {
        white-space: nowrap;
    }

    br:not(br.mobile-block) {
        display: none;
    }

    .rund {
        width: 173px;
        height: 96px;
        border-radius: 47%;
        margin: 1rem auto 0;
        background: #fff;
        padding: 16px;
    }

    footer {
        background: #343e27;
    }

    footer p.right {
        text-align: center;
    }
}

@media screen and (max-width: 390px) {
    .flex-box {
        display: block;
    }

    .flex-box-content {
        width: 100% !important;
    }
}