/* Telescopic stoyki page — scoped styles from FINAL-POLISHED mockup */
.teleskopicheskie-stoyki-page {
  --stoyki-bg: #f8f2e9;
  --stoyki-cream: #f8f2e9;
  --stoyki-cream-2: #f3eadf;
  --stoyki-page: #ffffff;
  --stoyki-text: #171717;
  --stoyki-text-strong: #171512;
  --stoyki-muted: #58534e;
  --stoyki-muted-2: #766d64;
  --stoyki-line: #eadfd2;
  --stoyki-line-soft: #eee4da;
  --stoyki-orange: #dd7a22;
  --stoyki-orange-hover: #c2681a;
  --stoyki-shadow-card: 0 12px 28px rgba(63, 39, 17, 0.06);
  --stoyki-shadow-soft: 0 8px 22px rgba(63, 39, 17, 0.04);
}

.teleskopicheskie-stoyki-page{background:#fff}

.teleskopicheskie-stoyki-page .breadcrumbs{padding:16px 30px 20px;font-size:12px;color:#8b8177}

.teleskopicheskie-stoyki-page .breadcrumbs span{margin:0 8px;color:#b6ada3}

.teleskopicheskie-stoyki-page .product-section{padding:0 30px 40px}

.teleskopicheskie-stoyki-page .product-section + .product-section{padding-top:0}

.teleskopicheskie-stoyki-page .section-title{
  margin:0 0 18px;color:var(--stoyki-text-strong);
  font-size:clamp(28px,2.4vw,42px);font-weight:900;line-height:1.08;letter-spacing:-.8px
}

.teleskopicheskie-stoyki-page .section-lead{max-width:760px;margin:-7px 0 22px;color:#655d55;font-size:15px;font-weight:500;line-height:1.58}

.teleskopicheskie-stoyki-page .product-top,
.teleskopicheskie-stoyki-page .product-hero{display:grid;grid-template-columns:1.02fr .98fr;gap:28px;align-items:start}

.teleskopicheskie-stoyki-page .product-gallery-card,
.teleskopicheskie-stoyki-page .product-info-card{
  border:1px solid var(--stoyki-line-soft);border-radius:18px;background:#fff;box-shadow:var(--stoyki-shadow-card)
}

.teleskopicheskie-stoyki-page .product-gallery-card{padding:14px}

.teleskopicheskie-stoyki-page .gallery-main{
  height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden;
  border-radius:14px;background:linear-gradient(145deg,#fff,#f7f1e9)
}

.teleskopicheskie-stoyki-page .gallery-main img{width:100%;height:100%;object-fit:contain;padding:20px}

.teleskopicheskie-stoyki-page .hero-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:12px}

.teleskopicheskie-stoyki-page .hero-thumb{
  height:110px;padding:0;border:1px solid var(--stoyki-line-soft);border-radius:11px;background:#fff;overflow:hidden;
  transition:.18s ease
}

.teleskopicheskie-stoyki-page .hero-thumb:hover,
.teleskopicheskie-stoyki-page .hero-thumb.is-active{border-color:rgba(221,122,34,.72);box-shadow:0 8px 22px rgba(63,39,17,.05)}

.teleskopicheskie-stoyki-page .hero-thumb img{width:100%;height:100%;object-fit:cover}

.teleskopicheskie-stoyki-page .hero-thumb.scheme img{object-fit:contain;padding:5px}

.teleskopicheskie-stoyki-page .product-info-card{padding:34px 34px 30px}

.teleskopicheskie-stoyki-page .product-title{
  margin:0;color:var(--stoyki-text-strong);font-size:clamp(34px,3vw,56px);font-weight:900;line-height:1.04;letter-spacing:-1.5px
}

.teleskopicheskie-stoyki-page .product-lead{margin:17px 0 0;font-size:16px;font-weight:500;line-height:1.62;color:#2d2b28}

.teleskopicheskie-stoyki-page .product-copy{margin:12px 0 0;color:#504840;font-size:15px;font-weight:500;line-height:1.55}

.teleskopicheskie-stoyki-page .product-price-card{
  margin-top:22px;padding:18px 22px;border:1px solid var(--stoyki-line);border-radius:18px;
  background:linear-gradient(135deg,#fff,#fbf6ef);
  display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;box-sizing:border-box
}

.teleskopicheskie-stoyki-page .price-kicker{
  margin:0;flex:1 1 auto;min-width:0;font-size:13px;font-weight:700;line-height:1.35;color:#766d64;
  text-transform:none;letter-spacing:0
}

.teleskopicheskie-stoyki-page .price-value{
  margin:0;flex:0 0 auto;font-size:28px;font-weight:900;letter-spacing:-.4px;color:#1f1b17;white-space:nowrap;text-align:right
}

.teleskopicheskie-stoyki-page .price-value span{font-size:14px;font-weight:500;color:#655d55}

.teleskopicheskie-stoyki-page .hero-cta-row{display:flex;gap:18px;margin-top:20px}

.teleskopicheskie-stoyki-page .btn{
  min-height:48px;padding:0 22px;border-radius:8px;font-size:14px;font-weight:800;border:1px solid transparent;
  display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:.18s ease
}

.teleskopicheskie-stoyki-page .btn svg{width:18px;height:18px}

.teleskopicheskie-stoyki-page .btn-primary{background:var(--stoyki-orange);color:#fff;box-shadow:0 10px 22px rgba(221,122,34,.20)}

.teleskopicheskie-stoyki-page .btn-primary:hover{background:var(--stoyki-orange-hover);transform:translateY(-1px)}

.teleskopicheskie-stoyki-page .btn-outline{background:#fff;color:var(--stoyki-orange);border-color:rgba(221,122,34,.56)}

.teleskopicheskie-stoyki-page .btn-outline:hover{background:#fff6eb;transform:translateY(-1px)}

.teleskopicheskie-stoyki-page .btn-dark{background:#292929;color:#fff}

.teleskopicheskie-stoyki-page .hero-usp{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;gap:8px;margin-top:16px
}

.teleskopicheskie-stoyki-page .usp-card,
.teleskopicheskie-stoyki-page .usp-card:nth-child(4),
.teleskopicheskie-stoyki-page .usp-card:nth-child(5),
.teleskopicheskie-stoyki-page .usp-card:last-child{
  height:100%;min-height:0;padding:10px 12px;border:1px solid #ece1d5;border-radius:11px;background:#fbf6ef;
  box-shadow:none;display:grid;grid-template-columns:32px minmax(0,1fr);gap:8px;align-items:center;box-sizing:border-box;
  grid-column:auto
}

.teleskopicheskie-stoyki-page .usp-icon{width:32px;height:32px;border-radius:8px;background:#fff;color:var(--stoyki-orange);display:grid;place-items:center;flex-shrink:0}

.teleskopicheskie-stoyki-page .usp-icon svg{width:18px;height:18px}

.teleskopicheskie-stoyki-page .usp-card strong{display:block;font-size:13px;font-weight:900;line-height:1.2}

.teleskopicheskie-stoyki-page .usp-card span{
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  margin-top:2px;font-size:10px;font-weight:550;line-height:1.3;color:#857b72
}

.teleskopicheskie-stoyki-page .price-shell{
  padding:24px;border:1px solid var(--stoyki-line);border-radius:18px;background:linear-gradient(180deg,#fff,#fbf6ef);box-shadow:var(--stoyki-shadow-soft)
}

.teleskopicheskie-stoyki-page .product-tabs{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}

.teleskopicheskie-stoyki-page .product-tab{
  min-height:52px;padding:0 28px;border:1px solid var(--stoyki-line);border-radius:999px;background:#fff;
  color:#403932;font-size:15px;font-weight:800;box-shadow:var(--stoyki-shadow-soft);transition:.2s ease
}

.teleskopicheskie-stoyki-page .product-tab small{font-size:11px;font-weight:500;margin-left:8px;color:#766d64}

.teleskopicheskie-stoyki-page .product-tab.is-active{background:var(--stoyki-orange);border-color:var(--stoyki-orange);color:#fff;box-shadow:0 10px 22px rgba(221,122,34,.22)}

.teleskopicheskie-stoyki-page .product-tab.is-active small{color:#fff}

.teleskopicheskie-stoyki-page .price-table-wrap{overflow:hidden;border:1px solid #e8ddd0;border-radius:14px;background:#fff}

.teleskopicheskie-stoyki-page .price-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}

.teleskopicheskie-stoyki-page .price-table th,
.teleskopicheskie-stoyki-page .price-table td{padding:13px 12px;text-align:center;border-right:1px solid #eee5db;border-bottom:1px solid #eee5db}

.teleskopicheskie-stoyki-page .price-table th:last-child,
.teleskopicheskie-stoyki-page .price-table td:last-child{border-right:0}

.teleskopicheskie-stoyki-page .price-table tbody tr:last-child td{border-bottom:0}

.teleskopicheskie-stoyki-page .price-table thead th{background:#fbf7f2;color:#4c443d;font-size:12px;font-weight:850}

.teleskopicheskie-stoyki-page .price-table tbody td{font-size:13px;font-weight:700;color:#332d28}

.teleskopicheskie-stoyki-page .price-table tbody .length{font-size:14px;font-weight:900}

.teleskopicheskie-stoyki-page .price-table tbody tr:hover td{background:#fffdf9}

.teleskopicheskie-stoyki-page .price-panel{display:none}

.teleskopicheskie-stoyki-page .price-panel.is-active{display:block}

.teleskopicheskie-stoyki-page .price-mobile{display:none}

.teleskopicheskie-stoyki-page .calculator-card{
  /* Override home .calculator-card 51/49 grid — stoyki calc is stacked head+body */
  display:block;
  grid-template-columns:none;
  min-height:0;
  align-items:stretch;
  border:1px solid rgba(221,122,34,.22);border-radius:20px;background:linear-gradient(180deg,#fff,#fbf6ef);
  box-shadow:var(--stoyki-shadow-card);overflow:hidden
}

.teleskopicheskie-stoyki-page .calc-head{
  padding:26px 28px 20px;display:flex;justify-content:space-between;align-items:flex-end;gap:20px;border-bottom:1px solid var(--stoyki-line)
}

.teleskopicheskie-stoyki-page .calc-head h2{margin:0;color:var(--stoyki-text-strong);font-size:clamp(28px,2.4vw,42px);font-weight:900;line-height:1.08;letter-spacing:-.8px}

.teleskopicheskie-stoyki-page .calc-head p{margin:7px 0 0;color:#655d55;font-size:15px;font-weight:500}

.teleskopicheskie-stoyki-page .price-mode{display:flex;gap:4px;padding:4px;border:1px solid var(--stoyki-line);border-radius:999px;background:#fff}

.teleskopicheskie-stoyki-page .mode-btn{min-height:38px;padding:0 17px;border:0;border-radius:999px;background:transparent;color:#504840;font-size:12px;font-weight:800}

.teleskopicheskie-stoyki-page .mode-btn.is-active{background:var(--stoyki-orange);color:#fff}

.teleskopicheskie-stoyki-page .calc-body{padding:22px 28px 28px}

.teleskopicheskie-stoyki-page .calc-table{width:100%;border-collapse:separate;border-spacing:0 10px}

.teleskopicheskie-stoyki-page .calc-table th{padding:0 10px 3px;text-align:left;color:#766d64;font-size:12px;font-weight:850}

.teleskopicheskie-stoyki-page .calc-row td{padding:9px 10px;background:#fff;border-top:1px solid var(--stoyki-line-soft);border-bottom:1px solid var(--stoyki-line-soft);font-size:13px;font-weight:700}

.teleskopicheskie-stoyki-page .calc-row td:first-child{border-left:1px solid var(--stoyki-line-soft);border-radius:12px 0 0 12px}

.teleskopicheskie-stoyki-page .calc-row td:last-child{border-right:1px solid var(--stoyki-line-soft);border-radius:0 12px 12px 0}

.teleskopicheskie-stoyki-page .ds-input,
.teleskopicheskie-stoyki-page .calc-select{
  width:100%;height:42px;padding:0 13px;border:1px solid #dccfc1;border-radius:8px;background:#fff;color:#25211e;
  font-size:14px;font-weight:500;outline:none
}

.teleskopicheskie-stoyki-page .ds-input:focus,
.teleskopicheskie-stoyki-page .calc-select:focus{border-color:var(--stoyki-orange);box-shadow:0 0 0 3px rgba(221,122,34,.10)}

.teleskopicheskie-stoyki-page .qty{
  height:42px;display:grid;grid-template-columns:36px 52px 36px;border:1px solid #dccfc1;border-radius:8px;overflow:hidden;background:#fff
}

.teleskopicheskie-stoyki-page .qty button{border:0;background:#faf6f0;font-size:18px;font-weight:700;color:#504840}

.teleskopicheskie-stoyki-page .qty input{width:100%;border:0;text-align:center;outline:none;font-size:14px;font-weight:700}

.teleskopicheskie-stoyki-page .row-action{display:flex;gap:5px;justify-content:flex-end}

.teleskopicheskie-stoyki-page .icon-btn{width:36px;height:36px;border:1px solid var(--stoyki-line);border-radius:8px;background:#fff;color:var(--stoyki-orange);display:grid;place-items:center}

.teleskopicheskie-stoyki-page .icon-btn svg{width:17px;height:17px}

.teleskopicheskie-stoyki-page .add-position{margin-top:4px;min-height:42px;padding:0 16px;border:1px solid rgba(221,122,34,.56);border-radius:8px;background:#fff;color:var(--stoyki-orange);font-size:13px;font-weight:800}

.teleskopicheskie-stoyki-page .calc-grid-bottom{display:grid;grid-template-columns:1.08fr .92fr;gap:18px;margin-top:20px}

.teleskopicheskie-stoyki-page .calc-accessories,
.teleskopicheskie-stoyki-page .calc-summary{border:1px solid var(--stoyki-line);border-radius:18px;background:#fff;padding:22px}

.teleskopicheskie-stoyki-page .calc-accessories h3,
.teleskopicheskie-stoyki-page .calc-summary h3{margin:0 0 14px;font-size:19px;font-weight:900;line-height:1.28}

.teleskopicheskie-stoyki-page .calc-accessory-row{
  display:grid;grid-template-columns:1fr 126px 105px 110px;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #eee5db
}

.teleskopicheskie-stoyki-page .calc-accessory-row:last-child{border-bottom:0}

.teleskopicheskie-stoyki-page .calc-accessory-row strong{display:block;font-size:14px;font-weight:900}

.teleskopicheskie-stoyki-page .calc-accessory-row small{color:#766d64;font-size:11px;font-weight:500}

.teleskopicheskie-stoyki-page .calc-number{font-size:13px;font-weight:700;text-align:right}

.teleskopicheskie-stoyki-page .summary-line{display:flex;justify-content:space-between;gap:16px;padding:8px 0;font-size:14px;color:#504840}

.teleskopicheskie-stoyki-page .summary-line strong{font-weight:900;color:#1f1b17}

.teleskopicheskie-stoyki-page .summary-total{margin-top:8px;padding-top:16px;border-top:1px solid var(--stoyki-line);display:flex;align-items:flex-end;justify-content:space-between;gap:16px}

.teleskopicheskie-stoyki-page .summary-total span{font-size:15px;font-weight:700}

.teleskopicheskie-stoyki-page .summary-total strong{color:var(--stoyki-orange);font-size:34px;font-weight:900;letter-spacing:-1px}

.teleskopicheskie-stoyki-page .summary-note{margin:10px 0 0;color:#766d64;font-size:11px;font-weight:500;line-height:1.45}

.teleskopicheskie-stoyki-page .calc-actions{display:grid;grid-template-columns:1fr 1.25fr 1fr;gap:12px;margin-top:18px}

.teleskopicheskie-stoyki-page .two-col{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px}

.teleskopicheskie-stoyki-page .content-card{padding:24px;border:1px solid var(--stoyki-line);border-radius:18px;background:#fff;box-shadow:var(--stoyki-shadow-soft)}

.teleskopicheskie-stoyki-page .content-card h2{margin:0 0 18px;font-size:28px;font-weight:900;line-height:1.08;letter-spacing:-.7px}

.teleskopicheskie-stoyki-page .accessory-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}

.teleskopicheskie-stoyki-page .accessory-card{padding:20px;border:1px solid var(--stoyki-line-soft);border-radius:18px;background:#fbf6ef}

.teleskopicheskie-stoyki-page .accessory-visual{height:145px;margin-bottom:13px;display:grid;place-items:center;color:var(--stoyki-orange)}

.teleskopicheskie-stoyki-page .accessory-visual svg{width:105px;height:130px}

.teleskopicheskie-stoyki-page .accessory-card h3{margin:0;font-size:19px;font-weight:900;line-height:1.28}

.teleskopicheskie-stoyki-page .accessory-card p{margin:6px 0 0;color:#655d55;font-size:13px;font-weight:500;line-height:1.45}

.teleskopicheskie-stoyki-page .accessory-price{margin-top:12px;color:#1f1b17;font-size:15px;font-weight:900}

.teleskopicheskie-stoyki-page .accessory-price span{color:#766d64;font-size:12px;font-weight:500}

.teleskopicheskie-stoyki-page .spec-table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid #e8ddd0;border-radius:14px}

.teleskopicheskie-stoyki-page .spec-table th,
.teleskopicheskie-stoyki-page .spec-table td{padding:13px 12px;border-right:1px solid #eee5db;border-bottom:1px solid #eee5db;text-align:left;font-size:13px}

.teleskopicheskie-stoyki-page .spec-table th{font-size:12px;font-weight:850;background:#fbf7f2}

.teleskopicheskie-stoyki-page .spec-table td{font-weight:700}

.teleskopicheskie-stoyki-page .spec-table tr:last-child td{border-bottom:0}

.teleskopicheskie-stoyki-page .spec-table th:last-child,
.teleskopicheskie-stoyki-page .spec-table td:last-child{border-right:0}

.teleskopicheskie-stoyki-page .benefit-layout{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}

.teleskopicheskie-stoyki-page .image-list-card{padding:24px;border:1px solid var(--stoyki-line);border-radius:18px;background:#fff;box-shadow:var(--stoyki-shadow-soft)}

.teleskopicheskie-stoyki-page .image-list-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:20px;align-items:center}

.teleskopicheskie-stoyki-page .image-list-grid img{width:100%;height:270px;object-fit:cover;border-radius:14px}

.teleskopicheskie-stoyki-page .check-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}

.teleskopicheskie-stoyki-page .check-list li{display:grid;grid-template-columns:26px 1fr;gap:10px;align-items:start;color:#504840;font-size:15px;font-weight:500}

.teleskopicheskie-stoyki-page .check-list .check-icon{width:24px;height:24px;border-radius:50%;background:rgba(221,122,34,.10);color:var(--stoyki-orange);display:grid;place-items:center}

.teleskopicheskie-stoyki-page .check-list svg{width:15px;height:15px}

.teleskopicheskie-stoyki-page .why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}

.teleskopicheskie-stoyki-page .why-item{min-height:0;min-width:0;padding:16px 14px;border:1px solid #ece1d5;border-radius:8px;background:#fbf6ef;overflow:hidden}

.teleskopicheskie-stoyki-page .why-icon{width:46px;height:46px;display:grid;place-items:center;color:var(--stoyki-orange);margin-bottom:10px}

.teleskopicheskie-stoyki-page .why-icon svg{width:38px;height:38px}

.teleskopicheskie-stoyki-page .why-item strong{display:block;font-size:15px;font-weight:900;line-height:1.22}

.teleskopicheskie-stoyki-page .why-item span{display:block;margin-top:5px;color:#655d55;font-size:13px;font-weight:500;line-height:1.45}

.teleskopicheskie-stoyki-page .docs-video{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}

.teleskopicheskie-stoyki-page .docs-video > article{min-width:0}

.teleskopicheskie-stoyki-page .docs-video > article > .section-title{margin:0 0 16px}

.teleskopicheskie-stoyki-page .document-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:stretch}

.teleskopicheskie-stoyki-page .document-card{
  padding:14px 14px 12px;border:1px solid #ebe1d6;border-radius:12px;background:#fff;box-shadow:var(--stoyki-shadow-soft);transition:.18s ease;
  height:auto;min-height:0
}

.teleskopicheskie-stoyki-page .document-card:hover{transform:translateY(-1px)}

.teleskopicheskie-stoyki-page .document-icon{width:36px;height:36px;border-radius:9px;background:#fbf6ef;color:var(--stoyki-orange);display:grid;place-items:center;margin-bottom:8px}

.teleskopicheskie-stoyki-page .document-icon svg{width:20px;height:20px}

.teleskopicheskie-stoyki-page .document-card h3{margin:0;font-size:15px;font-weight:900;line-height:1.25}

.teleskopicheskie-stoyki-page .document-card p{
  margin:5px 0 0;color:#655d55;font-size:12px;font-weight:500;line-height:1.35;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden
}

.teleskopicheskie-stoyki-page .document-link{display:inline-flex;margin-top:8px;color:var(--stoyki-orange);font-size:12px;font-weight:800}

.teleskopicheskie-stoyki-page .video-card{padding:18px;border:1px solid var(--stoyki-line);border-radius:18px;background:#fff;box-shadow:var(--stoyki-shadow-soft)}

.teleskopicheskie-stoyki-page .video-cover{height:330px;border-radius:14px;overflow:hidden;position:relative}

.teleskopicheskie-stoyki-page .video-cover img{width:100%;height:100%;object-fit:cover}

.teleskopicheskie-stoyki-page .play-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:72px;height:72px;border:0;border-radius:50%;background:var(--stoyki-orange);color:#fff;display:grid;place-items:center;box-shadow:0 10px 26px rgba(221,122,34,.25)}

.teleskopicheskie-stoyki-page .play-btn:before{content:"";margin-left:5px;border-left:20px solid currentColor;border-top:12px solid transparent;border-bottom:12px solid transparent}

.teleskopicheskie-stoyki-page .video-meta{margin-top:12px;color:#655d55;font-size:13px}

.teleskopicheskie-stoyki-page .schemes{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}

.teleskopicheskie-stoyki-page .scheme-card{padding:18px;border:1px solid var(--stoyki-line);border-radius:18px;background:#fff;box-shadow:var(--stoyki-shadow-soft);height:auto}

.teleskopicheskie-stoyki-page .scheme-card h3{margin:0 0 12px;font-size:19px;font-weight:900}

.teleskopicheskie-stoyki-page .scheme-card img{
  width:100%;height:auto;aspect-ratio:1050 / 640;object-fit:contain;object-position:center;
  border:1px solid #eee5db;border-radius:14px;background:#fff;display:block
}

.teleskopicheskie-stoyki-page .gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}

.teleskopicheskie-stoyki-page .gallery-card{overflow:hidden;border:1px solid var(--stoyki-line-soft);border-radius:18px;background:#fff;box-shadow:var(--stoyki-shadow-soft)}

.teleskopicheskie-stoyki-page .gallery-card img{width:100%;height:220px;object-fit:cover}

.teleskopicheskie-stoyki-page .gallery-card div{padding:13px 15px;color:#504840;font-size:13px;font-weight:500}

.teleskopicheskie-stoyki-page .faq-shell{padding:28px;border-radius:22px;background:#f3ebdf}

.teleskopicheskie-stoyki-page .faq-pills{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}

.teleskopicheskie-stoyki-page .faq-pill{
  min-height:52px;padding:0 28px;border:1px solid var(--stoyki-line);border-radius:999px;background:#fff;color:#403932;
  font-size:15px;font-weight:800;box-shadow:var(--stoyki-shadow-soft);transition:.2s ease
}

.teleskopicheskie-stoyki-page .faq-pill.is-active{background:var(--stoyki-orange);border-color:var(--stoyki-orange);color:#fff;box-shadow:0 10px 22px rgba(221,122,34,.22)}

.teleskopicheskie-stoyki-page .faq-answer{
  position:relative;padding:24px 26px 24px 34px;border-radius:18px;background:#fff;box-shadow:var(--stoyki-shadow-soft);
  animation:faqIn .16s ease
}

.teleskopicheskie-stoyki-page .faq-answer:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;border-radius:18px 0 0 18px;background:var(--stoyki-orange)}

.teleskopicheskie-stoyki-page .faq-answer h3{margin:0;font-size:19px;font-weight:900;line-height:1.3}

.teleskopicheskie-stoyki-page .faq-answer p{margin:8px 0 0;color:#504840;font-size:15px;font-weight:500;line-height:1.58}

@keyframes faqIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}

.teleskopicheskie-stoyki-page .callback-card{
  padding:24px 26px;border:1px solid var(--stoyki-line);border-radius:18px;background:#f7efe4;display:grid;grid-template-columns:1fr 1.2fr;gap:24px;align-items:center
}

.teleskopicheskie-stoyki-page .callback-card h2{margin:0;font-size:30px;font-weight:900;letter-spacing:-.7px;line-height:1.08}

.teleskopicheskie-stoyki-page .callback-card p{margin:8px 0 0;color:#655d55;font-size:14px;font-weight:500}

.teleskopicheskie-stoyki-page .callback-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%;max-width:560px}

.teleskopicheskie-stoyki-page .callback-form input,
.teleskopicheskie-stoyki-page .callback-input{height:52px;padding:0 16px;border:1px solid #e3d8cc;border-radius:8px;background:#fff;font-size:15px;outline:none;box-sizing:border-box}

.teleskopicheskie-stoyki-page .callback-form input:focus,
.teleskopicheskie-stoyki-page .callback-input:focus{border-color:var(--stoyki-orange);box-shadow:0 0 0 4px rgba(221,122,34,.10)}

.teleskopicheskie-stoyki-page .callback-submit{
  grid-column:1/-1;width:100%;height:54px;border:0;border-radius:8px;background:var(--stoyki-orange);color:#fff;
  font-size:16px;font-weight:800;cursor:pointer;box-shadow:0 10px 22px rgba(221,122,34,.2)
}

.teleskopicheskie-stoyki-page .back-link{display:inline-flex;margin-top:17px;color:var(--stoyki-orange);font-size:14px;font-weight:800}

.teleskopicheskie-stoyki-page .site-footer{background:#232323;color:#f7f3ed}

.teleskopicheskie-stoyki-page .modal{position:fixed;inset:0;z-index:80;background:rgba(20,18,16,.78);display:none;align-items:center;justify-content:center;padding:24px}

.teleskopicheskie-stoyki-page .modal.is-open{display:flex}

.teleskopicheskie-stoyki-page .modal-dialog{width:min(920px,100%);border-radius:18px;overflow:hidden;background:#111;position:relative}

.teleskopicheskie-stoyki-page .modal-dialog iframe{display:block;width:100%;aspect-ratio:16/9;border:0}

.teleskopicheskie-stoyki-page .modal-close{position:absolute;z-index:2;right:12px;top:12px;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#171717;font-size:24px}

.teleskopicheskie-stoyki-page .toast{position:fixed;right:22px;bottom:22px;z-index:90;padding:13px 17px;border-radius:9px;background:#232323;color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.22);font-size:13px;font-weight:700;opacity:0;transform:translateY(8px);pointer-events:none;transition:.18s}

.teleskopicheskie-stoyki-page .toast.is-show{opacity:1;transform:none}

.teleskopicheskie-stoyki-page .series-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}

.teleskopicheskie-stoyki-page .series-overview-card{
  position:relative;padding:22px 22px 20px;border:1px solid var(--stoyki-line);border-radius:18px;background:#fff;
  box-shadow:var(--stoyki-shadow-soft);overflow:hidden
}

.teleskopicheskie-stoyki-page .series-overview-card:before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--stoyki-orange)
}

.teleskopicheskie-stoyki-page .series-overview-card h3{margin:0;font-size:19px;font-weight:900;line-height:1.28}

.teleskopicheskie-stoyki-page .series-overview-card .series-range{margin-top:5px;color:var(--stoyki-orange);font-size:14px;font-weight:800}

.teleskopicheskie-stoyki-page .series-overview-card p{margin:9px 0 0;color:#504840;font-size:14px;font-weight:500;line-height:1.5}

.teleskopicheskie-stoyki-page .series-overview-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}

.teleskopicheskie-stoyki-page .series-chip{
  min-height:30px;padding:0 11px;border-radius:999px;background:#fbf6ef;color:#655d55;
  display:inline-flex;align-items:center;font-size:11px;font-weight:750
}

.teleskopicheskie-stoyki-page .accessory-photo{
  height:180px;margin-bottom:14px;border-radius:14px;overflow:hidden;background:#fff;
  display:grid;place-items:center;line-height:0
}

.teleskopicheskie-stoyki-page .accessory-photo img{width:100%;height:100%;object-fit:contain;padding:8px;display:block}

.teleskopicheskie-stoyki-page .accessory-photo.tripod img{
  object-fit:cover;object-position:center 35%;padding:0
}

.teleskopicheskie-stoyki-page .accessory-price-secondary{margin-top:5px;color:#766d64;font-size:12px;font-weight:500}

.teleskopicheskie-stoyki-page .related-products{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}

.teleskopicheskie-stoyki-page .related-card{
  overflow:hidden;border:1px solid var(--stoyki-line);border-radius:18px;background:#fff;box-shadow:var(--stoyki-shadow-soft);
  transition:.18s ease
}

.teleskopicheskie-stoyki-page .related-card:hover{transform:translateY(-2px);border-color:rgba(221,122,34,.42)}

.teleskopicheskie-stoyki-page .related-media{height:245px;background:linear-gradient(145deg,#fff,#f7f1e9);overflow:hidden}

.teleskopicheskie-stoyki-page .related-media img{width:100%;height:100%;object-fit:cover}

.teleskopicheskie-stoyki-page .related-media.contain img{object-fit:contain;padding:18px}

.teleskopicheskie-stoyki-page .related-body{padding:20px}

.teleskopicheskie-stoyki-page .related-body h3{margin:0;font-size:19px;font-weight:900;line-height:1.28}

.teleskopicheskie-stoyki-page .related-body p{margin:7px 0 15px;color:#655d55;font-size:13px;font-weight:500;line-height:1.5}

.teleskopicheskie-stoyki-page .related-link{color:var(--stoyki-orange);font-size:14px;font-weight:800}

.teleskopicheskie-stoyki-page .selection-guide{
  display:grid;grid-template-columns:1.02fr .98fr;gap:28px;align-items:stretch
}

.teleskopicheskie-stoyki-page .selection-copy,
.teleskopicheskie-stoyki-page .selection-points{
  padding:24px;border:1px solid var(--stoyki-line);border-radius:18px;background:#fff;box-shadow:var(--stoyki-shadow-soft)
}

.teleskopicheskie-stoyki-page .selection-copy p{margin:0 0 12px;color:#504840;font-size:15px;font-weight:500;line-height:1.58}

.teleskopicheskie-stoyki-page .selection-copy p:last-child{margin-bottom:0}

.teleskopicheskie-stoyki-page .selection-points{display:grid;grid-template-columns:1fr 1fr;gap:12px}

.teleskopicheskie-stoyki-page .selection-point{
  padding:17px;border:1px solid #ece1d5;border-radius:15px;background:#fbf6ef
}

.teleskopicheskie-stoyki-page .selection-point strong{display:block;font-size:14px;font-weight:900}

.teleskopicheskie-stoyki-page .selection-point span{display:block;margin-top:5px;color:#655d55;font-size:12px;font-weight:500;line-height:1.45}

@media(max-width:940px){
.teleskopicheskie-stoyki-page .series-overview,
.teleskopicheskie-stoyki-page .related-products{grid-template-columns:1fr}
.teleskopicheskie-stoyki-page .selection-guide{grid-template-columns:1fr}
}

@media(max-width:680px){
.teleskopicheskie-stoyki-page .selection-points{grid-template-columns:1fr}
.teleskopicheskie-stoyki-page .related-media{height:210px}
}

.teleskopicheskie-stoyki-page .two-col,
.teleskopicheskie-stoyki-page .benefit-layout,
.teleskopicheskie-stoyki-page .docs-video{
  align-items:start;
}

.teleskopicheskie-stoyki-page .two-col > *,
.teleskopicheskie-stoyki-page .benefit-layout > *,
.teleskopicheskie-stoyki-page .docs-video > *{
  min-width:0;
}

.teleskopicheskie-stoyki-page .content-card,
.teleskopicheskie-stoyki-page .image-list-card,
.teleskopicheskie-stoyki-page .video-card{
  height:auto;
  min-width:0;
  overflow:hidden;
}

.teleskopicheskie-stoyki-page .content-card{
  display:flex;
  flex-direction:column;
}

.teleskopicheskie-stoyki-page .content-card .accessory-grid{
  flex:1;
}

.teleskopicheskie-stoyki-page .accessory-card{
  display:flex;
  flex-direction:column;
  height:100%;
}

.teleskopicheskie-stoyki-page .accessory-card .accessory-price{
  margin-top:auto;
  padding-top:12px;
}

.teleskopicheskie-stoyki-page .series-overview-card{
  display:flex;
  flex-direction:column;
  height:100%;
}

.teleskopicheskie-stoyki-page .series-overview-card .series-overview-meta{
  margin-top:auto;
  padding-top:13px;
}

.teleskopicheskie-stoyki-page .why-item{
  height:auto;
}

.teleskopicheskie-stoyki-page .document-card{
  display:flex;
  flex-direction:column;
  height:auto;
  min-height:0;
}

.teleskopicheskie-stoyki-page .document-card .document-link{
  margin-top:8px;
  padding-top:0;
}

.teleskopicheskie-stoyki-page .related-card{
  display:flex;
  flex-direction:column;
  height:100%;
}

.teleskopicheskie-stoyki-page .related-body{
  display:flex;
  flex-direction:column;
  flex:1;
}

.teleskopicheskie-stoyki-page .related-body .related-link{
  margin-top:auto;
}

.teleskopicheskie-stoyki-page .selection-copy,
.teleskopicheskie-stoyki-page .selection-points{
  height:100%;
}

.teleskopicheskie-stoyki-page .gallery-card{
  height:100%;
}

.teleskopicheskie-stoyki-page .gallery-card img{
  aspect-ratio:1.46 / 1;
  height:auto;
}

.teleskopicheskie-stoyki-page .scheme-card{
  height:auto;
}

.teleskopicheskie-stoyki-page .product-section:last-of-type{
  padding-bottom:34px;
}

@media(min-width:941px){
  .teleskopicheskie-stoyki-page .product-section{
    padding-bottom:36px;
  }
  .teleskopicheskie-stoyki-page .price-shell{
    padding-bottom:20px;
  }
  .teleskopicheskie-stoyki-page .related-media{
    height:225px;
  }
}

@media(max-width:940px){
  .teleskopicheskie-stoyki-page .content-card,
  .teleskopicheskie-stoyki-page .image-list-card,
  .teleskopicheskie-stoyki-page .video-card,
  .teleskopicheskie-stoyki-page .series-overview-card,
  .teleskopicheskie-stoyki-page .related-card{
    height:auto;
  }
}

@media(max-width:1180px){
  .teleskopicheskie-stoyki-page .site-header{padding:0 20px}
  .teleskopicheskie-stoyki-page .main-nav{gap:16px}
  .teleskopicheskie-stoyki-page .main-nav > a[href="/#blog"]{display:none}
  .teleskopicheskie-stoyki-page .main-nav > a[href="/contacts/"]{display:inline-flex}
  .teleskopicheskie-stoyki-page .header-phone{display:none}
  .teleskopicheskie-stoyki-page .product-hero{grid-template-columns:1fr 1fr}
  .teleskopicheskie-stoyki-page .product-gallery-card .gallery-main{height:450px}
  .teleskopicheskie-stoyki-page .hero-usp{grid-template-columns:1fr}
  .teleskopicheskie-stoyki-page .product-section{padding-left:20px;padding-right:20px}
}

@media(max-width:940px){
.teleskopicheskie-stoyki-page .product-hero,
.teleskopicheskie-stoyki-page .two-col,
.teleskopicheskie-stoyki-page .benefit-layout,
.teleskopicheskie-stoyki-page .docs-video,
.teleskopicheskie-stoyki-page .callback-card{grid-template-columns:1fr}
.teleskopicheskie-stoyki-page .product-gallery-card .gallery-main{height:480px}
.teleskopicheskie-stoyki-page .price-table-wrap{display:none}
.teleskopicheskie-stoyki-page .price-mobile{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.teleskopicheskie-stoyki-page .price-length-card{padding:17px;border:1px solid var(--stoyki-line);border-radius:18px;background:#fff}
.teleskopicheskie-stoyki-page .price-length-card strong{display:block;font-size:19px;font-weight:900}
.teleskopicheskie-stoyki-page .price-length-card .range{margin-top:3px;color:#766d64;font-size:13px}
.teleskopicheskie-stoyki-page .price-length-card .prices{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}
.teleskopicheskie-stoyki-page .price-length-card .price-cell{padding:10px;border-radius:10px;background:#fbf7f2}
.teleskopicheskie-stoyki-page .price-cell span{display:block;color:#766d64;font-size:11px}
.teleskopicheskie-stoyki-page .price-cell b{display:block;margin-top:2px;font-size:14px;font-weight:900}
.teleskopicheskie-stoyki-page .calc-table thead{display:none}
.teleskopicheskie-stoyki-page .calc-table,
.teleskopicheskie-stoyki-page .calc-table tbody,
.teleskopicheskie-stoyki-page .calc-row,
.teleskopicheskie-stoyki-page .calc-row td{display:block;width:100%}
.teleskopicheskie-stoyki-page .calc-row{margin-bottom:12px;padding:14px;border:1px solid var(--stoyki-line);border-radius:18px;background:#fff}
.teleskopicheskie-stoyki-page .calc-row td{border:0!important;border-radius:0!important;padding:6px 0;background:transparent}
.teleskopicheskie-stoyki-page .calc-row td:before{content:attr(data-label);display:block;margin-bottom:4px;color:#766d64;font-size:11px;font-weight:700}
.teleskopicheskie-stoyki-page .calc-grid-bottom{grid-template-columns:1fr}
.teleskopicheskie-stoyki-page .schemes{grid-template-columns:1fr}
.teleskopicheskie-stoyki-page .gallery-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:860px){
.teleskopicheskie-stoyki-page .breadcrumbs{padding-left:20px;padding-right:20px}
.teleskopicheskie-stoyki-page .calc-head{display:block}
.teleskopicheskie-stoyki-page .price-mode{margin-top:15px;width:max-content}
.teleskopicheskie-stoyki-page .calc-actions{grid-template-columns:1fr}
.teleskopicheskie-stoyki-page .document-grid{grid-template-columns:1fr}
.teleskopicheskie-stoyki-page .why-grid{grid-template-columns:1fr 1fr}
.teleskopicheskie-stoyki-page .accessory-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:680px){
.teleskopicheskie-stoyki-page .product-section{padding-left:16px;padding-right:16px;padding-bottom:34px}
.teleskopicheskie-stoyki-page .breadcrumbs{padding-left:16px;padding-right:16px}
.teleskopicheskie-stoyki-page .product-gallery-card .gallery-main{height:380px}
.teleskopicheskie-stoyki-page .hero-thumbs{grid-template-columns:repeat(4,1fr);gap:8px}
.teleskopicheskie-stoyki-page .hero-thumb{height:78px}
.teleskopicheskie-stoyki-page .product-info-card{padding:24px 20px}
.teleskopicheskie-stoyki-page .hero-cta-row{display:grid;grid-template-columns:1fr}
.teleskopicheskie-stoyki-page .product-tabs{display:grid;grid-template-columns:1fr}
.teleskopicheskie-stoyki-page .price-mobile{grid-template-columns:1fr}
.teleskopicheskie-stoyki-page .calc-body,
.teleskopicheskie-stoyki-page .calc-head{padding-left:18px;padding-right:18px}
.teleskopicheskie-stoyki-page .calc-accessory-row{grid-template-columns:1fr 120px}
.teleskopicheskie-stoyki-page .calc-accessory-row .calc-number{display:none}
.teleskopicheskie-stoyki-page .image-list-grid{grid-template-columns:1fr}
.teleskopicheskie-stoyki-page .why-grid{grid-template-columns:1fr}
.teleskopicheskie-stoyki-page .gallery-grid{grid-template-columns:1fr 1fr}
.teleskopicheskie-stoyki-page .callback-form{grid-template-columns:1fr}
}

@media(max-width:600px){
.teleskopicheskie-stoyki-page .gallery-grid{grid-template-columns:1fr}
.teleskopicheskie-stoyki-page .gallery-card img{height:auto}
.teleskopicheskie-stoyki-page .accessory-grid{grid-template-columns:1fr}
}


/* Integration overrides */
.teleskopicheskie-stoyki-page .stoyki-callback-card {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 20px;
  align-items: stretch;
  min-height: 300px;
  padding: 30px 32px;
  position: relative;
  overflow: hidden;
}
.teleskopicheskie-stoyki-page .stoyki-callback-card::after {
  display: none;
}
.teleskopicheskie-stoyki-page .stoyki-callback-card .callback-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  min-width: 0;
  min-height: 0;
  padding: 4px 8px 4px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.teleskopicheskie-stoyki-page .stoyki-callback-card .callback-title {
  margin: 0 0 10px;
  font-size: clamp(28px, 2.2vw, 36px);
  line-height: 1.08;
}
.teleskopicheskie-stoyki-page .stoyki-callback-card .callback-text {
  margin: 0 0 18px;
  max-width: none;
  font-size: 15px;
  line-height: 1.5;
}
.teleskopicheskie-stoyki-page .stoyki-callback-card .callback-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
  max-width: 560px;
  align-items: stretch;
}
.teleskopicheskie-stoyki-page .stoyki-callback-card .callback-input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid #e3d8cc;
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
  box-sizing: border-box;
}
.teleskopicheskie-stoyki-page .stoyki-callback-card .callback-submit {
  grid-column: 1 / -1;
  width: 100%;
  height: 54px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  background: var(--stoyki-orange);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(221, 122, 34, .2);
  transition: background .18s ease, transform .18s ease;
}
.teleskopicheskie-stoyki-page .stoyki-callback-card .callback-submit:hover {
  background: var(--stoyki-orange-hover);
  transform: translateY(-1px);
}
.teleskopicheskie-stoyki-page .stoyki-callback-card .callback-visual {
  position: relative;
  inset: auto;
  z-index: 1;
  min-height: 240px;
  overflow: hidden;
  background: transparent;
}
.teleskopicheskie-stoyki-page .stoyki-callback-card .callback-visual img {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
  height: 108%;
  max-width: none;
  object-fit: contain;
  object-position: right center;
}
.teleskopicheskie-stoyki-page .stoyki-form-success {
  margin-top: 12px;
  color: #2f6b3a;
  font-size: 14px;
  font-weight: 700;
}
.teleskopicheskie-stoyki-page .scheme-zoom {
  display: block;
  line-height: 0;
  overflow: hidden;
  border-radius: 14px;
}
.teleskopicheskie-stoyki-page .faq-answer.is-switching {
  opacity: 0;
  transform: translateY(5px);
}
.teleskopicheskie-stoyki-page .faq-answer {
  transition: opacity .16s ease, transform .16s ease;
}
.teleskopicheskie-stoyki-page .toast.is-show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 860px) {
  .teleskopicheskie-stoyki-page .stoyki-callback-card {
    grid-template-columns: 1fr;
    padding: 22px 18px;
    min-height: 0;
  }
  .teleskopicheskie-stoyki-page .stoyki-callback-card .callback-form {
    grid-template-columns: 1fr;
    max-width: none;
  }
  .teleskopicheskie-stoyki-page .stoyki-callback-card .callback-visual {
    min-height: 200px;
  }
}


/* Critical layout fixes */
.teleskopicheskie-stoyki-page .product-hero{display:grid;grid-template-columns:1.02fr .98fr;gap:28px;align-items:start}
.teleskopicheskie-stoyki-page .product-gallery-card,
.teleskopicheskie-stoyki-page .product-info-card{border:1px solid var(--stoyki-line-soft);border-radius:18px;background:#fff;box-shadow:var(--stoyki-shadow-card);height:auto}
.teleskopicheskie-stoyki-page .price-shell{padding:24px;border:1px solid var(--stoyki-line);border-radius:18px;background:linear-gradient(180deg,#fff,#fbf6ef);box-shadow:var(--stoyki-shadow-soft)}
.teleskopicheskie-stoyki-page .calculator-card{
  display:block;
  grid-template-columns:none;
  min-height:0;
  border:1px solid var(--stoyki-line);border-radius:20px;background:linear-gradient(180deg,#fff,#fbf6ef);box-shadow:var(--stoyki-shadow-card);overflow:hidden
}
.teleskopicheskie-stoyki-page .two-col{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px;align-items:start}
.teleskopicheskie-stoyki-page .docs-video{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}
.teleskopicheskie-stoyki-page .benefit-layout{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}
.teleskopicheskie-stoyki-page .schemes{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}
.teleskopicheskie-stoyki-page .calc-accessories{border:1px solid var(--stoyki-line);border-radius:18px;background:#fff;padding:18px 20px}
.teleskopicheskie-stoyki-page .calc-accessories h3{margin:0 0 12px;font-size:19px;font-weight:900}
.teleskopicheskie-stoyki-page .modal{position:fixed;inset:0;background:rgba(23,21,18,.55);display:none;align-items:center;justify-content:center;z-index:80;padding:20px}
.teleskopicheskie-stoyki-page + .modal,
.teleskopicheskie-stoyki-page .modal.is-open{display:flex}
#videoModal.modal{position:fixed;inset:0;background:rgba(23,21,18,.55);display:none;align-items:center;justify-content:center;z-index:80;padding:20px}
#videoModal.modal.is-open{display:flex}
#videoModal .modal-dialog{position:relative;width:min(960px,100%);aspect-ratio:16/9;background:#111;border-radius:14px;overflow:hidden;box-shadow:0 24px 60px rgba(40,24,10,.22)}
#videoModal iframe{width:100%;height:100%;border:0}
#videoModal .modal-close{position:absolute;top:10px;right:12px;z-index:2;width:40px;height:40px;border:0;border-radius:999px;background:rgba(255,255,255,.92);font-size:24px;line-height:1}
#toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,12px);opacity:0;pointer-events:none;z-index:90;padding:12px 18px;border-radius:999px;background:#292929;color:#fff;font-size:13px;font-weight:700;transition:.2s ease}
#toast.is-show{opacity:1;transform:translate(-50%,0)}
@media(max-width:860px){
  .teleskopicheskie-stoyki-page .product-hero{grid-template-columns:1fr}
  .teleskopicheskie-stoyki-page .two-col{grid-template-columns:1fr}
  .teleskopicheskie-stoyki-page .docs-video{grid-template-columns:1fr}
  .teleskopicheskie-stoyki-page .benefit-layout{grid-template-columns:1fr}
  .teleskopicheskie-stoyki-page .calc-actions{grid-template-columns:1fr}
  .teleskopicheskie-stoyki-page .calc-grid-bottom{grid-template-columns:1fr}
  .teleskopicheskie-stoyki-page .price-table-wrap{display:none}
  .teleskopicheskie-stoyki-page .price-mobile{display:grid !important}
  .teleskopicheskie-stoyki-page .product-price-card{flex-wrap:wrap;align-items:flex-start}
  .teleskopicheskie-stoyki-page .price-kicker{flex:1 1 100%}
  .teleskopicheskie-stoyki-page .price-value{text-align:left;font-size:26px}
  .teleskopicheskie-stoyki-page .hero-cta-row{flex-direction:column}
  .teleskopicheskie-stoyki-page .hero-cta-row .btn{width:100%}
  .teleskopicheskie-stoyki-page .product-section{padding-left:16px;padding-right:16px}
  .teleskopicheskie-stoyki-page .breadcrumbs{padding-left:16px;padding-right:16px}
}
@media(max-width:600px){
  .teleskopicheskie-stoyki-page .hero-usp{grid-template-columns:1fr}
  .teleskopicheskie-stoyki-page .series-overview{grid-template-columns:1fr}
  .teleskopicheskie-stoyki-page .why-grid{grid-template-columns:1fr}
  .teleskopicheskie-stoyki-page .document-grid{grid-template-columns:1fr}
  .teleskopicheskie-stoyki-page .gallery-grid{grid-template-columns:1fr}
  .teleskopicheskie-stoyki-page .related-products{grid-template-columns:1fr}
  .teleskopicheskie-stoyki-page .price-mobile{grid-template-columns:1fr !important}
  .teleskopicheskie-stoyki-page .schemes{grid-template-columns:1fr}
  .teleskopicheskie-stoyki-page .accessory-grid{grid-template-columns:1fr}
  .teleskopicheskie-stoyki-page .image-list-grid{grid-template-columns:1fr}
}
