.elementor-118814 .elementor-element.elementor-element-169fb60{--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;}/* Start custom CSS for html, class: .elementor-element-31ef193 *//* =========================================================
   GM HEADER HELP + MODAL (FINAL)
   CALLBACK = как плашка "АКЦІЯ"
   ========================================================= */

/* ===== Блокировка скролла при открытой модалке ===== */
html.gm-modal-open,
body.gm-modal-open{
  overflow: hidden !important;
}


/* =========================
   ТРИГГЕР В ШАПКЕ
   ========================= */
.gm-header-help{
  display:flex;
  justify-content:flex-end;
  align-items:center;
}

/* Кнопка-плашка */
.gm-help-trigger,
.gm-help-trigger:hover,
.gm-help-trigger:focus,
.gm-help-trigger:active{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:6px 12px !important;
  border-radius:6px !important;

  background:#f59b23 !important;
  border:0 !important;
  box-shadow:none !important;
  outline:none !important;

  cursor:pointer;
  white-space:nowrap;
  line-height:1;

  text-transform:uppercase;
}

/* Текст в плашке */
.gm-help-accent{
  color:#ffffff !important;
  font-weight:800 !important;
  font-size:13px;        /* читаемее */
  letter-spacing:.02em;
  text-shadow:none !important;
}

/* второй спан не нужен */
.gm-help-white{
  display:none !important;
}

/* без эффектов */
.gm-help-trigger:hover .gm-help-accent{
  text-shadow:none !important;
}


/* =========================
   МОДАЛКА
   ========================= */
.gm-help-modal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 99999;
}

.gm-help-modal[aria-hidden="false"]{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

/* Панель */
.gm-help-modal__panel{
  position: relative;
  z-index: 2;
  width: min(520px, 92vw);
  background: #ffffff;
  border-radius: 18px;
  padding: 22px 22px 18px;
  box-shadow: 0 28px 70px rgba(0,0,0,.35);
  animation: gmModalIn .18s ease;
}

/* Анимация */
@keyframes gmModalIn{
  from{
    opacity: 0;
    transform: translateY(-6px) scale(.985);
  }
  to{
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Кнопка закрытия */
.gm-help-modal__close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 0;
  background: #f3f4f6;
  color: #111827;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gm-help-modal__close:hover{
  background: #e5e7eb;
}


/* =========================
   CONTACT FORM 7
   ========================= */
.gm-help-modal__body{
  padding-top: 8px;
}

.gm-help-modal__body .wpcf7{
  margin: 0;
}

.gm-help-modal__body .wpcf7 form{
  margin: 0;
}

/* CF7 любит <p> — убираем лишние отступы */
.gm-help-modal__body .wpcf7 p{
  margin: 0 0 12px !important;
}

/* Инпуты */
.gm-help-modal__body .wpcf7 input[type="text"],
.gm-help-modal__body .wpcf7 input[type="tel"],
.gm-help-modal__body .wpcf7 input[type="email"],
.gm-help-modal__body .wpcf7 textarea{
  width: 100%;
  height: 44px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #111827;
  font-size: 14px;
  outline: none;
}

/* textarea */
.gm-help-modal__body .wpcf7 textarea{
  min-height: 110px;
  height: auto;
  resize: vertical;
}

/* Фокус */
.gm-help-modal__body .wpcf7 input:focus,
.gm-help-modal__body .wpcf7 textarea:focus{
  border-color: #f28c2f;
  box-shadow: 0 0 0 3px rgba(242,140,47,.18);
}

/* Submit */
.gm-help-modal__body .wpcf7 input[type="submit"],
.gm-help-modal__body .wpcf7 input.wpcf7-submit{
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 12px;
  background: #f28c2f;
  color: #111;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
}

.gm-help-modal__body .wpcf7 input[type="submit"]:hover,
.gm-help-modal__body .wpcf7 input.wpcf7-submit:hover{
  box-shadow: 0 14px 28px rgba(242,140,47,.28);
}


/* =========================
   АДАПТИВ
   ========================= */
@media (max-width: 1024px){
  .gm-help-accent{
    font-size:12px;
  }
}

@media (max-width: 640px){
  .gm-help-accent{
    display:none;
  }

  .gm-help-modal__panel{
    padding: 18px 16px 14px;
    border-radius: 16px;
  }
}/* End custom CSS */