.farmacja-footer-info-wrapper {
    color: #a0a0a0;
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 30px;
    padding-left: 17px;
}

#farmacja-footer {
    padding-top: 25px;
}

#footer_companies_wrapper .farmacja-footer-heading {
    margin-bottom: 20px;
}

.footer-logo-wrapper {
    display: flex;
    flex-direction: column;
    font-family: 'Arial', sans-serif;
}

.farmacja-footer-logo-image__link {
    margin-bottom: 20px;
}

#farmacja-footer-logo__wrapper {
    display: flex;
    flex-direction: column;
    font-family: "Arial", sans-serif;
}

.footer-logo-subtitle {
    margin-bottom: 10px;
}

#farmacja-footer #farmacja-footer-logo__wrapper a {
    color: #a0a0a0;
    text-align: left;
    font-size: 13px;
}

#farmacja-footer .farmacja-logo {
    width: 170px;
    display: block;
}

.footer-main {
    background: white;
    padding-top: 0;
    margin-top: 50px;
}

#login-image-top-bar__wrapper img {
    max-height: 60px;
    max-width: 60px;
    position: absolute;
    right: 0;
    top: 0;;
}

@media only screen and (max-width: 640px) {
    #login-image-top-bar__wrapper img {
        display: none;
    }
}

.farmacja-footer-info-wrapper ul {
    list-style-type: disc;
    padding-left: 0;
}

#footer_companies_wrapper ul {
    list-style: none;
}

#farmacja-footer-menu__wrapper .footer-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

#farmacja-footer-menu__wrapper .footer-links li {
    margin-right: 10px;
}

#farmacja-footer-menu__wrapper .footer-links li a {
    font-size: 12px;
}

#farmacja-footer-grecaptcha__wrapper {
    border-top: 2px solid #d8d8d8;
    padding: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.gcaptcha-info {
    font-size: 10px;
    color: #a0a0a0;
    text-align: center;
    display: block;
}

.farmacja-footer-info-wrapper ul li::before {
    content: "\2022";
    color: #349f99;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -16px;
}

.farmacja-footer-copyright-wrapper {
    color: #a0a0a0;
    font-size: 13px;
    margin-top: 10px;
    padding-right: 30px;
}

#footer_companies_wrapper {
    margin-top: 20px;
}


#footer_companies_wrapper ul {
    padding: 0;
}

#footer_companies_wrapper li {
    margin-bottom: 20px;
}

#footer_companies_wrapper li a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.farmacja-footer-heading {
    font-size: 16px;
    color: black;
    padding-bottom: 5px;
    font-weight: 400;
    margin-bottom: 10px;
    border-bottom: 1px solid black;
    margin-top: 0;
}

#footer_companies_wrapper ul.footer_companies_logotypes {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.fa-facebook-official:before {
    content: "\f230" !important;
}

#footer_companies_wrapper ul.footer_companies_logotypes li {
    margin: 15px;
    flex: 1 0 17%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 17%;
}

#footer_bottom .footer_widgets_wrapper .widgets .widget_execphp:last-child {
    position: relative;
    display: block;
    width: 100%;
}

#farmacja-footer-menu__wrapper .footer-links li a {
    color: #349f99;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

#farmacja-footer-menu__wrapper {
    display: flex;
    justify-content: space-between;
}

.home {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1023px) {
    .farmacja-footer-info-wrapper {
        padding-left: 0;
    }

    #farmacja-footer-right-column__wrapper {
        margin-top: 10px;
    }

    #farmacja-footer-menu__wrapper .footer-links {
        flex-direction: column;
    }
}

@media only screen and (max-width: 640px) {
    #footer_companies_wrapper ul li {
        width: 50%;
    }
}

@media only screen and (max-width: 400px) {
    .footer-links {
        flex-direction: column;
    }

    .farmacja-footer-heading {
        margin-top: 10px;
    }
}