@font-face {
    font-family: 'FuturaPT-Book';
    /* IE9 Compat Modes */
    src: url('../fonts/FuturaPT-Book.eot');
    src: url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        /* Modern Browsers */ url('../fonts/FuturaPT-Book.ttf') format('truetype');
}

.app {
    background-image: url('../images/white-scratone.png');
    font-family: 'FuturaPT-Book';
}

.header {
    height: 210px;

    background-image: url('../images/header_background.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    background-image: url('../images/header_logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    height: 100%;
    width: 380px;

    margin: 0 auto;
}

.page {
    width: auto;

    margin: 0 auto;
}

.content {
    padding: 60px 40px;

    max-width: 1400px;
    min-width: 320px;

    margin: 0 auto;
}

.container__title {
    font-size: 46px;

    margin-bottom: 5px;

    text-align: center;
}

.container_chocogen,
.container_coupage {
    margin-top: 40px;
}

.aspect-ratio-box {
    position: relative;

    padding-bottom: 41.5%;
}

.footer {
    height: 275px;
    background-image: url('../images/footer_background.png');
    background-size: cover;
}

.footer__container {
    display: flex;
    align-items: center;
    justify-content: space-around;

    height: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.footer__values {
    color: #fff;
    max-width: 620px;

    font-size: 24px;

    background-color: rgba(0, 0, 0, .3);
    border-radius: 8px;
    padding: 6px 12px;
}

.footer__link {
    display: block;
    width: 450px;
    min-width: 200px;
    height: 220px;

    background-image: url('../images/footer_logo.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    transition: 0.2s transform linear;
}

.footer__link:hover {
    transform: scale(0.985);
}

.container__imagebox {
    position: absolute;
}

.container ~ .container {
    margin-top: 15px;
}

.container.container_offset-top {
    margin-top: 40px;
}
