footer {
    background-color: #F6F7F8;
    font-size: 18px;
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
}

footer p {
    margin: 0;
    font-family: Raleway-Regular, sans-serif;
}

footer strong {
    text-transform: uppercase;
    font-family: Raleway-Bold, sans-serif;
}

footer .logo-wrap {
    width: 215px;
    height: 72px;
    padding-left: 0px;
    display: block;
}

footer .senada-logo {
    background: url('../images/senada_logo.svg') no-repeat;
    background-size: contain;
    display: block;
    height: 100%;
}

footer .douglas-logo {
    background: url('../images/douglas.svg') no-repeat;
    background-size: contain;
    display: block;
    height: 100%;
    margin-top: 80px;
}

footer .social,
footer .social-wrap-mobile {
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-right: 55%;
    padding-left: 0px;
    padding-bottom: 80px;
}

footer .social ul,
footer .social-wrap-mobile ul {
    display: flex;
}


footer .social ul li:not(:first-child),
footer .social-wrap-mobile ul li:not(:first-child) {
    padding-left: 45px;
}

footer .social ul li a,
footer .social-wrap-mobile ul li a {
    float: left;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
}

footer .social .instagram,
footer .social-wrap-mobile .instagram {
    background-image: url("../images/instagram.png");
}

footer .social .twitter,
footer .social-wrap-mobile .twitter {
    background-image: url("../images/twitter.png");
}

footer .social .youtube,
footer .social-wrap-mobile .youtube {
    background-image: url("../images/youtube.png");
    align-self: flex-end;
}

footer .social .facebook,
footer .social-wrap-mobile .facebook {
    background-image: url("../images/face.png");
    width: 15px;
    height: 30px;
}

footer .btn-contact {
    margin-top: 80px;
    text-transform: uppercase;
    font-family: Raleway-SemiBold, sans-serif;
    padding-left: 35px;
    position: relative;
}

footer .btn-contact::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 23px;
    left: 0;
    top: 10px;
    background: url("../images/pre_icon.png") no-repeat;
    background-size: 100%;
}

footer .mobile-footer {
    display: none;
}

footer .logo-hidden {
    display: none;
}

@media (max-width:1440px) {
    footer {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (max-width: 992px) {

    footer .logo-hidden,
    footer .logo-hidden .senada-logo {
        display: block;
    }

    footer .senada-logo {
        display: none;
    }

    footer .mobile-footer {
        display: block;
    }

    .footer-info,
    .footer-contact {
        padding-top: 50px;
    }

    footer .social {
        padding-top: 0;
    }

    footer .social, footer .social-wrap-mobile {
        padding-bottom: 0;
    }
}


@media (max-width: 768px) {
    .footer-info,
    .footer-contact {
        padding-top: 35px;
    }
    footer .btn-contact, footer .douglas-logo{
        margin-top: 35px;
    }
}