*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Arial',sans-serif;line-height:1.6;color:#333;background-color:#f5f5f5}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}header{background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,0.1);position:fixed;top:0;left:0;right:0;z-index:1000}header .container{display:flex;justify-content:space-between;align-items:center;padding:15px 20px}.logo img{height:50px}nav ul{display:flex;list-style:none}nav ul li{margin-left:30px}nav ul li a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}nav ul li a:hover{color:#06c}.language-switch{display:flex;gap:10px}.lang-btn{padding:5px 15px;border:1px solid #ddd;background-color:#fff;cursor:pointer;transition:all .3s ease}.lang-btn.active{background-color:#06c;color:#fff;border-color:#06c}.banner{background:linear-gradient(135deg,#0066cc,#0099ff);color:#fff;padding:120px 0 80px;text-align:center;margin-top:80px}.banner h1{font-size:3.5rem;margin-bottom:20px;font-weight:700}.banner p{font-size:1.2rem;margin-bottom:30px;opacity:.9}.btn{display:inline-block;padding:12px 30px;background-color:#fff;color:#06c;text-decoration:none;border-radius:4px;font-weight:600;transition:all .3s ease}.btn:hover{background-color:#f0f0f0;transform:translateY(-2px)}section{padding:80px 0}section h2{text-align:center;margin-bottom:50px;font-size:2.5rem;color:#333;position:relative}section h2::after{content:'';display:block;width:80px;height:4px;background-color:#06c;margin:15px auto 0}.about{background-color:#fff}.about-content{display:flex;align-items:center;gap:50px}.about-text{flex:1}.about-text p{margin-bottom:12px;font-size:1.1rem;line-height:1.8}.about-img{flex:1;display:flex;align-items:center;justify-content:center}.about-img img{width:100%;max-width:100%;height:auto;max-height:300px;object-fit:cover;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.1);transition:transform .3s ease}.about-img img:hover{transform:scale(1.02)}@media(max-width:992px){.about-content{flex-direction:column;text-align:center}.about-img{margin-top:30px;width:100%}.about-img img{max-height:250px}}@media(max-width:768px){.about-img img{max-height:200px}}@media(max-width:480px){.about-img img{max-height:150px}}.advantages{background-color:#f9f9f9}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.advantage-item{background-color:#fff;padding:30px;border-radius:8px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,0.08);transition:transform .3s ease,box-shadow .3s ease;position:relative}.advantage-item:hover{transform:translateY(-5px);box-shadow:0 4px 16px rgba(0,0,0,0.12)}.advantage-icon img{width:80px;height:80px;margin-bottom:20px}.advantage-item h3{margin-bottom:15px;font-size:1.3rem;color:#333}.advantage-item p{color:#666;line-height:1.6}.detail-link{position:absolute;bottom:10px;left:10px;font-size:.85rem;color:#fff;font-weight:500;background-color:#06c;padding:4px 12px;border-radius:4px;transition:background-color .3s ease}.detail-link:hover{background-color:#0052a3}.products{background-color:#fff}.products-grid{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.product-item{flex:1;min-width:180px;max-width:calc(20% - 16px);background-color:#f9f9f9;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.08);transition:transform .3s ease,box-shadow .3s ease}.product-item:hover{transform:translateY(-5px);box-shadow:0 4px 16px rgba(0,0,0,0.12);cursor:pointer}.product-item img{width:100%;height:150px;object-fit:cover}.product-item h3{padding:15px 15px 8px;font-size:1rem;color:#333}.product-item p{padding:0 15px 15px;color:#666;line-height:1.4;font-size:.9rem}.history{background-color:#f9f9f9}.timeline{display:flex;justify-content:space-between;gap:20px;position:relative;padding-top:20px}.timeline::before{content:'';position:absolute;top:50px;left:0;right:0;height:4px;background:linear-gradient(to right,#0066cc,#0099ff);z-index:1}.timeline-item{flex:1;min-width:180px;max-width:calc(20% - 16px);position:relative;padding-top:40px}.timeline-item::before{content:'';position:absolute;top:42px;left:50%;transform:translateX(-50%);width:16px;height:16px;background-color:#06c;border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 3px #06c;z-index:2}.timeline-year{position:absolute;top:0;left:50%;transform:translateX(-50%);font-size:1.8rem;font-weight:bold;color:#06c}.timeline-content{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.08);margin-top:30px;transition:transform .3s ease,box-shadow .3s ease}.timeline-content:hover{transform:translateY(-5px);box-shadow:0 4px 16px rgba(0,0,0,0.12)}.timeline-content h3{font-size:1rem;color:#333;margin-bottom:8px;line-height:1.4;font-weight:600}.timeline-subtitle{color:#06c;font-size:.85rem;font-weight:500;margin-bottom:8px}.timeline-desc{color:#666;font-size:.85rem;line-height:1.5}@media(max-width:1200px){.timeline-item{max-width:calc(25% - 15px)}}@media(max-width:992px){.timeline{flex-wrap:wrap}.timeline-item{max-width:calc(33.333% - 14px)}.timeline::before{display:none}.timeline-item::before{display:none}.timeline-year{position:relative;left:0;transform:none;margin-bottom:10px}.timeline-content{margin-top:0}}@media(max-width:768px){.timeline-item{max-width:calc(50% - 10px)}}@media(max-width:480px){.timeline{flex-direction:column}.timeline-item{max-width:100%}}.clients{background-color:#f9f9f9;padding:80px 0}.clients .container{text-align:center}.clients h2{font-size:2rem;color:#333;margin-bottom:20px}.clients p{font-size:1.1rem;color:#666;margin-bottom:50px;max-width:800px;margin-left:auto;margin-right:auto}.clients-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;max-width:1200px;margin:0 auto}.client-item{background:transparent;padding:0;border-radius:0;box-shadow:none;transition:transform .3s ease;text-align:center}.client-item:hover{transform:translateY(-3px);box-shadow:none}.client-item img{width:100%;height:60px;object-fit:contain;margin:0}@media(max-width:768px){.clients{padding:60px 0}.clients-grid{grid-template-columns:repeat(4,1fr);gap:8px}.client-item img{height:50px}}@media(max-width:480px){.clients-grid{grid-template-columns:repeat(3,1fr);gap:6px}.client-item img{height:40px}}.contact{background-color:#fff}.contact-content{display:flex;gap:50px}.contact-info{flex:1}.contact-item{margin-bottom:30px}.contact-item h3{margin-bottom:10px;font-size:1.2rem;color:#333}.contact-item p{color:#666;line-height:1.6}.contact-map{flex:1}.contact-map img{width:100%;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.1)}footer{background-color:#333;color:#fff;padding:60px 0 30px}.footer-content{display:flex;flex-wrap:wrap;gap:40px;margin-bottom:40px;justify-content:flex-start}.footer-logo img{width:150px;margin-bottom:20px}.footer-links h3,.footer-contact h3{margin-bottom:20px;font-size:1.2rem;color:#fff}.footer-links ul{list-style:none}.footer-links ul li{margin-bottom:10px}.footer-links ul li a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-links ul li a:hover{color:#06c}.footer-contact p{margin-bottom:10px;color:#ccc;line-height:1.6}.footer-bottom{text-align:center;padding-top:30px;border-top:1px solid #444;color:#ccc}@media(max-width:1024px){.product-item{max-width:calc(25% - 15px)}}@media(max-width:768px){header .container{flex-direction:column;gap:15px;padding:15px}nav ul{flex-wrap:wrap;justify-content:center;gap:15px}nav ul li{margin-left:0}.banner{padding:100px 0 60px;margin-top:120px}.banner h1{font-size:2.5rem}section{padding:60px 0}section h2{font-size:2rem}.about-content{flex-direction:column;text-align:center}.contact-content{flex-direction:column}.advantages-grid,.news-grid{grid-template-columns:1fr}.products-grid{flex-direction:row;flex-wrap:wrap}.product-item{max-width:calc(50% - 10px)}}@media(max-width:480px){.banner h1{font-size:2rem}section h2{font-size:1.8rem}.advantage-item,.product-item,.news-item{padding:20px}.products-grid{flex-direction:column}.product-item{max-width:100%}.footer-content{grid-template-columns:1fr;text-align:center}}