header .inner{display:flex;align-items:center;justify-content:space-between}header{border-bottom:1px solid rgba(137,137,137,.2);position:fixed;top:0;width:100vw;background-color:#fff;z-index:10}.logo{margin:24px 0}nav{align-self:stretch;display:flex;margin-left:auto;gap:30px;margin-right:40px}nav a{display:flex;align-items:center;padding:4px;font-size:18px;font-weight:400;color:#42394f}nav a.active{position:relative}nav a.active::after{content:'';display:block;width:100%;height:3px;border-radius:2px;background:#9366cb;position:absolute;bottom:0;left:1px}.call{margin-left:auto;display:none;margin-right:22px;min-width:24px;height:24px;background:url(/assets/img/icons/phone-calling.svg) center no-repeat}.menu-toggler{width:21px;height:18px;margin-left:22px;position:relative;display:none}.menu-toggler.opened div:first-child{-webkit-transform:translate(3px,9px) rotate(45deg);transform:translate(3px,9px) rotate(45deg)}.menu-toggler.opened div:last-child{-webkit-transform:translate(3px,-8px) rotate(-45deg);transform:translate(3px,-8px) rotate(-45deg)}.menu-toggler.opened div:nth-child(2){opacity:0}.menu-toggler div{position:absolute;left:0;width:100%;height:2px;background:#5e28a0;transition:all .3s ease}.menu-toggler div:first-child{top:0}.menu-toggler div:nth-child(2){top:calc(50% - 1px);opacity:1}.menu-toggler div:last-child{bottom:0}header:has(.menu-toggler.opened) nav{top:100%;opacity:1}@media screen and (max-width:1125px){header{background-color:#fff;z-index:120;width:100vw;padding:16px 4px;border-bottom:1px solid #f3f1ff}.logo{margin:0}.logo img{max-height:25px}nav{position:absolute;top:-300px;opacity:0;left:0;width:100vw;flex-direction:column;z-index:10;padding:40px 29px 50px;margin:0;background:#fff;border-radius:0 0 20px 20px;box-shadow:0 0 5px 0 rgba(0,0,0,.17);transition:all .3s ease}nav a{color:#42394f;margin-bottom:9px;padding:0}nav a.active{font-weight:700;color:#5e28a0}nav a.active::after{display:none}.call,.menu-toggler{display:block}}