.support-page{background:var(--color-bg);color:#232323;min-height:100vh;font-family:var(--font-figtree,"Figtree", system-ui, sans-serif);overflow-x:hidden}.support-page .hero__container{padding-top:160px}.support-page__container{max-width:1360px;margin:0 auto;padding:120px 40px 100px}@media (max-width:768px){.support-page__container{padding:60px 20px 64px}}.support-page__content{grid-template-columns:1fr 1fr;align-items:start;gap:60px;display:grid}@media (max-width:1024px){.support-page__content{gap:40px}}@media (max-width:900px){.support-page__content{grid-template-columns:1fr;gap:40px}}.support-page__left{min-width:0}.support-page__left h2{color:#232323;margin:0 0 20px;font-size:50px;font-weight:700;line-height:1.1}@media (max-width:1024px){.support-page__left h2{font-size:38px}}@media (max-width:480px){.support-page__left h2{font-size:30px}}.support-page__left>p{color:#232323;margin:0 0 16px;font-size:18px;line-height:1.7}.support-page__section{margin-bottom:32px}.support-page__section h3{color:#232323;margin:0 0 12px;font-size:26px;font-weight:700}.support-page__icon-links{flex-direction:column;gap:10px;margin-bottom:36px;display:flex}.support-page__link{color:#232323;overflow-wrap:break-word;word-break:break-all;align-items:center;gap:10px;max-width:100%;font-size:25px;font-weight:600;text-decoration:none;display:inline-flex}.support-page__link-icon{background:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex}.support-page__link-icon svg{stroke:#fff;width:22px;height:22px}.support-page__link:hover .support-page__link-icon{background:#eb5757}.support-page__link-text{position:relative}.support-page__link-text:after{content:"";background:#232323;width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.support-page__link:hover .support-page__link-text:after{width:100%}.support-page__list{flex-direction:column;gap:8px;margin:0;padding:0 0 0 24px;list-style:outside;display:flex}.support-page__list-link{color:#232323;font-size:18px;font-weight:500;text-decoration:none;position:relative}.support-page__list-link:after{content:"";background:#232323;width:0;height:1px;transition:width .3s;position:absolute;bottom:-1px;left:0}.support-page__list-link:hover:after{width:100%}.support-page__list-text{color:#232323;font-size:18px}.support-page__status-link{color:#232323;align-items:center;gap:8px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex;position:relative}.support-page__status-link:after{content:"";background:#232323;width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.support-page__status-link:hover:after{width:100%}.support-page__status-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:10px;height:10px;box-shadow:0 0 0 3px #22c55e33}.support-page__right{min-width:0}.support-form{box-shadow:none;background:#fff;border:none;border-radius:16px;min-width:0;max-width:100%;padding:30px}@media (max-width:480px){.support-form{padding:20px}}.support-form__header{margin-bottom:32px}.support-form__header h2{color:#232323;margin:0 0 8px;font-size:26px;font-weight:700;line-height:1.2}.support-form__header p{color:#232323;margin:0;font-size:18px;line-height:1.6}.support-form__fields{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:900px){.support-form__fields{grid-template-columns:1fr}}.support-form__field{flex-direction:column;gap:6px;display:flex}.support-form__field--full{grid-column:1/-1}.support-form__label{color:#232323;font-size:14px;font-weight:600}.support-form__required{color:#eb5757}.support-form__helper{color:#232323;font-size:13px;line-height:1.5}.support-form__input,.support-form__select,.support-form__textarea{color:#232323;background:#f1f0ee;border:none;border-radius:6px;outline:none;width:100%;padding:14.4px;font-family:inherit;font-size:16px;transition:box-shadow .15s}:is(.support-form__input,.support-form__select,.support-form__textarea)::placeholder{color:#adb5bd}:is(.support-form__input,.support-form__select,.support-form__textarea):focus{box-shadow:0 0 0 2px #232323}.support-form__input{height:59px}.support-form__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23232323' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;height:59px;padding-right:40px}.support-form__textarea{resize:vertical;min-height:140px}.support-form__file-area{cursor:pointer;color:#232323;background:#fff;border:2px dashed #d1d5db;border-radius:6px;align-items:center;gap:10px;padding:20px;font-size:15px;font-weight:500;transition:border-color .15s;display:flex}.support-form__file-area:hover{border-color:#232323}.support-form__file-area svg{color:#232323;flex-shrink:0}.support-form__file-input{display:none}.support-form__checkbox-label{cursor:pointer;color:#232323;align-items:flex-start;gap:12px;font-size:13px;line-height:1.6;display:flex}.support-form__checkbox{accent-color:#232323;cursor:pointer;border-radius:4px;flex-shrink:0;width:18px;height:18px;margin-top:2px}.support-form__link{color:#eb5757;text-decoration:none}.support-form__link:hover{text-decoration:underline}.support-form__error{color:#991b1b;background:#fee2e2;border-radius:6px;margin:16px 0 0;padding:12px 16px;font-size:14px}.support-form__actions{margin-top:24px}.support-form__btn{background:var(--color-btn);color:#fff;cursor:pointer;border:none;border-radius:100px;padding:20px 32px;font-family:inherit;font-size:17px;font-weight:700;transition:background .15s,transform .1s}.support-form__btn:hover:not(:disabled){background:var(--color-btn-hover)}.support-form__btn:active:not(:disabled){transform:scale(.98)}.support-form__btn:disabled{opacity:.45;cursor:not-allowed}.support-form__success{text-align:center;padding:60px 0}.support-form__success h2{color:#232323;margin:0 0 12px;font-size:28px;font-weight:700}.support-form__success p{color:#232323;margin:0;font-size:17px}.support-form__success-icon{color:#fff;background:#232323;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;font-size:28px;display:flex}
