*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:80px 0}.section-title{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-4{margin-top:1rem}.text-gray-600{color:#6b7280}.text-blue-600{color:#2563eb}@media (max-width:768px){.section{padding:40px 0}.section-title{font-size:2rem}.container{padding:0 15px}}.header{background:#1f2937;box-shadow:0 2px 4px #0000001a;color:#fff;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-content{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.logo h2{color:#3b82f6;font-size:1.5rem;font-weight:700}.logo a{text-decoration:none}.nav{align-items:center;display:flex;gap:2rem}.nav-link{color:#fff;font-weight:500;padding:.5rem 0;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#3b82f6}.header-contacts{align-items:center;display:flex;flex-direction:row;gap:1rem}.phone{color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:.5rem}.menu-toggle span{background:#fff;height:3px;margin:3px 0;transition:.3s;width:25px}@media (max-width:768px){.nav{background:#1f2937;flex-direction:column;left:0;opacity:0;padding:1rem;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav-open{opacity:1;transform:translateY(0);visibility:visible}.header-contacts{display:none}.menu-toggle{display:flex}.header-content{justify-content:space-between}}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3{color:#3b82f6;font-size:1.5rem;margin-bottom:1rem}.footer-section h4{color:#e5e7eb;font-size:1.1rem;margin-bottom:1rem}.footer-section p{color:#9ca3af;line-height:1.6;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#3b82f6}.contact-info p{margin-bottom:.5rem}.contact-info a{color:#fff;text-decoration:none}.contact-info a:hover{text-decoration:underline}.social-links{display:flex;gap:1rem}.social-link{border-radius:6px;font-size:.9rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.whatsapp{background:#25d366;color:#fff}.whatsapp:hover{background:#1ea952}.telegram{background:#08c;color:#fff}.telegram:hover{background:#069}.working-hours{gap:.75rem}.hours-item,.working-hours{display:flex;flex-direction:column}.hours-item{align-items:center;border-bottom:1px solid #374151;justify-content:space-between;padding:.5rem 0}.hours-item:last-of-type{border-bottom:none}.day{color:#e5e7eb;font-weight:500}.time{color:#3b82f6;font-size:1.3rem;font-weight:600}.hours-break{background:#3b82f61a;border-left:3px solid #3b82f6;border-radius:6px;margin-top:.5rem;padding:.75rem}.break-text{color:#93c5fd;font-size:.9rem;font-style:italic}.footer-bottom{border-top:1px solid #374151;color:#9ca3af;padding-top:1rem;text-align:center}@media (max-width:768px){.footer-content{gap:1.5rem;grid-template-columns:1fr}.social-links{justify-content:flex-start}.hours-item{align-items:flex-start;flex-direction:column;gap:.25rem}.hours-break{margin-top:1rem}}.hero-slider{background:#1f2937;height:55vh;overflow:hidden;position:relative}.slider-container{height:100%;position:relative;width:100%}.slide{background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;opacity:0;position:absolute;top:0;transform:scale(1.1);transition:all 1.2s cubic-bezier(.4,0,.2,1);width:100%}.slide.active{opacity:1;transform:scale(1)}.slide-overlay{align-items:center;background:linear-gradient(135deg,#000000b3,#00000080 50%,#000c);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.slide-content{animation:slideInUp 1s ease-out .3s both;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border:1px solid #ffffff1a;border-radius:12px;color:#fff;max-width:800px;padding:2rem;text-align:center}.slide-title{color:#fff;filter:drop-shadow(0 0 10px rgba(255,255,255,.3));font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:3px 3px 6px #000c}.slide-subtitle{color:#f8fafc;filter:drop-shadow(0 0 5px rgba(255,255,255,.2));font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;opacity:1;text-shadow:2px 2px 4px #000c}.slide-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.slide-buttons .btn{border:2px solid #fff3;border-radius:8px;box-shadow:0 4px 15px #0000004d;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.slider-arrow{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:60px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:60px;z-index:10}.slider-arrow:hover{background:#ffffff4d;transform:translateY(-50%) scale(1.1)}.slider-arrow-left{left:2rem}.slider-arrow-right{right:2rem}.slider-indicators{bottom:2rem;display:flex;gap:1rem;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.indicator{background:#0000;border:2px solid #ffffff80;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.indicator.active{background:#fff;border-color:#fff;transform:scale(1.2)}.indicator:hover{background:#ffffff80;border-color:#fff}.slider-progress{background:#fff3;bottom:0;height:4px;left:0;position:absolute;width:100%;z-index:10}.progress-bar{background:linear-gradient(90deg,#3b82f6,#1d4ed8);height:100%;transition:width .3s ease}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.slide:before{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff1a,#0000);background-size:200% 100%;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.slide.active:before{opacity:1}.hero-slider.paused .slide.active:before,.hero-slider.paused .slider-progress{animation-play-state:paused}@media (max-width:1024px){.slide-title{font-size:3rem}.slide-subtitle{font-size:1.1rem}.slider-arrow{font-size:1.5rem;height:50px;width:50px}.slider-arrow-left{left:1rem}.slider-arrow-right{right:1rem}}@media (max-width:768px){.slide-title{font-size:2.5rem}.slide-subtitle{font-size:1rem}.slide-buttons{align-items:center;flex-direction:column}.slide-buttons .btn{max-width:300px;width:100%}.slider-arrow{display:none}.slider-indicators{bottom:1rem}}@media (max-width:480px){.slide-title{font-size:2rem}.slide-content{padding:0 1rem}.slider-indicators{gap:.5rem}.indicator{height:10px;width:10px}}.stats-section{background:#f9fafb;padding:4rem 0}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.stat-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:2rem;text-align:center}.news-section{padding:4rem 0}.news-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.news-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.news-card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-4px)}.news-image{height:200px;overflow:hidden}.news-image img{height:100%;object-fit:cover;width:100%}.news-content{padding:1.5rem}.news-date{color:#6b7280;font-size:.9rem;margin-bottom:.5rem}.news-title{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.news-excerpt{color:#6b7280;line-height:1.6;margin-bottom:1rem}.news-link{color:#3b82f6;font-weight:500;text-decoration:none;transition:color .3s ease}.news-link:hover{color:#1d4ed8}.cta-section{background:#3b82f6;color:#fff;padding:4rem 0;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-content .btn{background:#fff;color:#3b82f6;font-weight:600}.cta-content .btn:hover{background:#f3f4f6;transform:translateY(-2px)}@media (max-width:768px){.hero-content h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{align-items:center;flex-direction:column}.news-grid,.stats-grid{grid-template-columns:1fr}.cta-content h2{font-size:2rem}}.products{min-height:100vh}.products-section{padding:4rem 0}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.product-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-4px)}.product-image{height:250px;overflow:hidden}.product-image img{height:100%;object-fit:cover;width:100%}.product-content{padding:2rem}.product-title{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.product-description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.product-link{color:#3b82f6;font-weight:500;text-decoration:none;transition:color .3s ease}.product-link:hover{color:#1d4ed8}.features-section{background:#f9fafb;padding:4rem 0}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-4px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:#6b7280;line-height:1.6}@media (max-width:768px){.hero-section h1{font-size:2rem}.hero-section p{font-size:1.1rem}.features-grid,.products-grid{grid-template-columns:1fr}}.services{min-height:100vh}.services-section{padding:4rem 0}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-4px)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-title{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.service-description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;margin-bottom:1.5rem;text-align:left}.service-features li{color:#4b5563;padding:.25rem 0 .25rem 1.5rem;position:relative}.service-features li:before{color:#10b981;content:"✓";font-weight:700;left:0;position:absolute}.service-link{color:#3b82f6;font-weight:500;text-decoration:none;transition:color .3s ease}.service-link:hover{color:#1d4ed8}.process-section{background:#f9fafb;padding:4rem 0}.process-steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.process-step{padding:2rem 1rem;text-align:center}.step-number{align-items:center;background:#3b82f6;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.process-step h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.process-step p{color:#6b7280;line-height:1.6}@media (max-width:768px){.hero-section h1{font-size:2rem}.hero-section p{font-size:1.1rem}.process-steps,.services-grid{grid-template-columns:1fr}}.about{min-height:100vh}.about-content{padding:4rem 0}.about-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-text h2{color:#1f2937;font-size:2rem;font-weight:600;margin-bottom:1.5rem}.about-text p{color:#6b7280;line-height:1.8;margin-bottom:1.5rem}.about-image img{border-radius:12px;height:400px;object-fit:cover;width:100%}.achievements-section{background:#f9fafb;padding:4rem 0}.achievements-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.achievement-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.achievement-card:hover{transform:translateY(-4px)}.achievement-icon{font-size:3rem;margin-bottom:1rem}.achievement-card h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.achievement-card p{color:#6b7280;line-height:1.6}.production-section{padding:4rem 0}.production-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.production-text h2{color:#1f2937;font-size:2rem;font-weight:600;margin-bottom:1.5rem}.production-text p{color:#6b7280;line-height:1.8;margin-bottom:1.5rem}.production-features{list-style:none}.production-features li{color:#4b5563;padding:.5rem 0 .5rem 1.5rem;position:relative}.production-features li:before{color:#10b981;content:"✓";font-weight:700;left:0;position:absolute}.production-image img{border-radius:12px;height:400px;object-fit:cover;width:100%}.certificates-section{background:#f9fafb;padding:4rem 0}.certificates-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.certificate-item{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;padding:1.5rem}.certificate-icon{font-size:1.5rem;margin-right:1rem}.certificate-item span{color:#4b5563;font-weight:500}.team-section{padding:4rem 0}.team-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.team-stat{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:2rem;text-align:center}.stat-number{color:#3b82f6;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#6b7280;font-size:1.1rem}@media (max-width:768px){.hero-section h1{font-size:2rem}.hero-section p{font-size:1.1rem}.about-grid,.production-grid{gap:2rem;grid-template-columns:1fr}.achievements-grid,.certificates-list{grid-template-columns:1fr}.team-stats{grid-template-columns:repeat(2,1fr)}}.contacts{min-height:100vh}.hero-section{background:linear-gradient(135deg,#4a90e2,#1d65cb);color:#fff;padding:3rem 0;text-align:center}.hero-section h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.hero-section p{font-size:1.25rem;margin:0 auto;max-width:600px;opacity:.9}.contacts-content{padding:4rem 0}.contacts-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-form-section h2,.contact-info-section h2{color:#1f2937;font-size:2rem;font-weight:600;margin-bottom:2rem}.contact-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;margin-bottom:3rem}.contact-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;display:flex;padding:1.5rem;transition:transform .3s ease}.contact-card:hover{transform:translateY(-2px)}.contact-icon{font-size:2rem;margin-right:1rem}.contact-details h3{color:#1f2937;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.contact-link{color:#3b82f6;font-weight:500;text-decoration:none}.contact-link:hover{text-decoration:underline}.contact-details p{color:#6b7280;margin:0}.social-section{background:#f9fafb;border-radius:12px;padding:2rem}.social-section h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.social-buttons{display:flex;flex-wrap:wrap;gap:1rem}.social-button{align-items:center;border-radius:8px;color:#fff;display:flex;font-weight:500;padding:1rem 1.5rem;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.social-button:hover{box-shadow:0 8px 15px #0003;transform:translateY(-2px)}.social-icon{font-size:1.2rem;margin-right:.5rem}.contact-form{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #e5e7eb;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6;outline:none}.submit-btn{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:background .3s ease,transform .3s ease;width:100%}.submit-btn:hover{background:#1d4ed8;transform:translateY(-2px)}.map-section{background:#f9fafb;padding:4rem 0}.map-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden}.map-placeholder{align-items:center;background:#e5e7eb;color:#6b7280;display:flex;flex-direction:column;height:400px;justify-content:center}.map-icon{font-size:4rem;margin-bottom:1rem}.map-placeholder p{font-size:1.1rem;margin:.25rem 0}@media (max-width:768px){.hero-section h1{font-size:2rem}.hero-section p{font-size:1.1rem}.contacts-grid{gap:2rem;grid-template-columns:1fr}.social-buttons{flex-direction:column}.social-button{justify-content:center}}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.page{min-height:100vh}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}.btn{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn:hover{background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d;transform:translateY(-2px)}.btn-secondary{background:#6b7280}.btn-secondary:hover{background:#4b5563;box-shadow:0 4px 12px #6b72804d}.card{background:#fff;border:1px solid #f3f4f6;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-4px)}h1,h2,h3,h4,h5,h6{line-height:1.2}p{line-height:1.6}a{color:#3b82f6;text-decoration:none;transition:color .3s ease}a:hover{color:#1d4ed8}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width:1024px){.container{padding:0 15px}}@media (max-width:768px){.container{padding:0 10px}.section{padding:40px 0}.section-title{font-size:2rem}}input,select,textarea{font-family:inherit}input:focus,select:focus,textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}img{height:auto;max-width:100%}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.loading{opacity:.6;pointer-events:none}.notification{animation:slideIn .3s ease-out;background:#10b981;border-radius:8px;box-shadow:0 4px 12px #10b9814d;color:#fff;padding:1rem 1.5rem;position:fixed;right:20px;top:20px;z-index:1000}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.text-main p{font-size:16px}
/*# sourceMappingURL=main.0e74f2b8.css.map*/