.questions-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background:#F0F2F7;box-sizing:border-box}.questions-page__header-wrap{background:#fff;box-shadow:none;padding:20px var(--axis-page-pad-x) 0;box-sizing:border-box}.questions-page__main{flex:1;padding:calc(var(--axis-header-offset, 97px) + 24px) var(--axis-page-pad-x) 80px;box-sizing:border-box}.questions-page__shell{max-width:var(--axis-content-max);margin:0 auto;width:100%}.questions-page__breadcrumbs{display:flex;align-items:center;gap:7px;flex-wrap:wrap;min-height:15px}.questions-page__breadcrumbs-link{font-family:Inter Display,Inter,system-ui,sans-serif;font-weight:400;font-size:12px;line-height:30px;color:#282d3c99;text-decoration:none}.questions-page__breadcrumbs-link:hover{color:#282d3c}.questions-page__breadcrumbs-dot{width:5px;height:5px;border-radius:50%;background:#d9d9d9;flex-shrink:0}.questions-page__breadcrumbs-current{font-size:12px;line-height:30px}.questions-page__breadcrumbs-current,.questions-page__title{font-family:Inter Display,Inter,system-ui,sans-serif;font-weight:400;color:#282d3c}.questions-page__title{margin:0;padding:0 0 30px;font-size:40px;line-height:50px;letter-spacing:0}.questions-page__layout{display:flex;align-items:flex-start;gap:20px;width:100%;min-height:544px;box-sizing:border-box}.questions-page__cats-scroll{flex:0 0 auto;width:357px;min-height:544px}.questions-page__cats{display:grid;grid-template-columns:168px 168px;gap:20px;width:357px}.questions-page__cat{width:168px;height:168px;box-sizing:border-box;border-radius:16px;border:1px solid transparent;background:#F0F2F7;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:12px 8px;cursor:pointer;font:inherit;color:inherit;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.questions-page__cat:hover{background:#f0f0f0}.questions-page__cat--active{border-color:#1C2B5E;background:#fff}.questions-page__cat-icon{flex-shrink:0;display:block}.questions-page__cat-text{display:flex;flex-direction:column;align-items:center;gap:0;max-width:128px;text-align:center}.questions-page__cat-line{font-family:Inter Display,Inter,system-ui,sans-serif;font-weight:400;font-size:13px;line-height:1.25;color:#282d3c;display:block}.questions-page__cat-line--second{margin-top:2px}.questions-page__faqs{flex:1 1 auto;min-width:0;gap:20px}.questions-page__faq,.questions-page__faqs{max-width:733px;display:flex;flex-direction:column}.questions-page__faq{width:100%;box-sizing:border-box;border-radius:16px;background:#fff;box-shadow:0 2px 16.4px rgba(0,0,0,.07);padding:20px;min-height:84px;transition:box-shadow .25s ease,min-height .35s ease}.questions-page__faq--open{min-height:166px}.questions-page__faq-row{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:44px}.questions-page__faq-q{margin:0;flex:1 1 auto;min-width:0;font-family:Inter Display,Inter,system-ui,sans-serif;font-weight:600;font-size:18px;line-height:1.35;letter-spacing:0;color:#282d3c}.questions-page__faq-toggle{flex:0 0 44px;width:44px;height:44px;padding:8px;box-sizing:border-box;border:none;border-radius:44px;background:#fff;box-shadow:0 2px 6.5px rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#9fa3a9;transition:color .2s ease,background .25s ease,box-shadow .2s ease,transform .15s ease}.questions-page__faq-toggle:hover:not(.questions-page__faq-toggle--open){color:#1C2B5E}.questions-page__faq-toggle--open{background:#1C2B5E;color:#fff;box-shadow:0 2px 8px rgba(28,43,94,.35)}.questions-page__faq-toggle-icon{display:flex;align-items:center;justify-content:center}.questions-page__faq-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .38s cubic-bezier(.2,.8,.2,1)}.questions-page__faq--open .questions-page__faq-panel{grid-template-rows:1fr}.questions-page__faq-panel-inner{overflow:hidden;min-height:0}.questions-page__faq-a{margin:0;padding:16px 44px 0 0;font-family:Inter Display,Inter,system-ui,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#828a99}.questions-page__footer-wrap{margin-top:auto;width:100%}@media (max-width:1023px){.questions-page{padding-bottom:92px;box-sizing:border-box}.questions-page__header-wrap{padding:20px 20px 0;box-sizing:border-box}.questions-page__main{padding:calc(var(--axis-header-offset, 97px) + 16px) 20px 48px}.questions-page__title{font-size:28px;line-height:1.15;letter-spacing:-.02em;padding-bottom:20px}.questions-page__layout{flex-direction:column;min-height:0;gap:20px}.questions-page__cats-scroll{min-height:0;margin-left:-20px;margin-right:-20px;width:calc(100% + 40px);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 20px 4px;box-sizing:border-box}.questions-page__cats-scroll::-webkit-scrollbar{display:none}.questions-page__cats{display:flex;flex-direction:row;flex-wrap:nowrap;gap:12px;width:max-content;min-width:min-content}.questions-page__cat{flex:0 0 168px}.questions-page__faqs{max-width:none;width:100%;gap:12px}.questions-page__faq{max-width:none;padding:16px;min-height:0}.questions-page__faq--open{min-height:0}.questions-page__faq-q{font-size:15px;line-height:1.35;padding-right:8px}.questions-page__faq-a{padding:12px 0 0;font-size:14px}.questions-page .questions-page__mobile-nav.features__mobile{z-index:60}}