footer{
    background-color:#000;
    color:#fff;
    padding:30px 0 10px 0;
    font-size:14px;
    max-width:100% !important;
}

footer .tagline{
    max-width:300px;
    margin-top:20px;
    font-size:14px;
    font-weight:300;
    line-height:1.4em;
}

footer .footer_container.top{
    display:grid;
    grid-template-columns: 40% 30% 30%;
    max-width:1200px;
    margin:auto;
    position:relative;
    padding:0 10px;
}

footer .footer_container.top > .footer_column:not(.footer_column:first-child,.socials) {
    padding-top:60px;
}
footer .footer_container.top > .footer_column:not(.footer_column:last-child) {
    padding-right:3%;
    box-sizing: border-box;
}

footer .logo_container img{
    height:40px;
    width:auto;
}
footer .footer_container .footer_bloc{
    margin-bottom:20px;
}

footer .footer_container .footer_title{
    font-weight:600;
    margin-bottom:8px;
}

footer .footer_container a{
    text-decoration: none;
    color:#fff;
    display:inline-block;
}

footer .footer_container .footer_link{
    text-decoration: none;
    font-size:14px;
    font-weight:300;
    display:block;
    padding-bottom:7px;
}

footer .txt{
    font-weight:300;
    line-height:1.4em;
}

footer .socials{
    margin-top:15px;
    /* position:absolute;
    top:calc(70px + 4*1.4em); */
}

footer .rs_icon{
    width:30px;
    height:30px;
    margin-right:8px;
}

footer .btn{
    background-color:#fff;
    color:#000 !important;
    padding:7px 15px;
    margin-top:10px;
    border-radius:0 !important;
}

footer .footer_container.bottom{
    text-align:center;
    padding:20px 0;
    border-top:1px solid #ffffff20;
}

footer .copyright{
    border-radius: 100px;
    border: 1px solid #FFFFFF60;
    padding: 2px;
    font-size: 12px;
    line-height: 14px;
    width: 19px;
    height: 19px;
    display: inline-block;
    box-sizing: border-box;
}

@media screen and (max-width:700px){
    footer .footer_container.top{
        grid-template-columns: 100%;
    }
    footer .footer_container.top > .footer_column:not(.footer_column:first-child,.socials){
        padding-top:20px;
    }
    footer .footer_container.bottom{
        text-align:left;
    }
}