.Navbar-module___rHu7W__nav{background:var(--nav-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--glass-border);align-items:center;width:100%;height:80px;display:flex;position:fixed;top:0;left:0}.Navbar-module___rHu7W__container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.Navbar-module___rHu7W__logo{font-family:var(--font-montserrat);color:var(--foreground);letter-spacing:1px;font-size:24px;font-weight:800}.Navbar-module___rHu7W__logo span{color:var(--primary)}.Navbar-module___rHu7W__links{gap:30px;display:flex}.Navbar-module___rHu7W__links a{text-transform:uppercase;color:var(--foreground);letter-spacing:.5px;font-size:14px;font-weight:500;transition:color .3s}.Navbar-module___rHu7W__links a:hover{color:var(--primary)}.Navbar-module___rHu7W__button{background:var(--primary);color:#000;border-radius:5px;padding:10px 20px;font-size:14px;font-weight:600;transition:transform .3s,box-shadow .3s}.Navbar-module___rHu7W__button:hover{box-shadow:0 4px 15px var(--primary-glow);transform:translateY(-2px)}@media (max-width:768px){.Navbar-module___rHu7W__links{display:none}}
.Hero-module__JgYmMq__hero{background-image:linear-gradient(#0009,#0009),url(/img/1443010663_3500х2333.jpg);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative}.Hero-module__JgYmMq__container{z-index:2;text-align:center;width:100%;max-width:1200px;padding:0 20px}.Hero-module__JgYmMq__title{font-family:var(--font-montserrat);color:var(--foreground);margin-bottom:20px;font-size:clamp(3rem,15vw,8rem);font-weight:900;line-height:1}.Hero-module__JgYmMq__title span{color:var(--primary);text-shadow:0 0 30px var(--primary-glow)}.Hero-module__JgYmMq__subtitle{color:var(--foreground);max-width:800px;margin:0 auto 40px;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:300;line-height:1.4}.Hero-module__JgYmMq__actions{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.Hero-module__JgYmMq__primaryBtn{background:var(--primary);color:#000;box-shadow:0 4px 15px var(--primary-glow);border-radius:8px;padding:15px 40px;font-size:1.1rem;font-weight:700;transition:all .3s}.Hero-module__JgYmMq__primaryBtn:hover{box-shadow:0 8px 25px var(--primary-glow);transform:translateY(-3px)}.Hero-module__JgYmMq__secondaryBtn{color:var(--foreground);border:1px solid var(--foreground);background:0 0;border-radius:8px;padding:15px 40px;font-size:1.1rem;font-weight:600;transition:all .3s}.Hero-module__JgYmMq__secondaryBtn:hover{background:var(--foreground);color:#000}@media (max-width:480px){.Hero-module__JgYmMq__actions{flex-direction:column;align-items:stretch}}
.Advantages-module__eky53q__section{background:var(--background);padding:100px 0}.Advantages-module__eky53q__container{max-width:1200px;margin:0 auto;padding:0 20px}.Advantages-module__eky53q__title{font-family:var(--font-montserrat);text-align:center;color:var(--foreground);margin-bottom:20px;font-size:3rem}.Advantages-module__eky53q__subtitle{text-align:center;color:var(--text-muted);max-width:700px;margin:0 auto 60px;font-size:1.1rem}.Advantages-module__eky53q__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}.Advantages-module__eky53q__card{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px;transition:transform .3s,border-color .3s}.Advantages-module__eky53q__card:hover{border-color:var(--primary);transform:translateY(-10px)}.Advantages-module__eky53q__iconWrapper{background:var(--primary-glow);border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:20px;display:flex}.Advantages-module__eky53q__icon{color:var(--primary);width:30px;height:30px}.Advantages-module__eky53q__cardTitle{color:var(--foreground);margin-bottom:15px;font-size:1.4rem}.Advantages-module__eky53q__cardText{color:var(--text-muted);line-height:1.6}
.Services-module__h5-agW__section{background:var(--secondary);padding:100px 0}.Services-module__h5-agW__container{max-width:1200px;margin:0 auto;padding:0 20px}.Services-module__h5-agW__title{font-family:var(--font-montserrat);text-align:center;color:var(--foreground);margin-bottom:20px;font-size:3rem}.Services-module__h5-agW__subtitle{text-align:center;color:var(--text-muted);max-width:700px;margin:0 auto 60px;font-size:1.1rem}.Services-module__h5-agW__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;display:grid}.Services-module__h5-agW__card{background:var(--background);border:1px solid var(--glass-border);border-radius:24px;padding:50px;transition:all .3s;position:relative;overflow:hidden}.Services-module__h5-agW__card:before{content:"";background:var(--primary);transform-origin:0;width:100%;height:4px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.Services-module__h5-agW__card:hover{border-color:var(--primary);box-shadow:0 10px 30px #0000004d}.Services-module__h5-agW__card:hover:before{transform:scaleX(1)}.Services-module__h5-agW__icon{color:var(--primary);margin-bottom:25px}.Services-module__h5-agW__icon svg{width:40px;height:40px}.Services-module__h5-agW__cardTitle{color:var(--foreground);margin-bottom:20px;font-size:1.5rem}.Services-module__h5-agW__cardDescription{color:var(--text-muted);line-height:1.7}@media (max-width:480px){.Services-module__h5-agW__grid{grid-template-columns:1fr}}
.Footer-module__Grjkva__footer{background:var(--secondary);border-top:1px solid var(--glass-border);padding:80px 0 40px}.Footer-module__Grjkva__container{max-width:1200px;margin:0 auto;padding:0 20px}.Footer-module__Grjkva__content{flex-wrap:wrap;justify-content:space-between;gap:40px;margin-bottom:60px;display:flex}.Footer-module__Grjkva__info{flex:1;min-width:300px}.Footer-module__Grjkva__title{font-family:var(--font-montserrat);color:var(--primary);margin-bottom:20px;font-size:2.5rem}.Footer-module__Grjkva__text{color:var(--text-muted);max-width:450px;margin-bottom:30px;font-size:1.1rem}.Footer-module__Grjkva__phones{flex-direction:column;gap:15px;display:flex}.Footer-module__Grjkva__link{color:var(--foreground);align-items:center;gap:10px;font-size:1.2rem;transition:color .3s;display:flex}.Footer-module__Grjkva__link:hover{color:var(--primary)}.Footer-module__Grjkva__socials{min-width:300px}.Footer-module__Grjkva__socialTitle{margin-bottom:25px;font-size:1.4rem}.Footer-module__Grjkva__socialLinks{gap:15px;display:flex}.Footer-module__Grjkva__socialLinks a{border-radius:8px;align-items:center;gap:10px;padding:12px 25px;font-weight:600;transition:all .3s;display:flex}.Footer-module__Grjkva__viber{color:#fff;background:#7360f2}.Footer-module__Grjkva__viber:hover{background:#5d4ad1;transform:translateY(-3px)}.Footer-module__Grjkva__telegram{color:#fff;background:#08c}.Footer-module__Grjkva__telegram:hover{background:#0077b3;transform:translateY(-3px)}.Footer-module__Grjkva__bottom{border-top:1px solid var(--glass-border);text-align:center;color:var(--text-muted);padding-top:30px;font-size:.9rem}@media (max-width:768px){.Footer-module__Grjkva__content{flex-direction:column}}
