.Accordion-module-scss-module__Cpk5Qa__item{outline-offset:-1px;background:#fff;border:1px solid #e4e7e9;border-radius:16px;margin-bottom:16px;transition:box-shadow .3s;overflow:hidden}.Accordion-module-scss-module__Cpk5Qa__item[data-state=open],.Accordion-module-scss-module__Cpk5Qa__item:hover{box-shadow:0 8px 40px rgba(0,0,0,.12)}.Accordion-module-scss-module__Cpk5Qa__header{display:flex}.Accordion-module-scss-module__Cpk5Qa__trigger{cursor:pointer;color:#191c1f;text-align:left;background:#fff;border:none;flex:1;justify-content:space-between;align-items:center;gap:36px;padding:20px 24px;font-size:18px;font-weight:500;line-height:24px;transition:all .3s;display:flex}.Accordion-module-scss-module__Cpk5Qa__trigger:focus-visible{outline-offset:2px;outline:2px solid #b22d2d}.Accordion-module-scss-module__Cpk5Qa__trigger[data-state=open]{color:#fff;background:#b22d2d;font-weight:600}.Accordion-module-scss-module__Cpk5Qa__iconWrapper{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:relative}.Accordion-module-scss-module__Cpk5Qa__plusIcon,.Accordion-module-scss-module__Cpk5Qa__minusIcon{width:20px;height:20px;transition:opacity .2s,transform .2s;position:absolute}.Accordion-module-scss-module__Cpk5Qa__plusIcon{opacity:1}[data-state=open] .Accordion-module-scss-module__Cpk5Qa__plusIcon{opacity:0;transform:rotate(90deg)}.Accordion-module-scss-module__Cpk5Qa__minusIcon{opacity:0}[data-state=open] .Accordion-module-scss-module__Cpk5Qa__minusIcon{opacity:1;transform:rotate(0)}[data-state=closed] .Accordion-module-scss-module__Cpk5Qa__minusIcon{transform:rotate(-90deg)}.Accordion-module-scss-module__Cpk5Qa__content{transition:all .3s;overflow:hidden}.Accordion-module-scss-module__Cpk5Qa__content[data-state=closed]{animation:.3s ease-out Accordion-module-scss-module__Cpk5Qa__accordionUp}.Accordion-module-scss-module__Cpk5Qa__content[data-state=open]{animation:.3s ease-out Accordion-module-scss-module__Cpk5Qa__accordionDown}.Accordion-module-scss-module__Cpk5Qa__contentInner{color:#475156;flex-direction:column;gap:16px;padding:24px;font-size:14px;font-weight:400;line-height:20px;display:flex}@keyframes Accordion-module-scss-module__Cpk5Qa__accordionDown{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes Accordion-module-scss-module__Cpk5Qa__accordionUp{0%{height:var(--radix-accordion-content-height)}to{height:0}}@media (max-width:768px){.Accordion-module-scss-module__Cpk5Qa__trigger,.Accordion-module-scss-module__Cpk5Qa__contentInner{padding:16px 20px}}@media (max-width:363px){.Accordion-module-scss-module__Cpk5Qa__trigger,.Accordion-module-scss-module__Cpk5Qa__contentInner{padding:12px 16px}}
.answers-module-scss-module__I0ieha__questions h1{color:var(--Gray-900,#191c1f);margin-bottom:40px;font-size:32px;font-style:normal;font-weight:600;line-height:40px}.answers-module-scss-module__I0ieha__content{flex-direction:row;justify-content:space-between;gap:132px;margin:72px 0;display:flex}.answers-module-scss-module__I0ieha__form{flex-shrink:0;min-width:424px}@media (max-width:1200px){.answers-module-scss-module__I0ieha__content{flex-direction:column;gap:80px}}@media (max-width:768px){.answers-module-scss-module__I0ieha__content{gap:48px}}@media (max-width:600px){.answers-module-scss-module__I0ieha__form{min-width:initial}}@media (max-width:363px){.answers-module-scss-module__I0ieha__content{gap:36px}}
.SupportForm-module-scss-module__6XWEyG__formContainer{outline-offset:-1px;background:rgba(178,45,45,.1);border-radius:24px;outline:1px solid rgba(178,45,45,.4);flex-direction:column;gap:24px;max-width:424px;padding:32px;display:flex;position:-webkit-sticky;position:sticky;top:180px}@media (max-width:1200px){.SupportForm-module-scss-module__6XWEyG__formContainer{max-width:100%}}.SupportForm-module-scss-module__6XWEyG__header{flex-direction:column;gap:12px;display:flex}.SupportForm-module-scss-module__6XWEyG__title{color:#191c1f;margin:0;font-size:18px;font-weight:500;line-height:24px}.SupportForm-module-scss-module__6XWEyG__description{color:#475156;margin:0;font-size:14px;font-weight:400;line-height:20px}.SupportForm-module-scss-module__6XWEyG__form{flex-direction:column;gap:24px;display:flex}.SupportForm-module-scss-module__6XWEyG__fields{flex-direction:column;gap:12px;display:flex}.SupportForm-module-scss-module__6XWEyG__successMessage{color:#fff;text-align:center;background:#10b981;border-radius:16px;padding:16px;font-size:14px;font-weight:500}@media (max-width:768px){.SupportForm-module-scss-module__6XWEyG__formContainer{padding:24px}}@media (max-width:363px){.SupportForm-module-scss-module__6XWEyG__formContainer{padding:12px}}
.Input-module-scss-module__fEfY7G__wrapper{flex-direction:column;gap:4px;width:100%;display:flex}.Input-module-scss-module__fEfY7G__label{color:#191c1f;font-size:14px;font-weight:500;line-height:20px}.Input-module-scss-module__fEfY7G__input{outline-offset:-1px;color:#191c1f;background:#fff;border:none;border-radius:14px;outline:1px solid rgba(101,0,0,.4);width:100%;height:44px;padding:12px 16px;font-size:14px;font-weight:400;line-height:20px;transition:outline-color .2s}.Input-module-scss-module__fEfY7G__input::placeholder{color:#77878f}.Input-module-scss-module__fEfY7G__input:focus{outline-offset:-2px;outline:2px solid #b22d2d}.Input-module-scss-module__fEfY7G__input.Input-module-scss-module__fEfY7G__error{outline-offset:-2px;outline:2px solid #ef4444}.Input-module-scss-module__fEfY7G__errorText{color:#ef4444;margin-top:2px;font-size:12px;font-weight:400;line-height:16px}
.Textarea-module-scss-module__G6Wy8G__wrapper{flex-direction:column;gap:4px;width:100%;display:flex}.Textarea-module-scss-module__G6Wy8G__label{color:#191c1f;font-size:14px;font-weight:500;line-height:20px}.Textarea-module-scss-module__G6Wy8G__textarea{outline-offset:-1px;resize:vertical;color:#191c1f;background:#fff;border:none;border-radius:14px;outline:1px solid rgba(101,0,0,.4);width:100%;min-height:88px;padding:12px 16px;font-size:14px;font-weight:400;line-height:20px;transition:outline-color .2s}.Textarea-module-scss-module__G6Wy8G__textarea::placeholder{color:#77878f}.Textarea-module-scss-module__G6Wy8G__textarea:focus{outline-offset:-2px;outline:2px solid #b22d2d}.Textarea-module-scss-module__G6Wy8G__textarea.Textarea-module-scss-module__G6Wy8G__error{outline-offset:-2px;outline:2px solid #ef4444}.Textarea-module-scss-module__G6Wy8G__errorText{color:#ef4444;margin-top:2px;font-size:12px;font-weight:400;line-height:16px}
.SecondVariantComponent-module-scss-module__S_fXoq__page{--straightening-header-offset:96px;color:#21272a;width:100%;font-family:var(--font-montserrat),Montserrat,sans-serif;background:#fff;overflow:clip}.SecondVariantComponent-module-scss-module__S_fXoq__section{background:#fff;width:100%;padding:64px 0}.SecondVariantComponent-module-scss-module__S_fXoq__hero{padding-top:64px}.SecondVariantComponent-module-scss-module__S_fXoq__heroInner{flex-direction:column;align-items:flex-start;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__heroContent{flex-direction:column;align-items:flex-start;gap:48px;max-width:1248px;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__copyBlock{flex-direction:column;align-items:flex-start;gap:24px;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__copyBlock h1,.SecondVariantComponent-module-scss-module__S_fXoq__copyBlock h2{color:#111125;letter-spacing:0;margin:0;font-size:max(34px,min(3vw,48px));font-weight:600;line-height:1.15}.SecondVariantComponent-module-scss-module__S_fXoq__eyebrow{color:#b22d2d;letter-spacing:2.56px;text-transform:uppercase;margin:0;font-size:16px;font-weight:600;line-height:24px}.SecondVariantComponent-module-scss-module__S_fXoq__heroLead{color:#21272a;max-width:1248px;font-size:max(20px,min(1.7vw,24px));font-weight:400;line-height:1.4}.SecondVariantComponent-module-scss-module__S_fXoq__bodyText{color:#21272a;font-size:max(18px,min(1.4vw,20px));font-weight:400;line-height:1.5}.SecondVariantComponent-module-scss-module__S_fXoq__bodyText strong{font-weight:700}.SecondVariantComponent-module-scss-module__S_fXoq__ctaButton{color:#fff;text-transform:uppercase;cursor:pointer;background:#b22d2d;border:0;border-radius:64px;justify-content:center;align-items:center;gap:10px;min-height:56px;padding:16px 24px;font-family:inherit;font-size:16px;font-weight:600;line-height:1.2;text-decoration:none;transition:transform .2s,background-color .2s,opacity .2s;display:inline-flex}.SecondVariantComponent-module-scss-module__S_fXoq__ctaButton:hover:not(:disabled){background:#982424;transform:translateY(-1px)}.SecondVariantComponent-module-scss-module__S_fXoq__ctaButton:disabled{cursor:wait;opacity:.72}.SecondVariantComponent-module-scss-module__S_fXoq__ctaButton svg{flex:none}.SecondVariantComponent-module-scss-module__S_fXoq__ctaButtonLight{color:#000;background:#fff;border:1px solid rgba(0,0,0,.2)}.SecondVariantComponent-module-scss-module__S_fXoq__ctaButtonLight:hover:not(:disabled){color:#000;background:#f8f8f8}.SecondVariantComponent-module-scss-module__S_fXoq__cardsStack{background:#fff;padding:0 0 64px}.SecondVariantComponent-module-scss-module__S_fXoq__cardsStack .wrapper{flex-direction:column;gap:48px;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__infoCard{background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:24px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:0;display:grid;overflow:hidden}.SecondVariantComponent-module-scss-module__S_fXoq__infoCardReverse .SecondVariantComponent-module-scss-module__S_fXoq__textPanel{order:2}.SecondVariantComponent-module-scss-module__S_fXoq__infoCardReverse .SecondVariantComponent-module-scss-module__S_fXoq__mediaCard{order:1}.SecondVariantComponent-module-scss-module__S_fXoq__textPanel{background:#fcfcfc;flex-direction:column;justify-content:center;align-items:flex-start;gap:56px;min-height:388px;padding:64px;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__textPanelAccent{border:2px solid #b22d2d;border-radius:16px 0 0 16px}.SecondVariantComponent-module-scss-module__S_fXoq__resultBlock,.SecondVariantComponent-module-scss-module__S_fXoq__benefitBlock{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:32px;display:grid}.SecondVariantComponent-module-scss-module__S_fXoq__resultBlock{align-items:center}.SecondVariantComponent-module-scss-module__S_fXoq__benefitBlock{align-items:start}.SecondVariantComponent-module-scss-module__S_fXoq__metricBlock{align-items:stretch;gap:64px;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__metricTextFrame{outline-offset:-1px;background:#fcfcfc;border-radius:16px;outline:1px solid rgba(0,0,0,.2);flex-direction:column;flex:9 0 0;justify-content:flex-start;align-self:flex-start;align-items:flex-start;gap:48px;height:-moz-fit-content;height:fit-content;padding:32px;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__metricImageFrame{outline-offset:-1px;background:#fff;border-radius:20px;outline:1px solid rgba(0,0,0,.2);flex:9 0 0;justify-content:center;align-items:center;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__metricImageFrame img{object-fit:contain;width:100%;height:auto;display:block}.SecondVariantComponent-module-scss-module__S_fXoq__metricBody{color:#21272a;font-size:18px;line-height:1.4}.SecondVariantComponent-module-scss-module__S_fXoq__benefitTextFrame .SecondVariantComponent-module-scss-module__S_fXoq__copyBlock{gap:24px}.SecondVariantComponent-module-scss-module__S_fXoq__resultImageFrame,.SecondVariantComponent-module-scss-module__S_fXoq__benefitImageFrame{background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:20px;min-width:0}.SecondVariantComponent-module-scss-module__S_fXoq__resultImageFrame img,.SecondVariantComponent-module-scss-module__S_fXoq__benefitImageFrame img{object-fit:contain;background:0 0;border:0;border-radius:0;width:100%;height:auto;max-height:none;display:block}.SecondVariantComponent-module-scss-module__S_fXoq__resultTextFrame,.SecondVariantComponent-module-scss-module__S_fXoq__benefitTextFrame{background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:16px;flex-direction:column;justify-content:center;gap:48px;min-width:0;padding:32px;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__resultTextFrame{align-self:center;max-height:420px}.SecondVariantComponent-module-scss-module__S_fXoq__benefitTextFrame{background:#fcfcfc;border:2px solid #b22d2d;justify-content:flex-start;align-self:start}.SecondVariantComponent-module-scss-module__S_fXoq__mediaCard{background:#fff;justify-content:center;align-items:center;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__mediaCard img{object-fit:contain;width:100%;height:auto;display:block}.SecondVariantComponent-module-scss-module__S_fXoq__mediaCard_white{background:#fff}.SecondVariantComponent-module-scss-module__S_fXoq__mediaCard_cream{background:#faf9f4}.SecondVariantComponent-module-scss-module__S_fXoq__mediaCard_gray{background:#f8f9fc}.SecondVariantComponent-module-scss-module__S_fXoq__warningBlock{color:#fff;background:#b22d2d;border:1px solid rgba(0,0,0,.2);border-radius:24px;align-items:center;gap:56px;min-height:112px;padding:30px 64px;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__warningBlock svg{flex:none}.SecondVariantComponent-module-scss-module__S_fXoq__warningBlock p{margin:0;font-size:max(22px,min(2vw,27px));font-weight:500;line-height:1.15}.SecondVariantComponent-module-scss-module__S_fXoq__stickyStory{background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.12),transparent 28%),linear-gradient(#b92f2f 0%,#b22d2d 100%);height:320vh}.SecondVariantComponent-module-scss-module__S_fXoq__stickyPanel{min-height:calc(100vh - var(--straightening-header-offset));height:calc(100dvh - var(--straightening-header-offset));top:var(--straightening-header-offset);background:0 0;grid-template-rows:auto minmax(0,1fr);gap:24px;padding:32px 48px 40px;display:grid;position:-webkit-sticky;position:sticky}.SecondVariantComponent-module-scss-module__S_fXoq__stickyCopy{text-align:center;max-width:960px;margin:0 auto}.SecondVariantComponent-module-scss-module__S_fXoq__stickyCopy .SecondVariantComponent-module-scss-module__S_fXoq__eyebrow,.SecondVariantComponent-module-scss-module__S_fXoq__stickyCopy h2{color:#fff}.SecondVariantComponent-module-scss-module__S_fXoq__stickyCopy h2{margin:10px 0 0;font-size:max(34px,min(3vw,46px));font-weight:600;line-height:1.15}.SecondVariantComponent-module-scss-module__S_fXoq__screenDesktop{background:#fff;border:1px solid #c1c7cd;border-radius:30px;grid-template-rows:auto auto minmax(0,1fr) auto;width:min(100%,1120px);min-height:0;margin:0 auto;display:grid;overflow:hidden;box-shadow:0 28px 60px rgba(68,13,13,.24)}.SecondVariantComponent-module-scss-module__S_fXoq__screenTopBar{border-bottom:1px solid rgba(0,0,0,.06);grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;padding:16px 20px;display:grid}.SecondVariantComponent-module-scss-module__S_fXoq__screenCircles,.SecondVariantComponent-module-scss-module__S_fXoq__screenArrows{align-items:center;gap:8px;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__screenArrows{justify-content:flex-end}.SecondVariantComponent-module-scss-module__S_fXoq__screenCircle{border-radius:999px;width:12px;height:12px;display:block}.SecondVariantComponent-module-scss-module__S_fXoq__screenCircleRed{background:#e02424}.SecondVariantComponent-module-scss-module__S_fXoq__screenCircleYellow{background:#ffea00}.SecondVariantComponent-module-scss-module__S_fXoq__screenCircleGreen{background:#4ed78c}.SecondVariantComponent-module-scss-module__S_fXoq__screenFileName{color:#21272a;text-align:center;min-width:0;font-size:13px;font-weight:500;line-height:1.1}.SecondVariantComponent-module-scss-module__S_fXoq__screenArrowLeft,.SecondVariantComponent-module-scss-module__S_fXoq__screenArrowRight{border-top:2px solid #697077;width:10px;height:10px;display:block}.SecondVariantComponent-module-scss-module__S_fXoq__screenArrowLeft{border-left:2px solid #697077;transform:rotate(-45deg)}.SecondVariantComponent-module-scss-module__S_fXoq__screenArrowRight{border-right:2px solid #697077;transform:rotate(45deg)}.SecondVariantComponent-module-scss-module__S_fXoq__screenTitle{color:#000;text-align:center;justify-content:center;align-items:center;min-height:0;margin:0;padding:10px 32px;font-size:max(24px,min(2.2vw,32px));font-weight:600;line-height:1.15;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__screenVisual{justify-content:center;align-items:center;min-height:0;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__screenVisual img{object-fit:contain;height:100%;display:block}.SecondVariantComponent-module-scss-module__S_fXoq__stepDots{justify-content:center;gap:10px;padding:10px 0 26px;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__stepDot,.SecondVariantComponent-module-scss-module__S_fXoq__stepDotActive{background:#d0d0d0;border-radius:999px;width:10px;height:10px;transition:width .2s,background-color .2s}.SecondVariantComponent-module-scss-module__S_fXoq__stepDotActive{background:#b22d2d;width:34px}.SecondVariantComponent-module-scss-module__S_fXoq__resultTextFrame h2,.SecondVariantComponent-module-scss-module__S_fXoq__benefitTextFrame h2,.SecondVariantComponent-module-scss-module__S_fXoq__metricTextFrame h2{color:#191c1f;margin:0;font-size:max(32px,min(2.8vw,40px));font-weight:600;line-height:1.15}.SecondVariantComponent-module-scss-module__S_fXoq__resultList{flex-direction:column;gap:45px;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__resultItem{align-items:flex-start;gap:25px;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__resultItem h3{color:#191c1f;margin:4px 0 16px;font-size:max(24px,min(2.3vw,32px));font-weight:600;line-height:1.2}.SecondVariantComponent-module-scss-module__S_fXoq__resultItem p{color:#21272a;margin:0;font-size:max(20px,min(1.7vw,24px));line-height:1.33}.SecondVariantComponent-module-scss-module__S_fXoq__roundIcon{color:#b22d2d;background:#ffd3d3;border-radius:50%;flex:none;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.SecondVariantComponent-module-scss-module__S_fXoq__faqSection{scroll-margin-top:120px}.SecondVariantComponent-module-scss-module__S_fXoq__faqInner{flex-direction:column;gap:64px;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__centerCopy{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__centerCopy h2{color:#111125;margin:0;font-size:max(36px,min(3.4vw,48px));font-weight:600;line-height:1.15}.SecondVariantComponent-module-scss-module__S_fXoq__faqGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:48px;display:grid}.SecondVariantComponent-module-scss-module__S_fXoq__faqColumn{flex-direction:column;align-self:start;gap:0;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__faqItem{margin-bottom:16px}.SecondVariantComponent-module-scss-module__S_fXoq__faqTrigger{font-size:20px;line-height:1.15}.SecondVariantComponent-module-scss-module__S_fXoq__faqContent p{color:#5c5c6f;margin:0;font-size:16px;line-height:1.55}.SecondVariantComponent-module-scss-module__S_fXoq__formSection{background:#f8f9fc;padding-bottom:0;scroll-margin-top:120px}.SecondVariantComponent-module-scss-module__S_fXoq__formInner{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);align-items:start;gap:80px;display:grid}.SecondVariantComponent-module-scss-module__S_fXoq__formContent{flex-direction:column;gap:64px;padding:80px 0;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__phoneWrap{justify-content:center;align-items:flex-start;height:720px;display:flex;overflow:hidden}.SecondVariantComponent-module-scss-module__S_fXoq__phone{box-sizing:border-box;background:#dde1e6;border:1px solid #c1c7cd;border-radius:60px;width:min(100%,443px);height:851px;padding:8px;position:relative}.SecondVariantComponent-module-scss-module__S_fXoq__phone:before{content:"";background:#fff;border:1px solid #c1c7cd;border-radius:55px;position:absolute;top:8px;bottom:8px;left:8px;right:8px}.SecondVariantComponent-module-scss-module__S_fXoq__dynamicIsland{z-index:1;background:#c1c7cd;border-radius:20px;width:127px;height:33px;position:absolute;top:30px;left:50%;transform:translate(-50%)}.SecondVariantComponent-module-scss-module__S_fXoq__phoneForm{z-index:1;width:min(100% - 64px,345px);font-family:Roboto,var(--font-montserrat),sans-serif;flex-direction:column;gap:14px;display:flex;position:absolute;top:80px;left:50%;transform:translate(-50%)}.SecondVariantComponent-module-scss-module__S_fXoq__phoneForm .SecondVariantComponent-module-scss-module__S_fXoq__ctaButton{width:100%;min-height:52px;margin-top:2px;padding:14px 18px}.SecondVariantComponent-module-scss-module__S_fXoq__phoneField{flex-direction:column;gap:7px;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__phoneField>span{color:#999;font-size:15px;font-weight:500;line-height:1.25}.SecondVariantComponent-module-scss-module__S_fXoq__phoneField>span b{color:#f03;margin-right:3px;font-weight:400}.SecondVariantComponent-module-scss-module__S_fXoq__phoneField small{color:#999;align-items:flex-start;gap:6px;min-height:18px;font-size:13px;font-style:italic;line-height:1.25;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__phoneField small svg{color:#b0b0b0;flex:none;width:14px;height:14px}.SecondVariantComponent-module-scss-module__S_fXoq__phoneInputShell{color:#191c1f;background:#f7f7f7;border:1px solid #ececec;border-radius:12px;align-items:center;gap:12px;min-height:54px;padding:0 16px;transition:border-color .2s,background-color .2s,box-shadow .2s;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__phoneInputShell:focus-within{background:#fff;border-color:#b22d2d;box-shadow:0 0 0 1px rgba(178,45,45,.08)}.SecondVariantComponent-module-scss-module__S_fXoq__phoneInputShell input{color:#3d3d3d;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:16px;line-height:1.3}.SecondVariantComponent-module-scss-module__S_fXoq__phoneInputShell input::placeholder{color:#a8afb4;opacity:1}.SecondVariantComponent-module-scss-module__S_fXoq__phoneInputShell svg{color:#b22d2d;flex:none}.SecondVariantComponent-module-scss-module__S_fXoq__phoneInputError{background:#fff;border-color:#b22d2d}.SecondVariantComponent-module-scss-module__S_fXoq__iconButton{color:#b22d2d;cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:inline-flex}.SecondVariantComponent-module-scss-module__S_fXoq__phoneHint{color:#999;align-items:flex-start;gap:6px;font-size:13px;font-style:italic;line-height:1.25;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__phoneHint svg{color:#b0b0b0;flex:none;width:14px;height:14px}.SecondVariantComponent-module-scss-module__S_fXoq__phoneHintError,.SecondVariantComponent-module-scss-module__S_fXoq__phoneHintError svg{color:#b22d2d!important}.SecondVariantComponent-module-scss-module__S_fXoq__checkRow{color:#697077;align-items:flex-start;gap:9px;font-size:12px;line-height:1.3;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__checkRow input{opacity:0;pointer-events:none;position:absolute}.SecondVariantComponent-module-scss-module__S_fXoq__checkRow a{color:inherit;text-decoration:underline}.SecondVariantComponent-module-scss-module__S_fXoq__checkIndicator{border:2px solid #c4ccd1;border-radius:50%;flex:none;width:16px;height:16px;margin-top:1px;transition:border-color .2s,background-color .2s;position:relative}.SecondVariantComponent-module-scss-module__S_fXoq__checkIndicator:after{content:"";background:#fff;border-radius:50%;width:7px;height:7px;transition:transform .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.SecondVariantComponent-module-scss-module__S_fXoq__checkRow:hover .SecondVariantComponent-module-scss-module__S_fXoq__checkIndicator{border-color:#b22d2d}.SecondVariantComponent-module-scss-module__S_fXoq__checkRow input:focus-visible+.SecondVariantComponent-module-scss-module__S_fXoq__checkIndicator{border-color:#b22d2d}.SecondVariantComponent-module-scss-module__S_fXoq__checkRow input:checked+.SecondVariantComponent-module-scss-module__S_fXoq__checkIndicator{background:#b22d2d;border-color:#b22d2d}.SecondVariantComponent-module-scss-module__S_fXoq__checkRow input:checked+.SecondVariantComponent-module-scss-module__S_fXoq__checkIndicator:after{transform:translate(-50%,-50%)scale(1)}.SecondVariantComponent-module-scss-module__S_fXoq__moreSplit{grid-template-columns:minmax(0,588px) minmax(0,572px);justify-content:center;align-items:stretch;gap:88px;display:grid}.SecondVariantComponent-module-scss-module__S_fXoq__moreSplit .SecondVariantComponent-module-scss-module__S_fXoq__textPanel{background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:16px;justify-content:center;min-height:0;padding:32px}.SecondVariantComponent-module-scss-module__S_fXoq__moreSplitReverse{grid-template-columns:minmax(0,572px) minmax(0,588px)}.SecondVariantComponent-module-scss-module__S_fXoq__moreSplitReverse .SecondVariantComponent-module-scss-module__S_fXoq__textPanel{order:2}.SecondVariantComponent-module-scss-module__S_fXoq__moreSplitReverse .SecondVariantComponent-module-scss-module__S_fXoq__mediaCard{order:1}.SecondVariantComponent-module-scss-module__S_fXoq__moreSplit .SecondVariantComponent-module-scss-module__S_fXoq__moreMedia,.SecondVariantComponent-module-scss-module__S_fXoq__moreSplitReverse .SecondVariantComponent-module-scss-module__S_fXoq__moreMedia{padding:0}.SecondVariantComponent-module-scss-module__S_fXoq__moreMedia{border:1px solid rgba(0,0,0,.2);border-radius:20px;justify-content:center;align-self:stretch;align-items:center;min-height:0;padding:0;display:flex;overflow:hidden}.SecondVariantComponent-module-scss-module__S_fXoq__moreMedia img{display:block}.SecondVariantComponent-module-scss-module__S_fXoq__moreMediaCover img{object-fit:cover;width:100%;height:100%}.SecondVariantComponent-module-scss-module__S_fXoq__moreMediaContain img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.SecondVariantComponent-module-scss-module__S_fXoq__moreMediaTop img{object-position:center top}.SecondVariantComponent-module-scss-module__S_fXoq__moreMediaCenter img{object-position:center center}.SecondVariantComponent-module-scss-module__S_fXoq__moreMediaBottom img{object-position:center bottom}.SecondVariantComponent-module-scss-module__S_fXoq__moreMediaTop{align-items:flex-start}.SecondVariantComponent-module-scss-module__S_fXoq__moreMediaCenter{align-items:center}.SecondVariantComponent-module-scss-module__S_fXoq__moreMediaBottom{align-items:flex-end}.SecondVariantComponent-module-scss-module__S_fXoq__moreFears{flex-direction:column;gap:64px;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__fearRows{flex-direction:column;gap:24px;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__fearRow{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:24px;display:grid}.SecondVariantComponent-module-scss-module__S_fXoq__fearRow .SecondVariantComponent-module-scss-module__S_fXoq__moreMedia{aspect-ratio:612/488;border-radius:24px}.SecondVariantComponent-module-scss-module__S_fXoq__fearRowReverse .SecondVariantComponent-module-scss-module__S_fXoq__fearText{order:2}.SecondVariantComponent-module-scss-module__S_fXoq__fearRowReverse .SecondVariantComponent-module-scss-module__S_fXoq__mediaCard{order:1}.SecondVariantComponent-module-scss-module__S_fXoq__fearText{background:#f8f9fc;border-radius:24px;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;padding:48px;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__fearText h2{color:#303044;margin:0;font-size:max(26px,min(2.3vw,32px));font-weight:600;line-height:1.15}.SecondVariantComponent-module-scss-module__S_fXoq__fearText p{color:#5c5c6f;margin:0;font-size:max(18px,min(1.5vw,20px));line-height:1.5}.SecondVariantComponent-module-scss-module__S_fXoq__fearText strong{font-weight:700}.SecondVariantComponent-module-scss-module__S_fXoq__fearRowTall .SecondVariantComponent-module-scss-module__S_fXoq__moreMedia{aspect-ratio:612/805}.SecondVariantComponent-module-scss-module__S_fXoq__fullImage{aspect-ratio:9/2.5;background:#fff;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.SecondVariantComponent-module-scss-module__S_fXoq__fullImage img{object-fit:cover;width:100%;height:100%}.SecondVariantComponent-module-scss-module__S_fXoq__moreHeadline{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__moreHeadline h2{color:#111125;max-width:900px;margin:0;font-size:max(36px,min(3.4vw,48px));font-weight:600;line-height:1.15}.SecondVariantComponent-module-scss-module__S_fXoq__scienceGrid{grid-template-columns:minmax(0,800px) 424px;justify-content:center;align-items:stretch;gap:24px;display:grid}.SecondVariantComponent-module-scss-module__S_fXoq__scienceGridReverse{grid-template-columns:424px minmax(0,800px)}.SecondVariantComponent-module-scss-module__S_fXoq__largeEssay{background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:16px;flex-direction:column;min-width:0;display:flex;overflow:hidden}.SecondVariantComponent-module-scss-module__S_fXoq__largeEssay .SecondVariantComponent-module-scss-module__S_fXoq__moreMedia{aspect-ratio:800/367;border:0;border-radius:0;padding:0}.SecondVariantComponent-module-scss-module__S_fXoq__largeEssay .SecondVariantComponent-module-scss-module__S_fXoq__moreMedia img{width:100%;height:100%}.SecondVariantComponent-module-scss-module__S_fXoq__largeEssay>div:last-child{flex-direction:column;gap:20px;padding:24px;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__largeEssay h2{color:#303044;margin:0;font-size:max(32px,min(2.8vw,40px));font-weight:600;line-height:1.15}.SecondVariantComponent-module-scss-module__S_fXoq__largeEssay p{color:#303044;margin:0;font-size:max(18px,min(1.5vw,20px));line-height:1.5}.SecondVariantComponent-module-scss-module__S_fXoq__quoteStack{flex-direction:column;gap:24px;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__quoteCard{background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:16px;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;min-height:368px;padding:32px;display:flex}.SecondVariantComponent-module-scss-module__S_fXoq__quoteCard img{object-fit:contain;width:64px;height:64px;display:block}.SecondVariantComponent-module-scss-module__S_fXoq__quoteCard h3{color:#303044;margin:0;font-size:max(24px,min(2.3vw,32px));font-weight:600;line-height:1.15}.SecondVariantComponent-module-scss-module__S_fXoq__quoteCard span{color:#111125;font-family:Inter,var(--font-montserrat),sans-serif;font-size:16px;font-weight:500;line-height:1.2}.SecondVariantComponent-module-scss-module__S_fXoq__page [data-reveal=pending]{opacity:0;transform:translateY(28px)}.SecondVariantComponent-module-scss-module__S_fXoq__page [data-reveal=visible]{opacity:1;transition:opacity .55s,transform .55s;transform:translateY(0)}@keyframes SecondVariantComponent-module-scss-module__S_fXoq__faqOpen{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1180px){.SecondVariantComponent-module-scss-module__S_fXoq__section{padding:56px 0}.SecondVariantComponent-module-scss-module__S_fXoq__textPanel,.SecondVariantComponent-module-scss-module__S_fXoq__resultTextFrame,.SecondVariantComponent-module-scss-module__S_fXoq__benefitTextFrame{padding:48px}.SecondVariantComponent-module-scss-module__S_fXoq__mediaCard{padding:0}.SecondVariantComponent-module-scss-module__S_fXoq__resultBlock,.SecondVariantComponent-module-scss-module__S_fXoq__metricBlock{gap:40px}.SecondVariantComponent-module-scss-module__S_fXoq__metricTextFrame,.SecondVariantComponent-module-scss-module__S_fXoq__metricImageFrame{width:auto}.SecondVariantComponent-module-scss-module__S_fXoq__moreSplit,.SecondVariantComponent-module-scss-module__S_fXoq__moreSplitReverse,.SecondVariantComponent-module-scss-module__S_fXoq__scienceGrid,.SecondVariantComponent-module-scss-module__S_fXoq__scienceGridReverse{grid-template-columns:1fr;gap:28px}.SecondVariantComponent-module-scss-module__S_fXoq__moreSplitReverse .SecondVariantComponent-module-scss-module__S_fXoq__textPanel,.SecondVariantComponent-module-scss-module__S_fXoq__moreSplitReverse .SecondVariantComponent-module-scss-module__S_fXoq__mediaCard{order:initial}.SecondVariantComponent-module-scss-module__S_fXoq__quoteStack{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.SecondVariantComponent-module-scss-module__S_fXoq__moreSplit,.SecondVariantComponent-module-scss-module__S_fXoq__moreSplitReverse{gap:32px;min-height:0}.SecondVariantComponent-module-scss-module__S_fXoq__largeEssay{min-height:0}.SecondVariantComponent-module-scss-module__S_fXoq__largeEssay .SecondVariantComponent-module-scss-module__S_fXoq__moreMedia{height:auto}.SecondVariantComponent-module-scss-module__S_fXoq__formInner{grid-template-columns:1fr;gap:48px}.SecondVariantComponent-module-scss-module__S_fXoq__formContent{padding:0}}@media (max-width:900px){.SecondVariantComponent-module-scss-module__S_fXoq__infoCard,.SecondVariantComponent-module-scss-module__S_fXoq__resultBlock{grid-template-columns:1fr}.SecondVariantComponent-module-scss-module__S_fXoq__infoCardReverse .SecondVariantComponent-module-scss-module__S_fXoq__textPanel,.SecondVariantComponent-module-scss-module__S_fXoq__infoCardReverse .SecondVariantComponent-module-scss-module__S_fXoq__mediaCard{order:initial}.SecondVariantComponent-module-scss-module__S_fXoq__textPanelAccent{border-radius:16px}.SecondVariantComponent-module-scss-module__S_fXoq__faqGrid{grid-template-columns:1fr;gap:24px}.SecondVariantComponent-module-scss-module__S_fXoq__fearRow{grid-template-columns:1fr}.SecondVariantComponent-module-scss-module__S_fXoq__fearRowReverse .SecondVariantComponent-module-scss-module__S_fXoq__fearText,.SecondVariantComponent-module-scss-module__S_fXoq__fearRowReverse .SecondVariantComponent-module-scss-module__S_fXoq__mediaCard{order:initial}.SecondVariantComponent-module-scss-module__S_fXoq__stickyPanel{padding:24px 24px 28px}}@media (max-width:760px){.SecondVariantComponent-module-scss-module__S_fXoq__section,.SecondVariantComponent-module-scss-module__S_fXoq__hero{padding:40px 0}.SecondVariantComponent-module-scss-module__S_fXoq__cardsStack{padding-bottom:40px}.SecondVariantComponent-module-scss-module__S_fXoq__cardsStack .wrapper{gap:28px}.SecondVariantComponent-module-scss-module__S_fXoq__heroContent,.SecondVariantComponent-module-scss-module__S_fXoq__faqInner{gap:32px}.SecondVariantComponent-module-scss-module__S_fXoq__copyBlock{gap:16px}.SecondVariantComponent-module-scss-module__S_fXoq__textPanel,.SecondVariantComponent-module-scss-module__S_fXoq__resultTextFrame,.SecondVariantComponent-module-scss-module__S_fXoq__benefitTextFrame,.SecondVariantComponent-module-scss-module__S_fXoq__mediaCard{min-height:auto;padding:28px}.SecondVariantComponent-module-scss-module__S_fXoq__resultBlock,.SecondVariantComponent-module-scss-module__S_fXoq__benefitBlock{align-items:stretch}.SecondVariantComponent-module-scss-module__S_fXoq__resultTextFrame,.SecondVariantComponent-module-scss-module__S_fXoq__benefitTextFrame{align-self:stretch;max-height:none}.SecondVariantComponent-module-scss-module__S_fXoq__metricBlock{flex-direction:column;gap:28px}.SecondVariantComponent-module-scss-module__S_fXoq__metricTextFrame{width:100%;padding:28px}.SecondVariantComponent-module-scss-module__S_fXoq__metricImageFrame{width:100%;min-height:auto}.SecondVariantComponent-module-scss-module__S_fXoq__warningBlock{align-items:flex-start;gap:20px;padding:28px}.SecondVariantComponent-module-scss-module__S_fXoq__stickyStory{height:280vh}.SecondVariantComponent-module-scss-module__S_fXoq__stickyPanel{min-height:calc(100vh - var(--straightening-header-offset));height:calc(100dvh - var(--straightening-header-offset));gap:18px;padding:18px 16px 24px}.SecondVariantComponent-module-scss-module__S_fXoq__stickyCopy{max-width:100%}.SecondVariantComponent-module-scss-module__S_fXoq__screenDesktop{border-radius:22px}.SecondVariantComponent-module-scss-module__S_fXoq__screenTopBar{gap:12px;padding:14px 16px}.SecondVariantComponent-module-scss-module__S_fXoq__screenTitle{min-height:88px;padding:18px 20px 14px;font-size:24px}.SecondVariantComponent-module-scss-module__S_fXoq__resultBlock{gap:28px}.SecondVariantComponent-module-scss-module__S_fXoq__resultItem{gap:16px}.SecondVariantComponent-module-scss-module__S_fXoq__moreFears{gap:32px}.SecondVariantComponent-module-scss-module__S_fXoq__fearText,.SecondVariantComponent-module-scss-module__S_fXoq__fearRowTall .SecondVariantComponent-module-scss-module__S_fXoq__fearText,.SecondVariantComponent-module-scss-module__S_fXoq__fearRowTall .SecondVariantComponent-module-scss-module__S_fXoq__mediaCard{height:auto;min-height:auto;padding:28px}.SecondVariantComponent-module-scss-module__S_fXoq__fearRow .SecondVariantComponent-module-scss-module__S_fXoq__moreMedia,.SecondVariantComponent-module-scss-module__S_fXoq__fearRowTall .SecondVariantComponent-module-scss-module__S_fXoq__moreMedia{height:auto;padding:0}.SecondVariantComponent-module-scss-module__S_fXoq__quoteStack{grid-template-columns:1fr}.SecondVariantComponent-module-scss-module__S_fXoq__quoteCard{align-items:flex-start;min-height:auto;padding:24px}.SecondVariantComponent-module-scss-module__S_fXoq__faqItem summary{min-height:72px;padding:20px;font-size:18px}.SecondVariantComponent-module-scss-module__S_fXoq__faqItem p{padding:0 20px 22px}.SecondVariantComponent-module-scss-module__S_fXoq__phoneWrap{height:600px}.SecondVariantComponent-module-scss-module__S_fXoq__phone{transform-origin:top;transform:scale(.86)}}@media (max-width:440px){.SecondVariantComponent-module-scss-module__S_fXoq__ctaButton{width:100%;padding-left:18px;padding-right:18px}.SecondVariantComponent-module-scss-module__S_fXoq__screenDesktop{border-radius:18px}.SecondVariantComponent-module-scss-module__S_fXoq__screenTopBar{grid-template-columns:auto 1fr auto;gap:10px;padding:12px 14px}.SecondVariantComponent-module-scss-module__S_fXoq__screenFileName{font-size:12px}.SecondVariantComponent-module-scss-module__S_fXoq__screenTitle{min-height:72px;padding:16px 16px 12px;font-size:20px}.SecondVariantComponent-module-scss-module__S_fXoq__textPanel,.SecondVariantComponent-module-scss-module__S_fXoq__resultTextFrame,.SecondVariantComponent-module-scss-module__S_fXoq__benefitTextFrame,.SecondVariantComponent-module-scss-module__S_fXoq__mediaCard,.SecondVariantComponent-module-scss-module__S_fXoq__warningBlock{border-radius:18px;padding:22px}.SecondVariantComponent-module-scss-module__S_fXoq__moreMedia{border-radius:18px;padding:0}.SecondVariantComponent-module-scss-module__S_fXoq__infoCard,.SecondVariantComponent-module-scss-module__S_fXoq__resultBlock,.SecondVariantComponent-module-scss-module__S_fXoq__benefitBlock,.SecondVariantComponent-module-scss-module__S_fXoq__metricBlock{border-radius:18px}.SecondVariantComponent-module-scss-module__S_fXoq__phoneWrap{width:100vw;height:600px;margin-left:-16px}.SecondVariantComponent-module-scss-module__S_fXoq__phone{transform-origin:top;transform:scale(.86)}}@media (max-width:360px){.SecondVariantComponent-module-scss-module__S_fXoq__section{padding:32px 0}.SecondVariantComponent-module-scss-module__S_fXoq__moreSplit,.SecondVariantComponent-module-scss-module__S_fXoq__moreSplitReverse,.SecondVariantComponent-module-scss-module__S_fXoq__scienceGrid,.SecondVariantComponent-module-scss-module__S_fXoq__scienceGridReverse{gap:18px}.SecondVariantComponent-module-scss-module__S_fXoq__moreSplit .SecondVariantComponent-module-scss-module__S_fXoq__textPanel,.SecondVariantComponent-module-scss-module__S_fXoq__moreSplitReverse .SecondVariantComponent-module-scss-module__S_fXoq__textPanel,.SecondVariantComponent-module-scss-module__S_fXoq__moreFears,.SecondVariantComponent-module-scss-module__S_fXoq__moreHeadline,.SecondVariantComponent-module-scss-module__S_fXoq__largeEssay>div:last-child,.SecondVariantComponent-module-scss-module__S_fXoq__quoteCard,.SecondVariantComponent-module-scss-module__S_fXoq__fearText{min-width:0}.SecondVariantComponent-module-scss-module__S_fXoq__moreSplit .SecondVariantComponent-module-scss-module__S_fXoq__textPanel,.SecondVariantComponent-module-scss-module__S_fXoq__moreSplitReverse .SecondVariantComponent-module-scss-module__S_fXoq__textPanel,.SecondVariantComponent-module-scss-module__S_fXoq__fearText,.SecondVariantComponent-module-scss-module__S_fXoq__quoteCard,.SecondVariantComponent-module-scss-module__S_fXoq__largeEssay>div:last-child{padding:16px}.SecondVariantComponent-module-scss-module__S_fXoq__moreSplit,.SecondVariantComponent-module-scss-module__S_fXoq__moreSplitReverse{gap:16px}.SecondVariantComponent-module-scss-module__S_fXoq__moreMedia{border-radius:16px}.SecondVariantComponent-module-scss-module__S_fXoq__moreHeadline h2{font-size:28px}.SecondVariantComponent-module-scss-module__S_fXoq__quoteCard{min-height:auto;padding:20px}}
.Button-module-scss-module__XzbjEW__button{cursor:pointer;color:#fff;text-transform:uppercase;letter-spacing:.17px;background:#b22d2d;border:none;border-radius:64px;justify-content:center;align-items:center;gap:8px;height:48px;padding:0 24px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.Button-module-scss-module__XzbjEW__button:hover:not(:disabled){background:#9a2424}.Button-module-scss-module__XzbjEW__button:active:not(:disabled){background:#7d1d1d}.Button-module-scss-module__XzbjEW__button:disabled{opacity:.6;cursor:not-allowed}.Button-module-scss-module__XzbjEW__button:focus-visible{outline-offset:2px;outline:2px solid #b22d2d}.Button-module-scss-module__XzbjEW__icon{flex-shrink:0}
