.header {
    background: url(../img/background.svg) repeat-x bottom center;
    background-color: #0070CC;
    min-height: 476px;
}

.container {
    margin: 0 auto;
    max-width: 928px;
    width: 100%;
}

.header__FAQ-link,
.footer__FAQ-link {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    text-decoration: none;
    text-align: right;
    width: 160px;
}

.footer__FAQ-link {
    color: #0070CC;
}

.header__content,
.footer__content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

.footer__content {
    border-top: 2px solid #E0E0E0;
    padding: 20px 0 40px;
}

.footer__logo-container {
    height: 31px;
    width: 98px;
}

.header__logo-container {
    display: inline-block;
    height: 63px;
    width: 215px;
}

.header__logo,
.footer__logo {
    height: auto;
    width: 100%;
}

.header__FAQ-link {
    display: inline-block;
}

.title {
    color: #FFFFFF;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    margin: 25px auto;
    text-align: center;
    max-width: 608px;
}

.subtitle {
    color: #FFFFFF;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 18px;
    line-height: 21px;
    margin: 80px 0 0;
    text-align: center;
}

.main__text {
    color: #686868;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 30px auto 55px;
    max-width: 608px;
}

p {
    margin: 18px 0;
}

.footer,
.header,
.main {
    padding: 0 16px;
}

@media screen and (max-width: 600px) {
    .header__content {
        justify-content: center;
    }

    .header__FAQ-link {
        display: none;
    }

    .title {
        font-size: 30px;
        font-weight: 600;
        line-height: 36px;
    }
}
