body>header{z-index:20}body>header *{z-index:20}body>header .mobile-navigation{display:flex;height:4rem}body>header .desktop-navigation{display:none;height:6.1rem}@media screen and (min-width:calc(1200px + 1px)){body>header .mobile-navigation{display:none}body>header .desktop-navigation{display:flex}}body>header .logo{height:100%}body>header .logo img{height:100%;width:auto}body>header nav ul{margin-bottom:0;padding-left:0;list-style:none}body>header nav ul li{margin-bottom:0}body>header nav ul li a{font-size:0.9rem;line-height:1.1rem;font-weight:700;color:var(--color-text)}body>header .contacts a{display:flex;align-items:center;column-gap:0.65rem;font-weight:700;font-size:1rem;color:var(--color-orange-400);line-height:1.5rem}body>header .contacts a img{height:1.5rem;width:auto}body>header .contacts a span{position:relative;top:0.05em}body>header .languages .selected,body>header .languages a{font-weight:700;color:var(--color-text);display:flex;align-items:center;column-gap:0.5em}body>header .languages .selected .img,body>header .languages a .img{height:1.6rem;width:1.6rem;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:50%}body>header .languages .selected+a,body>header .languages a+a{margin-top:1em}body>header .mobile-navigation{position:relative}body>header .mobile-navigation>.container:first-child{display:flex;align-items:center;justify-content:space-between;padding:0.4rem 0}body>header .mobile-navigation>.container:first-child .logo{padding-top:0.4rem;padding-bottom:0.4rem}body>header .mobile-navigation .opened-content{display:none;position:absolute;top:calc(100% - .75px);left:0;width:100%;height:auto;box-shadow:0 1rem 1rem rgba(0,0,0,0.1);background-color:var(--color-background);padding:0.25rem 1rem 2rem}body>header .mobile-navigation .opened-content>.container>:not(:first-child):before{content:"";display:block;height:1px;width:50%;margin:1rem 0;background-color:var(--color-text);opacity:0.2}body>header .mobile-navigation .opened-content nav ul li+li{margin-top:0.5rem}body>header .desktop-navigation{align-items:center;justify-content:space-between;padding:1.1rem 0}body>header .desktop-navigation>div:not(:first-child){display:flex;align-items:center;justify-content:flex-end;column-gap:2rem}@media screen and (min-width:calc(1200px + 1px)){body>header .desktop-navigation>div:not(:first-child){column-gap:2.5rem}}@media screen and (min-width:calc(1700px + 1px)){body>header .desktop-navigation>div:not(:first-child){column-gap:3rem}}body>header .desktop-navigation>div:not(:first-child) nav ul{display:flex;align-items:center;column-gap:1.45rem}@media screen and (min-width:calc(1200px + 1px)){body>header .desktop-navigation>div:not(:first-child) nav ul{column-gap:1.95rem}}@media screen and (min-width:calc(1700px + 1px)){body>header .desktop-navigation>div:not(:first-child) nav ul{column-gap:2.45rem}}body>header .desktop-navigation>div:not(:first-child) nav ul li.active a{text-decoration:underline}body>header .desktop-navigation>div:not(:first-child) nav ul li:last-child a.btn{margin-left:-0.75rem;font-size:inherit}@media screen and (max-width:1700px){body>header .desktop-navigation>div:not(:first-child) .contacts{display:none}}body>header .desktop-navigation>div:not(:first-child)>:not(:first-child){position:relative}body>header .desktop-navigation>div:not(:first-child)>:not(:first-child):before{content:"";position:absolute;left:-1rem;top:50%;transform:translateY(-50%);display:block;height:2.8rem;width:1px;background-color:var(--color-text);opacity:0.2}@media screen and (min-width:calc(1200px + 1px)){body>header .desktop-navigation>div:not(:first-child)>:not(:first-child):before{left:-1.25rem}}@media screen and (min-width:calc(1700px + 1px)){body>header .desktop-navigation>div:not(:first-child)>:not(:first-child):before{left:-1.5rem}}body>header .desktop-navigation>div:not(:first-child) .languages{position:relative}body>header .desktop-navigation>div:not(:first-child) .languages .selected{column-gap:0.3rem;cursor:pointer}body>header .desktop-navigation>div:not(:first-child) .languages .selected .img{transition:all 0.2s ease-in-out}body>header .desktop-navigation>div:not(:first-child) .languages .selected.opened .img,body>header .desktop-navigation>div:not(:first-child) .languages .selected:hover .img{box-shadow:0 0 0.5rem rgba(0,0,0,0.2)}body>header .desktop-navigation>div:not(:first-child) .languages .selected button{border:0;outline:0;background-color:transparent;display:flex;align-items:center}body>header .desktop-navigation>div:not(:first-child) .languages .selected button img{width:0.5rem;height:auto;transition:all 0.2s ease-in-out}body>header .desktop-navigation>div:not(:first-child) .languages .selected.opened button img{transform:rotate(180deg)}body>header .desktop-navigation>div:not(:first-child) .languages .options{display:none;background-color:var(--color-white);border-radius:var(--border-radius);position:absolute;top:calc(100% + 1rem);right:0;padding:1rem;box-shadow:0 0 0.5rem rgba(0,0,0,0.1)}body>header .desktop-navigation .logo{padding-top:0.15rem;padding-bottom:0.25rem}body[data-scrolled]{padding-top:4rem}@media screen and (min-width:calc(1200px + 1px)){body[data-scrolled]{padding-top:6.1rem}}body[data-scrolled]>header{transition:all 0.4s ease-in-out;position:fixed;top:0;left:0;width:100%;background-color:var(--color-background);box-shadow:0 1rem 1rem rgba(0,0,0,0.1)}
/*# sourceMappingURL=header.css.map */