.application-attachments-field{display:grid;gap:10px}.application-attachments-field__input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.application-attachments-field__trigger{min-height:56px;display:grid;align-content:center;gap:3px;padding:10px 14px;border:1px dashed #bfc7ce;background:#fff;color:#1a1a1a;cursor:pointer}.application-attachments-field__trigger span{font-size:14px;font-weight:800;line-height:1.2}.application-attachments-field__trigger small{color:#8a8f93;font-size:12px;line-height:1.3}.application-attachments-field__trigger:hover{border-color:#f04a19}.application-attachments-field--dragging .application-attachments-field__trigger{border-color:#f04a19;background:#fff4ef;box-shadow:inset 0 0 0 1px #f04a19}.application-attachments-field__input:focus-visible+.application-attachments-field__trigger{border-color:#f04a19;outline:3px solid rgba(240,74,25,.24);outline-offset:2px}.application-attachments-field__list{display:grid;gap:6px;margin:0;padding:0;list-style:none}.application-attachments-field__list li{min-height:38px;display:grid;grid-template-columns:minmax(0,1fr) 30px;gap:8px;align-items:center;padding:7px 8px 7px 12px;background:#f5f6f7;color:#1a1a1a}.application-attachments-field__list span{min-width:0;display:grid;gap:2px}.application-attachments-field__list strong{overflow:hidden;font-size:13px;font-weight:700;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.application-attachments-field__list small{color:#8a8f93;font-size:11px;line-height:1.2}.application-attachments-field__list button{width:30px;height:30px;padding:0;border:1px solid #d8dde1;background:#fff;color:#5d6266;cursor:pointer;font-size:20px;line-height:1}.application-attachments-field__list button:focus-visible,.application-attachments-field__list button:hover{border-color:#f04a19;color:#f04a19;outline:none}.application-attachments-field__error{margin:0;color:#c93410;font-size:12px;font-weight:700;line-height:1.35}.calculation-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:30px}.calculation-modal--opening{animation:calculation-modal-backdrop-in .34s ease both}.calculation-modal--opening .calculation-modal__dialog{animation:calculation-modal-enter .42s cubic-bezier(.22,1,.36,1) both}.calculation-modal--closing{animation:calculation-modal-backdrop-out .34s ease both}.calculation-modal--closing .calculation-modal__dialog{animation:calculation-modal-exit .3s ease both}.calculation-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.45);cursor:pointer}.calculation-modal__dialog{position:relative;z-index:1;width:min(100%,1248px);min-height:min(790px,100vh - 60px);max-height:calc(100vh - 60px);overflow:auto;background:#fff;color:#1a1a1a;box-shadow:0 18px 34px rgba(0,0,0,.18)}.calculation-modal__close{position:absolute;top:34px;right:42px;z-index:2;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid #d8dde1;background:#fff;color:#8a8f93;cursor:pointer;font-size:22px;line-height:1}.calculation-modal__close svg{width:22px;height:22px;flex:0 0 22px}.calculation-modal__close path{fill:none;stroke:currentcolor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.calculation-modal__close:focus-visible,.calculation-modal__close:hover{border-color:#f04a19;color:#f04a19;outline:none}.calculation-modal__form,.calculation-modal__success{padding:34px 42px}.calculation-modal__header{display:grid;grid-template-columns:64px minmax(0,780px);gap:22px;min-height:132px}.calculation-modal__header h2{max-width:780px;margin:0;font-size:42px;font-weight:900;line-height:1}.calculation-modal__header .calculation-modal__description{max-width:780px;margin:8px 0 0}.calculation-modal__header--success{min-height:115px;border-bottom:0}.calculation-modal__description{width:min(100%,780px)}.calculation-modal__success-description{max-width:560px;margin:18px 0 0;color:#5d6266;font-size:17px;line-height:1.45;text-align:center}.calculation-modal__icon{width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center;border:2px solid #f04a19;color:#f04a19;font-size:24px;font-weight:700}.calculation-modal__icon svg{width:22px;height:22px}.calculation-modal__icon line,.calculation-modal__icon path,.calculation-modal__icon rect{fill:none;stroke:currentcolor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.calculation-modal__icon--image{border:0;background:rgba(0,0,0,0)}.calculation-modal__icon--image img{display:block;width:64px;height:64px;object-fit:contain}.calculation-modal__progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;height:5px;margin-top:18px}.calculation-modal__progress span{position:relative;overflow:hidden;background:#d8dde1}.calculation-modal__progress span:after{content:"";position:absolute;inset:0;background:#f04a19;transform:scaleX(0);transform-origin:left center;transition:transform .62s cubic-bezier(.22,1,.36,1)}.calculation-modal__progress span.is-active:after{transform:scaleX(1)}.calculation-modal__main{display:grid;grid-template-columns:760px 372px;gap:32px;margin-top:22px}.calculation-modal__step{min-height:438px}.calculation-modal__step--entering{animation:calculation-modal-step-in .56s cubic-bezier(.22,1,.36,1) both}.calculation-modal__step--entering .calculation-modal__attachments,.calculation-modal__step--entering .calculation-modal__fields,.calculation-modal__step--entering .calculation-modal__options,.calculation-modal__step--entering .calculation-modal__step-title,.calculation-modal__step--entering .calculation-modal__textarea{animation:calculation-modal-step-child-in .62s cubic-bezier(.22,1,.36,1) both}.calculation-modal__step--entering .calculation-modal__fields,.calculation-modal__step--entering .calculation-modal__options{animation-delay:.12s}.calculation-modal__step--entering .calculation-modal__attachments,.calculation-modal__step--entering .calculation-modal__textarea{animation-delay:.18s}.calculation-modal__step--leaving{animation:calculation-modal-step-out .3s ease both}.calculation-modal__step--back.calculation-modal__step--entering{animation-name:calculation-modal-step-in-back}.calculation-modal__step--back.calculation-modal__step--leaving{animation-name:calculation-modal-step-out-back}.calculation-modal__step-title{display:flex;gap:12px;align-items:baseline;min-height:44px}.calculation-modal__step-title span{color:#f04a19;font-family:IBM Plex Mono,monospace;font-size:32px;font-weight:800}.calculation-modal__step-title h3{margin:0;font-size:32px;font-weight:800;line-height:1.1}.calculation-modal__fields{display:grid;gap:16px;margin-top:24px}.calculation-modal__field{display:grid;grid-template-columns:220px minmax(0,1fr);align-items:center;gap:16px}.calculation-modal__field span{color:#5d6266;font-size:18px;font-weight:500}.calculation-modal__field input{width:100%;height:44px;padding:0 14px;border:1px solid #bfc7ce;color:#1a1a1a;font:inherit;font-size:18px;box-sizing:border-box}.calculation-modal__field input:focus{border-color:#f04a19;outline:none}.calculation-modal__field input[aria-invalid=true]{border-color:#b83316}.calculation-modal__field-error{margin:0;color:#b83316;font-size:13px;font-weight:700;line-height:1.35}.calculation-modal__fields--contacts{max-width:760px}.calculation-modal__fields--contacts .calculation-modal__field{grid-template-columns:1fr;gap:8px}.calculation-modal__fields--contacts .calculation-modal__field span{color:#1a1a1a;font-size:16px}.calculation-modal__area{min-height:52px;padding:0 18px;display:flex;align-items:center;gap:8px;background:#f5f6f7;border:1px solid #d8dde1}.calculation-modal__area span,.calculation-modal__area strong{font-size:18px;font-weight:800}.calculation-modal__area span{color:#f04a19;animation:calculation-modal-count-in .22s ease both}.calculation-modal__options{display:grid;gap:14px;margin-top:24px}.calculation-modal__options--grid{grid-template-columns:repeat(2,minmax(0,1fr))}.calculation-modal__option{position:relative;min-height:66px;display:grid;grid-template-columns:16px minmax(0,1fr);align-items:center;column-gap:12px;padding:12px 16px;border:1px solid #d8dde1;cursor:pointer;box-sizing:border-box;transition:background-color .32s ease,border-color .32s ease,transform .32s cubic-bezier(.22,1,.36,1)}.calculation-modal__option input{position:absolute;opacity:0;pointer-events:none}.calculation-modal__option>.calculation-modal__control-mark{position:relative;width:16px;height:16px;border:1px solid #bfc7ce;border-radius:50%;box-sizing:border-box}.calculation-modal__option .calculation-modal__option-text{display:grid;min-width:0}.calculation-modal__option strong{font-size:20px;line-height:1.1}.calculation-modal__option small{margin-top:4px;color:#5d6266;font-size:13px;line-height:1.35}.calculation-modal__option.is-selected{border-color:#f04a19;background:#fff7f4;animation:calculation-modal-option-selected .42s cubic-bezier(.22,1,.36,1) both}.calculation-modal__option.is-selected>.calculation-modal__control-mark{border-color:#f04a19}.calculation-modal__option.is-selected>.calculation-modal__control-mark:after{content:"";position:absolute;inset:3px;border-radius:inherit;background:#f04a19;animation:calculation-modal-control-pop .32s cubic-bezier(.22,1,.36,1) both}.calculation-modal__textarea{display:grid;gap:8px;margin-top:18px}.calculation-modal__textarea span{color:#5d6266;font-size:13px;font-weight:600}.calculation-modal__textarea textarea{min-height:96px;padding:14px;border:1px solid #bfc7ce;resize:vertical;font:inherit}.calculation-modal__textarea textarea:focus{border-color:#f04a19;outline:none}.calculation-modal__attachments{margin-top:14px}.calculation-modal__agreement{display:grid;grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:start;color:#5d6266;font-size:15px;line-height:1.35;cursor:pointer}.calculation-modal__agreement input{position:absolute;opacity:0;pointer-events:none}.calculation-modal__agreement>.calculation-modal__control-mark{width:20px;height:20px;display:grid;place-items:center;background:#fff;border:1px solid #aeb5b9;border-radius:2px;box-sizing:border-box;pointer-events:none}.calculation-modal__agreement>.calculation-modal__control-mark svg{width:14px;height:14px;opacity:0}.calculation-modal__agreement>.calculation-modal__control-mark path{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.calculation-modal__agreement input:checked+span{border-color:#f04a19;background:#f04a19}.calculation-modal__agreement input:checked+span svg{opacity:1}.calculation-modal__agreement input[aria-invalid=true]+span{border-color:#f04a19}.calculation-modal__agreement a{color:#1a1a1a;font-weight:700;text-decoration:none}.calculation-modal__agreement a:hover{color:#f04a19}.calculation-modal__agreement a:active{color:#b8310c}.calculation-modal__summary{min-height:438px;padding:22px;background:#121212;color:#fff;box-sizing:border-box}.calculation-modal__summary--entering{animation:calculation-modal-summary-in .56s cubic-bezier(.22,1,.36,1) both}.calculation-modal__summary--leaving{animation:calculation-modal-summary-out .3s ease both}.calculation-modal__summary h3{margin:0 0 14px;font-size:24px;font-weight:800;line-height:1.2}.calculation-modal__summary>p{margin:0 0 18px;color:#c7cdd1;font-size:14px;line-height:1.45}.calculation-modal__summary dd,.calculation-modal__summary dl,.calculation-modal__summary dt{margin:0}.calculation-modal__summary dl{display:grid;gap:18px}.calculation-modal__summary div{padding-top:16px;border-top:1px solid #2f3437;animation:calculation-modal-summary-item-in .5s cubic-bezier(.22,1,.36,1) both}.calculation-modal__summary div:first-child{animation-delay:0s}.calculation-modal__summary div:nth-child(2){animation-delay:45ms}.calculation-modal__summary div:nth-child(3){animation-delay:90ms}.calculation-modal__summary div:nth-child(4){animation-delay:135ms}.calculation-modal__summary dt{color:#8a8f93;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:700;line-height:1.2;letter-spacing:1px;text-transform:uppercase}.calculation-modal__summary dd{margin-top:8px;color:#fff;font-size:16px;font-weight:700;line-height:1.3}.calculation-modal__footer{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:22px}.calculation-modal__footer p{min-width:0;margin:0;color:#5d6266;font-size:15px}.calculation-modal__actions{display:flex;flex:0 0 auto;gap:12px}.calculation-modal__back,.calculation-modal__next{height:52px;border:0;cursor:pointer;font-family:inherit;font-size:16px;font-weight:800}.calculation-modal__back svg,.calculation-modal__next svg{width:20px;height:20px;flex:0 0 20px}.calculation-modal__back path,.calculation-modal__next path{fill:none;stroke:currentcolor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.calculation-modal__back{width:56px;flex:0 0 56px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d8dde1;background:#fff;color:#5d6266}.calculation-modal__back:disabled{opacity:.45;cursor:not-allowed}.calculation-modal__next{width:164px;padding:0;display:inline-flex;align-items:center;justify-content:center;gap:12px;background:#f04a19;color:#fff}.calculation-modal__next:hover{background:#d94012}.calculation-modal__next:disabled{opacity:.7;cursor:not-allowed}.calculation-modal__next--submit{width:208px;padding:0 18px;justify-content:center;gap:12px;text-align:center;white-space:nowrap}.calculation-modal__submit-error{margin:0 0 14px;color:#b83316;font-size:13px;font-weight:700;line-height:1.35}.calculation-modal__success-body{min-height:516px;display:grid;align-content:center;justify-items:center;text-align:center}.calculation-modal__success-body .calculation-modal__success-mark{width:96px;height:96px;display:inline-flex;align-items:center;justify-content:center;border:2px solid #f04a19;border-radius:50%;background:#fff4ef;color:#f04a19;font-size:36px;animation:calculation-modal-success-mark .62s cubic-bezier(.22,1,.36,1) both}.calculation-modal__success-body .calculation-modal__success-mark svg{width:38px;height:38px}.calculation-modal__success-body .calculation-modal__success-mark path{fill:none;stroke:currentcolor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.calculation-modal__success-body h3{margin:24px 0 0;font-size:34px;font-weight:900;line-height:1.1;animation:calculation-modal-success-content .56s cubic-bezier(.22,1,.36,1) .12s both}.calculation-modal__success-body .calculation-modal__success-description{animation:calculation-modal-success-content .56s cubic-bezier(.22,1,.36,1) .22s both}.calculation-modal__success-close{display:none}@keyframes calculation-modal-enter{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes calculation-modal-exit{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(12px) scale(.985)}}@keyframes calculation-modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes calculation-modal-backdrop-out{0%{opacity:1}to{opacity:0}}@keyframes calculation-modal-step-in{0%{opacity:0;transform:translateX(18px)}to{opacity:1;transform:translateX(0)}}@keyframes calculation-modal-step-in-back{0%{opacity:0;transform:translateX(-18px)}to{opacity:1;transform:translateX(0)}}@keyframes calculation-modal-step-out{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-14px)}}@keyframes calculation-modal-step-out-back{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(14px)}}@keyframes calculation-modal-step-child-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes calculation-modal-summary-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes calculation-modal-summary-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}@keyframes calculation-modal-summary-item-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes calculation-modal-option-selected{50%{transform:scale(1.006)}to{transform:scale(1)}}@keyframes calculation-modal-control-pop{0%{opacity:0;transform:scale(.72)}to{opacity:1;transform:scale(1)}}@keyframes calculation-modal-count-in{0%{opacity:.35;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@keyframes calculation-modal-success-mark{0%{opacity:0;transform:scale(.86)}to{opacity:1;transform:scale(1)}}@keyframes calculation-modal-success-content{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.calculation-modal--closing,.calculation-modal--opening,.calculation-modal__area span,.calculation-modal__description:after,.calculation-modal__dialog,.calculation-modal__option.is-selected,.calculation-modal__step,.calculation-modal__success-body h3,.calculation-modal__success-description,.calculation-modal__success-mark,.calculation-modal__summary,.calculation-modal__summary div{animation:none}.calculation-modal__progress span:after{transition:none}}@media(max-width:1180px){.calculation-modal{padding:16px}.calculation-modal__dialog{min-height:auto;max-height:calc(100vh - 32px)}.calculation-modal__main{grid-template-columns:1fr}.calculation-modal__summary{min-height:auto}}@media(max-width:767px){.calculation-modal{padding:0;place-items:start center}.calculation-modal__dialog{width:100%;min-width:0;min-height:100dvh;max-height:100dvh;border:1px solid #d8dde1;box-shadow:none}.calculation-modal__form,.calculation-modal__success{display:flex;min-height:100dvh;flex-direction:column;gap:18px;padding:20px 20px 22px}.calculation-modal__close{top:20px;right:20px;width:36px;height:36px;color:#5d6266}.calculation-modal__close svg{width:18px;height:18px;flex-basis:18px}.calculation-modal__header{display:grid;grid-template-columns:40px minmax(0,218px);gap:12px;width:270px;min-height:104px;padding-right:0}.calculation-modal__header h2{max-width:none;font-family:Funnel Sans,Inter,sans-serif;font-size:24px;font-weight:900;line-height:1}.calculation-modal__header .calculation-modal__description{width:100%;margin:10px 0 0}.calculation-modal__icon{width:40px;height:40px;border-width:2px}.calculation-modal__progress{gap:6px;height:5px;margin-top:0}.calculation-modal__progress span{border-radius:3px;background:#e8ecef}.calculation-modal__main{display:block;margin-top:0}.calculation-modal__step{min-height:0}.calculation-modal__step-title{gap:8px;min-height:0;align-items:flex-start}.calculation-modal__step-title span{font-family:Geist Mono,IBM Plex Mono,monospace;font-size:24px;font-weight:800;line-height:1.1}.calculation-modal__step-title h3{font-family:Funnel Sans,Inter,sans-serif;font-size:22px;font-weight:700;line-height:1.1}.calculation-modal__fields{gap:16px;margin-top:16px}.calculation-modal__field{grid-template-columns:1fr;gap:7px}.calculation-modal__field span{color:#5d6266;font-size:14px;font-weight:600}.calculation-modal__field input{height:50px;padding:0 14px;border-color:#8a8f93;font-size:16px}.calculation-modal__field input::placeholder{color:#8a8f93}.calculation-modal__field input[aria-invalid=true]{border-color:#b83316}.calculation-modal__field-error{margin-top:-2px;font-size:12px}.calculation-modal__fields--contacts{max-width:none}.calculation-modal__fields--contacts .calculation-modal__field{gap:7px}.calculation-modal__fields--contacts .calculation-modal__field span{color:#5d6266;font-size:14px;font-weight:600}.calculation-modal__area{min-height:0;padding:14px 16px;gap:8px}.calculation-modal__area span,.calculation-modal__area strong{font-family:Funnel Sans,Inter,sans-serif;font-size:18px;font-weight:800}.calculation-modal__options{gap:16px;margin-top:16px}.calculation-modal__options--grid{grid-template-columns:1fr}.calculation-modal__option{min-height:auto;grid-template-columns:24px minmax(0,1fr);align-items:center;padding:12px;border-color:#d8dde1;overflow:hidden;text-align:left}.calculation-modal__option>.calculation-modal__control-mark{width:24px;height:24px;margin-top:0;border:2px solid #c7cdd1;border-radius:50%;background:#fff}.calculation-modal__option>.calculation-modal__control-mark:after{content:none}.calculation-modal__option .calculation-modal__option-text{display:grid;min-width:0;gap:4px}.calculation-modal__option strong{font-family:Funnel Sans,Inter,sans-serif;font-size:17px;font-weight:800;line-height:1.1}.calculation-modal__option small{margin-top:0;font-size:12px;line-height:1.3}.calculation-modal__option.is-selected{border-width:2px;background:#fff4ef;animation:none}.calculation-modal__option.is-selected>.calculation-modal__control-mark{border-color:#f04a19;background:radial-gradient(circle,#f04a19 0 5px,#ffffff 6px)}.calculation-modal__textarea{height:120px;margin-top:16px;padding:10px 14px;gap:6px;border:1px solid #8a8f93}.calculation-modal__textarea span{font-size:12px;font-weight:700}.calculation-modal__textarea textarea{height:100%;min-height:0;padding:0;border:0;resize:none;font-size:14px}.calculation-modal__textarea textarea::placeholder{color:#8a8f93}.calculation-modal__agreement{grid-template-columns:22px minmax(0,1fr);gap:10px;align-items:center;font-size:12px;line-height:1.35}.calculation-modal__agreement>.calculation-modal__control-mark{width:20px;height:20px;border:1px solid #aeb5b9}.calculation-modal__agreement input[aria-invalid=true]+.calculation-modal__control-mark{border-color:#f04a19}.calculation-modal__summary{display:none}.calculation-modal__footer{align-items:stretch;flex-direction:column;gap:0;margin-top:auto}.calculation-modal__footer>p{display:none}.calculation-modal__actions{width:100%;gap:10px}.calculation-modal__back,.calculation-modal__next{height:52px}.calculation-modal__back{width:56px;flex-basis:56px;border-color:#d8dde1}.calculation-modal__back:disabled{display:none}.calculation-modal__next{flex:1 1 auto;width:auto;min-width:0;gap:12px;font-size:15px}.calculation-modal__next--submit{padding:0 16px;white-space:normal}.calculation-modal__success .calculation-modal__header--success{min-height:104px}.calculation-modal__success-body{min-height:0;padding:40px 8px 50px;align-content:center}.calculation-modal__success-body .calculation-modal__success-mark{width:82px;height:82px;border:2px solid #f04a19;background:#fff4ef}.calculation-modal__success-body .calculation-modal__success-mark svg{width:38px;height:38px}.calculation-modal__success-body h3{margin-top:18px;font-family:Funnel Sans,Inter,sans-serif;font-size:24px;font-weight:900}.calculation-modal__success-body .calculation-modal__success-description{max-width:none;margin-top:18px;margin-bottom:0;font-size:14px;line-height:1.45;text-align:center}.calculation-modal__success-close{display:flex;width:100%;height:48px;align-items:center;justify-content:center;margin-top:auto;border:0;background:#f04a19;color:#fff;cursor:pointer;font-size:15px;font-weight:800}}.footer{background:#1a1a1a;color:#fff;font-family:Inter,sans-serif;border-top:1px solid #2f3437}.footer__container{width:min(100%,1440px);height:392px;margin:0 auto;padding:48px 96px;box-sizing:border-box}.footer__top{display:grid;grid-template-columns:360px 183px 183px 330px;align-items:start;gap:64px;min-height:210px}.footer__column--about{display:flex;flex-direction:column}.footer__logo{width:220px;height:auto;display:block;margin-bottom:18px}.footer__logo img{display:block}.footer__logo-full{width:220px;height:45px}.footer__logo-mark{width:44px;height:36px;display:none!important}.footer__description{margin:0;color:#c7cdd1;font-size:15px;font-weight:400;line-height:1.6}.footer__column{display:flex;flex-direction:column;gap:14px;min-width:0}.footer__column a,.footer__column p{margin:0;font-size:15px;line-height:1.5;text-decoration:none}.footer__column a{color:#fff;transition:color .2s ease}.footer__column a:hover{color:#f04a19}.footer__column p{color:#aeb5b9}.footer__column--documents,.footer__mobile-requisites{display:none}.footer__title{margin:0 0 16px;color:#f04a19;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.footer__bottom{display:flex;align-items:center;gap:24px;flex-wrap:wrap;height:52px;margin-top:34px;padding-top:0;border-top:1px solid #3a3f42;color:#aeb5b9;font-size:14px;line-height:1.5}.footer__bottom a{color:#d8dde1;text-decoration:none;transition:color .2s ease}.footer__bottom a:hover{color:#fff}.footer__legal{display:contents}.footer__legal-title{display:none}.footer__copyright{order:1}.footer__bottom-link{order:2}.footer__requisites{order:3}.footer__bottom-link--personal{order:4;font-size:13px}@media(max-width:992px){.footer{height:auto}.footer__container{width:100%;height:auto;min-height:auto;padding:34px 20px}.footer__top{display:flex;flex-direction:column;gap:32px;min-height:auto}.footer__column--about{width:100%}.footer__logo{width:44px;margin-bottom:12px}.footer__logo-full{display:none!important}.footer__logo-mark{display:block!important}.footer__column{width:100%;min-width:unset}.footer__column--documents{display:flex}.footer__mobile-requisites{display:block}.footer__bottom{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;gap:12px;height:auto;margin-top:32px;padding-top:20px}.footer__legal,.footer__requisites{display:none}.footer__legal-title{display:block;margin:0;color:#f04a19;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:800;line-height:16px;letter-spacing:1px;text-transform:uppercase}.footer__bottom-link{display:block;max-width:100%;color:#d8dde1;font-size:13px;line-height:18px;overflow-wrap:anywhere}.footer__copyright{order:1;color:#6f7579}}@media(min-width:375px)and (max-width:767px){.footer{min-height:auto;background:#1a1a1a}.footer__container{max-width:375px;min-height:auto;padding:34px 22px calc(24px + env(safe-area-inset-bottom))}.footer__top{gap:28px}.footer__logo{width:44px;margin-bottom:0}.footer__logo-mark{width:44px;height:36px}.footer__column--about .footer__description{max-width:none;color:#c7cdd1;font-size:15px;line-height:1.45}.footer__column a,.footer__column p{font-size:16px;line-height:1.25}.footer__column{gap:10px}.footer__column--about{gap:16px}.footer__title{margin-bottom:4px;font-size:12px;font-weight:800;letter-spacing:1px}.footer__bottom{gap:12px;margin-top:28px;padding-top:20px;font-size:13px;line-height:1.35}.footer__requisites{display:none}.footer__copyright{font-size:11px;line-height:18px}}.header{background:#fff;border-bottom:1px solid #d8dde1;font-family:Inter,sans-serif;position:relative}.header__container{width:min(100%,1440px);height:88px;margin:0 auto;padding:0 96px;display:flex;align-items:center;box-sizing:border-box}.header__logo{flex:0 0 220px}.header__logo img{width:220px;height:45px;display:block}.header__logo-mark{display:none!important}.header__nav{width:571px;margin-left:62px;display:flex;align-items:center;justify-content:space-between}.header__link{position:relative;color:#6f7478;text-decoration:none;font-size:15px;font-weight:400;white-space:nowrap;transition:color .2s ease}.header__link:hover{color:#1f1f1f}.header__link:after{content:"";position:absolute;left:0;bottom:-10px;width:100%;height:2px;background:#f04a19;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.header__link:hover:after{transform:scaleX(1)}.header__link--active{color:#1f1f1f;font-weight:600}.header__link--active:after{transform:scaleX(1)}.header__actions{width:333px;margin-left:auto;display:flex;align-items:center;justify-content:space-between}.header__phone{color:#1f1f1f;text-decoration:none}.header__button,.header__phone{font-size:15px;font-weight:600;white-space:nowrap}.header__button{width:170px;height:44px;border:none;cursor:pointer;background:#f04a19;color:#fff;font-family:inherit;transition:background .2s ease}.header__button:hover{background:#d94012}.header__burger{display:none;margin-left:auto;width:32px;height:32px;background:none;border:none;cursor:pointer}.header__burger span{display:block;width:24px;height:2px;margin:5px auto;background:#1f1f1f;transition:.3s}.header__mobile{display:none}@media(max-width:1320px){.header__container{padding:0 32px}.header__nav{margin-left:32px}}@media(min-width:375px)and (max-width:767px){.header__container{width:100%;height:72px;padding:0 20px}.header__logo{flex:none}.header__logo .header__logo-full{display:none}.header__logo .header__logo-mark{display:block!important;width:34px;height:28px}.header__actions,.header__nav{display:none}.header__burger{position:relative;display:flex;width:44px;height:44px;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:0;background:#f5f6f7;border:0;-webkit-tap-highlight-color:rgba(0,0,0,0);appearance:none;-webkit-user-select:none;user-select:none}.header__burger span{width:18px;height:2px;margin:0;background:#1a1a1a}.header__burger span+span{margin-top:0}.header__burger span:nth-child(3){display:none}.header__burger:active{background:#eef1f3}.header__burger--open span{position:absolute;width:14px;margin:0;background:#1a1a1a}.header__burger--open span:first-child{transform:rotate(45deg)}.header__burger--open span:nth-child(2){transform:rotate(-45deg)}.header__mobile{position:fixed;top:72px;left:0;right:0;bottom:0;display:flex;flex-direction:column;gap:24px;min-height:0;padding:28px 20px 24px;background:#fff;border-top:1px solid #d8dde1;overflow-y:auto;overscroll-behavior:contain;z-index:100}.header__mobile--opening{animation:header-mobile-menu-enter .42s cubic-bezier(.22,1,.36,1) both}.header__mobile--closing{animation:header-mobile-menu-exit .3s ease both}.header__mobile--closing .header__mobile-contacts,.header__mobile--closing .header__mobile-cta,.header__mobile--closing .header__mobile-nav{animation:header-mobile-content-exit .24s ease both}.header__mobile-nav{display:flex;width:100%;flex-direction:column;animation:header-mobile-content-enter .5s cubic-bezier(.22,1,.36,1) 80ms both}.header__mobile-link{display:flex;width:100%;height:48px;align-items:center;justify-content:space-between;border-bottom:1px solid #d8dde1;color:#1a1a1a;text-decoration:none;font-size:17px;font-weight:600;line-height:normal;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none}.header__mobile-link:active{background:#f5f6f7}.header__mobile-link--active{color:#1a1a1a;text-decoration:none}.header__mobile-link-arrow{display:block;width:18px;height:18px;flex:0 0 18px}.header__mobile-link-arrow svg{width:18px;height:18px;fill:#f04a19}.header__mobile-cta{display:flex;width:100%;flex-direction:column;gap:12px;padding:18px;background:#1a1a1a;color:#fff;animation:header-mobile-content-enter .52s cubic-bezier(.22,1,.36,1) .14s both}.header__mobile-cta h2{margin:0;font-family:Funnel Sans,Inter,sans-serif;font-size:24px;font-weight:900;line-height:normal}.header__mobile-cta p{margin:0;color:#c7cdd1;font-size:14px;line-height:20px}.header__mobile-button{display:flex;width:100%;height:48px;align-items:center;justify-content:center;gap:8px;border:none;cursor:pointer;background:#f04a19;color:#fff;font-size:15px;font-weight:800;font-family:inherit;-webkit-tap-highlight-color:rgba(0,0,0,0);appearance:none;-webkit-user-select:none;user-select:none}.header__mobile-button:active{background:#d94012}.header__mobile-contacts{display:flex;width:100%;flex-direction:column;gap:12px;padding-top:18px;border-top:1px solid #d8dde1;font-style:normal;animation:header-mobile-content-enter .52s cubic-bezier(.22,1,.36,1) .2s both}.header__mobile-contacts h2{margin:0;color:#f04a19;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:800;line-height:normal;letter-spacing:1px;text-transform:uppercase}.header__mobile-contacts div{display:flex;flex-direction:column;gap:4px}.header__mobile-contacts span{color:#8a8f93;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:700;line-height:normal}.header__mobile-contacts a,.header__mobile-contacts p{margin:0;color:#1a1a1a;font-size:15px;font-weight:600;line-height:20px;text-decoration:none}}@keyframes header-mobile-menu-enter{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes header-mobile-menu-exit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-12px)}}@keyframes header-mobile-content-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes header-mobile-content-exit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@media(prefers-reduced-motion:reduce){.header__mobile,.header__mobile-contacts,.header__mobile-cta,.header__mobile-nav{animation:none}}.scroll-to-top{position:fixed;right:28px;bottom:28px;z-index:60;width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid #1a1a1a;background:#1a1a1a;color:#fff;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease,background .2s ease,border-color .2s ease}.scroll-to-top svg{width:22px;height:22px;fill:none;stroke:currentcolor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.scroll-to-top:hover{border-color:#f04a19;background:#f04a19;transform:translateY(8px)}.scroll-to-top:focus-visible{outline:3px solid rgba(240,74,25,.35);outline-offset:3px}.scroll-to-top--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-to-top--visible:hover{transform:translateY(-2px)}@media(min-width:375px)and (max-width:767px){.scroll-to-top{right:16px;bottom:16px;width:46px;height:46px}.scroll-to-top svg{width:20px;height:20px}}@media(prefers-reduced-motion:reduce){.scroll-to-top{transition:none}}