body>header .mobile-navigation{position:relative}body>header .mobile-navigation .bar{display:flex;align-items:center;justify-content:space-between}body>header .mobile-navigation .opened-content{display:none}@media screen and (min-width:calc(900px + 1px)){body>header .mobile-navigation{display:none!important}}body>header .desktop-navigation{transition:all 0.2s ease-in-out}body>header .desktop-navigation>.container{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:calc(calc(900px + 1px) - 1px)){body>header .desktop-navigation{display:none!important}}body{position:relative}body>header{z-index:200}body>header[data-fixed]{position:fixed;left:0;top:0;width:100%}body>header .mobile-navigation{background:var(--color-blue-350);color:var(--color-text-inverted);position:relative}@media screen and (min-width:calc(900px + 1px)){body>header .mobile-navigation{display:none!important}}body>header .mobile-navigation>.bar{display:flex;align-items:center;justify-content:space-between}body>header .mobile-navigation>.bar .logo{padding-top:1rem;padding-bottom:1rem;margin-left:0.5rem}body>header .mobile-navigation>.bar .logo img{height:2.5rem;width:auto}body>header .mobile-navigation>.bar .hamburger{margin-right:0.5rem}body>header .mobile-navigation>.opened-content{display:none}body>header .mobile-navigation>.opened-content>*{border-top:0.0555555556rem solid var(--color-blue-300);padding:1rem 0.5rem}body>header .mobile-navigation>.opened-content nav>ul{list-style:none;padding-left:0}body>header .mobile-navigation>.opened-content nav>ul>li{display:block}body>header .mobile-navigation>.opened-content nav>ul>li>a{display:block;font-size:2rem;color:var(--color-text-inverted);padding:1.25rem 0}body>header .mobile-navigation>.opened-content .languages{display:flex;align-items:center;gap:2rem;padding-left:1rem}body>header .mobile-navigation>.opened-content .languages ul{list-style:none;padding-left:0;display:flex;gap:1.5rem}body>header .mobile-navigation>.opened-content .languages a{display:flex;flex-flow:row nowrap;align-items:center;gap:0.75rem;color:var(--color-text-inverted)}body>header .mobile-navigation>.opened-content .languages a span{opacity:0.8}body>header .mobile-navigation>.opened-content .languages a i{height:1.6666666667rem;width:1.6666666667rem;border-radius:50%;background-repeat:no-repeat;background-position:center;background-size:cover}body>header .mobile-navigation>.opened-content .socials{justify-content:flex-start;padding-bottom:1.5rem;gap:2rem}body>header .mobile-navigation>.opened-content .socials a{opacity:0.75;display:flex;align-items:center;gap:0.5rem}body>header .mobile-navigation>.opened-content .socials a img{height:2rem;width:auto}body>header .mobile-navigation>.opened-content .contacts{display:flex;flex-flow:column nowrap;justify-content:center;align-items:flex-start;gap:1rem;margin-left:auto;margin-right:auto;padding-top:1.5rem;padding-bottom:1.5rem}body>header .mobile-navigation>.opened-content .contacts a{margin:0;color:var(--color-text-inverted);display:grid;align-items:center;grid-template-columns:2rem minmax(0,1fr);gap:1rem;text-align:left;font-size:1.5rem}body>header .mobile-navigation>.opened-content .contacts a:hover span{text-decoration:underline}body>header .mobile-navigation>.opened-content .contacts a:before{content:"";display:block;width:100%;height:0;padding-bottom:100%;aspect-ratio:1/1;background-repeat:no-repeat;background-position:center;background-size:contain;filter:brightness(0) invert(1)}body>header .mobile-navigation>.opened-content .contacts a[href^="mailto:"]:before{background-image:url("../images/static/envelope.svg")}body>header .mobile-navigation>.opened-content .contacts a[href^="tel:"]:before{background-image:url("../images/static/phone.svg")}body>header .mobile-navigation>.opened-content .contacts a.address:before{background-image:url("../images/static/map-pin.svg")}body>header .desktop-navigation{box-shadow:0 1rem 2rem rgba(0,0,0,0.15);background:var(--color-blue-350);color:var(--color-text-inverted)}@media screen and (max-width:calc(calc(900px + 1px) - 1px)){body>header .desktop-navigation{display:none!important}}body>header .desktop-navigation .logo{width:auto}body>header .desktop-navigation .logo img{height:3.5555555556rem;width:auto}body>header .desktop-navigation .right{display:flex;flex-flow:row nowrap;align-items:stretch;justify-content:flex-end}body>header .desktop-navigation .right .btns{margin-left:2.7777777778rem;display:flex;flex-flow:row nowrap;align-items:center}body>header .desktop-navigation .right .languages{margin-left:0.8333333333rem;padding-left:0.8333333333rem;padding-right:0.8333333333rem;display:flex;align-items:center;cursor:pointer;transition:all 0.2s ease-in-out;position:relative}body>header .desktop-navigation .right .languages ul{display:none}body>header .desktop-navigation .right .languages p.active{margin:0;font-weight:700;font-size:0.7777777778rem;display:flex;flex-flow:row nowrap}body>header .desktop-navigation .right .languages p.active i{align-self:center;margin-right:0.5rem}body>header .desktop-navigation .right .languages p.active:not(:first-child):after{margin-top:0.1666666667rem;content:"";display:block;height:1.2222222222rem;width:1.2222222222rem;background-image:url("../images/static/angle-left.svg");transform:rotate(-90deg);background-repeat:no-repeat;background-size:contain;background-position:center;filter:brightness(0) invert(1)}body>header .desktop-navigation .right .languages i{display:inline-block;height:1.2222222222rem;width:1.2222222222rem;border-radius:50%;background-position:center;background-size:cover;background-repeat:no-repeat}body>header .desktop-navigation .right .languages:hover{background-color:rgba(0,0,0,0.25)}body>header .desktop-navigation .right .languages:hover>ul{background-color:var(--color-text-inverted);position:absolute;top:100%;right:0;list-style:none;display:block;box-shadow:0 0.25em 0.5em rgba(0,0,0,0.05);padding:0.5rem 1rem;min-width:6.6666666667rem;width:auto}body>header .desktop-navigation .right .languages:hover>ul>li{display:flex;align-self:center;margin:0}body>header .desktop-navigation .right .languages:hover>ul>li>a{display:flex;align-self:center;gap:0.5em;width:100%;padding:0.5rem;line-height:1.25em;color:var(--color-blue-700)}body>header .desktop-navigation .right nav>ul{padding-left:0;list-style:none;display:flex;flex-flow:row wrap;justify-content:flex-end;align-items:stretch;height:100%;gap:0.3333333333rem}body>header .desktop-navigation .right nav>ul>li{height:100%;margin:0;display:flex;align-items:stretch;transition:all 0.2s ease-in-out;position:relative}body>header .desktop-navigation .right nav>ul>li[data-is-active]:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:0.2777777778rem;background-color:var(--color-neutral-000)}body>header .desktop-navigation .right nav>ul>li>a{height:100%;display:flex;gap:0.1666666667rem;align-items:center;padding:2.2222222222rem 1.3888888889rem;color:var(--color-text-inverted);transition:all 0.2s ease-in-out;font-weight:500}body>header .desktop-navigation .right nav>ul>li>a[data-has-submenu]:after{content:"";height:1.25rem;width:1.25rem;background-image:url("../images/static/angle-left.svg");transform:rotate(-90deg);background-position:center;background-size:contain;filter:brightness(0) invert(1)}body>header .desktop-navigation .right nav>ul>li>ul{display:none}body>header .desktop-navigation .right nav>ul>li:hover{background-color:rgba(0,0,0,0.25)}body>header .desktop-navigation .right nav>ul>li:hover>a{text-decoration:none}body>header .desktop-navigation .right nav>ul>li:hover>ul{background-color:var(--color-text-inverted);position:absolute;top:100%;left:0;list-style:none;display:block;box-shadow:0 0.25em 0.5em rgba(0,0,0,0.05);padding:0.5rem 1rem;min-width:15.5555555556rem;width:auto;max-width:27.7777777778rem}body>header .desktop-navigation .right nav>ul>li:hover>ul>li{display:block;margin:0}body>header .desktop-navigation .right nav>ul>li:hover>ul>li>a{display:block;width:100%;padding:0.5rem;line-height:1.25em;color:var(--color-blue-700)}
/*# sourceMappingURL=header.css.map */