.service-switcher{position:sticky;top:0;z-index:15;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 8px 25px rgba(7,28,44,.05)}
.service-switcher .container{display:flex;align-items:center;gap:28px;min-height:68px;overflow-x:auto;scrollbar-width:none;white-space:nowrap}
.service-switcher .container::-webkit-scrollbar{display:none}
.service-switcher span{font:700 .69rem Manrope,sans-serif;letter-spacing:.13em;text-transform:uppercase;color:#718590;padding-right:5px}
.service-switcher a{position:relative;font:600 .83rem Manrope,sans-serif;color:#536b79;padding:24px 0 21px}
.service-switcher a:hover,.service-switcher a[aria-current="page"]{color:var(--navy)}
.service-switcher a[aria-current="page"]:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--lime)}
.footer-sitemap{display:grid;grid-template-columns:1.2fr .8fr 1.2fr;gap:70px;padding:46px 0;border-top:1px solid rgba(255,255,255,.14)}
.footer-sitemap>div{display:grid;align-content:start;gap:7px}
.footer-sitemap h3{font:600 .72rem Manrope,sans-serif;letter-spacing:.13em;text-transform:uppercase;color:var(--lime);margin:0 0 12px}
.footer-sitemap a{font-size:.87rem;color:rgba(255,255,255,.58);width:max-content;max-width:100%;overflow-wrap:anywhere}
.footer-sitemap a:hover{color:#fff}
@media(max-width:900px){.service-switcher .container{gap:22px}.footer-sitemap{grid-template-columns:repeat(2,1fr);gap:38px}.footer-sitemap>div:last-child{grid-column:1/-1}}
@media(max-width:620px){.service-switcher .container{min-height:58px}.service-switcher span{position:sticky;left:0;background:#fff;z-index:2;padding-right:12px}.service-switcher a{padding:19px 0 17px}.footer-sitemap{grid-template-columns:1fr;gap:32px;padding:38px 0}.footer-sitemap>div:last-child{grid-column:auto}}
