/* Мобильная адаптация сайта «Квант» — 2026-09-17 */

/* ---- 1. ТАБЛИЦЫ: горизонтальный скролл вместо обрезки ---- */
@media (max-width: 760px) {
  .tariff-wrap table,
  .usl-wrap table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch;
    max-width: 100%; font-size: 12.5px; }
  .tariff-wrap table td,
  .usl-wrap table td { padding: 6px 7px !important; font-size: 12.5px; }
  .tariff-wrap table p,
  .usl-wrap table p { margin: 2px 0; font-size: 12.5px; line-height: 1.35; }
  .tariff-wrap h1, .usl-wrap h1 { font-size: 26px !important; line-height: 1.2; }
  .tariff-wrap h2, .usl-wrap h2 { font-size: 20px !important; }
  .tariff-wrap p, .usl-wrap p { font-size: 15px; }
}
@media (max-width: 420px) {
  .tariff-wrap table, .usl-wrap table { font-size: 11.5px; }
  .tariff-wrap table td, .usl-wrap table td { padding: 5px 6px !important; font-size: 11.5px; }
  .tariff-wrap table p, .usl-wrap table p { font-size: 11.5px; }
}

/* ---- 2. COOKIE-БАННЕР: компактный на телефоне ---- */
@media (max-width: 760px) {
  #nca-cookiesaccept-line, .nca-cookiesaccept-line { padding: 8px 10px !important; }
  #nca-cookiesaccept-line .nca-cookiesaccept-line-text,
  .nca-cookiesaccept-line-text { font-size: 11.5px !important; line-height: 1.35 !important; }
  #nca-cookiesaccept-line-accept-btn {
    font-size: 12px !important; padding: 5px 12px !important; }
}

/* ---- 3. ПОПАП «Уважаемые абоненты»: не на весь экран ---- */
@media (max-width: 760px) {
  .notif_popup_content { max-width: 92vw !important; width: auto !important;
    padding: 16px 14px !important; font-size: 14px !important; line-height: 1.45 !important;
    border-radius: 12px !important; }
  .notif_popup_content p, .notif_popup_content div { font-size: 14px !important; }
  .notif_popup_close { top: 6px !important; right: 8px !important; }
}

/* ---- 4. ЗНАЧОК ЧАТА: анимация привлечения внимания (как JivoSite) ---- */
@keyframes kvw-pulse {
  0%   { box-shadow: 0 8px 24px rgba(0,92,185,.38), 0 0 0 0 rgba(0,92,185,.55); }
  70%  { box-shadow: 0 8px 24px rgba(0,92,185,.38), 0 0 0 18px rgba(0,92,185,0); }
  100% { box-shadow: 0 8px 24px rgba(0,92,185,.38), 0 0 0 0 rgba(0,92,185,0); }
}
@keyframes kvw-wiggle {
  0%, 88%, 100% { transform: rotate(0deg) scale(1); }
  90%  { transform: rotate(-11deg) scale(1.06); }
  92%  { transform: rotate(11deg) scale(1.06); }
  94%  { transform: rotate(-8deg) scale(1.04); }
  96%  { transform: rotate(8deg) scale(1.04); }
  98%  { transform: rotate(0deg) scale(1); }
}
/* постоянная мягкая пульсация */
.kvw-btn:not(.is-open) {
  animation: kvw-pulse 2.4s ease-out infinite, kvw-wiggle 7s ease-in-out infinite;
}
.kvw-btn:hover,
.kvw-btn.is-open {
  animation: none;
}
@media (prefers-reduced-motion: reduce) {
  .kvw-btn { animation: none !important; }
}
@media (max-width: 760px) {
  .kvw-btn:not(.is-open) { animation: kvw-pulse 2.8s ease-out infinite; }
}
