.xy-footer {padding: 3.6875rem 0 3.25rem;background: #101828;}
.xy-footer__main {display: grid;grid-template-columns: minmax(260px, 335px) 226px minmax(320px, 539px) 220px;align-items: start;gap: 2rem;}
.xy-footer__brand,
.xy-footer__group,
.xy-footer__group--contact {min-width: 0;}
.xy-footer__brand-image {width: 74px;height: auto;}
.xy-footer__brand-text {width: 100%;max-width: 20.9375rem;margin-top: 1.0625rem;color: #d1d5dc;font-size: 0.9375rem;line-height: 1.4;}
.xy-footer__heading {margin: 0;color: #ffffff;font-size: 1.1875rem;font-weight: 600;line-height: 1.53;}
.xy-footer__links,
.xy-footer__meta-links,
.xy-footer__contact-list {margin-top: 1.0625rem;}
.xy-footer__links,
.xy-footer__meta-links {display: flex;flex-direction: column;gap: 0.5625rem;}
.xy-footer__links a,
.xy-footer__meta-links a,
.xy-footer__contact-item,
.xy-footer__contact-item p,
.xy-footer__contact-item span,
.xy-footer__contact-item a {color: #d1d5dc;font-size: 0.9375rem;line-height: 1.4;}
.xy-footer__links a,
.xy-footer__meta-links a,
.xy-footer__contact-item,
.xy-footer__social a {transition: opacity 0.2s ease;}
.xy-footer__links a:hover,
.xy-footer__meta-links a:hover,
.xy-footer__contact-item:hover,
.xy-footer__social a:hover {opacity: 0.82;}
.xy-footer__contact-list {display: flex;flex-direction: column;gap: 0.5625rem;}
.xy-footer__contact-item {display: flex;align-items: center;gap: 0.5625rem;min-width: 0;}
.xy-footer__contact-item--start {align-items: flex-start;}
.xy-footer__contact-item img {flex: 0 0 auto;width: 1rem;height: 1rem;margin-top: 0.1875rem;}
.xy-footer__group--contact {max-width: 33.6875rem;}
.xy-footer__contact-item p,
.xy-footer__contact-item span {min-width: 0;overflow-wrap: anywhere;word-break: break-word;}
.xy-footer__social {display: flex;align-items: center;flex-wrap: wrap;gap: 1.0625rem;margin-top: 1.0625rem;}
.xy-footer__social img {width: 1.25rem;height: 1.25rem;}
.xy-footer__copyright {margin-top: 1.625rem;border-top: 1px solid #1e2939;padding-top: 2.125rem;text-align: center;color: #d1d5dc;font-size: 0.9375rem;line-height: 1.4;}
@media (max-width: 991.98px) {
	.xy-footer__main {grid-template-columns: 1fr;gap: 2rem;}
	.xy-footer__copyright {margin-top: 2rem;padding-top: 1.5rem;text-align: left;}
	.xy-footer__main {grid-template-columns: 1fr 1fr;gap: 2.5rem 2rem;}
	.xy-footer__brand {grid-column: 1 / -1;}
	.xy-footer__brand-text{margin-top: 1rem;}
	.xy-footer__brand{order:1}
	.xy-footer__quick{order:2}
	.xy-footer__group--contact{order:4;grid-column: 1 / -1;}
	.xy-footer__follow{order:3}
}
@media (max-width: 575.98px) {
	.xy-footer {padding: 2.75rem 0 2.25rem;}
	.xy-footer__heading {font-size: 1rem;}
	.xy-footer__brand-text,
	.xy-footer__links a,
	.xy-footer__meta-links a,
	.xy-footer__contact-item,
	.xy-footer__contact-item p,
	.xy-footer__contact-item span,
	.xy-footer__copyright {font-size: 0.875rem;}
	.xy-footer__contact-item {align-items: flex-start;}
	.xy-footer__social {gap: 0.875rem;}
}