@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/open-sans-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: #d9d4cc url(../img/hint.jpg) repeat;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

.wrapper {
    width: 970px;
    margin: 0 auto;
    background: transparent;
}

header img,
.separator {
    display: block;
    width: 100%;
    height: auto;
}

main {
    padding: 49px 0 30px 0;
}

.content {
    width: 910px;
    margin: 0 auto;
}

h1,
h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #333;
    margin-top: 15px;
    margin-bottom: 13px;
}

h1:first-child {
    margin-top: 0;
}

h2 + h2 {
    margin-top: 2px;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin-bottom: 10px;
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 12px;
}

ul li {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    padding-left: 14px;
    background: url(../img/square.gif) no-repeat left 7px;
    margin-bottom: 3px;
}

a[href^="mailto:"] {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #f9b233;
}

a[href^="mailto:"]:hover {
    border-bottom: none;
}

p.contact {
    margin-top: 40px;
    text-align: center;
}

.company-name {
	display: block;
	margin: auto;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0px;
    text-align: center;
}

footer img {
    display: block;
}

footer address {
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #333;
    margin-top: 26px;
}

@media (max-width: 970px) {
    .wrapper {
        width: 100%;
    }

    .content {
        width: 100%;
        padding: 0 20px;
    }

    h1,
    h2 {
        font-size: 20px;
        line-height: 26px;
    }

    p,
    ul li {
        font-size: 16px;
        line-height: 22px;
    }

    .company-name {
        font-size: 20px;
        line-height: 26px;
    }
}
