.header_module{align-items:center;border-bottom:2px solid #d1d1d1;display:flex;justify-content:space-between;padding:15px clamp(20px,4.875vw,78px);position:relative}.header_module .logo img{max-width:193px;width:100%}.header_module .menu--mobile{display:none}.header_module .menu__item a.menu__link--active-link{font-weight:700;position:relative}.header_module .menu__item a.menu__link--active-link:before{background-color:#ea6115;border-radius:50%;content:"";height:14px;left:-22px;position:absolute;top:50%;transform:translateY(-50%);width:14px}.header_module .menu--mobile ul{display:flex;flex-flow:column;margin-left:-40px}.header_module .menu--mobile ul li{margin:15px 0}.header_module .menu-open{align-items:center;border:1px solid #033b84;border-radius:50%;cursor:pointer;display:none;flex-direction:column;height:50px;justify-content:center;padding:0 10px;width:50px;z-index:99999999}.header_module .menu-open span{background:#033b84;display:block;height:3px;position:relative;transition:all .2s ease;width:100%}.header_module .menu-open span:first-child{margin-bottom:10px;top:0}.header_module .menu-open span:nth-child(2){bottom:0}.header_module.active .menu-open span:nth-child(2){bottom:6.5px;transform:rotate(-45deg)}.header_module.active .menu-open span:first-child{top:6.5px;transform:rotate(45deg)}@media screen and (max-width:1040px){.header_module{justify-content:space-between}.header_module .logo img{max-width:129px;position:relative;z-index:9}.header_module .menu--mobile{background:#fff;bottom:0;display:flex;height:100vh;left:-9999px;position:fixed;right:0;top:50px;top:0;transition:all .5s ease;width:100%}.header_module.active .menu--mobile{align-items:center;display:flex;height:100vh;justify-content:center;left:0}.header_module .menu--desktop{display:none}.header_module .menu-open{display:flex}}