.footer.artex {
    background-color: #0d2557;
}

.footer.artex .f-links__item {
    margin: 0;
    line-height: inherit;
}

.footer.artex .where_to_buy a {
    font-size: 24px;
    color: #fff !important;
}

.footer.artex .where_to_buy {
    padding-bottom: 15px;
}

.footer.artex .f-cotyright {
    font-size: 12px;
    color: rgba(255, 255, 255, .4);
}

.f-logo img {
    height: 52px;
}

.footer__container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: nowrap;
}

@media screen and (max-width: 1200px) {
    .footer__container {
        flex-wrap: wrap;
    }

    .footer__col._1 {
        flex: 1 1 10%;
        height: 40px;
    }

    .footer__col._2 {
        flex: 1 1 10%;
    }

    .footer__col._3 {
        flex: 1 1 10%;
    }

    .footer__col._4 {
        flex: 1 1 50%;
    }

    .footer__col._5 {
        flex: 1 1 20%;
    }
}

hr {
    border: none;
    border-left: 2px solid hsla(200, 10%, 50%, 100);
    width: 1px;
    height: 60px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
    .footer.artex .footer__container.container {
        flex-direction: column;
        align-items: center;
    }

    .footer__col._2 hr {
        display: none;
    }

    .footer__col {
        padding: 5px;
    }
}

.footer.artex .f-logo img{
    height: 60px;
    width: auto;
    margin-bottom: 20px;
}

