@media(max-width:768px){.about{padding:40px 0!important;width:100%;overflow-x:hidden!important}.about-container{width:100%;padding:0 20px!important;text-align:center!important}.about-text{font-size:15px!important;max-width:100%!important;line-height:1.55;padding:0 10px}.about-icons{flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:100%!important;margin:0 auto!important;gap:40px!important;overflow:hidden!important}.about-item{width:100%!important;max-width:320px!important;margin:0 auto!important;text-align:center!important;display:flex;flex-direction:column;align-items:center}.about-icon{width:72px!important;height:72px!important;margin-bottom:14px!important}.about-item-title{font-size:18px!important;margin-bottom:6px}.about-item-text{font-size:15px!important;max-width:280px!important}.about-photo img{width:100%!important;border-radius:18px!important;margin-top:25px!important}}@media(max-width:768px){.services{padding:50px 0 70px;background:#fff}.services-container{width:100%;padding:0 16px;text-align:left}.services-title{text-align:center;font-size:22px;padding:8px 20px;border-radius:12px;margin-bottom:20px}.services-subtitle{text-align:center;font-size:14px;line-height:1.55;max-width:100%;margin:0 auto 28px}.service-mobile-block{width:100%;background:#f7f8fa;border-radius:18px;padding:20px;margin-bottom:26px;display:flex;flex-direction:column;gap:16px}.service-mobile-text h4{font-size:18px;font-weight:700;margin-bottom:8px;color:#1d1d1d}.service-mobile-text p{font-size:14px;line-height:1.55;color:#444}.service-mobile-img{width:100%;height:220px;object-fit:cover;border-radius:16px}}@media(max-width:768px){body,html{overflow-x:hidden;width:100%}section{padding-left:16px!important;padding-right:16px!important}h1,h2,h3,h4{line-height:1.25}p{line-height:1.55}.hero-inner{padding:18px 16px 42px!important}.hero-buttons{flex-direction:column;gap:12px}.hero-btn{width:100%;text-align:center}.about{padding:40px 0!important}.about-text{margin-bottom:30px!important}.about-photo img{margin-top:20px!important;border-radius:20px}.service-mobile-block{padding:18px!important;border-radius:20px!important;background:#f7f8fc}.service-mobile-text h4{font-size:17px!important}.service-mobile-img{height:200px!important;border-radius:14px!important}.portfolio{padding:60px 0 80px!important}.portfolio-track{gap:16px!important}.portfolio-card{flex:0 0 240px!important;height:180px!important}.contacts-inner{padding:80px 16px 50px!important}.contacts-form-card{width:100%!important;height:auto!important;padding:28px 20px!important}.contacts-subtitle{font-size:16px!important;margin-bottom:30px!important}.contacts-main{flex-direction:column;gap:26px}.contacts-map{width:100%!important;height:260px!important;border-radius:20px!important}.faq{padding:60px 0!important}.faq-title{font-size:26px!important}.faq-subtitle{font-size:15px!important;margin-bottom:40px!important}.faq-item{padding:24px 24px 24px 38px!important;border-radius:22px!important}.faq-question span{font-size:18px!important}.faq-toggle{width:50px!important;height:50px!important;font-size:24px!important}.site-footer{padding:36px 18px!important;text-align:center}.footer-top{flex-direction:column;gap:18px}.footer-nav ul{flex-direction:column;gap:12px}.footer-bottom{flex-direction:column;gap:10px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;overflow-x:hidden;min-height:100vh;max-width:100vw}.hero{position:relative;width:100vw;height:100vh;overflow:hidden;color:#fff}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1.5s ease-in-out;z-index:0}.hero-bg.active{opacity:1;z-index:1}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000008c,#00000040 35%,#000000a6);pointer-events:none}.hero-inner{position:relative;z-index:2;padding:32px 48px 90px;display:flex;flex-direction:column;height:100%;min-height:100vh;transition:padding-top .4s cubic-bezier(.4,0,.2,1)}.hero-inner.header-sticky{padding-top:90px}.hero-header{display:flex;align-items:center;justify-content:space-between;padding-top:10px;z-index:9999;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.hero-header.sticky{position:fixed;top:0;left:0;width:100vw;padding:12px 40px;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 20px #0000001a;z-index:99999;animation:slideDown .4s cubic-bezier(.4,0,.2,1)}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.hero-logo img{height:32px;transition:all .3s ease}.hero-header.sticky .hero-logo img{height:28px}.hero-nav ul{list-style:none;padding:12px 42px;background:#fff;border-radius:999px;display:flex;gap:34px;transition:all .3s ease}.hero-header.sticky .hero-nav ul{box-shadow:0 2px 10px #00000014}.hero-nav li{font-size:16px;color:#6f6f6f;cursor:pointer;white-space:nowrap;transition:all .3s ease;position:relative}.hero-nav li:hover{color:#027edd;transform:translateY(-2px)}.hero-nav li.active{color:#027edd;font-weight:600}.hero-nav li.active:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:6px;height:6px;background:#027edd;border-radius:50%}.hero-socials{display:flex;gap:16px}.hero-social-circle{width:42px;height:42px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:4px;transition:all .3s ease;cursor:pointer}.hero-social-circle:hover{transform:translateY(-4px) scale(1.1);box-shadow:0 8px 20px #00000026}.hero-social-circle img{width:18px;height:18px;object-fit:contain;display:block}.hero-content{margin-top:1.5rem;margin-bottom:auto;display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding:0 40px;gap:80px}@media(max-width:1200px){.hero-content{gap:40px}}@media(max-width:992px){.hero-content{gap:30px;padding:0 30px}}.hero-left h1{font-size:46px;font-weight:700;max-width:600px;line-height:1.3;margin-bottom:36px;padding:20px 32px;background:#ffffff1a;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero-buttons{display:flex;gap:22px}.hero-btn{padding:15px 42px;border-radius:999px;font-size:17px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.hero-btn--primary{background:#0c7df2;color:#fff;box-shadow:0 4px 14px #0c7df24d}.hero-btn--secondary{background:#fff;color:#0c7df2;box-shadow:0 4px 14px #0000001a}.hero-btn--primary:hover{background:#0968cc;transform:translateY(-3px);box-shadow:0 8px 24px #0c7df266}.hero-btn--secondary:hover{background:#f0f0f0;transform:translateY(-3px);box-shadow:0 8px 24px #00000026}.hero-form-card{width:430px;background:#fff;border-radius:36px;padding:34px 32px;color:#000;box-shadow:0 10px 40px #0000001a;flex-shrink:0}.hero-form-card h2{font-size:24px;margin-bottom:8px;font-weight:700}.hero-form-card p{font-size:15px;color:#777;margin-bottom:18px}.hero-form-card form{display:flex;flex-direction:column;gap:14px}.hero-form-card input,.hero-form-card textarea{width:100%;padding:14px 18px;border-radius:999px;border:2px solid #e0e0e0;font-size:15px;background:#fff;outline:none;color:#000;font-family:inherit;transition:all .3s ease}.hero-form-card input:focus,.hero-form-card textarea:focus{border-color:#0c7df2;box-shadow:0 0 0 4px #0c7df226;transform:translateY(-2px)}.hero-form-card textarea{border-radius:20px;height:90px;resize:none}.hero-submit{margin-top:6px;padding:15px 0;border-radius:999px;border:none;background:#0c7df2;color:#fff;font-size:17px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #0c7df24d}.hero-submit:hover{background:#0968cc;transform:translateY(-3px);box-shadow:0 8px 24px #0c7df280}.about{overflow-x:hidden;padding:100px 0;background:#fff;font-family:Manrope,sans-serif}.about-container{width:100%;max-width:100%;margin:0 auto;padding:0 16px;text-align:center}.about-label{display:inline-block;font-size:26px;font-weight:700;color:#1d1d1d;background:#f5f7ff;padding:10px 26px;border-radius:14px;margin-bottom:30px}.about-text{max-width:900px;margin:0 auto 70px;font-size:22px;line-height:1.6;color:#333}.about-icons{display:flex;justify-content:space-between;gap:20px;margin-bottom:70px}.about-item{text-align:center;flex:1;min-width:150px;color:#333}.about-item-title{font-size:16px;font-weight:600;color:#333;margin-top:14px;margin-bottom:6px}.about-item-text{font-size:14px;color:#555;line-height:1.45;max-width:180px;margin:0 auto}.about-icon{width:60px;height:60px;background:#f5f7ff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;box-shadow:0 4px 10px #0000000d}.about-icon img{width:28px;height:28px}.about-photo img{width:100%;border-radius:25px;display:block}.about-slide-img{opacity:0;animation:aboutFade 1.1s ease forwards}@keyframes aboutFade{0%{opacity:0;transform:scale(1.015)}to{opacity:1;transform:scale(1)}}.custom-modal{position:fixed;inset:0;width:100vw;height:100vh;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:100000}.custom-modal-content{background:#fff;border-radius:24px;padding:28px 26px 22px;max-width:360px;width:90%;text-align:center;font-family:Manrope,sans-serif;box-shadow:0 18px 45px #0000002e}.custom-modal-content h3{font-size:20px;font-weight:700;margin-bottom:10px;color:#1f1f1f}.custom-modal-content p{font-size:14px;color:#555;margin-bottom:18px}.custom-modal-content button{padding:10px 28px;border-radius:999px;border:none;background:#027edd;color:#fff;font-size:15px;font-weight:600;cursor:pointer}.services{padding:80px 0;background:#fff;font-family:Manrope,sans-serif}.services-container{width:90%;max-width:1250px;margin:0 auto;text-align:center}.services-title{display:inline-block;font-size:26px;font-weight:700;color:#1d1d1d;background:#f5f7ff;padding:10px 26px;border-radius:14px;margin-bottom:30px}.services-subtitle{font-size:16px;line-height:1.6;color:#555;max-width:820px;margin:0 auto 50px}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-bottom:50px}.service-item{background:#f8f8f8;padding:28px;border-radius:14px;text-align:left;transition:.3s ease}.service-item:hover{background:#eef4ff;transform:translateY(-3px)}.service-item h4{font-size:17px;font-weight:700;margin-bottom:12px;color:#1d1d1d}.service-item p{font-size:14px;line-height:1.6;color:#555}.services-images{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.services-images img{width:100%;border-radius:14px;object-fit:cover;height:240px}@media(max-width:768px){.services-container{width:100%;padding:0 16px}.services-title{font-size:22px;margin-bottom:20px}.services-subtitle{font-size:14px;margin-bottom:30px}.services-grid{grid-template-columns:1fr;gap:18px}.service-item{padding:22px}.service-item h4{font-size:16px}.service-item p{font-size:14px}.services-images{grid-template-columns:1fr;gap:18px}.services-images img{height:200px;border-radius:12px}}.portfolio{padding:120px 0 140px;background:#fff;font-family:Manrope,sans-serif}.portfolio-container{max-width:1200px;margin:0 auto;padding:0 24px;text-align:center}.portfolio-title{display:inline-block;font-size:26px;font-weight:700;color:#1d1d1d;background:#f5f7ff;padding:10px 26px;border-radius:14px;margin-bottom:30px}.portfolio-subtitle{max-width:1100px;margin:0 auto;font-size:18px;line-height:1.6;color:#404040}.portfolio-slider-wrapper{margin-top:48px;overflow:hidden;width:100%}.portfolio-track{display:flex;gap:24px;will-change:transform}.portfolio-card{flex:0 0 280px;height:220px;border-radius:24px;overflow:hidden;background:#f4f4f7;box-shadow:0 12px 30px #0000000d}.portfolio-card img{width:100%;height:100%;object-fit:cover}.portfolio-progress{width:70%;max-width:900px;height:4px;border-radius:999px;background:#e9f1ff;margin:32px auto 0;overflow:hidden;position:relative}.portfolio-progress-bar{width:40%;height:100%;border-radius:inherit;background:#2d6cea;animation:portfolioProgress 6s linear infinite}@keyframes portfolioProgress{0%{transform:translate(-100%)}to{transform:translate(250%)}}.contacts{position:relative;width:100%;min-height:100vh;overflow:hidden;font-family:Manrope,sans-serif}.contacts-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.contacts-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#00000073,#0000008c);z-index:2}.contacts-inner{position:relative;z-index:3;max-width:1450px;margin:0 auto;padding:120px 40px 80px;text-align:center;color:#fff}.contacts-title{font-size:38px;font-weight:600;margin-bottom:18px}.contacts-subtitle{font-size:20px;line-height:1.45;opacity:.9;max-width:950px;margin:0 auto 60px}.contacts-main{display:flex;justify-content:center;align-items:flex-start;gap:50px;margin-top:20px;flex-wrap:wrap}.contacts-form-card{width:520px;height:720px;background:#fff;border-radius:36px;padding:48px 50px;box-shadow:0 20px 55px #0000001f;color:#000;display:flex;flex-direction:column;align-items:stretch}.contacts-form-card h2{font-size:32px;font-weight:700;margin-bottom:14px}.contacts-form-card p{font-size:18px;color:#666;line-height:1.55;max-width:380px;margin-bottom:36px}.contacts-form-card form{display:flex;flex-direction:column;gap:22px}.contacts-form-card input,.contacts-form-card textarea{width:100%;padding:18px 22px;border-radius:18px;border:2px solid #e5e5e5;font-size:17px;background:#fff;outline:none;transition:all .3s ease;color:#222}.contacts-form-card input:focus,.contacts-form-card textarea:focus{border-color:#0c7df2;box-shadow:0 0 0 4px #0c7df226;transform:translateY(-2px)}.contacts-form-card textarea{height:130px;resize:none;border-radius:24px}.contacts-form-card .hero-submit{width:100%;margin-top:10px;padding:18px 0;border-radius:999px;border:none;background:#0c7df2;color:#fff;font-size:19px;font-weight:600;cursor:pointer;transition:.25s ease}.contacts-form-card .hero-submit:hover{background:#0a66c4}.contacts-map{width:500px;height:720px;border-radius:34px;overflow:hidden;box-shadow:0 25px 60px #00000040}.contacts-map iframe{width:100%;height:100%;border:none}.contacts-bottom{width:100%;max-width:768px;margin:60px auto 0;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;overflow:hidden}.contacts-socials{display:flex;gap:16px;flex-shrink:0}.contacts-socials .hero-social-circle{width:54px;height:54px;flex-shrink:0}.contacts-phone{background:#fff;padding:12px 24px;border-radius:40px;display:flex;align-items:center;gap:10px;font-weight:600;color:#000;text-decoration:none;font-size:17px;box-shadow:0 10px 25px #0003;flex-shrink:1;white-space:nowrap;max-width:260px;transition:all .3s ease}.contacts-phone:hover{transform:translateY(-4px);box-shadow:0 14px 35px #0000004d;background:#0c7df2;color:#fff}.faq{padding:120px 0;text-align:center;font-family:Manrope,sans-serif}.faq-title{font-size:32px;font-weight:700;margin-bottom:20px;color:#2a2a2a}.faq-subtitle{max-width:900px;margin:0 auto 60px;font-size:20px;color:#555;line-height:1.6}.faq-list{width:100%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:22px}.faq-item{position:relative;background:#f7f8fa;padding:34px 34px 34px 48px;border-radius:36px;display:flex;flex-direction:column;transition:all .3s ease;cursor:pointer;overflow:hidden;text-align:left}.faq-item:before{content:"";position:absolute;left:16px;top:24px;bottom:24px;width:6px;border-radius:6px}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left}.faq-question span{font-size:22px;font-weight:700;color:#1d1d1d;margin-right:24px;max-width:75%}.faq-toggle{width:64px;height:64px;min-width:64px;min-height:64px;aspect-ratio:1 / 1;border-radius:50%;background:#e6f0ff;border:none;color:#3487ff;font-size:28px;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.25s ease}.faq-toggle:hover{background:#d9e8ff}.faq-answer{max-height:0;opacity:0;overflow:hidden;line-height:1.7;font-size:20px;color:#444;transition:max-height .35s ease,opacity .35s ease,margin-top .35s ease}.faq-answer.open{max-height:400px;opacity:1;margin-top:18px}.site-footer{background:#0f0f0f;color:#ffffffbf;padding:40px 60px 25px;position:relative;z-index:10}.footer-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-logo img{height:28px}.footer-nav ul{display:flex;gap:26px;list-style:none;padding:0;margin:0}.footer-nav li{font-size:14px;cursor:pointer;opacity:.6;transition:all .3s ease}.footer-nav li:hover{opacity:1;color:#0c7df2;transform:translateY(-2px)}.footer-socials{display:flex;gap:14px}.footer-socials a{width:34px;height:34px;border-radius:50%;background:#ffffff12;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease}.footer-socials a:hover{background:#ffffff26;transform:translateY(-2px)}.footer-socials img{width:16px;height:16px}.footer-bottom{margin-top:18px;display:flex;justify-content:space-between;font-size:13px;opacity:.5}.footer-slogan{text-align:right}.burger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:22px;cursor:pointer;z-index:99999;transition:transform .3s ease}.burger:hover{transform:scale(1.1)}.burger span{width:100%;height:3px;background:#fff;border-radius:4px;transition:all .3s ease}.burger.dark span{background:#1d1d1d}.mobile-menu{position:fixed;inset:0;height:100vh;width:100%;display:none;z-index:99990}.mobile-menu.active{display:block}.mobile-menu-overlay{position:absolute;inset:0;background:#0000008c}.mobile-menu-panel{position:absolute;top:0;right:0;width:100%;max-width:100%;height:100vh;background:#fff;padding:28px 26px;transform:translate(100%);transition:transform .35s ease;box-shadow:-14px 0 45px #00000059}.mobile-menu.active .mobile-menu-panel{transform:translate(0)}.mobile-menu-list{list-style:none;margin-top:90px;padding:0;display:flex;flex-direction:column;gap:22px}.mobile-menu-list li{font-size:20px;font-weight:600;color:#1d1d1d;cursor:pointer;transition:all .3s ease;padding:12px 16px;border-radius:12px}.mobile-menu-list li:hover{background:#f0f7ff;color:#0c7df2;transform:translate(8px)}@media(max-width:768px){.hero-nav,.hero-socials{display:none!important}.burger{display:flex}.hero{height:auto!important;min-height:auto!important;padding-bottom:0}.hero-inner{padding:24px 22px 40px}.hero-content{flex-direction:column;padding:0;margin-top:40px;gap:40px}.hero-left h1{font-size:30px;line-height:1.26;max-width:100%;margin-bottom:20px}.hero-buttons{display:flex;gap:16px;width:100%}.hero-form-card{width:100%;max-width:100%;padding:28px 22px;border-radius:28px;margin:0 auto}}.mobile-menu-close{position:absolute;top:32px;right:32px;background:transparent;border:none;font-size:42px;font-weight:300;color:#e8482d;cursor:pointer;line-height:1;padding:0}.whatsapp-float{position:fixed;bottom:30px;right:30px;width:65px;height:65px;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #25d36666;z-index:99998;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none}.whatsapp-float:hover{transform:translateY(-5px) scale(1.1);box-shadow:0 12px 35px #25d36680}.whatsapp-float:active{transform:translateY(-2px) scale(1.05)}.whatsapp-float img{width:36px;height:36px;filter:brightness(0) invert(1)}.whatsapp-float:before{content:"";position:absolute;inset:0;border-radius:50%;background:#25d3664d;animation:whatsappPulse 2s infinite;z-index:-1}@keyframes whatsappPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:0}}@media(max-width:768px){.whatsapp-float{bottom:20px;right:20px;width:60px;height:60px}.whatsapp-float img{width:32px;height:32px}}.scroll-to-top{position:fixed;bottom:30px;right:110px;width:55px;height:55px;background:linear-gradient(135deg,#0c7df2,#0968cc);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #0c7df259;z-index:99998;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;visibility:hidden;transform:translateY(100px);border:none}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{transform:translateY(-5px) scale(1.1);box-shadow:0 10px 30px #0c7df280}.scroll-to-top:active{transform:translateY(-2px) scale(1.05)}.scroll-to-top svg{width:24px;height:24px;stroke:#fff;stroke-width:3;fill:none}@media(max-width:768px){.scroll-to-top{bottom:20px;right:90px;width:50px;height:50px}.scroll-to-top svg{width:20px;height:20px}}
