.app-header{align-items:center;width:100%;min-width:90px;height:100px;margin:0 auto}.app-header-inner{box-sizing:border-box;border-bottom:1px solid #5a6772;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:100px;display:flex}.header-menu{z-index:10;flex:1;justify-content:space-between;align-items:center;gap:32px;display:flex}.header-left{flex-shrink:0;align-items:center;gap:32px;width:215.71px;height:40px;display:flex}.header-logo{justify-content:center;align-items:center;width:75.71px;height:40px;text-decoration:none;display:flex}.header-logo-img{object-fit:contain;width:75.71px;height:40px}.header-lang{flex:1;min-width:0}.lang-select{color:#5a6772;cursor:pointer;background:#fff;border:1px solid #fff;border-radius:6px;height:40px;padding:0 12px;font-size:14px}.header-nav{flex-shrink:0;justify-content:center;align-items:center;gap:40px;width:530px;height:20px;display:flex}.header-mobile-toggle{cursor:pointer;background:#fff;border:1px solid #d9e2e8;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s;display:none;box-shadow:0 8px 24px #0f172a14}.header-mobile-toggle span{background:#008b8b;border-radius:999px;width:20px;height:2px;transition:transform .25s,opacity .2s,background .2s}.header-mobile-toggle:hover{transform:translateY(-1px);box-shadow:0 12px 28px #008b8b29}.header-mobile-toggle-open{background:linear-gradient(135deg,#008b8b 0%,#00bebe 100%);border-color:#008b8b33;box-shadow:0 14px 32px #008b8b47}.header-mobile-toggle-open span{background:#fff}.header-mobile-toggle-open span:first-child{transform:translateY(7px)rotate(45deg)}.header-mobile-toggle-open span:nth-child(2){opacity:0}.header-mobile-toggle-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header-nav-link{color:#5a6772;white-space:nowrap;font-size:14px;text-decoration:none;transition:color .2s}.header-nav-link:hover{color:#008b8b}.header-nav-link-active{color:#008b8b;padding-bottom:2px}.header-buttons{flex-shrink:0;align-items:center;gap:12px;height:52px;display:flex}.header-btn{cursor:pointer;box-sizing:border-box;text-align:center;border-radius:10px;align-content:center;width:100px;height:52px;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .2s,background .2s,color .2s}.header-btn-outline{color:#008b8b;background:#fff;border:2px solid #008b8b}.header-btn-outline:hover{background:#f0fafa}.header-btn-primary{color:#fff;background:#008b8b}.header-btn-primary:hover{background:#006d6d}.header-btn-arrow{margin-left:6px;font-size:14px;line-height:1}@media (max-width:1024px){.app-header-inner{height:auto;min-height:100px;padding:16px}.header-menu{gap:24px}.header-nav{gap:24px;width:auto}.header-buttons{width:auto}}@media screen and (max-width:1245px){.app-header{height:auto;margin:0;padding:0}.app-header-inner{flex-wrap:wrap;align-items:center;gap:16px;padding:12px}.header-left{gap:16px;width:calc(100% - 60px)}.header-mobile-toggle{margin-left:auto;display:inline-flex}.header-menu{transform-origin:100% 0;opacity:0;background:linear-gradient(#fff 0%,#f7fbfb 100%);border:1px solid #008b8b1f;border-radius:20px;flex-direction:column;align-items:stretch;gap:20px;width:100%;padding:18px;display:none;transform:translateY(-8px)scale(.98);box-shadow:0 18px 50px #0f172a1f}.header-menu-open{animation:.28s forwards headerMenuReveal;display:flex}.header-nav{flex-direction:column;align-items:flex-start;gap:14px;width:100%;height:auto}.header-nav-link{background:#ffffffb8;border:1px solid #0000;border-radius:12px;width:100%;padding:12px 14px;transition:background .2s,color .2s,border-color .2s,transform .2s}.header-nav-link:hover{background:#00bebe1a;border-color:#00bebe29;transform:translate(4px)}.header-nav-link-active{background:#008b8b1f;border-color:#008b8b2e;border-bottom-style:none;border-bottom-width:medium;padding-bottom:12px}.header-buttons{border-top:1px solid #5a67721f;flex-direction:column;width:100%;height:auto;padding-top:8px}.header-btn{width:100%}}@keyframes headerMenuReveal{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}
.footer{color:#b0b0b0;background:#fff;border-top:1px solid #727171;margin-top:120px}.footer-inner{box-sizing:border-box;padding:68px 0 34px}.footer-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:60px;padding-bottom:40px;display:flex}.footer-logo{flex-shrink:0;text-decoration:none}.footer-logo-img{width:100px;height:auto}.footer-nav{flex-wrap:wrap;gap:48px;display:flex}.footer-col{text-align:right;direction:rtl;flex-direction:column;align-items:flex-end;gap:12px;width:250px;display:flex}.footer-col h5{color:#000;margin:0 0 8px;font-size:16px;font-weight:600}.footer-link{color:#727171;font-size:14px;text-decoration:none;transition:color .2s}.footer-link:hover{color:#008b8b}.footer-divider{opacity:.2;background:#727171;height:1px;margin:32px 0 24px}.footer-bottom{background-color:#fff;justify-content:space-between;align-items:center;gap:24px;width:100%;display:flex}.footer-copyright{color:#727171;margin:0;font-size:14px}.footer-policies{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.footer-policy-link{color:#727171;font-size:13px;text-decoration:none;transition:color .2s}.footer-policy-link:hover{color:#008b8b}@media (max-width:999px){.footer{margin-top:80px}.footer-inner{padding:40px 24px 24px}.footer-top{flex-direction:column;gap:40px}.footer-nav{justify-content:space-between;gap:24px;width:100%}.footer-col{flex:1;width:auto;min-width:150px;margin-right:0}}@media (max-width:640px){.footer-nav{flex-direction:column;align-items:flex-end;gap:32px}.footer-col{text-align:right;align-items:flex-end;width:100%}.footer-bottom{text-align:center;flex-direction:column-reverse;align-items:center;gap:16px}.footer-policies{justify-content:center;width:100%}.footer-logo{align-self:center}}
