.elementor-40737 .elementor-element.elementor-element-1d868a1{--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;}.elementor-40737 .elementor-element.elementor-element-90318d3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-40737 .elementor-element.elementor-element-b4135f3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;}#elementor-popup-modal-40737 .dialog-widget-content{animation-duration:0.6s;background-color:#FFFFFF;border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-40737{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-40737 .dialog-message{width:500px;height:auto;padding:20px 20px 20px 20px;}#elementor-popup-modal-40737 .dialog-close-button{display:flex;top:10px;font-size:25px;}body:not(.rtl) #elementor-popup-modal-40737 .dialog-close-button{right:10px;}body.rtl #elementor-popup-modal-40737 .dialog-close-button{left:10px;}@media(max-width:767px){.elementor-40737 .elementor-element.elementor-element-1d868a1{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-40737 .elementor-element.elementor-element-b4135f3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}#elementor-popup-modal-40737 .dialog-message{width:95vw;padding:40px 10px 40px 10px;}#elementor-popup-modal-40737 .dialog-close-button{top:10px;font-size:20px;}body:not(.rtl) #elementor-popup-modal-40737 .dialog-close-button{right:10px;}body.rtl #elementor-popup-modal-40737 .dialog-close-button{left:10px;}}/* Start custom CSS for shortcode, class: .elementor-element-b4135f3 *//* Только radio с классом guide-radio */
.wpcf7-form .guide-radio input[type="radio"] {
    width: 22px;
    height: 22px;
    accent-color: #ffdf1e;
    cursor: pointer;
    margin-right: 8px;
    transition: transform 0.2s ease;
}

.wpcf7-form .guide-radio input[type="radio"]:hover {
    transform: scale(1.1);
}

/* Контейнер для группы radio — В СТОЛБИК */
.wpcf7-form .guide-radio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin: 12px 0;
}

.wpcf7-form .guide-radio .wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7-form .guide-radio .wpcf7-list-item-label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
}

/* Заголовок над радио (увеличили в 2 раза) */
.wpcf7-form label[for="radio-387"] {
    font-size: 20px!important;          /* было 14px */
    font-weight: 600;
    color: #222;
    display: block;
    margin-bottom: 6px;
}

/* Две колонки (имя + телефон) */
.cf7-two-cols {
  display: flex;
  gap: 20px;
  padding: 0 10px;
  margin-bottom: 10px !important;
}

.cf7-two-cols input {
  width: 100% !important;
  box-sizing: border-box;
}

/* скрываем спиннер */
.wpcf7-spinner {
    display: none !important;
}

/* -------------------------
   ЧЕКБОКС
   ------------------------- */
.wpcf7 .wpcf7-list-item label {
  display: flex !important;
  align-items: flex-start;
}

.wpcf7 .wpcf7-list-item input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-top: 2px;
  flex: 0 0 auto;
  cursor: pointer;
}

.wpcf7 .wpcf7-list-item-label {
  line-height: 1.3;
}

/* КНОПКА — добавили сверху отступ 20px */
.wpcf7-form .wpcf7-submit {
    margin-top: 20px !important;
}

/* === Mobile === */
@media (max-width: 767px) {
  .cf7-two-cols {
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
    margin-bottom: 10px !important;
  }

  .cf7-two-cols .cf7-col {
    flex: 0 0 auto;
  }

  /* радио и в мобилке остаются в столбик */
  .wpcf7-form .guide-radio {
    gap: 10px;
    margin: 10px 0;
  }

  .wpcf7-form .guide-radio input[type="radio"] {
    width: 18px !important;
    height: 18px !important;
  }

  .wpcf7-form .guide-radio .wpcf7-list-item-label {
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  /* Заголовок над радио в мобилке тоже больше */
  .wpcf7-form label[for="radio-387"] {
    font-size: 16px !important;
    margin-bottom: 6px !important;
  }
}
.elementor-40737 .elementor-element.elementor-element-b4135f3 .wpcf7-acceptance input[type=checkbox] {
    height: 30px;
}
.elementor-40737 .elementor-element.elementor-element-b4135f3 .wpcf7-acceptance span {
    padding-top: 2px!important;
}/* End custom CSS */