:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: 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-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: 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');
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
}

#wrapper {
    max-width: 920px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
}

header {
    padding: 1.25rem 2.8125rem;
}

footer {
    padding: 6.25rem;
    background: #f4f4f4 url('../images/background_footer.jpg') no-repeat right top;
}

p {
    margin: 0 0 1.25rem;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 0 0 1.5625rem;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.1;
}

h2 {
    margin: 0 0 1.5625rem;
    font-weight: 700;
    font-size: 17px;
    line-height: 2.25rem;
}

h3 {
    margin: 0 0 1.5625rem;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #64686a;
    text-decoration: none;
}

a:hover {
    color: #000;
}

ul {
    padding: 0 0 1.5625rem;
    list-style: none;
}

ul li {
    padding-left: 1.5625rem;
    position: relative;
    margin-bottom: 0.25rem;
}

li:before {
    content: "";
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background: #000;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0.4375rem;
}

.big {
    font-size: 22px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.buttom a {
    display: inline-block;
    padding: 0.75rem 1.5625rem;
    background: #be1d28;
    color: #fff !important;
}

.box {
    padding: 4.375rem 6.25rem;
}

.flex_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3.125rem;
    align-items: center;
}

.item {
    width: 47%;
}

.item p img {
    display: inline-block;
    margin-right: 0.75rem;
}

.buttom {
    margin-top: 1.875rem;
}

.flex {
    padding: 5rem 2.8125rem 6.25rem;
    background: #f7f7f7 url('../images/background_header.jpg') no-repeat left bottom;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.text {
    display: flex;
    gap: 0.5rem 1.5625rem;
    color: #64686a;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 1.875rem;
}

.text img {
    position: relative;
    top: -0.125rem;
    margin-right: 0.3125rem;
}

.left {
    width: 18.125rem;
}

.right {
    width: calc(100% - 20.625rem);
}

@media all and (max-width: 919px) {
    #wrapper {
        margin: 0;
        border: none;
    }

    :is(ul, p) {
        hyphens: auto;
    }
}

@media all and (max-width: 767px) {
    :is(header, .box) {
        padding: 1rem;
    }

    .flex {
        padding: 1rem;
        background: #f7f7f7;
    }

    .right {
        width: calc(100% - 19.0625rem);
    }

    footer {
        padding: 1rem;
        background: #f4f4f4;
    }
}

@media all and (max-width: 575px) {
    ul li {
        padding-left: 0.9375rem;
    }

    h2 {
        font-size: 1.375rem;
        line-height: 1.625rem;
    }

    .right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .left {
        width: 100%;
    }

    br {
        display: none;
    }

    .item {
        width: 100%;
    }

    .flex_box {
        margin-top: 1.25rem;
    }

    h3 {
        margin-top: 1.25rem;
    }
}