.header{border-bottom:1px solid #b125251a;padding:28px 0}.header_container{justify-content:space-between;align-items:center;display:flex}.header_logo{height:51px}.header_logo img{object-fit:contain;width:100%;height:100%}.header_nav{gap:20px;display:flex}.header_nav a{color:#161616;padding-bottom:6px;font-size:16px;font-weight:500;position:relative}.header_nav a:after{content:"";background-color:#fdd714;border-radius:20px;width:0%;height:3px;transition:width .25s;position:absolute;bottom:-41px;left:0}.header_nav a.active:after{width:100%}.header_buttons{align-items:center;gap:20px;display:flex}.header_lang{cursor:pointer;font-size:16px}.header_download{display:block}.header_burger{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;width:24px;height:20px;display:none}.header_burger span{background:#161616;border-radius:2px;width:24px;height:3px;transition:all .3s;position:absolute}.header_burger span:first-child{transform:translateY(-6px)}.header_burger span:nth-child(2){transform:translateY(0)}.header_burger span:nth-child(3){transform:translateY(6px)}.header_burger.open span:first-child{transform:rotate(45deg)}.header_burger.open span:nth-child(2){opacity:0}.header_burger.open span:nth-child(3){transform:rotate(-45deg)}@media (max-width:991px){.header{padding:24px 0}.header_nav,.header_download{display:none}.header_burger{display:flex}}.mobile_overlay{opacity:0;pointer-events:none;z-index:90;background:#0006;width:100%;height:calc(100vh - 100px);transition:all .3s;position:fixed;top:100px;left:0}.mobile_overlay.open{opacity:1;pointer-events:auto}.mobile_menu{z-index:2147483647;background:#fff;width:100%;height:calc(100vh - 100px);transition:all .3s;position:fixed;top:100px;left:0;transform:translate(-100%)}.mobile_menu.open{transform:translate(0)}.mobile_menu_inner{flex-direction:column;height:100%;padding:10px 24px 20px;display:flex}.mobile_lang{margin-bottom:24px;font-size:16px;font-weight:500}.mobile_nav{flex-direction:column;gap:18px;padding-top:18px;display:flex}.mobile_nav a{border-bottom:1px solid #eee;padding-bottom:18px;font-size:16px;display:block}.mobile_nav a.active{color:#d4b200;font-weight:600}.mobile_download{margin-top:auto;padding-top:20px}.mobile_download button{width:100%}
