:root{--primary:#1f6392;--primary-hover:#0f4b6e;--radius:10px;--shadow:0 8px 30px rgba(0,0,0,0.08)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;background:#eaf4ea;color:#1f2937;margin:0;padding:0;overflow-x:hidden;line-height:1.5;padding-top:80px}.custom-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.08);transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .3s ease;transform:translateY(0);will-change:transform}.custom-header.hidden,.custom-header.header-hidden{transform:translateY(-100%)!important;box-shadow:none!important}.custom-header.header-visible{transform:translateY(0);box-shadow:0 2px 10px rgba(0,0,0,.08)}.custom-header .header-container{max-width:1320px;margin:0 auto;padding:15px 20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:15px}.custom-header .logo a{font-size:1.8rem;font-weight:700;color:#0a2a3b;text-decoration:none}.custom-header .logo-accent{color:#1f6392}.custom-header .nav-menu ul{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.custom-header .nav-menu a{color:#2c5a78;font-weight:500;text-decoration:none;transition:color .2s}.custom-header .nav-menu a:hover{color:#1f6392}.custom-header .header-right{display:flex;align-items:center;gap:20px}.custom-header .phone-link{font-weight:600;color:#1f6392;text-decoration:none;display:flex;align-items:center;gap:6px;font-size:1rem}.custom-header .cart-icon{position:relative;font-size:1.6rem;background:0 0;border:none;cursor:pointer;color:#2c5a78;display:inline-flex;align-items:center;justify-content:center}.custom-header .cart-icon:hover{color:#1f6392}.custom-header .cart-count{position:absolute;top:-10px;right:-12px;background:#e74c3c;color:#fff;font-size:.7rem;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px}.custom-header .mobile-toggle{display:none;font-size:1.5rem;background:0 0;border:none;cursor:pointer;color:#2c5a78;padding:4px}.header-spacer{height:70px}.hero{padding:80px 0;background:linear-gradient(135deg,#f8faf7,#e8f0e6);position:relative;overflow:hidden}.hero-grid{display:flex;align-items:center;gap:40px;max-width:1280px;margin:0 auto;padding:0 16px}.hero-content{flex:1}.hero h1{font-size:2.8rem;font-weight:700;color:#000;margin-bottom:20px}.hero p{font-size:1.1rem;color:#4b5563;margin-bottom:30px;max-width:550px}.hero-img{flex:.8;text-align:center}.hero-img img{max-width:100%;border-radius:16px;box-shadow:var(--shadow)}.section{padding:70px 0}.section-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:16px}.section-sub{text-align:center;color:#5a6874;max-width:680px;margin:0 auto 40px}.catalog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;max-width:1280px;margin:0 auto;padding:0 16px}.door-card{background:#fff;border-radius:24px;border:1px solid #edf2e9;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:transform .3s,box-shadow .3s}.door-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.12)}.door-link{display:block;text-decoration:none;color:inherit}.door-img{height:280px;background:#eef3ea;display:flex;align-items:center;justify-content:center;overflow:hidden}.door-img img{width:100%;height:100%;object-fit:cover}.door-info{padding:20px}.door-title{font-size:1rem;font-weight:700;color:#1e3a8a;margin-bottom:8px}.tag{background:#eef2e6;padding:3px 10px;border-radius:30px;font-size:.65rem;font-weight:500;display:inline-block;margin-bottom:10px}.door-info p{font-size:.85rem;color:#4b5563}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1280px;margin:0 auto;padding:0 16px}.feature-card{background:#fff;padding:24px 16px;border-radius:16px;text-align:center;border:1px solid #edf2e9;transition:transform .3s}.feature-card:hover{transform:translateY(-4px)}.feature-card .icon{font-size:2rem;margin-bottom:12px}.feature-card h3{font-size:1rem;margin-bottom:8px}.feature-card p{font-size:.85rem;color:#4b5563}.yandex-reviews-wrapper{max-width:780px;margin:0 auto;background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}.yandex-reviews-wrapper .reviews-inner{position:relative;padding-bottom:80%;height:0}.yandex-reviews-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.tilda-product-card,.product-grid{max-width:1320px;margin:0 auto;padding:1rem 0}.grid-2col,.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;background:#fff;border-radius:24px;padding:30px;box-shadow:var(--shadow);margin-bottom:30px}.gallery-side,.gallery{background:#fff;padding:1.5rem;border-right:1px solid #ecf2f8;display:flex;flex-direction:column;gap:16px}.badge-stock,.in-stock{display:inline-flex;align-items:center;gap:.5rem;background:#d4edda;color:#155724;padding:.25rem 1rem;border-radius:50px;font-size:.7rem;font-weight:700;align-self:flex-start}.carousel-container,.main-img{background:#fbf9f5;border-radius:var(--radius);padding:.8rem;border:1px solid #eceff4}.carousel-main img,.main-img img{width:100%;max-height:350px;object-fit:contain}.thumbnails{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.thumbnails img{width:70px;height:70px;object-fit:cover;border-radius:8px;border:2px solid transparent;cursor:pointer}.thumbnails img.active{border-color:var(--primary)}.config-side,.config{padding:1.5rem;background:#fff;display:flex;flex-direction:column;gap:20px}.config-side h1,.config h1{font-size:1.6rem;font-weight:800;color:#0a2a3b}.size-selector{background:#f8fafd;border-radius:var(--radius);padding:.8rem 1rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.size-selector select{padding:.4rem .8rem;border-radius:2rem;border:1px solid #cbdde9}.door-price-block,.price-block{background:#fff6e5;border-left:4px solid #f5a623;border-radius:var(--radius);padding:.6rem 1rem;display:flex;justify-content:space-between;flex-wrap:wrap}.old-price,.old{text-decoration:line-through;color:#7f8c8d;font-size:.9rem}.new-price,.new{font-size:1.7rem;font-weight:800;color:#b22234}.total-line{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;background:#fafcff;border:1px solid #e6edf4;border-radius:var(--radius);font-weight:700}.total-line .price{font-size:1.8rem;color:var(--primary)}.total-line .reset-btn{background:0 0;border:1.5px solid var(--primary);color:var(--primary);padding:4px 14px;border-radius:6px;cursor:pointer}.total-line .reset-btn:hover{background:var(--primary);color:#fff}.components-title{font-weight:700;margin:.8rem 0;border-left:4px solid #1f6392;padding-left:.7rem}.components-list{min-height:320px;border:1px solid #eef2f8;border-radius:1rem;overflow:hidden;background:#fff}.comp-row{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1.2rem;border-bottom:1px solid #ecf1f7;flex-wrap:wrap;gap:.5rem}.comp-qty-control{display:flex;align-items:center;gap:.5rem;background:#f8fafd;padding:.15rem .4rem;border-radius:60px}.qty-btn{background:#fff;border:1px solid #cbdde9;width:32px;height:32px;border-radius:50%;font-size:1.2rem;font-weight:700;color:#1f6392;cursor:pointer}.qty-input{width:60px;text-align:center;padding:.3rem;border:1px solid #cbdde9;border-radius:.5rem}.item-price-display{font-weight:700;background:#eff3fa;padding:.15rem .7rem;border-radius:40px;font-size:.8rem}.tabs-container{margin-top:.5rem;border:1px solid #eef2f8;border-radius:1rem;overflow:hidden}.tabs-header{display:flex;background:#f8fafd;border-bottom:1px solid #eef2f8}.tab-btn{flex:1;padding:.7rem;background:0 0;border:none;font-weight:600;color:#6f8aaa;cursor:pointer}.tab-btn.active{color:var(--primary);background:#fff;border-bottom:2px solid var(--primary)}.tab-panel{padding:1rem;background:#fff;display:none}.tab-panel.active{display:block}.specs-grid{display:grid;grid-template-columns:1fr 2fr;gap:.5rem;font-size:.8rem}.spec-label{font-weight:600;color:var(--primary)}.related-products,.reviews-section,.faq-block,.seo-block{max-width:1320px;margin:2rem auto 0;background:#fff;border-radius:24px;padding:1.5rem;box-shadow:var(--shadow)}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.related-card{border:1px solid #eef2f8;border-radius:1rem;padding:1rem;text-align:center}.related-card img{width:100%;max-height:120px;object-fit:contain}.related-qty-btn{background:#fff;border:1px solid #cbdde9;width:32px;height:32px;border-radius:50%;font-size:1.2rem;font-weight:700;color:var(--primary);cursor:pointer}.related-qty-control{display:flex;justify-content:center;gap:.5rem;margin:.8rem 0}.related-add-btn{background:var(--primary);color:#fff;border:none;padding:.5rem 1rem;border-radius:2rem;cursor:pointer;width:100%}.related-add-btn:hover{background:var(--primary-hover)}.furniture-group{margin-bottom:16px}.furniture-group>div:first-child{font-weight:600;margin-bottom:6px;color:#1f2937}.furniture-item .actions{display:flex!important;gap:8px!important;align-items:center!important;flex-wrap:wrap!important}.furniture-item .actions button{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:6px 14px!important;border:1px solid #d0d5db!important;background:#f5f6f8!important;font-weight:700!important;font-size:.8rem!important;cursor:pointer!important;transition:all .2s ease!important;min-width:50px!important;height:32px!important;color:#333!important;box-sizing:border-box!important;gap:4px!important}.furniture-item .actions .on{background:#1f6392!important;color:#fff!important;border-color:#1f6392!important}.furniture-item .actions .on:hover{background:#0f4b6e!important;border-color:#0f4b6e!important}.furniture-item .actions .off{background:#f5f6f8!important;color:#333!important;border-color:#d0d5db!important}.furniture-item .actions .off:hover{background:#e8eaed!important}.furniture-item .actions .check-mark{margin-right:4px!important;font-size:.9rem!important}.service-group .options button{padding:8px 16px!important;border-radius:var(--radius,10px)!important;border:1px solid #d0d5db!important;background:#f5f6f8!important;font-weight:600!important;font-size:.85rem!important;cursor:pointer!important;transition:all .2s ease!important;color:#333!important}.service-group .options .selected{background:#1f6392!important;color:#fff!important;border-color:#1f6392!important}.service-group .options .selected:hover{background:#0f4b6e!important;border-color:#0f4b6e!important}.service-group .options button:not(.selected):hover{background:#e8eaed!important;border-color:#b0b5ba!important}.similar-models{display:flex;flex-wrap:wrap;gap:16px;margin:16px 0}.similar-item{flex:1 1 calc(25% - 16px);min-width:100px;padding:12px;background:#f8fafd;border-radius:var(--radius);text-align:center;transition:.2s;border:1px solid transparent}.similar-item:hover{border-color:#1f6392;transform:translateY(-2px)}.similar-item a{text-decoration:none;color:#1a2c3e}.similar-item img{width:80px;height:80px;object-fit:cover;border-radius:var(--radius)}.similar-item span{display:block;margin-top:6px;font-weight:600;color:#1f6392}.review-item{padding:14px 0;border-bottom:1px solid #ecf1f7}.review-item .stars{color:#f5a623;font-size:1.1rem;letter-spacing:2px}.review-item .author{font-weight:600}.review-item .date{font-size:.7rem;color:#8ba0b5}.faq-item{padding-bottom:16px;border-bottom:1px solid #ecf1f7;margin-bottom:24px}.faq-question{font-weight:700;font-size:1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;background:0 0;border:none;width:100%;text-align:left;color:#1e3a8a}.faq-answer{display:none;padding-bottom:.5rem;color:#4b5563;line-height:1.6}.faq-answer.open{display:block!important}.fixed-panel{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:2px solid var(--primary);box-shadow:0 -4px 20px rgba(0,0,0,.1);z-index:900;padding:12px 16px;transform:translateY(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.fixed-panel.show{transform:translateY(0)}.fixed-panel .inner{max-width:1320px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.fixed-panel .price{font-size:1.8rem;font-weight:800;color:var(--primary)}.fixed-panel .btn{background:var(--primary);color:#fff;border:none;border-radius:var(--radius);padding:10px 24px;font-weight:700;cursor:pointer;min-width:160px}.fixed-panel .btn:hover{background:var(--primary-hover)}.nav-trigger{position:fixed;bottom:120px;right:24px;z-index:200;background:var(--primary);color:#fff;border:none;border-radius:50%;width:56px;height:56px;font-size:1.6rem;cursor:pointer;box-shadow:0 4px 20px rgba(31,99,146,.35);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;opacity:0;animation:fadeInUp .5s 1.5s forwards}.nav-trigger:hover{transform:scale(1.1);background:var(--primary-hover)}.nav-trigger svg{width:28px;height:28px;fill:#fff}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.nav-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1000;align-items:center;justify-content:center;padding:20px}.nav-modal.open{display:flex}.nav-modal .modal-box{background:#fff;max-width:560px;width:100%;border-radius:16px;padding:30px 24px;box-shadow:0 20px 60px rgba(0,0,0,.3);position:relative;max-height:90vh;overflow-y:auto}.nav-modal .close-modal{position:absolute;top:12px;right:16px;background:0 0;border:none;font-size:1.8rem;cursor:pointer;color:#999}.nav-modal .close-modal:hover{color:#333}.nav-character{display:flex;align-items:center;gap:16px;margin-bottom:20px}.nav-character svg{width:60px;height:60px;flex-shrink:0}.nav-character .bubble{background:#f0f4f8;padding:12px 16px;border-radius:12px;border-top-left-radius:4px;font-size:.95rem;flex:1;position:relative}.nav-character .bubble::after{content:'';position:absolute;left:-10px;top:12px;border:6px solid transparent;border-right-color:#f0f4f8}.nav-progress{display:flex;justify-content:center;gap:8px;margin:16px 0 20px}.nav-progress .step{display:flex;flex-direction:column;align-items:center;gap:4px}.nav-progress .step .num{width:28px;height:28px;border-radius:50%;background:#d0d5db;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;transition:.3s}.nav-progress .step.active .num{background:var(--primary)}.nav-progress .step.done .num{background:#28a745}.nav-progress .step .label{font-size:.6rem;color:#6a7a8a;text-transform:uppercase;letter-spacing:.5px}.nav-progress .step.active .label{color:var(--primary);font-weight:600}.nav-price-preview{background:#fff4e5;border-radius:var(--radius);padding:12px 16px;margin:12px 0;text-align:center;font-weight:600;font-size:1.1rem}.nav-price-preview span{color:var(--primary);font-size:1.4rem}.nav-actions{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}.nav-actions button{padding:10px 20px;border-radius:var(--radius);border:none;font-weight:700;cursor:pointer;transition:.2s}.nav-actions .btn-secondary{background:#e6edf4;color:#1a2c3e}.nav-actions .btn-secondary:hover{background:#d0d5db}.nav-actions .btn-outline{background:0 0;border:2px solid var(--primary);color:var(--primary)}.nav-actions .btn-outline:hover{background:var(--primary);color:#fff}.nav-result{margin-top:16px;padding:16px;background:#f8fafd;border-radius:var(--radius)}.nav-result .result-item{display:flex;justify-content:space-between;padding:4px 0;border-bottom:1px solid #e6edf4}.nav-result .result-item:last-child{border-bottom:none}.nav-result .result-value{color:var(--primary);font-weight:600}.custom-footer-global{background:#0c1f14;color:#cddfc7;padding:40px 0 20px;margin-top:40px}.footer-container{max-width:1320px;margin:0 auto;padding:0 16px}.footer-grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:32px}.footer-col{flex:1;min-width:200px}.footer-col h2{font-size:1.1rem;color:#fff;font-weight:600;margin-bottom:10px}.footer-col a{color:#c1e0b5;text-decoration:none}.footer-col a:hover{text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding-top:20px;border-top:1px solid #2d3e2a;margin-top:20px;font-size:.8rem;color:#a0b9a0}.breadcrumbs{position:sticky;top:0;z-index:100;background:#fff;padding:12px 16px;margin:0 0 24px;font-size:.85rem;display:flex;flex-wrap:wrap;gap:4px 8px;box-shadow:0 2px 10px rgba(0,0,0,.08);border-radius:0 0 var(--radius) var(--radius);transition:transform .3s,opacity .3s}.breadcrumbs a{color:#1f6392;text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .sep{color:#aaa}.cart-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);align-items:center;justify-content:center;z-index:2000}.cart-modal[aria-hidden=false]{display:flex}.cart-modal-content{background:#fff;max-width:600px;width:90%;max-height:90vh;border-radius:var(--radius);padding:24px;overflow-y:auto;position:relative;box-shadow:0 20px 40px rgba(0,0,0,.3)}.close-cart-btn{position:sticky;top:0;float:right;background:0 0;border:none;font-size:2rem;cursor:pointer;color:#333}.trust-block{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;background:#fff;padding:30px;border-radius:var(--radius);box-shadow:var(--shadow);margin:30px 0}.trust-item{text-align:center;padding:10px}.trust-item .icon{font-size:2.4rem}.trust-item .title{font-weight:700;margin:8px 0 4px}.trust-item .desc{font-size:.9rem;color:#4a5a6a}.banner-call{background:var(--primary);color:#fff;padding:30px 20px;border-radius:var(--radius);box-shadow:var(--shadow);margin:30px 0;text-align:center}.banner-call h2{font-size:1.8rem;margin-bottom:10px}.banner-call .phone{font-size:2.2rem;font-weight:800;display:inline-block;margin:10px 0;background:#fff;color:var(--primary);padding:8px 30px;border-radius:50px;text-decoration:none;transition:.3s}.banner-call .phone:hover{transform:scale(1.05)}.btn-primary{background:var(--primary);color:#fff;border:none;border-radius:var(--radius);padding:12px 24px;font-weight:700;cursor:pointer;transition:.2s}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px)}.btn-outline{background:0 0;border:2px solid var(--primary);color:var(--primary);padding:10px 24px;border-radius:var(--radius);font-weight:700;cursor:pointer;transition:.2s}.btn-outline:hover{background:var(--primary);color:#fff}.btn-gold{background:#d4a373;color:#0f0f12;padding:12px 24px;border-radius:30px;font-weight:700;border:none;cursor:pointer;transition:.2s}.btn-gold:hover{background:#b8865b}.btn-green{background:#2d6a4f;color:#fff;padding:12px 24px;border-radius:30px;font-weight:700;border:none;cursor:pointer;transition:.2s}.btn-green:hover{background:#1b4a3a}.phone{font-weight:600;font-size:1.2rem;color:var(--primary);text-decoration:none}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .7s,transform .7s}.fade-up.visible{opacity:1;transform:translateY(0)}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,179,71,.6)}70%{box-shadow:0 0 0 12px rgba(255,179,71,0)}100%{box-shadow:0 0 0 0 rgba(255,179,71,0)}}.pulse{animation:2s infinite pulse}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;border-bottom:3px solid #000;padding:12px 0;transition:transform .3s ease}.site-header.hidden{transform:translateY(-100%)}.header-inner{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.logo{font-size:1.6rem;font-weight:800;color:#000;text-decoration:none}.logo-sub{font-weight:400;font-size:1rem;color:#2d6a4f}.nav-menu{display:flex;gap:24px;flex-wrap:wrap}.nav-menu a{color:#000;font-weight:700;font-size:1.15rem;text-decoration:none;border-bottom:3px solid transparent;padding-bottom:4px;transition:border-color .2s}.nav-menu a:hover{border-bottom-color:#000}.header-right{display:flex;align-items:center;gap:20px}.phone{color:#000;font-weight:700;font-size:1.2rem;text-decoration:none}.cart-icon{position:relative;font-size:1.8rem;color:#000;text-decoration:none}.cart-count{position:absolute;top:-8px;right:-12px;background:#e74c3c;color:#fff;font-size:.7rem;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.burger{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:4px}.burger span{width:28px;height:3px;background:#000;transition:.3s}body.page-home .cart-icon,body.hide-cart .cart-icon,body.page-home .cart-count,body.hide-cart .cart-count{display:none!important}@media(max-width:768px){.burger{display:flex}.nav-menu{display:none;flex-direction:column;width:100%;gap:12px;padding-top:12px;border-top:1px solid #eee}.nav-menu.open{display:flex}.header-right .phone{font-size:1rem}body{padding-top:120px!important}}@media(max-width:480px){body{padding-top:140px!important}}