/* CRO-слой mostbiz.ru — мобильный конверсионный sticky-CTA (только мобайл ≤760px).
   Не меняет десктоп. Ведёт на рабочую форму + мессенджер (главный конвертящий канал). */
.cro-sticky{display:none}
@media (max-width:760px){
  .cro-sticky{
    position:fixed;left:0;right:0;bottom:0;z-index:950;
    display:flex;gap:8px;
    padding:8px 10px;padding-bottom:calc(8px + env(safe-area-inset-bottom,0px));
    background:rgba(236,235,228,.97);border-top:1.5px solid #111;
    box-shadow:0 -6px 18px rgba(17,17,17,.10)
  }
  .cro-btn{
    flex:1;min-height:48px;display:flex;align-items:center;justify-content:center;
    font-family:Manrope,sans-serif;font-weight:800;font-size:14px;letter-spacing:.02em;
    text-transform:uppercase;text-decoration:none;border:1.5px solid #111;line-height:1.05;text-align:center
  }
  .cro-razbor{background:#C7F23E;color:#111}
  .cro-tg{background:#111;color:#C7F23E}
  .cro-tg svg{width:16px;height:16px;margin-right:7px;fill:#C7F23E}
  /* поднять чат-виджет над баром, чтобы не перекрывались */
  .mchat-fab{bottom:78px !important}
  .mchat-panel{bottom:140px !important}
  /* контент не прячется под баром */
  body{padding-bottom:72px}
}