.cat-nav-search{margin-left:auto;position:relative;flex-shrink:0;display:flex;align-items:center;height:100%}.cat-search-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:var(--dark-600);cursor:pointer;border-radius:var(--radius-sm);transition:color .2s ease,opacity .2s ease}.cat-search-toggle:hover{color:var(--primary)}.cat-nav-inner.searching .cat-search-toggle{opacity:0;pointer-events:none}.cat-nav-inner.searching .cat-nav-link{visibility:hidden}.cat-search-panel{position:absolute;inset:0;display:flex;align-items:center;gap:2px;padding:0 6px 0 12px;background:var(--white);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;z-index:10}.cat-nav-inner.searching .cat-search-panel{opacity:1;visibility:visible;pointer-events:auto}.cat-search-panel-ico{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gray-400)}.cat-search-input{flex:1 1 auto;min-width:0;height:100%;padding:0 8px 0 6px;border:none;background:transparent;font-family:var(--font);font-size:14px;color:var(--dark-700);outline:none}.cat-search-close,.cat-search-submit{display:flex;align-items:center;justify-content:center;flex-shrink:0;border:none;background:transparent;cursor:pointer;transition:color .2s ease,background .2s ease}.cat-search-close{width:34px;height:34px;border-radius:var(--radius-sm);color:var(--gray-400)}.cat-search-close:hover{color:var(--dark-700);background:var(--gray-100, #f1f5f9)}.cat-search-submit{width:36px;height:30px;border-radius:var(--radius-sm);color:var(--white);background:var(--primary)}.cat-search-submit:hover{background:var(--primary-dark, var(--primary));filter:brightness(.95)}.cat-search-results{position:fixed;width:360px;max-height:60vh;overflow-y:auto;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm);box-shadow:0 10px 30px #00000029;z-index:1001;opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.cat-nav-inner.results-open .cat-search-results{opacity:1;transform:translateY(0);pointer-events:auto}.cat-search-result{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;border:none;background:transparent;text-align:left;cursor:pointer;border-bottom:1px solid var(--gray-100, #f1f5f9);transition:background .15s ease}.cat-search-result:last-child{border-bottom:none}.cat-search-result:hover,.cat-search-result.active{background:var(--primary-light)}.cat-search-result-ico{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:6px;background:var(--primary-light);color:var(--primary)}.cat-search-result-body{flex:1 1 auto;min-width:0}.cat-search-result-name{display:block;font-size:13.5px;font-weight:500;color:var(--dark-700);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cat-search-result-name mark{background:transparent;color:var(--primary);font-weight:700}.cat-search-result-sub{display:block;font-size:11.5px;color:var(--gray-400);margin-top:1px}.cat-search-result-price{flex-shrink:0;font-size:13px;font-weight:600;color:var(--dark-700);white-space:nowrap}.cat-search-result-price span{font-weight:400;color:var(--gray-400);font-size:11px}.cat-search-empty{padding:16px 14px;font-size:13px;color:var(--gray-400);text-align:center}.cat-search-all{display:block;width:100%;padding:10px 12px;border:none;border-top:1px solid var(--gray-200);background:var(--gray-50, #f8fafc);color:var(--primary);font-size:12.5px;font-weight:600;text-align:center;cursor:pointer;position:sticky;bottom:0}.cat-search-all:hover{background:var(--primary-light)}.catalog-page{padding-top:131px;padding-bottom:20px;min-height:80vh}.catalog-header{padding:0 0 32px}.catalog-title{font-size:32px;font-weight:600;margin-bottom:8px}.catalog-subtitle{font-size:16px;color:var(--gray-500)}.catalog-lead{margin-top:12px;font-size:15px;line-height:1.6;color:var(--dark-700, #334155)}.catalog-lead__more{color:var(--primary);font-weight:600;text-decoration:none;white-space:nowrap}.catalog-lead__more:hover{text-decoration:underline}#pipeFullText{scroll-margin-top:96px}.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:40px}.catalog-card{display:flex;flex-direction:column;align-items:center;padding:24px 16px 20px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:var(--transition);text-align:center}.catalog-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:var(--shadow-lg)}.catalog-card-img{width:157px;height:157px;margin-bottom:12px;display:flex;align-items:center;justify-content:center;color:var(--gray-400);transition:var(--transition);position:relative}.services-grid .catalog-card-img{width:100%;max-width:291px;height:auto;aspect-ratio:1 / 1}.services-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important}.catalog-card:hover .catalog-card-img{transform:scale(1.05)}.catalog-card-img svg,.catalog-card-img img{width:100%;height:100%;object-fit:contain}.catalog-card-name{font-size:15px;font-weight:600;margin-bottom:4px}.catalog-card-count{font-size:12px;color:var(--gray-400)}.catalog-card--accent{background:linear-gradient(135deg,var(--dark),#1a1a2e);color:var(--white);border-color:transparent}.catalog-card--accent .catalog-card-count{color:var(--gray-400)}.catalog-card--accent .catalog-card-img{color:#ff6b6b}.catalog-banner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 32px;background:linear-gradient(135deg,#fff7ed,#fef3c7);border:1px solid #FDE68A;border-radius:var(--radius-lg);margin-bottom:40px}.banner-text h3{font-size:18px;font-weight:600;margin-bottom:4px}.banner-text p{font-size:14px;color:var(--gray-500)}.subcategory-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.sub-tag{padding:8px 18px;background:var(--white);border:1px solid var(--gray-200);border-radius:100px;font-size:13px;font-weight:500;color:var(--dark-600);cursor:pointer;transition:var(--transition)}.sub-tag:hover,.sub-tag.active{background:var(--primary);color:var(--white);border-color:var(--primary)}.grade-tabs{display:flex;gap:10px;margin-bottom:1.5rem;padding:0}.grade-tab{flex:1;padding:16px 24px;font-size:15px;font-weight:600;text-decoration:none;text-align:center;cursor:pointer;white-space:nowrap;border-radius:10px;transition:all .25s ease;letter-spacing:.3px;text-transform:uppercase;position:relative}.grade-tab[data-grade=all]{color:#334155;background:#fff;border:2px solid #94A3B8}.grade-tab[data-grade=all]:hover{border-color:#334155;background:#f1f5f9}.grade-tab[data-grade=all].active{background:linear-gradient(135deg,#1e293b,#475569);color:#fff;border-color:#1e293b;box-shadow:0 4px 16px #1e293b66}.grade-tab[data-grade=a500s]{color:#1a66d6;background:#fff;border:2px solid #FCA5A5}.grade-tab[data-grade=a500s]:hover{border-color:#1a66d6;background:#e8f1ff}.grade-tab[data-grade=a500s].active{background:linear-gradient(135deg,#1a66d6,#2f7cff);color:#fff;border-color:#1a66d6;box-shadow:0 4px 16px #1a66d666}.grade-tab[data-grade="25g2s"]{color:#ea580c;background:#fff;border:2px solid #FDBA74}.grade-tab[data-grade="25g2s"]:hover{border-color:#ea580c;background:#fff7ed}.grade-tab[data-grade="25g2s"].active{background:linear-gradient(135deg,#ea580c,#f97316);color:#fff;border-color:#ea580c;box-shadow:0 4px 16px #ea580c66}.grade-tab[data-grade="35gs"]{color:#1a66d6;background:#fff;border:2px solid #9bbdff}.grade-tab[data-grade="35gs"]:hover{border-color:#1a66d6;background:#e8f1ff}.grade-tab[data-grade="35gs"].active{background:linear-gradient(135deg,#1a66d6,#2f7cff);color:#fff;border-color:#1a66d6;box-shadow:0 4px 16px #2563eb66}.grade-tab.active{transform:translateY(-2px)}.grade-tab[data-grade=krug_st10]{color:#059669;background:#fff;border:2px solid #A7F3D0}.grade-tab[data-grade=krug_st10]:hover{border-color:#059669;background:#ecfdf5}.grade-tab[data-grade=krug_st10].active{background:linear-gradient(135deg,#059669,#10b981);color:#fff;border-color:#059669;box-shadow:0 4px 16px #05966966}.grade-tab[data-grade=krug_st20]{color:#1a66d6;background:#fff;border:2px solid #9bbdff}.grade-tab[data-grade=krug_st20]:hover{border-color:#1a66d6;background:#e8f1ff}.grade-tab[data-grade=krug_st20].active{background:linear-gradient(135deg,#1a66d6,#2f7cff);color:#fff;border-color:#1a66d6;box-shadow:0 4px 16px #1a66d666}.grade-tab[data-grade=krug_st35]{color:#ea580c;background:#fff;border:2px solid #FDBA74}.grade-tab[data-grade=krug_st35]:hover{border-color:#ea580c;background:#fff7ed}.grade-tab[data-grade=krug_st35].active{background:linear-gradient(135deg,#ea580c,#f97316);color:#fff;border-color:#ea580c;box-shadow:0 4px 16px #ea580c66}.grade-tab[data-grade=krug_st45]{color:#dc2626;background:#fff;border:2px solid #FCA5A5}.grade-tab[data-grade=krug_st45]:hover{border-color:#dc2626;background:#fef2f2}.grade-tab[data-grade=krug_st45].active{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;border-color:#dc2626;box-shadow:0 4px 16px #dc262666}.grade-tab[data-grade=krug_40x]{color:#7c3aed;background:#fff;border:2px solid #DDD6FE}.grade-tab[data-grade=krug_40x]:hover{border-color:#7c3aed;background:#f5f3ff}.grade-tab[data-grade=krug_40x].active{background:linear-gradient(135deg,#7c3aed,#8b5cf6);color:#fff;border-color:#7c3aed;box-shadow:0 4px 16px #7c3aed66}.grade-tab[data-grade=krug_a12]{color:#0891b2;background:#fff;border:2px solid #A5F3FC}.grade-tab[data-grade=krug_a12]:hover{border-color:#0891b2;background:#ecfeff}.grade-tab[data-grade=krug_a12].active{background:linear-gradient(135deg,#0891b2,#06b6d4);color:#fff;border-color:#0891b2;box-shadow:0 4px 16px #0891b266}.grade-tab[data-grade=Ст20]{color:#059669;background:#fff;border:2px solid #A7F3D0}.grade-tab[data-grade=Ст20]:hover{border-color:#059669;background:#ecfdf5}.grade-tab[data-grade=Ст20].active{background:linear-gradient(135deg,#059669,#10b981);color:#fff;border-color:#059669;box-shadow:0 4px 16px #05966966}.grade-tab[data-grade=Ст45]{color:#dc2626;background:#fff;border:2px solid #FCA5A5}.grade-tab[data-grade=Ст45]:hover{border-color:#dc2626;background:#fef2f2}.grade-tab[data-grade=Ст45].active{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;border-color:#dc2626;box-shadow:0 4px 16px #dc262666}@media(max-width:640px){.grade-tabs{flex-wrap:wrap;gap:8px}.grade-tab{flex:1 1 45%;font-size:13px;padding:12px 14px}}.filter-section{display:flex;align-items:flex-start;gap:20px;padding:20px 24px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);margin-bottom:24px;flex-wrap:wrap}.filter-section--inline{align-items:center;flex-wrap:nowrap;gap:12px;padding:14px 20px;overflow-x:auto}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-label{font-size:12px;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px}.filter-grid{display:flex;flex-wrap:wrap;gap:6px}.filter-grid-btn{min-width:34px;height:32px;padding:0 8px;display:flex;align-items:center;justify-content:center;border:1px solid var(--gray-200);background:var(--white);border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:var(--transition);font-family:var(--font);flex-shrink:0;white-space:nowrap}.filter-grid-btn:hover{border-color:var(--primary);color:var(--primary)}.filter-grid-btn.active{background:var(--primary);color:var(--white);border-color:var(--primary)}.filter-select{padding:8px 32px 8px 12px;border:1px solid var(--gray-200);border-radius:6px;font-family:var(--font);font-size:13px;appearance:none;background:var(--white) url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 10px center;cursor:pointer;min-width:140px;transition:var(--transition)}.filter-select:focus{border-color:var(--primary);outline:none}.filter-actions{display:flex;align-items:flex-end;gap:12px;margin-left:auto}.filter-ok-btn{padding:8px 24px;background:var(--primary);color:var(--white);border:none;border-radius:6px;font-family:var(--font);font-size:13px;font-weight:600;cursor:pointer;transition:var(--transition)}.filter-ok-btn:hover{background:var(--primary-dark)}.filter-reset{font-size:13px;color:var(--primary);background:none;border:none;cursor:pointer;font-family:var(--font);padding:8px 0}.filter-reset:hover{text-decoration:underline}.estimate-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm);font-family:var(--font);font-size:13px;font-weight:500;cursor:pointer;transition:var(--transition);color:var(--dark-600);white-space:nowrap}.estimate-btn:hover{border-color:var(--primary);color:var(--primary)}.product-table-group{margin-bottom:32px}.product-table-title{font-size:18px;font-weight:600;color:var(--primary);padding:12px 0;border-bottom:2px solid var(--primary-light);margin-bottom:0}.product-table{width:100%;border-collapse:collapse}.product-table th{text-align:left;padding:10px 16px;font-size:12px;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;background:var(--gray-100);border-bottom:1px solid var(--gray-200)}.product-table td{padding:12px 16px;font-size:14px;border-bottom:1px solid var(--gray-100);transition:var(--transition)}.product-table tr:hover td{background:#fefce8}.product-table .col-name{width:45%}.product-table .col-length{width:10%;text-align:center}.product-table .col-price-m,.product-table .col-price-unit{width:12%;text-align:right}.product-table .col-price-ton{width:13%;text-align:right}.product-table .col-cart{width:8%;text-align:center}.product-table .product-link{color:var(--primary);font-weight:500}.product-table .product-link:hover{text-decoration:underline}.price-value{font-weight:600;color:var(--dark);white-space:nowrap}.price-main{font-weight:600;color:var(--primary);font-size:15px;white-space:nowrap}.table-cart-btn{width:36px;height:36px;border:1px solid var(--gray-200);background:var(--white);border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition);color:var(--gray-400)}.table-cart-btn:hover{background:var(--primary);color:var(--white);border-color:var(--primary)}.table-cart-btn svg{width:18px;height:18px}.table-cart-btn--request{color:var(--primary)}.price-value--request{display:inline-block;font-size:13.5px;font-weight:600;color:var(--gray-500);white-space:normal;line-height:1.3}.messenger-buttons{position:fixed;bottom:24px;right:24px;display:flex;flex-direction:column;gap:10px;z-index:900}.msg-btn{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);box-shadow:var(--shadow-lg);transition:var(--transition)}.msg-btn:hover{transform:scale(1.1)}.msg-telegram{background:#229ed9}@media(max-width:1024px){.catalog-grid{grid-template-columns:repeat(3,1fr)}.filter-section{flex-wrap:wrap}}@media(max-width:768px){.catalog-grid{grid-template-columns:repeat(2,1fr)}.catalog-title{font-size:24px}.filter-section{padding:16px}.filter-actions{margin-left:0;width:100%}.catalog-banner{flex-direction:column;text-align:center}.product-table-group{overflow-x:auto;-webkit-overflow-scrolling:touch}.product-table .col-price-m,.product-table .col-price-unit{display:none}.product-table th:nth-child(3),.product-table th:nth-child(4),.product-table td:nth-child(3),.product-table td:nth-child(4){display:none}}.product-card{max-width:1200px;margin:0 auto;padding:1.5rem 2rem 2rem;background:#f1f5f9;border-radius:16px}.product-card__top{display:grid;grid-template-columns:280px 1fr;gap:2.5rem;margin-bottom:1.5rem;padding:2rem;background:var(--white);border:1px solid var(--gray-200);border-radius:16px;box-shadow:0 1px 4px #0000000a}.product-card__gallery{display:flex;flex-direction:column;gap:1rem}.product-card__image-wrap,.product-card__image-container{background:#f3f4f6;border:1px solid #E5E7EB;border-radius:12px;padding:1.5rem;display:flex;align-items:center;justify-content:center}.product-card__image{max-width:100%;max-height:200px;object-fit:contain}.product-card__badges{display:flex;gap:6px;flex-wrap:wrap}.product-card__badges--below{justify-content:flex-start}.badge{padding:4px 8px;border-radius:100px;font-size:10px;font-weight:600;display:inline-flex;align-items:center;gap:3px;white-space:nowrap}.badge--stock{background:#ecfdf5;color:#059669;border:1px solid #A7F3D0}.badge--gost{background:#e8f1ff;color:#1a66d6;border:1px solid #b7d0ff}.badge--delivery{background:#fff7ed;color:#c2410c;border:1px solid #FED7AA}.badge--cut{background:#f5f3ff;color:#7c3aed;border:1px solid #DDD6FE}.product-card__info{display:flex;flex-direction:column;gap:1.2rem}.product-card__title{font-size:1.8rem;font-weight:600;color:var(--dark);line-height:1.2;margin:0}.product-card__subtitle{font-size:.95rem;color:var(--gray-500);margin:0}.product-card__price-box{background:#f3f4f6;border:1px solid #E5E7EB;border-radius:12px;padding:1.5rem 2rem;margin-bottom:1.5rem}.price-box-col:first-child{display:flex;align-items:baseline;gap:12px;margin-bottom:.6rem}.price-box-col:first-child .price-box-val-big{font-size:2.2rem}.price-box-secondary{display:flex;flex-direction:column;gap:4px;margin-top:6px}.price-box-secondary .price-box-col{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.price-box-label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.price-box-val-big{font-size:2.2rem;font-weight:600;color:#1f2937;line-height:1;white-space:nowrap}.price-box-val-med{font-size:1.15rem;font-weight:600;color:#374151;line-height:1}.price-box-val-big .rub,.price-box-val-med .rub{font-size:.8em;opacity:.9}.product-card__price-box{display:block}.price-tier{padding:.75rem 1rem;border-radius:12px}.price-tier__inner{display:flex;align-items:flex-start;gap:16px}.price-tier__left{flex:1}.price-tier__right{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.price-tier--wholesale{background:#f0fdf4;border:1px solid #BBF7D0}.price-tier--retail{background:#f8fafc;border:1px solid var(--gray-200)}.price-tier__badge{display:inline-block;font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:2px 8px;border-radius:100px;margin-bottom:6px;background:#059669;color:#fff}.price-tier__badge--retail{background:#5f6d82}.price-tier__main{margin-bottom:4px;display:flex;align-items:baseline;gap:8px}.price-tier--wholesale .price-box-val-big{font-size:1.8rem;color:#065f46}.price-box-val-big--retail{font-size:1.5rem!important;color:#475569!important}.price-tier--retail .price-box-val-med{color:#5f6d82}.price-tier--retail .price-box-label{color:#94a3b8}.product-card__price-actions{display:flex;align-items:flex-start;gap:20px}.product-card__price-actions .product-card__price-box{flex:1}.product-card__actions{display:flex;gap:10px;margin-top:14px}.product-card__cart-btn,.product-card__call-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;border-radius:10px;cursor:pointer;transition:all .25s ease;text-decoration:none;border:none;font-family:var(--font)}.btn-red{background:#1a66d6;color:var(--white);border:none;padding:14px 28px;font-weight:600;border-radius:10px;box-shadow:0 4px 12px #1a66d640;transition:all .2s}.btn-red:hover{background:#1767d6;transform:translateY(-2px);box-shadow:0 6px 16px #1a66d659}.btn-green{background:#16a34a;color:var(--white);border:none;padding:14px 28px;font-weight:600;border-radius:10px;box-shadow:0 4px 12px #16a34a40;transition:all .2s}.btn-green:hover{background:#15803d;transform:translateY(-2px);box-shadow:0 6px 16px #16a34a59}.product-card__delivery{display:flex;gap:1.5rem;padding-top:.5rem}.delivery-item{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#16a34a;font-weight:500}.product-card__benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:var(--white);border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;margin-top:.3rem}.benefit-item{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 16px;border-right:1px solid var(--gray-100);transition:background .2s;text-align:center}.benefit-item:hover{background:#f8fafc}.benefits-heading{font-size:1.15rem;font-weight:600;color:var(--dark);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;text-align:center}.benefit-icon{width:160px;height:160px;object-fit:contain;flex-shrink:0}.benefit-text{display:flex;flex-direction:column;gap:3px;align-items:center}.benefit-text strong{font-size:.9rem;font-weight:600;color:var(--dark);line-height:1.3}.benefit-text span{font-size:.78rem;color:var(--gray-500);line-height:1.3}.product-calc{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:1.5rem 2rem;margin-bottom:1.25rem}.calc-row{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.5rem}.calc-input-group{flex:1;min-width:280px}.calc-label{display:block;font-size:.9rem;font-weight:600;color:var(--dark);margin-bottom:8px}.calc-input-wrap{display:flex;gap:10px;align-items:center}.calc-select{width:100%;height:48px;border:1px solid #CBD5E1;border-radius:8px;padding:0 1rem;cursor:pointer;appearance:none;outline:none;background:#fff url("data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%2364748B%22 stroke-width=%222%22><polyline points=%226 9 12 15 18 9%22/></svg>") no-repeat right 1rem center / 1.2rem;font-family:var(--font);font-size:1.05rem;font-weight:500;color:#1e293b;box-shadow:0 2px 4px #00000005;transition:border-color .2s}.calc-select:focus{border-color:#1a66d6}.calc-input{width:120px;padding:12px 16px;font-size:1.2rem;font-weight:600;border:2px solid var(--gray-200);border-radius:10px;text-align:center;font-family:var(--font);transition:border-color .2s}.calc-input:focus{outline:none;border-color:var(--primary)}.calc-unit-btns{display:flex;gap:4px;background:#f1f5f9;border-radius:10px;padding:4px}.calc-unit-btn{padding:10px 16px;font-size:.85rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;background:transparent;color:var(--gray-500);transition:all .2s;font-family:var(--font)}.calc-unit-btn--active{background:var(--white);color:var(--dark);box-shadow:0 2px 6px #00000014}.calc-result{flex:1;display:flex;flex-direction:column;gap:6px;padding:12px 20px;background:#f0fdf4;border-radius:12px;border:1px solid #BBF7D0}.calc-result-row{display:flex;justify-content:space-between;align-items:center}.calc-result-label{font-size:.9rem;font-weight:600;color:#166534}.calc-result-val{font-size:1.5rem;font-weight:600;color:#166534}.calc-result-row--sub{font-size:.85rem;color:#4b5563}.calc-result-row--rounded{font-size:.82rem;color:#166534;background:#f0fdf4;border:1px solid #BBF7D0;border-radius:6px;padding:6px 10px;margin-top:6px}.calc-result-row--rounded span:first-child{font-weight:600}.calc-tier-badge{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:2px 8px;border-radius:100px}.calc-tier-badge--opt{background:#ecfdf5;color:#059669;border:1px solid #A7F3D0}.calc-tier-badge--retail{background:#fff7ed;color:#c2410c;border:1px solid #FED7AA}.calc-cart-btn{align-self:flex-start;white-space:nowrap;height:fit-content;padding:14px 28px!important;margin-top:12px}.product-card__section-title{font-size:1.2rem;font-weight:600;color:var(--dark);margin-bottom:.5rem}h3.product-card__section-title{font-size:1.05rem;font-weight:600}.product-card__specs,.product-card__description,.product-card__prices-table,.product-card__related,.product-faq,.product-card__benefits-wrap{margin-bottom:1.25rem;padding:1.5rem 2rem;background:var(--white);border:1px solid var(--gray-200);border-radius:16px}.specs-table{width:100%;border-collapse:collapse}.specs-table td{padding:10px 16px;font-size:14px;border-bottom:1px solid var(--gray-100)}.specs-table tr:last-child td{border-bottom:none}.specs-table tr{transition:background .15s}.specs-table tr:hover td{background:#f0f4f8}.specs-table .specs-value--text{font-weight:400;text-align:left;line-height:1.5;color:var(--gray-600, #475569);white-space:normal;word-break:break-word}.specs-table .specs-value a{color:var(--primary);text-decoration:none;border-bottom:1px solid rgba(26,102,214,.35)}.specs-table .specs-value a:hover{border-bottom-color:var(--primary)}@media(max-width:640px){.specs-table .specs-value--text{font-size:13px}}.specs-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:.3rem}.specs-toggle-btn{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;color:var(--primary);cursor:pointer;padding:5px 14px;background:#e8f1ff;border-radius:100px;transition:all .2s}.specs-toggle-btn:hover{background:#fecaca;color:#b91c1c}.specs-toggle-btn svg{transition:transform .3s}.specs-toggle-btn.open svg{transform:rotate(180deg)}.specs-hidden{display:none}.specs-label{color:var(--gray-500);font-weight:500;width:40%}.specs-value{color:var(--dark);font-weight:600}.prices-table th{text-align:left;padding:10px 16px;font-size:12px;font-weight:600;color:var(--gray-500);text-transform:uppercase;background:var(--gray-100);border-bottom:1px solid var(--gray-200)}.prices-table .price-cell{font-weight:600;color:var(--dark);white-space:nowrap}.prices-row--current{background:#fef3c7!important}.prices-row--current td{font-weight:600!important}.prices-link{color:var(--primary);font-weight:600;font-size:16px;text-decoration:none}.prices-link:hover{text-decoration:underline}.product-card__description p{font-size:.95rem;color:#475569;line-height:1.7;margin-bottom:.8rem}.product-card__description p:last-child{margin-bottom:0}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.related-card{display:flex;flex-direction:column;align-items:center;padding:1.2rem 1rem;background:#f8fafc;border:none;border-radius:12px;text-decoration:none;transition:all .25s ease;text-align:center}.related-card:hover{background:#e8f1ff;transform:translateY(-3px);box-shadow:0 8px 24px #0f172a14}.related-card__diam{font-size:1.3rem;font-weight:600;color:var(--dark);margin-bottom:4px}.related-card__name{font-size:.8rem;color:var(--gray-500);margin-bottom:8px}.related-card__price{font-size:1rem;font-weight:600;color:#1e293b}.related-card__price-m{font-size:.8rem;color:var(--gray-500);margin-top:2px}.related-card__price--request{font-size:.92rem;font-weight:600;color:var(--primary)}.related-card__stock{margin-top:auto}.related-card:hover .related-card__price{color:var(--primary)}.quick-order{display:flex;flex-direction:column;padding:2rem 2.5rem;background:#f1f5f9;border:1px solid #E2E8F0;border-radius:16px;margin-bottom:2rem;color:#1e293b;box-shadow:0 4px 24px #0000000f}.quick-order__header{display:flex;align-items:flex-start;gap:14px;text-align:left;margin-bottom:1.25rem}.quick-order__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;border-radius:13px;background:var(--primary-light, #E8F1FB);color:var(--primary, #1A66D6)}.quick-order__icon svg{width:22px;height:22px}.quick-order__heading{min-width:0}.quick-order__title{font-size:1.3rem;font-weight:600;margin:0 0 4px;color:#1e293b;letter-spacing:-.01em}.quick-order__desc{font-size:.9rem;color:#5f6d82;margin:0;line-height:1.4}.quick-order__form{display:flex;flex-direction:column;gap:10px}.quick-order__row,.quick-order__row--3col{display:flex;gap:10px}.quick-order__field{flex:1}.quick-order__input{width:100%;min-height:52px;padding:14px 16px;border:1.5px solid #CBD5E1;border-radius:10px;background:#f8fafc;color:#1e293b;font-size:16px;font-family:var(--font);transition:border-color .2s,background .2s,box-shadow .2s;box-sizing:border-box}.quick-order__input::placeholder{color:#94a3b8}.quick-order__input:focus{outline:none;border-color:#1a66d6;background:#fff;box-shadow:0 0 0 3px #1a66d624}.quick-order__textarea{width:100%;padding:14px 16px;border:1.5px solid #CBD5E1;border-radius:10px;background:#f8fafc;color:#94a3b8;font-size:16px;font-family:var(--font);resize:vertical;min-height:50px;transition:border-color .2s,background .2s,box-shadow .2s;box-sizing:border-box;line-height:1.4}.quick-order__textarea.has-content{color:#1e293b}.quick-order__textarea:focus{outline:none;border-color:#1a66d6;background:#fff;color:#1e293b;box-shadow:0 0 0 3px #1a66d624}.quick-order__file-input{display:none}.quick-order__upload{border:2px dashed #CBD5E1;border-radius:10px;padding:.7rem 1rem;transition:border-color .2s,background .2s;cursor:pointer}.quick-order__upload:hover,.quick-order__upload.drag-over{border-color:#1a66d6;background:#e8f1ff}.quick-order__upload--inline .quick-order__upload-content--inline{display:flex;flex-direction:row;align-items:center;gap:10px}.quick-order__upload-content{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.quick-order__upload-content svg{color:#94a3b8;flex-shrink:0}.quick-order__upload-title{font-size:.85rem;font-weight:600;color:#475569}.quick-order__upload-formats{font-size:.75rem;color:#94a3b8;letter-spacing:.03em}.quick-order__file-list{display:flex;flex-direction:column;gap:5px}.quick-order__file-item{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;background:#f1f5f9;border-radius:8px;font-size:.82rem}.quick-order__file-name{display:flex;align-items:center;gap:8px;color:#334155}.quick-order__file-size{color:#94a3b8;font-size:.78rem}.quick-order__file-remove{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:1rem;padding:2px 6px;border-radius:4px;transition:all .2s}.quick-order__file-remove:hover{color:#1a66d6;background:#e8f1ff}.quick-order__consent,.quick-order__send-copy{margin:8px 0}.quick-order__checkbox-label{display:flex;align-items:flex-start;gap:8px;font-size:.82rem;color:#4b5563;cursor:pointer;line-height:1.4}.quick-order__checkbox-label input[type=checkbox]{margin-top:2px;width:16px;height:16px;flex-shrink:0;accent-color:#1A66D6;cursor:pointer}.quick-order__checkbox-label a{color:#1a66d6;text-decoration:underline}.quick-order__checkbox-label a:hover{color:#1767d6}.quick-order__btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:13px 24px!important;font-size:1rem;font-weight:600}@media(max-width:600px){.quick-order{padding:1.2rem 1rem}.quick-order__row,.quick-order__row--3col{flex-direction:column}}.hub-grid{display:grid;gap:1.5rem;margin-bottom:1.5rem}.hub-grid--auto{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.hub-grid--2col{grid-template-columns:repeat(2,1fr);max-width:700px}.hub-grid--3col{grid-template-columns:repeat(3,1fr)}.hub-grid--4col{grid-template-columns:repeat(4,1fr)}.hub-card{text-decoration:none;color:inherit;display:flex;flex-direction:column;background:#fff;border-radius:16px;padding:2rem;border:1px solid #E2E8F0;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.hub-card:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-4px)}.hub-card__icon{width:130px;height:130px;margin-bottom:.8rem;position:relative}.hub-card__icon img{width:100%;height:100%;object-fit:contain}.hub-card__title{font-size:1.2rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.hub-card__gost{font-size:.85rem;font-weight:600;margin-bottom:.8rem}.hub-card__desc{font-size:.92rem;color:#5f6d82;line-height:1.6;margin-bottom:1rem}.hub-card__footer{margin-top:auto;padding-top:.8rem;display:flex;align-items:center;justify-content:flex-end}.hub-card__arrow{width:32px;height:32px;background:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s}.hub-card:hover .hub-card__arrow{background:#1a66d6;color:#fff}.seo-block{padding:2rem;background:#f8fafc;border-radius:12px;border:1px solid #E2E8F0;margin-bottom:1.5rem}.seo-block__title{font-size:1.3rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.seo-block__text{font-size:.95rem;color:#475569;line-height:1.7;margin-bottom:.8rem}.seo-block__text:last-child{margin-bottom:0}.section-gap{margin-top:2rem;margin-bottom:1.5rem}.gost--red{color:#1a66d6}.gost--blue{color:#3182ce}.gost--purple{color:#7c3aed}.gost--green{color:#38a169}.gost--orange{color:#dd6b20}.gost--gray{color:#52616b}@media(max-width:768px){.hub-grid--2col,.hub-grid--3col,.hub-grid--4col{grid-template-columns:1fr;max-width:none}.hub-card{padding:1.5rem}.hub-card__icon{width:100px;height:100px}}.qty-popup-overlay{position:fixed;inset:0;z-index:3000;display:none;align-items:center;justify-content:center;padding:20px;background:#0f172a8c;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);animation:qtyFade .2s ease both}@keyframes qtyFade{0%{opacity:0}to{opacity:1}}.qty-popup{width:100%;max-width:430px;max-height:calc(100dvh - 40px);display:flex;flex-direction:column;background:var(--white);border-radius:20px;box-shadow:0 32px 80px #0f172a4d;animation:qtyRise .28s cubic-bezier(.32,.72,0,1) both}@keyframes qtyRise{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.qty-popup-overlay,.qty-popup{animation:none}}.qty-popup__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:20px 22px 16px;border-bottom:1px solid var(--gray-200)}.qty-popup__eyebrow{display:block;margin-bottom:3px;font-size:11.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--primary)}.qty-popup__title{margin:0;font-family:var(--font-heading);font-size:17px;font-weight:700;line-height:1.3;letter-spacing:-.015em;color:var(--dark);text-wrap:pretty}.qty-popup__close{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--gray-200);border-radius:10px;background:var(--white);color:var(--gray-500);cursor:pointer;transition:color var(--transition),border-color var(--transition),background var(--transition)}.qty-popup__close svg{width:16px;height:16px}.qty-popup__close:hover{color:var(--dark);background:var(--gray-100);border-color:var(--gray-300)}.qty-popup__close:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.qty-popup__body{padding:18px 22px 20px;overflow-y:auto}.qty-popup__units{display:flex;gap:3px;margin-bottom:16px;padding:3px;border:1px solid var(--gray-200);border-radius:12px;background:linear-gradient(180deg,#f1f5f9,#f8fafc);box-shadow:inset 0 1px 2px #0f172a0a}.qty-popup__unit-btn{flex:1;height:34px;border:none;border-radius:9px;background:transparent;font-family:var(--font);font-size:13px;font-weight:600;color:var(--gray-500);cursor:pointer;transition:color var(--transition),background var(--transition),box-shadow var(--transition)}.qty-popup__unit-btn:hover{color:var(--dark-700)}.qty-popup__unit-btn:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.qty-popup__unit-btn--active{background:var(--white);color:var(--dark);box-shadow:0 1px 2px #0f172a1a,0 0 0 1px #0f172a0a;cursor:default}.qty-popup__input-row{display:flex;align-items:stretch;gap:8px;margin-bottom:14px}.qty-popup__step{width:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid var(--gray-200);border-radius:12px;background:var(--gray-100);color:var(--gray-500);cursor:pointer;transition:color var(--transition),border-color var(--transition),background var(--transition)}.qty-popup__step svg{width:14px;height:14px}.qty-popup__step:hover{color:var(--primary);border-color:#1a66d666;background:var(--primary-light)}.qty-popup__step:active{transform:translateY(1px)}.qty-popup__step:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.qty-popup__input-wrap{flex:1;display:flex;align-items:center;gap:6px;padding:0 14px;height:54px;border:1px solid var(--gray-200);border-radius:12px;background:var(--white);transition:border-color var(--transition),box-shadow var(--transition)}.qty-popup__input-wrap:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #1a66d61f}.qty-popup__input{flex:1;width:100%;min-width:0;border:none;background:transparent;font-family:var(--font-heading);font-size:24px;font-weight:700;letter-spacing:-.02em;color:var(--dark);font-variant-numeric:tabular-nums;text-align:right;-moz-appearance:textfield}.qty-popup__input::-webkit-outer-spin-button,.qty-popup__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty-popup__input:focus{outline:none}.qty-popup__input-unit{font-size:14px;font-weight:600;color:var(--gray-400)}.qty-popup__tier{display:flex;align-items:center;gap:8px;margin-bottom:14px;padding:9px 12px;border-radius:10px;background:var(--gray-100)}.qty-popup__tier-badge{flex-shrink:0;padding:2px 7px;border-radius:5px;font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.qty-popup__tier-badge--wholesale{background:#ecfdf5;color:#047857}.qty-popup__tier-badge--retail{background:#fffbeb;color:#b45309}.qty-popup__tier-hint{font-size:12px;line-height:1.4;color:var(--gray-500);font-variant-numeric:tabular-nums}.qty-popup__info{margin:0}.qty-popup__info-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:6px 0;font-size:13px;border-bottom:1px solid var(--gray-200)}.qty-popup__info-row:last-child{border-bottom:none}.qty-popup__info-row dt{margin:0;color:var(--gray-500)}.qty-popup__info-row dd{margin:0;font-weight:600;color:var(--dark-700);text-align:right;font-variant-numeric:tabular-nums}.qty-popup__info-row--rounded dd{color:#b45309}.qty-popup__foot{display:flex;align-items:center;gap:14px;padding:14px 22px 18px;border-top:1px solid var(--gray-200);background:var(--gray-100);border-radius:0 0 20px 20px}.qty-popup__total{display:flex;flex-direction:column;gap:1px;min-width:0}.qty-popup__total-label{font-size:12px;color:var(--gray-500)}.qty-popup__price{font-family:var(--font-heading);font-size:23px;font-weight:700;letter-spacing:-.02em;color:var(--dark);font-variant-numeric:tabular-nums;white-space:nowrap}.qty-popup__add-btn{flex:1 1 auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 20px;border:none;border-radius:12px;background:var(--primary);color:var(--white);font-family:var(--font);font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px #1a66d63d;transition:background var(--transition),box-shadow var(--transition),transform var(--transition)}.qty-popup__add-btn svg{width:17px;height:17px;transition:transform var(--transition)}.qty-popup__add-btn:hover{background:var(--primary-dark);box-shadow:0 10px 26px #1a66d64d}.qty-popup__add-btn:hover svg{transform:translate(3px)}.qty-popup__add-btn:active{transform:translateY(1px)}.qty-popup__add-btn:focus-visible{outline:2px solid var(--dark);outline-offset:2px}@media(max-width:480px){.qty-popup__head{padding:18px 18px 14px}.qty-popup__body{padding:16px 18px 18px}.qty-popup__foot{flex-direction:column;align-items:stretch;gap:10px;padding:14px 18px 16px}.qty-popup__total{flex-direction:row;align-items:baseline;justify-content:space-between}.qty-popup__input{font-size:21px}.qty-popup__step{width:44px}.qty-popup__add-btn{flex:0 0 auto;width:100%;min-height:52px;font-size:16px;border-radius:14px}}.sales-conditions{margin-bottom:2rem}.conditions-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.condition-item{display:flex;align-items:flex-start;gap:14px;padding:1.25rem;background:var(--white);border:1px solid var(--gray-200);border-radius:12px;transition:box-shadow .2s}.condition-item:hover{box-shadow:0 4px 12px #0000000f}.condition-icon{font-size:1.8rem;line-height:1;flex-shrink:0}.condition-text{display:flex;flex-direction:column;gap:4px}.condition-text strong{font-size:.95rem;font-weight:600;color:var(--dark)}.condition-text span{font-size:.85rem;color:var(--gray-500);line-height:1.4}.faq-item{border:1px solid var(--gray-200);border-radius:12px;margin-bottom:8px;overflow:hidden;transition:box-shadow .2s}.faq-item:hover{box-shadow:0 2px 8px #0000000d}.faq-question{padding:1.1rem 1.5rem;font-size:.95rem;font-weight:600;color:var(--dark);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";font-size:1.3rem;font-weight:600;color:var(--gray-500);transition:transform .2s;flex-shrink:0}.faq-item[open] .faq-question:after{content:"−";color:var(--primary)}.faq-answer{padding:0 1.5rem 1.25rem}.faq-answer p{font-size:.9rem;color:#475569;line-height:1.7;margin:0}.product-card__back{display:flex;gap:12px;flex-wrap:wrap;margin-top:1rem}.product-card__back .btn{font-size:14px}.product-card__benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-bottom:2rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden}.benefit-item{display:flex;align-items:center;gap:12px;padding:16px 20px;border-right:1px solid var(--gray-100)}.benefit-item:last-child{border-right:none}.benefit-icon{font-size:1.6rem;flex-shrink:0}.benefit-text{display:flex;flex-direction:column}.benefit-text strong{font-size:.85rem;font-weight:600;color:var(--dark)}.benefit-text span{font-size:.75rem;color:var(--gray-500)}.product-card__accordion{margin-bottom:1.5rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden}.accordion-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;cursor:pointer;list-style:none;user-select:none;transition:background .2s ease}.accordion-header::-webkit-details-marker{display:none}.accordion-header:hover{background:var(--gray-100)}.accordion-header h2{font-size:1.1rem;font-weight:600;color:var(--dark);margin:0}.accordion-chevron{transition:transform .3s ease;color:var(--gray-400);flex-shrink:0}details[open]>.accordion-header .accordion-chevron{transform:rotate(180deg)}.accordion-body{padding:0 1.5rem 1.5rem}.accordion-body p{font-size:.95rem;color:#475569;line-height:1.7;margin-bottom:.8rem}.accordion-body p:last-child{margin-bottom:0}.product-cta{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.5rem 2rem;margin-bottom:2rem;background:linear-gradient(135deg,#1e293b,#334155);border-radius:var(--radius-lg);color:var(--white)}.product-cta h3{font-size:1.25rem;font-weight:600;margin:0 0 4px}.product-cta p{font-size:.95rem;opacity:.8;margin:0}.product-cta__actions{display:flex;gap:10px;flex-shrink:0}.product-cta--alt{background:linear-gradient(135deg,#065f46,#059669)}.product-cta--final{flex-direction:column;text-align:center;padding:2.5rem 2rem;background:linear-gradient(135deg,#2a5f9e,#1a66d6)}.product-cta--final h3{font-size:1.5rem;margin-bottom:8px}.product-cta--final h3{font-size:1.4rem}.product-cta--final .product-cta__actions{margin-top:1rem}.product-card__cart-btn--lg,.product-card__call-btn--lg{padding:14px 32px;font-size:16px}@media(max-width:768px){.product-card__top{grid-template-columns:1fr;gap:1.5rem;padding:1.2rem}.product-card__image-wrap{max-width:280px;margin:0 auto}.product-card__title{font-size:1.4rem}.product-card__price-block{flex-direction:column;gap:.8rem}.product-card__price-actions,.price-tier__inner,.product-card__actions{flex-direction:column}.product-card__delivery{flex-direction:column;gap:.8rem}.benefit-item{border-right:none;border-bottom:1px solid var(--gray-100)}.benefit-item:nth-child(odd){border-right:1px solid var(--gray-100)}.benefit-item:nth-last-child(-n+2){border-bottom:none}.related-grid{grid-template-columns:repeat(2,1fr)}.product-card__specs,.product-card__description,.product-card__prices-table,.product-card__related{padding:1rem 1.2rem}.product-card__benefits{grid-template-columns:repeat(2,1fr)}.benefit-item:nth-child(2){border-right:none}.benefit-item:nth-child(3),.benefit-item:nth-child(4){border-top:1px solid var(--gray-100)}.product-cta{flex-direction:column;text-align:center;padding:1.2rem 1.5rem}.product-cta__actions{flex-direction:column;width:100%}.product-cta__actions .product-card__cart-btn,.product-cta__actions .product-card__call-btn{width:100%;justify-content:center}}@media(max-width:480px){.product-card__title{font-size:1.2rem}.price-value-big{font-size:1.4rem}.related-grid{grid-template-columns:1fr 1fr;gap:8px}.product-card__back{flex-direction:column}}@media(max-width:480px){.catalog-grid{grid-template-columns:1fr}}.product-card--b2b{max-width:1400px;padding:0;background:transparent;border-radius:0}.product-card--b2b .product-card__section-title{margin:0;font-size:1.25rem;font-weight:600;color:#0f172a;letter-spacing:0}.product-hero,.product-ready,.product-order,.product-calc,.product-terms-strip,.product-card--b2b .product-card__specs,.product-docs,.product-card--b2b .product-card__description,.product-card--b2b .quick-order,.product-card--b2b .product-faq,.product-card--b2b .product-card__related{background:#fff;border:none;border-radius:14px;box-shadow:0 1px 4px #0f172a0a,0 4px 16px #0f172a08}.product-hero{display:grid;grid-template-columns:minmax(360px,520px) minmax(620px,1fr);gap:28px;align-items:stretch;padding:24px;border:none;background:#fff;border-radius:14px;box-shadow:0 1px 4px #0f172a0a,0 4px 16px #0f172a08;margin-bottom:16px}.product-hero__gallery{min-width:0;display:grid;gap:12px}.product-hero__image{position:relative;aspect-ratio:1 / 1;min-height:0;align-self:start;display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border:none;border-radius:20px;overflow:hidden}.product-hero__image-trigger{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:0;padding:0;border:0;background:transparent;cursor:zoom-in}.product-hero__image .product-card__image{max-width:100%;max-height:310px;object-fit:contain}.product-hero__image .product-card__image--photo{width:100%;height:100%;min-height:0;max-height:none;object-fit:cover;border-radius:20px}.product-hero__photo-count,.product-hero__zoom{position:absolute;z-index:4;display:inline-flex;align-items:center;min-height:30px;border-radius:8px;background:#0f172ac7;color:#fff;font-size:.78rem;font-weight:600;line-height:1;pointer-events:none}.product-hero__photo-count{left:14px;bottom:14px;padding:0 10px}.product-hero__zoom{right:14px;bottom:14px;gap:7px;padding:0 12px;border:0;cursor:zoom-in;pointer-events:auto;transition:background .2s ease,transform .2s ease}.product-hero__zoom:hover,.product-hero__zoom:focus-visible{background:#0f172aeb;transform:translateY(-1px)}.product-hero__zoom svg{width:15px;height:15px}.product-hero__arrow{position:absolute;top:50%;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid rgba(148,163,184,.35);border-radius:50%;background:#ffffffe6;color:#1e293b;box-shadow:0 10px 24px #0f172a24;opacity:0;transform:translateY(-50%);pointer-events:none;cursor:pointer;transition:opacity .2s ease,transform .2s ease,background .2s ease}.product-hero__image:hover .product-hero__arrow{opacity:1;pointer-events:auto}.product-hero__image:has(.product-hero__arrow:focus-visible) .product-hero__arrow{opacity:1;pointer-events:auto}.product-hero__arrow svg{width:22px;height:22px}.product-hero__arrow--prev{left:14px}.product-hero__arrow--next{right:14px}.product-hero__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.product-hero__thumbs .product-hero__thumb--rest{display:none}.product-hero__thumb--more{position:relative}.product-hero__thumb--more:after{content:"";position:absolute;inset:0;background:#0f172a85}.product-hero__thumb-more{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:700;letter-spacing:-.01em;pointer-events:none}@media(max-width:480px){.product-hero__thumb-more{font-size:13px}}.product-hero__gallery>.product-hero__deal-pills{display:none}.product-hero__thumb{aspect-ratio:1 / 1;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;border:2px solid transparent;border-radius:12px;background:#fff;box-shadow:0 1px 6px #0f172a0f;transition:border-color .2s ease,box-shadow .2s ease}.product-hero__thumb--active{border-color:#1a66d6;box-shadow:inset 0 0 0 1px #1a66d6}.product-hero__thumb img{width:100%;height:100%;object-fit:cover;border-radius:10px}.product-hero__stock{position:absolute;top:18px;left:18px;display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;background:#ecfdf5;border:1px solid #A7F3D0;color:#047857;font-size:.78rem;font-weight:600}.product-hero__stock:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor;animation:stock-dot-pulse 1.6s ease-in-out infinite;box-shadow:0 0 #04785759}@keyframes stock-dot-pulse{0%{opacity:1;box-shadow:0 0 #04785759}55%{opacity:.55;box-shadow:0 0 0 6px #04785700}to{opacity:1;box-shadow:0 0 #04785700}}.product-hero__image-badges{position:absolute;right:18px;bottom:18px;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:calc(100% - 36px)}.product-hero__steel-badge,.product-hero__opt-badge{display:inline-flex;align-items:center;min-height:34px;padding:7px 15px;border-radius:999px;font-size:.9rem;line-height:1;font-weight:600}.product-hero__steel-badge{background:#e8f1ff;border:1px solid #b7d0ff;color:#1a66d6}.product-hero__opt-badge{background:#ecfeff;border:1px solid #A5F3FC;color:#0e7490;text-transform:uppercase}.product-hero__content{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);align-items:flex-start;gap:28px;min-width:0;height:100%;padding:0 4px;background:transparent;border:none;border-radius:0}.product-hero__summary{display:flex;flex-direction:column;gap:18px;min-width:0;height:100%}.product-hero__eyebrow,.product-hero__trust-pill{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:7px 12px;border-radius:999px;border:none;background:#f1f5f9;color:#1a66d6;font-size:.86rem;font-weight:600}.product-hero__trust{display:flex;flex-wrap:wrap;gap:10px 12px;width:100%}.product-hero__deal-pills{display:flex;flex-wrap:wrap;align-content:flex-start;gap:10px 12px;padding:18px 20px;background:transparent;border:none;border-radius:0}.product-hero__trust-pill svg{width:18px;height:18px;flex-shrink:0}.product-hero__trust-pill--stock{border-color:#bbf7d0;background:#f0fdf4;color:#15803d}.product-card--b2b .product-card__title{max-width:600px;font-size:clamp(2rem,3vw,3rem);line-height:1.05;letter-spacing:0;color:#0f172a;margin-top:0}.product-card--b2b .product-card__subtitle{max-width:560px;font-size:1.02rem;line-height:1.45;color:#475569}.product-hero__price{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px}.product-hero__price--stacked{display:grid;gap:9px}.product-hero__price-main-wrap{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px}.product-hero__price-main{font-size:clamp(2.05rem,3.25vw,2.92rem);line-height:1;font-weight:600;color:#1a66d6}.product-hero__price-main--request{font-size:clamp(1.5rem,2.4vw,2rem);color:#475569;font-weight:700}.product-hero__actions--request{display:flex;flex-direction:column;gap:10px;margin-top:4px}.product-hero__price-main span{font-size:.58em;font-weight:600}.product-hero__price-caption{color:#5f6d82;font-size:.96rem;font-weight:600}.product-hero__price-badge{padding:5px 10px;border-radius:999px;background:#dbeafe;color:#1767d6;font-size:.78rem;font-weight:600;text-transform:uppercase}.product-hero__price-meta{flex-basis:100%;display:flex;flex-wrap:wrap;gap:7px 18px;color:#0f172a;font-size:.96rem;font-weight:600}.product-hero__price--stacked .product-hero__price-meta{flex-direction:row}.product-hero__price-meta span{display:inline-flex;align-items:baseline;gap:8px}.product-hero__price-meta small{min-width:0;color:#5f6d82;font-size:.9rem;font-weight:600}.product-hero__calc{display:grid;gap:0;width:100%;max-width:540px;padding:16px;background:#f1f5f9;border-radius:12px}.product-hero__calc-title{margin:0 0 12px;color:#0f172a;font-size:1.08rem;font-weight:600}.product-hero__calc-units{display:grid;grid-template-columns:repeat(3,1fr);width:100%;overflow:hidden;border:none;border-radius:8px;background:#e2e8f0;margin-bottom:8px}.product-hero__calc-units .calc-unit-btn{min-height:40px;min-width:0;padding:0 12px;border:0;border-right:none;border-radius:0;background:transparent;color:#5f6d82;font-size:.92rem;font-weight:600;text-transform:lowercase;transition:background .2s ease,color .2s ease}.product-hero__calc-units .calc-unit-btn:last-child{border-right:0}.product-hero__calc-units .calc-unit-btn--active{background:#3b3b3b;color:#fff!important;border-radius:6px;box-shadow:0 2px 6px #3b3b3b3d}.product-hero__calc-input-row{display:grid;grid-template-columns:1fr 80px;gap:0;margin-bottom:8px;background:#fff;border-radius:8px;overflow:hidden}.product-hero__calc-input,.product-hero__calc-unit{min-height:48px;border:none;border-radius:0;background:transparent;color:#0f172a;font-size:1.15rem}.product-hero__calc-input{width:100%;padding:0 18px;font-weight:600;text-align:center}.product-hero__calc-input:focus{outline:none;box-shadow:inset 0 0 0 2px #1a66d64d}.product-hero__calc-unit{display:inline-flex;align-items:center;justify-content:center;font-weight:600;color:#5f6d82;font-size:1rem;border-left:1px solid #E2E8F0}.product-hero__calc-result{display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:center;width:100%;min-height:68px;padding:12px 14px;border:none;border-radius:8px;background:#fff}.product-hero__calc-result>svg{width:34px;height:34px;color:#1a66d6}.product-hero__calc-equation{display:flex;flex-wrap:wrap;gap:5px;color:#334155;font-size:1rem;line-height:1.35}.product-hero__calc-total{margin-top:3px;color:#0f172a;font-size:1.1rem;line-height:1.35;font-weight:600}.product-hero__calc-total strong{color:#1a66d6;font-size:1.18em;font-weight:600}.product-hero__calc-total span,.product-hero__calc-rounded,.product-hero__unit-price,.product-hero__calc-result .calc-tier-badge{color:#5f6d82;font-size:.82rem;font-weight:600}.product-hero__calc-result .calc-tier-badge,.product-hero__unit-price{display:none}.product-hero__terms,.product-terms-strip{display:flex;flex-wrap:wrap;align-items:center;gap:0;color:#334155;font-size:.92rem;font-weight:600}.product-hero__terms span,.product-terms-strip span{display:inline-flex;align-items:center}.product-terms-strip span{gap:8px}.product-terms-strip svg{width:20px;height:20px;color:#1a66d6;flex-shrink:0}.product-hero__terms span+span:before,.product-terms-strip span+span:before{content:"";width:4px;height:4px;margin:0 13px;border-radius:50%;background:#1a66d6}.product-hero__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px;width:100%;max-width:540px}.product-card--b2b .product-card__cart-btn,.product-card--b2b .product-card__call-btn,.product-card--b2b .calc-cart-btn,.product-card--b2b .quick-order__btn{min-height:44px;justify-content:center;border-radius:8px;font-weight:600;box-shadow:none}.product-card--b2b .product-card__cart-btn,.product-card--b2b .calc-cart-btn,.product-card--b2b .quick-order__btn{background:#1a66d6;border-color:#1a66d6;color:#fff}.product-card--b2b .product-card__invoice-btn,.product-card--b2b .product-card__call-btn{background:#fff;border:1px solid #BFD7FF;color:#1a66d6}.product-card--b2b .product-card__invoice-btn:hover,.product-card--b2b .product-card__call-btn:hover{background:#e8f1ff;border-color:#1a66d6}.product-card--b2b .product-card__call-btn{grid-column:1 / -1;min-height:38px;border:0;text-decoration:underline;text-underline-offset:3px}.product-calc{padding:22px;margin-bottom:10px}.product-calc-compat{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.product-section-head{display:flex;flex-direction:column;gap:5px;margin-bottom:18px}.product-section-head p{margin:0;color:#5f6d82;font-size:.92rem}.product-section-head--row{flex-direction:row;align-items:center;justify-content:space-between}.product-section-link{color:#1a66d6;font-size:.9rem;font-weight:600;text-decoration:none}.product-card--b2b .calc-row{display:grid;grid-template-columns:minmax(360px,1fr) minmax(300px,420px) 190px;gap:22px;align-items:start}.product-card--b2b .calc-input-wrap{align-items:stretch}.product-card--b2b .calc-input{height:48px;width:120px;border:1px solid #CBD5E1;border-radius:8px}.product-card--b2b .calc-unit-btns{border:1px solid #E2E8F0;border-radius:8px;background:#f8fafc}.product-card--b2b .calc-unit-btn{min-width:92px;border-radius:6px;color:#475569}.product-card--b2b .calc-unit-btn--active{color:#1a66d6;box-shadow:none}.product-card--b2b .calc-result{gap:7px;padding:0;background:transparent;border:none;border-radius:0}.product-card--b2b .calc-result-val{color:#0f172a;font-size:1.55rem}.product-card--b2b .calc-result-label{color:#5f6d82}.product-card--b2b .calc-result-row--rounded{background:#e8f1ff;border-color:#b7d0ff;color:#1767d6}.product-terms-strip{justify-content:center;min-height:48px;padding:12px 18px;margin-bottom:10px;margin-top:18px}.product-ready{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);gap:24px;align-items:stretch;padding:22px;margin-bottom:12px;background:linear-gradient(135deg,#f8fbff,#fff 52%,#f8fafc)}.product-ready__main{display:grid;align-content:center;gap:8px}.product-ready__label{display:inline-flex;width:fit-content;min-height:30px;align-items:center;padding:5px 11px;border:1px solid #BBF7D0;border-radius:999px;background:#f0fdf4;color:#15803d;font-size:.82rem;font-weight:600}.product-ready h2{max-width:720px;margin:0;color:#0f172a;font-size:clamp(1.45rem,2vw,2rem);line-height:1.15;letter-spacing:0}.product-ready p{max-width:680px;margin:0;color:#475569;font-size:.98rem;line-height:1.5}.product-ready__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-ready__facts div{min-height:82px;padding:16px;border:1px solid #DBEAFE;border-radius:8px;background:#fff}.product-ready__facts strong,.product-ready__facts span{display:block}.product-ready__facts strong{color:#1a66d6;font-size:1.12rem;line-height:1.2}.product-ready__facts span{margin-top:5px;color:#5f6d82;font-size:.86rem;font-weight:600}.product-detail-grid,.product-bottom-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:12px;margin-bottom:12px}.product-card--b2b .product-card__specs,.product-docs,.product-order,.product-card--b2b .product-card__description,.product-card--b2b .product-faq,.product-card--b2b .product-card__related{margin-bottom:0;padding:22px}.product-card--b2b .product-card__specs--single,.product-docs,.product-order{margin-bottom:12px}.product-card--b2b .specs-table{margin-top:10px}.product-card--b2b .specs-table td{padding:9px 0;border-bottom:1px solid #E2E8F0}.product-card--b2b .specs-label{color:#5f6d82}.product-card--b2b .specs-value{text-align:right;color:#0f172a}.product-docs__list{display:grid;gap:8px;margin-top:14px}.product-docs__item{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;padding:10px 0;border-bottom:1px solid #E2E8F0;color:#0f172a;font-weight:600}.product-docs__item small{color:#5f6d82;font-size:.78rem;font-weight:600;white-space:nowrap}.product-card--b2b .product-card__description{margin-bottom:12px}.product-card--b2b .product-card__description p{max-width:960px;color:#475569}.product-use-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:24px}.product-use-item{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start;min-height:148px;padding:18px 16px;border:none;border-radius:10px;background:#f8fafc}.product-use-item__icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;color:#1a66d6}.product-use-item__icon svg{width:24px;height:24px}.product-use-item h3{margin:0 0 6px;font-size:.92rem;line-height:1.25;color:#0f172a;font-weight:600}.product-use-item p{margin:0;max-width:190px;font-size:.86rem;line-height:1.45;color:#475569}.product-order__steps{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px;align-items:start;padding:24px 0 6px}.product-order__steps:before{content:"";position:absolute;top:54px;left:10%;right:10%;height:4px;border-radius:999px;background:linear-gradient(90deg,#6366f1,#4f46e5 46%,#1f1b4d 72%,#5bc96b)}.product-order__step{position:relative;z-index:1;min-width:0;padding:0 4px;text-align:center;background:transparent}.product-order__step span{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;margin-bottom:18px;border-radius:999px;background:#5d5fef;box-shadow:0 12px 28px #4f46e547;color:#fff;font-size:1.35rem;font-weight:600}.product-order__step:nth-child(2) span{background:#4f46e5}.product-order__step:nth-child(3) span{background:#312e91}.product-order__step:nth-child(4) span{background:#1f1b4d;box-shadow:0 12px 28px #0f172a3d}.product-order__step:nth-child(5) span{background:#5bc96b;box-shadow:0 12px 28px #22c55e47}.product-order__step h3{margin:0 0 8px;color:#0f172a;font-size:1rem;line-height:1.25;font-weight:600}.product-order__step p{margin:0;color:#5f6d82;font-size:.9rem;line-height:1.45}.product-card--b2b .quick-order{padding:22px;margin-bottom:12px;scroll-margin-top:190px;background:linear-gradient(180deg,#f8fbff,#fff)}.product-card--b2b .quick-order__header{margin-bottom:16px}.product-card--b2b .quick-order__title{font-size:1.35rem}.product-card--b2b .quick-order__desc{color:#5f6d82}.product-card--b2b .quick-order__textarea{min-height:78px}.product-card--b2b .quick-order__upload{border-radius:8px}.product-card--b2b .product-bottom-grid{display:flex;flex-direction:column;align-items:stretch;gap:12px}.product-card--b2b .product-faq,.product-card--b2b .product-card__related{align-self:stretch}.product-card--b2b .faq-item{border-radius:6px}.product-card--b2b .related-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:14px}.product-card--b2b .related-card{align-items:flex-start;padding:14px;text-align:left;border-radius:8px;box-shadow:none;transform:none}.product-card--b2b .related-card__image{width:100%;height:86px;object-fit:contain;margin-bottom:10px}.product-card--b2b .related-card__diam{font-size:1rem}.product-card--b2b .related-card__stock{margin-top:8px;padding:3px 8px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:.72rem;font-weight:600}@media(max-width:1024px){.product-hero,.product-ready,.product-detail-grid,.product-bottom-grid{grid-template-columns:1fr}.product-order__steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding-top:12px}.product-order__steps:before{display:none}.product-card--b2b .calc-row{grid-template-columns:1fr;align-items:stretch}.product-card--b2b .calc-cart-btn{width:100%;margin-top:26px}}@media(max-width:640px){.product-hero{gap:20px}.product-hero__content{order:-1;padding:20px 18px}.product-hero__image{min-height:260px;padding:18px}.product-card--b2b .product-card__title{font-size:2rem}.product-hero__price-main{font-size:2.55rem}.product-hero__actions{grid-template-columns:1fr}.product-hero__calc-input-row{grid-template-columns:1fr 92px}.product-hero__calc-result{grid-template-columns:34px 1fr;padding:14px}.product-hero__calc-result>svg{width:30px;height:30px}.product-card--b2b .product-card__call-btn{grid-column:auto}.product-card--b2b .calc-input-wrap{flex-direction:column}.product-card--b2b .calc-input{width:100%}.product-card--b2b .calc-unit-btns{display:grid;grid-template-columns:repeat(3,1fr)}.product-card--b2b .calc-unit-btn{min-width:0;padding-left:8px;padding-right:8px}.product-terms-strip{justify-content:flex-start}.product-card--b2b .quick-order__row--3col{grid-template-columns:1fr}.product-card--b2b .quick-order{scroll-margin-top:92px}.product-use-grid{grid-template-columns:1fr;gap:18px}.product-ready__facts,.product-order__steps{grid-template-columns:1fr}.product-order__step{display:grid;grid-template-columns:46px 1fr;gap:12px;text-align:left;align-items:start}.product-order__step span{width:40px;height:40px;margin-bottom:0;font-size:1rem}.product-use-item p{max-width:none}.product-card--b2b .related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.armatura-card{text-decoration:none;color:inherit;display:flex;flex-direction:column;background:#fff;border-radius:16px;padding:1.8rem;border:1px solid #E2E8F0;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.armatura-card:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-4px)}.armatura-card__title{font-size:1.2rem;font-weight:600;color:#1e293b;margin-bottom:.3rem}.armatura-card__brands{font-size:.85rem;color:#1a66d6;font-weight:600;margin-bottom:.6rem}.armatura-card__desc{font-size:.88rem;color:#5f6d82;line-height:1.6;margin-bottom:1rem}.armatura-card__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.armatura-card__price{font-size:.95rem;font-weight:600;color:#1e293b}.armatura-card__arrow{width:36px;height:36px;background:#fff5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .2s}.armatura-card:hover .armatura-card__arrow{transform:translate(4px)}.seo-article-block{position:relative;display:flex;background:#fff;border:1px solid #E2E8F0;border-radius:16px;overflow:hidden;transition:box-shadow .3s ease,transform .2s ease}.seo-article-block:hover{box-shadow:0 8px 30px #00000012;transform:translateY(-1px)}.seo-article-block__accent{width:5px;flex-shrink:0;border-radius:16px 0 0 16px}.seo-article-block--blue .seo-article-block__accent{background:linear-gradient(180deg,#1a66d6,#2f7cff)}.seo-article-block--green .seo-article-block__accent{background:linear-gradient(180deg,#16a34a,#4ade80)}.seo-article-block--purple .seo-article-block__accent{background:linear-gradient(180deg,#7c3aed,#a78bfa)}.seo-article-block--orange .seo-article-block__accent{background:linear-gradient(180deg,#ea580c,#fb923c)}.seo-article-block__body{padding:1.8rem 2rem;flex:1}.seo-article-block__title{font-size:1.2rem;font-weight:600;color:#0f172a;margin-bottom:.8rem;line-height:1.35}.seo-article-block__text{font-size:.93rem;color:#475569;line-height:1.75;margin-bottom:.8rem}.seo-article-block__text:last-child{margin-bottom:0}.seo-article-block__text strong{color:#1e293b}@media(max-width:640px){.seo-article-block__body{padding:1.2rem 1.3rem}.seo-article-block__title{font-size:1.05rem}}.bcalc-container{margin-top:1.5rem;margin-bottom:1.5rem}.bcalc{--bc-ink: #0f172a;--bc-ink-2: #1e293b;--bc-body: #475569;--bc-muted: #5f6d82;--bc-line: #e2e8f0;--bc-line-2: #cbd5e1;--bc-surface: #ffffff;--bc-surface-2: #f8fafc;--bc-surface-3: #f1f5f9;--bc-blue-50: #e8f1ff;--bc-blue-100: #dbeafe;--bc-blue-200: #b7d0ff;--bc-blue-500: #1A66D6;--bc-blue-600: #2563eb;--bc-blue-700: #1d4ed8;--bc-blue-ink: #1e3a8a;--bc-green: #10b981;--bc-radius: 20px;--bc-radius-sm: 12px;--bc-radius-xs: 10px;position:relative;background:var(--bc-surface);border:1px solid var(--bc-line);border-radius:var(--bc-radius);overflow:hidden;box-shadow:0 1px 2px #0f172a0a,0 12px 32px -12px #0f172a1a;font-family:var(--font);color:var(--bc-body);font-size:15px;line-height:1.45}.bcalc__top{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 28px 14px;flex-wrap:wrap}.bcalc__heading{min-width:0;flex:1 1 0}.bcalc__top .bcalc__status{align-self:flex-start}.bcalc__title{margin:0 0 4px;font-size:1.5rem;font-weight:600;line-height:1.15;letter-spacing:-.015em;color:var(--bc-ink)}.bcalc__subtitle{margin:0;font-size:.875rem;color:var(--bc-muted);line-height:1.4}.bcalc__status{display:inline-flex;align-items:center;gap:8px;padding:7px 14px 7px 12px;background:var(--bc-surface);border:1px solid var(--bc-line);border-radius:999px;font-size:.8125rem;font-weight:600;color:var(--bc-ink-2);white-space:nowrap;flex-shrink:0}.bcalc__status-dot{width:8px;height:8px;background:var(--bc-green);border-radius:50%;box-shadow:0 0 0 4px #10b9812e;animation:bcalc-pulse 2.4s ease-in-out infinite}@keyframes bcalc-pulse{0%,to{box-shadow:0 0 0 3px #10b98129}50%{box-shadow:0 0 0 6px #10b98114}}.bcalc__main{display:grid;grid-template-columns:minmax(280px,360px) 1fr;gap:16px;padding:0 28px 18px}.bcalc__form{background:var(--bc-surface);border:1px solid var(--bc-line);border-radius:var(--bc-radius-sm);padding:18px;display:flex;flex-direction:column;gap:12px}.bcalc__field{display:flex;flex-direction:column;gap:8px}.bcalc__label{font-size:.8125rem;font-weight:600;color:var(--bc-ink-2);letter-spacing:.005em}.bcalc__select{position:relative;background:var(--bc-surface-2);border:1px solid var(--bc-line);border-radius:var(--bc-radius-xs);transition:border-color .16s,background .16s}.bcalc__select:hover{border-color:var(--bc-line-2);background:#fff}.bcalc__select:focus-within{border-color:var(--bc-blue-500);background:#fff;box-shadow:0 0 0 3px #3b82f624}.bcalc__select select{width:100%;appearance:none;-webkit-appearance:none;border:none;background:transparent;padding:11px 36px 11px 40px;font-family:inherit;font-size:.9375rem;font-weight:500;color:var(--bc-ink);line-height:1.25;outline:none;cursor:pointer}.bcalc__select:has(>#bcalcTypeIcon:empty) select{padding-left:16px}.bcalc__select:has(>#bcalcTypeIcon:empty) #bcalcTypeIcon{display:none}.bcalc__select-icon{position:absolute;left:14px;top:50%;width:18px;height:18px;transform:translateY(-50%);color:var(--bc-blue-600);pointer-events:none}.bcalc__select-chev{position:absolute;right:14px;top:50%;width:12px;height:12px;transform:translateY(-50%);color:var(--bc-muted);pointer-events:none}.bcalc__qty{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;background:var(--bc-surface-2);border:1px solid var(--bc-line);border-radius:var(--bc-radius-xs);height:44px;overflow:hidden;transition:border-color .16s,background .16s}.bcalc__qty:hover{border-color:var(--bc-line-2);background:#fff}.bcalc__qty:focus-within{border-color:var(--bc-blue-500);background:#fff;box-shadow:0 0 0 3px #3b82f624}.bcalc__qty-btn{display:grid;place-items:center;background:transparent;border:none;color:var(--bc-ink-2);height:100%;cursor:pointer;transition:background .12s,color .12s;padding:0}.bcalc__qty-btn svg{width:14px;height:14px}.bcalc__qty-btn:hover{background:var(--bc-blue-50);color:var(--bc-blue-600)}.bcalc__qty-btn:active{background:var(--bc-blue-100)}.bcalc__qty input{appearance:none;-moz-appearance:textfield;-webkit-appearance:none;border:none;background:transparent;text-align:center;font-family:inherit;font-size:1rem;font-weight:600;color:var(--bc-ink);outline:none;width:100%;height:100%;padding:0}.bcalc__qty input::-webkit-outer-spin-button,.bcalc__qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.bcalc__tabs{display:grid;grid-template-columns:repeat(3,1fr);padding:4px;gap:2px;background:var(--bc-surface-2);border:1px solid var(--bc-line);border-radius:var(--bc-radius-xs)}.bcalc .calc-unit-btn,.bcalc__tab{appearance:none;border:none;background:transparent;padding:9px 8px;font-family:inherit;font-size:.8125rem;font-weight:600;color:var(--bc-muted);border-radius:8px;cursor:pointer;transition:all .16s;line-height:1.2}.bcalc .calc-unit-btn:hover:not(.calc-unit-btn--active),.bcalc__tab:hover:not(.bcalc__tab--active){color:var(--bc-ink-2);background:#3b82f60f}.bcalc .calc-unit-btn--active,.bcalc__tab--active{background:#fff;color:var(--bc-blue-700);box-shadow:0 1px #0f172a0a,0 4px 10px -4px #0f172a1f}.bcalc__cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:2px;padding:12px 18px;border:none;border-radius:var(--bc-radius-xs);background:linear-gradient(180deg,#1a66d6,#2563eb);color:#fff;font-family:inherit;font-size:.9375rem;font-weight:600;cursor:pointer;box-shadow:0 1px #ffffff40 inset,0 10px 22px -8px #2563eb8c;transition:transform .22s ease,box-shadow .22s ease,filter .22s;width:100%}.bcalc__cta svg{width:18px;height:18px}.bcalc__cta:hover{transform:translateY(-1px);box-shadow:0 1px #ffffff4d inset,0 14px 28px -8px #2563eba6;filter:brightness(1.03)}.bcalc__cta:active{transform:translateY(0)}.bcalc__result{position:relative;border-radius:var(--bc-radius-sm);padding:26px 28px 20px;background-color:#e8f0fb;background-repeat:no-repeat;background-size:auto 120%;background-position:right -20px center;overflow:hidden;isolation:isolate;display:flex;flex-direction:column;gap:18px}.bcalc__result[data-cat=shveller]{background-position:right -58px top -76px}.bcalc__result[data-cat=ugolok]{background-position:right -148px top -116px}.bcalc__result[data-cat=truba-prof]{background-position:right -50px top -69px}.bcalc__result[data-cat=truba]{background-size:auto 115%;background-position:right -135px top calc(-7.5% - 60px)}.bcalc__result[data-cat=krug]{background-position:calc(100% + 100px) calc(50% - 35px)}.bcalc__result[data-cat=shestigrannik]{background-position:calc(100% + 82px) calc(50% - 60px)}.bcalc__result[data-cat=balka]{background-size:auto 128%;background-position:right -20px bottom -6px}.bcalc__result[data-cat=balka]:after{background:linear-gradient(105deg,#e8f0fb,#eaf2fc 38%,#eaf2fce0 52%,#eaf2fc4d 70%,#eaf2fc00 85%),linear-gradient(to top,#eaf2fc,#eaf2fceb 14%,#eaf2fc00 30%)}.bcalc__result:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,#e8f0fb,#eaf2fc 38%,#eaf2fce0 52%,#eaf2fc4d 70%,#eaf2fc00 85%);z-index:0;pointer-events:none}.bcalc__result:before{content:"";position:absolute;left:0;top:0;bottom:0;width:55%;background-image:linear-gradient(rgba(30,58,138,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(30,58,138,.05) 1px,transparent 1px);background-size:26px 26px;background-position:-1px -1px;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,0));mask-image:linear-gradient(90deg,#000000e6,#0000);z-index:1;pointer-events:none}.bcalc__result-body{position:relative;z-index:2;max-width:460px;display:flex;flex-direction:column;gap:10px}.bcalc__result-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:-4px}.bcalc__result-label{font-size:.875rem;font-weight:600;color:var(--bc-muted)}.bcalc .calc-tier-badge,#gcTier.calc-tier-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;font-size:.75rem;font-weight:600;letter-spacing:.02em;color:#047857;background:#10b98124;border:1px solid rgba(16,185,129,.35);border-radius:999px;text-transform:none;line-height:1;white-space:nowrap}.bcalc .calc-tier-badge:before,#gcTier.calc-tier-badge:before{content:"";width:6px;height:6px;background:var(--bc-green);border-radius:50%}.bcalc .calc-tier-badge--retail,#gcTier.calc-tier-badge--retail{color:#b45309;background:#eab30824;border-color:#eab30859}.bcalc .calc-tier-badge--retail:before,#gcTier.calc-tier-badge--retail:before{background:#eab308}.bcalc__price{font-size:3rem;font-weight:600;line-height:1;letter-spacing:-.035em;color:var(--bc-ink);font-variant-numeric:tabular-nums;margin-top:2px}.bcalc__meta{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:.9375rem;color:var(--bc-ink-2);font-weight:600;font-variant-numeric:tabular-nums}.bcalc__meta-sep{color:var(--bc-line-2);font-weight:400}.bcalc__ship{display:flex;align-items:center;gap:12px;margin-top:4px;padding:10px 14px;background:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(191,219,254,.8);border-radius:12px;max-width:420px}.bcalc__ship-icon{display:grid;place-items:center;width:34px;height:34px;background:var(--bc-blue-100);color:var(--bc-blue-700);border-radius:9px;flex-shrink:0}.bcalc__ship-icon svg{width:20px;height:20px}.bcalc__ship-label{font-size:.75rem;color:var(--bc-muted);font-weight:500;margin-bottom:1px}.bcalc__ship-value{font-size:.875rem;font-weight:600;color:var(--bc-ink);font-variant-numeric:tabular-nums;line-height:1.25}.bcalc__note{font-size:.8125rem;color:var(--bc-ink-2);font-weight:500;margin-top:2px;font-variant-numeric:tabular-nums}.bcalc #gcPriceHint{font-family:inherit!important;font-size:.75rem!important;color:var(--bc-muted)!important;font-style:normal!important;text-align:left!important;margin-top:4px!important;margin-left:0!important;letter-spacing:0!important}.bcalc__bump{animation:bcalc-bump .42s cubic-bezier(.2,.9,.25,1)}@keyframes bcalc-bump{0%{transform:translateY(0) scale(1);filter:brightness(1)}28%{transform:translateY(-1px) scale(1.015);filter:brightness(1.08)}to{transform:translateY(0) scale(1);filter:brightness(1)}}.bcalc__price.bcalc__bump{transform-origin:left center}.bcalc__features{list-style:none;margin:auto 0 0;padding:14px 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;position:relative;z-index:2;border-top:1px solid rgba(191,219,254,.6)}.bcalc__feature{display:flex;align-items:center;gap:10px;min-width:0}.bcalc__feature-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;flex-shrink:0;background:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(191,219,254,.6)}.bcalc__feature-icon svg{width:16px;height:16px}.bcalc__feature-icon--tag{color:#2563eb}.bcalc__feature-icon--shield{color:#0891b2}.bcalc__feature-icon--clock{color:#4f46e5}.bcalc__feature-text{min-width:0}.bcalc__feature-title{font-size:.8125rem;font-weight:600;color:var(--bc-ink);line-height:1.2}.bcalc__feature-desc{font-size:.75rem;color:var(--bc-muted);margin-top:1px;line-height:1.2}.bcalc__foot{display:flex;justify-content:space-between;align-items:center;padding:12px 28px;background:var(--bc-surface-2);border-top:1px solid var(--bc-line);font-size:.8125rem;color:var(--bc-muted);gap:16px;flex-wrap:wrap}.bcalc__foot-item{display:inline-flex;align-items:center;gap:8px}.bcalc__foot-item svg{width:15px;height:15px;color:var(--bc-blue-600)}.bcalc__foot-item:last-child svg{color:var(--bc-muted)}@media(max-width:960px){.bcalc__main{grid-template-columns:1fr;padding:0 18px 14px;gap:12px}.bcalc__top{padding:18px 18px 12px}.bcalc__title{font-size:1.375rem}.bcalc__price{font-size:2.5rem}.bcalc__result{padding:18px 20px;background-position:right -60px center}.bcalc__result[data-cat=balka]{background-size:auto 122%;background-position:right -20px bottom -6px}.bcalc__foot{padding:10px 18px;flex-wrap:wrap}}@media(max-width:560px){.bcalc__title{font-size:1.2rem}.bcalc__price{font-size:2rem}.bcalc__result{padding:16px;background-size:220% auto;background-position:right -80px bottom -20px}.bcalc__result[data-cat=balka]{background-size:cover;background-position:40% 62%}}.galvanizing-callout{box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px;align-items:stretch;margin:0 0 2.2rem;padding:28px;width:100%;max-width:100%;border-radius:var(--radius-lg);border:1px solid var(--gray-200);background:#fff;box-shadow:0 4px 24px #0f172a0d;position:relative;overflow:hidden}.galvanizing-callout__content{display:flex;flex-direction:column;min-width:0;padding:6px 0}.galvanizing-callout__eyebrow{display:inline-flex;align-items:center;gap:10px;width:fit-content;margin-bottom:18px;color:#0f4db8;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.galvanizing-callout__mini-icon,.galvanizing-callout__icon,.galvanizing-callout__note-icon{display:inline-grid;place-items:center;flex-shrink:0;color:#0f57d8;background:#e8f1ff;border:1px solid #E0EBFF}.galvanizing-callout__mini-icon{width:34px;height:34px;border-radius:999px}.galvanizing-callout__mini-icon svg{width:18px;height:18px}.galvanizing-callout__title{max-width:520px;margin:0 0 16px;color:#0f172a;font-size:2.5rem;line-height:1.12;font-weight:600;letter-spacing:0}.galvanizing-callout__text{max-width:560px;margin:0 0 22px;color:#334155;font-size:.98rem;line-height:1.6}.galvanizing-callout__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px;margin-bottom:20px}.galvanizing-callout__feature{display:grid;grid-template-columns:42px 1fr;gap:10px;min-width:0;color:#172033;font-size:.9rem;font-weight:600;line-height:1.32}.galvanizing-callout__icon{width:42px;height:42px;border-radius:999px}.galvanizing-callout__icon svg{width:22px;height:22px}.galvanizing-callout__note{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:14px;margin-top:auto;margin-bottom:20px;padding:14px 16px;border-radius:6px;background:#f8fafc;box-shadow:inset 0 0 0 1px #e5edf6;color:#334155;font-size:.94rem;line-height:1.45}.galvanizing-callout__note-icon{width:44px;height:44px;border-radius:8px;background:#fff}.galvanizing-callout__note-icon svg{width:23px;height:23px}.galvanizing-callout__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.galvanizing-callout__link{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 28px;border:0;border-radius:var(--radius-md);font-family:var(--font);font-weight:600;font-size:15px;cursor:pointer;text-decoration:none;transition:var(--transition)}.galvanizing-callout__link--primary{background:var(--primary);color:#fff}.galvanizing-callout__link--secondary{background:#fff;color:var(--primary);border:1px solid var(--gray-200)}.galvanizing-callout__link--primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-glow)}.galvanizing-callout__link--secondary:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}.galvanizing-callout__visual{display:flex;flex-direction:column;min-width:0;border-radius:8px;overflow:hidden;border:1px solid #D7E2EF;background:#fff;box-shadow:0 12px 26px #0f172a14}.galvanizing-callout__image{flex:1;min-height:300px;background:#e8f1ff}.galvanizing-callout__image img{width:100%;height:100%;min-height:300px;display:block;object-fit:cover}.galvanizing-callout__visual-footer{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #D7E2EF;background:#f8fbfff5}.galvanizing-callout__visual-item{padding:16px 14px;min-width:0;border-left:1px solid #D7E2EF}.galvanizing-callout__visual-item:first-child{border-left:0}.galvanizing-callout__visual-item span{display:block;color:#0b4fcc;margin-bottom:10px}.galvanizing-callout__visual-item svg{width:28px;height:28px}.galvanizing-callout__visual-item strong{display:block;color:#172033;font-size:.86rem;line-height:1.3;margin-bottom:6px}.galvanizing-callout__visual-item p{margin:0;color:#475569;font-size:.8rem;line-height:1.45}@media(max-width:980px){.galvanizing-callout{grid-template-columns:1fr;padding:24px;gap:22px}.galvanizing-callout__content{padding:0}}@media(max-width:720px){.galvanizing-callout{padding:22px 18px}.galvanizing-callout__features,.galvanizing-callout__actions,.galvanizing-callout__visual-footer{grid-template-columns:1fr}.galvanizing-callout__title{font-size:1.8rem}.galvanizing-callout__visual-item{border-left:0;border-top:1px solid #D7E2EF}.galvanizing-callout__visual-item:first-child{border-top:0}.galvanizing-callout__image,.galvanizing-callout__image img{min-height:280px}}.pipe-picker-wrap{margin-top:24px}.pipe-picker{background:#fff;border:1px solid #DCE5F1;border-radius:18px;padding:28px 32px;box-shadow:0 18px 40px #0f172a14}.pipe-picker__top{display:grid;grid-template-columns:minmax(260px,.62fr) minmax(320px,1fr);gap:24px;align-items:center;margin-bottom:22px}.pipe-picker__title{margin:0;color:#111a2e;font-size:1.62rem;line-height:1.2;font-weight:600}.pipe-picker__search{position:relative;display:flex;align-items:center}.pipe-picker__search svg{position:absolute;left:18px;width:22px;height:22px;color:#5f6d82;pointer-events:none}.pipe-picker__search input{width:100%;min-height:52px;border:1px solid #CFDAEA;border-radius:12px;background:#fff;padding:0 18px 0 52px;color:#111a2e;font-size:1rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.pipe-picker__search input::placeholder{color:#75839a}.pipe-picker__search input:focus{border-color:#1a66d6;box-shadow:0 0 0 4px #0b5ed71a}.pipe-picker__tabs{display:flex;gap:0;width:fit-content;margin-bottom:22px;border-radius:8px}.pipe-picker__tab{min-width:132px;min-height:44px;padding:0 22px;border:1px solid #D7E1EE;background:#fff;color:#172033;font-size:.96rem;font-weight:600;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.pipe-picker__tab:first-child{border-radius:8px 0 0 8px}.pipe-picker__tab:last-child{border-radius:0 8px 8px 0}.pipe-picker__tab+.pipe-picker__tab{margin-left:-1px}.pipe-picker__tab.is-active{position:relative;z-index:1;background:#1a66d6;border-color:#1a66d6;color:#fff;box-shadow:0 10px 22px #0b5ed738}.pipe-picker__divider{height:1px;background:#dce5f1;margin-bottom:22px}.pipe-picker__row{display:grid;grid-template-columns:190px 1fr;gap:18px 28px;align-items:center;margin-top:16px}.pipe-picker__label{color:#172033;font-size:.96rem;font-weight:600}.pipe-picker__chips{display:flex;flex-wrap:wrap;gap:12px}.pipe-picker__chip{min-height:42px;padding:0 20px;border:1px solid #D7E1EE;border-radius:8px;background:#fff;color:#172033;font-size:.96rem;font-weight:600;cursor:pointer;transition:transform .2s ease,color .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.pipe-picker__chip:hover{transform:translateY(-1px);border-color:#b9c7d9}.pipe-picker__chip.is-active{background:#1a66d6;border-color:#1a66d6;color:#fff;box-shadow:0 10px 20px #0b5ed738}.pipe-picker__chip--more{border-style:dashed;color:#526278}.pipe-picker__summary{display:grid;grid-template-columns:minmax(240px,1fr) auto auto;gap:18px;align-items:center;margin-top:26px;padding:15px 20px;border-radius:10px;background:linear-gradient(90deg,#f2f7ff,#f8fbff);color:#172033}.pipe-picker__summary strong{color:#1a66d6}.pipe-picker__found{color:#172033;font-weight:600}.pipe-picker__reset{border:0;background:transparent;padding:0;color:#1a66d6;font:inherit;font-weight:600;cursor:pointer}.pipe-seo-links{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:18px 4px 22px;color:#526278;font-size:.96rem}.pipe-seo-links a{color:#1a66d6;font-weight:600;text-decoration:none}.pipe-seo-links a:hover{text-decoration:underline}.pipe-results{border:1px solid #DCE5F1;border-radius:12px;overflow:hidden;box-shadow:0 12px 28px #0f172a0d}.pipe-product-table{width:100%;border-collapse:collapse}.pipe-product-table th{background:#f8fafe;color:#667591;font-size:.84rem;font-weight:600}.pipe-product-table td,.pipe-product-table th{border-bottom:1px solid #DCE5F1;padding:14px 16px;text-align:left}.pipe-product-table tr:last-child td{border-bottom:0}.pipe-product-table .price-cell{color:#111a2e;font-weight:600;white-space:nowrap}.pipe-product-table .price-cell--ton{color:#1a66d6}.pipe-actions{display:flex;gap:10px;align-items:center;justify-content:flex-start;white-space:nowrap}.pipe-invoice-btn{min-height:40px;padding:0 18px;border:1px solid #1A66D6;border-radius:8px;background:#1a66d6;color:#fff;font-weight:600;cursor:pointer;box-shadow:0 10px 20px #0b5ed733;transition:background .2s ease,box-shadow .2s ease,transform .2s ease}.pipe-invoice-btn:hover{background:#1767d6;box-shadow:0 12px 22px #0b5ed747;transform:translateY(-1px)}.pipe-cart-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:40px;border-radius:8px;border-color:#1a66d6;color:#1a66d6;background:#fff}@media(max-width:980px){.pipe-picker{padding:24px}.pipe-picker__top{grid-template-columns:1fr;gap:16px}}@media(max-width:760px){.pipe-picker{padding:20px 16px;border-radius:16px}.pipe-picker__title{font-size:1.35rem}.pipe-picker__tabs,.pipe-picker__chips{flex-wrap:nowrap;width:auto;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.pipe-picker__tab,.pipe-picker__chip{flex:0 0 auto}.pipe-picker__row,.pipe-picker__summary{grid-template-columns:1fr;gap:10px}.pipe-product-table,.pipe-product-table tbody,.pipe-product-table tr,.pipe-product-table td{display:block;width:100%}.pipe-product-table thead{display:none}.pipe-product-table tbody{background:#f8fafe;padding:10px}.pipe-product-table tr{margin-bottom:10px;border:1px solid #DCE5F1;border-radius:12px;background:#fff;overflow:hidden}.pipe-product-table tr[hidden]{display:none}.pipe-product-table td{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid #E8EEF6;padding:12px 14px;text-align:right}.pipe-product-table td:before{content:attr(data-label);color:#667591;font-weight:600;text-align:left}.pipe-product-table td:first-child{display:block;text-align:left}.pipe-product-table td:first-child:before{display:block;margin-bottom:6px}.pipe-actions{width:100%;justify-content:flex-end}.pipe-invoice-btn{flex:1 1 auto}}.pipe-filter-lock{overflow:hidden}.pipe-quick-picker{background:#fff;border:1px solid #DCE5F1;border-radius:16px;padding:22px 24px 24px;box-shadow:0 16px 36px #0f172a12}.pipe-quick-picker__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.pipe-quick-picker__title{margin:0 0 6px;color:#111a2e;font-size:1.28rem;line-height:1.25;font-weight:600}.pipe-quick-picker__subtitle{margin:0;color:#667591;font-size:.96rem;line-height:1.45}.pipe-quick-picker__open{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 18px;border:1px solid #EF3F20;border-radius:10px;background:#ef3f20;color:#fff;font-size:.94rem;font-weight:600;white-space:nowrap;cursor:pointer;box-shadow:0 10px 20px #ef3f2033;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.pipe-quick-picker__open svg{width:18px;height:18px}.pipe-quick-picker__open:hover{background:#d73518;border-color:#d73518;box-shadow:0 12px 24px #ef3f2042;transform:translateY(-1px)}.pipe-quick-picker__tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.pipe-quick-picker__tab{min-height:38px;padding:0 16px;border:1px solid #D7E1EE;border-radius:9px;background:#fff;color:#172033;font-size:.92rem;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.pipe-quick-picker__tab.is-active{background:#1a66d6;border-color:#1a66d6;color:#fff;box-shadow:0 10px 18px #0b5ed733}.pipe-popular-set{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.pipe-popular-set[hidden]{display:none}.pipe-popular-set a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border:1px solid #D7E1EE;border-radius:9px;background:#fff;color:#111a2e;font-size:.94rem;font-weight:600;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.pipe-popular-set a:hover{background:#f2f7ff;border-color:#1a66d6;color:#1a66d6;transform:translateY(-1px)}.pipe-applied-filter{display:grid;grid-template-columns:minmax(240px,1fr) auto auto;gap:18px;align-items:center;margin:18px 0;padding:14px 18px;border:1px solid #DFEAF8;border-radius:12px;background:#f2f7ff;color:#172033;font-size:.95rem}.pipe-applied-filter[hidden]{display:none}.pipe-applied-filter strong{color:#1a66d6}.pipe-applied-filter button{border:0;background:transparent;color:#1a66d6;font:inherit;font-weight:600;cursor:pointer}.pipe-filter-overlay{position:fixed;inset:0;z-index:1100;background:#0f172a47;opacity:0;transition:opacity .22s ease}.pipe-filter-overlay.is-open{opacity:1}.pipe-filter-drawer{position:fixed;top:0;right:0;z-index:1101;display:flex;flex-direction:column;width:min(520px,100vw);height:100vh;background:#fff;box-shadow:-22px 0 45px #0f172a29;transform:translate(104%);transition:transform .26s ease}.pipe-filter-drawer.is-open{transform:translate(0)}.pipe-filter-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:28px 28px 18px;border-bottom:1px solid #E5ECF6}.pipe-filter-drawer__head h2{margin:0;color:#111a2e;font-size:1.35rem;line-height:1.2;font-weight:600}.pipe-filter-drawer__close{width:38px;height:38px;border:1px solid #D7E1EE;border-radius:10px;background:#fff;color:#111a2e;font-size:1.7rem;line-height:1;cursor:pointer}.pipe-filter-drawer__body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:20px 28px}.pipe-filter-search{position:relative;display:flex;align-items:center;margin-bottom:22px}.pipe-filter-search svg{position:absolute;left:15px;width:20px;height:20px;color:#5f6d82;pointer-events:none}.pipe-filter-search input{width:100%;min-height:48px;border:1px solid #CFDAEA;border-radius:10px;background:#fff;padding:0 16px 0 46px;color:#111a2e;font-size:.96rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.pipe-filter-search input:focus{border-color:#1a66d6;box-shadow:0 0 0 4px #0b5ed71a}.pipe-filter-group{margin-top:22px}.pipe-filter-group__title{margin-bottom:12px;color:#111a2e;font-size:.96rem;font-weight:600}.pipe-filter-group__title span{color:#667591;font-weight:600}.pipe-filter-segment{display:flex;flex-wrap:wrap;gap:10px}.pipe-filter-segment button,.pipe-drawer-chip{min-height:40px;border:1px solid #D7E1EE;border-radius:8px;background:#fff;color:#172033;font-size:.92rem;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.pipe-filter-segment button{padding:0 16px}.pipe-drawer-chip{padding:0 12px}.pipe-filter-segment button:hover,.pipe-drawer-chip:hover{border-color:#1a66d6;background:#f2f7ff}.pipe-filter-segment button.is-active,.pipe-drawer-chip.is-active{background:#1a66d6;border-color:#1a66d6;color:#fff;box-shadow:0 8px 16px #0b5ed72e}.pipe-drawer-chips{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.pipe-drawer-chips--sizes{max-height:330px;overflow-y:auto;padding-right:4px}.pipe-drawer-chips--walls{grid-template-columns:repeat(5,minmax(0,1fr))}.pipe-filter-choice{margin-top:22px;padding:14px 16px;border-radius:10px;background:#f2f7ff;color:#172033;font-size:.95rem}.pipe-filter-drawer__footer{display:grid;gap:12px;padding:18px 28px 24px;border-top:1px solid #E5ECF6;background:#fff;box-shadow:0 -12px 24px #0f172a0f}.pipe-filter-drawer__apply{min-height:50px;border:1px solid #1A66D6;border-radius:10px;background:#1a66d6;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 12px 24px #0b5ed738}.pipe-filter-drawer__apply:hover{background:#1767d6}.pipe-filter-drawer__reset{min-height:36px;border:0;background:transparent;color:#1a66d6;font-size:.94rem;font-weight:600;cursor:pointer}@media(max-width:820px){.pipe-quick-picker{padding:20px 16px}.pipe-quick-picker__head{display:grid}.pipe-quick-picker__open{width:100%}.pipe-popular-set{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.pipe-popular-set a{flex:0 0 auto}.pipe-applied-filter{grid-template-columns:1fr;gap:8px}.pipe-filter-drawer{width:100vw}.pipe-drawer-chips{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:520px){.pipe-quick-picker__tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.pipe-quick-picker__tab{flex:0 0 auto}.pipe-filter-drawer__head,.pipe-filter-drawer__body,.pipe-filter-drawer__footer{padding-left:18px;padding-right:18px}.pipe-drawer-chips,.pipe-drawer-chips--walls{grid-template-columns:repeat(2,minmax(0,1fr))}}.pipe-picker-wrap{margin-top:28px}.pipe-quick-picker{margin-bottom:28px}.pipe-quick-picker__head{display:block;margin-bottom:18px}.pipe-quick-picker__title{margin-bottom:8px;font-size:1.45rem}.pipe-quick-picker__subtitle{max-width:720px}.pipe-quick-picker__popular-title{margin:18px 0 12px;color:#111a2e;font-size:.98rem;font-weight:600}.pipe-quick-picker__open{margin-top:18px}.pipe-results{margin-top:0}.pipe-results__title{margin:0;padding:18px 20px;border-bottom:1px solid #DCE5F1;background:#fff;color:#111a2e;font-size:1.18rem;line-height:1.25;font-weight:600}.pipe-table-shell{position:relative;margin-top:30px}.pipe-table-shell__inner{position:relative;max-height:none;overflow:visible;transition:max-height .25s ease}.pipe-table-shell.is-collapsed .pipe-table-shell__inner{max-height:520px;overflow:hidden}.pipe-table-shell__fade{display:none}.pipe-table-shell.is-collapsed .pipe-table-shell__fade{position:absolute;left:1px;right:1px;bottom:68px;z-index:2;display:block;height:92px;pointer-events:none;background:linear-gradient(180deg,#fff0,#fff 88%)}.pipe-table-shell__footer{display:flex;justify-content:center;padding:18px 0 2px}.pipe-table-shell__toggle{min-height:42px;padding:0 20px;border:1px solid #D7E1EE;border-radius:10px;background:#fff;color:#1a66d6;font-size:.94rem;font-weight:600;cursor:pointer;box-shadow:0 10px 20px #0f172a0f;transition:border-color .2s ease,background .2s ease,transform .2s ease}.pipe-table-shell__toggle:hover{border-color:#1a66d6;background:#f2f7ff;transform:translateY(-1px)}.pipe-product-table th:last-child{width:74px}.pipe-product-table td:last-child{text-align:center}.pipe-actions{justify-content:center}.pipe-cart-btn{width:42px;height:40px;border:1px solid #EF3F20;background:#ef3f20;color:#fff;box-shadow:0 10px 20px #ef3f202e;transition:background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.pipe-cart-btn:hover{background:#d73518;border-color:#d73518;transform:translateY(-1px);box-shadow:0 12px 24px #ef3f2042}.pipe-cart-btn svg{width:20px;height:20px}.pipe-drawer-chips--walls .pipe-drawer-chip:first-child{grid-column:auto}@media(max-width:760px){.pipe-table-shell{margin-top:24px}.pipe-table-shell.is-collapsed .pipe-table-shell__inner{max-height:680px}.pipe-table-shell.is-collapsed .pipe-table-shell__fade{bottom:64px}.pipe-product-table td[data-label=""]{justify-content:flex-end}.pipe-product-table td[data-label=""]:before{display:none}.pipe-cart-btn{width:48px}}.pipe-quick-picker{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #D9E5F3;border-radius:22px;padding:32px 36px;box-shadow:0 18px 45px #13274a14,0 3px 10px #13274a0a}.pipe-quick-picker__head{margin-bottom:24px}.pipe-quick-picker__title{margin:0 0 10px;color:#111827;font-size:clamp(1.75rem,2.1vw,2.08rem);line-height:1.15;font-weight:600;letter-spacing:0}.pipe-quick-picker__subtitle{max-width:860px;color:#66758c;font-size:clamp(1.05rem,1.25vw,1.2rem);line-height:1.45;font-weight:400}.pipe-quick-picker__tabs{display:flex;align-items:center;flex-wrap:nowrap;gap:0;width:fit-content;max-width:100%;padding:5px;margin:0 0 38px;background:#f3f7fc;border:1px solid #D9E5F3;border-radius:16px;box-shadow:inset 0 1px 2px #0f172a0a}.pipe-quick-picker__tab{display:inline-flex;align-items:center;justify-content:center;height:46px;min-height:46px;padding:0 24px;border:0;border-radius:12px;background:transparent;color:#1f2a3d;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;white-space:nowrap;box-shadow:none;transition:background .22s ease,color .22s ease,box-shadow .22s ease,transform .22s ease}.pipe-quick-picker__tab:hover{background:#fff;color:#1a66d6;box-shadow:0 4px 12px #13274a14}.pipe-quick-picker__tab.is-active{background:linear-gradient(180deg,#2f7cff,#1a66d6);color:#fff;box-shadow:0 8px 18px #2563eb40,inset 0 1px #ffffff38}.pipe-quick-picker__tab:focus-visible,.pipe-popular-set a:focus-visible,.pipe-quick-picker__open:focus-visible,.pipe-filter-segment button:focus-visible,.pipe-drawer-chip:focus-visible,.pipe-filter-drawer__apply:focus-visible,.pipe-filter-drawer__reset:focus-visible,.pipe-filter-drawer__close:focus-visible{outline:3px solid rgba(47,131,255,.22);outline-offset:3px}.pipe-quick-picker__popular-title{display:inline-flex;align-items:center;gap:10px;margin:0 0 18px;color:#111827;font-size:1.125rem;line-height:1.25;font-weight:600}.pipe-quick-picker__popular-title:before{content:"";display:inline-block;width:6px;height:18px;border-radius:6px;background:linear-gradient(180deg,#2f7cff,#1a66d6);box-shadow:0 5px 12px #2563eb38}.pipe-popular-set{gap:14px;margin-top:0;margin-bottom:26px}.pipe-popular-set a{height:48px;min-height:48px;padding:0 24px;border:1px solid #D6E2F1;border-radius:13px;background:linear-gradient(180deg,#fff,#f8fbff);color:#111827;font-size:1.06rem;font-weight:600;box-shadow:0 4px 12px #13274a0f,inset 0 1px #ffffffe6;transition:background .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease,transform .22s ease}.pipe-popular-set a:hover{background:linear-gradient(180deg,#fff,#f2f7ff);border-color:#7fb2ff;color:#1a66d6;box-shadow:0 8px 18px #2563eb21,inset 0 1px #fffffff2;transform:translateY(-1px)}.pipe-popular-set a:active{background:linear-gradient(180deg,#2f7cff,#1a66d6);border-color:#1a66d6;color:#fff;box-shadow:0 10px 22px #2563eb47,inset 0 1px #ffffff38;transform:translateY(-1px)}.pipe-quick-picker__open{min-height:54px;height:54px;gap:10px;margin-top:0;padding:0 28px;border:1px solid #F24E1E;border-radius:15px;background:linear-gradient(180deg,#ff6a3d,#f0441e);color:#fff;font-size:1.06rem;font-weight:600;box-shadow:0 12px 26px #f0441e47,inset 0 1px #ffffff40;transition:background .22s ease,box-shadow .22s ease,transform .22s ease}.pipe-quick-picker__open svg{width:20px;height:20px}.pipe-quick-picker__open:hover{background:linear-gradient(180deg,#ff7a52,#e93c18);box-shadow:0 16px 32px #f0441e57,inset 0 1px #ffffff47;transform:translateY(-1px)}.pipe-quick-picker__open:active{transform:translateY(0);box-shadow:0 8px 18px #f0441e3d,inset 0 2px 4px #0000001f}.pipe-applied-filter{min-height:52px;margin:22px 0 28px;padding:0 18px;border:1px solid #DCE8F7;border-radius:14px;background:linear-gradient(180deg,#f4f8ff,#eef5ff);color:#1f2a3d;box-shadow:inset 0 1px #ffffffbf}.pipe-applied-filter strong{color:#1a66d6;font-weight:600}.pipe-applied-filter button:hover{color:#1767d6;text-decoration:underline}.pipe-filter-drawer{width:min(540px,100vw);background:linear-gradient(180deg,#fff,#fbfdff);border-left:1px solid #DCE8F7;box-shadow:-18px 0 45px #0f172a24}.pipe-filter-drawer__head{padding:30px 30px 20px;border-bottom:1px solid #DCE8F7}.pipe-filter-drawer__head h2{color:#111827;font-size:1.5rem}.pipe-filter-drawer__close{border-color:#d6e2f1;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 4px 12px #13274a0f,inset 0 1px #ffffffe6}.pipe-filter-drawer__close:hover{color:#1a66d6;border-color:#7fb2ff}.pipe-filter-drawer__body{padding:24px 30px}.pipe-filter-search input{min-height:52px;border:1px solid #D6E2F1;border-radius:14px;background:#fff;padding:0 18px 0 48px;color:#111827;font-size:1rem;box-shadow:0 4px 12px #13274a0d,inset 0 1px #ffffffe6}.pipe-filter-search input::placeholder{color:#8a9aaf}.pipe-filter-search input:focus{border-color:#2f7cff;box-shadow:0 0 0 4px #2f83ff1f,0 8px 20px #2563eb1a}.pipe-filter-group__title{color:#111827;font-size:1rem}.pipe-filter-segment{display:inline-flex;align-items:center;gap:0;padding:5px;background:#f3f7fc;border:1px solid #D9E5F3;border-radius:16px;box-shadow:inset 0 1px 2px #0f172a0a}.pipe-filter-segment button{height:42px;min-height:42px;border:0;border-radius:12px;background:transparent;box-shadow:none}.pipe-filter-segment button:hover{background:#fff;color:#1a66d6;box-shadow:0 4px 12px #13274a14}.pipe-filter-segment button.is-active{background:linear-gradient(180deg,#2f7cff,#1a66d6);color:#fff;box-shadow:0 8px 18px #2563eb40,inset 0 1px #ffffff38}.pipe-drawer-chip{min-height:42px;border:1px solid #D6E2F1;border-radius:11px;background:linear-gradient(180deg,#fff,#f8fbff);color:#111827;font-weight:400;box-shadow:0 4px 12px #13274a0d,inset 0 1px #ffffffe6}.pipe-drawer-chip:hover{background:linear-gradient(180deg,#fff,#f2f7ff);border-color:#7fb2ff;color:#1a66d6;box-shadow:0 8px 18px #2563eb1f,inset 0 1px #fffffff2;transform:translateY(-1px)}.pipe-drawer-chip.is-active{background:linear-gradient(180deg,#2f7cff,#1a66d6);border-color:#1a66d6;color:#fff;box-shadow:0 10px 22px #2563eb3d,inset 0 1px #ffffff38}.pipe-filter-choice{border:1px solid #DCE8F7;border-radius:14px;background:linear-gradient(180deg,#f4f8ff,#eef5ff);box-shadow:inset 0 1px #ffffffbf}.pipe-filter-choice strong{color:#1a66d6}.pipe-filter-drawer__footer{border-top:1px solid #DCE8F7;background:#fffffff5;box-shadow:0 -12px 28px #0f172a12}.pipe-filter-drawer__apply{min-height:54px;border:1px solid #1A66D6;border-radius:14px;background:linear-gradient(180deg,#2f7cff,#1a66d6);color:#fff;font-size:1.06rem;font-weight:600;box-shadow:0 12px 26px #2563eb42,inset 0 1px #ffffff38}.pipe-filter-drawer__apply:hover{background:linear-gradient(180deg,#3b8bff,#0d59d0);box-shadow:0 16px 32px #2563eb4d,inset 0 1px #ffffff3d;transform:translateY(-1px)}.pipe-filter-drawer__reset:hover{color:#1767d6;text-decoration:underline}@media(max-width:820px){.pipe-quick-picker{padding:26px 22px}.pipe-quick-picker__tabs{display:flex;overflow-x:auto;width:100%}.pipe-quick-picker__tab{flex:1 0 auto}.pipe-quick-picker__open{width:100%}}@media(max-width:520px){.pipe-quick-picker{border-radius:18px;padding:22px 16px}.pipe-quick-picker__title{font-size:1.55rem}.pipe-quick-picker__subtitle{font-size:1rem}.pipe-popular-set{flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px;-webkit-overflow-scrolling:touch}.pipe-popular-set a{flex:0 0 auto;height:46px;min-height:46px;padding:0 18px}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pipe-quick-picker{margin-bottom:24px;padding:24px 28px 22px;border:1px solid #D7E5F5;border-radius:22px;background:linear-gradient(90deg,#fff,#f7fbff 55%,#eef5ff);box-shadow:0 10px 30px #142d5a0f,inset 0 1px #ffffffd9}.pipe-quick-picker__head{display:grid;grid-template-columns:minmax(360px,1fr) minmax(360px,420px);gap:16px 28px;align-items:start;margin-bottom:16px}.pipe-quick-picker__title{margin:0 0 8px;color:#0f172a;font-size:clamp(1.75rem,2vw,1.95rem);line-height:1.12;font-weight:600;letter-spacing:0}.pipe-quick-picker__subtitle{max-width:760px;margin:0;color:#61728b;font-size:1rem;line-height:1.45;font-weight:400}.pipe-quick-picker__search{position:relative;display:block;width:100%;margin-top:5px}.pipe-quick-picker__search input{width:100%;height:46px;min-height:46px;padding:0 44px 0 16px;border:1px solid #D9E4F2;border-radius:12px;background:#ffffffeb;color:#0f172a;font-size:.94rem;box-shadow:inset 0 1px #ffffffe6,0 3px 8px #142d5a0a;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.pipe-quick-picker__search input::placeholder{color:#94a3b8}.pipe-quick-picker__search input:focus{border-color:#6ba6ff;box-shadow:0 0 0 4px #3b82f61a,inset 0 1px #ffffffe6}.pipe-quick-picker__search svg{position:absolute;right:16px;top:50%;width:19px;height:19px;color:#7c8ea8;transform:translateY(-50%);pointer-events:none}.pipe-quick-picker__tabs{display:inline-flex;align-items:center;width:fit-content;max-width:100%;padding:5px;margin:0 0 16px;border:1px solid #D8E4F3;border-radius:18px;background:linear-gradient(180deg,#f6faff,#eef4fb);box-shadow:inset 0 1px #fffffff2,0 4px 10px #142d5a0a}.pipe-quick-picker__tab{height:40px;min-height:40px;padding:0 24px;border-radius:13px;color:#1e293b;font-size:.94rem;font-weight:600}.pipe-quick-picker__tab:hover{background:#fff;color:#1a66d6;box-shadow:0 3px 10px #142d5a0f}.pipe-quick-picker__tab.is-active{background:linear-gradient(180deg,#2f7cff,#1a66d6);color:#fff;box-shadow:0 8px 16px #2563eb38,inset 0 1px #fff3}.pipe-quick-picker__popular-title{display:flex;align-items:center;gap:10px;width:100%;margin:8px 0 12px;color:#111827;font-size:1.06rem;line-height:1.25;font-weight:600}.pipe-quick-picker__popular-title:before{width:6px;height:20px;border-radius:8px;background:linear-gradient(180deg,#2f7cff,#1a66d6);box-shadow:0 5px 12px #2563eb2e}.pipe-popular-set{display:flex;flex-wrap:wrap;align-items:center;gap:12px 14px;margin:0}.pipe-popular-set a{height:46px;min-height:46px;padding:0 21px;border:1px solid #D9E5F3;border-radius:13px;background:linear-gradient(180deg,#fff,#f8fbff);color:#111827;font-size:1rem;font-weight:400;box-shadow:0 4px 12px #1226490f,inset 0 1px #fffffff2}.pipe-popular-set a:hover{border-color:#8db9ff;background:linear-gradient(180deg,#fff,#f2f7ff);color:#1a66d6;box-shadow:0 8px 18px #2563eb1f,inset 0 1px #fffffff2;transform:translateY(-1px)}.pipe-popular-set a:active{border-color:#1a66d6;background:linear-gradient(180deg,#2f7cff,#1a66d6);color:#fff;box-shadow:0 10px 20px #2563eb38,inset 0 1px #ffffff38}.pipe-quick-picker__bottom{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-top:16px}.pipe-quick-picker__open{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:50px;min-height:50px;margin-top:0;padding:0 24px;border:1px solid #F15832;border-radius:14px;background:linear-gradient(180deg,#ff6a45,#ff4b23);color:#fff;font-size:1rem;font-weight:600;white-space:nowrap;box-shadow:0 8px 18px #ff5b3138,inset 0 1px #ffffff3d}.pipe-quick-picker__open svg{width:19px;height:19px}.pipe-quick-picker__open:hover{background:linear-gradient(180deg,#ff7652,#f8431c);box-shadow:0 12px 24px #ff5b3147,inset 0 1px #ffffff47;transform:translateY(-1px)}.pipe-quick-picker .pipe-applied-filter{display:inline-flex;align-items:center;flex:0 1 auto;gap:20px;min-height:48px;margin:0;padding:0 18px;border:1px solid #D9E5F4;border-radius:14px;background:linear-gradient(180deg,#f8fbff,#f0f6ff);color:#475569;font-size:.94rem;box-shadow:inset 0 1px #ffffffd9}.pipe-quick-picker .pipe-applied-filter[hidden]{display:none}.pipe-quick-picker .pipe-applied-filter strong{color:#1a66d6;font-weight:600}.pipe-quick-picker .pipe-applied-filter button{margin-left:auto;color:#1a66d6;font-weight:600}.pipe-table-shell{margin-top:18px}.pipe-picker-wrap{margin-top:0}@media(max-width:980px){.pipe-quick-picker__head{grid-template-columns:1fr}.pipe-quick-picker__search{max-width:520px;margin-top:0}}@media(max-width:820px){.pipe-quick-picker{padding:24px 20px}.pipe-quick-picker__tabs{display:flex;width:100%;overflow-x:auto}.pipe-quick-picker__tab{flex:1 0 auto;padding:0 18px}.pipe-quick-picker .pipe-applied-filter{width:100%;flex-basis:100%}}@media(max-width:520px){.pipe-quick-picker{padding:22px 16px}.pipe-quick-picker__title{font-size:1.55rem}.pipe-quick-picker__subtitle{font-size:.98rem}.pipe-popular-set a{height:48px;min-height:48px}.pipe-popular-set .pipe-quick-picker__open{width:100%}.pipe-quick-picker .pipe-applied-filter{align-items:flex-start;flex-direction:column;gap:8px;padding:12px 16px}.pipe-quick-picker .pipe-applied-filter button{margin-left:0}}.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:900;background:#ffffffeb;backdrop-filter:blur(16px) saturate(1.4);-webkit-backdrop-filter:blur(16px) saturate(1.4);border-top:1px solid rgba(0,0,0,.06);box-shadow:0 -8px 32px #0f172a1a;transform:translateY(100%);opacity:0;transition:transform .35s cubic-bezier(.22,.61,.36,1),opacity .35s ease;pointer-events:none}.sticky-cta--visible{transform:translateY(0);opacity:1;pointer-events:all}.sticky-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0}.sticky-cta__info{display:flex;align-items:center;gap:16px;min-width:0}.sticky-cta__name{font-weight:600;font-size:.95rem;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-cta__price{font-weight:600;font-size:1.25rem;color:#1a66d6;white-space:nowrap}.sticky-cta__price small{font-weight:500;font-size:.82rem;color:#5f6d82}.sticky-cta__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.sticky-cta__btn{padding:10px 22px!important;font-size:.92rem!important;gap:8px;border-radius:12px!important}.sticky-cta__call{padding:10px 16px!important;font-size:.88rem!important;gap:6px;border-radius:12px!important}@media(max-width:640px){.sticky-cta__name{display:none}.sticky-cta__inner{justify-content:center}}.faq-item{transition:background .25s ease,box-shadow .25s ease,border-color .25s ease}.faq-item[open]{background:#f8fbff;border-color:#0b5ed726;box-shadow:0 4px 16px #0b5ed70f}.faq-answer{animation:faqSlideIn .3s ease forwards}@keyframes faqSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.faq-item[open] .faq-question{color:#1a66d6}.related-card{transition:transform .28s cubic-bezier(.22,.61,.36,1),box-shadow .28s ease,border-color .28s ease}.related-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0f172a1a,0 4px 12px #0f172a0d;border-color:#0b5ed733}.related-card:hover .related-card__stock{color:#059669}.product-hero__trust-pill{transition:background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.product-hero__trust-pill:hover{background:#e8f1ff;border-color:#0b5ed726;transform:translateY(-1px);box-shadow:0 4px 12px #0b5ed714}.product-order__step{transition:transform .2s ease,box-shadow .2s ease}.product-order__step:hover{transform:translateY(-3px);box-shadow:0 12px 28px #0f172a14}.product-order__step:hover span{background:linear-gradient(135deg,#1a66d6,#1a66d6);color:#fff;box-shadow:0 6px 16px #2563eb4d}.specs-label:before{content:"";display:inline-block;width:3px;height:14px;margin-right:10px;border-radius:4px;background:linear-gradient(180deg,#2f7cff,#1767d6);vertical-align:middle;opacity:0;transition:opacity .2s ease}.specs-table tr:hover .specs-label:before{opacity:1}.specs-table tr:hover td{background:#f0f7ff}.quick-order{position:relative;overflow:hidden}.quick-order:before{content:"";position:absolute;top:-1px;left:0;right:0;height:3px;background:linear-gradient(90deg,#2f7cff,#1a66d6,#6366f1);border-radius:3px 3px 0 0}.product-docs__item{transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.product-docs__item:hover{transform:translateY(-2px);background:#f0f7ff;box-shadow:0 4px 16px #0b5ed70f}@keyframes ctaPulse{0%{box-shadow:0 0 #ef3f2066}70%{box-shadow:0 0 0 12px #ef3f2000}to{box-shadow:0 0 #ef3f2000}}.product-card__cart-btn{animation:ctaPulse 2s ease-out 1s 2}@keyframes sectionFadeIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.product-card__specs,.product-application,.product-order,.product-docs,.quick-order,.product-card__related,.product-faq{animation:sectionFadeIn .5s ease both}.product-card__specs{animation-delay:.1s}.product-application{animation-delay:.15s}.product-order{animation-delay:.2s}.product-docs{animation-delay:.25s}.quick-order{animation-delay:.3s}.product-card__related{animation-delay:.35s}.product-faq{animation-delay:.4s}.product-use-item{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.product-use-item:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0f172a14;border-color:#0b5ed726}.product-use-item:hover .product-use-item__icon{background:linear-gradient(135deg,#e8f1ff,#dbeafe);transform:scale(1.08)}.product-hero__price-main{background:linear-gradient(135deg,#1a66d6,#1767d6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-card--b2b{padding:0}.product-card--b2b~.product-bottom-grid,.product-detail-grid,.product-bottom-grid{gap:16px;margin-bottom:16px}.product-card--b2b .product-card__specs,.product-card--b2b .product-card__description,.product-card--b2b .quick-order,.product-card--b2b .product-faq,.product-card--b2b .product-card__related,.product-order,.product-docs{padding:28px 32px}body:has(.product-card--b2b){background:#f5f7fa}body:has(.product-card--b2b) .footer{margin-top:0}html{scroll-behavior:smooth}.product-card.product-card--b2b{border:none;box-shadow:none;background:transparent}.product-info-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;align-items:stretch;margin-bottom:16px}.product-info-side{display:contents}.product-info-grid>.product-card__specs,.product-info-grid>.product-docs,.product-info-grid>.product-info-side{display:flex;flex-direction:column;min-width:0;height:100%;margin-bottom:0!important}.product-info-grid .product-docs__list,.product-info-grid .specs-table{flex:1}.product-info-grid>.product-card__specs{order:2}.product-info-side>.product-hero__deal-pills--info{order:1}.product-info-side>.product-docs{order:3}.product-card--b2b .product-card__specs--single .specs-table tbody{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px}.product-card--b2b .product-card__specs--single .specs-table{display:block}.product-card--b2b .product-card__specs--single .specs-table tr{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;min-width:0;border-bottom:1px solid #E2E8F0;transition:background .2s ease}.product-card--b2b .product-card__specs--single .specs-table tr:hover{background:#f0f7ff}.product-card--b2b .product-card__specs--single .specs-table tr:last-child{border-bottom:0}.product-card--b2b .product-card__specs--single .specs-table td{border-bottom:0}.product-hero__deal-pills--info{background:#fff;border-radius:14px;box-shadow:0 1px 4px #0f172a0a,0 4px 16px #0f172a08}.product-info-side>.product-docs{flex:1;margin-bottom:0!important}.product-order__steps:before{background:linear-gradient(90deg,#1a66d633,#1a66d6b8,#1a66d633)}.product-order__step span,.product-order__step:nth-child(2) span,.product-order__step:nth-child(3) span,.product-order__step:nth-child(4) span,.product-order__step:nth-child(5) span{background:#1a66d6;color:#fff;box-shadow:0 12px 26px #1a66d647}.product-card--b2b .quick-order{padding:0;background:radial-gradient(circle at 86% 18%,rgba(90,159,230,.22),transparent 34%),linear-gradient(135deg,#fff,#f4f8fd 54%,#eaf4ff);border:none;border-radius:18px;overflow:hidden;box-shadow:0 1px 4px #0f172a0a,0 12px 36px #1a66d61a}.product-card--b2b .quick-order:before{display:none}.quick-order__main{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:22px;align-items:stretch;min-height:430px}.quick-order__content{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:30px 0 30px 32px}.quick-order__media{position:relative;display:flex;align-items:flex-end;justify-content:center;min-height:100%;overflow:hidden}.quick-order__media:before{content:"";position:absolute;inset:38px 24px 0 12px;border-radius:28px 28px 0 0;background:linear-gradient(180deg,#ffffffb3,#ffffff2e);border:1px solid rgba(255,255,255,.62)}.quick-order__media img{position:relative;z-index:1;width:min(92%,330px);max-height:420px;object-fit:contain;object-position:bottom center;filter:drop-shadow(0 18px 28px rgba(15,23,42,.14))}.product-card--b2b .quick-order__header{text-align:left;align-items:baseline;margin-bottom:18px}.product-card--b2b .quick-order__header .quick-order__title{margin-bottom:0}.quick-order__eyebrow{display:inline-flex;align-items:center;width:fit-content;min-height:28px;margin-bottom:10px;padding:5px 11px;border-radius:999px;background:#1a66d61f;color:#1767d6;font-size:.78rem;font-weight:600}.product-card--b2b .quick-order__title{margin-bottom:8px;font-size:clamp(1.55rem,2vw,2rem);line-height:1.1}.product-card--b2b .quick-order__desc{font-size:.96rem;line-height:1.5}.product-card--b2b .quick-order__form{gap:12px}.product-card--b2b .quick-order__row--3col{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.product-card--b2b .quick-order__input,.product-card--b2b .quick-order__textarea{border:1px solid #D7E4F2;background:#ffffffeb;box-shadow:inset 0 1px #ffffffbf}.product-card--b2b .quick-order__textarea{min-height:104px}.product-card--b2b .quick-order__input:focus,.product-card--b2b .quick-order__textarea:focus{border-color:#1a66d6;background:#fff;box-shadow:0 0 0 3px #1a66d624}.product-card--b2b .quick-order__upload:focus-visible{outline:2px solid #1A66D6;outline-offset:2px}.product-card--b2b .quick-order__upload{cursor:pointer;border:1px dashed #9DC5ED;background:#ffffff9e}.product-card--b2b .quick-order__upload:hover,.product-card--b2b .quick-order__upload.drag-over{border-color:#1a66d6;background:#eff6ffdb}.product-card--b2b .quick-order__upload-content--inline{display:grid;grid-template-columns:42px minmax(0,1fr);column-gap:12px;align-items:center;text-align:left}.quick-order__upload-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:8px;background:#e8f1ff;color:#1a66d6}.quick-order__upload-icon svg{width:24px;height:24px}.quick-order__upload-text{display:grid;gap:2px}.quick-order__footer{display:grid;grid-template-columns:minmax(170px,196px) minmax(0,1fr);gap:14px;align-items:center}.product-card--b2b .quick-order__consent{margin:0}.product-card--b2b .quick-order__btn{position:relative;width:100%;min-height:50px;border-radius:12px;background:linear-gradient(180deg,#2f7cff,#1a66d6);box-shadow:0 14px 24px #1a66d640;overflow:hidden}.product-card--b2b .quick-order__btn:after{content:"";position:absolute;top:-60%;bottom:-60%;left:-45%;width:36%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:skew(-22deg);animation:quick-order-shine 4.2s ease-in-out infinite;pointer-events:none}@keyframes quick-order-shine{0%,58%{left:-45%}76%,to{left:120%}}.product-card--b2b .product-faq{padding:28px 32px}.product-faq__column{display:flex;flex-direction:column;gap:14px}.product-faq__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.product-card--b2b .product-faq .faq-item{height:fit-content;margin:0;border:1px solid #E2EAF3;border-radius:12px;background:#fff}.product-card--b2b .product-card__title{max-width:none;font-size:clamp(2rem,2.7vw,2.78rem);line-height:1.08}.product-card--b2b .product-card__subtitle{max-width:none;color:#7a8598;font-size:1.03rem;font-weight:600}.product-hero__price--stacked{gap:20px}.product-hero__price-main-wrap{align-items:center;gap:18px 24px}.product-hero__price-main{color:#2473d8;font-size:clamp(2.4rem,4vw,4rem)}.product-hero__price-caption{display:grid;gap:4px;color:#7a8598;font-size:1rem}.product-hero__price-caption strong{color:#49b972;font-weight:600}.product-hero__price-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;font-size:1rem}.product-hero__price--stacked .product-hero__price-meta{flex-direction:initial}.product-hero__price-meta span{display:grid;align-items:center;gap:9px;min-height:96px;padding:20px 22px;border:1px solid #E3EAF3;border-radius:14px;background:#fff;box-shadow:0 1px 2px #0f172a05}.product-hero__price-meta b{color:#162033;font-size:1.18rem;font-weight:600}.product-hero__price-meta small{color:#7a8598;font-size:.95rem}.product-hero__lead{max-width:520px;margin:0;color:#667085;font-size:1.03rem;font-weight:600;line-height:1.65}.product-hero__service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:auto;border-top:1px solid #E8EDF4}.product-hero__service-grid span{display:inline-flex;align-items:center;gap:12px;min-height:78px;border-bottom:1px solid #E8EDF4;color:#526075;font-size:.98rem;font-weight:600}.product-hero__service-grid svg{width:34px;height:34px;padding:8px;border-radius:50%;background:#f0f6ff;color:#2473d8;flex-shrink:0}.product-hero__calc{gap:18px;max-width:none;padding:34px 36px;background:#fff;border:1px solid #EEF2F7;border-radius:24px;box-shadow:0 16px 44px #0f172a14}.product-hero__calc-title{margin:0;font-size:1.45rem}.product-hero__calc-units{border-radius:10px;background:#f2f5fa;margin-bottom:0}.product-hero__calc-units .calc-unit-btn{min-height:56px;color:#667085;font-size:1.03rem}.product-hero__calc-units .calc-unit-btn--active{background:#2473d8;color:#fff!important;border-radius:9px;box-shadow:0 8px 18px #2473d840}.product-hero__calc-input-row{grid-template-columns:64px minmax(0,1fr) 64px 118px;gap:14px;margin-bottom:0;background:transparent;border-radius:0;overflow:visible}.product-hero__calc-input,.product-hero__calc-unit,.product-hero__qty-btn{min-height:68px;border:1px solid #E3EAF3;border-radius:12px;background:#fff;color:#0f172a;font-size:1.35rem}.product-hero__qty-btn{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#526075;font-size:1.45rem;font-weight:600;transition:border-color .2s ease,color .2s ease,background .2s ease}.product-hero__qty-btn:hover,.product-hero__qty-btn:focus-visible{border-color:#bfd7ff;background:#f8fbff;color:#2473d8}.product-hero__calc-unit{border-left:1px solid #E3EAF3;color:#0f172a;font-size:1.2rem}.product-hero__calc-result{display:block;min-height:0;padding:24px 28px;border-radius:14px;background:#f5f8fc}.product-hero__calc-result>svg{display:none}.product-hero__calc-equation{margin-bottom:20px;color:#667085;font-size:1rem}.product-hero__calc-total{margin-top:0;font-size:1.05rem}.product-hero__calc-total strong{display:inline-block;margin-top:8px;color:#0f172a;font-size:clamp(2rem,3vw,2.8rem)}.product-hero__calc-total span,.product-hero__calc-rounded,.product-hero__unit-price,.product-hero__calc-result .calc-tier-badge{color:#8a94a6;font-size:.96rem}.product-hero__actions{grid-template-columns:1fr;gap:16px;margin-top:2px}.product-hero__actions .product-card__cart-btn,.product-hero__actions .product-card__invoice-btn{min-height:68px;font-size:1.12rem}.product-hero__actions .product-card__invoice-btn{border:2px solid #C9DCF7;color:#2473d8}.product-hero__manager-link{display:inline-flex;align-items:center;justify-content:center;gap:12px;color:#526075;font-size:1rem;font-weight:600;line-height:1.45;text-align:center;text-decoration:none}.product-hero__manager-link svg{color:#2473d8;flex-shrink:0}.product-hero__manager-link u{color:#2473d8;text-underline-offset:4px}.product-card--b2b .product-hero{grid-template-columns:minmax(360px,420px) minmax(0,1fr);gap:24px;padding:22px}.product-card--b2b .product-hero__content{grid-template-columns:minmax(320px,1fr) minmax(300px,.86fr);gap:24px}.product-card--b2b .product-hero__summary{gap:16px}.product-card--b2b .product-card__title{font-size:clamp(2rem,2.35vw,2.55rem);line-height:1.12}.product-card--b2b .product-card__subtitle{font-size:.96rem;line-height:1.45}.product-card--b2b .product-hero__price--stacked{gap:16px}.product-card--b2b .product-hero__price-main-wrap{gap:16px 22px}.product-card--b2b .product-hero__price-main{font-size:clamp(2.7rem,3.15vw,3.35rem);letter-spacing:0}.product-card--b2b .product-hero__price-main span{font-size:.5em}.product-card--b2b .product-hero__price-caption{font-size:.92rem;line-height:1.35}.product-card--b2b .product-hero__price-meta{gap:20px}.product-card--b2b .product-hero__price-meta b{font-size:1.22rem;line-height:1.2;letter-spacing:0}.product-card--b2b .product-hero__lead{font-size:.95rem;line-height:1.62}.product-card--b2b .product-hero__service-grid span{min-height:64px;gap:10px;font-size:.9rem}.product-card--b2b .product-hero__service-grid svg{width:30px;height:30px;padding:7px}.product-card--b2b .product-hero__calc{gap:16px;padding:26px 28px;border-radius:20px}.product-card--b2b .product-hero__calc-title{font-size:1.28rem}.product-card--b2b .product-hero__calc-units .calc-unit-btn{min-height:52px;font-size:.98rem}.product-card--b2b .product-hero__calc-input-row{grid-template-columns:54px minmax(0,1fr) 54px 104px;gap:12px}.product-card--b2b .product-hero__calc-input,.product-card--b2b .product-hero__calc-unit,.product-card--b2b .product-hero__qty-btn{min-height:58px;font-size:1.18rem;border-radius:10px}.product-card--b2b .product-hero__qty-btn{font-size:1.28rem}.product-card--b2b .product-hero__calc-unit{font-size:1.08rem}.product-card--b2b .product-hero__calc-equation{margin-bottom:14px;font-size:.9rem}.product-card--b2b .product-hero__calc-result{padding:20px 24px;border-radius:12px}.product-card--b2b .product-hero__calc-total{font-size:.95rem}.product-card--b2b .product-hero__calc-total strong{margin-top:6px;font-size:clamp(2rem,2.6vw,2.5rem)}.product-card--b2b .product-hero__actions{gap:14px}.product-card--b2b .product-hero__actions .product-card__cart-btn,.product-card--b2b .product-hero__actions .product-card__invoice-btn{min-height:58px;border-radius:10px;font-size:1.02rem}.product-card--b2b .product-hero__manager-link{font-size:.93rem}.product-card--b2b .product-card__title{font-size:2.05rem;line-height:1.16;font-weight:600}.product-card--b2b .product-card__subtitle{font-size:.86rem;line-height:1.4;font-weight:500}.product-card--b2b .product-hero__price-main{font-size:2.62rem;line-height:1.05;font-weight:600}.product-card--b2b .product-hero__price-main span{font-size:.44em;font-weight:600}.product-card--b2b .product-hero__price-caption{font-size:.82rem;font-weight:500}.product-card--b2b .product-hero__price-meta span{min-height:124px;padding:28px 30px;border:1px solid #E8EEF7;border-radius:16px;background:#fff;box-shadow:0 8px 28px #0f172a0f;align-content:center;justify-items:start}.product-card--b2b .product-hero__price-meta b{font-size:1.22rem;line-height:1.2;font-weight:600}.product-card--b2b .product-hero__price-meta small{font-size:.86rem;line-height:1.25;text-transform:uppercase;letter-spacing:.02em}.product-card--b2b .product-hero__service-grid{gap:8px 16px}.product-card--b2b .product-hero__service-grid span{min-height:52px;gap:8px;font-size:.78rem;font-weight:600}.product-card--b2b .product-hero__service-grid svg{width:26px;height:26px;padding:6px}.product-card--b2b .product-hero__calc-input-row{display:grid;grid-template-columns:minmax(0,1fr) 110px;gap:14px;align-items:stretch}.product-card--b2b .product-hero__qty-control{display:grid;grid-template-columns:56px minmax(0,1fr) 56px;min-height:62px;overflow:hidden;border:1px solid #DCE5F2;border-radius:12px;background:#fff;box-shadow:inset 0 0 0 1px #3b82f608}.product-card--b2b .product-hero__qty-control .product-hero__qty-btn,.product-card--b2b .product-hero__qty-control .product-hero__calc-input{min-height:60px;border:0;border-radius:0;background:transparent}.product-card--b2b .product-hero__qty-control .product-hero__qty-btn{color:#0f172a;font-size:1.28rem;font-weight:600}.product-card--b2b .product-hero__qty-control .product-hero__qty-btn:hover{background:#f3f7fc}.product-card--b2b .product-hero__qty-control .product-hero__calc-input{padding:0 6px;color:#0f172a;font-size:1.28rem;font-weight:600;text-align:center}.product-card--b2b .product-hero__calc-unit{min-height:62px;border-color:#dce5f2;background:#fff;color:#0f172a;font-size:1.05rem;font-weight:600}.product-card--b2b .product-hero__calc-total strong{font-size:2.15rem;font-weight:600}.product-card--b2b .product-hero__summary{justify-content:flex-start;gap:12px}.product-card--b2b .product-hero__service-grid{margin-top:4px}.product-card--b2b .product-hero__calc-units{position:relative;overflow:hidden;padding:0;border-radius:10px;background:#f3f6fb}.product-card--b2b .product-hero__calc-units .calc-unit-btn{position:relative;z-index:1;border-radius:0}.product-card--b2b .product-hero__calc-units .calc-unit-btn--active{z-index:2;overflow:hidden;border-radius:8px;background:#2473d8;box-shadow:0 8px 18px #2473d833}.product-card--b2b .product-hero__calc-units .calc-unit-btn--active:after{display:none}.product-card--b2b .product-hero__manager-link{display:grid;grid-template-columns:auto minmax(0,max-content);align-items:start;justify-content:center;column-gap:12px;margin-top:8px;color:#667085;font-size:1rem;line-height:1.35}.product-card--b2b .product-hero__manager-link svg{width:24px;height:24px;margin-top:2px}.product-card--b2b .product-hero__manager-link span{display:grid;gap:6px;text-align:left}.product-card--b2b .product-hero__manager-link u{font-size:1.02rem;font-weight:600}@media(max-width:1024px){.product-card--b2b .product-hero,.product-hero__content,.product-card--b2b .product-hero__content,.product-info-grid,.quick-order__main,.product-faq__grid{grid-template-columns:1fr}.quick-order__content{padding:26px 26px 0}.quick-order__media{min-height:280px}.quick-order__media img{max-height:310px}}@media(max-width:640px){.product-hero__price-meta,.product-hero__service-grid,.product-hero__calc-input-row{grid-template-columns:1fr}.product-hero__calc{padding:24px 18px;border-radius:18px}.product-card--b2b .product-hero__calc{padding:22px 16px}.product-hero__price-main{font-size:2.5rem}.product-card--b2b .product-hero__calc-input-row,.product-card--b2b .product-card__specs--single .specs-table tbody,.product-card--b2b .quick-order__row--3col,.quick-order__footer{grid-template-columns:1fr}.quick-order__content{padding:22px 18px 0}.quick-order__media{min-height:235px}.quick-order__media img{max-height:255px}}.catalog-page{background:var(--page-bg)}.product-card--b2b{--pp-blue: #1F73E8;--pp-blue-2: #2F83FF;--pp-ink: #07152F;--pp-muted: #66768E;--pp-line: rgba(124, 143, 166, .22);--pp-soft: #F6F9FE;--pp-shadow: 0 16px 40px rgba(18, 42, 78, .08);--pp-shadow-sm: 0 8px 22px rgba(18, 42, 78, .055);display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:20px;max-width:1400px;margin:0 auto}.product-card--b2b .product-hero,.product-card--b2b .quick-order,.product-card--b2b .product-bottom-grid{grid-column:1 / -1}.product-card--b2b .product-hero{grid-template-columns:minmax(360px,420px) minmax(0,1fr);gap:28px;margin-bottom:6px}.product-card--b2b .product-hero__content{grid-template-columns:minmax(320px,1fr) minmax(300px,.86fr)}.product-hero,.product-ready,.product-order,.product-calc,.product-terms-strip,.product-card--b2b .product-card__specs,.product-docs,.product-card--b2b .product-card__description,.product-card--b2b .quick-order,.product-card--b2b .product-faq,.product-card--b2b .product-card__related{border:1px solid var(--pp-line);border-radius:10px;background:#ffffffeb;box-shadow:var(--pp-shadow-sm)}.product-card--b2b .product-card__section-title{color:var(--pp-ink);font-size:1.08rem;letter-spacing:0}.product-section-head p,.product-card--b2b .product-card__description p{color:var(--pp-muted)}.product-hero__image,.product-hero__content,.product-hero__deal-pills{border:1px solid var(--pp-line);border-radius:10px;background:#fff;box-shadow:var(--pp-shadow-sm)}.product-hero__image{padding:0}.product-hero__image .product-card__image--photo{border-radius:9px;filter:saturate(.98) contrast(1.03)}.product-hero__stock{top:auto;left:16px;bottom:16px;z-index:2;background:#ffffffeb;border-color:#22c55e42;color:#12321f;box-shadow:0 8px 18px #0f172a14}.product-hero__thumb{min-height:72px;border-color:var(--pp-line);border-radius:8px;background:#fff;box-shadow:0 7px 18px #122a4e0e;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.product-hero__thumb:hover{border-color:#1f73e873;transform:translateY(-1px)}.product-hero__thumb--active{border-color:var(--pp-blue);box-shadow:0 0 0 1px var(--pp-blue),0 10px 22px #1f73e824}.product-card--b2b .product-hero__thumb-more{border-color:#07152f2e;background:linear-gradient(135deg,#07152fb8,#07152f6b);color:#fff}.product-hero__content{padding:8px 0 0;border:0;box-shadow:none;background:transparent}.product-card--b2b .product-card__title{margin:0;color:var(--pp-ink);font-size:clamp(2rem,3vw,2.68rem);line-height:1.07;font-weight:850}.product-card--b2b .product-card__subtitle{margin:0;color:#4b5b72;font-size:.875rem;line-height:1.5}.product-hero__price-main{color:var(--pp-blue);font-size:clamp(2.05rem,3.1vw,2.72rem);letter-spacing:0}.product-hero__price-caption,.product-hero__price-meta small{color:var(--pp-muted)}.product-hero__price-meta{color:#24324a;font-size:.92rem}.product-hero__calc{max-width:none;padding:20px;border:1px solid rgba(124,143,166,.16);border-radius:10px;background:linear-gradient(135deg,#f7fbfff2,#fffffffa);box-shadow:var(--pp-shadow-sm)}.product-hero__calc-title{color:var(--pp-ink);font-size:1rem}.product-hero__calc-units{gap:0;padding:0;border-color:#7c8fa629;border-radius:8px;background:#fff;box-shadow:inset 0 1px #ffffffd9}.product-hero__calc-units .calc-unit-btn{min-height:42px;color:#24324a;text-transform:none}.product-hero__calc-units .calc-unit-btn--active{background:linear-gradient(180deg,var(--pp-blue-2),var(--pp-blue));box-shadow:0 8px 16px #1f73e833}.product-hero__calc-input,.product-hero__calc-unit,.quick-order__input,.quick-order__textarea{border-color:#7c8fa633;background:#fff;box-shadow:inset 0 1px #ffffffe6}.product-hero__calc-input[type=number],.qty-popup__input[type=number]{appearance:textfield;-webkit-appearance:textfield;-moz-appearance:textfield}.product-hero__calc-input[type=number]::-webkit-outer-spin-button,.product-hero__calc-input[type=number]::-webkit-inner-spin-button,.qty-popup__input[type=number]::-webkit-outer-spin-button,.qty-popup__input[type=number]::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.product-hero__calc-result{border-color:#7c8fa624;background:#ffffffd6;box-shadow:0 8px 18px #122a4e0b}.product-hero__calc-result>svg,.product-use-item__icon,.product-terms-strip svg{color:var(--pp-blue)}.product-hero__calc-total strong{color:var(--pp-blue)}.product-hero__price-main{background:none;-webkit-text-fill-color:currentColor;color:var(--pp-ink)}.product-hero__actions{max-width:none;gap:12px}.product-card--b2b .product-card__cart-btn,.product-card--b2b .calc-cart-btn,.product-card--b2b .quick-order__btn{border-color:transparent;background:linear-gradient(180deg,var(--pp-blue-2),var(--pp-blue));box-shadow:0 12px 22px #1f73e838}.product-card--b2b .product-card__invoice-btn{border-color:#7c8fa62e;background:#fff;color:var(--pp-blue);box-shadow:0 8px 18px #122a4e0e}.product-card--b2b .product-card__call-btn{min-height:34px;color:var(--pp-blue);text-decoration:none;box-shadow:none}.product-card--b2b .product-card__specs,.product-docs,.product-order,.product-card--b2b .product-card__description,.product-card--b2b .product-faq,.product-card--b2b .product-card__related{padding:24px 26px}.product-card--b2b .product-card__specs,.product-card--b2b .product-card__description,.product-docs,.product-order{margin-bottom:0}.product-card--b2b .product-card__description{align-self:stretch}.product-card--b2b .product-hero__price-meta small{font-size:.6rem;line-height:1.25;white-space:nowrap}.product-card--b2b .product-hero__price-meta{gap:16px}.product-card--b2b .product-hero__price-meta span{min-height:99px;padding:22px 24px}.product-card--b2b .product-hero__price-meta b{font-size:.98rem;line-height:1.2}.product-card--b2b .product-info-grid{grid-column:1 / -1;width:100%}.product-card--b2b .product-info-grid{grid-template-columns:minmax(0,1fr) minmax(320px,420px)}.product-info-grid>.product-info-side{display:contents}.product-info-grid>.product-card__specs{grid-column:1 / -1;order:2}.product-info-side>.product-hero__deal-pills--info{grid-column:1 / -1;order:1}.product-info-side>.product-docs{grid-column:1 / 2;order:3}.product-docs-cta{display:flex;grid-column:2 / 3;order:3;align-items:center;justify-content:space-between;gap:24px;min-width:0;min-height:150px;padding:28px 34px;border:1px solid rgba(232,238,247,.95);border-radius:18px;background:linear-gradient(135deg,#f9fbff,#fff 46%,#f2f7ff);box-shadow:0 10px 30px #122a4e0f}.product-docs-cta__copy{min-width:0}.product-docs-cta h2{margin:0 0 12px;color:var(--pp-ink);font-size:1rem;line-height:1.25;font-weight:760}.product-docs-cta p{margin:0 0 7px;color:#5f6f86;font-size:.94rem;line-height:1.35;font-weight:650}.product-docs-cta p:last-child{margin-bottom:0}.product-docs-cta__btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;font-family:var(--font);cursor:pointer;border:2px solid rgba(26,102,214,.36);border-radius:10px;background:#fff;color:var(--pp-blue);box-shadow:0 8px 18px #1a66d614;font-size:.96rem;font-weight:760;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.product-docs-cta__btn:hover{border-color:#1a66d6ad;box-shadow:0 12px 24px #1a66d624;transform:translateY(-1px)}.product-card--b2b .product-card__description.product-application{grid-column:1 / -1;width:100%}.product-lightbox{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:32px;background:#0f172ac7}.product-lightbox.product-lightbox--open{display:flex}.product-lightbox__image{max-width:min(92vw,1040px);max-height:86vh;object-fit:contain}.product-lightbox__close,.product-lightbox__arrow{position:absolute;display:inline-flex;align-items:center;justify-content:center;border:0;background:#fffffff5;color:#0f172a;cursor:pointer}.product-lightbox__close{top:24px;right:24px;width:44px;height:44px;border-radius:50%;font-size:2rem;line-height:1}.product-lightbox__arrow{top:50%;width:48px;height:56px;border-radius:12px;transform:translateY(-50%)}.product-lightbox__arrow--prev{left:24px}.product-lightbox__arrow--next{right:24px}.product-lightbox__arrow svg{width:28px;height:28px}.product-card--b2b .product-order,.product-card--b2b .quick-order,.product-card--b2b .product-bottom-grid{grid-column:1 / -1;width:100%}.product-card--b2b .specs-table td{padding:9px 0;border-bottom-color:#7c8fa62e}.product-card--b2b .specs-label{color:#4f6077}.product-card--b2b .specs-value{color:var(--pp-ink);font-weight:780}.product-use-grid{gap:14px;margin-top:18px}.product-use-item{grid-template-columns:1fr;min-height:154px;padding:18px;border-color:#7c8fa624;border-radius:8px;background:linear-gradient(180deg,#fff,#fafcff);box-shadow:0 8px 18px #122a4e0b}.product-use-item__icon{width:34px;height:34px;border-radius:10px;background:#eef5ff}.product-use-item h3{color:var(--pp-ink)}.product-use-item p{max-width:none;color:#4f6077;font-size:.82rem}.product-order__steps:before{top:45px;height:3px;background:linear-gradient(90deg,#2f83ff3d,#2f83ffcc,#2f83ff3d)}.product-order__step span{width:44px;height:44px;margin-bottom:14px;background:linear-gradient(180deg,#78B0FF,var(--pp-blue));border:4px solid #DDEBFF;box-shadow:0 9px 18px #1f73e82e;font-size:1rem}.product-order__step:nth-child(2) span,.product-order__step:nth-child(3) span,.product-order__step:nth-child(4) span,.product-order__step:nth-child(5) span{background:linear-gradient(180deg,#78B0FF,var(--pp-blue));box-shadow:0 9px 18px #1f73e82e}.product-order__step h3{color:var(--pp-ink);font-size:.88rem}.product-order__step p{color:#718199;font-size:.8rem}.product-docs__item{border-bottom-color:#7c8fa62e}.product-docs__item small,.product-section-link{color:var(--pp-blue)}.product-card--b2b .quick-order{position:relative;overflow:hidden;padding:0;background:radial-gradient(circle at 88% 22%,rgba(47,131,255,.18),transparent 30%),linear-gradient(135deg,#fff,#f8fbff 56%,#eaf4ff)}.product-card--b2b .quick-order:after{display:none}.product-card--b2b .quick-order__main{grid-template-columns:minmax(0,1fr) minmax(300px,360px);gap:30px;min-height:452px}.product-card--b2b .quick-order__content{padding:32px 0 32px 34px}.product-card--b2b .quick-order__media{display:flex}.product-card--b2b .quick-order__media img{width:min(92%,330px);max-height:430px}.product-card--b2b .quick-order__form{position:relative;z-index:1;grid-template-columns:1fr}.product-card--b2b .quick-order__field--channel,.product-card--b2b .quick-order__row--3col,.product-card--b2b .quick-order__textarea,.product-card--b2b .quick-order__upload,.product-card--b2b .quick-order__footer,.product-card--b2b .quick-order__consent,.product-card--b2b .quick-order__btn{grid-column:1 / -1}.product-card--b2b .quick-order__upload{grid-row:auto;align-self:auto;min-height:78px;border-color:#1f73e847;background:#ffffffb8}.product-card--b2b .quick-order__footer{display:grid;grid-template-columns:minmax(176px,196px) minmax(0,1fr);gap:14px;align-items:center}.product-card--b2b .product-bottom-grid{display:grid;grid-template-columns:1fr;gap:20px}.product-card--b2b .product-card__related,.product-card--b2b .product-faq{width:100%}.product-card--b2b .product-faq,.product-card--b2b .product-card__related{margin-bottom:0}.product-card--b2b .related-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-card--b2b .related-card{border-color:#7c8fa62e;background:#fff;box-shadow:0 8px 18px #122a4e0b}.product-card--b2b .related-card:hover{border-color:#1f73e88c;box-shadow:0 14px 26px #1f73e81f}.product-card--b2b .related-card__diam,.product-card--b2b .related-card__price{color:var(--pp-blue)}.product-card--b2b .faq-item{border-color:#7c8fa62e;background:#fff;box-shadow:none}.product-card--b2b .faq-question{color:var(--pp-ink)}@media(max-width:1024px){.product-card--b2b,.product-card--b2b .product-hero,.product-card--b2b .product-bottom-grid,.product-card--b2b .quick-order__form{grid-template-columns:1fr}.product-card--b2b .quick-order__row--3col,.product-card--b2b .quick-order__textarea,.product-card--b2b .quick-order__consent,.product-card--b2b .quick-order__upload,.product-card--b2b .quick-order__btn{grid-column:auto;grid-row:auto}.product-info-grid>.product-info-side{grid-template-columns:1fr}.product-info-side>.product-docs,.product-docs-cta{grid-column:1}}@media(max-width:640px){.product-card--b2b,.product-card--b2b .product-hero{gap:16px}.product-hero__content{order:0;padding:0}.product-hero__image{min-height:250px}.product-card--b2b .product-card__title{font-size:1.9rem}.product-hero__calc{padding:16px}.product-hero__calc-units .calc-unit-btn{padding-left:4px;padding-right:4px;font-size:.82rem}.product-card--b2b .product-card__specs,.product-docs,.product-order,.product-card--b2b .product-card__description,.product-card--b2b .product-faq,.product-card--b2b .product-card__related,.product-card--b2b .quick-order{padding:20px 16px}.product-use-item{min-height:0}.product-card--b2b .related-grid{grid-template-columns:1fr 1fr}.product-docs-cta{flex-direction:column;align-items:flex-start;min-height:0;padding:22px 18px}.product-docs-cta__btn{width:100%}.product-card--b2b .quick-order:after{display:none}}.product-card--b2b .product-docs{min-height:500px;padding:36px 34px;border:1px solid #DDE8F6;border-radius:18px;background:#fff;box-shadow:0 12px 34px #122a4e0b}.product-docs__header{display:flex;align-items:flex-start;gap:22px;margin-bottom:34px}.product-docs__header-icon,.product-docs__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--pp-blue);background:#eef6ff;flex:0 0 auto}.product-docs__header-icon{width:52px;height:52px;background:transparent}.product-docs__header-icon svg{width:52px;height:52px}.product-docs__header h2{margin:2px 0 12px;font-size:1.76rem;line-height:1.15}.product-docs__header p{margin:0;color:#66758d;font-size:1.08rem;line-height:1.45;font-weight:550}.product-docs__list{display:grid;gap:0;margin-top:0}.product-docs__item{display:grid;grid-template-columns:74px minmax(0,1fr) auto 22px;align-items:center;gap:18px;min-height:90px;padding:12px 0;border-bottom:1px solid #E3EAF3;color:#0f172a;font-weight:650}.product-docs__item:last-child{border-bottom:0}.product-docs__icon{width:58px;height:58px;border-radius:12px}.product-docs__icon svg{width:32px;height:32px}.product-docs__name{min-width:0;font-size:1.02rem;line-height:1.25}.product-docs__item small{color:var(--pp-blue);font-size:.94rem;font-weight:650;white-space:nowrap}.product-docs__chevron{color:var(--pp-blue);font-size:2rem;line-height:1}.product-card--b2b .product-docs-cta{flex-direction:column;align-items:stretch;justify-content:center;gap:22px;min-height:500px;padding:34px 44px;border:1px solid #CFE0F7;border-radius:18px;background:radial-gradient(circle at 30% 15%,#FFFFFF 0,#FFFFFF 30%,transparent 31%),linear-gradient(145deg,#f8fbff,#fff 48%,#f1f7ff);box-shadow:0 12px 34px #122a4e0b}.product-docs-cta__illustration{position:relative;display:flex;justify-content:center;min-height:164px}.product-docs-cta__illustration svg{width:min(72%,230px);height:auto;filter:drop-shadow(0 16px 20px rgba(31,115,232,.18))}.product-docs-cta__dots{position:absolute;top:16px;right:48px;width:86px;height:62px;background-image:radial-gradient(circle,#D5E6FF 3px,transparent 4px);background-size:18px 18px}.product-docs-cta__copy{max-width:380px}.product-docs-cta h2{margin:0 0 18px;color:var(--pp-ink);font-size:1.55rem;line-height:1.18;font-weight:760}.product-docs-cta p{margin:0;color:#66758d;font-size:1.06rem;line-height:1.5;font-weight:560}.product-docs-cta__chips{display:flex;flex-wrap:wrap;gap:12px}.product-docs-cta__chips span{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 16px;border-radius:999px;background:#eef6ff;color:var(--pp-blue);font-size:.94rem;font-weight:650}.product-docs-cta__chips svg{width:18px;height:18px}.product-card--b2b .product-docs-cta__btn{width:100%;min-height:62px;gap:14px;border:0;border-radius:12px;background:linear-gradient(180deg,#2f84ff,#176bef);color:#fff;box-shadow:0 18px 34px #1f73e838;font-size:1.18rem}.product-docs-cta__btn svg{width:24px;height:24px}.product-card--b2b .quick-order__eyebrow{display:none}.product-card--b2b .quick-order__footer{grid-template-columns:minmax(130px,150px) minmax(0,1fr);gap:18px;justify-content:start}.product-card--b2b .quick-order__btn{grid-column:auto;width:100%;min-width:0;min-height:48px;padding:0 18px;white-space:nowrap}.product-card--b2b .quick-order__consent{grid-column:auto;display:flex;align-items:center;gap:10px;color:#6b7280;line-height:1.35}.product-card--b2b .quick-order__consent input{flex:0 0 auto;margin:0}.product-order__step:hover{transform:none;box-shadow:none}.product-order__step:hover span{background:linear-gradient(180deg,#78B0FF,var(--pp-blue));color:#fff;box-shadow:0 9px 18px #1f73e82e}.product-card--b2b .product-card__related{padding:28px;border:1px solid #DDE8F6;border-radius:12px;background:#fff;box-shadow:0 10px 28px #122a4e0b}.related-carousel{position:relative;padding:0 66px}.product-card--b2b .related-grid{display:flex;gap:14px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.product-card--b2b .related-grid::-webkit-scrollbar{display:none}.product-card--b2b .related-card{flex:0 0 calc((100% - 42px)/4);align-items:flex-start;min-height:266px;padding:16px 18px 18px;border:1px solid #E2EAF4;border-radius:12px;background:#fff;box-shadow:0 10px 22px #122a4e0b;text-align:left;transform:none;scroll-snap-align:start}.product-card--b2b .related-card:hover{transform:none;border-color:var(--pp-blue);box-shadow:0 0 0 2px #1a66d629,0 14px 28px #1f73e81a}.related-card__image-wrap{display:flex;align-items:center;justify-content:center;width:100%;height:112px;margin-bottom:12px}.product-card--b2b .related-card__image{width:100%;height:112px;object-fit:contain;margin:0}.product-card--b2b .related-card__diam{margin:0 0 10px;color:var(--pp-ink);font-size:1.02rem;line-height:1.25;font-weight:760}.product-card--b2b .related-card__name{margin:0 0 14px;color:#9aa7b8;font-size:.84rem;line-height:1.2;font-weight:650}.product-card--b2b .related-card__price{margin:0 0 6px;color:var(--pp-ink);font-size:1.14rem;line-height:1.15;font-weight:780}.product-card--b2b .related-card__price span{color:#68758a;font-size:.82rem}.product-card--b2b .related-card__price-m{color:#68758a;font-size:.85rem;font-weight:650}.product-card--b2b .related-card__stock{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding:4px 8px;border-radius:999px;background:#f2fbf6;color:#22a36a;font-size:.78rem;font-weight:650}.product-card--b2b .related-card__stock span{width:8px;height:8px;border-radius:50%;background:#d9e400;box-shadow:0 0 0 2px #d9e40038}.related-carousel__arrow{position:absolute;top:50%;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border:1px solid #E2EAF4;border-radius:50%;background:#fff;color:#17355e;box-shadow:0 8px 18px #122a4e0b;transform:translateY(-50%)}.related-carousel__arrow svg{width:24px;height:24px}.related-carousel__arrow--prev{left:0}.related-carousel__arrow--next{right:0}.product-card--b2b .product-use-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.product-card--b2b .product-use-item{display:block;min-height:0;padding:24px;border:1px solid #E2E8F0;border-left:4px solid var(--pp-blue);border-radius:8px;background:#f8fafc;box-shadow:none;transition:border-color .2s ease,box-shadow .2s ease}.product-card--b2b .product-use-item:nth-child(2){border-left-color:#3182ce}.product-card--b2b .product-use-item:nth-child(3){border-left-color:#7c3aed}.product-card--b2b .product-use-item:nth-child(4){border-left-color:#16a34a}.product-card--b2b .product-use-item:hover{transform:none;border-top-color:#e2e8f0;border-right-color:#e2e8f0;border-bottom-color:#e2e8f0;box-shadow:0 8px 24px #122a4e12}.product-card--b2b .product-use-item__icon{display:none}.product-card--b2b .product-use-item h3{margin:0 0 12px;color:#1e293b;font-size:.98rem;line-height:1.3;font-weight:760}.product-card--b2b .product-use-item p{margin:0;color:#475569;font-size:.9rem;line-height:1.65}@media(max-width:1024px){.product-card--b2b .product-docs,.product-card--b2b .product-docs-cta{min-height:0}.product-card--b2b .related-grid{display:flex}.product-card--b2b .related-card{flex-basis:calc((100% - 14px)/2)}}@media(max-width:640px){.product-docs__item{grid-template-columns:54px minmax(0,1fr)}.product-docs__item small,.product-docs__chevron{display:none}.product-card--b2b .quick-order__footer,.product-card--b2b .related-grid{display:flex}.product-card--b2b .related-card{flex-basis:100%}.related-carousel{padding:0}.related-carousel__arrow{display:none}}.product-card--b2b .product-hero__gallery>.product-hero__deal-pills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;width:100%;margin-top:16px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.product-card--b2b .product-hero__gallery>.product-hero__deal-pills .product-hero__trust-pill{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;align-items:center;min-height:76px;padding:14px 18px;border:0;border-bottom:1px solid #E7EEF8;border-radius:0;background:#fff;color:#66758d;box-shadow:none;font-size:1.05rem;line-height:1.3;font-weight:700}.product-card--b2b .product-hero__gallery>.product-hero__deal-pills .product-hero__trust-pill:nth-child(odd){border-right:1px solid #E7EEF8}.product-card--b2b .product-hero__gallery>.product-hero__deal-pills .product-hero__trust-pill:nth-child(5),.product-card--b2b .product-hero__gallery>.product-hero__deal-pills .product-hero__trust-pill:nth-child(6){border-bottom:0}.product-card--b2b .product-hero__gallery>.product-hero__deal-pills .product-hero__trust-pill:nth-child(1){order:3}.product-card--b2b .product-hero__gallery>.product-hero__deal-pills .product-hero__trust-pill:nth-child(2){order:1}.product-card--b2b .product-hero__gallery>.product-hero__deal-pills .product-hero__trust-pill:nth-child(3){order:5}.product-card--b2b .product-hero__gallery>.product-hero__deal-pills .product-hero__trust-pill:nth-child(4){order:2}.product-card--b2b .product-hero__gallery>.product-hero__deal-pills .product-hero__trust-pill:nth-child(5){order:6}.product-card--b2b .product-hero__gallery>.product-hero__deal-pills .product-hero__trust-pill:nth-child(6){order:4}.product-card--b2b .product-hero__gallery>.product-hero__deal-pills .product-hero__trust-pill:hover{transform:none;border-color:#e7eef8;background:#fff;box-shadow:none}.product-card--b2b .product-hero__gallery>.product-hero__deal-pills .product-hero__trust-pill svg{width:38px;height:38px;padding:9px;border-radius:50%;background:#eef6ff;color:var(--pp-blue)}.product-card--b2b .quick-order__footer{grid-template-columns:minmax(260px,300px) minmax(0,1fr)}.product-card--b2b .product-docs{min-height:250px;padding:18px 20px}.product-docs__header{gap:12px;margin-bottom:14px}.product-docs__header-icon,.product-docs__header-icon svg{width:32px;height:32px}.product-docs__header h2{margin:0 0 6px;font-size:1.08rem}.product-docs__header p{font-size:.78rem;line-height:1.35}.product-docs__item{grid-template-columns:42px minmax(0,1fr) auto 16px;gap:10px;min-height:45px;padding:6px 0}.product-docs__icon{width:34px;height:34px;border-radius:9px}.product-docs__icon svg{width:20px;height:20px}.product-docs__name{font-size:.78rem}.product-docs__item small{font-size:.72rem}.product-docs__chevron{font-size:1.35rem}.product-card--b2b .product-docs-cta{min-height:250px;padding:18px 24px;gap:10px}.product-docs-cta__illustration{min-height:76px}.product-docs-cta__illustration svg{width:min(48%,132px)}.product-docs-cta__dots{top:4px;right:66px;width:54px;height:36px;background-size:13px 13px}.product-docs-cta h2{margin-bottom:8px;font-size:1.08rem}.product-docs-cta p{font-size:.8rem;line-height:1.35}.product-docs-cta__chips{gap:8px}.product-docs-cta__chips span{min-height:28px;padding:0 10px;font-size:.72rem}.product-docs-cta__chips svg{width:14px;height:14px}.product-card--b2b .product-docs-cta__btn{min-height:40px;gap:10px;font-size:.9rem}.product-docs-cta__btn svg{width:18px;height:18px}@media(min-width:1025px){.product-info-side>.product-docs{padding-top:26px;padding-bottom:22px}.product-info-side>.product-docs .product-docs__item{grid-template-columns:30px minmax(0,1fr) auto 16px;min-height:0;padding:9px 0}.product-info-side>.product-docs .product-docs__icon{width:22px;height:22px;border-radius:6px}.product-info-side>.product-docs .product-docs__icon svg{width:13px;height:13px}}.related-carousel__arrow{cursor:pointer;transition:opacity .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.related-carousel__arrow:not(:disabled):hover{border-color:var(--pp-blue);color:var(--pp-blue);box-shadow:0 10px 22px #1a66d629}.related-carousel__arrow:disabled{opacity:.4;color:#9aa7b8;border-color:#edf1f7;box-shadow:none;cursor:default}.product-card--b2b .product-card__specs--single .specs-table tr:hover td{background:transparent}.product-card--b2b .related-card__diam{transition:color .2s ease}.product-card--b2b .related-card:hover .related-card__diam{color:var(--pp-blue)}.product-card--b2b .related-card:hover .related-card__price{color:var(--pp-ink)}.price-actual-line{display:inline-flex;align-items:center}.price-actual-dot{display:inline-block;flex:0 0 auto;width:8px;height:8px;margin-right:7px;border-radius:50%;background:#49b972;box-shadow:0 0 #49b9728c;animation:priceActualPulse 1.8s ease-out infinite}@keyframes priceActualPulse{0%{box-shadow:0 0 #49b9728c}70%{box-shadow:0 0 0 8px #49b97200}to{box-shadow:0 0 #49b97200}}.product-card--b2b .product-hero__thumb img{border-radius:6px}@media(max-width:1024px){.product-card.product-card--b2b,.product-card--b2b .product-hero__content{grid-template-columns:minmax(0,1fr)}.product-card--b2b .quick-order,.product-card--b2b .quick-order__main{display:block;width:100%}.product-card--b2b .product-info-grid,.product-card--b2b .product-info-side{display:flex;flex-direction:column;gap:16px;width:100%}.product-card--b2b .product-info-grid>*,.product-card--b2b .product-info-side>*{order:0}.product-card--b2b .product-card__specs--single .specs-table,.product-card--b2b .product-card__specs--single .specs-table tbody{display:block}.product-card--b2b .product-card__specs--single .specs-table tr{display:flex;justify-content:space-between;align-items:baseline;gap:16px}.product-card--b2b .product-card__specs--single .specs-label:before{display:none}.product-card--b2b .product-order__steps{grid-template-columns:1fr}.product-card--b2b .product-order__step span{grid-row:1 / 3;align-self:start}.product-card--b2b .product-order__step h3,.product-card--b2b .product-order__step p{grid-column:2;margin:0}.product-card--b2b .related-card{flex:0 0 82%}.product-card--b2b .product-hero__thumbs{gap:8px}.product-card--b2b .product-hero__thumb{min-height:0}.product-card--b2b .product-info-grid>.product-card__specs{display:block;height:auto}.product-card--b2b .product-info-grid .specs-table{flex:none}.logo-img{height:30px}.product-card--b2b .product-info-grid,.product-card--b2b .quick-order{margin-bottom:0}.product-card--b2b .product-bottom-grid{display:flex;flex-direction:column;gap:16px;width:100%}.product-card--b2b .quick-order__media{display:none}.product-card--b2b .quick-order__footer{display:flex;flex-direction:column;align-items:stretch;gap:14px}.product-card--b2b .quick-order__btn{width:100%}}.subcat-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:720px;margin:4px 0 26px}.subcat-card{display:flex;align-items:center;gap:14px;padding:12px 16px;background:#fff;border:1px solid var(--gray-200);border-radius:12px;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s}.subcat-card:hover{border-color:var(--primary);box-shadow:0 8px 20px #1a66d61f;transform:translateY(-2px)}.subcat-card--tip{position:relative}.subcat-tip{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:40;padding:12px 14px;background:var(--dark-800, #1E293B);color:#fff;font-size:13px;line-height:1.5;font-weight:400;border-radius:10px;box-shadow:0 12px 28px #0f172a38;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .16s ease,transform .16s ease,visibility .16s;pointer-events:none}.subcat-tip:before{content:"";position:absolute;bottom:100%;left:28px;border:6px solid transparent;border-bottom-color:var(--dark-800, #1E293B)}.subcat-tip__label{display:block;margin-bottom:3px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#93c5fd}.subcat-card--tip:hover .subcat-tip,.subcat-card--tip:focus-visible .subcat-tip{opacity:1;visibility:visible;transform:translateY(0);transition-delay:.12s}@media(hover:none){.subcat-tip{display:none}}.subcat-card__img{flex:0 0 auto;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--gray-100);border-radius:10px}.subcat-card__img img{width:44px;height:44px;object-fit:contain}.subcat-card__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.subcat-card__title{font-size:15px;font-weight:700;color:var(--dark-800)}.subcat-card__title small{font-size:13px;font-weight:500;color:var(--gray-500);white-space:nowrap}.subcat-card__count{font-size:13px;color:var(--gray-500)}.subcat-card__arrow{flex:0 0 auto;width:20px;height:20px;color:var(--gray-300);transition:transform .15s,color .15s}.subcat-card:hover .subcat-card__arrow{color:var(--primary);transform:translate(3px)}.subcat-card{cursor:pointer}.subcat-card__check{flex:0 0 auto;width:20px;height:20px;color:var(--primary);display:none}.subcat-card.is-active{border-color:var(--primary);background:#1a66d60f;box-shadow:0 8px 20px #1a66d61f}.subcat-card.is-active .subcat-card__title{color:var(--primary)}.subcat-card.is-active .subcat-card__img{background:#1a66d61f}.subcat-card.is-active .subcat-card__arrow{display:none}.subcat-card.is-active .subcat-card__check{display:block}.subcat-cards--2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:740px}.subcat-cards--3{grid-template-columns:repeat(3,minmax(0,1fr));max-width:1080px}.subcat-cards--4{grid-template-columns:repeat(4,minmax(0,1fr));max-width:none}.subcat-cards--5{grid-template-columns:repeat(5,minmax(0,1fr));max-width:none}@media(max-width:1100px){.subcat-cards--5{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:860px){.subcat-cards--5{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:560px){.subcat-cards--5{grid-template-columns:repeat(2,minmax(0,1fr))}}.subcat-cards--below-header{margin-top:-4px;margin-bottom:28px}.subcat-cards--above-header{margin-top:28px;margin-bottom:12px}.catalog-header--tight{padding-bottom:14px}@media(max-width:560px){.subcat-cards{grid-template-columns:1fr}}@media(max-width:1180px){.subcat-cards--4{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.subcat-cards--3,.subcat-cards--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.subcat-cards--3,.subcat-cards--4{grid-template-columns:1fr}}.popular-sets{margin:8px 0 28px}.popular-sets__title{font-size:20px;font-weight:700;color:var(--dark-800);margin-bottom:16px}.popular-sets__bar{position:relative;display:flex;align-items:center;gap:10px}.popular-sets__row{display:flex;flex-wrap:nowrap;gap:10px;flex:1 1 auto;min-width:0;overflow:hidden}.popular-sets__row.is-expanded{position:absolute;top:0;left:0;right:0;z-index:60;flex-wrap:wrap;overflow:visible;background:#fff;border:1px solid var(--gray-200);border-radius:14px;box-shadow:0 14px 38px #0f1e3c2e;padding:12px 14px;max-height:62vh;overflow-y:auto}.popular-set{flex:0 0 auto;display:inline-flex;align-items:center;padding:9px 18px;background:#fff;border:1px solid var(--gray-200);border-radius:999px;cursor:pointer;white-space:nowrap;font:inherit;font-size:14px;font-weight:500;color:var(--dark-800);transition:border-color .15s,background .15s,color .15s}.popular-set:hover{border-color:var(--primary);background:var(--primary-light);color:var(--primary)}.popular-set__icon{width:18px;height:18px;margin:-1px 7px -1px -3px;flex-shrink:0;color:var(--primary)}.popular-set:hover .popular-set__icon{color:var(--primary)}.popular-set--hidden{display:none}.popular-sets__row.is-expanded .popular-set--hidden{display:inline-flex}.popular-set.is-active{border-color:var(--primary);background:var(--primary-light);color:var(--primary);gap:8px;padding-right:12px}.popular-set__remove{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:var(--primary);color:#fff;font-size:14px;line-height:1}.popular-set.is-active:hover .popular-set__remove,.popular-set__remove:hover{background:var(--primary-dark)}.popular-sets__toggle{flex:0 0 auto;margin-left:auto;position:relative;z-index:61;display:inline-flex;align-items:center;gap:6px;padding:9px 18px;background:#fff;border:1px solid var(--gray-200);border-radius:999px;cursor:pointer;font-size:14px;font-weight:600;color:var(--primary);white-space:nowrap;transition:border-color .15s,background .15s}.popular-sets__toggle[hidden]{display:none}.popular-sets__row.is-expanded~.popular-sets__toggle{position:absolute;top:12px;right:14px;margin-left:0}.popular-sets__toggle:hover{border-color:var(--primary);background:var(--primary-light)}.popular-sets__toggle-icon{width:18px;height:18px;flex:0 0 auto;transition:transform .2s}.popular-sets__toggle[aria-expanded=true] .popular-sets__toggle-icon{transform:rotate(180deg)}@media(max-width:760px){.popular-sets__bar{display:block}.popular-sets__row{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.popular-sets__row::-webkit-scrollbar{display:none}.popular-sets__row:after{content:"";flex:0 0 26px}.popular-sets__row .popular-set--hidden{display:inline-flex}.popular-sets__bar .popular-sets__toggle{display:none}.popular-sets__row{-webkit-mask-image:linear-gradient(to right,#000 calc(100% - 60px),transparent);mask-image:linear-gradient(to right,#000 calc(100% - 60px),transparent)}.popular-sets__bar.is-scroll-end .popular-sets__row{-webkit-mask-image:none;mask-image:none}}.catalog-layout{display:grid;grid-template-columns:317px minmax(0,1fr);gap:28px;align-items:start;margin-bottom:48px}.catalog-filters{background:#fff;border:1px solid var(--gray-200);border-radius:14px;padding:6px 18px 18px;position:sticky;top:calc(var(--header-h, 137px) + 16px);max-height:calc(100vh - var(--header-h, 137px) - 32px);overflow-y:auto}.catalog-filters__head{display:flex;align-items:center;justify-content:space-between;padding:14px 0 12px;border-bottom:1px solid var(--gray-200);margin-bottom:6px}.catalog-filters__title{font-size:17px;font-weight:700;color:var(--dark-800)}.catalog-filters__reset{font-size:13px;color:var(--primary);font-weight:500;background:none;border:none;cursor:pointer;padding:0}.catalog-filters__reset:hover{text-decoration:underline}.flt-group{border-bottom:1px solid var(--gray-100);padding:4px 0}.flt-group:last-of-type{border-bottom:none}.flt-group__head{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 0;background:none;border:none;cursor:pointer;font-size:14px;font-weight:600;color:var(--dark-800);text-align:left}.flt-group__head svg{width:18px;height:18px;color:var(--gray-400);transition:transform .2s}.flt-group__head[aria-expanded=false] svg{transform:rotate(-90deg)}.flt-group__body{padding:2px 0 12px;display:block}.flt-group__head[aria-expanded=false]+.flt-group__body{display:none}.flt-check{display:flex;align-items:center;gap:10px;padding:7px 0;cursor:pointer;font-size:14px}.flt-check input{position:absolute;opacity:0;width:0;height:0}.flt-check__box{width:18px;height:18px;flex-shrink:0;border:1.5px solid var(--gray-300);border-radius:5px;position:relative;transition:.15s}.flt-check input:checked+.flt-check__box{background:var(--primary);border-color:var(--primary)}.flt-check input:checked+.flt-check__box:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.flt-check input:focus-visible+.flt-check__box{box-shadow:0 0 0 3px var(--primary-glow)}.flt-check__label{color:var(--dark-700)}.flt-check__count{margin-left:auto;color:var(--gray-400);font-size:13px}.flt-range{display:flex;gap:10px;margin-bottom:12px}.flt-range__field{flex:1;display:flex;align-items:center;gap:6px;border:1.5px solid var(--gray-200);border-radius:8px;padding:0 10px;height:38px;transition:border-color .15s}.flt-range__field:focus-within{border-color:var(--primary)}.flt-range__field span{font-size:13px;color:var(--gray-400)}.flt-range__field input{width:100%;border:none;outline:none;background:none;font-size:14px;color:var(--dark-800);padding:0}.flt-slider{-webkit-appearance:none;appearance:none;width:100%;height:4px;border-radius:3px;background:var(--gray-200);margin:4px 0 14px;cursor:pointer}.flt-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--primary);border:3px solid #fff;box-shadow:0 1px 4px #00000040;cursor:pointer}.flt-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--primary);border:3px solid #fff;cursor:pointer}.flt-presets,.flt-chips{display:flex;flex-wrap:wrap;gap:8px}.flt-presets button,.flt-chip{padding:6px 12px;font-size:13px;font-weight:500;background:var(--gray-100);color:var(--dark-700);border:1.5px solid transparent;border-radius:7px;cursor:pointer;transition:.15s}.flt-presets button:not(:disabled):hover,.flt-chip:not(:disabled):hover{background:var(--primary-light);color:var(--primary)}.flt-presets button.is-active,.flt-chip.is-active{background:var(--primary-light);color:var(--primary);border-color:var(--primary)}.flt-chip:disabled,.flt-chip.is-disabled{opacity:.4;color:var(--gray-400);background:var(--gray-100);border-color:transparent;cursor:not-allowed;text-decoration:line-through;text-decoration-color:var(--gray-300)}.flt-check.is-disabled{opacity:.45;cursor:not-allowed}.flt-check.is-disabled .flt-check__label{text-decoration:line-through;text-decoration-color:var(--gray-300)}.flt-chips--clamp{overflow:hidden;transition:max-height .2s ease}.flt-chips--limit .flt-chip--extra{display:none}.flt-chips--limit.is-expanded .flt-chip--extra{display:inline-block}.flt-checks--limit .flt-check--extra{display:none}.flt-checks--limit.is-expanded .flt-check--extra{display:flex}.flt-chips__toggle{flex-basis:100%;margin-top:2px;padding:4px 2px;background:none;border:none;cursor:pointer;text-align:left;font-size:13px;font-weight:600;color:var(--primary)}.flt-chips__toggle:hover{text-decoration:underline}.catalog-filters__apply{display:none;width:100%;margin-top:16px;padding:13px;border:none;border-radius:9px;background:var(--primary);color:#fff;font-size:15px;font-weight:600;cursor:pointer}.catalog-filters__apply:hover{background:var(--primary-dark)}.catalog-main{min-width:0}.catalog-chips{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:14px 16px;margin-bottom:16px;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:10px}.catalog-chips[hidden]{display:none}.catalog-chips__label{font-size:14px;font-weight:600;color:var(--dark-700)}.catalog-chips__list{display:flex;flex-wrap:wrap;gap:8px}.catalog-chip{display:inline-flex;align-items:center;gap:7px;padding:6px 8px 6px 12px;background:#fff;border:1px solid var(--primary);border-radius:20px;font-size:13px;color:var(--primary);font-weight:500}.catalog-chip button{width:18px;height:18px;line-height:1;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:var(--primary-light);color:var(--primary);font-size:15px;cursor:pointer}.catalog-chip button:hover{background:var(--primary);color:#fff}.catalog-chips__clear{margin-left:auto;font-size:13px;color:var(--primary);font-weight:500;background:none;border:none;cursor:pointer}.catalog-chips__clear:hover{text-decoration:underline}.catalog-toolbar{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:0 0 16px;margin-bottom:4px}.catalog-toolbar__filters-btn{display:none;align-items:center;gap:8px;padding:9px 14px;border:1.5px solid var(--gray-200);border-radius:9px;background:#fff;color:var(--dark-700);font-size:14px;font-weight:600;cursor:pointer}.catalog-toolbar__filters-btn svg{width:18px;height:18px}.catalog-sort{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.catalog-sort__label{font-size:14px;color:var(--gray-500)}.catalog-sort__btn{padding:8px 14px;border:1px solid transparent;border-radius:8px;background:none;color:var(--dark-700);font-size:14px;font-weight:500;cursor:pointer;transition:.15s}.catalog-sort__btn:hover{background:var(--gray-100)}.catalog-sort__btn.is-active{background:var(--primary-light);color:var(--primary);font-weight:600}.catalog-tools{display:flex;align-items:center;gap:12px;margin-left:auto}.catalog-view{display:inline-flex;border:1.5px solid var(--gray-200);border-radius:9px;overflow:hidden}.catalog-view__btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;cursor:pointer;color:var(--gray-400)}.catalog-view__btn+.catalog-view__btn{border-left:1.5px solid var(--gray-200)}.catalog-view__btn svg{width:18px;height:18px}.catalog-view__btn.is-active{background:var(--primary-light);color:var(--primary)}.catalog-export{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border:1.5px solid var(--gray-200);border-radius:9px;background:#fff;color:var(--primary);font-size:14px;font-weight:600;cursor:pointer;transition:.15s}.catalog-export:hover{border-color:var(--primary);background:var(--primary-light)}.catalog-export svg{width:18px;height:18px}.catalog-results{background:#fff;border:1px solid var(--gray-200);border-radius:14px;overflow:hidden;overflow-anchor:none}.listing-table{width:100%;border-collapse:collapse}.listing-table thead th{text-align:left;padding:14px 18px;font-size:12px;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.4px;background:var(--gray-100);border-bottom:1px solid var(--gray-200)}.listing-table .lst-c-price{text-align:right}.listing-table .lst-c-cart{width:190px}.listing-table tbody td{padding:14px 18px;border-bottom:1px solid var(--gray-100);vertical-align:middle}.listing-table tbody tr:last-child td{border-bottom:none}.listing-table tbody tr:hover td{background:#fafcff}.lst-product{display:flex;align-items:center;gap:14px}.lst-thumb{width:56px;height:56px;flex-shrink:0;border:1px solid var(--gray-200);border-radius:9px;display:flex;align-items:center;justify-content:center;background:var(--gray-100)}.lst-thumb img{width:44px;height:44px;object-fit:contain}.lst-product__text{display:flex;flex-direction:column;gap:3px}.lst-product__name{font-size:14px;font-weight:600;color:var(--dark-800)}.lst-product:hover .lst-product__name{color:var(--primary)}.lst-product__meta{font-size:12.5px;color:var(--gray-500)}.lst-c-price .lst-price{display:block;font-size:15px;font-weight:700;color:var(--dark-800);white-space:nowrap}.lst-c-price .lst-price--ton{color:var(--primary)}.lst-price__unit{display:block;font-size:12px;color:var(--gray-400);white-space:nowrap}.lst-cart-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border:none;border-radius:8px;background:var(--primary);color:#fff;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s}.lst-cart-btn:hover{background:var(--primary-dark)}.lst-cart-btn:active{transform:translateY(1px)}.lst-cart-btn svg{width:16px;height:16px}.listing-table:not(.is-ready) tbody tr.listing-row:nth-child(n+25){display:none}.lst-cart-btn.is-in-cart{background:#ecfdf5;color:#047857;box-shadow:inset 0 0 0 1px #a7f3d0}.lst-cart-btn.is-in-cart:hover{background:#d1fae5;color:#065f46}.lst-cart-btn[hidden]{display:none}.lst-qty{display:inline-flex;align-items:center;gap:2px;min-height:34px;box-sizing:border-box;padding:3px 8px 3px 7px;border-radius:8px;background:#ecfdf5;box-shadow:inset 0 0 0 1px #a7f3d0;color:#047857}.lst-qty:before{content:"✓";margin-right:3px;font-size:12px;font-weight:700;line-height:1}.lst-qty__step{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0;padding:0;border:none;border-radius:6px;background:transparent;color:inherit;font-size:15px;line-height:1;cursor:pointer;transition:background .15s}.lst-qty__step:hover:not(:disabled){background:#a7f3d0}.lst-qty__step:disabled{opacity:.35;cursor:default}.lst-qty__input{width:46px;min-width:0;padding:2px 0;border:none;background:transparent;font-family:inherit;font-size:13.5px;font-weight:700;color:#065f46;text-align:center}.lst-qty__input:focus{outline:2px solid #34D399;outline-offset:1px;border-radius:4px}.lst-qty{transition:background .18s,box-shadow .18s,color .18s,opacity .18s}.lst-qty.is-removing{background:#fef2f2;box-shadow:inset 0 0 0 1px #fecaca;color:#b91c1c;opacity:.55}.lst-qty.is-removing:before{content:"✕"}.lst-qty.is-removing .lst-qty__input{color:#b91c1c;text-decoration:line-through}.lst-qty.is-removing .lst-unit__label{color:#b91c1c}.lst-qty__step--remove:hover:not(:disabled){background:#fecaca;color:#b91c1c}.lst-unit{position:relative;display:inline-flex}.lst-unit__btn{display:inline-flex;align-items:center;gap:2px;padding:3px 4px 3px 5px;border:none;border-radius:6px;background:transparent;cursor:pointer;font-family:inherit;font-size:12.5px;font-weight:600;color:#059669;transition:background .15s}.lst-unit__btn:hover{background:#a7f3d0}.lst-unit__btn:focus-visible{outline:2px solid #34D399;outline-offset:1px}.lst-unit__chevron{width:10px;height:10px;opacity:.75}.lst-unit__btn[aria-expanded=true]{background:#a7f3d0}.lst-unit__btn[aria-expanded=true] .lst-unit__chevron{transform:rotate(180deg)}.lst-unit__menu{position:fixed;z-index:10001;min-width:132px;padding:4px;border:1px solid var(--gray-200);border-radius:10px;background:#fff;box-shadow:0 12px 28px #0f172a24}.lst-unit__menu[hidden]{display:none}.lst-unit__opt{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:7px 9px;border:none;border-radius:7px;background:transparent;cursor:pointer;font-family:inherit;font-size:13px;font-weight:500;color:var(--dark-700);text-align:left;transition:background .15s,color .15s}.lst-unit__opt:hover{background:var(--gray-100)}.lst-unit__opt.is-active{background:#ecfdf5;color:#047857;font-weight:600}.lst-unit__opt-short{font-size:12px;color:var(--gray-400)}.lst-unit__opt.is-active .lst-unit__opt-short{color:#059669}.lst-c-price--request .lst-price--request{display:inline-block;font-size:13.5px;font-weight:600;color:var(--gray-500);white-space:normal;line-height:1.3}.lst-cart-btn--request{background:transparent;color:var(--primary);border:1px solid var(--gray-300)}.lst-cart-btn--request:hover{background:var(--gray-100);color:var(--primary-dark)}.popular-set__diam{width:14px;height:14px;flex-shrink:0;margin-right:6px;vertical-align:-2px;opacity:.7}.popular-set:hover .popular-set__diam,.popular-set.is-active .popular-set__diam{opacity:1}.popular-set[data-set-arm-type].is-active,.popular-set[data-set-arm-diam].is-active,.popular-set[data-set-arm-mark].is-active{gap:0;padding-right:18px}.cat-intro{margin:2px 0 20px}.cat-intro__text{font-size:15px;line-height:1.65;color:var(--gray-600, #475569);margin:0}.cat-intro__more{display:inline;margin-left:4px;font-size:inherit;font-weight:600;white-space:nowrap;color:var(--primary);text-decoration:none}.cat-intro__more:hover{text-decoration:underline}.cat-seo-text{margin:28px auto 40px;max-width:900px}.cat-faq{margin:0 0 40px}.cat-faq__title{font-size:1.35rem;font-weight:700;color:#1e293b;margin:0 0 1rem}.callout{position:relative;margin:1.1rem 0 1.3rem;padding:14px 16px 14px 18px;border:1px solid var(--gray-200);border-left:3px solid var(--primary);border-radius:10px;background:#f8fbff}.callout__label{display:block;margin-bottom:5px;font-size:12.5px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--primary)}.callout p{margin:0;font-size:14.5px;line-height:1.65;color:#334155}.callout p+p{margin-top:.6rem}.callout--practice{border-left-color:#f59e0b;background:#fffbeb}.callout--practice .callout__label{color:#b45309}.cat-seo-text .faq-answer .callout{margin:.9rem 0 .2rem}.cat-seo-text h2{font-size:1.35rem;font-weight:700;color:#1e293b;margin:1.4rem 0 .7rem}.cat-seo-text h3{font-size:1.1rem;font-weight:700;color:#1e293b;margin:1.2rem 0 .5rem}.cat-seo-text p{font-size:15px;line-height:1.7;color:#475569;margin:0 0 .9rem}.cat-seo-text strong{color:#1e293b}.cat-seo-text ul{margin:0 0 1rem;padding-left:1.15rem}.cat-seo-text li{font-size:15px;line-height:1.7;color:#475569;margin:0 0 .45rem}.cat-seo-text li::marker{color:#94a3b8}.cat-seo-text table{width:100%;border-collapse:collapse;margin:0 0 1.1rem;font-size:14.5px;background:#fff;border:1px solid var(--gray-200);border-radius:10px;overflow:hidden}.cat-seo-text th,.cat-seo-text td{padding:9px 12px;text-align:left;border-bottom:1px solid var(--gray-200)}.cat-seo-text thead th{background:var(--gray-100);font-weight:700;color:#1e293b;white-space:nowrap}.cat-seo-text tbody tr:last-child td{border-bottom:0}.cat-seo-text .faq-list{margin-top:.6rem}@media(max-width:560px){.cat-seo-text table{font-size:13.5px}.cat-seo-text th,.cat-seo-text td{padding:8px 9px}}@media(max-width:640px){.cat-seo-text table{display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.cat-seo-text table tbody,.cat-seo-text table thead{display:table;width:100%;min-width:max-content}}.catalog-results:has(.listing-table.is-grid){background:transparent;border:0;border-radius:0;overflow:visible}.catalog-results:has(.listing-table.is-grid) .listing-table.is-grid tbody{padding:4px 0 8px}.listing-table.is-grid thead{display:none}.listing-table.is-grid tbody{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;padding:22px}.listing-table.is-grid tr{display:flex;flex-direction:column;gap:14px;border:0;border-radius:16px;padding:18px 18px 20px;background:#fff;box-shadow:0 2px 8px #0f172a12,0 1px 2px #0f172a0d;transition:box-shadow .18s ease,transform .18s ease}.listing-table.is-grid tr:hover{box-shadow:0 8px 22px #0f172a1f,0 2px 6px #0f172a0f;transform:translateY(-2px)}.listing-table.is-grid tr:hover td{background:none}.listing-table.is-grid td,.listing-table.is-grid tbody tr td,.listing-table.is-grid tbody tr:last-child td{padding:0;border:0}.listing-table.is-grid .lst-product{flex-direction:column;align-items:flex-start;gap:12px}.listing-table.is-grid .lst-thumb{width:100%;height:116px;border:0;border-radius:12px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);display:flex;align-items:center;justify-content:center}.listing-table.is-grid .lst-thumb img{width:78px;height:78px;object-fit:contain}.listing-table.is-grid .lst-product__name{font-size:15px;line-height:1.35}.listing-table.is-grid .lst-product__meta{font-size:12.5px;color:var(--gray-500)}.listing-table.is-grid .lst-c-price{text-align:left;display:flex;justify-content:space-between;align-items:baseline;gap:10px;border:0}.listing-table.is-grid .lst-c-price:before{content:attr(data-label);font-size:12px;color:var(--gray-500);white-space:nowrap}.listing-table.is-grid .lst-c-price .lst-price{font-size:17px}.listing-table.is-grid .lst-price__unit{display:none}.listing-table.is-grid .lst-c-cart{margin-top:auto;width:auto}.listing-table.is-grid .lst-cart-btn{width:100%;justify-content:center;padding:11px 16px;font-size:13.5px}.listing-table.is-grid .lst-qty{width:100%;justify-content:center;padding:5px 10px}@media(max-width:1280px){.listing-table.is-grid tbody{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.listing-table.is-grid tbody{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:16px 0}}.catalog-empty{padding:48px 20px;text-align:center;color:var(--gray-500)}.catalog-empty__reset{margin-top:14px;padding:10px 20px;border:1.5px solid var(--primary);border-radius:8px;background:#fff;color:var(--primary);font-weight:600;cursor:pointer}.catalog-more-wrap{text-align:center;margin-top:22px}.catalog-more{padding:13px 40px;border:1.5px solid var(--gray-200);border-radius:10px;background:#fff;color:var(--dark-700);font-size:15px;font-weight:600;cursor:pointer;transition:.15s}.catalog-more:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.lst-pager{display:flex;flex-direction:column;align-items:center;gap:18px;margin-top:28px;padding-top:26px;border-top:1px solid var(--gray-200)}.lst-pager[hidden]{display:none}.lst-pager .catalog-more-wrap{margin-top:0}.lst-pager .catalog-more{min-width:280px}.lst-pager__meta{display:flex;flex-direction:column;align-items:center;gap:8px;width:280px;max-width:100%;margin-top:-6px}.lst-pager__bar{display:block;width:100%;height:2px;background:var(--gray-200);overflow:hidden}.lst-pager__fill{display:block;height:100%;background:var(--primary);transition:width .3s ease}.lst-pager__info{margin:0;font-size:.8125rem;color:var(--gray-500);font-variant-numeric:tabular-nums}.lst-pager__nums{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px}.lst-pager__num{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 8px;border:1px solid var(--gray-200);border-radius:8px;background:var(--white);color:var(--dark);font:inherit;font-size:.9375rem;font-weight:600;font-variant-numeric:tabular-nums;text-decoration:none;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}a.lst-pager__num:hover,button.lst-pager__num:hover{background:var(--gray-100, #F1F5F9)}.lst-pager__num:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.lst-pager__num.is-cur{background:var(--primary-light);border-color:var(--primary);color:var(--primary);cursor:default}.lst-pager__num.is-off{opacity:.35;pointer-events:none;cursor:default}.lst-pager__arrow svg{width:18px;height:18px}.lst-pager__dots{padding:0 4px;color:var(--gray-500)}.lst-pager__dots--m{display:none}#listingBody[aria-busy=true]{opacity:.55;transition:opacity .15s ease}@media(max-width:640px){.lst-pager .catalog-more{width:100%;min-width:0}.lst-pager .catalog-more-wrap,.lst-pager__meta{width:100%}.lst-pager__num{min-width:36px;height:36px}}@media(max-width:480px){.lst-pager__num--far{display:none}.lst-pager__dots--m{display:inline}.lst-pager__nums{gap:4px}.lst-pager__num{min-width:32px;padding:0 4px;font-size:.875rem}.lst-pager__dots{padding:0 2px}}@media(max-width:340px){.lst-pager__nums{gap:3px}.lst-pager__num{min-width:30px;padding:0 3px}.lst-pager__dots{padding:0}}@media(prefers-reduced-motion:reduce){.lst-pager__fill,.lst-pager__num{transition:none}}.catalog-filters-overlay{position:fixed;inset:0;background:#0f172a73;z-index:1200}@media(max-width:1024px){.catalog-layout{grid-template-columns:1fr}.catalog-toolbar__filters-btn{display:inline-flex}.catalog-filters{position:fixed;top:0;left:0;bottom:0;z-index:1300;width:320px;max-width:88vw;border-radius:0;overflow-y:auto;max-height:none;transform:translate(-100%);transition:transform .25s ease}.catalog-filters.is-open{transform:translate(0)}.catalog-filters__apply{display:block}html.filters-lock{overflow:hidden}}@media(max-width:760px){.catalog-toolbar{flex-wrap:nowrap}.catalog-tools{width:auto;margin-left:0;flex:0 0 auto}.catalog-export,.listing-table thead{display:none}.listing-table,.listing-table tbody,.listing-table tr,.listing-table td{display:block;width:100%}.listing-table:not(.is-grid) tr{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:12px;row-gap:6px;align-items:end;padding:10px 14px;border-bottom:6px solid var(--gray-100)}.listing-table:not(.is-grid) tbody td,.listing-table:not(.is-grid) tbody tr:last-child td{padding:0;border:none;width:auto}.listing-table:not(.is-grid) .lst-c-name{grid-column:1 / -1}.listing-table:not(.is-grid) tr:has(.lst-price--ton):not(:has(.lst-c-price--empty)) .lst-c-price:not(:has(.lst-price--ton)),.listing-table:not(.is-grid) .lst-c-price--empty{display:none}.listing-table:not(.is-grid) .lst-c-price{grid-column:1}.listing-table:not(.is-grid) .lst-c-cart{grid-column:2;grid-row:2;align-self:center;justify-self:end}.listing-table:not(.is-grid) .lst-product{gap:10px}.listing-table:not(.is-grid) .lst-thumb{width:42px;height:42px;border-radius:8px}.listing-table:not(.is-grid) .lst-thumb img{width:34px;height:34px}.listing-table:not(.is-grid) .lst-product__text{gap:1px;min-width:0}.listing-table:not(.is-grid) .lst-product__name{font-size:14px;line-height:1.3}.listing-table:not(.is-grid) .lst-product__meta{font-size:12px;line-height:1.35}.listing-table:not(.is-grid) .lst-c-price{text-align:left;display:block}.listing-table:not(.is-grid) .lst-c-price:before{content:attr(data-label);display:block;margin-bottom:1px;font-size:11px;line-height:1.3;color:var(--gray-500)}.listing-table:not(.is-grid) .lst-c-price .lst-price{display:inline;font-size:16px;line-height:1.3}.listing-table:not(.is-grid) .lst-c-price .lst-price--ton{color:var(--dark-800)}.listing-table:not(.is-grid) .lst-price__unit{display:inline;margin-left:4px;white-space:normal}.listing-table:not(.is-grid) .lst-price--request br{display:none}.listing-table:not(.is-grid) .lst-c-price .lst-price--request{font-size:13px;line-height:1.3}.listing-table:not(.is-grid) .lst-c-cart{padding-top:0}.listing-table:not(.is-grid) .lst-cart-btn{width:auto;padding:9px 14px}.listing-table:not(.is-grid) .lst-qty{width:auto;padding:4px 6px}.listing-table.is-grid tbody{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:10px 0}.listing-table.is-grid tr{gap:9px;padding:12px 12px 14px;border-radius:12px;min-width:0}.listing-table.is-grid td{min-width:0}.listing-table.is-grid .lst-product{gap:8px}.listing-table.is-grid .lst-thumb{height:84px;border-radius:10px}.listing-table.is-grid .lst-thumb img{width:58px;height:58px}.listing-table.is-grid .lst-product__text{min-width:0}.listing-table.is-grid .lst-product__name{font-size:13.5px;line-height:1.3}.listing-table.is-grid .lst-product__meta{font-size:11.5px;line-height:1.35}.listing-table.is-grid .lst-c-price{flex-direction:column;align-items:flex-start;gap:0}.listing-table.is-grid .lst-c-price:before{font-size:11px;line-height:1.3}.listing-table.is-grid .lst-c-price .lst-price{font-size:15px;line-height:1.3}.listing-table.is-grid .lst-c-price--request .lst-price--request{font-size:12.5px}.listing-table.is-grid .lst-cart-btn{padding:8px;font-size:12.5px;gap:5px}.listing-table.is-grid .lst-cart-btn svg{width:14px;height:14px}.listing-table.is-grid .lst-qty{padding:4px;gap:0}.listing-table.is-grid .lst-qty__input{width:34px;font-size:13px}}.tp-bottom{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:stretch;margin-bottom:2rem}.tp-bottom__benefits{min-width:0}.tp-bottom__benefits .product-card__benefits{grid-template-columns:repeat(2,1fr);margin-bottom:0;height:100%}.tp-bottom__order{min-width:0}.tp-bottom__order .quick-order{margin-bottom:0;height:100%}.tp-bottom__order .quick-order:before{display:none}@media(max-width:1024px){.tp-bottom{grid-template-columns:1fr;gap:1.5rem}.tp-bottom__benefits .product-card__benefits{height:auto}}.tp-geo{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-bottom:2rem}.tp-geo__card{background:#f8fafc;border:1px solid var(--gray-200);border-left:3px solid var(--primary);border-radius:12px;padding:1.5rem}.tp-geo__head{display:flex;align-items:center;gap:.6rem;margin-bottom:.8rem}.tp-geo__badge{background:var(--primary);color:#fff;font-size:.75rem;font-weight:700;padding:3px 10px;border-radius:5px}.tp-geo__name{font-size:.95rem;font-weight:700;color:#0f172a}.tp-geo__text{font-size:.9rem;color:#475569;line-height:1.65;margin:0}#generalCalcBlock,#orderBlock{scroll-margin-top:130px}@media(max-width:760px){#generalCalcBlock,#orderBlock{scroll-margin-top:96px}}.tp-section-title{font-size:1.5rem;font-weight:700;color:#0f172a;letter-spacing:-.01em;line-height:1.2;margin:0 0 1.25rem}.tp-section-intro{font-size:.95rem;color:#475569;line-height:1.7;margin:0 0 1.5rem;max-width:70ch}.tp-expert{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2.75rem 2.75rem 2.25rem;margin-bottom:2rem}.tp-expert__top{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.tp-expert__eyebrow{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:#94a3b8;font-weight:600;margin:0 0 .85rem}.tp-expert__title{font-size:1.9rem;line-height:1.18;font-weight:700;color:#0f172a;letter-spacing:-.01em;margin:0 0 1rem}.tp-expert__lead{font-size:1rem;line-height:1.65;color:#475569;margin:0 0 1.75rem;max-width:48ch}.tp-expert__actions{display:flex;align-items:center;gap:1.75rem;flex-wrap:wrap}.tp-expert__link{color:var(--primary);font-weight:600;font-size:.95rem;text-decoration:none;white-space:nowrap}.tp-expert__link:hover{text-decoration:underline}.tp-expert__sheet{margin:0;border-top:1px solid var(--gray-200)}.tp-expert__sheet>div{display:flex;justify-content:space-between;align-items:baseline;gap:1.5rem;padding:.95rem 0;border-bottom:1px solid var(--gray-200)}.tp-expert__sheet dt{font-size:.9rem;color:#5f6d82;margin:0}.tp-expert__sheet dd{font-size:1.02rem;font-weight:700;color:#0f172a;margin:0;text-align:right}@media(max-width:860px){.tp-expert__top{grid-template-columns:1fr;gap:1.9rem}}@media(max-width:600px){.tp-expert__top{grid-template-columns:minmax(0,1fr)}.tp-expert__top>*{min-width:0}.tp-expert{padding:1.75rem 1.35rem}.tp-expert__title{font-size:1.45rem}.tp-expert__actions{gap:1rem}.tp-expert__actions .btn{width:100%;justify-content:center}.tp-expert__link{width:100%}}.faq-list--2col{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;align-items:start;margin-bottom:2rem}.faq-list--2col .faq-item{margin-bottom:0}@media(max-width:768px){.faq-list--2col{grid-template-columns:1fr}}.gost-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:28px}.gost-fact{background:#fff;border:1px solid var(--gray-200);border-radius:12px;padding:14px 16px}.gost-fact__label{display:block;font-size:12px;color:var(--gray-500);margin-bottom:4px}.gost-fact__value{display:block;font-size:15px;font-weight:700;color:var(--dark-800)}.gost-products{margin:8px 0 28px}.gost-products__note{font-size:14px;color:var(--gray-500);margin:0 0 14px}.gost-products__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px}.gost-product{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;background:#fff;border:1px solid var(--gray-200);border-radius:10px;text-decoration:none;transition:border-color .15s,box-shadow .15s}.gost-product:hover{border-color:var(--primary);box-shadow:0 6px 16px #1a66d61a}.gost-product__name{font-size:14px;color:var(--dark-800);min-width:0;overflow-wrap:anywhere}.gost-product__meta{flex:0 0 auto;font-size:13px;font-weight:700;color:var(--primary);white-space:nowrap;text-align:right}.gost-product__meta--request{white-space:normal;max-width:6.2em;font-size:12.5px;font-weight:600;line-height:1.25;color:var(--gray-500)}.gost-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.gost-link{display:inline-flex;flex-direction:column;padding:8px 12px;background:#fff;border:1px solid var(--gray-200);border-radius:10px;font-size:13px;font-weight:600;color:var(--dark-800);text-decoration:none}.gost-link span{font-size:11px;font-weight:400;color:var(--gray-500)}.gost-link:hover{border-color:var(--primary);color:var(--primary)}.gost-group{margin-bottom:32px}.gost-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px}.gost-card{display:flex;flex-direction:column;gap:6px;padding:16px 18px;background:#fff;border:1px solid var(--gray-200);border-radius:12px;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s}.gost-card:hover{border-color:var(--primary);box-shadow:0 8px 20px #1a66d61f;transform:translateY(-2px)}.gost-card__number{font-size:15px;font-weight:700;color:var(--primary)}.gost-card__title{font-size:13px;font-weight:600;color:var(--dark-800)}.gost-card__desc{font-size:13px;line-height:1.5;color:var(--gray-500)}.gost-card__count{font-size:12px;color:var(--gray-500);margin-top:4px}@media(max-width:640px){.gost-products__grid,.gost-cards{grid-template-columns:1fr}.gost-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}.specs-table tr.specs-row--note td{vertical-align:top}.product-card--b2b .product-card__specs--single .specs-table tr.specs-row--note{grid-column:1 / -1;grid-template-columns:minmax(0,1fr);gap:4px;align-items:start;padding:10px 0 12px}.product-card--b2b .product-card__specs--single .specs-table tr.specs-row--note .specs-label{font-size:12px;text-transform:uppercase;letter-spacing:.03em;color:var(--gray-500)}.product-card--b2b .product-card__specs--single .specs-table tr.specs-row--note .specs-value--text{text-align:left;font-weight:400}@media(max-width:640px){.product-card--b2b .product-card__specs--single .specs-table tr.specs-row--note,.specs-table tr.specs-row--note{display:block;grid-template-columns:minmax(0,1fr);gap:2px}.specs-table tr.specs-row--note td{display:block;width:100%;text-align:left}.specs-table tr.specs-row--note .specs-label{font-size:11px;text-transform:uppercase;letter-spacing:.03em;color:var(--gray-500);padding-bottom:0}.specs-table tr.specs-row--note .specs-value--text{padding-top:0}}.gost-hint{position:relative;display:inline-block}.gost-hint__tip{position:absolute;bottom:calc(100% + 10px);right:0;z-index:60;width:max-content;max-width:320px;padding:12px 14px;background:var(--dark-800, #1E293B);color:#fff;font-size:13px;font-weight:400;line-height:1.5;text-align:left;white-space:normal;border-radius:10px;box-shadow:0 12px 28px #0f172a38;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .16s ease,transform .16s ease,visibility .16s;pointer-events:none}.gost-hint__tip:after{content:"";position:absolute;top:100%;right:24px;border:6px solid transparent;border-top-color:var(--dark-800, #1E293B)}.gost-hint__title{display:block;margin-bottom:4px;font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#93c5fd}.gost-hint:hover .gost-hint__tip,.gost-hint:focus-within .gost-hint__tip{opacity:1;visibility:visible;transform:translateY(0);transition-delay:.1s}@media(hover:none){.gost-hint__tip{position:static;display:block;opacity:1;visibility:visible;transform:none;max-width:none;width:auto;margin-top:8px;background:#f1f5f9;color:var(--gray-600, #475569);box-shadow:none}.gost-hint__tip:after{display:none}.gost-hint__title{color:var(--gray-500)}}.related-carousel__arrow{cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .12s ease}.related-carousel__arrow:hover:not(:disabled){border-color:var(--primary);color:var(--primary);box-shadow:0 10px 22px #1a66d629}.related-carousel__arrow:active:not(:disabled){transform:translateY(-50%) scale(.94)}.related-carousel__arrow:disabled{opacity:.45;cursor:default}.product-hero__calc-caption{font-size:15px;font-weight:700;color:var(--dark-800, #1E293B);margin-bottom:6px}.product-hero__calc-equation{display:none}.product-card--b2b .product-hero__calc .product-hero__calc-caption{font-size:1.28rem;font-weight:700;color:#0f172a;margin-bottom:8px;white-space:nowrap}.product-card--b2b .product-card__title{font-size:clamp(1.6rem,2.38vw,2.15rem)}@media(max-width:768px){.product-card--b2b .product-card__title{font-size:1.6rem}}@media(max-width:480px){.product-card--b2b .product-card__title{font-size:1.52rem}}.product-card--b2b .product-hero__price--stacked{padding:30px 0 34px;gap:20px}.product-card--b2b .product-hero__price--stacked .product-hero__price-meta{margin-top:8px}@media(max-width:640px){.product-card--b2b .product-hero__price--stacked{padding:22px 0 26px;gap:16px}.product-card--b2b .quick-order__header{flex-direction:column;align-items:flex-start;gap:6px}.product-card--b2b .quick-order__upload-content--inline{grid-template-columns:minmax(0,1fr);justify-items:center;row-gap:8px;text-align:center}}.calc-tier-badge{white-space:nowrap}.product-card--b2b .product-hero__calc-result{position:relative}.product-card--b2b .product-hero__calc-caption .calc-tier-badge{position:absolute;top:4px;right:4px;display:inline-flex;align-items:center;margin:0;font-size:.7rem;font-weight:600;text-transform:none;letter-spacing:.01em;white-space:nowrap}.product-card--b2b .product-hero__calc-result .calc-tier-badge:empty{display:none}.product-card--b2b .product-hero__calc-field{display:flex;flex-direction:column;gap:6px;min-width:0}.product-card--b2b .product-hero__calc-field--unit{flex:0 0 auto}.product-card--b2b .product-hero__calc-label{font-size:11px;font-weight:600;letter-spacing:.02em;color:var(--gray-500);white-space:nowrap}.product-card--b2b .product-hero__calc-field .product-hero__qty-control{margin:0}.product-card--b2b .product-hero__calc-field--unit .product-hero__calc-unit{display:flex;align-items:center;justify-content:center;background:#eef2f7;border:1px solid #E2E8F0;border-left:1px solid #E2E8F0;color:var(--gray-500, #5F6D82);font-weight:600;cursor:default;user-select:none}.product-card--b2b .product-hero__calc-label{text-align:center;width:100%}@media(max-width:768px){.catalog-page{padding-top:84px}}@media(max-width:767px){.catalog-page{padding-top:70px}}.price-picker{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:28px;margin-bottom:28px}.price-picker__head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.price-picker__title{font-size:1.15rem;font-weight:700;color:#0f172a;margin:0 0 6px}.price-picker__hint{font-size:14px;color:var(--gray-500);margin:0}.price-picker__bulk{display:flex;gap:8px;flex:0 0 auto}.price-chip{min-height:38px;padding:0 14px;border:1.5px solid var(--gray-200);border-radius:999px;background:var(--gray-100);font-family:var(--font);font-size:13.5px;font-weight:600;color:var(--dark-700);cursor:pointer;transition:border-color .2s,color .2s,background .2s}.price-chip:hover{border-color:var(--primary);color:var(--primary-dark);background:#fff}.price-chip:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.price-groups{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;margin-bottom:24px}.price-group{display:flex;align-items:center;gap:12px;min-height:64px;padding:12px 16px;border:1.5px solid var(--gray-200);border-radius:var(--radius-md);background:var(--gray-100);cursor:pointer;transition:border-color .2s,background .2s,box-shadow .2s}.price-group:hover{border-color:#1a66d673;background:#fff}.price-group.is-picked{border-color:var(--primary);background:#fff;box-shadow:0 1px 3px #0f172a14}.price-group__check{width:20px;height:20px;accent-color:var(--primary);flex:0 0 auto;cursor:pointer}.price-group__body{display:flex;flex-direction:column;gap:2px;min-width:0}.price-group__title{font-size:15px;font-weight:600;color:#0f172a}.price-group__count{font-size:13px;color:var(--gray-500)}.price-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:20px;border-top:1px solid var(--gray-200)}.price-actions__summary{font-size:15px;font-weight:600;color:var(--dark-700)}.price-actions__buttons{display:flex;gap:12px;flex-wrap:wrap}.price-actions__btn{min-height:52px;display:inline-flex;align-items:center;gap:10px}.price-actions__btn[disabled]{opacity:.45;cursor:not-allowed}.price-note{margin:14px 0 0;font-size:14px;color:var(--gray-500);min-height:20px}.price-preview{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:24px 28px 28px;margin-bottom:40px}.price-preview__title{font-size:1.05rem;font-weight:700;color:#0f172a;margin:0 0 4px}.price-preview__hint{font-size:13.5px;color:var(--gray-500);margin:0 0 16px}.price-preview__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.price-preview__table{width:100%;border-collapse:collapse;font-size:14px;min-width:620px}.price-preview__table th{text-align:left;padding:10px 12px;background:var(--gray-100);font-weight:700;color:#1e293b;white-space:nowrap;border-bottom:1px solid var(--gray-200)}.price-preview__table td{padding:9px 12px;border-bottom:1px solid var(--gray-200);color:var(--dark-700)}.price-preview__table tr:last-child td{border-bottom:0}.price-preview__req{color:var(--gray-500);font-size:13px}@media(max-width:767px){.price-picker{padding:20px 16px}.price-picker__head{flex-direction:column;gap:14px}.price-groups{grid-template-columns:1fr}.price-actions{flex-direction:column;align-items:stretch}.price-actions__buttons{flex-direction:column}.price-actions__btn{width:100%;justify-content:center}.price-preview{padding:18px 16px 22px}}.product-hero__image .product-hero__chips{position:absolute;left:16px;right:16px;bottom:16px;display:flex;align-items:flex-end;justify-content:flex-start;gap:10px;flex-wrap:wrap;z-index:3;pointer-events:none}.product-hero__image .product-hero__chips>*{pointer-events:auto}.product-hero__image .product-hero__chips .product-hero__stock,.product-card--b2b .product-hero__image .product-hero__chips .product-hero__stock{position:static;inset:auto;flex:0 0 auto}.product-hero__image .product-hero__chips .product-hero__image-badges{position:static;right:auto;bottom:auto;justify-content:flex-start;flex:0 1 auto;min-width:0}@media(max-width:560px){.product-hero__image .product-hero__chips{left:12px;right:12px;bottom:12px;gap:8px}}.checkout-grid[hidden],.checkout-empty[hidden]{display:none}.checkout-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);grid-template-areas:"items summary" "form summary";align-items:start;gap:20px;margin-bottom:48px}.checkout-items{grid-area:items}.checkout-summary{grid-area:summary;position:sticky;top:calc(var(--header-h, 85px) + 16px)}.checkout-form-card{grid-area:form}.checkout-items,.checkout-summary,.checkout-form-card,.checkout-empty{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:24px 26px}.checkout-items__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:12px}.checkout-items__title,.checkout-summary__title,.checkout-form-card__title{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0}.checkout-clear{border:0;background:none;padding:6px 0;font-family:var(--font);font-size:13.5px;font-weight:600;color:var(--gray-500);cursor:pointer}.checkout-clear:hover{color:#dc2626}.checkout-clear:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}.checkout-item{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--gray-200)}.checkout-item:last-child{border-bottom:0}.checkout-item__name{font-size:15px;font-weight:600;color:#0f172a}a.checkout-item__name:hover{color:var(--primary)}.checkout-item__detail{margin-top:4px;font-size:13.5px;color:var(--gray-500)}.checkout-item__extra{margin-left:8px;color:var(--gray-400)}.checkout-item__price{font-size:15px;font-weight:700;color:#0f172a;white-space:nowrap}.checkout-item__tier{display:inline-block;margin-left:6px;padding:2px 8px;border-radius:999px;background:var(--gray-100);font-size:12px;font-weight:600;color:var(--gray-500)}.checkout-item__tier--opt{background:#ebf8ff;color:#1767d6}.checkout-item__remove{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--gray-200);border-radius:10px;background:#fff;color:var(--gray-400);cursor:pointer;transition:color .2s,border-color .2s}.checkout-item__remove:hover{color:#dc2626;border-color:#dc262666}.checkout-item__remove:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.checkout-summary__rows{margin:16px 0 0}.checkout-summary__row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid var(--gray-200);font-size:14.5px;color:var(--dark-700)}.checkout-summary__row dt,.checkout-summary__row dd{margin:0}.checkout-summary__row--total{border-bottom:0;padding-top:14px;font-size:1.05rem;font-weight:700;color:#0f172a}.checkout-summary__note{margin:12px 0 0;font-size:13px;color:var(--gray-500)}.checkout-form{margin-top:16px}.checkout-submit{width:100%}.checkout-form__legal{margin:12px 0 0;font-size:13px;color:var(--gray-500)}.checkout-empty{text-align:center;padding:48px 24px;margin-bottom:48px}.checkout-empty__title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 8px}.checkout-empty__text{font-size:15px;color:var(--gray-500);margin:0 0 20px}.checkout-empty__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}@media(max-width:1023px){.checkout-grid{grid-template-columns:minmax(0,1fr);grid-template-areas:"items" "summary" "form"}.checkout-summary{position:static}}@media(max-width:560px){.checkout-items,.checkout-summary,.checkout-form-card{padding:18px 16px}.checkout-item{grid-template-columns:minmax(0,1fr) auto;row-gap:8px}.checkout-item__price{grid-column:1}.checkout-item__remove{grid-column:2;grid-row:1 / span 2}.checkout-empty__actions .btn{width:100%;justify-content:center}}.checkout-item--removed{opacity:.55}.checkout-item--removed .checkout-item__name,.checkout-item--removed .checkout-item__price{color:var(--gray-500);text-decoration:line-through}.checkout-item--removed .checkout-item__detail{color:var(--gray-400)}.checkout-item__flag{display:inline-block;margin-left:8px;padding:2px 8px;border-radius:999px;background:var(--gray-100);font-size:12px;font-weight:600;color:var(--gray-500);text-decoration:none}.checkout-item__restore{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:0 14px;border:1.5px solid var(--gray-200);border-radius:10px;background:#fff;font-family:var(--font);font-size:13.5px;font-weight:600;color:var(--primary-dark);cursor:pointer;white-space:nowrap;transition:border-color .2s,background .2s}.checkout-item__restore:hover{border-color:var(--primary);background:var(--primary-light)}.checkout-item__restore:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.checkout-note{margin:14px 0 0;font-size:14px;color:var(--gray-500)}.checkout-submit[disabled]{opacity:.5;cursor:not-allowed}.error-page{padding-top:140px}@media(max-width:767px){.error-page{padding-top:104px}}.error-page__card{max-width:720px;margin:0 auto 56px;padding:40px 40px 36px;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);text-align:center}.error-page__code{margin:0 0 8px;font-family:var(--font-heading);font-size:clamp(3rem,9vw,4.5rem);font-weight:800;line-height:1;color:var(--primary);letter-spacing:-.02em}.error-page__title{margin:0 0 10px;font-size:clamp(1.3rem,4vw,1.75rem);font-weight:700;color:#0f172a}.error-page__text{margin:0 auto 24px;max-width:480px;font-size:15.5px;line-height:1.6;color:var(--gray-500)}.error-page__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:28px}.error-page__links{padding-top:24px;border-top:1px solid var(--gray-200)}.error-page__links-label{display:block;margin-bottom:12px;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--gray-400)}.error-page__chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.error-page__chip{min-height:38px;display:inline-flex;align-items:center;padding:0 14px;border:1px solid var(--gray-200);border-radius:999px;background:var(--gray-100);font-size:14px;font-weight:600;color:var(--dark-700);transition:border-color .2s,color .2s,background .2s}.error-page__chip:hover{border-color:var(--primary);color:var(--primary-dark);background:#fff}.error-page__help{margin:24px 0 0;font-size:14.5px;color:var(--gray-500)}.error-page__help a{color:var(--primary);font-weight:600}@media(max-width:560px){.error-page__card{padding:28px 18px 26px}.error-page__actions .btn{width:100%;justify-content:center}}.sticky-cta__price--request{color:var(--primary);font-weight:600}.catalog-sort-mobile{display:none;align-items:center;justify-content:center;gap:8px;padding:9px 14px;border:1.5px solid var(--gray-200);border-radius:9px;background:#fff;color:var(--dark-700);font-size:14px;font-weight:600;cursor:pointer}.catalog-sort-mobile svg{width:18px;height:18px;flex-shrink:0}.catalog-sort-mobile__val{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sort-sheet{position:fixed;inset:0;z-index:1400}.sort-sheet__overlay{position:absolute;inset:0;background:#0f172a73;opacity:0;transition:opacity .25s ease}.sort-sheet.is-open .sort-sheet__overlay{opacity:1}.sort-sheet__panel{position:absolute;left:0;right:0;bottom:0;background:#fff;border-radius:20px 20px 0 0;padding-bottom:calc(8px + env(safe-area-inset-bottom,0px));box-shadow:0 -12px 40px #0f172a2e;transform:translateY(100%);transition:transform .28s cubic-bezier(.22,1,.36,1)}.sort-sheet.is-open .sort-sheet__panel{transform:translateY(0)}.sort-sheet__grip{display:block;width:40px;height:4px;margin:8px auto 2px;border-radius:100px;background:var(--gray-200)}.sort-sheet__head{display:flex;align-items:center;justify-content:space-between;padding:8px 20px 6px}.sort-sheet__title{font-size:17px;font-weight:700;color:var(--dark)}.sort-sheet__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:var(--gray-100);color:var(--gray-500);font-size:14px;line-height:1;cursor:pointer}.sort-sheet__list{max-height:60vh;overflow-y:auto;padding:4px 0 8px}.sort-sheet__opt{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:15px 20px;border:none;background:none;font-size:15.5px;color:var(--dark-700);text-align:left;cursor:pointer}.sort-sheet__opt[aria-checked=true]{color:var(--primary);font-weight:600}.sort-sheet__check{width:20px;height:20px;flex-shrink:0;opacity:0}.sort-sheet__opt[aria-checked=true] .sort-sheet__check{opacity:1}@media(max-width:1024px){.catalog-toolbar{gap:10px}.catalog-toolbar .catalog-sort{display:none}.catalog-sort-mobile{display:inline-flex}.catalog-toolbar__filters-btn,.catalog-sort-mobile{flex:1 1 0;min-width:0}}@media(max-width:760px){.catalog-toolbar__filters-btn{flex:0 0 auto;padding:9px 10px;gap:6px;font-size:13.5px}.catalog-sort-mobile{flex:1 1 0;padding:9px 10px;gap:6px;font-size:13.5px}}@media(min-width:1025px){.sort-sheet{display:none}}body.sort-sheet-open .messenger-buttons{opacity:0;visibility:hidden;pointer-events:none}.catalog-chips,.tp-geo__card{background:var(--white)}.arm-copy h2{margin-top:2.8rem;font-size:1.5rem;letter-spacing:-.01em;line-height:1.25}.arm-copy h2:first-child{margin-top:.6rem}.arm-copy h3{margin-top:2rem}.arm-copy table{margin-top:.4rem}.arm-pick{margin:1.4rem 0 1rem;border-top:1px solid var(--gray-200)}.arm-pick__row{display:grid;grid-template-columns:minmax(0,220px) minmax(0,1fr);gap:12px 40px;padding:22px 0;border-bottom:1px solid var(--gray-200)}.arm-pick__q{font-family:var(--font-heading);font-size:1.05rem;font-weight:600;color:var(--dark);line-height:1.35;letter-spacing:-.005em}.arm-pick__a p{margin:0}.arm-pick__a p+p{margin-top:.6rem}@media(max-width:640px){.arm-pick__row{grid-template-columns:1fr;gap:6px;padding:18px 0}}.arm-figure{margin:2.6rem 0 0}.arm-figure img{display:block;width:100%;height:auto;aspect-ratio:21 / 9;object-fit:cover;border-radius:16px;background:var(--gray-200)}.arm-figure figcaption{margin-top:10px;font-size:13px;color:var(--gray-500)}@media(max-width:640px){.arm-figure img{aspect-ratio:16 / 10;border-radius:12px}}.arm-sort{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));margin:1.2rem 0 1.4rem;padding:8px 4px 4px;background:var(--white);border:1px solid var(--gray-200);border-radius:16px}.arm-sort__item{display:flex;flex-direction:column;align-items:center;gap:2px;padding:12px 6px 14px;margin:0;border:0;border-radius:12px;background:none;font:inherit;color:inherit;cursor:pointer;text-align:center;transition:background .2s ease;-webkit-appearance:none;appearance:none}.arm-sort__item:hover{background:var(--gray-100)}.arm-sort__item.is-active{background:var(--primary-light)}.arm-sort__item:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.arm-sort__dotbox{display:flex;align-items:flex-end;justify-content:center;width:100%;height:66px;margin-bottom:8px;padding-bottom:4px;border-bottom:1px solid var(--gray-300)}.arm-sort__dot{width:calc(var(--d) * 1.5px);height:calc(var(--d) * 1.5px);border-radius:50%;background:var(--dark-700);box-shadow:inset 0 0 0 2px #ffffff40;transition:background .2s ease}.arm-sort__item:hover .arm-sort__dot,.arm-sort__item.is-active .arm-sort__dot{background:var(--primary)}.arm-sort__d{font-family:var(--font-heading);font-size:19px;font-weight:700;color:var(--dark);line-height:1.1}.arm-sort__d small{font-size:11px;font-weight:600;color:var(--gray-500);margin-left:2px}.arm-sort__w{font-size:12.5px;color:var(--dark-600);white-space:nowrap}.arm-sort__m{font-size:12px;color:var(--gray-500);white-space:nowrap}@media(max-width:720px){.arm-sort{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:480px){.arm-sort{grid-template-columns:repeat(4,minmax(0,1fr))}.arm-sort__dotbox{height:60px}.arm-sort__d{font-size:17px}.arm-sort__w{font-size:11.5px}.arm-sort__m{font-size:11px}}.arm-types{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin:1.6rem 0 2rem}.arm-types__item{display:block;color:inherit;text-decoration:none}.arm-types__item img{display:block;width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;border-radius:12px;background:var(--gray-200);transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s ease}.arm-types__item:hover img{transform:translateY(-2px);box-shadow:var(--shadow-md)}.arm-types__title{display:block;margin-top:12px;font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--dark)}.arm-types__item:hover .arm-types__title{color:var(--primary)}.arm-types__text{display:block;margin-top:4px;font-size:13.5px;line-height:1.55;color:var(--dark-600)}@media(max-width:640px){.arm-types{grid-template-columns:1fr;gap:22px}.arm-types__item img{aspect-ratio:16 / 10}}.arm-scheme{display:grid;grid-template-columns:minmax(0,300px) minmax(0,1fr);gap:28px;align-items:start;margin:1.2rem 0 .4rem}.arm-scheme img{display:block;width:100%;height:auto;aspect-ratio:3 / 4;object-fit:cover;border-radius:12px;background:var(--gray-200)}.arm-scheme table{margin:0}@media(max-width:760px){.arm-scheme{grid-template-columns:1fr;gap:18px}.arm-scheme img{aspect-ratio:16 / 10}}@media(prefers-reduced-motion:reduce){.arm-sort__dot,.arm-sort__item,.arm-types__item img{transition:none}.arm-types__item:hover img{transform:none}}.cat-tail{padding:32px 0 24px}.cat-tail>.container{max-width:1180px}.cat-tail>*+*{margin-top:104px}.cat-tail+.container{max-width:1180px;margin-top:96px}.cat-tail .bcalc-container{margin-top:104px;margin-bottom:0}.tail-h2{margin:0 0 12px;font-family:var(--font-heading);font-size:1.85rem;font-weight:600;line-height:1.18;letter-spacing:-.015em;color:var(--dark);text-wrap:balance}.tail-h2--side{font-size:1.35rem}.tail-lede{margin:0;font-size:1rem;line-height:1.65;color:var(--dark-600);max-width:60ch}.tail-cut{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:56px;align-items:center}.tail-cut__media img{display:block;width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;border-radius:20px;background:var(--gray-200)}.tail-cut__body{min-width:0}.tail-rod{margin:30px 0 26px;max-width:520px}.tail-rod__bar{position:relative;display:flex;height:16px;gap:0}.tail-rod__seg{flex:1 1 0;height:100%;border-radius:3px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.22) 0 2px,transparent 2px 9px),linear-gradient(180deg,#46556b,#1f2a3b);transition:transform .8s cubic-bezier(.2,.8,.2,1)}.tail-rod__cut{position:relative;flex:0 0 10px}.tail-rod__cut:before{content:"";position:absolute;left:50%;top:-9px;bottom:-9px;width:2px;margin-left:-1px;background:var(--primary);border-radius:2px;transform:scaleY(0);transform-origin:top;transition:transform .45s cubic-bezier(.2,.8,.2,1) .1s}.tail-rod.is-cut .tail-rod__seg:first-child{transform:translate(-4px)}.tail-rod.is-cut .tail-rod__seg:last-child{transform:translate(4px)}.tail-rod.is-cut .tail-rod__cut:before{transform:scaleY(1)}.tail-rod__marks{display:flex;margin-top:10px}.tail-rod__mark{flex:1 1 0;text-align:center;font-size:13px;font-weight:600;color:var(--dark-700);font-variant-numeric:tabular-nums;position:relative;padding-top:6px}.tail-rod__mark:before{content:"";position:absolute;left:6px;right:6px;top:0;border-top:1px solid var(--gray-300)}.tail-rod__total{margin-top:6px;text-align:center;font-size:12.5px;color:var(--gray-500)}@media(prefers-reduced-motion:reduce){.tail-rod__seg,.tail-rod__cut:before{transition:none}.tail-rod__cut:before{transform:scaleY(1)}}.tail-facts{margin:0 0 26px;padding:0;border-top:1px solid var(--gray-200)}.tail-facts__row{display:grid;grid-template-columns:112px minmax(0,1fr);gap:20px;padding:13px 0;border-bottom:1px solid var(--gray-200);font-size:14.5px;line-height:1.5}.tail-facts dt{margin:0;font-weight:600;color:var(--dark)}.tail-facts dd{margin:0;color:var(--dark-600)}.tail-link{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 2px;font-weight:600;font-size:15px;color:var(--primary);text-decoration:none;transition:gap .2s ease,color .2s ease}.tail-link svg{width:18px;height:18px}.tail-link:hover{gap:12px;color:var(--primary-dark)}.tail-link:focus-visible{outline:2px solid var(--primary);outline-offset:4px;border-radius:6px}.cat-tail .bcalc{background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible;font-size:15px}.cat-tail .bcalc__top{padding:0;margin-bottom:36px}.cat-tail .bcalc__title{margin:0 0 12px;font-family:var(--font-heading);font-size:1.85rem;font-weight:600;line-height:1.18;letter-spacing:-.015em;color:var(--dark);text-wrap:balance}.cat-tail .bcalc__subtitle{font-size:1rem;line-height:1.65;color:var(--dark-600);max-width:60ch}.cat-tail .bcalc__status{display:none}.cat-tail .bcalc__main{grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:48px;padding:0;align-items:start}.cat-tail .bcalc__form{background:transparent;border:0;border-radius:0;padding:0;gap:20px}.cat-tail .bcalc__label{font-size:14px;font-weight:600;color:var(--dark)}.cat-tail .bcalc__select,.cat-tail .bcalc__qty{background:var(--white);border:1px solid var(--gray-300);border-radius:12px}.cat-tail .bcalc__select:hover,.cat-tail .bcalc__qty:hover{border-color:var(--gray-400)}.cat-tail .bcalc__select:focus-within,.cat-tail .bcalc__qty:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #1a66d624}.cat-tail .bcalc__select select{padding:15px 40px 15px 44px;font-size:15px}.cat-tail .bcalc__select-icon{left:16px;color:var(--primary)}.cat-tail .bcalc__qty{height:52px;grid-template-columns:48px 1fr 48px}.cat-tail .bcalc__qty-btn:hover{background:var(--primary-light);color:var(--primary)}.cat-tail .bcalc__tabs{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:12px;padding:4px}.cat-tail .bcalc .calc-unit-btn{padding:11px 8px;font-size:14px;border-radius:9px}.cat-tail .bcalc .calc-unit-btn--active{color:var(--primary-dark);box-shadow:0 1px 2px #0f172a14,0 4px 10px -4px #0f172a1f}.cat-tail .bcalc__cta{margin-top:6px;padding:0 22px;min-height:54px;border-radius:12px;background:var(--primary);font-size:16px;box-shadow:none;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.cat-tail .bcalc__cta:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 10px 24px -10px #1a66d699;filter:none}.cat-tail .bcalc__cta:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.cat-tail .bcalc__result{background-image:none!important;background-color:var(--dark);border-radius:20px;padding:36px 40px 32px;gap:24px;color:#ffffffb8;box-shadow:0 24px 48px -28px #0f172a8c}.cat-tail .bcalc__result:after{background:linear-gradient(160deg,#1a66d638,#1a66d600 55%)}.cat-tail .bcalc__result:before{width:100%;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);-webkit-mask-image:linear-gradient(115deg,rgba(0,0,0,.9),rgba(0,0,0,0) 70%);mask-image:linear-gradient(115deg,#000000e6,#0000 70%)}.cat-tail .bcalc__result-body{max-width:none;gap:12px}.cat-tail .bcalc__result-label{font-size:14px;color:#fff9}.cat-tail .bcalc__price{font-family:var(--font-heading);font-size:3.5rem;font-weight:600;letter-spacing:-.03em;color:var(--white);margin-top:4px}.cat-tail .bcalc__meta{font-size:15px;color:#ffffffc7}.cat-tail .bcalc__meta-sep{color:#ffffff4d}.cat-tail .bcalc__ship{margin-top:8px;padding:12px 16px;max-width:460px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:12px}.cat-tail .bcalc__ship-icon{background:#ffffff1a;color:var(--white)}.cat-tail .bcalc__ship-label{color:#ffffff8c}.cat-tail .bcalc__ship-value{color:var(--white)}.cat-tail .bcalc__note{color:#fff9;font-weight:500}.cat-tail .bcalc #gcPriceHint{color:#fff9!important}.cat-tail #gcTier.calc-tier-badge{color:#6ee7b7;background:#10b98129;border-color:#10b98159}.cat-tail #gcTier.calc-tier-badge--retail{color:#fcd34d;background:#eab30829;border-color:#eab30859}.cat-tail #gcTier.calc-tier-badge--retail:before{background:#fcd34d}.cat-tail .bcalc__features{padding-top:20px;gap:20px;border-top:1px solid rgba(255,255,255,.12)}.cat-tail .bcalc__feature{align-items:flex-start;gap:12px}.cat-tail .bcalc__feature-icon{width:auto;height:auto;padding:2px 0 0;background:none;border:0;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:0;color:#ffffffb3!important}.cat-tail .bcalc__feature-icon svg{width:18px;height:18px}.cat-tail .bcalc__feature-title{font-size:14px;color:var(--white)}.cat-tail .bcalc__feature-desc{font-size:13px;color:#ffffff8c;margin-top:3px}.cat-tail .bcalc__foot{justify-content:flex-start;gap:28px;padding:18px 0 0;background:transparent;border:0;font-size:13px;color:var(--gray-500)}.cat-tail .bcalc__foot-item svg,.cat-tail .bcalc__foot-item:last-child svg{color:var(--gray-400)}.tail-order{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:64px;align-items:start}.tail-order__form,.tail-order__side{min-width:0}.tail-order__side{padding-top:8px}.tail-order__side .tail-lede{margin-bottom:8px}.cat-tail .quick-order{margin:0;padding:40px;background:var(--white);border:1px solid var(--gray-200);border-radius:20px;box-shadow:0 24px 48px -32px #0f172a40}.cat-tail .quick-order:before{display:none}.cat-tail .quick-order__header{gap:0;margin-bottom:28px}.cat-tail .quick-order__icon{display:none}.cat-tail .quick-order__title{margin:0 0 10px;font-family:var(--font-heading);font-size:1.5rem;font-weight:600;line-height:1.2;letter-spacing:-.015em;color:var(--dark)}.cat-tail .quick-order__desc{font-size:15px;line-height:1.6;color:var(--dark-600)}.cat-tail .quick-order__form,.cat-tail .quick-order__row--3col{gap:14px}.cat-tail .request-channel{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:12px}.cat-tail .request-channel__btn{min-height:46px;border-radius:9px;font-size:14px}.cat-tail .quick-order__input,.cat-tail .quick-order__textarea{padding:14px 16px;border:1px solid var(--gray-300);border-radius:12px;background:var(--white);font-size:15px;color:var(--dark)}.cat-tail .quick-order__input{min-height:52px}.cat-tail .quick-order__textarea{min-height:104px;color:var(--dark)}.cat-tail .quick-order__input::placeholder,.cat-tail .quick-order__textarea::placeholder{color:var(--gray-500)}.cat-tail .quick-order__input:hover,.cat-tail .quick-order__textarea:hover{border-color:var(--gray-400)}.cat-tail .quick-order__input:focus,.cat-tail .quick-order__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1a66d624}.cat-tail .dropzone{padding:24px 16px;gap:6px;border:1.5px dashed var(--gray-300);border-radius:12px;background:var(--gray-100)}.cat-tail .dropzone__title{font-size:14.5px;color:var(--dark)}.cat-tail .dropzone__hint{font-size:12.5px;color:var(--gray-500)}.cat-tail .quick-order__consent{margin:6px 0 2px}.cat-tail .quick-order__checkbox-label{font-size:13.5px;color:var(--dark-600);gap:10px}.cat-tail .quick-order__checkbox-label input[type=checkbox]{width:18px;height:18px;margin-top:1px}.cat-tail .quick-order__btn{min-height:54px;border-radius:12px;font-size:16px}.cat-tail .product-card__benefits{display:flex;flex-direction:column;gap:0;background:transparent;border-radius:0;margin:0;overflow:visible}.cat-tail .benefit-item{flex-direction:row;align-items:center;gap:22px;padding:18px 0;text-align:left;border-right:0;border-bottom:1px solid var(--gray-200);background:transparent}.cat-tail .benefit-item:first-child{border-top:1px solid var(--gray-200)}.cat-tail .benefit-icon{width:72px!important;height:72px!important;flex-shrink:0}.cat-tail .benefit-text{align-items:flex-start;gap:4px}.cat-tail .benefit-text strong{font-family:var(--font-heading);font-size:1.02rem;font-weight:600;color:var(--dark)}.cat-tail .benefit-text span{font-size:14px;color:var(--dark-600);line-height:1.45}@media(max-width:1024px){.cat-tail>*+*,.cat-tail .bcalc-container{margin-top:80px}.tail-cut{gap:36px}.tail-order{grid-template-columns:1fr;gap:56px}.cat-tail .bcalc__main{gap:32px}}@media(max-width:960px){.cat-tail .bcalc__main{grid-template-columns:1fr;padding:0;gap:28px}.cat-tail .bcalc__top{padding:0}.cat-tail .bcalc__title{font-size:1.6rem}.cat-tail .bcalc__result{padding:28px 24px 24px}.cat-tail .bcalc__price{font-size:2.75rem}.cat-tail .bcalc__features{grid-template-columns:1fr;gap:14px}.cat-tail .bcalc__foot{padding:16px 0 0}}@media(max-width:900px){.tail-cut{grid-template-columns:1fr;gap:28px;align-items:start}.tail-cut__media img{aspect-ratio:16 / 10;border-radius:16px}.tail-h2{font-size:1.55rem}}@media(max-width:640px){.cat-tail{padding-top:16px}.cat-tail>*+*,.cat-tail .bcalc-container{margin-top:64px}.tail-h2{font-size:1.4rem}.tail-rod{margin:24px 0 22px}.tail-facts__row{grid-template-columns:1fr;gap:3px;padding:12px 0}.cat-tail .quick-order{padding:26px 20px;border-radius:16px}.cat-tail .quick-order__row--3col{flex-direction:column}.cat-tail .bcalc__result{border-radius:16px;padding:24px 20px 22px}.cat-tail .bcalc__price{font-size:2.4rem}.cat-tail .bcalc__title{font-size:1.4rem}.cat-tail .benefit-item{gap:16px;padding:16px 0}.cat-tail .benefit-icon{width:60px!important;height:60px!important}}.cat-seo-text .cc-copy h2{margin-top:2.8rem;font-size:1.5rem;letter-spacing:-.01em;line-height:1.25}.cat-seo-text .cc-copy h2:first-child{margin-top:.6rem}.cat-seo-text .cc-copy h3{margin-top:2rem}.cat-seo-text .cc-copy table{margin-top:.4rem}.cat-seo-text .cc-copy>.faq-list,.cat-seo-text .cc-copy+h2{margin-top:2.4rem}.cc-pick{margin:1.4rem 0 1rem;border-top:1px solid var(--gray-200)}.cc-pick__row{display:grid;grid-template-columns:minmax(0,220px) minmax(0,1fr);gap:12px 40px;padding:22px 0;border-bottom:1px solid var(--gray-200)}.cc-pick__q{font-family:var(--font-heading);font-size:1.05rem;font-weight:600;color:var(--dark);line-height:1.35;letter-spacing:-.005em}.cc-pick__a p{margin:0}.cc-pick__a p+p{margin-top:.6rem}.cc-figure{margin:2.6rem 0 0}.cc-figure img{display:block;width:100%;height:auto;aspect-ratio:21 / 9;object-fit:cover;border-radius:16px;background:var(--gray-200)}.cc-figure--43 img{aspect-ratio:16 / 9}.cc-figure figcaption{margin-top:10px;font-size:13px;color:var(--gray-500)}.cc-sort{--cols: 7;--k: 1.5px;--max: 62px;display:grid;grid-template-columns:repeat(var(--cols),minmax(0,1fr));margin:1.2rem 0 1.4rem;padding:8px 4px 4px;background:var(--white);border:1px solid var(--gray-200);border-radius:16px}.cc-sort__item{display:flex;flex-direction:column;align-items:center;gap:2px;padding:12px 6px 14px;margin:0;border:0;border-radius:12px;background:none;font:inherit;color:inherit;text-decoration:none;cursor:pointer;text-align:center;transition:background .2s ease;-webkit-appearance:none;appearance:none}.cc-sort__item:hover{background:var(--gray-100)}.cc-sort__item.is-active{background:var(--primary-light)}.cc-sort__item:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.cc-sort__box{display:flex;align-items:flex-end;justify-content:center;width:100%;height:66px;margin-bottom:8px;padding-bottom:4px;border-bottom:1px solid var(--gray-300)}.cc-sort__shape{flex-shrink:0;background:var(--dark-700);transition:background .2s ease}.cc-sort__shape--round{width:min(calc(var(--d) * var(--k)),100%,var(--max));aspect-ratio:1 / 1;border-radius:50%;box-shadow:inset 0 0 0 2px #ffffff40}.cc-sort__shape--square{width:min(calc(var(--d) * var(--k)),100%,var(--max));aspect-ratio:1 / 1;border-radius:2px;box-shadow:inset 0 0 0 2px #ffffff40}.cc-sort__shape--hex{width:min(calc(var(--d) * var(--k) * 1.155),100%,calc(var(--max) * 1.155));aspect-ratio:1.155 / 1;clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%)}.cc-sort__shape--rect{width:min(calc(var(--w) * var(--k)),100%);height:min(calc(var(--h) * var(--k)),var(--max));min-height:3px;border-radius:2px}.cc-sort__shape--bar{width:56px;max-width:100%;height:min(max(3px,calc(var(--t) * var(--k))),var(--max));border-radius:2px}.cc-sort__shape--ring{width:min(calc(var(--d) * var(--k)),100%,var(--max));aspect-ratio:1 / 1;border-radius:50%;background:var(--white);border:max(2px,calc(var(--t) * var(--k))) solid var(--dark-700);box-sizing:border-box}.cc-sort__shape--tube{width:min(calc(var(--w) * var(--k)),100%);height:min(calc(var(--h) * var(--k)),var(--max));min-height:8px;border-radius:3px;background:var(--white);border:max(2px,calc(var(--t) * var(--k))) solid var(--dark-700);box-sizing:border-box}.cc-sort__item:hover .cc-sort__shape,.cc-sort__item.is-active .cc-sort__shape{background:var(--primary)}.cc-sort__item:hover .cc-sort__shape--ring,.cc-sort__item:hover .cc-sort__shape--tube{background:var(--white);border-color:var(--primary)}.cc-sort__d{font-family:var(--font-heading);font-size:19px;font-weight:700;color:var(--dark);line-height:1.1}.cc-sort__d small{font-size:11px;font-weight:600;color:var(--gray-500);margin-left:2px;white-space:nowrap}.cc-sort__w{font-size:12.5px;color:var(--dark-600);white-space:nowrap}.cc-sort__m{font-size:12px;color:var(--gray-500);white-space:nowrap}.cc-sort--tall{--max: 92px}.cc-sort--tall .cc-sort__box{height:96px}.cc-sort__note{margin:-.6rem 0 1.2rem;font-size:13px;color:var(--gray-500)}.cc-sort__head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin:1.4rem 0 .4rem}.cc-sort__head strong{font-family:var(--font-heading);font-size:1.05rem;font-weight:600;color:var(--dark)}.cc-sort__head span{font-size:12.5px;color:var(--gray-500);text-align:right}.cc-sort__badge{display:inline-block;vertical-align:2px;margin-left:6px;padding:1px 7px 2px;border-radius:999px;background:var(--primary-light);color:var(--primary);font-size:11.5px;font-weight:700;line-height:1.3;letter-spacing:.01em}.cc-sort__item:hover .cc-sort__badge,.cc-sort__item.is-active .cc-sort__badge{background:var(--primary);color:var(--white)}.cc-sort__od{display:block;margin:3px 0 5px;font-size:12px;color:var(--gray-500);white-space:nowrap;font-variant-numeric:tabular-nums}.cc-sort__od+.cc-sort__w{padding-top:5px;border-top:1px dashed var(--gray-200);width:100%}.cc-sort--collapsible:not(.is-expanded) .cc-sort__item:nth-child(n+15){display:none}.cc-sort__more{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;gap:6px;margin:6px 4px 0;padding:12px 8px 8px;border:0;border-top:1px solid var(--gray-200);background:none;font:inherit;font-size:14px;font-weight:600;color:var(--primary);cursor:pointer;text-align:center}.cc-sort__more:hover{text-decoration:underline;text-underline-offset:3px}.cc-sort__more b{font-weight:600;color:var(--dark)}.cc-sort__more svg{width:16px;height:16px;flex-shrink:0}.cc-types{--cols: 3;display:grid;grid-template-columns:repeat(var(--cols),minmax(0,1fr));gap:28px;margin:1.6rem 0 2rem}.cc-types__item{display:block;color:inherit;text-decoration:none}@media(min-width:761px)and (max-width:1180px){.cc-types[style*="--cols:5"]{--cols: 3 !important}}.cc-types__item img{display:block;width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;border-radius:12px;background:var(--gray-200);transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s ease}.cc-types__item img.cc-types__svg{object-fit:contain;background:var(--white);border:1px solid var(--gray-200);padding:8px;box-sizing:border-box}a.cc-types__item:hover img{transform:translateY(-2px);box-shadow:var(--shadow-md)}.cc-types__title{display:block;margin-top:12px;font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--dark)}a.cc-types__item:hover .cc-types__title{color:var(--primary)}.cc-types__text{display:block;margin-top:4px;font-size:13.5px;line-height:1.55;color:var(--dark-600)}.cc-scheme{display:grid;grid-template-columns:minmax(0,300px) minmax(0,1fr);gap:28px;align-items:start;margin:1.2rem 0 .4rem}.cc-scheme img{display:block;width:100%;height:auto;aspect-ratio:3 / 4;object-fit:cover;border-radius:12px;background:var(--gray-200)}.cc-scheme--43 img{aspect-ratio:4 / 3}.cc-scheme--svg img{aspect-ratio:4 / 3;object-fit:contain;background:var(--white);border:1px solid var(--gray-200);padding:10px;box-sizing:border-box}.cc-scheme table{margin:0}.cc-scheme__cap{margin-top:8px;font-size:13px;color:var(--gray-500)}.cc-compare{--cols: 2;display:grid;grid-template-columns:repeat(var(--cols),minmax(0,1fr));gap:20px;margin:1.4rem 0 1.6rem}.cc-compare__card{padding:20px 22px 18px;border:1px solid var(--gray-200);border-radius:14px;background:var(--white)}.cc-compare__card--accent{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.cc-compare__badge{display:inline-block;margin-bottom:8px;padding:3px 9px;border-radius:999px;background:var(--gray-100);font-size:11.5px;font-weight:600;letter-spacing:.02em;color:var(--dark-600)}.cc-compare__title{display:block;font-family:var(--font-heading);font-size:1.08rem;font-weight:700;color:var(--dark);line-height:1.3;margin:0 0 6px}.cc-compare__card p{margin:0 0 .6rem;font-size:14.5px}.cc-compare__card ul{margin:.4rem 0 0;padding-left:1.05rem}.cc-compare__card li{font-size:14px;line-height:1.55;margin:0 0 .3rem}.cc-compare__card dl{display:grid;grid-template-columns:auto 1fr;gap:4px 12px;margin:.6rem 0 0;font-size:13.5px}.cc-compare__card dt{color:var(--gray-500)}.cc-compare__card dd{margin:0;color:var(--dark);font-weight:600}.cc-steps{--cols: 3;display:grid;grid-template-columns:repeat(var(--cols),minmax(0,1fr));gap:24px;margin:1.4rem 0 1.6rem;counter-reset:ccstep}.cc-steps__item{position:relative;padding-top:14px;border-top:2px solid var(--gray-200)}.cc-steps__item:before{counter-increment:ccstep;content:counter(ccstep,decimal-leading-zero);display:block;font-family:var(--font-heading);font-size:13px;font-weight:700;letter-spacing:.06em;color:var(--primary);margin-bottom:6px}.cc-steps__title{display:block;font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--dark);margin-bottom:4px}.cc-steps__item p{margin:0;font-size:14px;line-height:1.55}.cc-bars{margin:1.2rem 0 1.4rem;display:grid;gap:10px}.cc-bars__row{display:grid;grid-template-columns:minmax(0,170px) minmax(0,1fr) auto;gap:12px;align-items:center;font-size:14px}.cc-bars__label{color:var(--dark);font-weight:600}.cc-bars__track{height:14px;border-radius:7px;background:var(--gray-100);overflow:hidden}.cc-bars__fill{height:100%;width:calc(var(--v) * 1%);border-radius:7px;background:var(--dark-700)}.cc-bars__row--accent .cc-bars__fill{background:var(--primary)}.cc-bars__val{color:var(--dark-600);white-space:nowrap;font-variant-numeric:tabular-nums}.cc-bars__note{margin:-.4rem 0 1.2rem;font-size:13px;color:var(--gray-500)}.cc-facts{--cols: 4;display:grid;grid-template-columns:repeat(var(--cols),minmax(0,1fr));gap:16px;margin:1.4rem 0 1.6rem}.cc-facts__item{padding:16px 18px;border-radius:12px;background:var(--gray-100)}.cc-facts__num{display:block;font-family:var(--font-heading);font-size:1.55rem;font-weight:700;color:var(--dark);line-height:1.1;letter-spacing:-.01em}.cc-facts__label{display:block;margin-top:6px;font-size:13px;line-height:1.45;color:var(--dark-600)}.cc-offer{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:32px 40px;margin:2.4rem 0 1rem;padding:30px 32px;border-radius:18px;background:var(--dark);color:#ffffffd1}.cat-seo-text .cc-offer h2{margin:0 0 .7rem;color:var(--white);font-size:1.45rem}.cat-seo-text .cc-offer p{color:#ffffffc7;font-size:15px}.cc-offer__price{display:block;margin:.2rem 0 .8rem;font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--white);letter-spacing:-.01em;line-height:1.1}.cc-offer__price small{font-size:14px;font-weight:500;color:#fff9;margin-left:6px}.cc-offer__list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.cat-seo-text .cc-offer__list li{margin:0;padding:0 0 12px;border-bottom:1px solid rgba(255,255,255,.12);font-size:14px;line-height:1.5;color:#ffffffc7}.cc-offer__list li:last-child{border-bottom:0;padding-bottom:0}.cat-seo-text .cc-offer__list strong{display:block;color:var(--white);font-size:14.5px;margin-bottom:2px}.cc-offer__cta{display:inline-flex;align-items:center;gap:10px;margin-top:8px;padding:14px 22px;border-radius:12px;background:var(--primary);color:var(--white);font-family:var(--font-heading);font-weight:600;font-size:15px;text-decoration:none;transition:background .2s ease,transform .2s ease}.cc-offer__cta:hover{background:var(--primary-dark);transform:translateY(-1px);color:var(--white)}.cc-offer__cta svg{width:18px;height:18px}.cc-offer__note{display:block;margin-top:10px;font-size:12.5px;color:#ffffff8c}.cc-offer a:not(.cc-offer__cta){color:var(--white);text-decoration:underline;text-underline-offset:3px}.tube-pick{margin:1.8rem 0 2.2rem}.cat-seo-text .tube-pick__title{margin:0 0 .35rem;font-size:1.5rem;letter-spacing:-.01em;line-height:1.25}.cat-seo-text .tube-pick__lead{margin:0 0 1.1rem;color:var(--dark-600)}.tube-pick__box{position:relative;isolation:isolate;overflow:hidden;padding:8px 28px 22px;border-radius:20px;color:#ffffffdb;background:radial-gradient(120% 90% at 0% 0%,rgba(26,102,214,.28),transparent 55%),linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),var(--dark);background-size:auto,28px 28px,28px 28px,auto;background-position:0 0,14px 10px,14px 10px,0 0;box-shadow:0 24px 48px -28px #0f172a8c,inset 0 1px #ffffff14}.tube-pick__row{padding:20px 0}.tube-pick__row+.tube-pick__row{border-top:1px solid rgba(255,255,255,.1)}.tube-pick__head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:4px}.cat-seo-text .tube-pick__head h4{margin:0;font-family:var(--font-heading);font-size:1.15rem;font-weight:600;color:var(--white);letter-spacing:-.005em}.tube-pick__head span{font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#ffffff80;text-align:right;white-space:nowrap}.tube-pick__rail{display:flex;align-items:flex-end;gap:2px;margin:0 -10px;padding:6px 10px 4px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none}.tube-pick__rail::-webkit-scrollbar{display:none}.tube-pick__item{flex:1 0 118px;min-width:118px;display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 6px 12px;border-radius:14px;color:inherit;text-decoration:none;transition:background .22s ease}.tube-pick__item:hover,.tube-pick__item:focus-visible{background:#ffffff0f;outline:none}.tube-pick__item:focus-visible{box-shadow:inset 0 0 0 2px #7eb0f5}.tube-pick__circle-box{display:flex;align-items:flex-end;justify-content:center;width:100%;height:108px;padding-bottom:8px;margin-bottom:10px;border-bottom:1px solid rgba(255,255,255,.16)}.tube-pick__circle{width:calc(var(--d) * var(--k) * 1px);aspect-ratio:1 / 1;flex-shrink:0;border-radius:50%;border:2px solid rgba(255,255,255,.9);box-sizing:border-box;box-shadow:0 0 0 6px #ffffff0a,0 10px 22px -10px #0009;transition:transform .28s cubic-bezier(.2,.7,.2,1),border-color .22s ease,background .22s ease,box-shadow .28s ease}.tube-pick__item:hover .tube-pick__circle,.tube-pick__item:focus-visible .tube-pick__circle{transform:translateY(-2px) scale(1.04);border-color:#7eb0f5;background:#1a66d638;box-shadow:0 0 0 8px #1a66d61f,0 0 32px #1a66d673,0 12px 24px -10px #000000b3}.tube-pick__du{font-family:var(--font-heading);font-size:18px;font-weight:700;color:var(--white);line-height:1.15;letter-spacing:-.01em;font-variant-numeric:tabular-nums}.tube-pick__inch{font-size:13.5px;font-weight:600;color:#93c5fd;line-height:1.2}.tube-pick__od{font-size:12px;color:#ffffff94;line-height:1.3;white-space:nowrap;font-variant-numeric:tabular-nums}.tube-pick__item:hover .tube-pick__du,.tube-pick__item:focus-visible .tube-pick__du{color:#bfdbfe}.cat-seo-text .tube-pick__more{margin:10px 0 0;font-size:14px;color:#ffffff9e}.tube-pick__more a{color:#93c5fd;text-decoration:none;font-weight:600;border-bottom:1px solid rgba(147,197,253,.35);transition:border-color .2s ease,color .2s ease}.tube-pick__more a:hover,.tube-pick__more a:focus-visible{color:var(--white);border-bottom-color:var(--white);outline:none}.cat-seo-text .tube-pick__scale{margin:16px 0 0;font-size:12.5px;color:#ffffff80}.tube-pick__hint{display:flex;gap:12px;align-items:flex-start;margin:14px 0 0;padding:14px 16px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);font-size:14px;line-height:1.55;color:#ffffffdb}.tube-pick__hint svg{flex-shrink:0;width:20px;height:20px;margin-top:1px;color:#93c5fd}.tube-pick__hint strong{color:var(--white)}.cat-seo-text .tube-pick__foot{margin:10px 0 0;font-size:12.5px;color:#ffffff80}@media(max-width:640px){.tube-pick__box{padding:4px 16px 16px;border-radius:16px}.tube-pick__rail{margin:0 -16px;padding:6px 24px 4px 16px;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 36px),transparent);mask-image:linear-gradient(90deg,#000 calc(100% - 36px),transparent)}.tube-pick__item{flex:0 0 106px;min-width:106px}.tube-pick__head{flex-direction:column;align-items:flex-start;gap:3px}.tube-pick__head span{white-space:normal;text-align:left}.tube-pick__od{white-space:normal;text-align:center;font-size:11.5px}}@media(prefers-reduced-motion:reduce){.tube-pick__item,.tube-pick__circle,.tube-pick__more a{transition:none}.tube-pick__item:hover .tube-pick__circle{transform:none}}.vgp-table{margin:1.2rem 0 .6rem;border:1px solid var(--gray-200);border-radius:16px;background:var(--white);overflow:hidden}.vgp-table__head,.vgp-table__row{display:grid;grid-template-columns:104px minmax(0,1.15fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.1fr) 28px;align-items:center;gap:14px;padding:0 20px}.vgp-table__head{height:42px;font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-500);background:var(--gray-100)}.vgp-table__head span:nth-child(3),.vgp-table__head span:nth-child(4),.vgp-table__head span:nth-child(5){font-variant-numeric:tabular-nums}.vgp-table__row{min-height:76px;padding-top:6px;padding-bottom:6px;border-top:1px solid var(--gray-200);color:inherit;text-decoration:none;transition:background .2s ease}.vgp-table__row:hover,.vgp-table__row:focus-visible{background:var(--primary-light);outline:none}.vgp-table__row.is-active{background:var(--primary-light);box-shadow:inset 3px 0 0 var(--primary)}.vgp-table__ring-cell{display:flex;align-items:center;justify-content:center;height:72px}.vgp-table__ring{width:calc(var(--d) * var(--k) * 1px);aspect-ratio:1 / 1;flex-shrink:0;border-radius:50%;border:2px solid var(--dark-700);box-sizing:border-box;background:var(--white);transition:border-color .2s ease,background .2s ease,transform .25s cubic-bezier(.2,.7,.2,1)}.vgp-table__row:hover .vgp-table__ring,.vgp-table__row:focus-visible .vgp-table__ring,.vgp-table__row.is-active .vgp-table__ring{border-color:var(--primary);background:#1a66d61a;transform:scale(1.04)}.vgp-table__du{font-family:var(--font-heading);font-size:19px;font-weight:700;color:var(--dark);letter-spacing:-.01em;white-space:nowrap}.vgp-table__du small{margin-left:8px;font-size:13px;font-weight:600;color:var(--gray-500);letter-spacing:0}.vgp-table__od{font-size:15px;font-weight:600;color:var(--dark);font-variant-numeric:tabular-nums;white-space:nowrap}.vgp-table__meta{display:contents}.vgp-table__wall,.vgp-table__kg{font-size:14px;color:var(--dark-600);font-variant-numeric:tabular-nums;white-space:nowrap}.vgp-table__go{display:flex;justify-content:flex-end;color:var(--gray-400);transition:color .2s ease,transform .25s ease}.vgp-table__go svg{width:18px;height:18px}.vgp-table__row:hover .vgp-table__go,.vgp-table__row:focus-visible .vgp-table__go{color:var(--primary);transform:translate(3px)}@media(max-width:720px){.vgp-table__head{display:none}.vgp-table__row{grid-template-columns:72px minmax(0,1fr) 22px;grid-template-areas:"ring du go" "ring od go" "ring meta go";gap:2px 12px;padding:10px 14px;min-height:0}.vgp-table__ring-cell{grid-area:ring;height:64px}.vgp-table__ring{--k: .5 !important}.vgp-table__du{grid-area:du;font-size:17px}.vgp-table__od{grid-area:od;font-size:14px}.vgp-table__od:before{content:"наружный ";font-weight:400;color:var(--gray-500)}.vgp-table__meta{grid-area:meta;display:flex;flex-wrap:wrap;gap:2px 10px}.vgp-table__wall:before{content:"стенка "}.vgp-table__wall,.vgp-table__kg{font-size:13px}.vgp-table__go{grid-area:go}}@media(prefers-reduced-motion:reduce){.vgp-table__row,.vgp-table__ring,.vgp-table__go{transition:none}.vgp-table__row:hover .vgp-table__ring,.vgp-table__row:hover .vgp-table__go{transform:none}}@media(max-width:900px){.cc-sort{--cols: 5 !important}.cc-sort--collapsible:not(.is-expanded) .cc-sort__item:nth-child(n+11){display:none}.cc-facts,.cc-compare,.cc-steps{--cols: 2 !important}.cc-offer{grid-template-columns:1fr;gap:24px;padding:26px 22px}}@media(max-width:760px){.cc-scheme{grid-template-columns:1fr;gap:18px}.cc-scheme img{aspect-ratio:16 / 10}.cc-scheme--svg img{aspect-ratio:4 / 3}.cc-compare,.cc-steps{--cols: 1 !important}.cc-types{--cols: 1 !important;gap:22px}.cc-types__item img{aspect-ratio:16 / 10}.cc-types__item img.cc-types__svg{aspect-ratio:4 / 3}.cc-bars__row{grid-template-columns:minmax(0,1fr) auto}.cc-bars__track{grid-column:1 / -1}}@media(max-width:640px){.cc-pick__row{grid-template-columns:1fr;gap:6px;padding:18px 0}.cc-figure img{aspect-ratio:16 / 10;border-radius:12px}}@media(max-width:480px){.cc-sort{--cols: 4 !important}.cc-sort--collapsible:not(.is-expanded) .cc-sort__item:nth-child(n+9){display:none}.cc-sort__d:has(.cc-sort__badge){display:flex;flex-direction:column;align-items:center;gap:3px}.cc-sort__badge{margin-left:0}.cc-sort__od{white-space:normal;line-height:1.25}.cc-sort{--max: 56px}.cc-sort--tall{--max: 76px}.cc-sort--tall .cc-sort__box{height:80px}.cc-sort__box{height:60px}.cc-sort__d{font-size:17px}.cc-sort__w{font-size:11.5px}.cc-sort__m{font-size:11px}.cc-facts{--cols: 1 !important}.cc-offer__price{font-size:1.7rem}}@media(prefers-reduced-motion:reduce){.cc-sort__shape,.cc-sort__item,.cc-types__item img,.cc-offer__cta{transition:none}a.cc-types__item:hover img,.cc-offer__cta:hover{transform:none}}
