header{width:100%;max-width:100%;position:fixed;z-index:1000;justify-content:center;top:0}.lang-selector,header{display:flex;align-items:center}.lang-selector{gap:2px;padding-left:15px}.lang-btn{background:none;border:none;cursor:pointer;font-weight:700;font-size:14px;padding:2px 4px;color:#000;opacity:.4;font-family:inherit;transition:opacity .15s}.lang-btn:hover{opacity:.7}.lang-btn--active{opacity:1;text-decoration:underline}.nav-wrapper{display:flex;width:100%;max-width:1220px;justify-content:center;align-items:center}.logo{padding-left:15px}.nav-links ul{display:flex;justify-content:space-between;width:100%;font-weight:700;font-size:24px;text-decoration:underline}.nav-links ul a{color:#000;-webkit-text-decoration:#000;text-decoration:#000}.router-links img{height:auto;object-fit:contain;padding-right:1rem}@media (max-width:800px){header .logo img{width:120px;object-fit:contain;height:auto}.router-links img{width:80px}.nav-wrapper{flex-wrap:wrap;margin:0 auto}.nav-links,.nav-wrapper{justify-content:space-between}.nav-links{order:1;width:100%;font-size:20px;margin-bottom:1rem}.nav-links ul{font-size:20px;justify-content:space-around}}@media (min-width:800px){header .logo img{width:140px;object-fit:contain;height:auto}.router-links img{width:100px}.nav-links{flex-grow:1;margin:0 5rem}}