*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Inter',sans-serif;color:#252525;background-color:#fff;line-height:1.5;font-size:16px}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;font-family:inherit;background:none}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:700;src:url('../fonts/montserrat-v31-cyrillic_latin-700.woff2') format('woff2'),url('../fonts/montserrat-v31-cyrillic_latin-700.ttf') format('truetype')}@font-face{font-display:swap;font-family:'Inter';font-style:normal;font-weight:400;src:url('../fonts/inter-v20-cyrillic_latin-regular.woff2') format('woff2'),url('../fonts/inter-v20-cyrillic_latin-regular.ttf') format('truetype')}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}@media (min-width:768px){.container{padding:0 24px}}.text-accent{color:#e15e4f}.nowrap{white-space:nowrap}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:14px 28px;font-size:16px;font-weight:700;border-radius:4px;-webkit-transition:all .3s ease;transition:all .3s ease;text-align:center}.btn--primary{background-color:#e15e4f;color:#fff}.btn--primary:hover{background-color:#d83725;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.btn--outline{border:2px solid #eaeaea;color:#252525}.btn--outline:hover{border-color:#252525}.form__checkbox-group{margin-bottom:16px}.form__checkbox-group:last-of-type{margin-bottom:24px}.header{position:fixed;top:0;left:0;width:100%;background-color:rgba(255,255,255,0.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid transparent;z-index:1000;-webkit-transition:all .3s ease;transition:all .3s ease;padding:16px 0}.header.is-sticky{padding:10px 0;border-bottom:1px solid #eaeaea;-webkit-box-shadow:0 4px 20px rgba(0,0,0,0.05);box-shadow:0 4px 20px rgba(0,0,0,0.05)}.header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1;position:relative;z-index:1001}.header .logo__top{font-family:'Montserrat',sans-serif;font-size:24px;font-weight:700;color:#252525;letter-spacing:1px}.header .logo__bottom{font-size:11px;font-weight:400;color:#e15e4f;letter-spacing:5px;margin-top:2px}.header__descriptor{display:none;font-size:12px;color:#666;border-left:1px solid #eaeaea;padding-left:16px;margin-left:24px}@media (min-width:1024px){.header__descriptor{display:block}}.header__mobile-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;position:relative;z-index:1001}@media (min-width:1024px){.header__mobile-controls{display:none}}.header__mobile-phone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:44px;height:44px;background-color:rgba(105,193,187,0.1);border-radius:50%;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s}.header__mobile-phone:active{-webkit-transform:scale(.9);transform:scale(.9)}.header .burger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:44px;height:44px;gap:6px;background:transparent}.header .burger span{width:24px;height:2px;background-color:#252525;-webkit-transition:all .3s ease;transition:all .3s ease}.header .burger.is-active span:nth-child(1){-webkit-transform:translateY(8px) rotate(45deg);transform:translateY(8px) rotate(45deg)}.header .burger.is-active span:nth-child(2){opacity:0}.header .burger.is-active span:nth-child(3){-webkit-transform:translateY(-8px) rotate(-45deg);transform:translateY(-8px) rotate(-45deg)}.header .nav{position:fixed;top:0;left:0;width:100%;height:100dvh;background-color:#fff;padding-top:80px;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .4s cubic-bezier(.77, 0, .175, 1);transition:-webkit-transform .4s cubic-bezier(.77, 0, .175, 1);transition:transform .4s cubic-bezier(.77, 0, .175, 1);transition:transform .4s cubic-bezier(.77, 0, .175, 1), -webkit-transform .4s cubic-bezier(.77, 0, .175, 1);z-index:1000;overflow-y:auto}.header .nav.is-active{-webkit-transform:translateX(0);transform:translateX(0)}@media (min-width:1024px){.header .nav{position:static;height:auto;padding-top:0;-webkit-transform:none;transform:none;background:transparent;overflow:visible;display:block;margin:0 auto;width:auto}}.header .nav__inner{padding:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:1024px){.header .nav__inner{padding:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.header .nav__mobile-contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;padding-bottom:32px;margin-bottom:32px;border-bottom:1px solid #eaeaea}@media (min-width:1024px){.header .nav__mobile-contacts{display:none}}.header .nav__mobile-tel{font-family:'Montserrat',sans-serif;font-size:24px;font-weight:700;color:#252525}.header .nav__mobile-mail{font-size:16px;color:#e15e4f;margin-bottom:16px}.header .nav__mobile-btn{width:100%}.header .nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}@media (min-width:1024px){.header .nav__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:32px}}.header .nav__link{font-size:20px;font-weight:700;display:block;-webkit-transition:color .2s;transition:color .2s}.header .nav__link:hover,.header .nav__link.is-active{color:#e15e4f}@media (min-width:1024px){.header .nav__link{font-size:14px}}.header__actions{display:none}@media (min-width:1024px){.header__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}}.header__contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.header__phone{font-weight:700;font-size:16px;-webkit-transition:color .2s;transition:color .2s}.header__phone:hover{color:#e15e4f}.header__email{font-size:12px;color:#e15e4f}.header__btn{padding:10px 20px;font-size:14px}body.menu-open{overflow:hidden}.hero{min-height:100dvh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;overflow:hidden;background-color:#fff;-webkit-transition:background .5s ease-in-out;transition:background .5s ease-in-out;background-size:cover;background-position:center;background-repeat:no-repeat;background-image:url('../imgs/hero_bg.jpg');background-image:-webkit-image-set(url('../imgs/hero_bg.webp') type("image/webp"), url('../imgs/hero_bg.jpg') type("image/jpeg"));background-image:image-set(url('../imgs/hero_bg.webp') type("image/webp"), url('../imgs/hero_bg.jpg') type("image/jpeg"))}@media (min-width:1024px){.hero{background-attachment:fixed}}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(255,255,255,0.9)), color-stop(50%, rgba(255,255,255,0.7)), to(rgba(255,255,255,0.3)));background:linear-gradient(90deg, rgba(255,255,255,0.9) 0, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.3) 100%);z-index:1}@media (min-width:1024px){.hero{padding-top:100px;padding-bottom:100px}}.hero__inner{position:relative;z-index:2;width:100%;display:grid;grid-template-columns:1fr;gap:40px}@media (min-width:1024px){.hero__inner{grid-template-columns:1.2fr .8fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:80px}}.hero__content{max-width:650px;text-align:left}.hero__title{font-family:'Montserrat',sans-serif;font-size:clamp(32px, 5vw, 64px);line-height:1.1;font-weight:700;margin-bottom:32px;letter-spacing:-1px}.hero__subtitle{font-size:clamp(16px, 2vw, 20px);color:#666;margin-bottom:48px;line-height:1.6}.hero__cta-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}@media (min-width:768px){.hero__cta-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}}.hero__btn{width:100%}@media (min-width:768px){.hero__btn{width:auto}}.hero__trust{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:14px;color:#666;font-weight:700}.hero__visual{position:relative;width:100%;aspect-ratio:1.33333333;background-color:#eaeaea;border-radius:16px;overflow:hidden}@media (min-width:1024px){.hero__visual{aspect-ratio:1}}.hero__visual .hero__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-header{text-align:center;max-width:800px;margin:0 auto 48px}@media (min-width:1024px){.section-header{margin-bottom:64px}}.section-title{font-family:'Montserrat',sans-serif;font-size:32px;font-weight:700;margin-bottom:16px;line-height:1.2}@media (min-width:768px){.section-title{font-size:40px}}.section-subtitle{font-size:16px;color:#666;line-height:1.6}@media (min-width:768px){.section-subtitle{font-size:18px}}.about{padding:80px 0;background-color:#fff}@media (min-width:1024px){.about{padding:120px 0}}.about__inner{display:grid;grid-template-columns:1fr;gap:64px}@media (min-width:1024px){.about__inner{grid-template-columns:1fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:80px}}.about__badge{display:inline-block;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#e15e4f;margin-bottom:16px}.about__title{font-family:'Montserrat',sans-serif;font-size:32px;font-weight:700;line-height:1.2;margin-bottom:24px}@media (min-width:768px){.about__title{font-size:40px}}.about__desc{font-size:16px;color:#666;line-height:1.6;margin-bottom:32px}.about__desc strong{color:#252525}.about__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.about__list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px}.about__list-icon{-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(225,94,79,0.1);border-radius:50%;margin-top:2px}.about__list-text{font-size:15px;color:#666;line-height:1.5}.about__list-text strong{color:#252525;font-weight:700}.about__features{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width:768px){.about__features{grid-template-columns:repeat(2, 1fr)}}.about .feature-card{background-color:#fff;border:1px solid #eaeaea;border-radius:12px;padding:24px;-webkit-transition:all .3s ease;transition:all .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.about .feature-card:hover{border-color:#69c1bb;-webkit-box-shadow:0 10px 30px rgba(105,193,187,0.08);box-shadow:0 10px 30px rgba(105,193,187,0.08);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.about .feature-card__icon{width:48px;height:48px;background-color:rgba(105,193,187,0.1);border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:16px;color:#69c1bb}.about .feature-card__icon svg{width:24px;height:24px}.about .feature-card__title{font-family:'Montserrat',sans-serif;font-size:18px;font-weight:700;margin-bottom:8px;color:#252525}.about .feature-card__desc{font-size:14px;color:#666;line-height:1.5}.about .about-company{margin-top:80px;padding-top:80px;border-top:1px solid #eaeaea;display:grid;grid-template-columns:1fr;gap:48px}@media (min-width:1024px){.about .about-company{margin-top:120px;padding-top:120px;grid-template-columns:1fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:80px}}.about .about-company__visual{width:100%;border-radius:16px;overflow:hidden;background-color:#eaeaea;aspect-ratio:1.33333333}@media (min-width:1024px){.about .about-company__visual{aspect-ratio:1}}.about .about-company__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease, -webkit-transform .5s ease}.about .about-company__img:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}.about .about-company__title{font-family:'Montserrat',sans-serif;font-size:28px;font-weight:700;line-height:1.2;margin-bottom:24px;color:#252525}@media (min-width:768px){.about .about-company__title{font-size:32px}}.about .about-company__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;margin-top:32px}.about .about-company__tag{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:14px;font-weight:400;color:#252525;background-color:#f8f9fa;border:1px solid #eaeaea;padding:8px 16px 8px 12px;border-radius:100px;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:default;opacity:.7}.about .about-company__tag::before{content:'';display:block;width:14px;height:14px;-ms-flex-negative:0;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' fill='none' stroke='%23E15E4F' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M5 13l4 4L19 7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.about .about-company__tag:hover{opacity:1;border-color:#69c1bb;color:#419d96;background-color:rgba(105,193,187,0.1)}.stats{position:relative;padding:80px 0;background-color:#f8f9fa;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;background-size:cover;background-position:center;background-attachment:fixed;background-image:url('../imgs/stat_map.webp');background-image:-webkit-image-set(url('../imgs/stat_map.webp') type("image/webp"), url('../imgs/stat_map.jpg') type("image/jpeg"));background-image:image-set(url('../imgs/stat_map.webp') type("image/webp"), url('../imgs/stat_map.jpg') type("image/jpeg"))}.stats::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(248,249,250,0.8);z-index:1}.stats .container{position:relative;z-index:2}@media (min-width:1024px){.stats{padding:160px 0}}.stats__grid{display:grid;grid-template-columns:1fr;gap:64px;text-align:center}@media (min-width:768px){.stats__grid{grid-template-columns:repeat(3, 1fr);gap:32px}}.stats__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.stats__number{font-family:'Montserrat',sans-serif;font-weight:700;line-height:.9;color:#252525;font-size:32px}.stats__number .text-accent{display:block;color:#e15e4f;font-size:clamp(64px, 10vw, 96px);margin-bottom:8px;letter-spacing:-2px}@media (min-width:768px){.stats__number{font-size:40px}}.stats__text{font-size:14px;font-weight:400;color:#666;line-height:1.4;text-transform:uppercase;letter-spacing:1px;margin-top:16px;max-width:220px}.services{padding:80px 0;overflow:hidden}@media (min-width:1024px){.services{padding:120px 0}}.services__header-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:48px}@media (min-width:1024px){.services__header-wrapper{margin-bottom:64px}}.services__header{margin-bottom:0;text-align:left;max-width:600px}.services .slider-controls{display:none;gap:12px}@media (min-width:1024px){.services .slider-controls{display:-webkit-box;display:-ms-flexbox;display:flex}}.services .slider-btn{width:48px;height:48px;border-radius:50%;border:2px solid #eaeaea;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#252525;-webkit-transition:all .3s ease;transition:all .3s ease}.services .slider-btn:hover{border-color:#e15e4f;color:#e15e4f;background-color:rgba(225,94,79,0.05)}.services__slider{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;overflow-x:auto;padding-top:20px;margin-top:-20px;padding-bottom:40px;margin-bottom:-40px;-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.services__slider::-webkit-scrollbar{display:none}@media (min-width:768px){.services__slider{gap:32px}}.service-card{-webkit-box-flex:0;-ms-flex:0 0 280px;flex:0 0 280px;scroll-snap-align:start;background-color:#fff;border:1px solid #eaeaea;border-radius:12px;padding:32px 24px;-webkit-transition:all .3s ease;transition:all .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){.service-card{-webkit-box-flex:0;-ms-flex:0 0 320px;flex:0 0 320px}}@media (min-width:1024px){.service-card{-webkit-box-flex:0;-ms-flex:0 0 350px;flex:0 0 350px}}.service-card:hover{border-color:#69c1bb;-webkit-box-shadow:0 10px 30px rgba(105,193,187,0.1);box-shadow:0 10px 30px rgba(105,193,187,0.1);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.service-card__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;margin-bottom:20px}.service-card__icon{width:64px;height:64px;-ms-flex-negative:0;flex-shrink:0;background-color:rgba(105,193,187,0.1);border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.service-card__title{font-family:'Montserrat',sans-serif;font-size:20px;font-weight:700;line-height:1.2;margin:0}.service-card__desc{font-size:15px;color:#666;line-height:1.6;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.clients{padding:60px 0;border-bottom:1px solid #eaeaea;position:relative;overflow:hidden;background-size:cover;background-position:center;background-attachment:fixed;background-image:url('../imgs/clients_bg.webp');background-image:-webkit-image-set(url('../imgs/clients_bg.webp') type("image/webp"), url('../imgs/clients_bg.jpg') type("image/jpeg"));background-image:image-set(url('../imgs/clients_bg.webp') type("image/webp"), url('../imgs/clients_bg.jpg') type("image/jpeg"))}.clients::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.55);z-index:1}.clients .container{position:relative;z-index:2}@media (min-width:1024px){.clients{padding:100px 0}}.clients__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center}@media (min-width:768px){.clients__grid{grid-template-columns:repeat(4, 1fr);gap:32px}}@media (min-width:1024px){.clients__grid{grid-template-columns:repeat(6, 1fr);gap:40px}}.clients__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:140px;-webkit-filter:grayscale(100%) opacity(60%);filter:grayscale(100%) opacity(60%);-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer}.clients__logo:hover{-webkit-filter:grayscale(0) opacity(100%);filter:grayscale(0) opacity(100%);-webkit-transform:scale(1.05);transform:scale(1.05)}.clients__achievements{display:grid;grid-template-columns:1fr;gap:32px;margin-top:64px;text-align:center;background:rgba(255,255,255,0.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:40px 20px;border-radius:24px;border:1px solid rgba(0,0,0,0.05)}@media (min-width:768px){.clients__achievements{grid-template-columns:repeat(3, 1fr);margin-top:80px;padding:60px 40px}}.clients .client-stat__value{font-family:'Montserrat',sans-serif;color:#e15e4f;font-size:40px;font-weight:700;line-height:1;margin-bottom:12px}@media (min-width:1024px){.clients .client-stat__value{font-size:48px}}.clients .client-stat__label{font-size:14px;color:#666;line-height:1.4;max-width:200px;margin:0 auto;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.clients__gallery-wrapper{margin-top:64px;text-align:center}@media (min-width:1024px){.clients__gallery-wrapper{margin-top:80px}}.clients__gallery-title{font-family:'Montserrat',sans-serif;font-size:32px;font-weight:700;margin-bottom:32px;color:#252525}.clients__gallery{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px}@media (min-width:768px){.clients__gallery{gap:12px}}.clients .gallery-item{position:relative;display:block;width:64px;height:64px;border-radius:8px;overflow:hidden;background-color:#eaeaea}@media (min-width:768px){.clients .gallery-item{width:96px;height:96px;border-radius:12px}}.clients .gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:all .4s ease;transition:all .4s ease}.clients .gallery-item__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,0.6);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23e15e4f' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z'/%3E%3Cpath d='M21 21L16.65 16.65'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:24px;opacity:0;-webkit-transform:scale(.5);transform:scale(.5);-webkit-transition:all .4s cubic-bezier(.34, 1.56, .64, 1);transition:all .4s cubic-bezier(.34, 1.56, .64, 1)}@media (min-width:768px){.clients .gallery-item__overlay{background-size:32px}}.clients .gallery-item:hover img{-webkit-filter:grayscale(0);filter:grayscale(0);-webkit-transform:scale(1.1);transform:scale(1.1)}.clients .gallery-item:hover .gallery-item__overlay{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.lightbox{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease}.lightbox.is-active{opacity:1;visibility:visible}.lightbox__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.85);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer}.lightbox__content{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;padding:20px;pointer-events:none}.lightbox__image-wrapper{position:relative;max-width:90%;max-height:90vh;pointer-events:auto}.lightbox__image-wrapper::before{content:'';position:absolute;top:50%;left:50%;width:40px;height:40px;margin:-20px 0 0 -20px;border:3px solid rgba(255,255,255,0.3);border-top-color:#69c1bb;border-radius:50%;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;z-index:-1}.lightbox__img{display:block;max-width:100%;max-height:90vh;-o-object-fit:contain;object-fit:contain;border-radius:8px;-webkit-box-shadow:0 20px 50px rgba(0,0,0,0.5);box-shadow:0 20px 50px rgba(0,0,0,0.5)}.lightbox button{position:absolute;background-color:transparent;border:none;cursor:pointer;pointer-events:auto;-webkit-transition:opacity .2s,-webkit-transform .2s;transition:opacity .2s,-webkit-transform .2s;transition:transform .2s,opacity .2s;transition:transform .2s,opacity .2s,-webkit-transform .2s;opacity:.7}.lightbox button:hover{opacity:1}.lightbox__close{top:20px;right:20px;width:40px;height:40px;z-index:3;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E")}@media (min-width:768px){.lightbox__close{top:30px;right:40px;width:48px;height:48px}}.lightbox__nav{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:48px;height:48px;background-color:rgba(0,0,0,0.5);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.lightbox__nav:hover{background-color:rgba(0,0,0,0.8)}.lightbox__nav--prev{left:10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}@media (min-width:768px){.lightbox__nav--prev{left:40px}}.lightbox__nav--next{right:10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}@media (min-width:768px){.lightbox__nav--next{right:40px}}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.nda{padding:60px 0;background:linear-gradient(135deg, #181a20 0, #0a0b0e 100%);color:#fff;position:relative;overflow:hidden}@media (min-width:1024px){.nda{padding:160px 0}}.nda::before{content:'';position:absolute;top:-20%;left:30%;width:60%;height:100%;background:radial-gradient(ellipse at center, rgba(105,193,187,0.15) 0, transparent 70%);pointer-events:none;z-index:1}.nda .container{position:relative;z-index:2}.nda__inner{display:grid;grid-template-columns:1fr;gap:40px;background:rgba(255,255,255,0.03);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,0.08);-webkit-box-shadow:0 30px 60px rgba(0,0,0,0.4),inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:0 30px 60px rgba(0,0,0,0.4),inset 0 1px 0 rgba(255,255,255,0.1);border-radius:24px;padding:32px}@media (min-width:768px){.nda__inner{padding:48px}}@media (min-width:1024px){.nda__inner{grid-template-columns:1.5fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:64px;gap:64px}}.nda__title{font-family:'Montserrat',sans-serif;font-size:28px;font-weight:700;margin-bottom:24px;line-height:1.2}@media (min-width:768px){.nda__title{font-size:40px}}.nda__text{font-size:16px;color:rgba(255,255,255,0.7);line-height:1.6}@media (min-width:768px){.nda__text{font-size:18px}}.nda__visual{width:100%;aspect-ratio:1;background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.05);border-radius:16px;overflow:hidden}.nda__visual .nda__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.lead-form{padding:80px 0;background-color:#f8f9fa}@media (min-width:1024px){.lead-form{padding:120px 0}}.lead-form__inner{display:grid;grid-template-columns:1fr;gap:48px}@media (min-width:1024px){.lead-form__inner{grid-template-columns:1fr 1fr;gap:80px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}}.lead-form__title{font-family:'Montserrat',sans-serif;font-size:32px;font-weight:700;margin-bottom:16px;line-height:1.2}@media (min-width:768px){.lead-form__title{font-size:48px}}.lead-form__subtitle{font-size:16px;color:#666;line-height:1.6;margin-bottom:40px}@media (min-width:768px){.lead-form__subtitle{font-size:18px}}.lead-form__contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-bottom:40px}.lead-form__contact-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;font-size:18px;font-weight:700;color:#252525;-webkit-transition:color .3s;transition:color .3s}.lead-form__contact-link:hover{color:#e15e4f}.lead-form__subcontacts{font-size:16px;color:#666;line-height:1.6;margin-top:20px}.lead-form__subcontacts p{margin:8px 0}.form{background-color:#fff;padding:32px;border-radius:16px;-webkit-box-shadow:0 20px 40px rgba(0,0,0,0.05);box-shadow:0 20px 40px rgba(0,0,0,0.05);border:1px solid #eaeaea}@media (min-width:768px){.form{padding:48px}}.form__title{margin-bottom:24px;font-size:12px;font-weight:400;line-height:1.2;color:#666}.form__group{margin-bottom:24px}.form__label{display:block;font-size:14px;font-weight:700;margin-bottom:8px;color:#252525}.form__input{width:100%;padding:16px;border:1px solid #eaeaea;border-radius:8px;font-family:'Inter',sans-serif;font-size:16px;color:#252525;-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,box-shadow .3s;transition:border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;background-color:#f8f9fa}.form__input:focus{outline:none;border-color:#69c1bb;-webkit-box-shadow:0 0 0 3px rgba(105,193,187,0.2);box-shadow:0 0 0 3px rgba(105,193,187,0.2);background-color:#fff}.form__input::-webkit-input-placeholder{color:#a0a0a0}.form__input:-ms-input-placeholder{color:#a0a0a0}.form__input::-ms-input-placeholder{color:#a0a0a0}.form__input::placeholder{color:#a0a0a0}.form__textarea{resize:vertical;min-height:120px}.form__submit{width:100%;margin-bottom:16px}.form__policy{font-size:12px;color:#666;text-align:center;line-height:1.4}.form__policy a{text-decoration:underline;-webkit-transition:color .2s;transition:color .2s}.form__policy a:hover{color:#e15e4f}.checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px;cursor:pointer;position:relative}.checkbox__input{position:absolute;opacity:0;width:0;height:0}.checkbox__input:checked+.checkbox__mark{background-color:#69c1bb;border-color:#69c1bb}.checkbox__input:checked+.checkbox__mark::after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.checkbox__input:focus-visible+.checkbox__mark{-webkit-box-shadow:0 0 0 3px rgba(105,193,187,0.3);box-shadow:0 0 0 3px rgba(105,193,187,0.3)}.checkbox__mark{-ms-flex-negative:0;flex-shrink:0;width:20px;height:20px;border:2px solid #eaeaea;border-radius:4px;background-color:#fff;-webkit-transition:all .2s ease;transition:all .2s ease;position:relative;margin-top:2px}.checkbox__mark::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:12px;opacity:0;-webkit-transform:scale(.5);transform:scale(.5);-webkit-transition:all .2s cubic-bezier(.34, 1.56, .64, 1);transition:all .2s cubic-bezier(.34, 1.56, .64, 1)}.checkbox__text{font-size:13px;line-height:1.4;color:#666;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox__text a{color:#e15e4f;text-decoration:underline;-webkit-transition:color .2s;transition:color .2s}.checkbox__text a:hover{color:#d83725}.form__error-msg{color:#e15e4f;font-size:13px;font-weight:700;margin-bottom:16px;display:none}.form__error-msg.is-visible{display:block}.checkbox__input.is-error+.checkbox__mark{border-color:#e15e4f;background-color:rgba(225,94,79,0.05);-webkit-animation:shake .4s;animation:shake .4s}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}25%{-webkit-transform:translateX(-4px);transform:translateX(-4px)}75%{-webkit-transform:translateX(4px);transform:translateX(4px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}25%{-webkit-transform:translateX(-4px);transform:translateX(-4px)}75%{-webkit-transform:translateX(4px);transform:translateX(4px)}}.footer{background-color:#fff;padding:60px 0 40px;border-top:1px solid #eaeaea}.footer__inner{display:grid;grid-template-columns:1fr;gap:40px}@media (min-width:768px){.footer__inner{grid-template-columns:repeat(2, 1fr)}}@media (min-width:1024px){.footer__inner{grid-template-columns:2fr 1fr 2fr}}.footer__desc{font-size:14px;color:#666;margin-top:16px;line-height:1.6;max-width:300px}.footer__title{font-size:16px;font-weight:700;margin-bottom:20px;color:#252525}.footer__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;line-height:1em}.footer__list a{font-size:14px;color:#666;-webkit-transition:color .2s;transition:color .2s}.footer__list a:hover{color:#e15e4f}.footer__copy{font-size:14px;color:#666;line-height:1.6}@media (min-width:1024px){.footer__col--right{text-align:right}}.modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;padding:16px}.modal.is-active{opacity:1;visibility:visible}.modal.is-active .modal__content{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer}.modal__content{position:relative;z-index:2;background-color:#fff;width:100%;max-width:440px;border-radius:16px;padding:32px;-webkit-box-shadow:0 20px 60px rgba(0,0,0,0.15);box-shadow:0 20px 60px rgba(0,0,0,0.15);-webkit-transform:scale(.95) translateY(20px);transform:scale(.95) translateY(20px);-webkit-transition:-webkit-transform .4s cubic-bezier(.34, 1.56, .64, 1);transition:-webkit-transform .4s cubic-bezier(.34, 1.56, .64, 1);transition:transform .4s cubic-bezier(.34, 1.56, .64, 1);transition:transform .4s cubic-bezier(.34, 1.56, .64, 1), -webkit-transform .4s cubic-bezier(.34, 1.56, .64, 1)}@media (min-width:768px){.modal__content{padding:48px}}.modal__close{position:absolute;top:16px;right:16px;width:32px;height:32px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;opacity:.6;-webkit-transition:opacity .2s;transition:opacity .2s}.modal__close:hover{opacity:1}.modal__title{font-family:'Montserrat',sans-serif;font-size:24px;font-weight:700;margin-bottom:8px;color:#252525}.modal__subtitle{font-size:14px;color:#666;margin-bottom:24px;line-height:1.5}.modal__form{padding:0;-webkit-box-shadow:none;box-shadow:none;border:none}.scroll-reveal{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 1s cubic-bezier(.16, 1, .3, 1),-webkit-transform 1s cubic-bezier(.16, 1, .3, 1);transition:opacity 1s cubic-bezier(.16, 1, .3, 1),-webkit-transform 1s cubic-bezier(.16, 1, .3, 1);transition:opacity 1s cubic-bezier(.16, 1, .3, 1),transform 1s cubic-bezier(.16, 1, .3, 1);transition:opacity 1s cubic-bezier(.16, 1, .3, 1),transform 1s cubic-bezier(.16, 1, .3, 1),-webkit-transform 1s cubic-bezier(.16, 1, .3, 1);will-change:opacity,transform}.scroll-reveal.is-visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}section>.container>*:nth-child(1){-webkit-transition-delay:0s;transition-delay:0s}section>.container>*:nth-child(2){-webkit-transition-delay:.1s;transition-delay:.1s}section>.container>*:nth-child(3){-webkit-transition-delay:.2s;transition-delay:.2s}section>.container>*:nth-child(4){-webkit-transition-delay:.3s;transition-delay:.3s}section>.container>*:nth-child(5){-webkit-transition-delay:.4s;transition-delay:.4s}