header{border-bottom:1px solid #333;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:62px;position:sticky;z-index:12;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0}header.stuck{background-color:#090909}header .inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 auto;max-width:100%;width:100%}@media only screen and (max-width:1200px){header .inner{width:100%}}@media only screen and (max-width:991px){header .inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}header .inner .logo{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:1px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .inner .logo img{height:40px;width:auto}header .inner .burger-menu{display:none}@media only screen and (max-width:991px){header .inner .burger-menu{display:-webkit-box;display:-ms-flexbox;display:flex}header .inner .burger-menu.active{display:none}}header .inner .close-burger{display:none}@media only screen and (max-width:991px){header .inner .close-burger.active{display:-webkit-box;display:-ms-flexbox;display:flex}}header .inner nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:991px){header .inner nav{display:none}}header .inner nav>ul{gap:32px;white-space:nowrap}header .inner nav>ul,header .inner nav>ul>li a{display:-webkit-box;display:-ms-flexbox;display:flex}header .inner nav>ul>li a{color:#fff;font-size:18px;font-weight:600;gap:5px;line-height:120%;padding:19px 0 20px;text-decoration:none;word-spacing:-.9px}@media only screen and (max-width:991px){header .inner nav>ul>li a{padding:14px 0 15px}}header .inner nav>ul>li:has(ul) a:after{background:url(img/arrow-down.svg);background-position:50%;background-repeat:no-repeat;content:"";display:-webkit-box;display:-ms-flexbox;display:flex;height:20px;-webkit-transition:.3s;transition:.3s;width:20px}header .inner nav>ul>li .sub-menu{display:none}header .inner nav>ul>li:hover:not(.active) a:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media only screen and (max-width:991px){header .inner nav>ul>li:hover:not(.active) a:after{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}header .inner nav>ul>li:hover:not(.active) .sub-menu{background-color:#fff;display:block;left:0;position:absolute;right:0;top:60px}header .inner nav>ul>li:hover:not(.active) .sub-menu ul{-ms-grid-columns:1fr 30px 1fr 30px 1fr;display:-ms-grid;display:grid;gap:0 30px;grid-template-columns:1fr 1fr 1fr;padding-bottom:30px;padding-top:30px}header .inner nav>ul>li:hover:not(.active) .sub-menu ul li a{color:#090909}@media only screen and (max-width:991px){header .inner nav>ul>li:hover:not(.active) .sub-menu{display:none}header .inner nav>ul>li.active>a:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@media only screen and (max-width:991px) and (max-width:991px){header .inner nav>ul>li.active>a{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@media only screen and (max-width:991px){header .inner nav>ul>li.active .sub-menu{display:block;padding-bottom:24px}}@media only screen and (max-width:991px) and (max-width:991px){header .inner nav>ul>li.active .sub-menu{padding-bottom:10px}}@media only screen and (max-width:991px){header .inner nav>ul>li.active .sub-menu ul,header .inner nav>ul>li.active .sub-menu>.container.large{padding:0}header .inner nav>ul>li.active .sub-menu ul li a{font-size:16px;font-weight:500}}@media only screen and (max-width:991px) and (max-width:991px){header .inner nav>ul>li.active .sub-menu ul li a{color:#757575}}@media only screen and (max-width:991px){header .inner nav>ul>li.active .sub-menu ul li a:after{content:none}header .inner nav.active{background-color:#fff;display:block;height:100%;left:0;overflow:auto;padding-bottom:42px;position:fixed;top:62px;width:100%;z-index:20}header .inner nav.active ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:14px 28px 28px}header .inner nav.active ul li a{color:#090909;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (max-width:991px){header .inner nav.active ul li:has(ul) a:after{background:url(img/arrow-down-black.svg);background-position:50%;background-repeat:no-repeat;content:"";display:-webkit-box;display:-ms-flexbox;display:flex;height:20px;width:20px}header .inner nav.active ul li:has(ul) a.active:after{background:url(img/arrow-up-black.svg);background-position:50%;background-repeat:no-repeat;content:"";display:-webkit-box;display:-ms-flexbox;display:flex;height:20px;width:20px}}