/* Фикс карточек тарифов — кнопка не обрезается */
.tariff-card {
  overflow: visible !important;
  height: auto !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}
.category-grid {
  grid-auto-rows: auto !important;
  align-items: start !important;
}
.tariff-card .connect-btn {
  margin-top: auto !important;
}.suggestions-promo {display:none !important;}
/* fix: prevent horizontal overflow from Zero-Block reviews slider */
#rec2242957081 {
  overflow: hidden;
}

/* fix: leadback balloon popup position on mobile - keep it in viewport */
.lb-widget-layout-balloon {
  right: 0px !important;
  max-width: calc(100vw - 20px) !important;
}
.lb-widget-panel {
  right: 10px !important;
  bottom: 20px !important;
}
