
footer.footer {
    margin-top: 0;
    border-top: none;
}

.backdrop__body-backdrop___1rvky {
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    background-color: #363636;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out,  visibility 0.3s ease-in-out;
}

.backdrop__body-backdrop___1rvky.active {
    visibility: visible;
    opacity: 0.5;
}

footer.footer .copyright a {
    color: #070404;
}
footer.footer .copyright a:hover, footer.footer .copyright a:focus {
    color: #ec4f21;
}

footer.footer .footer-nav-menu .footer-payment img {
    margin-bottom: 7px;
    margin-right: 3.5px;
}
footer.footer .copyright {
    background-color: #f5f5f5;
    padding: 10px 0;
    margin-top: 30px;
    color: #070404;
    font-size: 13px;
}

footer.footer .footer-infos .logo-wrapper img {
    max-width: 200px;
}
footer.footer .footer-nav-menu.widget .footer-menu {
    margin-bottom: 12px;
}
footer.footer .footer-nav-menu.widget .footer-menu a {
    display: block;
    color: #070404;
    position: relative;
    padding-left: 10px;
}
footer.footer .footer-nav-menu.widget .footer-menu a:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #070404;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0,  -50%);
    left: 0;
}
footer.footer .footer-nav-menu.widget .footer-menu a:hover, footer.footer .footer-nav-menu.widget .footer-menu a:focus {
    color: #ec4f21;
}
footer.footer .footer-nav-menu.widget .footer-menu a:hover:before, footer.footer .footer-nav-menu.widget .footer-menu a:focus:before {
    background-color: #ec4f21;
}
footer.footer .footer-nav-menu.widget .footer-menu a+a {
    margin-top: 7px;
}
footer.footer .footer-nav-menu .social {
    margin-bottom: 12px;
}
footer.footer .footer-nav-menu .social a {
    display: inline-block;
}
footer.footer .footer-nav-menu .social a svg {
    width: 24px;
    height: 24px;
}
footer.footer .footer-nav-menu .social a svg path {
    fill: #070404 !important;
}
footer.footer .footer-nav-menu .social a:hover svg path, footer.footer .footer-nav-menu .social a:focus svg path {
    fill: #ec4f21 !important;
}
footer.footer .footer-nav-menu .social a+a {
    margin-left: 8px;
}
footer.footer .footer-nav-menu .footer-payment {
    margin-bottom: 7px;
}

footer.footer {
    background-color: #fff;
    padding-top: 30px;
    margin-top: 15px;
    border-top: 1px solid rgba(8, 21, 38, 0.15);
}
footer.footer .footer-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 14px;
}
footer.footer .footer-infos p {
    margin-bottom: 8px;
}
footer.footer .footer-infos p strong {
    font-weight: 700;
}
footer.footer .footer-infos p a {
    color: #070404;
}
footer.footer .footer-infos p a:hover, footer.footer .footer-infos p a:focus {
    color: #ec4f21;
}
footer.footer .footer-infos .logo-wrapper {
    margin-top: 8px;
    display: inline-block;
}

@media (max-width: 991px) {
    footer.footer .footer-infos .logo-wrapper {
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
    footer.footer .copyright {
		margin-top: 10px;
	}

    footer.footer .footer-nav-menu .footer-payment {
		margin-bottom: 0;
	}

}

@media (max-width: 480px) {
    .backdrop__body-backdrop___1rvky {
		z-index: 999;
	}
}