@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot');
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v40-latin-600.eot');
    src: url('../fonts/open-sans-v40-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-600.woff') format('woff'), url('../fonts/open-sans-v40-latin-600.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-600.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.eot');
    src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    font-size: 16px;
}

body {
    color: #000;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 900px;
    margin: 1rem auto;
    overflow: hidden;
    background: url(../images/background.jpg) no-repeat;
    border: solid 1px #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #ba8900;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    margin-top: 1rem;
}

h2 {
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 1rem;
}

h3 {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}

h4 {
    font-size: 0.938rem;
    color: #ba8900;
    font-weight: 600;
    margin-top: 2rem;
}

ul {
    margin: 5px 0 25px 45px;
}

ul li {
    margin-bottom: 0.3rem;
}

.logo-link {
    position: absolute;
    top: 2rem;
    right: 3rem;
    width: 13rem;
    height: 4rem;
}

.respons {
    display: none;
}

.info {
    position: absolute;
    top: 12rem;
    right: 2.3rem;
}

.info p {
    color: #fff;
    text-align: right;
    font-weight: 700;
    font-size: 1rem;
    text-shadow: 0 2px 5px #000;
}

.info span {
    color: #ba8900;
}

.flex {
    display: flex;
    justify-content: space-between;
}

article {
    width: 59%;
    padding: 15.5rem 2.46rem 10px 1rem;
}

.left {
    width: 41%;
    padding: 386px 2.3rem 1rem 2rem;
}

article :is(h1, h2, h3, p, ul) {
    color: #fff;
}

article>p:first-of-type {
    font-size: 20px;
}

.left p {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    hyphens: auto;
    text-align: justify;
}

p.motto {
    color: #ba8900;
    text-align: center;
    margin: 0.5rem 0 2rem;
}

.box {
    background-color: #FBF2E2;
    padding: 0.75rem 2rem 0.5rem;
    margin: 0 -2.3rem 20px -2rem;
}

.box h4 {
    margin: 0;
}

.box p {
    line-height: 1.2;
    letter-spacing: -0.01rem;
}

p.link {
    text-align: center;
    margin: 0.5rem 0;
}

p.center {
    text-align: center;
    margin: 0 0 0.3rem 0;
}

.left footer {
    padding: 1rem 0 0;
}

.left footer p {
    color: #415d5d;
    line-height: 1.1;
    font-size: 0.813rem;
    letter-spacing: -0.03rem;
    text-align: left;
}

a.web {
    color: inherit;
}

@media only screen and (max-width: 899px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: none;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .left p {
        text-align: left;
    }

    p.link,
    .center,
    p.motto {
        text-align: center;
    }

    h2 {
        font-size: 1rem;
    }

    h4:first-of-type {
        margin: 0;
    }

    ul {
        margin: 0 0 1rem 1.2rem;
    }

    .respons {
        display: block;
    }

    article {
        padding: 1rem 2rem;
        width: 60%;
        background-color: #ba8900;
    }

    .left {
        padding: 1rem 2rem;
        width: 40%;
    }

    .box {
        margin: 0 -2rem;
    }

    .box p,
    .left footer p {
        letter-spacing: 0;
        line-height: normal;
    }

    .left footer {
        padding: 2rem 0 0;
    }

    .info {
        position: static;
        padding: 1rem;
    }

    .info p {
        text-align: center;
        text-shadow: none;
        color: #000;
        font-size: .938rem;
    }
}

@media only screen and (max-width: 700px) {

    .flex {
        flex-direction: column;
    }

    article,
    .left {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {

    article,
    .left {
        padding: 1rem;
    }

    footer {
        padding: 1rem 0 0;
    }
}