#footer {
    width: 100%;
    height: auto;
    color: #000;
    scroll-margin: 100px;
}

div.row.footer_contact {
    padding: 60px 0;
}

div.footer_adress p,
div.footer_contact a,
div.footer_social a,
div.footer_legal a {
    font-size: 25px;
    font-weight: 400;
    text-align: left;
    line-height: 30px;
}

#footer .footer_contact a {
    color: #000;
    transition: all 0.4s;
}

#footer .footer_contact a:hover {
    color: #39FF14;
    text-decoration: underline #39FF14;;
}

div.footer_reserved {
    font-size: 25px;
    font-weight: 400;
    margin-top: 60px;
}

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {
    div.footer_adress,
    div.footer_contact,
    div.footer_social,
    div.footer_legal {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 768px) {
    div.row.footer_contact {
        padding: 60px 20px;
    }
}

@media only screen and (max-width: 468px) {
    h1.big_title_contact_footer {
        display: none;
    }

    .col-lg-3.footer_adress,
    .col-lg-3.footer_contact,
    .col-lg-3.footer_social {
        display: none;
    }
}