.header-component{position:absolute;top:24px;left:50%;transform:translateX(-50%);width:95%;max-width:1200px;z-index:10;display:flex;align-items:center;justify-content:space-between;border-radius:50px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 60px 0 #0000000d;&.gray{background:var(--light-gray)}&.white{background:var(--white)}.logo-container{background-color:var(--white);padding:0 24px;border-radius:50px;display:flex;align-items:center;max-width:230px;height:76px}&.white .logo-container{background-color:var(--light-gray)}.logo{width:100%;height:32px}.desktop-menu{display:flex;align-items:center;gap:16px;height:76px;padding:0 24px;border-radius:60px}&.white .desktop-menu{gap:40px;background-color:var(--light-gray);padding:0 40px}&.white .desktop-menu .btn{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:0}&.white .desktop-menu .btn,&.white .mobile-menu .btn{color:var(--text-color);font-weight:500}&.white .desktop-menu .btn.selected,&.white .mobile-menu .btn.selected{color:var(--primary-color)}.menu-item.selected:after{content:"";position:absolute;bottom:-4px;width:6px;height:6px;background:var(--dark-blue);border-radius:50%}.mobile-menu,.mobile-menu-button{display:none}.hamburger{display:flex;flex-direction:column;width:24px;height:18px;position:relative}.hamburger span{display:block;height:2px;width:100%;background-color:var(--primary-color);margin-bottom:4px;transition:all .3s ease;border-radius:2px}.hamburger span:last-child{margin-bottom:0}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width:900px){padding-left:0;padding-bottom:0;padding-right:0;padding-top:0;.desktop-menu,.desktop-nav{display:none}.logo-container{padding:0 16px;max-width:200px}.logo{height:28px}.mobile-menu-button{display:block;background:none;border:none;cursor:pointer;z-index:1002;width:76px;height:76px;background-color:var(--white);border-radius:100%}.mobile-menu{display:block;position:fixed;top:0;right:0;width:280px;height:0;z-index:1001;transition:height .4s cubic-bezier(.4,0,.2,1);border-radius:24px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.15);background:white}.mobile-menu.active{top:0;display:block;height:-moz-fit-content;height:fit-content}.mobile-menu-content{padding:75px 24px 24px;height:100%;display:flex;flex-direction:column;justify-content:space-between;opacity:0;transform:translateY(-20px);transition:opacity .3s ease .2s,transform .3s ease .2s}.mobile-menu.active .mobile-menu-content{opacity:1;transform:translateY(0)}.mobile-menu-links{display:flex;flex-direction:column;gap:24px}.mobile-menu-link{color:var(--dark-gray);font-size:18px;font-weight:500;text-decoration:none;padding:16px 0;border-bottom:1px solid var(--background-color);transition:color .3s ease}.mobile-menu-link:hover{color:var(--primary-color)}.mobile-menu-buttons{display:flex;flex-direction:column;gap:12px}.menu-item.selected:after{left:30px;bottom:unset}}@media (max-width:430px){min-width:95%;top:16px;.logo-container{padding:0 12px;max-width:180px}.mobile-menu{width:100%}.mobile-menu-link{font-size:16px;padding:12px 0}}}.footer-component{max-width:1200px;margin:0 auto 25px;padding:24px 32px;background-color:var(--secondary-color);text-align:center;display:flex;justify-content:space-between;border-radius:8px}.footer-component .footer-content{font-weight:500;font-size:14px;line-height:130%;letter-spacing:-.02em;color:var(--text-color)}.footer-component .footer-links{display:flex;gap:60px}.footer-component .footer-links a{color:var(--primary-color);text-decoration:none;font-weight:500;font-size:14px;line-height:130%;letter-spacing:-.02em}@media (max-width:900px){.footer-component{flex-direction:column;max-width:688px;padding:24px 32px;gap:16px;border-radius:24px}.footer-component .footer-links{justify-content:center}}@media (max-width:430px){.footer-component{flex-direction:column;max-width:320px;text-align:start}.footer-component .footer-links{justify-content:center;gap:20px;flex-direction:column}}