/*!common:widget/footer_v3/footer_v3.scss*/
.home-footer{background:#f5f5f7;border-top:1px solid #e8e8ed;padding:30px 0 32px}.home-footer__inner{max-width:1200px;margin:0 auto;padding:0 24px}.home-footer__top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid #e8e8ed}.home-footer__qualifications{display:flex;flex-direction:column;gap:8px;flex:1}.home-footer__qual-link{font-size:.8125rem;color:#6e6e73;text-decoration:none;transition:color .15s ease}.home-footer__qual-link:hover{color:#1d1d1f}.home-footer__social{flex-shrink:0}.home-footer__social-title{font-size:clamp(0.8125rem,1vw,.9375rem);font-weight:500;color:#1d1d1f;margin-bottom:12px}.home-footer__social-links{display:flex;gap:10px;align-items:center}.home-footer__social-link{display:flex;align-items:center;gap:4px;font-size:clamp(0.8125rem,1vw,.9375rem);color:#6e6e73;text-decoration:none;transition:color .15s ease}.home-footer__social-link:hover{color:#0071e3}.home-footer__social-logo{width:32px;height:32px;border-radius:50%;object-fit:contain}.home-footer__social-logo-placeholder{width:32px;height:32px;border-radius:50%;background:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:10px;color:#86868b;box-shadow:0 2px 8px rgba(0,0,0,.04)}.home-footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.home-footer__copyright{font-size:.8125rem;color:#86868b}.home-footer__links{display:flex;gap:24px}.home-footer__link{font-size:.8125rem;color:#86868b;text-decoration:none}.home-footer__link:hover{color:#1d1d1f}@media (max-width:768px){.home-footer__top{flex-direction:column;gap:24px}.home-footer__bottom{flex-direction:column;text-align:center}}.footer-v3{background:#f5f5f7;border-top:1px solid #e8e8ed;padding:64px 0 40px}.footer-v3__container{max-width:1200px;margin:0 auto;padding:0 24px}.footer-v3__top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid #e8e8ed}.footer-v3__qualifications{display:flex;flex-wrap:wrap;gap:8px;flex:1}.footer-v3__qual-link{font-size:.8125rem;color:#6e6e73;padding:6px 12px;border:1px solid #d2d2d7;border-radius:4px;text-decoration:none;transition:all .15s ease}.footer-v3__qual-link:hover{color:#1d1d1f;border-color:#1d1d1f}.footer-v3__social{display:flex;gap:10px;align-items:center}.footer-v3__social-link{width:36px;height:36px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:#6e6e73;font-size:16px;text-decoration:none;transition:all .15s ease}.footer-v3__social-link:hover{color:#1d1d1f;box-shadow:0 2px 8px rgba(0,0,0,.04)}.footer-v3__social-logo{width:20px;height:20px;object-fit:contain}.footer-v3__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-v3__copyright{font-size:.8125rem;color:#86868b}.footer-v3__links{display:flex;gap:24px}.footer-v3__link{font-size:.8125rem;color:#86868b;text-decoration:none}.footer-v3__link:hover{color:#1d1d1f}
/*!common:widget/minimalFooter/minimalFooter.scss*/
.minimal-footer{background:#f5f5f7;padding:24px 0;text-align:center}.minimal-footer__container{display:flex;justify-content:center;align-items:center;gap:40px}.minimal-footer__copyright{font-size:.8125rem;color:#86868b}.minimal-footer__link{font-size:.8125rem;color:#86868b}.minimal-footer__link:hover{color:#1d1d1f}
/*!common:widget/nav_v3/nav_v3.scss*/
.nav-v3{position:fixed;top:0;left:0;right:0;height:48px;background:#fff;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(0,0,0,.08);z-index:1000;transition:background .3s ease}.nav-v3__container{max-width:1024px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.nav-v3__logo{display:flex;align-items:center;gap:8px;font-weight:600;font-size:clamp(0.875rem,1vw,.9375rem);color:#1d1d1f;text-decoration:none;flex-shrink:0}.nav-v3__logo img{height:28px;width:auto}.nav-v3__logo-text{font-size:1rem;font-weight:600;white-space:nowrap}.nav-v3__links{display:flex;align-items:center;gap:0}.nav-v3__link{font-size:clamp(0.875rem,1vw,.9375rem);color:#1d1d1f;text-decoration:none;padding:0 12px;height:48px;display:flex;align-items:center;transition:color .15s ease;white-space:nowrap;opacity:.8}.nav-v3__link:hover,.nav-v3__link--active{opacity:1;color:#1d1d1f}.nav-v3__link--active{font-weight:500}.nav-v3__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.nav-v3__lang{font-size:.8125rem;color:#6e6e73;padding:4px 10px;border-radius:20px;border:1px solid #d2d2d7;background:transparent;transition:all .15s ease;white-space:nowrap}.nav-v3__lang:hover{color:#1d1d1f;border-color:#1d1d1f}.nav-v3__login{font-size:.8125rem;color:#0071e3;padding:5px 14px;border-radius:20px;border:1px solid #0071e3;background:transparent;transition:all .15s ease;white-space:nowrap}.nav-v3__login:hover{background:#0071e3;color:#fff}.nav-v3__user-avatar{width:28px;height:28px;border-radius:50%;background:#f5f5f7;display:flex;align-items:center;justify-content:center;font-size:14px;color:#6e6e73;cursor:pointer}.nav-v3__user{display:flex;align-items:center;gap:16px}.nav-v3__username{font-size:.8125rem;color:#1d1d1f;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-v3__logout{font-size:.8125rem;color:#6e6e73}.nav-v3__logout:hover{color:#1d1d1f}