.footer{background:#ffeddf;--footer-description-width:290px;--footer-description-margin:140px}
@media screen and (max-width:1300px){
.footer{--footer-description-margin:80px}
}
@media(max-width:767.98px){
.footer{--footer-description-width:100%}
}
.footer-donor-description{color:#756e6b;font-size:15px;font-weight:300;line-height:24px;margin-bottom:24px}
.footer-donor-book a{display:inline-flex;height:40px;align-items:center;justify-content:center;text-decoration:none;color:var(--layout-primary-color);text-align:center;font-size:15px;font-weight:500;line-height:21px;padding:0 30px;border:1px solid var(--layout-primary-color);border-radius:100px;transition:all .2s ease}
.footer-donor-book a:hover{color:#fff;background:var(--layout-primary-color)}
.footer-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}
.footer-head-logo{width:125px}
.footer-head-logo .logo--become-donor{display:none}
.footer-head-logo img{width:100%;height:auto}
.footer__content-top{display:flex;flex-wrap:wrap;max-width:1310px;margin:0 auto;padding:0 15px;width:100%}
@media(max-width:767.98px){
.footer__content-top{flex-direction:column}
}
.footer__content-bottom{display:none}
@media(max-width:767.98px){
.footer__content-bottom{display:block}
}
.footer__about-wrapper{width:var(--footer-description-width);margin-right:var(--footer-description-margin)}
@media(max-width:767.98px){
.footer__about-wrapper{margin-right:0;margin-bottom:30px}
}
.footer__about-wrapper--social-wrapper{display:flex;align-items:center}
.footer__about-wrapper--social-wrapper.mobile{justify-content:flex-end;margin-top:-1rem}
.footer__about-wrapper--social-wrapper .icon-column{display:flex;justify-content:flex-end;align-items:center;gap:10px}
.footer__about-wrapper--social-wrapper .icon-column .social-icon{width:3.8rem;height:3.8rem;flex-shrink:0;position:relative;overflow:hidden;padding:0;display:flex;align-items:center;justify-content:center}
.footer__about-wrapper--social-wrapper .icon-column .social-icon:before{content:"";width:100%;height:100%;border:.2rem solid #333;border-radius:50%;box-sizing:border-box;position:absolute;top:0;left:0;z-index:-1}
.footer__about-wrapper--social-wrapper .icon-column .social-icon__link{display:flex;align-items:center;justify-content:center;width:3.8rem;height:3.8rem;color:var(--layout-primary-color);border:.1rem solid var(--layout-primary-color);border-radius:100px}
.footer__about-wrapper--social-wrapper .icon-column .social-icon__link:hover{color:#fff;background:var(--layout-primary-color)}
.footer__about-wrapper--social-wrapper .icon-column .social-icon--ig .social-icon__link{padding-left:1px}
.footer__about-wrapper--social-wrapper .icon-column .social-icon svg{width:1.9rem;height:1.9rem}
.footer .footer-block__brand-info{color:#756e6b;font-size:15px;font-weight:300;line-height:24px}
.footer .footer-block__brand-info a{color:var(--layout-primary-color)}
.footer .footer-block__brand-info a:hover{color:var(--layout-primary-color-hover)}
.footer .footer-block__brand-info .footer__about-info--subheading{font-family:Gelica,sans-serif;color:#756e6b;font-size:11px;font-style:normal;font-weight:500;line-height:21px;text-transform:uppercase;margin:0 0 18px 0}
.footer .footer-block__brand-info p{margin:0 0 8px 0}
.footer .footer-block__brand-info h5,.footer .footer-block__brand-info h6{font-family:Gelica,sans-serif;color:#756e6b;font-size:11px;font-style:normal;font-weight:500;line-height:21px;text-transform:uppercase;margin:20px 0 6px 0}
.footer__blocks-wrapper{width:calc(100% - var(--footer-description-width) - var(--footer-description-margin));display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-areas:"a b c";gap:20px}
@media screen and (max-width:1200px){
.footer__blocks-wrapper{grid-template-columns:1fr 1fr;grid-template-areas:"a b" "c c"}
}
@media(max-width:767.98px){
.footer__blocks-wrapper{display:block;width:100%;margin-bottom:0}
}
@media(max-width:767.98px){
.footer__blocks-wrapper .footer-block:nth-child(2) .accordion-btn:not(.active){border:none}
}
.footer__blocks-wrapper .footer-block:nth-child(2) .accordion-btn.active{border-top:none}
.footer__blocks-wrapper .footer-block:nth-child(2) .footer-block__details-content{border-bottom:none}
.footer__blocks-wrapper .footer-block__heading{font-family:Gelica,sans-serif;color:#756e6b;font-size:11px;font-style:normal;font-weight:500;line-height:21px;text-transform:uppercase;margin-bottom:18px;margin-top:40px}
.footer__blocks-wrapper .footer-block__heading:first-child{margin-top:0}
@media(max-width:767.98px){
.footer__blocks-wrapper .footer-block__heading{border-top:.1rem solid rgba(117,110,107,.25);border-bottom:.1rem solid rgba(117,110,107,.25);padding:1.1rem 0;margin:0}
.footer__blocks-wrapper .footer-block__heading:first-child{border-bottom:none}
}
.footer__blocks-wrapper .footer-block__details-content{line-height:21px}
@media(max-width:767.98px){
.footer__blocks-wrapper .footer-block__details-content{display:none;border-bottom:.1rem solid rgba(117,110,107,.25);margin-bottom:0;padding-top:1.5rem;padding-bottom:4rem}
}
@media(min-width:768px){
.footer__blocks-wrapper .footer-block__details-content{display:block!important}
}
.footer__blocks-wrapper .footer-block__details-content .link{font-family:Gelica,sans-serif;padding:0;color:var(--layout-primary-color);font-size:15px;font-weight:400;line-height:21px;margin-bottom:10px}
.footer__blocks-wrapper .footer-block__details-content .link:hover{color:var(--layout-primary-color-hover);text-decoration:underline}
.footer__blocks-wrapper .accordion-btn{display:flex;align-items:center;justify-content:space-between}
@media(max-width:767.98px){
.footer__blocks-wrapper .accordion-btn{cursor:pointer}
}
@media(max-width:767.98px){
.footer__blocks-wrapper .accordion-btn::after{content:"+";font-size:2.5rem;font-weight:300;color:#756e6b;transition:transform .3s ease}
}
@media(max-width:767.98px){
.footer__blocks-wrapper .accordion-btn.active::after{content:"−"}
}
.footer__blocks-wrapper .accordion-btn .accordion-label{flex-grow:1}
@media(max-width:767.98px){
.footer-block__brand-info{clear:both}
}
.footer .copyright__wrapper{max-width:1310px;margin:60px auto 0 auto;padding:0 15px;width:100%}
.footer .copyright__wrapper .copyright__box{border-top:1px solid #edd5c3;display:flex;justify-content:space-between;padding-top:15px}
.footer .copyright__wrapper .copyright__content,.footer .copyright__wrapper .copyright__content p{color:#756e6b;font-size:15px;font-weight:300;line-height:24px}
.footer .copyright__wrapper .payment-icons{display:flex;justify-content:flex-start;align-items:flex-start;padding:0}
@media(max-width:767.98px){
.footer .copyright__wrapper .payment-icons{justify-content:center;align-items:center}
}
.footer .copyright__wrapper .payment-icons .payment-icon{display:flex;color:#998778;background:#f4ddcb;margin-right:1.2rem;padding:.4rem 1.4rem}
.footer .copyright__wrapper .payment-icons .payment-icon:last-child{margin-right:0}
.footer .copyright__wrapper .payment-icons .payment-icon svg{width:2.4rem;height:2.4rem}
.layout-donor-application .footer{background:#fafafa}
.layout-donor-application .footer .logo--become-donor{display:block}
.layout-donor-application .footer .logo--find-donor,.layout-donor-application .footer .payment-icons{display:none}