@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Montserrat:wght@500&display=swap";:root{--dark:#183a3b;--light:#d8e3df;--accent:#b86554;--line:#83aaa9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--dark);color:var(--dark);margin:0;font:16px/1.6 Inter,sans-serif}button,a{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Montserrat,sans-serif;font-weight:500;line-height:1.2}h2{letter-spacing:.5px;font-size:52px}.nav{background:var(--dark);height:159px;color:var(--light);justify-content:space-between;align-items:center;padding:28px 64px;display:flex}.nav img{object-fit:contain;width:235px;height:101px}.nav nav{align-items:center;gap:32px;display:flex}.nav a{color:inherit;text-decoration:none}.btn{border:1px solid var(--accent);background:var(--accent);color:var(--light);border-radius:6px;padding:11px 24px;font:500 16px Inter}.outline{border-color:var(--light);background:0 0}.hero{background:var(--dark);height:773px;color:var(--light);grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.hero-copy{justify-self:end;max-width:640px;padding:150px 40px 80px 64px}.hero h1{letter-spacing:.7px;font-size:72px}.hero-copy>p{max-width:560px;font-size:18px}.hero-copy>div{gap:16px;margin-top:32px;display:flex}.hero-copy .btn{min-width:240px}.hero-art{position:relative}.hero-back,.hero-person{object-fit:cover;position:absolute}.hero-back{border-radius:56px 0 0;width:89%;height:900px;left:11%}.hero-person{border-radius:8px;width:536px;height:803px;top:101px;left:-24px}.light{background:var(--light)}.dark{background:var(--dark);color:var(--light)}.services{padding:0 64px}.eyebrow{max-width:1280px;height:219px;margin:auto;padding-top:90px;font-size:18px;font-weight:600}.service{border-top:1px solid var(--line);grid-template-columns:135px 1fr 1fr;align-items:center;gap:80px;max-width:1280px;margin:auto;padding:50px 0;display:grid}.service>b{font-size:100px}.service h2{margin:0 0 24px}.service p{font-size:18px}.service img{aspect-ratio:1;object-fit:cover;border-radius:8px;width:100%}.service a{margin-left:24px}.centered{text-align:center;min-height:900px;padding:112px 10%}.centered h2{max-width:780px;margin:20px auto}.lead{max-width:800px;margin:0 auto 55px;font-size:18px}.portrait{object-fit:contain;width:270px;height:300px}.centered blockquote{max-width:780px;margin:35px auto;font:500 28px/1.4 Montserrat}.process{padding:112px 64px}.process>div{max-width:760px}.process ol{grid-template-columns:repeat(4,1fr);gap:30px;max-width:1280px;margin:auto;padding:70px 0 0;list-style:none;display:grid}.process li{border-top:1px solid var(--line);padding-top:24px}.process li b{font-size:52px}.split{grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding:112px 64px;display:grid}.split>div{justify-self:end;max-width:560px}.split img{aspect-ratio:1;object-fit:cover;border-radius:8px;width:100%;max-width:616px}.stats{grid-template-columns:400px 1fr;gap:80px;padding:112px 64px;display:grid}.stat-grid{grid-template-columns:1fr 1fr;gap:32px;display:grid}.stat-grid article{border:1px solid #527877;border-radius:8px;padding:32px}.stat-grid strong{font:500 76px Montserrat}.faq{padding:112px max(64px,50% - 640px)}.faq>p{font-size:18px}.faq article{border-top:1px solid var(--line);cursor:pointer;padding:20px 24px}.faq h3{justify-content:space-between;font:500 18px Inter;display:flex}.faq article p{max-width:768px}.form{text-align:center;padding:112px 20px}.form form{text-align:left;flex-direction:column;gap:24px;max-width:560px;margin:70px auto 0;display:flex}.form label{flex-direction:column;gap:8px;display:flex}.form input,.form textarea{font:inherit;background:#183a3b0d;border:1px solid #183a3b26;border-radius:6px;padding:12px}.form textarea{height:180px}.form .check{display:block}.form .check input{margin-right:8px}.form .btn{background:var(--dark);border-color:var(--dark);align-self:center}.contacts,.location{padding:112px max(64px,50% - 640px)}.contacts>div{grid-template-columns:repeat(3,1fr);gap:48px;margin-top:80px;display:grid}.contacts i{font-size:42px;font-style:normal}.contacts h3{font-size:36px}.location img{aspect-ratio:3/2;object-fit:cover;border-radius:8px;width:100%;margin-top:60px}.location h3{margin:32px 0 10px;font-size:36px}.location a{color:inherit}footer{background:var(--dark);color:var(--light);text-align:center;padding:80px 64px}footer img{object-fit:contain;width:195px;height:83px}footer nav{margin:25px}footer hr{border:0;border-top:1px solid #527877;margin:70px 0 32px}footer div{text-align:left;font-size:14px}footer span{float:right}@media (width<=800px){h2{font-size:38px}.nav{height:100px;padding:16px 20px}.nav img{width:135px;height:60px}.nav nav a{display:none}.nav .btn{padding:8px 10px}.hero{grid-template-columns:1fr;height:auto}.hero-copy{padding:64px 20px}.hero h1{font-size:48px}.hero-copy>div{flex-direction:column}.hero-art,.hero-back{height:430px}.hero-person{width:75%;height:410px;top:45px;left:5%}.services{padding:0 20px}.eyebrow{height:100px;padding-top:40px}.service{grid-template-columns:1fr;gap:20px}.service>b{font-size:64px}.service h2{font-size:38px}.service img{grid-row:2}.process,.split,.stats,.contacts,.location{padding:64px 20px}.process ol,.contacts>div,.split,.stats{grid-template-columns:1fr}.centered{padding:64px 20px}.stat-grid{grid-template-columns:1fr}.faq,.form{padding:64px 20px}.contacts>div{margin-top:40px}.location img{margin-top:30px}footer{padding:50px 20px}footer nav{line-height:2.4}footer span{float:none;margin-top:14px;display:block}}.nav{z-index:1000;gap:20px;position:sticky;top:0;box-shadow:0 4px 18px #0000001f}.nav nav{gap:18px}.header-contact{flex:600px;justify-content:center;align-items:center;gap:28px;max-width:680px;padding:0 10px;display:flex}.header-phone{color:var(--light);white-space:nowrap;align-items:center;gap:9px;font-size:18px;font-weight:600;text-decoration:none;display:inline-flex}.header-phone:hover span{text-decoration:underline}.phone-icon,.location-icon{background-color:currentColor;flex:0 0 24px;width:24px;height:24px;display:block}.phone-icon{-webkit-mask:url(/assets/phone-icon.png) 50%/contain no-repeat;mask:url(/assets/phone-icon.png) 50%/contain no-repeat}.location-icon{-webkit-mask:url(/assets/location-icon.png) 50%/contain no-repeat;mask:url(/assets/location-icon.png) 50%/contain no-repeat}.header-contact address{color:#b8ccca;white-space:nowrap;align-items:center;gap:9px;min-width:0;max-width:none;font-size:16px;font-style:normal;line-height:1.4;display:flex}.header-contact address strong{color:var(--light)}.btn.call-btn{white-space:nowrap;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.contacts a{color:inherit}@media (width<=1050px){.header-contact{flex-basis:300px;gap:20px;padding:0}.header-contact address,.nav nav>a:not(.call-btn){display:none}}@media (width<=800px){.nav{flex-wrap:wrap;gap:10px;height:auto;min-height:100px}.nav img{width:125px;height:54px}.header-contact{flex-basis:100%;order:3;justify-content:space-between}.header-contact address{max-width:190px;font-size:11px;display:block}.header-phone{font-size:15px}.nav nav{margin-left:auto}.nav nav a.call-btn{padding:8px 10px;font-size:13px;display:inline-flex}}.header-logo{flex-shrink:0;align-items:center;display:flex}@media (width>=801px){.nav{height:112px;padding-top:5px;padding-bottom:5px}.hero-back{object-position:center center;top:32px}.hero-person{object-fit:contain;object-position:center bottom;top:4px}}@media (width>=1101px){.hero{grid-template-columns:54% 46%}.hero-copy{width:100%;max-width:720px;padding-left:36px;padding-right:24px;transform:translate(-24px)}.hero-copy h1{width:110%;max-width:740px}}@media (width>=801px){.hero-copy h1{font-size:58px}.hero-copy>div .btn{min-width:270px;min-height:58px;padding:14px 32px;font-size:18px}}.hero-copy .hero-slogan{letter-spacing:.2px;margin-bottom:18px;font-family:Montserrat,sans-serif;font-size:28px;font-weight:500;line-height:1.3}.hero-services{z-index:3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);width:350px;color:var(--light);text-shadow:0 1px 3px #183a3b8c;background:#183a3b7a;border:1px solid #d8e3df40;border-radius:10px;margin:0;padding:26px 24px 26px 50px;font-size:22px;font-weight:600;line-height:1.35;position:absolute;top:305px;right:70px}.hero-services li+li{margin-top:18px}.hero-services li::marker{color:var(--accent)}.advantages{text-align:center;padding:112px 64px}.advantages-head{max-width:768px;margin:0 auto}.advantages-head h2{margin:0 0 24px}.advantages-head>p{font-size:18px}.advantages-grid{grid-template-columns:repeat(4,1fr);gap:48px;max-width:1280px;margin:80px auto;display:grid}.advantages-grid article{flex-direction:column;align-items:center;display:flex}.anonymous-icon,.always-open-icon,.personal-plan-icon,.doctors-icon{background:var(--dark);width:48px;height:48px;margin-bottom:24px;display:block}.anonymous-icon{-webkit-mask:url(/assets/anonymous-icon.png) 50%/contain no-repeat;mask:url(/assets/anonymous-icon.png) 50%/contain no-repeat}.always-open-icon{-webkit-mask:url(/assets/always-open-icon.png) 50%/contain no-repeat;mask:url(/assets/always-open-icon.png) 50%/contain no-repeat}.personal-plan-icon{-webkit-mask:url(/assets/personal-plan-icon.png) 50%/contain no-repeat;mask:url(/assets/personal-plan-icon.png) 50%/contain no-repeat}.doctors-icon{-webkit-mask:url(/assets/doctors-icon.png) 50%/contain no-repeat;mask:url(/assets/doctors-icon.png) 50%/contain no-repeat}.advantages-grid h3{margin-bottom:16px;font-size:24px}.advantages-grid p{margin:0}.advantages-actions{justify-content:center;align-items:center;gap:36px;display:flex}.advantages-actions>a{color:var(--dark);padding:15px 20px;font-size:24px;font-weight:500;text-decoration:none}.advantages-actions .advantages-primary{min-width:165px;min-height:69px;color:var(--dark);background:0 0;border-color:#183a3b33;padding:15px 36px;font-size:24px}@media (width<=800px){.hero-copy .hero-slogan{font-size:23px}.hero-services{columns:2;column-gap:28px;width:auto;padding:16px 18px 16px 38px;font-size:15px;inset:auto 18px 10px}.hero-services li{break-inside:avoid}.hero-services li+li{margin-top:8px}.advantages{padding:64px 20px}.advantages-grid{grid-template-columns:1fr;gap:48px;margin:48px auto}.advantages-head h2{font-size:36px}.advantages-actions{flex-wrap:wrap}}.compact-services{grid-template-columns:60% 40%;min-height:760px;padding:72px 0 80px 76px;display:grid;position:relative;overflow:hidden}.services-content{z-index:2;align-self:center;max-width:830px;position:relative}.services-content>h2{margin:0 0 36px;font-size:58px}.services-list{border-bottom:1px solid var(--line)}.compact-services .service{border-top:1px solid var(--line);opacity:0;grid-template-columns:60px minmax(0,1fr) 120px;align-items:center;gap:22px;min-height:104px;padding:18px 0;transform:translate(-90px)}.compact-services.is-visible .service{animation:service-slide .65s cubic-bezier(.2,.75,.25,1) var(--delay) forwards}@keyframes service-slide{to{opacity:1;transform:translate(0)}}.compact-services .service>b{font-size:28px;font-weight:600}.compact-services .service h3{margin:0 0 4px;font-size:23px}.compact-services .service p{margin:0;font-size:15px}.compact-services .service>a{color:var(--dark);text-align:right;font-weight:600;text-decoration:none}.compact-services .service>a:hover{text-decoration:underline}.services-visual{border-radius:42% 0 0 42%;width:55%;height:76%;position:absolute;top:50%;right:-29%;overflow:hidden;transform:translateY(-50%)}.services-visual img{object-fit:cover;object-position:center;width:100%;height:100%}@media (prefers-reduced-motion:reduce){.compact-services .service{opacity:1;transform:none}.compact-services.is-visible .service{animation:none}}@media (width<=800px){.compact-services{min-height:0;padding:56px 20px 340px;display:block}.services-content>h2{margin-bottom:28px;font-size:42px}.compact-services .service{grid-template-columns:42px 1fr;gap:14px;min-height:0;padding:20px 0}.compact-services .service>b{font-size:22px}.compact-services .service h3{font-size:20px}.compact-services .service>a{text-align:left;grid-column:2}.services-visual{border-radius:50% 0 0 50%;width:105%;height:290px;top:auto;bottom:25px;right:-18%;transform:none}}@media (width>=801px){.compact-services{grid-template-columns:minmax(600px,64%) 36%;column-gap:18px;padding-left:100px;padding-right:20px;display:grid}.services-content{max-width:820px}.compact-services .service{grid-template-columns:54px minmax(0,1fr) 105px;gap:16px}.services-collage{align-self:center;width:410px;min-width:0;height:590px;position:relative;left:-34px}.services-collage img{object-fit:cover;border:3px solid var(--dark);width:260px;height:220px;box-shadow:none;border-radius:24px;position:absolute}.services-collage .collage-one{z-index:1;top:0;left:0}.services-collage .collage-two{z-index:2;top:176px;right:0}.services-collage .collage-three{z-index:3;bottom:0;left:12px}}@media (width<=800px){.services-visual{border-radius:0}.compact-services{padding-bottom:560px}.services-collage{height:500px;position:absolute;bottom:25px;left:10px;right:10px}.services-collage img{object-fit:cover;border:3px solid var(--dark);width:220px;height:185px;box-shadow:none;border-radius:20px;position:absolute}.services-collage .collage-one{z-index:1;top:0;left:0}.services-collage .collage-two{z-index:2;top:155px;right:0}.services-collage .collage-three{z-index:3;bottom:0;left:10px}}@media (width>=801px){.compact-services{column-gap:9px;padding-left:110px;padding-right:10px;transform:translate(10px)}.services-collage{left:-51px}.compact-services .services-content{transform:translate(50px)}}.treatment-timeline{padding:96px 64px 112px}.timeline-head{max-width:768px;margin:0 auto 74px 0}.timeline-head h2{margin-bottom:24px}.timeline-head>p{max-width:700px;font-size:18px}.timeline-head>div{align-items:center;gap:24px;margin-top:28px;display:flex}.timeline-head>div>a:last-child{color:var(--light);font-weight:500;text-decoration:none}.timeline-track{grid-template-columns:repeat(4,1fr);max-width:1280px;min-height:360px;margin:auto;display:grid;position:relative}.timeline-track:before{content:"";background:var(--light);height:3px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.timeline-step{grid-template-rows:155px 30px 155px;padding:0 16px;display:grid;position:relative}.timeline-step>img{object-fit:cover;border-radius:8px;width:145px;height:145px}.timeline-step.step-top>img{grid-row:1;align-self:start}.timeline-step.step-bottom>img{grid-row:3;align-self:end}.timeline-dot{z-index:2;border:4px solid var(--dark);background:var(--light);border-radius:50%;grid-row:2;align-self:center;width:15px;height:15px;position:relative}.timeline-copy{max-width:250px}.step-top .timeline-copy{grid-row:3}.step-bottom .timeline-copy{grid-row:1}.timeline-copy h3{margin:0 0 8px;font-size:25px}.timeline-copy p{margin:0;font-size:15px}.timeline-step:nth-child(2n) .timeline-copy,.timeline-step:nth-child(2n) img{justify-self:start}@media (width>=1101px){.compact-services{padding-left:12px}.compact-services .services-content{transform:none}.services-collage{left:-20px}.services-collage img{width:300px;height:250px}.services-collage{width:470px;height:650px}.services-collage .collage-two{top:195px}.treatment-timeline{padding-left:64px}}@media (width<=800px){.treatment-timeline{padding:64px 20px}.timeline-head{margin-bottom:48px}.timeline-head>div{flex-direction:column;align-items:flex-start}.timeline-track{flex-direction:column;gap:28px;min-height:0;display:flex}.timeline-track:before{width:3px;height:auto;top:0;bottom:0;left:7px;transform:none}.timeline-step{grid-template-rows:auto;grid-template-columns:30px 96px 1fr;gap:14px;padding:0;display:grid}.timeline-step>img,.timeline-step.step-top>img,.timeline-step.step-bottom>img{grid-area:1/2;width:96px;height:96px}.timeline-dot{grid-area:1/1;margin-top:40px}.timeline-copy,.step-top .timeline-copy,.step-bottom .timeline-copy{grid-area:1/3}.timeline-copy h3{font-size:20px}}@media (width>=801px){.nav{padding-left:65px;padding-right:65px}.hero{grid-template-columns:54% 46%}.hero-copy{justify-self:start;max-width:760px;padding-left:65px;transform:none}.advantages,.process,.split,.stats,.faq,.form,.contacts,.location,.treatment-timeline,footer{padding-left:65px;padding-right:65px}.compact-services{padding-left:65px;padding-right:20px;transform:none}.compact-services .services-content{transform:none}.eyebrow,.service,.advantages-head,.advantages-grid,.services-list,.timeline-track{max-width:none}.hero-services{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#183a3bb8}.advantages-actions .advantages-primary{color:var(--light);background:var(--accent);border-color:var(--accent)}}:root{--app-scale:1}html,body,#root{width:100%;max-width:100%;margin:0}.scale-viewport{width:100%;position:relative;overflow:hidden}.app-scale{width:2560px;max-width:none;transform:scale(var(--app-scale));transform-origin:0 0;will-change:transform}.app-scale>header,.app-scale>section,.app-scale>footer{width:2560px;max-width:none}.app-scale .nav{z-index:1000;flex-wrap:nowrap;place-content:normal space-between;align-items:center;gap:0 20px;width:2560px;height:112px;min-height:112px;padding:5px 165px;display:flex;position:sticky;top:0}.app-scale .nav img{width:235px;height:101px;max-height:none}.app-scale .header-logo{order:initial;flex:none}.app-scale .header-contact{order:initial;flex:760px;justify-content:center;align-items:center;gap:42px;min-width:0;max-width:1050px;padding:0 18px;display:flex}.app-scale .header-phone{order:initial;gap:9px;font-size:18px}.app-scale .header-contact address{order:initial;white-space:nowrap;justify-content:flex-start;width:auto;min-width:0;max-width:none;margin:0;font-size:16px;display:flex}.app-scale .phone-icon,.app-scale .location-icon{flex-basis:24px;width:24px;height:24px}.app-scale .nav nav{order:initial;flex:none;gap:58px;margin:0;display:flex;transform:translate(-40px)}.app-scale .nav nav>a:not(.call-btn){white-space:nowrap;font-size:16px;display:inline-flex}.app-scale .nav nav .call-btn{padding:11px 24px;font-size:16px;display:inline-flex}.app-scale .hero{grid-template-columns:54% 46%;width:100%;height:773px;display:grid}.app-scale .hero-copy{justify-self:start;width:100%;max-width:1050px;padding:120px 36px 80px 165px;transform:none}.app-scale .hero-copy h1{width:100%;max-width:980px;font-size:58px}.app-scale .hero-copy .hero-slogan{font-size:28px}.app-scale .hero-copy>div{flex-direction:row;gap:16px;display:flex}.app-scale .hero-copy>div .btn{min-width:270px;min-height:58px;padding:14px 32px;font-size:18px}.app-scale .hero-art{min-width:0;height:100%}.app-scale .hero-back{width:89%;height:900px;top:32px;left:11%}.app-scale .hero-person{width:536px;height:803px;top:4px;left:-24px}.app-scale .hero-services{columns:auto;width:350px;padding:26px 24px 26px 50px;font-size:22px;inset:305px 140px auto auto}.app-scale .advantages{text-align:center;padding:112px 165px}.app-scale .advantages-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:48px;max-width:none;margin:80px auto}.app-scale .advantages-grid h3{font-size:24px}.app-scale .advantages-grid p{font-size:16px}.app-scale .advantages-actions{flex-wrap:nowrap;gap:36px}.app-scale .advantages-actions>a,.app-scale .advantages-actions .advantages-primary{min-height:69px;padding:15px 36px;font-size:24px}.app-scale .compact-services{grid-template-columns:minmax(0,64%) minmax(0,36%);column-gap:18px;width:100%;min-height:760px;padding:72px 80px 80px 165px;display:grid;transform:none}.app-scale .compact-services .services-content{z-index:4;background:var(--light);width:auto;min-width:0;max-width:none;box-shadow:28px 0 0 var(--light);transform:none}.app-scale .services-content>h2{font-size:58px}.app-scale .compact-services .service{grid-template-columns:54px minmax(0,1fr) 105px;gap:16px;min-height:104px;padding:18px 0;display:grid}.app-scale .compact-services .service>b{font-size:28px}.app-scale .compact-services .service h3{font-size:23px}.app-scale .compact-services .service p,.app-scale .compact-services .service>a{font-size:15px}.app-scale .compact-services .service>a{text-align:right;grid-column:auto;margin-left:0}.app-scale .services-collage{width:720px;min-width:0;height:650px;display:block;position:relative;bottom:auto;left:50px;right:auto;overflow:hidden;transform:none}.app-scale .services-collage img{border-radius:24px;width:300px;height:250px;position:absolute}.app-scale .services-collage .collage-one{top:0;left:0;right:auto}.app-scale .services-collage .collage-two{top:195px;left:auto;right:80px}.app-scale .services-collage .collage-three{bottom:0;left:12px;right:auto}.app-scale .treatment-timeline{padding:96px 165px 112px}.app-scale .timeline-head{margin:0 0 74px}.app-scale .timeline-head>div{flex-direction:row;align-items:center}.app-scale .timeline-track{grid-template-columns:repeat(4,minmax(0,1fr));max-width:none;min-height:360px;display:grid}.app-scale .timeline-track:before{width:auto;height:3px;display:block;inset:50% 0 auto;transform:translateY(-50%)}.app-scale .timeline-step{grid-template-rows:155px 30px 155px;grid-template-columns:none;gap:0;padding:0 16px;display:grid}.app-scale .timeline-step>img,.app-scale .timeline-step.step-top>img,.app-scale .timeline-step.step-bottom>img{grid-column:auto;width:145px;height:145px}.app-scale .timeline-step.step-top>img{grid-row:1}.app-scale .timeline-step.step-bottom>img{grid-row:3}.app-scale .timeline-dot{border-width:6px;grid-area:2;width:30px;height:30px;margin:0;transform:translate(-7px)}.app-scale .timeline-copy,.app-scale .step-top .timeline-copy,.app-scale .step-bottom .timeline-copy{grid-column:auto;max-width:250px}.app-scale .step-top .timeline-copy{grid-row:3}.app-scale .step-bottom .timeline-copy{grid-row:1}.app-scale .timeline-copy h3{font-size:25px}.app-scale .timeline-copy p{font-size:15px}.app-scale .split{grid-template-columns:1fr 1fr;gap:80px;padding:112px 165px;display:grid}.app-scale .stats{grid-template-columns:400px 1fr;gap:80px;padding:112px 165px;display:grid}.app-scale .stat-grid{grid-template-columns:1fr 1fr}.app-scale .faq,.app-scale .form,.app-scale .reference-contacts,.app-scale footer{padding-left:165px;padding-right:165px}.app-scale .reference-contacts .contact-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:48px}.app-scale .reference-contacts .contact-grid article{border:0;padding:0}.app-scale .contact-location{grid-template-columns:2fr 1fr;gap:48px}.app-scale .contact-location>div{order:initial}@media (width>=600px){html,body{width:100%;max-width:100%;overflow-x:hidden}main{zoom:1;width:100%;max-width:100%}.nav{gap:clamp(14px,2vw,30px);width:100%;height:clamp(88px,7.8vw,112px);padding:clamp(8px,1vw,16px) clamp(28px,4.5vw,65px)}.nav img{width:clamp(155px,16.3vw,235px);height:auto;max-height:96px}.header-contact{flex:auto;gap:clamp(12px,1.9vw,28px);min-width:0;max-width:none;padding:0}.header-phone{gap:clamp(6px,.7vw,10px);font-size:clamp(14px,1.25vw,18px)}.phone-icon,.location-icon{flex-basis:clamp(18px,1.67vw,24px);width:clamp(18px,1.67vw,24px);height:clamp(18px,1.67vw,24px)}.header-contact address{white-space:nowrap;min-width:0;font-size:clamp(11px,1.1vw,16px);display:flex}.nav nav{flex:0 auto;gap:clamp(12px,2.2vw,32px);display:flex;transform:none}.nav nav>a:not(.call-btn){white-space:nowrap;font-size:clamp(13px,1.1vw,16px);display:inline-flex}.nav nav .call-btn{padding:clamp(8px,.75vw,11px) clamp(12px,1.65vw,24px);font-size:clamp(13px,1.1vw,16px);display:inline-flex}.hero{grid-template-columns:54% 46%;height:clamp(580px,53.7vw,773px)}.hero-copy{justify-self:start;width:100%;max-width:none;padding:clamp(64px,10vw,150px) clamp(20px,2.5vw,36px) clamp(45px,5.5vw,80px) clamp(36px,11.45vw,165px);transform:none}.hero-copy h1{width:100%;max-width:740px;font-size:clamp(40px,4vw,58px)}.hero-copy .hero-slogan{font-size:clamp(20px,1.95vw,28px)}.hero-copy>div .btn{min-width:clamp(190px,18.75vw,270px);min-height:clamp(48px,4vw,58px);padding:clamp(10px,1vw,14px) clamp(18px,2.2vw,32px);font-size:clamp(14px,1.25vw,18px)}.hero-art{min-width:0}.hero-back{object-fit:cover;width:89%;height:116%;top:4%;left:11%}.hero-person{object-fit:contain;width:min(74%,536px);height:104%;top:.5%;left:-3%}.hero-services{width:clamp(245px,24.3vw,350px);padding:clamp(17px,1.8vw,26px) clamp(16px,1.7vw,24px) clamp(17px,1.8vw,26px) clamp(36px,3.5vw,50px);font-size:clamp(16px,1.52vw,22px);top:40%;right:clamp(14px,4.8vw,70px)}.advantages,.split,.stats,.faq,.form,.contacts,.treatment-timeline,footer{padding-left:clamp(36px,11.45vw,165px);padding-right:clamp(36px,4.5vw,65px)}.advantages{padding-top:clamp(72px,7.8vw,112px);padding-bottom:clamp(72px,7.8vw,112px)}.advantages-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(18px,3.3vw,48px);margin:clamp(52px,5.55vw,80px) auto}.advantages-grid h3{font-size:clamp(18px,1.67vw,24px)}.advantages-grid p{font-size:clamp(13px,1.1vw,16px)}.advantages-actions>a,.advantages-actions .advantages-primary{min-height:clamp(50px,4.8vw,69px);padding:clamp(10px,1vw,15px) clamp(18px,2.5vw,36px);font-size:clamp(17px,1.67vw,24px)}.compact-services{grid-template-columns:minmax(0,64%) minmax(260px,36%);column-gap:clamp(8px,1.25vw,18px);min-height:clamp(650px,52.8vw,760px);padding:clamp(54px,5vw,72px) clamp(20px,1.4vw,20px) clamp(60px,5.55vw,80px) clamp(36px,11.45vw,165px);display:grid;transform:none}.compact-services .services-content{min-width:0;max-width:none;transform:none}.services-content>h2{font-size:clamp(42px,4vw,58px)}.compact-services .service{grid-template-columns:clamp(42px,3.75vw,54px) minmax(0,1fr) clamp(88px,7.3vw,105px);gap:clamp(8px,1.1vw,16px);min-width:0;padding:clamp(13px,1.25vw,18px) 0}.compact-services .service h3{font-size:clamp(18px,1.6vw,23px)}.compact-services .service p{font-size:clamp(12px,1.05vw,15px)}.compact-services .service>a{margin-left:0;font-size:clamp(12px,1.05vw,15px)}.services-collage{align-self:center;width:100%;min-width:0;max-width:470px;height:clamp(500px,45vw,650px);display:block;position:relative;left:0;overflow:hidden}.services-collage img{width:clamp(210px,20.8vw,300px);height:clamp(180px,17.35vw,250px)}.services-collage .collage-one{left:0;right:auto}.services-collage .collage-two{top:30%;right:0}.services-collage .collage-three{left:3%;right:auto}.treatment-timeline{padding-top:clamp(72px,6.7vw,96px);padding-bottom:clamp(82px,7.8vw,112px)}.timeline-track{grid-template-columns:repeat(4,minmax(0,1fr));min-height:clamp(315px,25vw,360px)}.timeline-step{grid-template-rows:clamp(130px,10.8vw,155px) 30px clamp(130px,10.8vw,155px);padding:0 clamp(6px,1.1vw,16px)}.timeline-step>img{width:clamp(105px,10vw,145px);height:clamp(105px,10vw,145px)}.timeline-copy h3{font-size:clamp(18px,1.74vw,25px)}.timeline-copy p{font-size:clamp(12px,1.04vw,15px)}.split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(36px,5.55vw,80px)}.stats{grid-template-columns:minmax(270px,400px) minmax(0,1fr);gap:clamp(36px,5.55vw,80px)}.reference-contacts .contact-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,3.3vw,48px)}.reference-contacts .contact-grid i{width:clamp(64px,6.67vw,96px);height:clamp(64px,6.67vw,96px);font-size:clamp(50px,5.28vw,76px);line-height:clamp(64px,6.67vw,96px)}.contact-location{grid-template-columns:minmax(0,2fr) minmax(220px,1fr);gap:clamp(28px,3.3vw,48px)}}@media (width>=600px) and (width<=1023px){.nav{padding-left:clamp(24px,4.5vw,46px);padding-right:clamp(24px,4vw,40px)}.nav nav{gap:clamp(10px,1.3vw,14px)}.nav nav>a:not(.call-btn){font-size:12px}.nav nav .call-btn{padding-inline:10px;font-size:12px}.header-contact{gap:10px}.header-contact address{font-size:10px}.header-phone{font-size:13px}.hero-copy{padding-left:clamp(34px,6vw,62px)}.advantages,.split,.stats,.faq,.form,.contacts,.treatment-timeline,footer{padding-left:clamp(34px,6vw,62px);padding-right:clamp(30px,5vw,52px)}.compact-services{grid-template-columns:minmax(0,66%) minmax(230px,34%);padding-left:clamp(34px,6vw,62px)}.services-collage{height:500px}.services-collage img{width:210px;height:180px}.advantages-grid{gap:16px}.advantages-grid h3{font-size:17px}.advantages-grid p{font-size:12px}.timeline-copy{max-width:190px}.timeline-copy h3{font-size:17px}.timeline-copy p{font-size:11px}.reference-contacts{padding-left:clamp(34px,6vw,62px)}}@media (width>=600px) and (width<=1250px){.nav{flex-wrap:wrap;align-content:center;row-gap:2px;height:auto;min-height:112px;padding-bottom:8px}.header-logo{order:1}.header-contact{display:contents}.header-phone{order:2}.nav nav{order:3;margin-left:auto}.header-contact address{white-space:nowrap;order:4;justify-content:center;width:100%;margin-top:-8px;display:flex}}@media (width>=801px){.services-collage{transform:translate(50px)}}@media (width>=600px) and (width<=800px){.nav{flex-wrap:nowrap;height:clamp(78px,10vw,88px);min-height:0;padding-top:6px;padding-bottom:6px}.nav img{width:clamp(125px,18vw,145px);height:auto}.header-contact{order:initial;flex-basis:auto;justify-content:center}.header-contact address{max-width:none;display:flex}.header-phone{font-size:12px}.nav nav{margin-left:0}.nav nav>a:not(.call-btn){display:inline-flex}.nav nav a.call-btn{padding:7px 9px;font-size:11px;display:inline-flex}.hero{grid-template-columns:54% 46%;height:clamp(520px,70vw,570px);display:grid}.hero-copy{padding:54px 16px 42px 30px}.hero h1{font-size:clamp(32px,4.7vw,38px)}.hero-copy .hero-slogan{font-size:clamp(17px,2.5vw,20px)}.hero-copy>div{flex-direction:row;gap:8px}.hero-copy>div .btn{min-width:0;min-height:44px;padding:9px 12px;font-size:12px}.hero-art{height:auto}.hero-back{height:116%;left:11%}.hero-person{width:78%;height:104%;top:.5%;left:-3%}.hero-services{columns:auto;width:225px;padding:14px 12px 14px 32px;font-size:13px;inset:39% 12px auto auto}.hero-services li+li{margin-top:9px}.advantages{padding:58px 30px}.advantages-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:42px auto}.advantages-head h2{font-size:34px}.advantages-grid h3{font-size:15px}.advantages-grid p{font-size:11px}.anonymous-icon,.always-open-icon,.personal-plan-icon,.doctors-icon{width:40px;height:40px;margin-bottom:16px}.advantages-actions{flex-wrap:nowrap;gap:18px}.compact-services{grid-template-columns:minmax(0,66%) minmax(220px,34%);min-height:610px;padding:46px 18px 50px 30px;display:grid}.services-content>h2{font-size:38px}.compact-services .service{grid-template-columns:38px minmax(0,1fr) 78px;gap:7px;padding:11px 0;display:grid}.compact-services .service>b{font-size:21px}.compact-services .service h3{font-size:16px}.compact-services .service p,.compact-services .service>a{font-size:10px}.compact-services .service>a{text-align:right;grid-column:auto}.services-collage{height:460px;position:relative;bottom:auto;left:0;right:auto}.services-collage img{border-radius:18px;width:190px;height:160px}.services-collage .collage-two{top:30%;right:0}.services-collage .collage-three{bottom:0;left:3%}.treatment-timeline{padding:58px 30px 70px}.timeline-head{margin-bottom:42px}.timeline-head>div{flex-direction:row;align-items:center}.timeline-track{grid-template-columns:repeat(4,minmax(0,1fr));min-height:290px;display:grid}.timeline-track:before{width:auto;height:3px;display:block;inset:50% 0 auto;transform:translateY(-50%)}.timeline-step{grid-template-rows:115px 30px 115px;grid-template-columns:none;gap:0;padding:0 4px;display:grid}.timeline-step>img,.timeline-step.step-top>img,.timeline-step.step-bottom>img{grid-column:auto;width:90px;height:90px}.timeline-step.step-top>img{grid-row:1}.timeline-step.step-bottom>img{grid-row:3}.timeline-dot{border-width:5px;grid-area:2;width:24px;height:24px;margin-top:0;transform:translate(-4px)}.timeline-copy,.step-top .timeline-copy,.step-bottom .timeline-copy{grid-column:auto}.step-top .timeline-copy{grid-row:3}.step-bottom .timeline-copy{grid-row:1}.timeline-copy h3{font-size:15px}.timeline-copy p{font-size:10px}.split{grid-template-columns:1fr 1fr;gap:30px;padding:58px 30px;display:grid}.stats{grid-template-columns:250px 1fr;gap:28px;padding:58px 30px;display:grid}.stat-grid{grid-template-columns:1fr 1fr}.faq,.form{padding:58px 30px}.contacts{padding-left:30px;padding-right:30px}.reference-contacts .contact-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:50px}.reference-contacts .contact-grid article{border:0;padding:0}.contact-location{grid-template-columns:2fr 1fr;margin-top:68px}.contact-location>div{order:initial}footer{padding:50px 30px}}.timeline-dot{translate:0 3px}@media (width<=1180px) and (width>=801px){.services-collage{display:none}}@media (width>=801px) and (width<=1439px){html{overflow-x:hidden}body{width:100%;overflow-x:hidden}main{zoom:calc(100vw / 1440px);width:1440px}.nav{flex-wrap:nowrap;height:112px;padding:5px 65px 5px 165px}.nav img{width:235px;height:101px}.header-contact{flex:600px;gap:28px;max-width:680px;padding:0 10px;display:flex}.header-contact address{white-space:nowrap;max-width:none;font-size:16px;display:flex}.header-phone{font-size:18px}.nav nav{gap:58px;display:flex;transform:translate(-40px)}.nav nav>a:not(.call-btn){display:inline-flex}.nav nav a.call-btn{padding:11px 24px;font-size:16px;display:inline-flex}.compact-services{grid-template-columns:minmax(600px,64%) 36%;column-gap:18px;padding-left:165px;padding-right:20px;display:grid}.compact-services .services-content{max-width:820px;transform:none}.services-collage{width:470px;min-width:0;height:650px;display:block;position:relative;left:-20px;overflow:hidden}.services-collage img{width:300px;height:250px}}.timeline-track{--timeline-line-y:50%}.timeline-track:before{top:var(--timeline-line-y)}.timeline-dot{align-self:center;translate:0}.reference-contacts{padding-top:112px;padding-bottom:112px}.contact-heading{max-width:768px}.contact-heading h2{margin-bottom:24px}.contact-heading p{font-size:18px}.reference-contacts .contact-grid{grid-template-columns:repeat(3,1fr);gap:48px;margin-top:80px;display:grid}.reference-contacts .contact-grid article{align-content:start;gap:16px;display:grid}.reference-contacts .contact-grid i{width:48px;height:48px;margin-bottom:8px;font-size:38px;font-style:normal;line-height:48px}.reference-contacts .contact-grid h3{margin:0;font-size:36px}.reference-contacts .contact-grid p{margin:0;font-size:16px}.reference-contacts .contact-grid a{color:inherit;text-decoration:underline}.contact-location{grid-template-columns:2fr 1fr;align-items:center;gap:48px;margin-top:112px;display:grid}.contact-location img{aspect-ratio:3/2;object-fit:cover;border-radius:8px;width:100%}.contact-location>div{gap:24px;display:grid}.contact-location h2,.contact-location p{margin:0}.contact-location a{color:var(--light);font-weight:600;text-decoration:none}.contact-location a:hover{text-decoration:underline}@media (width<=800px){.reference-contacts{padding:72px 20px}.reference-contacts .contact-grid{grid-template-columns:1fr;gap:0;margin-top:56px}.reference-contacts .contact-grid article{border-bottom:1px solid #527877;padding:28px 0}.contact-location{grid-template-columns:1fr;gap:32px;margin-top:72px}.contact-location>div{order:-1}}@media (width>=801px){.reference-contacts{padding-left:165px}}.timeline-dot{border-width:6px;width:30px;height:30px;transform:translate(-7px)}.step-bottom .timeline-copy,.step-top .timeline-copy{transform:translateY(15px)}.reference-contacts .contact-grid i{width:96px;height:96px;font-size:76px;line-height:96px}.form textarea{resize:none;width:100%;height:180px;min-height:180px;max-height:180px}.faq-answer:not(.is-open){display:none}.faq-answer.is-open>div>p{margin-bottom:0}@media (width>=801px){.nav{padding-left:165px;padding-right:65px}.hero-copy,.advantages,.process,.split,.stats,.faq,.form,.contacts,.location,.treatment-timeline,footer,.compact-services{padding-left:165px}.nav nav{gap:58px;transform:translate(-40px)}.services-content{z-index:4;background:var(--light);box-shadow:28px 0 0 var(--light)}.services-collage{z-index:1;overflow:hidden}}html body #root .scale-viewport{width:100%;max-width:100%;overflow:hidden}html body #root .app-scale{zoom:1;width:2560px;min-width:2560px;max-width:2560px;transform:scale(var(--app-scale));transform-origin:0 0}html body #root .app-scale>header,html body #root .app-scale>section,html body #root .app-scale>footer{box-sizing:border-box;width:2560px;min-width:2560px;max-width:2560px}html body #root .app-scale footer span{float:right;margin-top:0;display:inline}.menu-toggle{display:none}@media (width<=767px){:root{--mobile-header-height:calc(76px + env(safe-area-inset-top,0px))}html{scroll-padding-top:var(--mobile-header-height);-webkit-text-size-adjust:100%}body{width:100%;min-width:0}body.menu-open{overflow:hidden}html body #root .scale-viewport{overflow:visible;height:auto!important}html body #root .app-scale{zoom:1;will-change:auto;width:100%;min-width:0;max-width:none;transform:none}html body #root .app-scale>header,html body #root .app-scale>section,html body #root .app-scale>footer{width:100%;min-width:0;max-width:none}html body #root .app-scale .nav{width:100%;height:var(--mobile-header-height);min-height:var(--mobile-header-height);padding:calc(8px + env(safe-area-inset-top,0px)) max(18px,env(safe-area-inset-right,0px)) 8px max(18px,env(safe-area-inset-left,0px));z-index:2000;background:#183a3bfa;flex-wrap:nowrap;justify-content:space-between;gap:12px;display:flex;position:fixed;inset:0 0 auto}html body #root .app-scale .nav img{width:130px;height:58px}html body #root .app-scale .header-logo{z-index:2;order:0;position:relative}html body #root .app-scale .header-contact{display:none}.menu-toggle{z-index:2;background:0 0;border:1px solid #d8e3df80;border-radius:6px;align-content:center;gap:5px;width:46px;height:46px;padding:11px;display:grid;position:relative}.menu-toggle span{background:var(--light);border-radius:2px;width:100%;height:2px;transition:transform .25s,opacity .2s;display:block}.menu-toggle.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}html body #root .app-scale .nav nav{inset:var(--mobile-header-height) 0 0;width:100%;max-width:100%;height:calc(100dvh - var(--mobile-header-height));padding:28px max(20px,env(safe-area-inset-right,0px)) calc(28px + env(safe-area-inset-bottom,0px)) max(20px,env(safe-area-inset-left,0px));background:var(--dark);opacity:0;visibility:hidden;-webkit-overflow-scrolling:touch;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;margin:0;transition:transform .28s,opacity .2s,visibility .28s;display:flex;position:fixed;overflow-y:auto;transform:translate(100%)}html body #root .app-scale .nav nav.is-open{opacity:1;visibility:visible;transform:none}html body #root .app-scale .nav nav>a:not(.call-btn){border-bottom:1px solid #527877;width:100%;padding:18px 4px;font-size:20px;display:flex}html body #root .app-scale .nav nav .call-btn{justify-content:center;width:100%;min-height:52px;margin-top:28px;font-size:17px;display:flex}html body #root .app-scale .hero{height:auto;min-height:0;padding-top:var(--mobile-header-height);flex-direction:column;display:flex}html body #root .app-scale .hero-copy{order:1;width:100%;max-width:none;padding:52px 20px 38px;transform:none}html body #root .app-scale .hero-copy h1{overflow-wrap:break-word;width:100%;max-width:none;margin-bottom:22px;font-size:clamp(34px,10vw,43px);line-height:1.08}html body #root .app-scale .hero-copy .hero-slogan{font-size:clamp(18px,5.4vw,22px);line-height:1.35}html body #root .app-scale .hero-copy>div{grid-template-columns:1fr;gap:12px;margin-top:28px;display:grid}html body #root .app-scale .hero-copy>div .btn{width:100%;min-width:0;min-height:52px;padding:12px 18px;font-size:16px}html body #root .app-scale .hero-art{order:2;width:100%;height:530px;min-height:0;overflow:hidden}html body #root .app-scale .hero-back{object-fit:cover;border-radius:32px 0 0;width:calc(100% - 20px);height:100%;top:0;left:20px}html body #root .app-scale .hero-person{object-fit:contain;width:330px;height:410px;top:20px;left:50%;transform:translate(-55%)}html body #root .app-scale .hero-services{columns:1;background:#183a3be6;width:auto;padding:18px 16px 18px 38px;font-size:14px;inset:auto 18px 18px}html body #root .app-scale .advantages{text-align:left;padding:64px 20px}.advantages-head h2,.services-content>h2{font-size:clamp(34px,9vw,40px)}html body #root .app-scale .advantages-grid{grid-template-columns:1fr;gap:34px;margin:42px 0}html body #root .app-scale .advantages-grid article{text-align:left}html body #root .app-scale .advantages-grid h3{font-size:22px}html body #root .app-scale .advantages-grid p{font-size:15px}html body #root .app-scale .advantages-actions{grid-template-columns:1fr;gap:14px;display:grid}html body #root .app-scale .advantages-actions>a,html body #root .app-scale .advantages-actions .advantages-primary{text-align:center;justify-content:center;width:100%;min-height:52px;padding:12px 18px;font-size:17px}html body #root .app-scale .compact-services{min-height:0;padding:64px 20px 410px;display:block;position:relative;transform:none}html body #root .app-scale .compact-services .services-content{width:100%;box-shadow:none}html body #root .app-scale .compact-services .service{grid-template-columns:38px minmax(0,1fr);gap:8px 12px;min-height:0;padding:20px 0;display:grid}html body #root .app-scale .compact-services .service>b{font-size:21px}html body #root .app-scale .compact-services .service h3{overflow-wrap:anywhere;font-size:19px}html body #root .app-scale .compact-services .service p{font-size:14px}html body #root .app-scale .compact-services .service>a{text-align:left;grid-column:2;margin:0;font-size:14px}html body #root .app-scale .services-collage{width:auto;height:330px;display:block;position:absolute;bottom:48px;left:20px;right:20px;overflow:hidden;transform:none}html body #root .app-scale .services-collage img{object-fit:cover;border-radius:18px;width:170px;height:145px}html body #root .app-scale .services-collage .collage-one{top:0;left:0}html body #root .app-scale .services-collage .collage-two{top:92px;left:auto;right:0}html body #root .app-scale .services-collage .collage-three{bottom:0;left:18px}html body #root .app-scale .treatment-timeline{padding:64px 20px 72px}html body #root .app-scale .timeline-head{margin-bottom:52px}html body #root .app-scale .timeline-head h2{font-size:clamp(34px,9vw,40px)}html body #root .app-scale .timeline-head>div{flex-direction:column;align-items:stretch;gap:12px}html body #root .app-scale .timeline-track{flex-direction:column;gap:38px;min-height:0;display:flex;position:relative}html body #root .app-scale .timeline-track:before{width:3px;height:auto;display:block;top:16px;bottom:16px;left:14px;transform:none}html body #root .app-scale .timeline-step{grid-template-rows:auto;grid-template-columns:30px 84px minmax(0,1fr);align-items:center;gap:12px;padding:0;display:grid}html body #root .app-scale .timeline-step>img,html body #root .app-scale .timeline-step.step-top>img,html body #root .app-scale .timeline-step.step-bottom>img{grid-area:1/2;width:84px;height:84px}html body #root .app-scale .timeline-dot{z-index:1;border-width:5px;grid-area:1/1;width:28px;height:28px;margin:0;transform:translate(0,0)}html body #root .app-scale .timeline-copy,html body #root .app-scale .step-top .timeline-copy,html body #root .app-scale .step-bottom .timeline-copy{grid-area:1/3;max-width:none;transform:none}html body #root .app-scale .timeline-copy h3{font-size:18px}html body #root .app-scale .timeline-copy p{font-size:13px;line-height:1.45}html body #root .app-scale .split{flex-direction:column;gap:34px;padding:64px 20px;display:flex}html body #root .app-scale .split>div{justify-self:auto;max-width:none}html body #root .app-scale .split img{aspect-ratio:1;object-fit:cover;width:100%;max-width:none;height:auto}html body #root .app-scale .stats{padding:64px 20px;display:block}html body #root .app-scale .stat-grid{grid-template-columns:1fr;gap:16px;margin-top:36px}html body #root .app-scale .stat-grid article{padding:24px}html body #root .app-scale .stat-grid strong{font-size:54px}html body #root .app-scale .faq,html body #root .app-scale .form,html body #root .app-scale .reference-contacts{padding:64px 20px}html body #root .app-scale .faq h2,html body #root .app-scale .form h2,html body #root .app-scale .reference-contacts h2{font-size:clamp(34px,9vw,40px)}html body #root .app-scale .faq article{padding:18px 0}html body #root .app-scale .form form{gap:20px;width:100%;margin-top:40px}html body #root .app-scale .form input,html body #root .app-scale .form textarea{width:100%;min-width:0;font-size:16px}html body #root .app-scale .form .btn{width:100%;min-height:52px}html body #root .app-scale .reference-contacts .contact-grid{grid-template-columns:1fr;gap:0;margin-top:42px}html body #root .app-scale .reference-contacts .contact-grid article{border-bottom:1px solid #527877;padding:28px 0}html body #root .app-scale .reference-contacts .contact-grid i{width:56px;height:56px;font-size:44px;line-height:56px}html body #root .app-scale .reference-contacts .contact-grid h3{font-size:28px}html body #root .app-scale .contact-location{flex-direction:column;gap:28px;margin-top:64px;display:flex}html body #root .app-scale .contact-location>div{order:-1}html body #root .app-scale footer{text-align:center;padding:48px 20px}html body #root .app-scale footer nav{margin:28px 0;line-height:2.3}html body #root .app-scale footer div{text-align:center}html body #root .app-scale footer span{float:none;margin-top:16px;display:block}html body #root .app-scale{font-size:15px}html body #root .app-scale h2{overflow-wrap:anywhere;line-height:1.08}html body #root .app-scale p{line-height:1.55}html body #root .app-scale .btn{justify-content:center;align-items:center;display:inline-flex}html body #root .app-scale .hero-copy{padding-top:44px}html body #root .app-scale .hero-copy h1{letter-spacing:0;font-size:clamp(32px,9.6vw,42px)}html body #root .app-scale .hero-art{height:clamp(470px,132vw,530px)}html body #root .app-scale .hero-person{width:min(86vw,330px);height:390px;top:14px}html body #root .app-scale .hero-services{max-height:190px;margin:0;overflow:hidden}html body #root .app-scale .hero-services li+li{margin-top:5px}html body #root .app-scale .advantages-grid article{border-bottom:1px solid #183a3b2e;padding-bottom:28px}html body #root .app-scale .advantages-grid article:last-child{border-bottom:0;padding-bottom:0}html body #root .app-scale .advantages-grid p{max-width:34rem;margin-bottom:0}html body #root .app-scale .compact-services{padding-bottom:384px}html body #root .app-scale .compact-services .service:last-child{border-bottom:1px solid var(--line)}html body #root .app-scale .services-collage{height:310px;bottom:40px;left:20px;right:0}html body #root .app-scale .services-collage img{width:min(46vw,170px);height:138px}html body #root .app-scale .timeline-head>p{max-width:34rem}html body #root .app-scale .timeline-head>div .btn,html body #root .app-scale .timeline-head>div>a{text-align:center;justify-content:center;width:100%;min-height:50px}html body #root .app-scale .timeline-step{grid-template-columns:28px 76px minmax(0,1fr);gap:10px}html body #root .app-scale .timeline-step>img,html body #root .app-scale .timeline-step.step-top>img,html body #root .app-scale .timeline-step.step-bottom>img{width:76px;height:76px}html body #root .app-scale .timeline-copy h3{margin-bottom:7px;font-size:17px}html body #root .app-scale .timeline-copy p{margin-bottom:0}html body #root .app-scale .faq article h3{gap:18px;margin-bottom:0;line-height:1.4}html body #root .app-scale .faq article h3 b{flex:none}html body #root .app-scale .faq article h3{font-size:36px;line-height:1.2}html body #root .app-scale .faq .faq-answer{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .42s,opacity .32s;display:grid}html body #root .app-scale .faq .faq-answer.is-open{opacity:1;grid-template-rows:1fr}html body #root .app-scale .faq .faq-answer>div{min-height:0;overflow:hidden}html body #root .app-scale .faq .faq-answer p{white-space:pre-line;margin:18px 0 2px;font-size:30px;line-height:1.4}html body #root .app-scale .form label{font-weight:600}html body #root .app-scale .form input,html body #root .app-scale .form textarea{background:#ffffff47;min-height:50px}html body #root .app-scale .form textarea{height:140px;min-height:140px;max-height:140px}html body #root .app-scale .reference-contacts .contact-grid p{margin-bottom:10px}html body #root .app-scale .reference-contacts .contact-grid a{overflow-wrap:anywhere}html body #root .app-scale .reference-contacts .contact-grid article:nth-child(2) i{width:140px;height:140px;font-size:110px;line-height:140px}html body #root .app-scale .contact-location img{aspect-ratio:4/3;object-fit:cover;width:100%;height:auto}html body #root .app-scale footer nav{white-space:normal;max-width:290px;margin-inline:auto}}@media (width<=374px){html body #root .app-scale .nav{padding-inline:14px}html body #root .app-scale .nav img{width:118px}html body #root .app-scale .hero-copy,html body #root .app-scale .advantages,html body #root .app-scale .compact-services,html body #root .app-scale .treatment-timeline,html body #root .app-scale .split,html body #root .app-scale .stats,html body #root .app-scale .faq,html body #root .app-scale .form,html body #root .app-scale .reference-contacts{padding-left:16px;padding-right:16px}html body #root .app-scale .hero-copy h1{font-size:30px}html body #root .app-scale .hero-copy .hero-slogan{font-size:18px}html body #root .app-scale .hero-services{padding-left:32px;font-size:13px;left:12px;right:12px}html body #root .app-scale .timeline-step{grid-template-columns:26px 62px minmax(0,1fr);gap:8px}html body #root .app-scale .timeline-step>img,html body #root .app-scale .timeline-step.step-top>img,html body #root .app-scale .timeline-step.step-bottom>img{width:62px;height:62px}html body #root .app-scale .timeline-copy h3{font-size:15px}html body #root .app-scale .timeline-copy p{font-size:12px}}@media (width>=768px){html body #root .app-scale .faq article h3{font-size:36px}html body #root .app-scale .faq .faq-answer,html body #root .app-scale .faq .faq-answer>div,html body #root .app-scale .faq .faq-answer p{width:100%;max-width:none}html body #root .app-scale .faq .faq-answer{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .42s,opacity .32s;display:grid}html body #root .app-scale .faq .faq-answer.is-open{opacity:1;grid-template-rows:1fr}html body #root .app-scale .faq .faq-answer>div{min-height:0;overflow:hidden}html body #root .app-scale .faq .faq-answer p{white-space:pre-line;font-size:32px;line-height:1.4}html body #root .app-scale .reference-contacts .contact-grid article{grid-template-rows:288px auto auto auto}html body #root .app-scale .reference-contacts .contact-grid article i{align-self:end}html body #root .app-scale .reference-contacts .contact-grid article:nth-child(2) i{width:260px;height:260px;font-size:205px;line-height:260px;transform:translateY(40px)}}@media (width<=767px){html body #root .app-scale .faq article h3{font-size:18px}html body #root .app-scale .faq .faq-answer p{font-size:15px}}html body #root .app-scale footer .legal-details{color:#b8ccca;text-align:left;border-top:1px solid #527877;margin-top:32px;padding-top:28px;font-size:14px;line-height:1.75}html body #root .app-scale footer .legal-details strong{color:var(--light);font-weight:600}html body #root .app-scale .contact-location .yandex-map{background:var(--light);border:0;border-radius:8px;width:100%;min-height:500px;display:block}@media (width<=767px){html body #root .app-scale footer .legal-details{text-align:center;margin-top:28px;padding-top:24px;font-size:12px;line-height:1.65}html body #root .app-scale .contact-location .yandex-map{aspect-ratio:auto;min-height:420px}}.contact-page-hero{padding:150px 165px 170px}.contact-page-eyebrow{color:#b8ccca;text-transform:uppercase;letter-spacing:2px;margin-bottom:28px;font-size:22px}.contact-page-hero h1{max-width:1300px;margin-bottom:100px;font-size:96px}.contact-page-details{grid-template-columns:1fr 1.35fr;gap:120px;max-width:1700px;display:grid}.contact-page-details>a,.contact-page-details address{color:var(--light);align-items:center;gap:34px;font-style:normal;text-decoration:none;display:flex}.contact-page-details .phone-icon,.contact-page-details .location-icon{flex-basis:86px;width:86px;height:86px}.contact-page-details span{gap:8px;display:grid}.contact-page-details small{color:#b8ccca;font-size:20px}.contact-page-details strong{font:500 38px/1.35 Montserrat}.contact-page-map{grid-template-columns:560px 1fr;align-items:center;gap:100px;padding:130px 165px;display:grid}.contact-page-map>div>span{font-weight:600}.contact-page-map h2{margin:18px 0 28px}.contact-page-map p{max-width:500px;margin-bottom:36px;font-size:18px}.contact-page-map .yandex-map{background:var(--light);border:0;border-radius:12px;width:100%;height:720px;display:block}.contacts-page footer a,.service-route footer a,.licenses-route footer a{color:inherit;text-decoration:none}.licenses-page{padding:130px 165px 150px}.licenses-inner{grid-template-columns:520px minmax(0,1fr);align-items:start;gap:90px;max-width:1900px;margin:0 auto;display:grid}.licenses-heading>span{font-size:18px;font-weight:600}.licenses-heading h1{letter-spacing:.7px;margin:18px 0 28px;font-size:72px}.licenses-heading p{max-width:480px;margin-bottom:36px;font-size:18px}.licenses-heading .btn{justify-content:center;align-items:center;min-width:260px;min-height:58px;text-decoration:none;display:inline-flex}.license-images{gap:32px;display:grid}.license-images img{border:1px solid var(--line);background:#fff;border-radius:8px;width:100%;height:auto;display:block}.service-page{min-height:900px;padding:140px 165px 150px}.service-page-inner{max-width:1500px;margin:0 auto}.service-page h1{letter-spacing:.7px;max-width:1200px;color:var(--dark);margin:0 0 82px;font-size:72px}.price-table{border:1px solid var(--line);background:#ffffff24;border-radius:8px;width:100%;overflow:hidden}.price-row{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) minmax(180px,300px);align-items:center;min-height:88px;padding:20px 34px;font-size:20px;display:grid}.price-row:first-child{border-top:0}.price-row>span:first-child{text-align:left}.price-row>span:last-child,.price-row>strong{text-align:right}.price-row strong{white-space:nowrap;font:500 22px Montserrat}.price-head{text-transform:uppercase;letter-spacing:.8px;background:#183a3b14;min-height:76px;font-size:16px;font-weight:600}.service-call-btn{width:max-content;min-width:260px;min-height:58px;margin-top:42px;font-size:18px;text-decoration:none;display:flex}@media (width>=768px){.service-call-btn{text-align:center;justify-content:center;align-items:center;min-width:380px;min-height:78px;margin-top:105px;padding:18px 42px;font-size:28px;line-height:1}}.contacts-page .contact-page-hero{border-top:1px solid #527877;padding:112px 165px 130px}.contacts-page .contact-page-eyebrow{color:#83aaa9;letter-spacing:.5px;text-transform:none;margin-bottom:22px;font-size:18px;font-weight:600}.contacts-page .contact-page-hero h1{letter-spacing:.7px;max-width:1050px;margin-bottom:80px;font-size:72px}.contacts-page .contact-page-details{gap:80px;max-width:1600px}.contacts-page .contact-page-details>a,.contacts-page .contact-page-details address{border-top:1px solid #527877;align-items:flex-start;padding:38px 0}.contacts-page .contact-page-details .phone-icon,.contacts-page .contact-page-details .location-icon{width:72px;height:72px;color:var(--light);flex-basis:72px}.contacts-page .contact-page-details small{color:#83aaa9;font-size:18px}.contacts-page .contact-page-details strong{font-size:36px}.contacts-page .contact-page-map{gap:80px;padding:112px 165px}.contacts-page .contact-page-map>div>span{color:var(--dark);font-size:18px}.contacts-page .contact-page-map h2{letter-spacing:.5px;font-size:52px}.contacts-page .contact-page-map .yandex-map{border-radius:8px;height:650px}@media (width<=767px){html body #root .app-scale.contacts-page .nav>.call-btn{width:auto;min-height:44px;padding:9px 12px;font-size:13px}html body #root .app-scale .contact-page-hero{padding:126px 20px 70px}html body #root .app-scale .contact-page-eyebrow{letter-spacing:1.4px;font-size:14px}html body #root .app-scale .contact-page-hero h1{margin-bottom:52px;font-size:clamp(38px,11vw,50px)}html body #root .app-scale .contact-page-details{grid-template-columns:1fr;gap:34px}html body #root .app-scale .contact-page-details>a,html body #root .app-scale .contact-page-details address{align-items:flex-start;gap:18px}html body #root .app-scale .contact-page-details .phone-icon,html body #root .app-scale .contact-page-details .location-icon{flex-basis:48px;width:48px;height:48px}html body #root .app-scale .contact-page-details small{font-size:14px}html body #root .app-scale .contact-page-details strong{font-size:20px}html body #root .app-scale .contact-page-map{flex-direction:column;align-items:stretch;gap:42px;padding:64px 20px;display:flex}html body #root .app-scale .contact-page-map .btn{width:100%;min-height:52px}html body #root .app-scale .contact-page-map .yandex-map{width:100%;height:460px;min-height:460px}html body #root .app-scale.contacts-page .contact-page-hero{padding:126px 20px 64px}html body #root .app-scale.contacts-page .contact-page-eyebrow{font-size:15px}html body #root .app-scale.contacts-page .contact-page-hero h1{margin-bottom:46px;font-size:clamp(34px,9vw,40px)}html body #root .app-scale.contacts-page .contact-page-details>a,html body #root .app-scale.contacts-page .contact-page-details address{padding:28px 0}html body #root .app-scale.contacts-page .contact-page-map{padding:64px 20px}html body #root .app-scale.contacts-page .contact-page-map h2{font-size:clamp(34px,9vw,40px)}html body #root .app-scale .service-page{min-height:0;padding:126px 20px 72px}html body #root .app-scale .service-page-inner{width:100%;max-width:none}html body #root .app-scale .service-page h1{overflow-wrap:anywhere;margin-bottom:46px;font-size:clamp(34px,9vw,40px);line-height:1.08}html body #root .app-scale .price-table{width:100%;max-width:100%}html body #root .app-scale .price-row{grid-template-columns:minmax(0,1fr) auto;gap:14px;min-height:68px;padding:15px 14px;font-size:15px}html body #root .app-scale .price-row>span:first-child{overflow-wrap:anywhere;min-width:0}html body #root .app-scale .price-row strong{white-space:nowrap;font-size:16px}html body #root .app-scale .price-head{letter-spacing:.4px;min-height:62px;font-size:12px}html body #root .app-scale .service-call-btn{width:100%;min-width:0;min-height:52px;margin-top:30px;font-size:17px}html body #root .app-scale .licenses-page{padding:126px 20px 72px}html body #root .app-scale .licenses-inner{flex-direction:column;gap:42px;width:100%;max-width:none;display:flex}html body #root .app-scale .licenses-heading h1{font-size:clamp(34px,9vw,40px)}html body #root .app-scale .licenses-heading p{font-size:15px}html body #root .app-scale .licenses-heading .btn{width:100%;min-height:52px}html body #root .app-scale .license-images{gap:20px;width:100%}}.services-dropdown{color:var(--light);position:relative}.services-dropdown>button{color:inherit;font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:0}.services-dropdown>div{z-index:2100;background:var(--dark);border:1px solid #527877;border-radius:8px;box-shadow:0 14px 34px #00000040}.services-dropdown>div a{color:var(--light);text-decoration:none;display:block}.services-dropdown>div a:hover{background:#21494a}@media (width>=768px){.services-dropdown>div{opacity:0;visibility:hidden;width:360px;max-height:0;padding:0 10px;transition:max-height .38s,padding .38s,transform .32s,opacity .26s,visibility .38s;position:absolute;top:calc(100% + 14px);left:50%;overflow:hidden;transform:translate(-50%)translateY(-8px)}.services-dropdown.about-dropdown>div{width:220px}.services-dropdown.is-open>div{opacity:1;visibility:visible;max-height:360px;padding:10px;transform:translate(-50%)translateY(0)}.services-dropdown>div:before{content:"";height:15px;position:absolute;bottom:100%;left:0;right:0}.services-dropdown>div a{border-radius:5px;padding:13px 15px;font-size:15px;line-height:1.35}}@media (width<=767px){html body #root .app-scale .nav nav .services-dropdown{border-bottom:1px solid #527877;width:100%}html body #root .app-scale .nav nav .services-dropdown>button{text-align:left;width:100%;padding:18px 4px;font-size:20px}html body #root .app-scale .nav nav .services-dropdown>div{opacity:0;visibility:hidden;width:100%;max-height:0;box-shadow:none;border:0;border-radius:0;padding:0;transition:max-height .4s,padding .4s,transform .32s,opacity .26s,visibility .4s;position:static;overflow:hidden;transform:translateY(-8px)}html body #root .app-scale .nav nav .services-dropdown.is-open>div{opacity:1;visibility:visible;max-height:330px;padding:0 0 12px;transform:none}html body #root .app-scale .nav nav .services-dropdown>div a{border-left:2px solid var(--accent);padding:12px 16px;font-size:15px;line-height:1.35;display:block}}.cookie-banner{z-index:5000;background:var(--dark);width:min(620px,100vw - 56px);color:var(--light);border:1px solid #527877;border-radius:8px;align-items:center;gap:28px;padding:22px 24px;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 18px 48px #0000004d}.cookie-banner p{flex:1;margin:0;font-size:15px;line-height:1.5}.cookie-banner .btn{flex:none;min-width:130px;min-height:46px}@media (width<=767px){.cookie-banner{right:max(14px,env(safe-area-inset-right,0px));bottom:calc(14px + env(safe-area-inset-bottom,0px));left:max(14px,env(safe-area-inset-left,0px));width:auto;max-width:none;padding:18px 18px calc(18px + env(safe-area-inset-bottom,0px));flex-direction:column;align-items:stretch;gap:16px}.cookie-banner p{font-size:14px}.cookie-banner .btn{width:100%;min-height:50px}html body #root .app-scale footer{padding-bottom:calc(48px + env(safe-area-inset-bottom,0px))}html body #root .app-scale .contact-page-hero,html body #root .app-scale .service-page,html body #root .app-scale .licenses-page{padding-top:calc(126px + env(safe-area-inset-top,0px))}html body #root .app-scale img,html body #root .app-scale iframe{max-width:100%}html body #root .app-scale section,html body #root .app-scale section>*{min-width:0}html body #root .app-scale input,html body #root .app-scale textarea,html body #root .app-scale button{appearance:none;border-radius:6px;max-width:100%}html body #root .app-scale a,html body #root .app-scale button{touch-action:manipulation}}
