/* Формы отключены перед переносом сайта */
#btp-form,
#bt-turret-form {
  display: none !important;
}
html body form#bt-turret-form.bt-form {
  display: none !important;
}
#btp .contact-grid {
  grid-template-columns: 1fr !important;
}

/* Мобильное отображение JivoSite */
@media (max-width: 700px) {
  jdiv#jcont {
    width: min(336px, calc(100vw - 16px)) !important;
    height: min(var(--jheight, 496px), calc(100dvh - 16px)) !important;
    max-width: calc(100vw - 16px) !important;
    max-height: calc(100dvh - 16px) !important;
    right: 8px !important;
    left: auto !important;
    bottom: max(8px, env(safe-area-inset-bottom)) !important;
  }
  jdiv#jivo_close_button {
    left: 8px !important;
    right: auto !important;
    top: 8px !important;
    z-index: 2147483647 !important;
  }
  jdiv[class*="__jivoMobileButton"],
  jdiv[class*="__jivoDesktopButton"] {
    right: max(12px, env(safe-area-inset-right)) !important;
    bottom: max(14px, env(safe-area-inset-bottom)) !important;
    transform: scale(.88) !important;
    transform-origin: right bottom !important;
  }
  #jivo-iframe-container,
  #jivo_container {
    max-width: 100vw !important;
    max-height: 100dvh !important;
  }
}
