
.footer .contact_information_address {
    margin-top: 20px;
}

.contact_information_address {
    display: flex;
}

.footer .phone_box a, .footer .phone_box p {
	color: #fff;
}

.footer .phone_box {
    line-height: 1.8;
}


.footer .footer-menu li {
    margin: 5px 0;
}

.footer .footer-menu a {
    cursor: pointer;
}

.footer .footer-menu a[aria-current='page'] {
    color: #fff;
}

.footer .footer-copyright:before {
    background: #222222;
    opacity: 0.2;
}

.footer .mc4wp-form-fields button:hover {
    background: rgba(34, 34, 34, 0.88) !important;
    color: #fff !important;
}

.footer .vc_row {
    padding: 0;
    padding-top: 25px;
    padding-bottom: 10px;
}

.footer-copyright {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.footer-copyright .wpb_single_image,
.footer-copyright .wpb_text_column {
    margin: 0 !important;
}

.footer .header-container {
    z-index: 0;
}

.small-body .page-wrapper .footer {
    position: static;
}


@media (max-width: 476px) {

    .footer .phone_box {
        margin-bottom: 30px
    }

    .footer .contact_information_working_hours {
        margin-top: 15px
    }

}