@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v13-latin-regular.eot');
    src: url('../fonts/inter-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v13-latin-regular.woff2') format('woff2'), url('../fonts/inter-v13-latin-regular.woff') format('woff'), url('../fonts/inter-v13-latin-regular.ttf') format('truetype'), url('../fonts/inter-v13-latin-regular.svg#Inter') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/inter-v13-latin-600.eot');
    src: url('../fonts/inter-v13-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v13-latin-600.woff2') format('woff2'), url('../fonts/inter-v13-latin-600.woff') format('woff'), url('../fonts/inter-v13-latin-600.ttf') format('truetype'), url('../fonts/inter-v13-latin-600.svg#Inter') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/inter-v13-latin-700.eot');
    src: url('../fonts/inter-v13-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v13-latin-700.woff2') format('woff2'), url('../fonts/inter-v13-latin-700.woff') format('woff'), url('../fonts/inter-v13-latin-700.ttf') format('truetype'), url('../fonts/inter-v13-latin-700.svg#Inter') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/inter-v13-latin-800.eot');
    src: url('../fonts/inter-v13-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v13-latin-800.woff2') format('woff2'), url('../fonts/inter-v13-latin-800.woff') format('woff'), url('../fonts/inter-v13-latin-800.ttf') format('truetype'), url('../fonts/inter-v13-latin-800.svg#Inter') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #1D1D1B;
    font-family: 'Inter', Arial, sans-serif;
    font-size: .937rem;
    line-height: 1.4;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 62.5rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 3px #7C7B7B;
}

.text_schwarz {
    background-color: #1D1D1B;
    color: #fff;
    padding: 1.875rem 1.875rem 1px;
}

strong strong {
    font-weight: 900;
}

h1 {
    font-size: 2.125rem;
    line-height: 1.3;
    margin: 3.75rem 0 0;
    font-weight: 800;
}

h1 span {
    font-weight: 600;
}

h2 {
    font-size: 1.813rem;
    font-weight: 400;
    margin: 2.5rem 0 .375rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

ul li {
    padding-left: 1rem;
    margin: 0 0 .437rem;
}

ul li:before {
    content: "\25A0";
    float: left;
    margin-left: -1rem;
    font-size: 1.375em;
    line-height: 0.7;
}

header {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
}

.left_top {
    width: 49%;
    padding: 1.875rem 1.875rem 0;
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.right_top img {
    display: block;
}

.right_top {
    width: 51%;
}

.right ul li {
    margin: 0;
}

article {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.left {
    width: 49%;
    padding: 0 1.875rem 0.625rem;
}

.left p {
    line-height: 1.6
}

.left ul {
    margin: 0 0 50px
}

.left ul:last-of-type {
    margin: 0 0 1.875rem
}

.right {
    background-color: #1D1D1B;
    color: #fff;
    padding: 0 1.875rem 0;
    width: 51%;
}

.right ul,
.right h2 {
    font-weight: 600;
}

.margin {
    margin: 2.5rem 0 0;
}

footer {
    background-color: #1D1D1B;
    display: flex;
    justify-content: space-between;
}

footer p {
    color: #fff;
    margin: 0;
    font-size: 0.938rem;
}

.flex {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 49%;
    position: absolute;
    left: 1.875rem;
    bottom: 0
}

.flex img {
    display: block;
}

@media only screen and (max-width: 999px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    .flex {
        left: 2rem;
        width: 45%
    }

    h1 {
        font-size: 1.75rem;
    }

    li br {
        display: none
    }
}

@media only screen and (max-width: 879px) {
    header {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .text_schwarz {
        padding: 16px;
    }

    .text_schwarz p {
        margin: 0
    }

    h1 {
        margin: 1.25rem 0 1.875rem;
        text-align: center;
        font-size: 1.562rem
    }

    h1 br {
        display: none;
    }

    h2 {
        font-size: 1.375rem;
        margin: 1rem 0 .625rem;
    }

    .right_top img {
        margin: 0 auto 2.5rem;
    }

    .left_top {
        padding: 1.875rem 0 0;
    }

    .left_top,
    .right_top,
    .left,
    .right {
        width: 100%;
    }

    article {
        flex-direction: column;
    }

    .left {
        padding: 1rem;
    }

    .right {
        padding: 1rem 1rem 0;
    }

    .left ul:first-of-type,
    .left ul:last-of-type {
        margin: 0 0 1.875rem
    }

    .margin {
        text-align: center;
        margin: 2.5rem 0;
    }

    .flex {
        position: static;
        width: 100%;
        justify-content: center;
    }
}

@media only screen and (max-width: 499px) {
    .flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2.5rem
    }

    .flex p {
        text-align: center;
        margin: 0 0 2.5rem
    }
}