/* Scoped refinements for product-construction-equipment.html */
.construction-equipment-page .collection-hero__media{border-radius:22px;overflow:hidden;box-shadow:0 22px 60px rgba(5,27,55,.16)}
.construction-equipment-page .collection-hero__media img{height:100%;object-fit:cover;object-position:center 48%}
.construction-equipment-page .collection-hero__quick{border-radius:18px;box-shadow:0 18px 45px rgba(5,27,55,.1)}
.construction-equipment-page .product-static-nav{position:sticky;z-index:25;top:var(--header-offset,78px);border-top:1px solid #dbe4ed;border-bottom:1px solid #dbe4ed;background:rgba(255,255,255,.94);backdrop-filter:blur(12px)}
.construction-equipment-page .product-static-nav .container{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}
.construction-equipment-page .product-static-nav a{flex:0 0 auto;padding:13px 15px;border-bottom:2px solid transparent;color:#53677e;font-size:13px;font-weight:850;text-decoration:none}
.construction-equipment-page .product-static-nav a:hover,.construction-equipment-page .product-static-nav a:focus-visible{color:#0767e9;border-bottom-color:#0767e9}
.construction-equipment-page .construction-filter-bar{display:flex;flex-wrap:wrap;gap:9px;margin:24px 0 18px}
.construction-equipment-page .construction-filter-bar .collection-filter{min-height:42px;padding:9px 15px;border:1px solid #cad7e4;border-radius:999px;color:#23405f;background:#fff;font-size:13px;font-weight:850}
.construction-equipment-page .construction-filter-bar .collection-filter[aria-pressed="true"]{border-color:#0767e9;color:#fff;background:#0767e9;box-shadow:0 8px 22px rgba(7,103,233,.22)}
.construction-equipment-page .construction-equipment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.construction-equipment-page .construction-equipment-card{position:relative;display:grid;grid-template-columns:minmax(220px,.88fr) minmax(0,1.12fr);min-height:340px;overflow:hidden;border:1px solid #d8e3ee;border-radius:20px;background:#fff;box-shadow:0 14px 38px rgba(11,31,58,.07);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.construction-equipment-page .construction-equipment-card:hover{transform:translateY(-3px);border-color:#9bc4f4;box-shadow:0 20px 48px rgba(11,31,58,.12)}
.construction-equipment-page .construction-equipment-card.is-selected{border-color:#0767e9;box-shadow:0 0 0 3px rgba(7,103,233,.13),0 20px 48px rgba(11,31,58,.12)}
.construction-equipment-page .construction-equipment-card__media{position:relative;min-height:100%;overflow:hidden;background:#e8eef4}
.construction-equipment-page .construction-equipment-card__media:after{content:"";position:absolute;inset:auto 0 0;height:46%;background:linear-gradient(180deg,transparent,rgba(5,21,39,.62))}
.construction-equipment-page .construction-equipment-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.construction-equipment-page .construction-equipment-card:hover .construction-equipment-card__media img{transform:scale(1.035)}
.construction-equipment-page .construction-equipment-card__index{position:absolute;z-index:1;left:16px;bottom:14px;color:#fff;font-size:12px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
.construction-equipment-page .construction-equipment-card__body{display:flex;min-width:0;flex-direction:column;padding:25px}
.construction-equipment-page .construction-equipment-card__body .eyebrow{margin-bottom:8px}
.construction-equipment-page .construction-equipment-card h3{margin:0 0 10px;color:#0a203b;font-size:clamp(24px,2.2vw,31px);line-height:1.08}
.construction-equipment-page .construction-equipment-card p{margin:0;color:#617287;line-height:1.62}
.construction-equipment-page .construction-equipment-card__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:18px 0 22px;padding:0;list-style:none}
.construction-equipment-page .construction-equipment-card__facts li{padding:10px 11px;border-radius:10px;background:#f3f7fb;color:#38526d;font-size:12px;font-weight:800;line-height:1.35}
.construction-equipment-page .construction-equipment-card__actions{display:flex;align-items:center;gap:12px;margin-top:auto}
.construction-equipment-page .construction-equipment-card__actions .btn{min-height:44px;padding:10px 16px}
.construction-equipment-page .construction-status{margin:0 0 12px;color:#0767e9;font-size:12px;font-weight:900}
.construction-equipment-page .construction-request-shell{display:grid;grid-template-columns:300px minmax(0,1fr);gap:22px;align-items:start}
.construction-equipment-page .construction-request-summary{position:sticky;top:150px;padding:24px;border:1px solid #cfe0ef;border-radius:17px;background:#f3f8fd;box-shadow:0 14px 34px rgba(11,31,58,.07)}
.construction-equipment-page .construction-request-summary h3{margin:7px 0 10px;font-size:24px;line-height:1.15}
.construction-equipment-page .construction-request-summary>p{margin:0 0 18px;color:#63758b;font-size:13px;line-height:1.55}
.construction-equipment-page .construction-request-summary dl{display:grid;gap:10px;margin:0}
.construction-equipment-page .construction-request-summary dl div{padding-top:10px;border-top:1px solid #d6e2ed}
.construction-equipment-page .construction-request-summary dt{color:#75869a;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.construction-equipment-page .construction-request-summary dd{margin:3px 0 0;color:#0b203a;font-size:13px;font-weight:850}
.construction-equipment-page .construction-request-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;padding:25px;border:1px solid #d8e3ee;border-radius:19px;background:#fff;box-shadow:0 16px 40px rgba(11,31,58,.07)}
.construction-equipment-page .construction-request-form .pd-field{min-width:0}
.construction-equipment-page .construction-request-form .pd-field input,.construction-equipment-page .construction-request-form .pd-field select,.construction-equipment-page .construction-request-form .pd-field textarea{min-height:44px;border-radius:9px}
.construction-equipment-page .construction-request-form .pd-field--wide{grid-column:1/-1}
.construction-equipment-page .construction-extra{grid-column:1/-1;border:1px solid #dbe5ef;border-radius:13px;background:#fbfdff}
.construction-equipment-page .construction-extra summary{position:relative;padding:15px 48px 15px 17px;color:#0b203a;font-size:13px;font-weight:900;cursor:pointer;list-style:none}
.construction-equipment-page .construction-extra summary::-webkit-details-marker{display:none}
.construction-equipment-page .construction-extra summary:after{content:"+";position:absolute;top:50%;right:17px;display:grid;width:26px;height:26px;place-items:center;border-radius:50%;color:#0767e9;background:#e8f3ff;transform:translateY(-50%)}
.construction-equipment-page .construction-extra[open] summary:after{content:"−"}
.construction-equipment-page .construction-extra__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;padding:0 17px 17px}
.construction-equipment-page .construction-extra .pd-upload{grid-column:1/-1}
.construction-equipment-page .construction-request-form .pd-consent,.construction-equipment-page .construction-request-form .pd-form-footer,.construction-equipment-page .construction-request-form .form-status{grid-column:1/-1}
.construction-equipment-page .construction-request-form .pd-consent{display:flex;align-items:flex-start;gap:9px}
.construction-equipment-page .construction-request-form .pd-consent input{flex:0 0 18px;width:18px;height:18px;margin-top:2px}
.construction-equipment-page .construction-request-form .pd-form-footer{display:flex;align-items:center;justify-content:space-between;gap:16px}
.construction-equipment-page .construction-request-form .pd-form-footer:after{content:"Ответим по указанным контактам";color:#718196;font-size:12px}
.construction-equipment-page .collection-gallery{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(2,245px);gap:14px}
.construction-equipment-page .collection-gallery>button{grid-column:span 3;min-height:0;border-radius:17px}
.construction-equipment-page .collection-gallery>button:first-child{grid-column:span 6;grid-row:1/3}
.construction-equipment-page .collection-gallery>button:nth-child(2){grid-column:span 3}
.construction-equipment-page .collection-gallery>button:nth-child(3){grid-column:span 3}
.construction-equipment-page .collection-gallery>button:nth-child(4){grid-column:span 3}
.construction-equipment-page .collection-gallery>button:nth-child(5){grid-column:span 3}
.construction-equipment-page .collection-gallery>button:nth-child(6){display:none}
.construction-equipment-page .collection-gallery img{width:100%;height:100%;object-fit:cover}
.construction-equipment-page .collection-related{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.construction-equipment-page .construction-service-card{display:grid;grid-template-columns:82px minmax(0,1fr);gap:16px;align-items:center;min-height:125px;padding:15px;border:1px solid #d8e3ee;border-radius:16px;color:inherit;background:#fff;text-decoration:none;box-shadow:0 12px 30px rgba(11,31,58,.05)}
.construction-equipment-page .construction-service-card img{width:82px;height:92px;object-fit:cover;border-radius:11px}
.construction-equipment-page .construction-service-card strong{display:block;color:#0b203a;font-size:18px}
.construction-equipment-page .construction-service-card span{display:block;margin-top:6px;color:#617287;font-size:12px;line-height:1.45}
.construction-equipment-page .construction-service-card:hover,.construction-equipment-page .construction-service-card:focus-visible{border-color:#7cb1ef;transform:translateY(-2px)}
@media(max-width:1120px){
  .construction-equipment-page .construction-equipment-card{grid-template-columns:1fr;min-height:0}
  .construction-equipment-page .construction-equipment-card__media{height:250px}
  .construction-equipment-page .construction-request-shell{grid-template-columns:1fr}
  .construction-equipment-page .construction-request-summary{position:static}
}
@media(max-width:860px){
  .construction-equipment-page .construction-equipment-grid{grid-template-columns:1fr}
  .construction-equipment-page .construction-request-form{grid-template-columns:repeat(2,minmax(0,1fr))}
  .construction-equipment-page .collection-gallery{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:260px 210px 210px}
  .construction-equipment-page .collection-gallery>button,.construction-equipment-page .collection-gallery>button:first-child,.construction-equipment-page .collection-gallery>button:nth-child(n){grid-column:auto;grid-row:auto;display:grid}
  .construction-equipment-page .collection-related{grid-template-columns:1fr}
}
@media(max-width:600px){
  .construction-equipment-page .construction-equipment-card__media{height:220px}
  .construction-equipment-page .construction-equipment-card__body{padding:20px}
  .construction-equipment-page .construction-equipment-card__facts{grid-template-columns:1fr}
  .construction-equipment-page .construction-request-form,.construction-equipment-page .construction-extra__grid{grid-template-columns:1fr}
  .construction-equipment-page .construction-request-form{padding:19px}
  .construction-equipment-page .construction-request-form .pd-field--wide{grid-column:auto}
  .construction-equipment-page .collection-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}
  .construction-equipment-page .collection-gallery>button,.construction-equipment-page .collection-gallery>button:first-child{flex:0 0 86%;height:285px;scroll-snap-align:start}
}
@media(prefers-reduced-motion:reduce){.construction-equipment-page .construction-equipment-card,.construction-equipment-page .construction-equipment-card__media img,.construction-equipment-page .construction-service-card{transition:none!important}}


/* Production and materials composition fix */
.construction-equipment-page .construction-production-section{overflow:hidden}
.construction-equipment-page .construction-production-layout{display:grid;grid-template-columns:minmax(430px,.92fr) minmax(520px,1.08fr);grid-template-areas:"materials media" "materials process";gap:18px;align-items:stretch}
.construction-equipment-page .construction-production-layout> .collection-media__content:first-child{grid-area:materials;align-content:start;padding:clamp(28px,3vw,44px);border:1px solid #d8e3ee;border-radius:22px;background:linear-gradient(145deg,#fff 0%,#f5f9fd 100%);box-shadow:0 18px 46px rgba(11,31,58,.07)}
.construction-equipment-page .construction-production-layout> .collection-media__content:first-child h2{max-width:680px;margin:0;font-size:clamp(38px,3.2vw,58px);line-height:1.04;letter-spacing:-.035em}
.construction-equipment-page .construction-production-layout> .collection-media__content:first-child>p{max-width:720px}
.construction-equipment-page .construction-production-layout> .collection-media__content:first-child .collection-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:8px}
.construction-equipment-page .construction-production-layout> .collection-media__content:first-child .collection-info-grid article{min-height:190px;padding:20px;border:1px solid #d8e3ee;border-radius:16px;background:#fff}
.construction-equipment-page .construction-production-layout>figure{grid-area:media;min-height:330px;height:100%;border-radius:22px;box-shadow:0 18px 46px rgba(11,31,58,.09)}
.construction-equipment-page .construction-production-layout>figure img{width:100%;height:100%;min-height:330px;object-fit:cover;object-position:center}
.construction-equipment-page .construction-production-layout> .collection-media__content:last-child{grid-area:process;align-content:start;padding:clamp(26px,2.5vw,38px);border-radius:22px;color:#fff;background:linear-gradient(145deg,#102b49 0%,#071b31 100%);box-shadow:0 20px 52px rgba(5,22,42,.17)}
.construction-equipment-page .construction-production-layout> .collection-media__content:last-child .eyebrow{color:#ffc12e}
.construction-equipment-page .construction-production-layout> .collection-media__content:last-child h2{max-width:900px;margin:0;color:#fff;font-size:clamp(32px,2.65vw,48px);line-height:1.06;letter-spacing:-.03em}
.construction-equipment-page .construction-production-layout> .collection-media__content:last-child>p{max-width:900px;color:rgba(255,255,255,.72)}
.construction-equipment-page .construction-production-layout .collection-process{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:26px;margin-top:4px}
.construction-equipment-page .construction-production-layout .collection-process li{min-height:48px;border-top-color:rgba(255,255,255,.16);color:rgba(255,255,255,.9);line-height:1.35}
.construction-equipment-page .construction-production-layout .collection-process li::before{flex:0 0 24px;color:#ffc12e}
@media(max-width:1180px){
  .construction-equipment-page .construction-production-layout{grid-template-columns:1fr;grid-template-areas:"materials" "media" "process"}
  .construction-equipment-page .construction-production-layout> .collection-media__content:first-child .collection-info-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .construction-equipment-page .construction-production-layout>figure{height:420px}
}
@media(max-width:760px){
  .construction-equipment-page .construction-production-layout> .collection-media__content:first-child,.construction-equipment-page .construction-production-layout> .collection-media__content:last-child{padding:24px}
  .construction-equipment-page .construction-production-layout> .collection-media__content:first-child h2{font-size:clamp(34px,10vw,46px)}
  .construction-equipment-page .construction-production-layout> .collection-media__content:first-child .collection-info-grid,.construction-equipment-page .construction-production-layout .collection-process{grid-template-columns:1fr}
  .construction-equipment-page .construction-production-layout> .collection-media__content:first-child .collection-info-grid article{min-height:0}
  .construction-equipment-page .construction-production-layout>figure,.construction-equipment-page .construction-production-layout>figure img{height:280px;min-height:280px}
}
