body{position:relative}body>header{transition:all 0.2s ease-in-out;z-index:120;background-color:rgba(15,15,15,0.8);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);color:var(--color-text-inverted)}body>header[data-fixed]{position:fixed;left:0;top:0;width:100%}body>header .mobile-navigation{background-color:var(--color-neutral-900);position:relative}@media screen and (min-width:calc(1200px + 1px)){body>header .mobile-navigation{display:none!important}}body>header .mobile-navigation .bar{padding-top:1rem;padding-bottom:1rem}body>header .mobile-navigation .bar>.container{display:flex;align-items:center;justify-content:space-between}body>header .mobile-navigation .bar>.container>*{display:flex;align-items:stretch}body>header .mobile-navigation .bar>.container .left{display:flex;align-items:center;justify-content:flex-start}body>header .mobile-navigation .bar>.container .right{display:flex;align-items:center;justify-content:flex-end}body>header .mobile-navigation .bar>.container .logo img{height:2.5rem;width:auto}body>header .mobile-navigation .opened-content{display:none}body>header .mobile-navigation .opened-content>.container>*{border-top:0.0625rem solid var(--color-neutral-600);padding:1rem 0.5rem}body>header .mobile-navigation .opened-content>.container nav>ul{list-style:none;padding-left:0}body>header .mobile-navigation .opened-content>.container nav>ul>li{padding-top:0.75rem;padding-bottom:0.75rem}body>header .mobile-navigation .opened-content>.container nav>ul>li>a{font-size:1.5rem;color:var(--color-text-inverted)}body>header .mobile-navigation .opened-content>.container .manufacturers{margin-top:1rem;margin-bottom:0.75rem;display:flex;flex-flow:column nowrap;align-items:flex-start;gap:1.125rem}body>header .mobile-navigation .opened-content>.container .manufacturers img{height:3.125rem;width:auto}body>header .mobile-navigation .opened-content>.container .socials{justify-content:flex-start;padding-top:1.5rem;padding-bottom:1.5rem}body>header .mobile-navigation .opened-content>.container .btns{margin-top:1rem;margin-bottom:0.75rem}body>header .mobile-navigation .opened-content>.container .btns .btn{padding-top:0.9375rem;padding-bottom:0.9375rem}body>header .desktop-navigation{transition:all 0.2s ease-in-out}@media screen and (max-width:calc(calc(1200px + 1px) - 1px)){body>header .desktop-navigation{display:none!important}}body>header .desktop-navigation>.container{padding-top:2.1875rem;padding-bottom:1.75rem;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center}body>header .desktop-navigation>.container>*{display:flex;align-items:stretch;gap:3.125rem}body>header .desktop-navigation>.container>.left{justify-content:flex-start;display:flex;align-items:stretch;gap:1.875rem}@media screen and (min-width:calc(1500px + 1px)){body>header .desktop-navigation>.container>.left{gap:2.25rem}}body>header .desktop-navigation>.container>.center{justify-content:center}body>header .desktop-navigation>.container>.right{justify-content:flex-end}body>header .desktop-navigation>.container>.right .btn{padding-top:calc(14em/16);padding-bottom:calc(14em/16)}body>header .desktop-navigation>.container .logo{height:2.6875rem;width:auto}body>header .desktop-navigation>.container .manufacturers{display:flex;gap:2.25rem}body>header .desktop-navigation>.container .manufacturers>*{display:flex;align-items:center;gap:0.375rem}body>header .desktop-navigation>.container .manufacturers>* img{height:1.875rem;width:auto}@media screen and (min-width:calc(1500px + 1px)){body>header .desktop-navigation>.container .manufacturers>* img{height:2.5rem}}@media screen and (min-width:calc(1500px + 1px)){body>header .desktop-navigation>.container .manufacturers>[data-has-submenu]:after{content:"";height:0.875rem;width:0.875rem;background-image:url("../../ui-kit/menu/assets/images/angle-down.svg");background-repeat:no-repeat;background-position:center;background-size:contain;filter:brightness(0) invert(1)}}body>header .desktop-navigation>.container .manufacturers>[data-manufacturer-id="2"] img{height:2.25rem}body>header .desktop-navigation>.container nav>ul{padding-left:0;list-style:none;display:flex;flex-flow:row wrap;justify-content:flex-end;align-items:stretch;height:100%;gap:1.5rem}@media screen and (min-width:calc(1500px + 1px)){body>header .desktop-navigation>.container nav>ul{gap:2.25rem}}body>header .desktop-navigation>.container nav>ul>li{height:100%;margin:0;display:flex;align-items:stretch;position:relative}body>header .desktop-navigation>.container nav>ul>li>a{font-size:1.125rem;letter-spacing:0.03125rem;color:var(--color-text-inverted);height:100%;display:flex;gap:0.375rem;align-items:center;border-top-left-radius:1rem;border-top-right-radius:1rem;transition:all 0.2s ease-in-out}body>header .desktop-navigation>.container nav>ul>li>a[data-has-submenu]:after{content:"";height:1rem;width:1rem;background-image:url("../../ui-kit/menu/assets/images/angle-down.svg");background-repeat:no-repeat;background-position:center;background-size:contain}body>header .desktop-navigation>.container nav>ul>li>a:hover{text-decoration:none}@media screen and (min-width:calc(1200px + 1px)) and (max-width:1500px){body>header .desktop-navigation>.container nav>ul>li>a{padding:0.3125rem}body>header .desktop-navigation>.container nav>ul>li>a[data-has-submenu]{padding-right:0.625rem}}body>header .desktop-navigation>.container nav>ul>li>ul{display:none}body>header .desktop-navigation>.container nav>ul>li:hover>ul{position:absolute;top:100%;left:0;list-style:none;display:block;box-shadow:0 0.5rem 0.5rem rgba(0,0,0,0.2);padding:0.5rem 1rem;min-width:15rem;width:auto;max-width:20rem}body>header .desktop-navigation>.container nav>ul>li:hover>ul>li{display:block;margin:0}body>header .desktop-navigation>.container nav>ul>li:hover>ul>li>a{display:block;width:100%;padding:0.75rem 0.5rem}body[data-page-has-banner-header]{padding-top:0!important}body[data-page-has-banner-header]:not([data-scrolled])>header{background-color:rgba(0,0,0,0);-webkit-backdrop-filter:none;backdrop-filter:none}body[data-page-has-banner-header]:not([data-scrolled])>header .desktop-navigation>.container{border-bottom:0.0625rem solid rgba(255,255,255,0.3)}
/*# sourceMappingURL=header.css.map */