.hero{position:relative;height:650px;border-radius:0 0 20px 20px;overflow:hidden;box-shadow:0 10px 40px rgba(83,108,121,.15)}.hero-slider{position:relative;height:100%}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease}.slide.active{opacity:1}.slide-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transform:translateZ(-1px);transition:transform .3s ease}.slide:hover .slide-bg{transform:scale(1.05)}.slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);transition:background-color .3s ease}.slide-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.slide-title{font-family:Montserrat,sans-serif;font-size:48px;font-weight:700;margin-bottom:20px}.slide-text{font-size:20px;margin-bottom:30px;max-width:600px}.slider-controls{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:20px;z-index:2}.slider-prev,.slider-next{background:rgba(255,255,255,.2);border:none;width:40px;height:40px;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.slider-prev:hover,.slider-next:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}.slider-dots{display:flex;gap:10px}.dot{width:12px;height:12px;border-radius:50%;border:2px solid #fff;background:0 0;cursor:pointer;transition:background-color .3s ease}.dot.active{background:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-bottom:40px}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px rgba(83,108,121,.12);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(83,108,121,.2)}.product-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#536C79,#3a4c57);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.product-card:hover::before{transform:scaleX(1)}.product-card__image{height:260px;width:100%;margin:20px auto 0;overflow:hidden;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;padding:15px}.product-card__image img{width:85%;height:85%;max-width:340px;max-height:255px;object-fit:contain;transition:transform .6s ease}.product-card__image a{display:block;width:100%;height:100%;text-align:center}.product-card__image a img{width:85%;height:85%;max-width:340px;max-height:255px;object-fit:contain;transition:transform .6s ease}.product-card:hover .product-card__image img,.product-card:hover .product-card__image a img{transform:scale(1.05)}.product-card__content{padding:20px 25px 25px;flex:1;display:flex;flex-direction:column}.product-card__title{font-family:Montserrat,sans-serif;font-size:22px;font-weight:600;color:#2c3e50;margin:10px 0 15px;text-align:center;min-height:54px;display:flex;align-items:center;justify-content:center}.product-card__description{color:#666;margin-bottom:20px;line-height:1.5;text-align:center;flex:1}.product-card__features{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.feature{display:flex;align-items:center;gap:10px;color:#536C79;font-size:14px;justify-content:center}.feature .icon{font-size:16px}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.advantage-card{background:#fff;border-radius:16px;padding:30px 20px;text-align:center;box-shadow:0 8px 30px rgba(83,108,121,.1);transition:all .4s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:220px}.advantage-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(83,108,121,.2)}.advantage-card:before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#536C79,#3a4c57);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.advantage-card:hover:before{transform:scaleX(1)}.advantage-icon{width:70px;height:70px;margin:0 auto 20px;background:linear-gradient(135deg,#536C79,#3a4c57);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;transition:all .4s ease;box-shadow:0 8px 20px rgba(83,108,121,.3)}.advantage-card:hover .advantage-icon{transform:rotateY(180deg) scale(1.1);background:linear-gradient(135deg,#3a4c57,#536C79)}.advantage-card h3{font-family:Montserrat,sans-serif;font-size:20px;color:#2c3e50;margin-bottom:15px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;text-align:center}.advantage-card p{color:#666;line-height:1.5;flex-grow:1;display:flex;align-items:flex-start;justify-content:center;text-align:center}.sidebar-widget{background:#fff;border-radius:12px;padding:25px;margin-bottom:30px;box-shadow:0 5px 20px rgba(0,0,0,.05)}.widget-title{font-family:Montserrat,sans-serif;font-size:20px;color:#2c3e50;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #f0f0f0}.quick-links{display:flex;flex-direction:column;gap:10px}.quick-link{display:flex;align-items:center;gap:10px;padding:10px 15px;background:#f8f9fa;border-radius:10px;text-decoration:none;color:#2c3e50;transition:all .3s ease}.quick-link:hover{transform:translateX(10px);box-shadow:0 10px 25px rgba(83,108,121,.15)}.quick-link .icon{color:#536C79;font-size:18px}.news-scroll-container{max-height:300px;overflow-y:auto;padding-right:10px}.news-scroll-container::-webkit-scrollbar{width:6px}.news-scroll-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.news-scroll-container::-webkit-scrollbar-thumb{background:#536C79;border-radius:3px}.news-item{padding:12px 0;border-bottom:1px solid #eee}.news-date{display:block;font-size:12px;color:#536C79;margin-bottom:5px;font-weight:500}.news-title{font-size:14px;font-weight:600;color:#2c3e50;margin-bottom:5px}.news-excerpt{font-size:13px;color:#666}@media (max-width:992px){.hero{height:500px}.slide-title{font-size:36px}.slide-text{font-size:18px}.products-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.advantages-grid{gap:20px}}@media (max-width:768px){.hero{height:450px}.slide-title{font-size:28px}.slide-text{font-size:16px}.products-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.product-card__image{height:240px}}@media (max-width:576px){.products-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero{height:350px}.slide-title{font-size:20px}.slide-text{font-size:14px}}