﻿footer.advantages {
    background-color: rgb(244,244,244);
    padding: 15px 0;
    font-size: 0;
}

    footer.advantages .item {
        text-align: center;
        padding: 3.5% 2.3%;
        display: inline-block;
        vertical-align: top;
        float: none;
    }

        footer.advantages .item p {
            text-transform: uppercase;
            font-size: 11px;
            font-weight: 300;
        }

        footer.advantages .item svg {
            position: relative;
            max-width: 100%;
            height: 62px;
            margin-bottom: 15px;
        }
        footer.advantages .item img { /* SLB fix #10543 */
            max-width: 100%;
            height: 62px;
            margin: 0 auto 15px auto;
        }

footer .item.others {
    border-right: solid 1px rgb(244,244,244);
}

.footer-section .map .others .inner-item:first-child .title:not(:last-child) {
    margin-bottom: 18px;
}

.footer-section .map .newsletter .inner-item:last-child,
.footer-section .map .others .inner-item:last-child {
    margin-top: 40px;
}

    .footer-section .map .others .inner-item:last-child .title:not(:last-child) {
        margin-bottom: 8px;
    }

.footer-section .map .others .title:not(:first-child) {
    padding-top: 0;
}

.footer-section .map .newsletter .inner-item .title {
    text-align: left;
}

.footer-section .map .newsletter .inner-item .channel > .app-link svg,
.footer-section .map .newsletter .inner-item .channel > .app-link img {
    float: left;
}

.footer-section .map .newsletter .inner-item {
    padding-left: 0;
}

    .footer-section .map .newsletter .inner-item:last-child {
        margin-bottom: 65px;
        margin: 0; /* Bug 1045 */
    }

footer .payment-methods {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

    footer .payment-methods img {
        max-height: 50px; /* height to max-height because of fix 608 */
    }

.footer-section .map {
    padding: 0 5%;
}


footer .item.newsletter {
    padding-top: 20px;
}

    footer .item.newsletter .inner-item {
        height: 100%;
    }

.footer-section .map .inner-item .title {
    font-size: 16px;
}


@media screen and (min-width: 425px) {

    /* footer */

    footer.advantages .item p {
        font-size: 15px;
    }
}


@media screen and (min-width: 768px) {

    .footer-section .map .inner-item .title {
        font-size: 18px;
    }

    /* footer */

    footer.advantages {
        padding: 0px 6%;
    }

        footer.advantages .item p {
            font-size: 18px;
        }


    footer .item.newsletter .inner-item,
    footer .item.others .inner-item {
        height: 50%;
    }

        footer .item.newsletter .inner-item:first-child,
        footer .item.others .inner-item:first-child {
            border-bottom: solid 1px rgb(244,244,244);
        }


    footer .item.newsletter {
        padding-top: 40px;
    }

    .footer-section .map .newsletter .inner-item {
        padding-left: 4%;
    }
}

@media screen and (min-width: 992px) {

    /* footer */

    footer.advantages .item p {
        font-size: 15px;
    }


    .footer-section .map {
        padding: 0 4%;
    }
}


@media screen and (min-width: 1025px) {
}


@media screen and (min-width: 1200px) {

    /* footer */

    footer.advantages .item p {
        font-size: 18px;
    }


    .footer-section .map .newsletter .inner-item {
        padding-left: 8%;
    }
}

@media screen and (min-width: 1600px) {
}
