/**********************************************************************************************************************
 *** FOOTER
 **********************************************************************************************************************/

.footer-block__squares {
    position: absolute;
    right: 0;
}

.footer-block__square {
    width: 26px;
    height: 26px;
    background: #FFF;
    margin-bottom: 26px;
}

img.footer-block__logo {
    width: auto;
    max-width: 100%;
}

.footer-block__logo {
    display: none;
}

@media screen and (min-width: 1024px) {
    .footer-block__col:first-child {
        position: relative;
    }

    .footer-block__logo {
        position: absolute;
        bottom: 0;
        display: block;
    }
}
