﻿.footer {
    color: #fff;
    display: flex;
    background: #0F096C;
    margin-top: -40px;
}

.footer__inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}


.footer__image {
    height: 130px;
    float: left;
    width: 100%;
    margin-top: -40px;
}

.footer__content {
    text-align: center;
    margin-top: 20px;
    clear: both;
    font-family: "OpenSans";
    font-size: 12.5px;
    font-style: normal;
    font-weight: 400;
}

.footer__content li {
    list-style: none !important;
}

.footer__content li a {
    font-size: 12.5px;
    color: #fff;
    text-decoration: none;
}

.footer__content li a:hover, a:focus {
    text-decoration: underline;
}

.footer__copyright {
    display: flex;
    justify-content: center;
    margin: 40px auto;
}

@media screen and (max-width: 639px) {
    .footer__inner {
        padding: 0 16px;
    }

    .footer__content li {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 640px) {
    .footer__content ul {
        display: flex;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        justify-content: center;
        padding: 10px 0;
        margin-top: 50px;
    }

    li.sep::after  {
        content: "|";
        display: inline-block;
        color: #fff;
        position: relative;
        margin-left: 8px;
        padding-right: 8px;
    }
    
    .footer__inner {
        max-width: 1288px;
    }

    .footer {
        padding: 60px 16px 40px;
    }

    .footer__image {
        width: 25%;
        height: auto;
        min-height: 10px;
        margin: 0;
        margin-top: -90px;
    }
}

@media screen and (min-width: 1288px) {
    .footer__image {
        padding: 0px;
    }
}
