:root{--color-green-primary: #1fb184;--color-green-accent: rgba(31, 177, 132, .5);--color-green-dark: #3c7161;--color-green-deep: #1c6b51;--color-green-glow: rgba(64, 190, 91, .3);--color-red-cta: #da4744;--color-red-dark: #462322;--color-black: #222;--color-near-black: #010202;--color-dark-bg: #151515;--color-nav: #1b1b1b;--color-dark-surface: #181a1b;--color-dark-gray: #3d4241;--color-gray-600: #616161;--color-gray-400: #90949a;--color-gray-300: #a9aeb2;--color-gray-200: #c2c2c2;--color-gray-150: #cacaca;--color-gray-100: #d8d8d9;--color-gray-50: #dcdfe8;--color-bg-light: #ededed;--color-white: #ffffff;--color-text-dark: #222222;--color-text-body: #a9aeb2;--color-text-light: #cacaca;--color-text-white: #ffffff;--color-text-on-dark: #D9D9D9;--color-success-bg: #e7f6ef;--color-success: #1c6b51;--color-error-bg: #f8e8e8;--color-error: #da4744;--color-warning-bg: #f8efd9;--color-warning: #c47a12;--color-info-bg: #e6f1f8;--color-info: #2b6ea3;--color-hero-dot: #462322;--color-hero-dot-active: #da4744;--space-4: 4px;--space-8: 8px;--space-12: 12px;--space-16: 16px;--space-20: 20px;--space-24: 24px;--space-32: 32px;--space-40: 40px;--space-48: 48px;--space-64: 64px;--space-80: 80px;--space-96: 96px;--radius-s: 8px;--radius-m: 16px;--radius-l: 20px;--radius-xl: 32px;--radius-section: 50px;--radius-pill: 50px;--radius-btn: 136px;--font: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--container: 1740px;--container-hero: 1360px;--gutter: 24px;--page-pad: 90px;--header-h: 96px;--ease: .22s ease;--section-gap: 20px;--section-pad-y: var(--space-80);--section-pad-y-mob: var(--space-40)}@media(max-width:1919px){:root{--page-pad: 80px}}@media(max-width:1439px){:root{--page-pad: 48px}}@media(max-width:1279px){:root{--page-pad: 32px;--header-h: 72px}}@media(max-width:1023px){:root{--page-pad: 20px;--radius-section: 25px}}@media(max-width:767px){:root{--page-pad: 20px;--gutter: 16px;--header-h: 64px}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;padding:0}body{font-family:var(--font);font-size:16px;line-height:1.5;color:var(--color-text-dark);background:#000;min-width:320px}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;border:0;background:none}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6,p{margin:0}:focus-visible{outline:2px solid var(--color-green-primary);outline-offset:3px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page{overflow-x:hidden}.page.is-locked{overflow:hidden}.title{color:var(--color-black);letter-spacing:-.02em}.title--h1{font-size:42px;font-weight:500;line-height:1.12}.title--h2{font-size:55px;font-weight:600;line-height:1}.title--h3{font-size:32px;font-weight:700;line-height:1.2}.title--h4{font-size:24px;font-weight:500;line-height:1.3}.title--h5{font-size:20px;font-weight:600;line-height:1.35}.title--h6{font-size:18px;font-weight:600;line-height:1.35}.text{font-size:16px;font-weight:400;color:var(--color-text-dark)}.text--l{font-size:18px}.text--s{font-size:14px}.text--caption{font-size:13px}.text--muted{color:var(--color-gray-600)}.text--on-dark{color:var(--color-text-on-dark)}.text--white{color:var(--color-text-white)}@media(max-width:1439px){.title--h1{font-size:clamp(32px,3vw,42px)}.title--h2{font-size:clamp(36px,3.2vw,48px)}}@media(max-width:1279px){.title--h1{font-size:clamp(28px,3.2vw,36px)}.title--h2{font-size:32px}.title--h3{font-size:26px}}@media(max-width:1023px){h2,.title--h2{font-size:26px;font-weight:500;line-height:1.1;text-align:left}}@media(max-width:767px){.title--h1{font-size:28px}.title--h3{font-size:22px}}.container{width:100%;max-width:calc(var(--container) + var(--page-pad) * 2);margin:0 auto;padding:0 var(--page-pad)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:20px 40px;border-radius:var(--radius-pill);font-size:15px;font-weight:500;line-height:1;text-transform:uppercase;text-align:center;white-space:nowrap;transition:background-color var(--ease),color var(--ease),border-color var(--ease),opacity var(--ease)}.btn--l{border-radius:var(--radius-btn);font-size:15px;font-weight:500;line-height:1}.btn--s{min-height:50px;font-size:14px}.btn--green{background:var(--color-green-primary);color:var(--color-white)}.btn--green:hover{background:var(--color-green-dark)}.btn--green:active{background:var(--color-green-deep)}.btn--l.btn--green,.btn--s.btn--green{background:var(--color-green-accent);color:var(--color-white)}.btn--l.btn--green:hover,.btn--s.btn--green:hover{background:#1fb184b3}.btn--l.btn--green:active,.btn--s.btn--green:active{background:var(--color-green-primary)}.btn--red{background:var(--color-red-cta);color:var(--color-white)}.btn--red:hover{background:#b83a38}.btn--red:active{background:var(--color-red-dark)}.btn--ghost{background:#0000000d;color:var(--color-text-dark)}.btn--ghost:hover{background:#00000014}.btn--ghost:active{background:#0000001f}.btn--ghost-dark{border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:var(--color-white)}.btn--ghost-dark:hover{background:#ffffff1f}.btn:disabled,.btn--disabled{pointer-events:none;opacity:.45}.btn--full{width:100%}@media(max-width:1023px){.btn,.btn--l,.btn--s{font-size:14px}}.logo{display:flex;align-items:center;gap:12px;min-width:0}.logo__mark{width:52px;height:52px;flex-shrink:0}.logo__text{display:flex;flex-direction:column;min-width:0}.logo__name{font-size:24px;font-weight:500;color:var(--color-white);line-height:1.2;text-transform:uppercase}.logo__caption{font-size:12px;font-weight:500;color:var(--color-text-on-dark);white-space:nowrap}.logo--on-light .logo__name{color:var(--color-text-dark)}.logo--on-light .logo__caption{color:var(--color-gray-600)}@media(max-width:1576px){.logo__mark{width:48px;height:48px}.logo__name{font-size:20px}.logo__caption{white-space:normal}}@media(max-width:1279px){.logo__mark{width:44px;height:44px}.logo__name{font-size:18px}.logo__caption{font-size:11px;white-space:normal}}.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.icon--fill{fill:currentColor;stroke:none}.icon--fill path,.icon--fill circle{fill:currentColor}.icon--check{width:17px;height:13px;fill:none;stroke:none}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:.84px solid #353535;color:var(--color-white);transition:background-color var(--ease),color var(--ease)}.icon-btn:hover{background:#ffffff14;color:var(--color-white)}.icon-btn--accent{background:var(--color-green-dark);color:var(--color-white)}.icon-btn--accent:hover{background:var(--color-green-primary)}.section-sheet{border-radius:var(--radius-section);overflow:hidden}.section-gap{margin-bottom:var(--section-gap)}.section-bg-soft{background:var(--color-bg-light)}.nav{display:flex;align-items:center;gap:10px}.nav__link{display:flex;padding:10px 20px;border-radius:var(--radius-pill);font-size:16px;font-weight:500;color:var(--color-white);white-space:nowrap;transition:background-color var(--ease),color var(--ease)}.nav__link:not(.nav__link--active):hover{color:var(--color-red-cta)}.nav__link--active,.page--home .nav__link[href="/"],.page--solution .nav__link[href="/solution.html"]{background:var(--color-red-cta);color:var(--color-white)}.page--home .nav__link[href="/"]:hover,.page--solution .nav__link[href="/solution.html"]:hover{color:var(--color-white)}@media(max-width:1576px){.nav{gap:4px}.nav__link{padding:8px 12px;font-size:14px}}.header{position:fixed;top:0;left:0;right:0;padding:20px 0;z-index:50;background:var(--color-dark-bg)}.header__inner{display:flex;justify-content:space-between;align-items:center;min-width:0}.header__nav{display:flex;justify-content:space-between;min-width:0;padding:8px;background:var(--color-nav);border-radius:var(--radius-pill)}.header__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.header__burger{position:relative;display:none;width:44px;height:44px;margin-left:auto;color:var(--color-white)}.header__burger span{position:absolute;right:8px;display:block;height:2px;background:currentColor;border-radius:99px;transform-origin:center;transition:transform .28s ease,top .28s ease,width .28s ease,opacity .28s ease}.header__burger span:nth-child(1){top:13px;width:12px}.header__burger span:nth-child(2){top:21px;width:19px}.header__burger span:nth-child(3){top:29px;width:24.5px}.header__burger[aria-expanded=true] span:nth-child(1),.header__burger[aria-expanded=true] span:nth-child(3){top:21px;width:26.5px}.header__burger[aria-expanded=true] span:nth-child(1){transform:rotate(45deg)}.header__burger[aria-expanded=true] span:nth-child(2){opacity:0}.header__burger[aria-expanded=true] span:nth-child(3){transform:rotate(-45deg)}@media(max-width:1800px){.header__cta{display:none}}@media(max-width:1576px){.header__inner{gap:20px}}@media(max-width:1313px){.header__nav{flex:1 0 auto}}@media(max-width:1279px){.header{top:0;margin:0;padding:16px 0;background:transparent;transition:background-color .25s ease,box-shadow .25s ease}.header--scrolled{background:var(--color-dark-bg);box-shadow:0 8px 24px #00000047}.header:has(.header__burger[aria-expanded=true]){background:transparent;box-shadow:none}.header__nav,.header__actions{display:none}.header__inner{gap:16px}.header__burger{display:block}}.burger-panel{display:none}@media(max-width:1279px){.burger-panel{display:flex;flex-direction:column;position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;padding:calc(var(--header-h) + 28px) var(--page-pad) 60px;background:url(/insol/assets/mobile-menu-bg-Bw9dOgtr.png) center / cover no-repeat,var(--color-dark-bg);transform:translate(100%);transition:transform .28s ease;overflow:auto}.burger-panel.is-open{transform:translate(0)}.burger-panel__nav{display:flex;flex-direction:column;gap:25px;flex:1;padding:30px 0}.burger-panel__nav a{display:block;padding:0;font-size:18px;font-weight:500;line-height:1.55;color:var(--color-white)}.burger-panel__nav a.is-active{color:var(--color-white)}.page--home .burger-panel__nav a[href="/"],.page--solution .burger-panel__nav a[href="/solution.html"]{color:var(--color-red-cta)}.burger-panel__footer{display:grid;gap:32px;margin-top:auto;padding-top:32px}.burger-panel__icons{display:flex;flex-wrap:wrap;gap:12px}.burger-panel__icons .icon-btn{width:53px;height:53px}.burger-panel__cta{width:100%;min-height:56px;border-radius:var(--radius-pill)}}.hero{position:relative;margin-bottom:var(--section-gap);height:min(100vh,918px);background:url(/insol/assets/main-hero-bg-BiBlrbJc.png) center / cover no-repeat;border-radius:0 0 var(--radius-section) var(--radius-section);overflow:hidden}.hero__slider{width:100%;height:100%;overflow:hidden;background:transparent}.hero__slider .swiper-wrapper{display:flex;width:100%;height:100%;transition-property:transform}.hero__slide{position:relative;flex-shrink:0;width:100%;height:100%;background:transparent}.hero__container{position:relative;z-index:1;display:flex;align-items:center;height:100%;max-width:calc(var(--container-hero) + var(--page-pad) * 2);padding-top:calc(var(--header-h) + 24px);padding-bottom:120px}.hero__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;align-items:center;width:100%}.hero__title{max-width:720px;color:var(--color-white)}.hero__lead{margin-top:26px;max-width:560px;font-size:20px;font-weight:400;line-height:1.6;color:var(--color-white);opacity:.7}.hero__actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:50px}.hero__visual{display:flex;justify-content:center;align-items:center;height:475px;background:transparent}.hero__visual picture{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:transparent}.hero__boxes{width:min(100%,640px);height:100%;object-fit:contain;background:transparent}.hero__pager-slot{display:none}.hero__pager{position:absolute;left:0;right:0;bottom:50px;z-index:2;display:flex;justify-content:center;flex-wrap:wrap;gap:6px;background:transparent}.hero__dot{width:60px;height:7px;border-radius:4px;background:var(--color-hero-dot)}.hero__dot.is-active{background:var(--color-hero-dot-active)}.hero--static{height:630px}.hero--static>.hero__container{height:100%;padding-bottom:80px}.hero--static .hero__pager,.hero--static .hero__pager-slot{display:none}@media(max-width:1439px){.hero--static{height:630px}}@media(max-width:1279px){.hero--static{height:630px}}@media(max-width:1439px){.hero{height:min(100vh,820px)}.hero__container{padding-bottom:88px}.hero__inner{gap:24px;align-items:center}.hero__lead{margin-top:20px;font-size:18px}.hero__actions{margin-top:32px;gap:12px}.hero__visual{height:min(420px,46vh);min-width:0}.hero__boxes{width:min(100%,520px);height:100%;max-height:min(420px,46vh)}}@media(max-width:1279px){.hero{height:min(100svh,760px)}.hero__inner{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:16px}.hero__title,.hero__lead{max-width:none}.hero__lead{margin-top:16px;font-size:16px}.hero__actions{margin-top:24px}.hero__actions .btn{padding-inline:24px}.hero__visual{height:min(340px,40vh)}.hero__boxes{max-height:min(340px,40vh)}.hero__pager{bottom:28px}}@media(max-width:1023px){.hero{height:100svh;min-height:100svh;background-image:url(/insol/assets/main-hero-bg-mob-CvAzwxZG.png)}.hero__slider,.hero__slider .swiper-wrapper,.hero__slide{height:100%}.hero__container{align-items:stretch;height:100%;min-height:0;padding-top:calc(var(--header-h) + 24px);padding-bottom:40px}.hero__inner{display:flex;flex-direction:column;align-items:stretch;gap:0;width:100%;height:100%;min-height:0;padding-top:40px;text-align:left}.hero__content{display:contents}.hero__title{order:1;flex:0 0 auto;max-width:335px;margin-bottom:12px;font-size:26px;font-weight:500;line-height:1.1;text-align:left}.hero__lead{order:2;flex:0 0 auto;margin-top:0;margin-bottom:0;max-width:none;font-size:16px;line-height:1.6;text-align:left}.hero__visual{order:3;flex:1 1 auto;display:flex;justify-content:center;align-items:center;align-self:stretch;width:100%;min-height:0;height:auto;margin:0;overflow:hidden;background:transparent}.hero__pager-slot{display:block;order:4;flex:0 0 auto;width:100%;height:7px;margin:16px 0;visibility:hidden;pointer-events:none}.hero__pager{position:absolute;left:var(--page-pad);right:var(--page-pad);bottom:180px;z-index:2;width:auto;margin:0}.hero__actions{order:5;flex:0 0 auto;display:flex;flex-direction:column;flex-wrap:nowrap;gap:12px;width:100%;margin-top:0;padding-top:0}.hero__actions .btn{width:100%;min-height:56px;border-radius:var(--radius-pill)}.hero__visual picture{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:0;background:transparent}.hero__boxes{display:block;width:auto;max-width:100%;max-height:100%;height:auto;margin-inline:auto;object-fit:contain;object-position:center;background:transparent}.hero__dot{width:27px;height:7px}.hero--static{height:100svh;min-height:100svh}.hero--static>.hero__container{padding-bottom:40px}.hero--static .hero__actions{order:4}}@media(max-width:767px){.hero__lead{font-size:16px;line-height:1.6}}.about{padding:100px 0 62px;background:var(--color-bg-light);border-radius:var(--radius-section) var(--radius-section) 0 0}.about__grid{display:flex;justify-content:space-between;align-items:center;gap:20px}.about__logo{display:inline-flex;align-items:center;gap:20px;margin-bottom:80px}.about__logo .logo__wrap{padding:20px;align-items:center;gap:10px;border-radius:24px;background:linear-gradient(180deg,var(--color-green-dark) 39%,var(--color-dark-bg) 130%)}.about__logo .logo__mark{width:37px;height:37px}.about__logo .logo__name{font-size:24px;color:var(--color-text-dark)}.about__logo .logo__caption{display:none}.about__lead{font-size:32px;line-height:1.6;color:var(--color-text-dark)}.about__lead b{font-weight:700}.about__text{margin-top:28px;max-width:620px;font-size:15px;line-height:1.6;color:var(--color-text-body)}.about__schema{max-width:660px;width:100%;height:auto}@media(max-width:1439px){.about{padding:72px 0 48px}.about__grid{gap:24px;min-width:0}.about__grid>div{flex:1 1 48%;min-width:0}.about__logo{margin-bottom:48px}.about__lead{font-size:clamp(22px,2.2vw,28px)}.about__text{max-width:none}.about__schema{flex:1 1 44%;max-width:min(560px,48%);min-width:0}}@media(max-width:1279px){.about{padding:56px 0 40px}.about__logo{margin-bottom:32px}.about__lead{font-size:22px;line-height:1.45}.about__schema{max-width:min(460px,46%)}}@media(max-width:1023px){.about{margin-bottom:0;padding:30px 0;background:var(--color-bg-light);border-radius:var(--radius-section) var(--radius-section) 0 0}.about__grid{display:flex;flex-direction:column;align-items:stretch;gap:0}.about__logo{gap:14px;margin-bottom:40px}.about__logo .logo__wrap{padding:14px;border-radius:18px}.about__logo .logo__mark{width:28px;height:28px}.about__logo .logo__name{font-size:18px;font-weight:700;letter-spacing:.02em}.about__lead{font-size:18px;font-weight:400;line-height:1.5}.about__text{margin-top:20px;margin-bottom:40px;max-width:none;font-size:12px;line-height:1.6;color:var(--color-gray-400)}.about__schema{display:block;max-width:100%;margin-inline:auto}}.solutions{padding:40px 0;background:var(--color-bg-light)}.solutions__head{display:flex;align-items:center;gap:20px;margin-bottom:60px}.solutions__mark{width:37px;height:37px;flex-shrink:0;display:block;object-fit:contain}.solutions__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}@media(max-width:1439px){.solutions{padding:48px 0}.solutions__head{margin-bottom:40px}.solutions__grid{gap:16px}}@media(max-width:1279px){.solutions__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1023px){.solutions{margin-bottom:var(--section-gap);background:var(--color-bg-light)}.solutions__head{gap:16px;margin-bottom:40px}.solutions__mark{width:28px;height:28px}.solutions__head .title{font-size:26px;font-weight:500;line-height:1.1;text-align:left}}@media(max-width:767px){.solutions{padding:24px 0 48px}.solutions__grid{grid-template-columns:1fr}}.solution-card{position:relative;display:flex;flex-direction:column;min-height:420px;padding:60px 50px;border-radius:var(--radius-l);overflow:hidden;background-color:var(--color-dark-bg);background-image:var(--solution-bg);background-position:right bottom;background-repeat:no-repeat;background-size:cover;color:var(--color-white)}.solution-card__title,.solution-card__subtitle,.solution-card__text,.solution-card__actions{position:relative;z-index:1}.solution-card__title{font-size:26px;font-weight:500;line-height:1.1}.solution-card__subtitle{margin-top:12px;font-size:16px;font-weight:500;line-height:1.1;color:var(--color-white)}.solution-card__text{margin-top:25px;max-width:70%;font-size:14px;line-height:1.6;color:var( --color-gray-300)}.solution-card__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:24px}@media(max-width:1439px){.solution-card{min-height:360px;padding:40px 32px}.solution-card__title{font-size:clamp(20px,1.8vw,24px)}.solution-card__text{max-width:min(72%,260px)}.solution-card__actions .btn{padding-inline:20px}}@media(max-width:1279px){.solution-card{min-height:340px;padding:36px 28px}.solution-card__text{max-width:68%}}@media(max-width:1023px){.solution-card{min-height:340px;padding:40px 30px;border-radius:20px;background-image:var(--solution-bg-mob);background-position:right bottom;background-size:cover}.solution-card__title{font-size:20px;font-weight:500;line-height:1.1}.solution-card__subtitle{font-size:14px;font-weight:500;line-height:1.1}.solution-card__text{max-width:220px;font-size:12px;line-height:1.6}.solution-card__actions .btn--green{width:200px;background:#1fb18480;color:var(--color-white)}.solution-card__actions .btn--red{display:none}}@media(max-width:767px){.solution-card__title{max-width:100%}}.compare{padding:100px 0;margin-bottom:20px;background:var(--color-bg-light);border-radius:var(--radius-section)}.compare__head{display:flex;align-items:center;gap:16px;margin-bottom:40px}.compare__mark{width:28px;height:28px;flex-shrink:0;display:block;object-fit:contain}.compare__title{margin:0;font-size:clamp(26px,1.8vw + 12px,42px);font-weight:500;line-height:1.1;color:var(--color-text-dark)}.compare__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.compare-table{--compare-fs-32: clamp(22px, 1.12vw + 10.5px, 32px);--compare-fs-22: clamp(16px, .67vw + 9.1px, 22px);--compare-fs-18: clamp(14px, .45vw + 9.4px, 18px);--compare-fs-16: clamp(13px, .34vw + 9.6px, 16px);--compare-fs-12: clamp(10px, .22vw + 7.7px, 12px);--compare-plan-min: clamp(260px, 6.5vw + 190px, 340px);--compare-plan-max: 440px;--compare-name-max: 1000px;--compare-label-max: 760px;--compare-pad-x: clamp(16px, 1.8vw, 32px);width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.compare-table__col-name{width:auto;max-width:var(--compare-name-max)}.compare-table__col-plan{width:var(--compare-plan-max);min-width:var(--compare-plan-min);max-width:var(--compare-plan-max)}.compare-table th,.compare-table td{vertical-align:middle;text-align:center;padding:12px var(--compare-pad-x);border:0;font-weight:400}.compare-table thead th:nth-child(1),.compare-table tbody th,.compare-table tfoot th{background:var(--color-white);text-align:left}.compare-table thead th:nth-child(2),.compare-table thead th:nth-child(3),.compare-table tbody td:nth-child(2),.compare-table tbody td:nth-child(3),.compare-table tfoot td:nth-child(2),.compare-table tfoot td:nth-child(3){min-width:var(--compare-plan-min);max-width:var(--compare-plan-max)}.compare-table thead th:nth-child(2),.compare-table tbody td:nth-child(2),.compare-table tfoot td:nth-child(2){background:transparent}.compare-table thead th:nth-child(3),.compare-table tbody td:nth-child(3),.compare-table tfoot td:nth-child(3){background:var(--color-white)}.compare-table thead th:nth-child(1){border-radius:24px 0 0}.compare-table thead th:nth-child(3){border-radius:0 24px 0 0}.compare-table tfoot th{border-radius:0 0 0 24px}.compare-table tfoot td:nth-child(3){border-radius:0 0 24px}.compare-table thead th{vertical-align:top;padding-top:45px;padding-left:var(--compare-pad-x);padding-right:var(--compare-pad-x)}.compare-table th.compare-table__corner{padding:45px var(--compare-pad-x);font-size:var(--compare-fs-32);font-weight:400;line-height:1.2;color:var(--color-black)}.compare-table th.compare-table__plan{height:1px;padding:45px var(--compare-pad-x) 20px}.compare-table__plan-inner{display:flex;flex-direction:column;align-items:center;height:100%;min-height:380px}.compare-table__visual{display:flex;align-items:flex-end;justify-content:center;height:clamp(140px,12vw,200px);margin-bottom:28px}.compare-table__box{display:block;width:auto;height:clamp(140px,12vw,200px);max-width:100%;max-height:100%;flex-shrink:0;object-fit:contain;object-position:center bottom}.compare-table__plan-name{margin:0 0 24px;max-width:220px;min-height:calc(var(--compare-fs-16) * 1.25 * 2);font-size:var(--compare-fs-16);font-weight:700;line-height:1.25;text-align:center;color:var(--color-text-dark)}.compare-table__btn{min-height:44px;min-width:148px;margin-bottom:18px;padding:12px 28px;border-radius:var(--radius-pill)}.compare-table__price{margin:0;font-size:var(--compare-fs-32);font-weight:400;line-height:1.3;letter-spacing:-.02em;color:var(--color-text-dark)}.compare-table thead .compare-table__price{margin-top:auto}.compare-table__tags{display:inline-flex;gap:6px;margin-bottom:18px;padding:4px;border:1px solid #dcdfe8;border-radius:999px;background:transparent}.compare-table__tag{min-height:32px;padding:6px 14px;border-radius:999px;font-size:var(--compare-fs-12);font-weight:700;line-height:1;letter-spacing:.04em;text-transform:uppercase;color:var(--color-green-deep);transition:background-color var(--ease),color var(--ease)}.compare-table__tag.is-active{background:#1fb1842e;color:var(--color-green-deep)}.compare-table__group-row th{padding:28px var(--compare-pad-x) 14px;font-size:var(--compare-fs-22);font-weight:700;line-height:1.2;color:var(--color-text-dark);background:var(--color-white)!important}.compare-table tbody th[scope=row]{padding:24px var(--compare-pad-x);font-size:var(--compare-fs-22);font-weight:400;line-height:1.2;color:var(--color-text-dark)}.compare-table__row-label{display:block;max-width:min(var(--compare-label-max),100%)}.compare-table tbody td{padding:12px var(--compare-pad-x)}.compare-table__value{display:inline-flex;align-items:center;justify-content:center;min-width:0;min-height:44px;padding:16px var(--compare-pad-x);border-radius:999px;background:var(--color-white);border:1px solid #dcdfe8;font-size:var(--compare-fs-22);font-weight:400;line-height:1.2;color:var(--color-text-dark);white-space:nowrap;box-sizing:border-box}.compare-table__value--check{width:32px;min-width:32px;height:32px;min-height:32px;padding:0;border:0;border-radius:50%;background:#1b664f14}.compare-table__value--check .icon--check{width:17px;height:13px;stroke:none;fill:none}.compare-table__value--empty{min-width:0;background:transparent;border-color:transparent;color:var(--color-gray-400);font-weight:500}.compare-table th.compare-table__total-label{padding:28px var(--compare-pad-x) 32px!important;vertical-align:top}.compare-table__total-title{display:block;margin-bottom:12px;font-size:var(--compare-fs-22);font-weight:700;line-height:1.2;color:var(--color-text-dark)}.compare-table__note{display:block;max-width:min(var(--compare-label-max),100%);margin-bottom:14px;font-size:var(--compare-fs-18);font-weight:400;line-height:1.2;color:#a9aeb2}.compare-table__note:last-child{margin-bottom:0}.compare-table__total{padding:28px var(--compare-pad-x) 32px!important;vertical-align:middle;text-align:center}.compare-table__total .compare-table__plan-name{display:block;max-width:none;margin:0 auto 18px;font-size:var(--compare-fs-22);font-weight:700;line-height:1.2;text-align:center}.compare-table__total .compare-table__price{margin-bottom:32px}.compare-cards{display:none}@media(max-width:1439px){.compare{padding:48px 0 64px}.compare__title{font-size:clamp(28px,3vw,36px)}.compare-table__plan-inner{min-height:360px}}@media(max-width:1400px){.compare-table{--compare-plan-min: 300px;--compare-plan-max: 340px}}@media(max-width:1280px){.compare-table{--compare-plan-min: 260px;--compare-plan-max: 280px}}@media(max-width:1023px){.compare{padding:60px 0}.compare__head{align-items:flex-end;margin-bottom:40px}.compare__title{font-size:26px;font-weight:600;line-height:1}.compare__mark{width:28px;height:28px;margin-top:0}.compare__desktop{display:none}.compare-cards{display:flex;flex-direction:column;gap:16px}.compare-card{display:flex;flex-direction:column;align-items:center;padding:36px 20px 24px;background:var(--color-white);border-radius:24px;text-align:center}.compare-card.is-open{padding-left:20px;padding-right:20px;padding-bottom:50px}.compare-card__box{width:auto;height:135px;max-width:200px;margin-bottom:24px;object-fit:contain}.compare-card__name{margin:0 0 12px;font-size:16px;font-weight:800;line-height:1.1;color:var(--color-text-dark)}.compare-card__price{margin:0 0 20px;font-size:32px;font-weight:400;line-height:1.3;letter-spacing:-.02em;color:var(--color-text-dark)}.compare-card__order,.compare-card__tags,.compare-card__details{display:none;width:100%}.compare-card.is-open .compare-card__order,.compare-card.is-open .compare-card__tags{display:block}.compare-card.is-open .compare-card__details{display:grid;grid-template-columns:minmax(0,1fr) max-content;column-gap:36px;align-items:center}.compare-card.is-open .compare-card__tags{display:flex;justify-content:center;margin:0 0 28px}.compare-card__order{margin-bottom:24px}.compare-card__btn{width:100%}.compare-card__details{padding-top:0;border-top:1px solid #e2e2e2;text-align:left}.compare-card__group,.compare-card__row{display:contents}.compare-card__group .compare-card__label{min-width:0;padding:25px 0;color:var(--color-text-dark)}.compare-card__details>.compare-card__group:first-child .compare-card__label{padding-top:35px;padding-bottom:5px}.compare-card__notes{grid-column:1 / -1}.compare-card__label{min-width:0;color:var(--color-text-dark)}.compare-card__row .compare-card__label,.compare-card__row .compare-card__value{margin-bottom:0;padding:25px 0;align-self:center}.compare-card__label .compare-table__row-label{display:block;width:100%;max-width:none;font-size:12px;font-weight:400;line-height:1.2}.compare-card__group .compare-table__row-label{display:block;width:100%;font-size:12px;font-weight:700;line-height:1.2}.compare-card__value{display:flex;justify-content:flex-end;align-items:center;width:100%}.compare-card__value .compare-table__value{width:100%;min-width:0;min-height:0;padding:8px 16px;font-size:12px;font-weight:400;line-height:1.2;background:var(--color-white);border:1px solid #dcdfe8}.compare-card__value .compare-table__value--check{width:26px;min-width:26px;height:26px;min-height:26px;padding:0;border:0;background:#1b664f14}.compare-card__value .compare-table__value--check .icon--check{width:13px;height:10px}.compare-card__value .compare-table__value--empty{width:auto;padding:0;background:transparent;border-color:transparent}.compare-card__notes{margin:12px 0 0;padding-bottom:34px;border-bottom:1px solid #e2e2e2}.compare-card__note{margin:0 0 10px;font-size:12px;font-weight:400;line-height:1.2;color:#a9aeb2}.compare-card__note:last-child{margin-bottom:0}.compare-card__toggle{display:flex;align-items:center;justify-content:center;width:100%;min-height:50px;margin-top:8px;padding:14px 24px;border:0;border-radius:var(--radius-pill);background:var(--color-green-primary);font-size:14px;font-weight:500;line-height:1;letter-spacing:.02em;text-transform:uppercase;color:var(--color-white)}.compare-card.is-open .compare-card__toggle{margin-top:40px;background:transparent;border:1px solid var(--color-red-cta);color:var(--color-red-cta)}.compare-card__toggle-close,.compare-card.is-open .compare-card__toggle-open{display:none}.compare-card.is-open .compare-card__toggle-close{display:inline}}.features{position:relative;padding:100px 0;margin-bottom:20px;background-color:var(--color-near-black);background-image:url(/insol/assets/app-bg-D2EKZjWI.png);background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:var(--radius-section);overflow:hidden}.features__grid{display:flex;justify-content:space-between;align-items:center;gap:40px}.features__intro{display:flex;flex-direction:column;align-items:flex-start;flex:1 1 auto;min-width:0}.features__title{margin:0 0 24px;font-size:40px;font-weight:500;line-height:1.1;color:var(--color-white)}.features__lead{margin:0 0 56px;max-width:none;font-size:24px;font-weight:300;line-height:1.3;color:var(--color-white);opacity:.72}.features__visual{display:block;width:100%}.features__box{display:block;width:auto;max-width:100%;height:500px;object-fit:contain}.features__scheme{--tree-h: 687;--tree-pad: 40px;display:flex;align-items:stretch;flex:0 0 911px;width:911px;max-width:911px}.features__tree{flex:0 0 auto;display:block;width:auto;height:auto;margin:var(--tree-pad) 0;object-fit:contain;object-position:left center}.features__list{position:relative;flex:1 1 auto;min-width:0;margin:0;padding:0;list-style:none;overflow:visible}.features__item{position:absolute;left:0;right:auto;display:flex;align-items:center;justify-content:space-between;gap:50px;width:max-content;max-width:none;height:70px;padding:0 7px 0 39px;box-sizing:border-box;white-space:nowrap;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff0d;transform:translateY(-50%)}.features__item:nth-child(1){top:calc(var(--tree-pad) + .75 / var(--tree-h) * (100% - var(--tree-pad) * 2));left:-120px}.features__item:nth-child(2){top:calc(var(--tree-pad) + 110.75 / var(--tree-h) * (100% - var(--tree-pad) * 2));left:-234px}.features__item:nth-child(3){top:calc(var(--tree-pad) + 243.75 / var(--tree-h) * (100% - var(--tree-pad) * 2));left:-294px}.features__item:nth-child(4){top:calc(var(--tree-pad) + 387.75 / var(--tree-h) * (100% - var(--tree-pad) * 2));left:0}.features__item:nth-child(5){top:calc(var(--tree-pad) + 548.75 / var(--tree-h) * (100% - var(--tree-pad) * 2));left:-119px}.features__item:nth-child(6){top:calc(var(--tree-pad) + 685.75 / var(--tree-h) * (100% - var(--tree-pad) * 2));left:-411px}.features__text{font-size:16px;font-weight:400;line-height:1.3;color:var(--color-white)}.features__check{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:56px;height:56px}.features__check .icon--check-circle{display:block;width:56px;height:56px;fill:none;stroke:none}.features__check .icon--check-circle circle{fill:#111f1b}.features__check .icon--check-circle path{fill:none;stroke:#1b664f}@media(max-width:1279px){.features{padding:40px 0 48px;background-image:url(/insol/assets/app-bg-mob-DsaNihOr.png)}.features__grid{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:32px}.features__intro{align-items:flex-start}.features__title{margin-bottom:16px;font-size:26px;font-weight:600;line-height:1;color:var(--color-white)}.features__lead{margin-bottom:28px;max-width:none;font-size:16px;line-height:1.3}.features__visual{align-self:center;width:auto;max-width:100%;margin:0 auto}.features__box{width:auto;max-width:100%;height:335px;max-height:none}.features__scheme{flex:1 1 auto;width:100%;max-width:none;height:auto;min-height:0}.features__tree{display:none}.features__list{display:flex;flex-direction:column;gap:12px}.features__item{position:static;left:auto;right:auto;top:auto;width:100%;max-width:none;height:70px;gap:18px;transform:none;padding:0 7px 0 30px;white-space:normal}.features__text{font-size:12px;font-weight:500;line-height:1.4}}.description{padding:100px 0;margin-bottom:20px;background:var(--color-white);border-radius:var(--radius-section)}.description__grid{display:flex;justify-content:space-between;align-items:flex-start;gap:80px}.description__intro{display:flex;flex-direction:column;align-items:center;flex:0 1 686px;max-width:686px;min-width:0}.description__title{margin:0;font-size:40px;font-weight:500;line-height:1.1;text-align:center;color:var(--color-text-dark)}.description__visual{display:block;width:100%}.description__image{display:block;width:100%;max-width:100%;height:auto}.description__content{display:flex;flex-direction:column;flex:1 1 922px;max-width:922px;min-width:0}.description__tabs{display:flex;width:100%;margin-bottom:50px;padding:0;border:1px solid #d8d7d8;border-radius:999px;background:#0000000d}.description__tab{flex:1 1 0;min-height:48px;padding:12px 24px;border-radius:999px;font-size:16px;font-weight:500;line-height:1.1;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-dark);background:transparent;transition:background-color var(--ease),color var(--ease)}.description__tab.is-active{background:#1b664f;color:var(--color-white)}.description__panel{display:none;flex-direction:column;gap:32px}.description__panel.is-active{display:flex}.description__panel p{margin:0;font-size:16px;font-weight:400;line-height:1.6;color:var(--color-text-dark)}.description__actions{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:20px;margin-top:70px}@media(max-width:1439px){.description{padding:72px 0}.description__grid{gap:48px}.description__title{margin-bottom:0;font-size:36px}}@media(max-width:1279px){.description{padding:60px 0}.description__grid{flex-direction:column;align-items:stretch;gap:32px}.description__intro{flex:1 1 auto;max-width:none}.description__title{margin-bottom:0;font-size:26px;font-weight:500;line-height:1.1}.description__visual{width:350px;max-width:100%;margin:0 auto}.description__image{width:350px;max-width:100%;height:350px;aspect-ratio:1;object-fit:contain}.description__content{flex:1 1 auto;max-width:none}.description__tabs{margin-bottom:24px}.description__tab{font-size:12px;font-weight:500;line-height:1}.description__panel p{font-size:14px}.description__actions{margin-top:50px;gap:10px}.description__actions .btn{flex:1 1 calc(50% - 10px);min-width:0;padding-inline:16px}}@media(max-width:767px){.description__actions{flex-direction:column}.description__actions .btn{flex:1 1 auto;width:100%}}.demo{padding:40px 0 100px;background:var(--color-bg-light);border-radius:0 0 var(--radius-section) var(--radius-section)}.demo__inner{padding:80px 0;background-color:var(--color-white);background-image:url(/insol/assets/demo-bg-CdbCjMKc.png);background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:var(--radius-xl)}.demo__title{text-align:center;margin-bottom:60px}.demo__title-icon{display:inline-block;width:36px;height:36px;margin:0 8px;vertical-align:-8px}.demo__image-wrap{display:flex;justify-content:space-between;gap:20px;align-items:center;max-width:1140px;margin:0 auto}.demo__picture{display:block;width:100%;max-width:422px}.demo__image{display:block;width:100%;height:auto}.demo__content{display:flex;flex-direction:column;align-items:flex-start;gap:40px}.demo__note{position:relative;padding-left:16px;max-width:590px;font-size:20px;line-height:1.6}.demo__note:before,.demo__note:after{content:"";position:absolute;left:4px;width:1.5px;border-radius:999px}.demo__note:before{top:0;bottom:0;background:#e5e5e5}.demo__note:after{height:50%;background:#1a634d;box-shadow:0 0 2px 1px #1a634d73,0 4px 4px #00000040}.demo__note:first-child:after{top:0}.demo__note:nth-child(2):after{top:auto;bottom:0}.demo__inner .btn{margin:0}@media(max-width:1439px){.demo__inner{padding:56px 40px}.demo__title{margin-bottom:40px}.demo__image-wrap{gap:24px;max-width:100%;min-width:0}.demo__picture{flex:0 1 40%;max-width:min(422px,40%);min-width:0}.demo__content{flex:1 1 52%;min-width:0;gap:24px}.demo__note{max-width:none;font-size:18px}}@media(max-width:1279px){.demo__inner{padding:48px 28px}.demo__picture{max-width:min(340px,38%)}.demo__note{font-size:16px}.demo__content{gap:20px}}@media(max-width:1023px){.demo{padding:20px 0;background:var(--color-bg-light);border-radius:0}.demo__inner{padding:40px var(--page-pad);background-image:url(/insol/assets/demo-bg-mob-CICtJNNG.png);background-position:center;background-size:cover;border-radius:var(--radius-section)}.demo__title{margin-bottom:28px;font-size:26px;font-weight:500;line-height:1.1;text-align:center}.demo__title-icon{width:28px;height:28px;margin:0 6px;vertical-align:-6px}.demo__image-wrap{flex-direction:column;align-items:stretch;gap:30px;max-width:none}.demo__picture{max-width:none}.demo__content{gap:25px;width:100%}.demo__note{max-width:none;font-size:16px;line-height:1.6}.demo__btn{width:190px;min-width:0;min-height:56px;align-self:flex-start}}.app{position:relative;margin-bottom:var(--section-gap);padding:80px 0 72px;background-color:var(--color-near-black);background-image:url(/insol/assets/app-bg-D2EKZjWI.png);background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:0 0 var(--radius-section) var(--radius-section);overflow:hidden;text-align:center}.app__inner{display:flex;flex-direction:column;align-items:center}.app__text{max-width:1000px;margin-bottom:48px;font-size:18px;font-weight:400;line-height:1.6;color:var(--color-white)}.app__text p+p{margin-top:.2em}.app__visual{position:relative;display:flex;justify-content:center;align-items:center;width:100%;max-width:980px;margin-bottom:48px}.app__headline{position:absolute;gap:clamp(24px,2vw,80px);font-family:Proxima Nova,Inter;font-size:clamp(48px,7vw,180px);color:#fff;line-height:1;letter-spacing:18px;text-transform:uppercase}.app-headline__l{display:flex;justify-content:center;gap:100px;filter:blur(2.5px)}.app-headline__l--blur{filter:blur(6px)}.app-headline__r{display:flex;justify-content:center;gap:100px;text-align:right;filter:blur(2.5px)}.app-headline__r--blur{filter:blur(6px)}.app__phone{z-index:1;display:block;width:min(100%,420px)}.app__phone img{display:block;width:100%;height:auto}.app__stores{display:flex;justify-content:center;flex-wrap:wrap;gap:16px}.app__stores img{display:block;width:auto;height:56px}@media(max-width:1439px){.app{padding:64px 0 56px}.app__text{max-width:900px;margin-bottom:36px;font-size:16px}.app__headline{font-size:clamp(40px,6vw,84px)}.app__phone{width:min(100%,360px)}.app__visual{margin-bottom:36px}}@media(max-width:1279px){.app{padding:56px 0 48px}.app__text{font-size:15px}.app__phone{width:min(100%,320px)}}@media(max-width:1023px){.app{padding:40px 0 48px;background-image:url(/insol/assets/app-bg-mob-DsaNihOr.png);border-radius:0 0 var(--radius-section) var(--radius-section)}.app__text{max-width:none;margin-bottom:28px;font-size:12px;line-height:1.6}.app__visual{margin-bottom:28px}.app__headline{display:none}.app__phone{width:min(100%,280px)}.app__stores{gap:20px;width:100%}.app__stores a{flex:0 0 auto}.app__stores img{width:140px;height:auto;max-height:none;object-fit:contain;object-position:center}}.consult{position:relative;z-index:2;margin-bottom:var(--section-gap);background:var(--color-white) url(/insol/assets/consult-bg-BTQ98Xeu.png) center / cover no-repeat;border-radius:var(--radius-section);overflow:visible}.consult__grid{display:flex;justify-content:space-between;align-items:center;gap:20px;max-width:1920px;margin:0 auto}.consult__content{position:relative;padding-left:90px;z-index:1;max-width:770px}.consult__title{display:flex;flex-direction:column;gap:1lh;margin-bottom:26px;font-size:42px;font-weight:500;line-height:1.1}.consult__text{margin-bottom:32px;max-width:550px;color:var(--color-gray-600)}.consult__actions{display:flex;flex-wrap:nowrap;gap:10px}.consult__visual img{display:block;width:auto;height:100%}@media(max-width:1576px){.consult__grid{gap:16px;align-items:center;min-width:0}.consult__content{flex:1 1 48%;min-width:0;max-width:560px;padding-left:60px}.consult__title{font-size:32px}.consult__text{max-width:none}.consult__visual{flex:1 1 42%;min-width:0;max-width:48%}.consult__visual picture,.consult__visual img{width:100%;max-width:100%;height:auto;object-fit:contain}}@media(max-width:1279px){.consult__content{padding:0 0 0 32px;max-width:none}.consult__title{font-size:24px;margin-bottom:20px;gap:0}.consult__text{margin-bottom:24px;font-size:14px}.consult__actions{gap:8px}.consult__actions .btn{padding-inline:20px}.consult__visual{max-width:44%}}@media(max-width:1023px){.consult{margin-bottom:var(--section-gap);background-image:url(/insol/assets/consult-bg-mob-7HNEcqnl.png);background-position:center;background-size:cover;border-radius:var(--radius-section);overflow:hidden}.consult__grid{flex-direction:column;align-items:stretch;gap:0;padding:40px var(--page-pad)}.consult__content{display:contents;padding:0;max-width:none}.consult__title{order:1;margin-bottom:30px;max-width:900px;font-size:26px;font-weight:500;line-height:1.1;text-align:left}.consult__title br{display:none}.consult__text{order:2;margin-bottom:28px;max-width:600px;font-size:14px;line-height:1.6;text-align:left;color:var(--color-gray-600)}.consult__visual{order:3;display:flex;justify-content:center;margin-bottom:32px;max-width:100%}.consult__visual picture,.consult__visual img{width:100%;max-width:400px;height:auto}.consult__actions{order:4;flex-wrap:nowrap;gap:12px;width:100%}.consult__actions .btn{width:100%;min-height:56px;justify-content:center}}.contact{position:relative;margin-bottom:var(--section-gap);padding:96px 0 80px;background:url(/insol/assets/form-bg-CP3Hy5Bq.png) center / cover no-repeat;border-radius:0 0 var(--radius-section) var(--radius-section)}.contact__grid{display:flex;justify-content:space-between;gap:64px;align-items:start}.contact__content{flex:1;max-width:625px}.contact__label{display:flex;align-items:center;gap:16px;margin-bottom:106px;font-size:18px;font-weight:600;line-height:1.6;color:var(--color-white)}.contact__label:before{content:"";width:16px;height:16px;border-radius:50%;background:var(--color-green-dark)}.contact__title{margin-bottom:26px;color:var(--color-white);font-size:50px;font-weight:500;line-height:1.1}.contact__text{margin-bottom:80px;color:var(--color-gray-150);max-width:420px}.contact__socials{display:flex;gap:12px;margin-top:40px}.contact__socials .social{width:55px;height:55px}.contact__form{flex:1;gap:20px;max-width:900px}@media(max-width:1439px){.contact{padding:72px 0 64px}.contact__grid{gap:32px;min-width:0}.contact__content,.contact__form{min-width:0;max-width:none}.contact__label{margin-bottom:48px}.contact__title{font-size:clamp(32px,3.2vw,42px)}.contact__text{margin-bottom:40px;max-width:none}}@media(max-width:1279px){.contact{padding:56px 0 48px}.contact__grid{gap:24px}.contact__title{font-size:32px}.contact__label{margin-bottom:32px}.contact__text{margin-bottom:28px}}@media(max-width:1023px){.contact{margin-bottom:var(--section-gap);padding:40px 0 48px;background-image:url(/insol/assets/form-bg-mob-BStgnCU8.png);background-position:center;background-size:cover;border-radius:0 0 var(--radius-section) var(--radius-section)}.contact__grid{display:flex;flex-direction:column;align-items:stretch;gap:0}.contact__content{max-width:none}.contact__label{gap:12px;margin-bottom:50px;font-size:16px;font-weight:600;line-height:1.6}.contact__label:before{width:16px;height:16px;background:var(--color-green-primary)}.contact__title{margin-bottom:24px;font-size:26px;font-weight:500;line-height:1.1}.contact__text{margin-bottom:30px;max-width:none;font-size:14px;line-height:1.6;color:var(--color-gray-300)}.contact__socials{gap:12px;margin-top:0;margin-bottom:40px}.contact__socials .social{width:56px;height:56px;background:transparent;border-color:#ffffff59}.contact__form{width:100%;max-width:none;gap:15px}.contact__form .form__row{gap:15px}.contact__form .field__control,.contact__form .field__select,.contact__form .field__textarea{height:60px;min-height:60px;padding:14px 18px;font-size:16px}.contact__form .field__textarea{height:auto;min-height:140px}.contact__form .field__control::placeholder,.contact__form .field__textarea::placeholder{font-size:16px}.contact__form .form__captcha{width:100%;max-width:100%;min-width:0;gap:15px;margin-bottom:15px;overflow:hidden}.contact__form .form__captcha .field__control{flex:1 1 0;min-width:0;max-width:100%;width:auto}.contact__form .form__equation{flex:0 0 110px;width:110px;min-width:110px;max-width:110px;height:60px;padding:0;font-size:16px;font-weight:700;line-height:1;letter-spacing:.64px;text-transform:uppercase}.contact__form .form__consent{gap:12px;margin-bottom:25px;font-size:14px;line-height:1.6;color:#ffffffb3}.contact__form .form__consent input{width:20px;height:20px}.contact__form .form__consent a{color:inherit;text-decoration:underline}.contact__form .form__submit{width:100%;min-height:56px;border-radius:10px}}.social{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(255,255,255,.16);color:var(--color-white);transition:background-color var(--ease)}.social:hover{background:#ffffff14}.social--light{background:var(--color-bg-light);border-color:var(--color-gray-100);color:var(--color-text-dark)}.social svg{display:block;flex-shrink:0;color:inherit;fill:currentColor}.social svg [stroke]{fill:none;stroke:currentColor}.form{display:grid;gap:16px}.form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form__captcha{display:flex;align-items:center;gap:35px;margin-bottom:26px}.form__captcha .field__control{background:transparent;border:none;border-bottom:1px solid #fff;border-radius:0;padding-left:0;padding-right:0}.form__captcha .field__control:focus{border-color:transparent;border-bottom-color:#fff}.form__equation{width:220px;min-width:220px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--color-dark-surface);color:var(--color-white);font-size:24px;font-weight:700;line-height:1}.form__consent{display:flex;align-items:flex-start;gap:10px;margin-bottom:20px;font-size:13px;color:var(--color-text-on-dark)}.form__consent input{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex-shrink:0;width:16px;height:16px;margin-top:2px;border:1px solid rgba(255,255,255,.45);border-radius:3px;background:transparent;cursor:pointer}.form__consent input:checked{background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2 6.6 11.3 12.5 4.7' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px 12px no-repeat;border-color:var(--color-white)}.form__consent a{color:var(--color-green-primary);text-decoration:underline}.form__submit{min-height:56px;border-radius:12px;background:var(--color-white);color:var(--color-text-dark);font-weight:700;letter-spacing:.04em}.form__submit:hover{background:var(--color-bg-light)}@media(max-width:1439px){.form__captcha{gap:20px;min-width:0}.form__equation{width:min(180px,40%);min-width:140px}.form__captcha .field__control{flex:1 1 0;min-width:0}}@media(max-width:1279px){.form__row{gap:12px}.form__captcha{flex-wrap:wrap;gap:12px}.form__equation{width:140px;min-width:140px;font-size:20px}}@media(max-width:1023px){.form__row{grid-template-columns:1fr}}.field__control,.field__select,.field__textarea{width:100%;height:60px;min-height:60px;padding:10px 20px 10px 25px;border:1px solid transparent;border-radius:10px;background:var(--color-dark-surface);color:var(--color-white);outline:none;transition:border-color var(--ease)}.field__control::placeholder,.field__textarea::placeholder{color:var(--color-gray-600);font-size:18px;line-height:1.5}.field__control:focus,.field__select:focus,.field__textarea:focus{border-color:var(--color-green-primary)}.field__control.is-error,.field__select.is-error,.field__textarea.is-error{border-color:var(--color-red-cta);color:var(--color-red-cta)}.field__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='8' viewBox='0 0 15 8' fill='none'%3E%3Cpath d='M0.609863 0.79248L7.10986 5.79248L13.6099 0.79248' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.field__textarea{height:auto;min-height:120px;resize:vertical}.alerts{display:grid;gap:8px}.alert{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border-radius:12px;font-size:14px}.alert__icon{width:24px;height:24px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:var(--color-white);font-weight:700;font-size:12px}.alert--success{background:var(--color-success-bg);color:var(--color-success)}.alert--success .alert__icon{background:var(--color-green-primary)}.alert--error{background:var(--color-error-bg);color:var(--color-error)}.alert--error .alert__icon{background:var(--color-red-cta)}.alert--warning{background:var(--color-warning-bg);color:var(--color-warning)}.alert--warning .alert__icon{background:var(--color-warning)}.alert--info{background:var(--color-info-bg);color:var(--color-info)}.alert--info .alert__icon{background:var(--color-info)}.footer{background:var(--color-white);border-radius:var(--radius-section) var(--radius-section) 0 0}.footer__sheet{position:relative;background:url(/insol/assets/footer-bg-VrtL7D1I.png);background-size:cover;background-position:left bottom;background-repeat:no-repeat;border-radius:var(--radius-section) var(--radius-section) 0 0;overflow:hidden;background-blend-mode:color,normal}.footer__inner{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:space-between;gap:40px 48px;padding:100px 0 76px}.footer__cta{flex:1;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:100%}.footer__cta-title{margin-bottom:50px;font-size:36px;font-weight:400;line-height:1.2;color:var(--color-text-dark)}.footer__cta-btn{margin-bottom:375px;width:275px;border-radius:var(--radius-pill)}.footer__phone{display:inline-block;margin-top:auto;font-size:40px;font-weight:400;line-height:1.2;letter-spacing:-.02em;color:var(--color-text-dark)}.footer__nav{display:none}.footer__col-title{margin-bottom:20px;font-size:16px;font-weight:700;letter-spacing:.64px;text-transform:uppercase;color:var(--color-text-dark)}.footer__col-title a{color:inherit}.footer__col-title a:hover{opacity:.7}.footer__list{display:grid;gap:12px;max-width:230px}.footer__list a{font-size:16px;line-height:1.5;color:var(--color-text-dark);opacity:.5;transition:opacity var(--ease)}.footer__list a:hover{opacity:1}.footer__cols{display:grid;grid-template-columns:minmax(140px,.7fr) minmax(230px,1.2fr) max-content;grid-template-areas:"mega solutions company" "mega solutions contacts";gap:40px 130px;align-items:start}.footer__cols>:nth-child(1){grid-area:mega}.footer__cols>:nth-child(2){grid-area:solutions}.footer__cols>:nth-child(3){grid-area:company}.footer__cols>:nth-child(4){grid-area:contacts;max-width:none;width:max-content}.footer__cols>:nth-child(3) .footer__list,.footer__cols>:nth-child(4) .footer__list{max-width:none}.footer__contacts{display:grid;gap:16px;max-width:none}.footer__contact-list{display:flex;flex-direction:column;gap:16px}.footer__contact{display:flex;gap:10px;max-width:none;font-size:14px;line-height:1.45;color:var(--color-gray-600)}.footer__contact svg{flex-shrink:0;margin-top:2px;color:var(--color-gray-600)}.footer__contact a{color:inherit}.footer__contact a:hover{color:var(--color-text-dark)}.footer__socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.footer__socials .social--light{width:44px;height:44px;background:var(--color-white);border-color:var(--color-gray-100)}.footer__bottom{position:relative;z-index:1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 24px;padding:30px 0;font-size:16px;line-height:1.2;color:var(--color-gray-400)}.footer__bottom:before{content:"";position:absolute;top:0;left:50%;width:100vw;height:1px;transform:translate(-50%);background:var(--color-gray-100)}.footer__copy{display:flex;flex-wrap:wrap;gap:53px}.footer__bottom a{color:inherit}.footer__bottom a:hover{color:var(--color-text-dark)}@media(max-width:1439px){.footer__inner{flex-wrap:wrap;gap:32px 40px;padding:72px 0 56px;min-width:0}.footer__cta{flex:1 1 240px;min-width:0}.footer__cta-title{margin-bottom:32px;font-size:clamp(28px,2.4vw,32px)}.footer__cta-btn{margin-bottom:120px;width:min(275px,100%)}.footer__phone{font-size:clamp(28px,2.6vw,34px)}.footer__cols{flex:1 1 520px;min-width:0;gap:32px 40px;grid-template-columns:minmax(0,.8fr) minmax(0,1.1fr) minmax(0,max-content)}.footer__cols>:nth-child(4){width:auto;max-width:100%}.footer__list{max-width:none}}@media(max-width:1279px){.footer__inner{gap:40px 32px;padding-top:48px}.footer__cta{flex:1 1 100%}.footer__cta-btn{margin-bottom:40px}.footer__cols{flex:1 1 100%;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"mega solutions" "company contacts";gap:40px 32px}.footer__phone{padding-top:16px;font-size:28px}}@media(max-width:1023px){.footer{border-radius:var(--radius-section) var(--radius-section) 0 0}.footer__sheet{border-radius:var(--radius-section) var(--radius-section) 0 0;background-image:url(/insol/assets/footer-bg-mob-CsamQgjU.png);background-position:center;background-size:cover}.footer__sheet>.container{display:flex;flex-direction:column;padding:60px var(--page-pad)}.footer__inner{padding:0}.footer__inner,.footer__cta,.footer__cols,.footer__cols>:nth-child(4),.footer__contacts{display:contents}.footer__cta-title{order:1;margin-bottom:40px;font-size:30px;font-weight:400;line-height:1.25}.footer__cta-btn{order:2;max-width:none;margin-bottom:0;min-height:56px}.footer__nav{position:relative;display:flex;flex-direction:column;order:3;width:100%;margin-top:40px;padding-top:32px}.footer__nav:before{content:"";position:absolute;top:0;left:50%;width:100vw;height:1px;transform:translate(-50%);background:#0000001a}.footer__nav-link{padding:10px 0;font-size:14px;font-weight:700;line-height:1;letter-spacing:.56px;text-transform:uppercase;color:var(--color-text-dark);opacity:.9}.footer__cols>:nth-child(1),.footer__cols>:nth-child(2),.footer__cols>:nth-child(3),.footer__cols>:nth-child(4) .footer__col-title,.footer__list{display:none}.footer__contact-list{order:4;display:flex;flex-direction:column;gap:20px;width:100%;margin-top:14px}.footer__contact{gap:12px;font-size:16px;line-height:1.2}.footer__socials{order:5;gap:12px;margin-top:34px;margin-bottom:34px}.footer__socials .social--light{width:46px;height:46px;background:transparent}.footer__phone{order:6;margin:0;padding-top:0;font-size:30px;font-weight:400;line-height:.9}.footer__bottom{order:7;flex-direction:column;align-items:flex-start;gap:8px;margin-top:32px;padding:24px 0 0;font-size:14px;line-height:1.2;color:#00000080}.footer__bottom:before{background:#0000001a}.footer__bottom a{color:inherit}.footer__copy{flex-direction:column;gap:6px}}.underline-field{display:flex;flex-direction:column;gap:6px}.underline-field__label{font-size:14px;color:var(--color-gray-400)}.underline-field__input,.underline-field__select{width:100%;padding:8px 0 10px;border:0;border-bottom:1px solid var(--color-gray-100);background:transparent;border-radius:0;outline:none}.underline-field__input:focus,.underline-field__select:focus{border-bottom-color:var(--color-green-primary)}.underline-field__input.is-error,.underline-field__select.is-error{border-bottom-color:var(--color-red-cta);color:var(--color-red-cta)}.underline-field__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%23222222' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0 center;padding-right:20px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:opacity var(--ease),visibility var(--ease)}.modal.is-open{opacity:1;visibility:visible}.modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.modal__dialog{position:relative;width:min(920px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:40px 40px 32px;background:var(--color-white);border-radius:24px}.modal__close{position:absolute;top:18px;right:18px;width:40px;height:40px;color:var(--color-text-dark)}.modal__title{text-align:center;margin-bottom:32px}.modal-form{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}.modal-form__file{display:inline-flex;align-items:center;align-self:end;gap:8px;color:var(--color-green-deep);font-weight:500;cursor:pointer}.modal-form__file input{display:none}.modal-form__captcha{display:flex;align-items:center;gap:16px;grid-column:1}.modal-form__eq{min-width:96px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--color-bg-light);border-radius:10px;font-weight:600}.modal-form__actions{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:8px}.modal-form__note{font-size:13px;color:var(--color-gray-400);text-align:center}@media(max-width:767px){.modal{padding:12px;align-items:flex-start}.modal__dialog{padding:28px 20px 24px;border-radius:20px}.modal-form,.modal-form__captcha{grid-template-columns:1fr;grid-column:1}.modal-form__actions{grid-column:1}}
