/* vlx-ux 25.09.2026: юзабилити-правки (зоны касания, sticky-звонок). Без изменения вёрстки. */
.vlx-hit{position:relative}
.vlx-hit.vlx-hit-a::after{content:"";position:absolute;top:-12px;bottom:-12px;left:-8px;right:-8px}
.vlx-hit.vlx-hit-b::before{content:"";position:absolute;top:-12px;bottom:-12px;left:-8px;right:-8px}
.vlx-hit.vlx-hit-t::after{content:"";position:absolute;top:-8px;bottom:-8px;left:0;right:0}
.vlx-call{display:none}
@media (max-width:768px){
  .vlx-call{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:999;height:56px;align-items:center;justify-content:center;gap:10px;background:#0a2a5c;color:#fff!important;font:600 17px/1 "Roboto",Arial,sans-serif;text-decoration:none!important;box-shadow:0 -2px 10px rgba(0,0,0,.25);padding-bottom:env(safe-area-inset-bottom)}
  .vlx-call svg{display:block!important;width:20px!important;height:20px!important;min-width:20px;fill:#fff!important;flex:none}
  .vlx-call.vlx-off{display:none}
  body.vlx-has-call{padding-bottom:56px}
  body.vlx-has-call #button_up{top:auto!important;bottom:72px!important}
  select.native-select{min-height:40px}
}
