.elementor-3999 .elementor-element.elementor-element-d8c4cd3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3999 .elementor-element.elementor-element-d8c4cd3.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3999 .elementor-element.elementor-element-718ff75{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3999 .elementor-element.elementor-element-ad84901.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-3999 .elementor-element.elementor-element-2bbb2f0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3999 .elementor-element.elementor-element-e0c6d60{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3999 .elementor-element.elementor-element-b7d301c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-3999 .elementor-element.elementor-element-718ff75{--width:50%;}.elementor-3999 .elementor-element.elementor-element-2bbb2f0{--width:50%;}}@media(max-width:767px){.elementor-3999 .elementor-element.elementor-element-d8c4cd3{--width:314px;}.elementor-3999 .elementor-element.elementor-element-ad84901{width:var( --container-widget-width, 608px );max-width:608px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--container-widget-width:608px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-ad84901 *//* ===== AC INSTALL (таблицы ровные и симметричные) ===== */
.ac-install{
  max-width: 980px;
  margin: 28px auto;
  padding: 26px 28px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.08);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: #1b1b1b;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.ac-install::before{
  content:"";
  position:absolute;
  top:0; left:0;
  width:100%;
  height:6px;
  background: linear-gradient(90deg,#0088cc,#00c6ff);
}

.ac-install h2{
  margin: 22px 0 12px;
  font-size: 22px;
  font-weight: 800;
}

.ac-install h3{
  margin: 18px 0 10px;
  font-size: 16px;
  font-weight: 750;
}

.ac-install p{
  margin: 0 0 14px;
  font-size: 14px;
  color:#444;
}

/* --- Таблица: фиксируем ширины и линии --- */
.ac-install .ac-table{
  width: 100%;
  border-collapse: collapse; /* ✅ важно для ровных линий */
  table-layout: fixed;       /* ✅ стабилизирует колонки */
  margin: 10px 0 20px;
  border: 1px solid #e9e9e9;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

/* Заголовок */
.ac-install .ac-table thead th{
  background: linear-gradient(180deg,#fafafa,#f3f3f3);
  color: #222;
  font-weight: 800;
  font-size: 13px;
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}

/* Ячейки */
.ac-install .ac-table td{
  padding: 12px 14px;
  font-size: 14px;
  border-bottom: 1px solid #efefef;
  vertical-align: middle;
  background: #fff;
}

/* Зебра */
.ac-install .ac-table tbody tr:nth-child(even) td{
  background: #fcfcfc;
}

/* Hover */
.ac-install .ac-table tbody tr:hover td{
  background: #f6fbff;
}

/* Последняя строка без нижней линии */
.ac-install .ac-table tbody tr:last-child td{
  border-bottom: none;
}

/* --- КОЛОНКА ЦЕНЫ: фикс ширина и ровная вертикальная линия --- */
.ac-install .ac-table th.ac-price,
.ac-install .ac-table td.ac-price{
  width: 170px;              /* ✅ одна ширина всегда */
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  border-left: 1px solid #e6e6e6; /* ✅ ровная вертикальная линия */
}

/* Жирная цена */
.ac-install .ac-table td.ac-price b{
  font-weight: 900;
}

/* Чтобы длинные названия услуг красиво переносились */
.ac-install .ac-table td:first-child{
  word-break: break-word;
}

/* Сноска */
.ac-install p[style*="font-size:13px"]{
  margin-top: 10px !important;
  color:#6f6f6f !important;
}

/* ===== Mobile: таблица карточками, но тоже ровно ===== */
@media (max-width: 860px){
  .ac-install{
    margin: 18px 12px;
    padding: 20px 16px;
  }
}

@media (max-width: 560px){
  .ac-install .ac-table,
  .ac-install .ac-table thead,
  .ac-install .ac-table tbody,
  .ac-install .ac-table th,
  .ac-install .ac-table td,
  .ac-install .ac-table tr{
    display:block;
    width:100%;
  }

  .ac-install .ac-table thead{ display:none; }

  .ac-install .ac-table{
    border-radius: 14px;
  }

  .ac-install .ac-table tbody tr{
    padding: 12px 12px;
    border-bottom: 1px solid #efefef;
  }

  .ac-install .ac-table tbody tr:last-child{
    border-bottom: none;
  }

  .ac-install .ac-table td{
    border: none;
    padding: 6px 0;
    background: transparent;
  }

  .ac-install .ac-table td:first-child{
    font-weight: 700;
    color:#222;
  }

  .ac-install .ac-table td.ac-price{
    width: auto;
    border-left: none;        /* на мобилке вертикальная линия не нужна */
    margin-top: 6px;
    text-align: right;
  }

  .ac-install .ac-table tbody tr:hover td{
    background: transparent;
  }
}
/* 1) Убираем огромный верхний отступ у секций/контейнеров (часто Elementor) */
.elementor-section,
.elementor-container,
.elementor-widget-wrap{
  margin-top: 0 !important;
}

/* 2) Если у вас сверху “воздух” именно в конкретной секции – лучше задавать ей класс,
   но пока дадим универсальное мягкое прижатие */
body .ac-install,
body .ac-form{
  margin-top: 0 !important;
}

/* 3) Синхронизируем верхние отступы у заголовков внутри карточек */
.ac-install h2:first-child,
.ac-form h3:first-child{
  margin-top: 0 !important;
}

/* 4) Если эти два блока стоят рядом в одной строке – выравниваем по верхнему краю */
.ac-install,
.ac-form{
  vertical-align: top;
}

/* 5) На всякий: убираем верхний margin у первого параграфа (иногда двигает вниз) */
.ac-install p:first-of-type,
.ac-form .ac-sub{
  margin-top: 0 !important;
}
/* ===== Только для секции с классом ac-fullwidth ===== */
@media (max-width: 768px){

  /* Убираем боковые отступы у контейнеров Elementor внутри этой секции */
  .ac-fullwidth .elementor-container,
  .ac-fullwidth .elementor-column-gap-default,
  .ac-fullwidth .elementor-widget-wrap,
  .ac-fullwidth .elementor-widget-container{
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* Сами блоки — на всю ширину родителя */
  .ac-fullwidth .ac-form,
  .ac-fullwidth .ac-install{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important; /* можно убрать, если хочешь оставить */
    box-shadow: none !important;  /* можно убрать, если хочешь оставить */
    padding: 18px 14px !important; /* внутренние отступы */
  }
}
/* ===== MOBILE CTA BUTTON ===== */

.ac-mobile-cta{
  display: none;
}

/* Показываем только на телефоне */
@media (max-width: 768px){

  .ac-mobile-cta{
    display: block;
    padding: 14px;
    text-align: center;
  }

  .ac-mobile-button{
    display: block;
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg,#0088cc,#00c6ff);
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    border-radius: 14px;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(0,136,204,0.35);
    transition: 0.3s;
  }

  .ac-mobile-button:active{
    transform: scale(0.98);
  }

}

/* Плавный скролл */
html{
  scroll-behavior: smooth;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-718ff75 *//* ===== MOBILE: full width for the section with class ac-mobile-full ===== */
@media (max-width: 768px){

  /* Убираем боковые отступы у секции и её внутренних обёрток Elementor */
  body .ac-mobile-full,
  body .ac-mobile-full .elementor-container,
  body .ac-mobile-full .elementor-column,
  body .ac-mobile-full .elementor-widget-wrap,
  body .ac-mobile-full .elementor-widget-container{
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* Вытягиваем именно ваши карточки на всю ширину экрана */
  body .ac-mobile-full .ac-form,
  body .ac-mobile-full .ac-install{
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    /* внутренние отступы, чтобы контент не лип к краю */
    padding: 18px 14px !important;

    /* можно оставить, но на телефоне обычно лучше ровно */
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  /* Чтобы ничего не вылезало за экран */
  body .ac-mobile-full .ac-form *,
  body .ac-mobile-full .ac-install *{
    box-sizing: border-box !important;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-c6f68b1 *//* ====== AC FORM (premium + compact + fixes) ====== */
.ac-form{
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 30px;
  background:#fff;
  border-radius:18px;
  box-shadow:0 25px 60px rgba(0,0,0,0.08);
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  position:relative;
  overflow:hidden;
  box-sizing:border-box;
}

.ac-form::before{
  content:"";
  position:absolute;
  top:0;left:0;
  width:100%;
  height:6px;
  background:linear-gradient(90deg,#0088cc,#00c6ff);
}

.ac-form h3{
  margin:0 0 10px 0;
  font-size:22px;
  font-weight:800;
  text-align:center;
  color:#111;
}

.ac-sub{
  margin:0 0 18px 0;
  font-size:14px;
  color:#666;
  text-align:center;
  line-height:1.45;
}

/* Grid */
.ac-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
  margin: 0 0 14px 0;
}
.ac-field{ margin:0; }
.ac-span-2{ grid-column: 1 / -1; }

/* ✅ Аккуратный отступ перед блоком “Оборудование/Расчёт” */
.ac-block-gap{
  margin-top: 10px;  /* ✅ было “прижато” — теперь нормально */
  padding-top: 2px;
}

/* Titles inside blocks */
.ac-section-title{
  font-weight:800;
  font-size:14px;
  color:#222;
  margin: 6px 0 8px 0; /* ✅ аккуратнее */
}

/* Labels & fields */
.ac-form label{
  display:block;
  font-weight:700;
  font-size:14px;
  color:#222;
}

.ac-form input[type="text"],
.ac-form input[type="tel"],
.ac-form textarea,
.ac-form select,
.ac-form input[type="file"]{
  width:100%;
  padding: 12px 14px;
  margin-top:6px;
  border-radius:12px;
  border:1px solid #e6e6e6;
  background:#fafafa;
  font-size:14px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
  box-sizing:border-box;
}

.ac-form textarea{
  min-height:105px;
  resize:vertical;
}

.ac-form input:focus,
.ac-form textarea:focus,
.ac-form select:focus{
  border-color:#0088cc;
  background:#fff;
  box-shadow:0 0 0 3px rgba(0,136,204,0.10);
  outline:none;
}

/* List items */
.ac-form .wpcf7-list-item{
  display:inline-flex;
  align-items:flex-start;
  margin: 8px 14px 0 0;
}
.ac-form .wpcf7-list-item input{ margin-top:2px; }
.ac-form .wpcf7-list-item-label{
  margin-left:8px;
  font-weight:450;
  color:#333;
  line-height:1.35;
}

/* ✅ Услуги (checkbox) — 2 колонки на ПК */
.ac-form .wpcf7-form-control.wpcf7-checkbox{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin-top: 2px;
}
.ac-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item{
  margin: 6px 0 0 0;
}

/* Радио — вертикально (аккуратно) */
.ac-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item{
  display:flex;
  margin: 10px 0 0 0;
}

/* Files */
.ac-files-title{
  font-weight:800;
  margin: 6px 0 6px 0;
}
.ac-files-sub{
  margin:0 0 10px 0;
  font-size:13px;
  color:#7a7a7a;
  line-height:1.35;
}

/* ✅ Buttons — не липнут, красиво */
.ac-actions{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;             /* ✅ фикс “липнут” */
  margin-top: 18px;
  align-items: stretch;
}
/* Normal */
.ac-submit-normal{
  background:#f2f2f2;
  color:#333;
}
.ac-submit-normal:hover{
  background:#e6e6e6;
}

/* Telegram */
.ac-submit-tg{
  background:linear-gradient(135deg,#0088cc,#00c6ff);
  color:#fff;
  box-shadow:0 12px 30px rgba(0,136,204,0.28);
}
.ac-submit-tg:hover{
  transform: translateY(-2px);
  box-shadow:0 18px 40px rgba(0,136,204,0.38);
}

.ac-note{
  grid-column:1/-1;
  text-align:center;
  font-size:12px;
  color:#888;
  margin: 8px 0 0 0;
}

/* CF7 message */
.wpcf7 form .wpcf7-response-output{
  margin-top:18px;
  border-radius:12px;
  padding:12px 14px;
  font-size:14px;
}

/* ====== Mobile ====== */
@media (max-width: 768px){
  .ac-form{
    padding: 20px 16px;
  }

  .ac-grid{
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 12px;
  }

  .ac-span-2{ grid-column: auto; }

  /* services 1 col */
  .ac-form .wpcf7-form-control.wpcf7-checkbox{
    grid-template-columns: 1fr;
    gap: 10px;
  }

  /* buttons 1 col */
  .ac-actions{
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.ac-actions .ac-btn{
  width: 100%;
  padding: 16px 18px;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  font-weight: 850;
  font-size: 15px;
}
.ac-actions input.wpcf7-submit.ac-btn{
  -webkit-appearance: none;
  appearance: none;
}
.ac-form input[type="file"]{
  width:100%;
  padding: 10px 12px;
  border-radius:12px;
  border:1px solid #e6e6e6;
  background:#fafafa;
  box-sizing:border-box;
}

/* кнопка внутри file */
.ac-form input[type="file"]::file-.elementor-3999 .elementor-element.elementor-element-c6f68b1-button{
  border:0;
  padding:10px 12px;
  border-radius:10px;
  margin-right:12px;
  cursor:pointer;
  font-weight:700;
  background:#e9eef3;
}

/* Safari/WebKit старые */
.ac-form input[type="file"]::-webkit-file-upload-button{
  border:0;
  padding:10px 12px;
  border-radius:10px;
  margin-right:12px;
  cursor:pointer;
  font-weight:700;
  background:#e9eef3;
}
/* ===== FIX BUTTONS ALIGN + FONT ===== */

.ac-actions{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
  margin-top:20px;
}

.ac-actions .ac-btn,
.ac-actions input.wpcf7-submit{
  display:flex;
  align-items:center;
  justify-content:center;

  width:100%;
  height:60px;                 /* фиксированная одинаковая высота */
  padding:0 20px;

  border-radius:16px;
  border:none;
  cursor:pointer;

  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:16px;
  font-weight:700;
  letter-spacing:0.2px;
  line-height:1;

  text-align:center;
  text-decoration:none;

  -webkit-font-smoothing:antialiased;   /* убирает "мутность" */
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;

  transition:all .25s ease;
  box-sizing:border-box;
}

/* NORMAL */
.ac-submit-normal{
  background:#f2f2f2;
  color:#222;
}

.ac-submit-normal:hover{
  background:#e6e6e6;
}

/* TELEGRAM */
.ac-submit-tg{
  background:linear-gradient(135deg,#0088cc,#00c6ff);
  color:#fff;
  box-shadow:0 14px 35px rgba(0,136,204,0.28);
}

.ac-submit-tg:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 45px rgba(0,136,204,0.38);
}

/* убрать нативный вид input */
.ac-actions input.wpcf7-submit{
  appearance:none;
  -webkit-appearance:none;
}
/* ===== FIX: CF7 оборачивает кнопки в <p> и даёт margin -> выглядит криво ===== */
.ac-actions p{
  margin:0 !important;
  padding:0 !important;
}

/* На всякий случай: если тема делает p не block */
.ac-actions p{
  display:block !important;
}

/* Жёстко центрируем TG кнопку */
.ac-actions .ac-submit-tg{
  width:100% !important;
  height:60px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:1 !important;
  padding:0 20px !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2bbb2f0 *//* ===== MOBILE: full width for the section with class ac-mobile-full ===== */
@media (max-width: 768px){

  /* Убираем боковые отступы у секции и её внутренних обёрток Elementor */
  body .ac-mobile-full,
  body .ac-mobile-full .elementor-container,
  body .ac-mobile-full .elementor-column,
  body .ac-mobile-full .elementor-widget-wrap,
  body .ac-mobile-full .elementor-widget-container{
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* Вытягиваем именно ваши карточки на всю ширину экрана */
  body .ac-mobile-full .ac-form,
  body .ac-mobile-full .ac-install{
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    /* внутренние отступы, чтобы контент не лип к краю */
    padding: 18px 14px !important;

    /* можно оставить, но на телефоне обычно лучше ровно */
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  /* Чтобы ничего не вылезало за экран */
  body .ac-mobile-full .ac-form *,
  body .ac-mobile-full .ac-install *{
    box-sizing: border-box !important;
  }
}
/* ===================================================
   MOBILE + TABLET FIX ONLY FOR .ac-mobile-full
   =================================================== */

/* ===== Планшеты и мобильные (до 1024px) ===== */
@media (max-width: 1024px){

  /* Убираем отступы у секции */
  .ac-mobile-full{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Убираем боковые отступы у внутренних контейнеров Elementor */
  .ac-mobile-full .elementor-container,
  .ac-mobile-full .elementor-column,
  .ac-mobile-full .elementor-widget-wrap,
  .ac-mobile-full .elementor-widget-container,
  .ac-mobile-full .e-con,
  .ac-mobile-full .e-con-inner{
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Сами карточки */
  .ac-mobile-full .ac-install,
  .ac-mobile-full .ac-form{
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 22px 18px !important;
  }

  /* Убираем лишний верхний отступ */
  .ac-mobile-full #primary,
  .ac-mobile-full #content{
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .ac-mobile-full .market-breadcrumb-wrapper{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}


/* ===== Только телефоны (до 768px) — во всю ширину экрана ===== */
@media (max-width: 768px){

  /* Растягиваем секцию на всю ширину viewport */
  .ac-mobile-full .ac-install,
  .ac-mobile-full .ac-form{
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    padding: 18px 14px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  /* Чекбоксы в одну колонку */
  .ac-mobile-full .wpcf7-form-control.wpcf7-checkbox{
    grid-template-columns: 1fr !important;
  }

  /* Кнопки в одну колонку */
  .ac-mobile-full .ac-actions{
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d8c4cd3 *//* Страница Монтаж (page-id-3999): убрать лишний отступ от fixed header */
body.page-id-3999 .fixed-header-space{
  height: 45px !important;
  min-height: 45px !important;
}

/* На всякий — чтобы контент не получил второй отступ */
body.page-id-3999 #primary.primary.content-area,
body.page-id-3999 .site-content,
body.page-id-3999 main{
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* ПК: оставляем как у тебя (если на ПК стало ок) */
body.page-id-3999 .fixed-header-space{
  height: 45px !important;
  min-height: 45px !important;
}

/* МОБИЛКА: убираем “пустоту” почти полностью */
@media (max-width: 768px){
  body.page-id-3999 .fixed-header-space{
    height: 3px !important;
    min-height: 3px !important;
  }

  /* На всякий: если сверху ещё добавляет тема/хлебные крошки */
  body.page-id-3999 .marketee-breadcrumb-wrapper{
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body.page-id-3999 #primary,
  body.page-id-3999 .site-content,
  body.page-id-3999 main{
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}/* End custom CSS */