footer {background:var(--primary-400) url(/images/background-footer.webp); background-size:auto 600px; color:var(--neutral-100); padding:4rem 0;}
footer img {height:60px;}
footer a {color:var(--neutral-100);}

.footer-contacts {font-size:1.125rem;}
.footer-contacts a:hover {opacity:0.7;}

.footer-notice {font-size:0.85rem;}
.footer-notice a {text-decoration:underline;}
.footer-notice a:hover {text-decoration:none;}
.footer-notice img {height:115px;}

.footer-smallprint {font-size:0.85rem;}

.line {border-top:1px solid var(--neutral-100); padding-top:1.75rem;}

@media (max-width:768px) {
  footer .footer-title div:not(:first-child) .line {border-top:none; padding:0;}
}

@media (min-width:992px) {
  .footer-contacts {padding-top:55px;}
}

#download-brochure {position:fixed; z-index:990; bottom:3rem; right:2rem;}
#download-brochure a {display:flex; background-color:var(--primary-500); color:var(--neutral-100); padding:.75rem 1.25rem; border-radius:26px; font-size:1rem; 
  white-space:nowrap; text-decoration:none; text-transform:uppercase; font-weight:var(--fw-medium); border:1px solid var(--neutral-100);}
#download-brochure a::before {content:''; position:relative; display:block; background:url(/images/icon-brochure-download.svg) no-repeat; width:40px; height:26px;}
#download-brochure a:hover {background-color:var(--primary-400);}  