
.footer {
    padding: 40px 20px;
    flex: 1;
    text-align: left;
    /* background-color: #575858; */
}
.footer.white {
    background-color: #fff;
}
.footer.grey {
    background-color: #575858;
}
@media (min-width: 1200px) {
    .footer .page-container {
        width: 1200px;
    }
}
.footer .footer-login-wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.footer .logo img {
    width: 138px;
} 

.footer .footer-icons .title-header {
    font-size: 14px;
    font-weight: 600;
    
    margin-bottom: 15px;
    margin-top: 15px
}
.footer.white .footer-icons .title-header {
    color: #000;
}
.footer.grey .footer-icons .title-header { 
    color: #fff;
}
.footer .store img:last-of-type {
    margin-left: 10px
}

.footer .social img {
    margin-right: 20px
}

/* .footer .__contact-us {
    display: flex
}

.footer .member-avatar {
    z-index: 0;
}

.footer .__contact-us .member-avatar img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 2px solid #fff
}

.footer .__contact-us .member-button {
    height: 25px;
    width: 110px;
    border-radius: 20px;
    background-color: #7bcb45;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-left: -22px;
    line-height: 25px;
    padding-left: 30px
} */

.footer .footer-all-right {
    text-align: center;
    margin-top: 35px
}

.footer .footer-all-right > span {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    display: block
}
.footer.white .footer-all-right span {
    color: #000;
}
.footer.grey .footer-all-right span {
    color: #fff;
}
.footer .footer-all-right span a {
    color: #3f7398;
    text-decoration: none
}

.footer .footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 13px;
    width: 300px;
}
.footer .footer-nav ul {
    margin: 0;
}
.footer .footer-nav ul:first-of-type {
    width: 155px;
    margin: 0 15% 0 0;

}
.footer .footer-nav ul li {
    line-height: 17px;
    padding: 1px 5px;
}
.footer .footer-nav ul li a {
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    /* color: #FFFFFF; */
}
.footer.white .footer-nav ul li a {
    color: #000;
}
.footer.grey .footer-nav ul li a {
    color: #fff;
}

.footer .footer-nav .button-support {
    margin: 0 0 50px 0;
}
.footer .footer-nav .button-support a {
    float: none;
    padding: 0 10px 0 0;
}
.footer .footer-nav .button-support a img {
    position: static;
    display: inline-block;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #fff;
    vertical-align: middle;
}
.footer .footer-nav .button-support a span {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    vertical-align: middle;
}

a.ButtonSupport {
    position: relative;
    float: left;
    display: block;
    padding: 0 10px 0 35px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #7ec34d;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

a.ButtonSupport:hover {
    background-color: #90d360
}



@media screen and (max-width: 610px) {
    .footer .footer-login-wrapper {
        flex-wrap: wrap;
        text-align: center
    }

    .footer .footer-icons,.footer .footer-nav {
        justify-content: center;
        width: 100%
    }

    .footer .footer-nav .button-support {
        margin: 20px 21%
    }

    .footer .footer-nav ul,.footer .footer-nav ul:first-of-type {
        width: 40%;
        margin: 0 10px;
        text-align: left
    }
}