.footer__outer{background-color:var(--footer_bg_color);padding-bottom:var(--spacer_40);padding-top:var(--spacer_40)}.footer__container{display:flex;gap:var(--spacer_20)}.footer__left{width:calc(25% - var(--spacer_20)/2)}.footer__left-logo{width:100%}.footer__left-text{color:var(--white_color);font-size:var(--font_size_14);line-height:1.5;margin-top:var(--spacer_30)}.footer__center{display:flex;gap:var(--spacer_16);justify-content:space-between;width:calc(50% - var(--spacer_20)/2*2)}.footer__center-column{width:calc(33.33333% - var(--spacer_16)/2)}.footer__center-column-title{color:var(--white_color);display:block;font-weight:var(--font_weight_700);line-height:1.5;text-transform:uppercase}.footer__center-column-list-item-link{color:var(--white_color);display:block;padding:var(--spacer_6);padding-left:0}.obfuscate-link.footer__center-column-list-item-link{opacity:.3}.footer__right{align-items:center;display:flex;flex-direction:column;gap:var(--spacer_20);width:calc(25% - var(--spacer_20)/2)}.footer__right-contact-title,.footer__right-follow-title{color:var(--white_color);font-weight:var(--font_weight_700);text-transform:uppercase}.footer__right-contact-title,.footer__right-follow-list{display:flex;flex-wrap:wrap;gap:var(--spacer_4)}.footer__right-contact-link{align-items:center;background-color:var(--secondary_color);border-radius:var(--border_radius_rounded);display:flex;height:60px;justify-content:center;padding:var(--spacer_10) var(--spacer_12);width:60px}.footer__right-contact-link-image{height:100%;object-fit:contain;width:100%}.footer__copyrights-container{background-color:#2a374b;padding-bottom:var(--spacer_20);padding-top:var(--spacer_20)}.footer__copyrights{text-align:center}.footer__copyrights :last-child{margin-bottom:0}@media (max-width:996px){.footer__container{align-items:center;flex-direction:column}.footer__left{width:100%}.footer__right{flex-direction:row;justify-content:space-between;width:100%}.footer__center{flex-wrap:wrap;width:100%}.footer__center-column{min-width:200px}}@media (max-width:600px){.footer__center{align-items:center;flex-direction:column}.footer__center-column{width:100%}.footer__center-column:not(:last-child){padding-bottom:var(--spacer_16);position:relative}.footer__center-column:not(:last-child):after{background-color:var(--white_color);border-radius:50px;content:"";height:1px;left:50%;position:absolute;top:100%;transform:translateX(-50%);width:50%}.footer__center-column
	.footer__center-column-list{display:grid;flex-wrap:wrap;gap:var(--spacer_12);grid-template-columns:1fr 1fr;justify-content:center}.footer__center-column-list-item,.footer__center-column-title{text-align:center;width:100%}}