.noBodyScroll {
  overflow: hidden;
  height: 100vh;
}

.noPaddingLeft {
  padding-left: 0;
}

.noPaddingRight {
  padding-right: 0;
}

.center_horizontally,
#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  input[type="submit"],
section.messages .message .row_up .resend_form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.justify_end {
  display: flex;
  justify-content: flex-end;
}

.justify_end_align_center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.justify_start {
  display: flex;
  justify-content: flex-start;
}

.center_vertically,
#installer_customer_survey_leads section.custom_header_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.align_horizontally {
  display: flex;
  align-items: center;
}

.align_vertically {
  display: flex;
  flex-direction: column;
}

.position_abs_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.position_abs_top_left {
  position: absolute;
  left: 0;
  top: 0;
}

.position_fix_top_left {
  position: fixed;
  left: 0;
  top: 0;
}

.minus_padding_header {
  padding-top: 11rem;
}

.button_colors_black {
  border: 0;
  background: #000000;
  color: white !important;
  transition: 0.2s all;
  cursor: pointer;
  user-select: none;
  font-family: "Arimo-Bold";
  font-size: 2rem;
  text-align: center;
  padding: 1.2rem 6rem;
  border-radius: 0.5rem;
}

.button_colors_black:hover {
  background: #000e1c;
}

.button_colors_blue {
  border: 0;
  background: #0049a0;
  color: white !important;
  transition: 0.2s all;
  cursor: pointer;
  user-select: none;
  font-family: "Arimo-Bold";
  font-size: 2rem;
  text-align: center;
  padding: 1.2rem 6rem;
  border-radius: 0.5rem;
}

.button_colors_blue:hover {
  background: #0064a0;
}

.button_colors_blue_tran {
  border: 0.2rem solid #0049a0;
  color: #0049a0;
  transition: 0.2s all;
  cursor: pointer;
  user-select: none;
  font-family: "Arimo-Bold";
  font-size: 2rem;
  text-align: center;
  padding: 1.2rem 6rem;
  border-radius: 0.5rem;
}

.button_colors_blue_tran:hover {
  color: white;
  background: #0064a0;
}

.title_1 {
  text-transform: uppercase;
  font-family: "Arimo-Regular";
  line-height: normal;
  font-size: 7rem;
  color: #ffffff;
  text-align: center;
  max-width: 80rem;
  width: 90%;
}

.title_section {
  font-family: "Arimo-Regular";
  font-size: 5rem;
  color: #3f352f;
  text-align: right;
  width: 63%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .title_section {
    font-size: 6rem;
  }
}

.installer_customer_survey_leads_wrapper header,
.installer_customer_survey_leads_wrapper footer {
  display: none !important;
}

#installer_customer_survey_leads {
  min-height: calc(100vh - 8rem);
  display: flex;
  flex-direction: column;
  width: 90vw;
  max-width: 500px;
  margin: 4rem auto 4rem auto;
  border-radius: 4rem;
  overflow: hidden;
  background: url(../img/bg_logo_style.png);
  background-size: 100% auto;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
}

#installer_customer_survey_leads section.custom_header_section {
  padding: 20px 20px 30px 20px;
  text-align: center;
  background: url("../img/bg_tadiran2.jpg") no-repeat;
  background-size: cover;
}

#installer_customer_survey_leads
  section.custom_header_section
  img.logo_tadiran {
  margin: 0;
  width: 55px;
  object-fit: contain;
}

#installer_customer_survey_leads section.custom_header_section .title {
  color: #fcfcfc;
  text-align: center;
  font-family: "OpenSansHebrewBold";
  font-size: 24px;
  margin-top: 20px;
}

#installer_customer_survey_leads section.custom_header_section .description {
  color: #eee;
  text-align: center;
  font-family: "OpenSansHebrewRegular";
  font-size: 16px;
  margin-top: 5px;
}

#installer_customer_survey_leads .wrapper_form_customer_survey_leads {
  padding: 30px 20px;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads.invalid
  .required_message {
  display: block;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads.invalid
  input[type="submit"] {
  background: #495259;
  opacity: 0.4;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  .row_question {
  display: none;
  margin-bottom: 20px;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  .row_question.invalid
  .question {
  color: #ff545e;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  .row_question.row_style_vertical {
  display: flex;
  align-items: center;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  .row_question.row_style_vertical
  .question {
  display: inline-block;
  margin: 0 0 0 10px;
  width: auto;
  font-size: 14px;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  .row_question.row_style_vertical
  label {
  width: auto;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  .row_question.row_style_vertical
  input {
  margin: 0;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  .style_slider {
  background: linear-gradient(321deg, #4da9e0 0%, #75bee9 100%);
  margin: 4rem 2rem 11rem 2rem;
  border: none;
  height: 0.7rem;
  border-radius: 1rem;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  .style_slider
  .ui-slider-range {
  border: 0.5px solid rgba(73, 82, 89, 0.3);
  background: #eee;
  box-shadow: 0px -4px 2px 0px rgba(133, 133, 133, 0.18) inset,
    0px 4px 2px 0px #fff inset;
  transition: all 0.3s;
  border-radius: 1rem;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  .style_slider
  .mark_left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 6rem;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  .style_slider
  .mark_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 6rem;
  transition: 0.3s all;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  .style_slider
  .mark_right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 6rem;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  .style_slider
  .text_mark {
  font-family: "AssistantMedium";
  font-size: 18px;
  position: absolute;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  .style_slider
  span.ui-slider-handle {
  transition: all 0.3s;
  border: none;
  width: 3rem;
  height: 3rem;
  background: linear-gradient(321deg, #4da9e0 0%, #75bee9 100%);
  border-radius: 50%;
  top: -1rem;
  margin-left: -1.5rem;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  .style_slider
  span.ui-slider-handle
  span.valueMeter {
  width: 40px;
  height: 17px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  font-family: "AssistantBold";
  padding: 0 0.5rem;
  line-height: normal;
  font-size: 17px;
  text-align: center;
  color: #fcfcfc;
}
@media (min-width: 300px) {
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider {
    height: 1rem !important;
  }

  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle {
    width: 5.5rem;
    height: 5.5rem;
    top: -1rem;
    margin-left: -1.5rem;
  }
}

@media (min-width: 330px) {
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle
    span.valueMeter {
    height: 20px;
  }

  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle {
    top: -1.5rem;
  }
}

@media (min-width: 400px) {
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle
    span.valueMeter {
    width: 35px;
    height: 23px;
  }

  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle {
    top: -1.8rem;
  }
}

@media (min-width: 501px) {
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle
    span.valueMeter {
    height: 22px;
  }

  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle {
    width: 4.5rem;
    height: 4.5rem;
  }

  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle {
    top: -1.5rem;
  }
}

@media (min-width: 551px) {
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle {
    width: 4.5rem;
    height: 4.5rem;
  }

  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle
    span.valueMeter {
    width: 35px;
    height: 21px;
  }
}

@media (min-width: 600px) {
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider {
    height: 0.8rem !important;
  }
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 700px) {
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle
    span.valueMeter {
    width: 35px;
    height: 16px;
  }
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider {
    height: 0.5rem !important;
  }
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle {
    width: 2.8rem;
    height: 2.8rem;
  }
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle {
    top: -10px;
  }
}
@media (min-width: 768px) {
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle {
    width: 7.5rem;
    height: 7.5rem;
  }
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider {
    height: 1rem !important;
  }
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle
    span.valueMeter {
    width: 34px;
    height: 23px;
  }
}
@media (min-width: 821px) {
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle {
    width: 6rem;
    height: 6rem;
  }
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle
    span.valueMeter {
    height: 23px;
  }
}
@media (min-width: 1021px) {
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle {
    top: -14px;
  }
}
@media (min-width: 1221px) {
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider {
    height: 0.8rem !important;
  }
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle {
    width: 5rem;
    height: 5rem;
  }
}
@media (min-width: 1321px) {
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider {
    height: 0.8rem !important;
  }
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle {
    width: 4rem;
    height: 4rem;
  }
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle {
    top: -12px;
  }
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle
    span.valueMeter {
    height: 21px;
  }
}
@media (min-width: 1600px) {
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider {
    height: 0.5rem !important;
  }
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle {
    width: 4rem;
    height: 4rem;
  }
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle
    span.valueMeter {
    height: 20px;
  }
}
@media (min-width: 1800px) {
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider {
    height: 0.5rem !important;
  }
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle {
    width: 3.5rem;
    height: 3.5rem;
  }
  #installer_customer_survey_leads
    .wrapper_form_customer_survey_leads
    form#form_customer_survey_leads
    .style_slider
    span.ui-slider-handle
    span.valueMeter {
    height: 20px;
  }
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  label {
  display: block;
  width: 100%;
  color: #333;
  font-family: OpenSansHebrewBold;
  font-size: 16px;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  label
  abbr {
  color: #ff545e;
  padding-left: 0.3rem;
  text-decoration: unset;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  .question {
  display: block;
  width: 100%;
  color: #333;
  font-family: OpenSansHebrewBold;
  font-size: 14px;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  .question
  abbr {
  color: #ff545e;
  padding-left: 0.3rem;
  text-decoration: unset;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  .question
  a {
  color: #333;
  font-family: OpenSansHebrewBold;
  font-size: 16px;
  text-decoration: underline !important;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  .text_q {
  color: #495259;
  font-family: OpenSansHebrewRegular;
  font-size: 12px;
  margin-top: 10px;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  input[type="radio"],
#underfloor_heating_survery_leads
  .wrapper_form_underfloor_heating_survey
  form#form_underfloor_heating_survey
  input[type="radio"] {
  margin: 12px 0 12px 12px;
  width: 20px;
  height: 20px;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  input[type="text"] {
  color: #495259;
  text-align: right;
  font-family: OpenSansHebrewRegular;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 15px;
  margin-top: 8px;
  background: #fcfcfc;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  input[type="submit"],
#underfloor_heating_survery_leads
  .wrapper_form_underfloor_heating_survey
  form#form_underfloor_heating_survey
  input
  [type="submit"] {
  color: #fcfcfc;
  font-family: OpenSansHebrewBold;
  font-size: 18px;
  border-radius: 5px;
  border: unset;
  padding: 0;
  margin-top: 50px;
  width: 100%;
  height: 50px;
  background: linear-gradient(321deg, #4da9e0 0%, #75bee9 100%);
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  textarea {
  color: #495259;
  text-align: right;
  font-family: OpenSansHebrewRegular;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 15px;
  margin-top: 8px;
  background: #fcfcfc;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  .wrapper_note
  .the-count {
  color: #495259;
  text-align: left;
  direction: ltr;
  font-family: OpenSansHebrewRegular;
  font-size: 14px;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  .wrapper_radio,
#underfloor_heating_survey_leads
  .wrapper_form_underfloor_heating_survey
  form#form_underfloor_heating_survery
  .required_message {
  display: flex;
  align-items: center;
  color: #495259;
  text-align: right;
  font-family: OpenSansHebrewRegular;
  font-size: 16px;
}

#installer_customer_survey_leads
  .wrapper_form_customer_survey_leads
  form#form_customer_survey_leads
  .required_message,
#underfloor_heating_survey_leads
  .wrapper_form_underfloor_heating_survey
  form#form_underfloor_heating_survey
  .required_message {
  color: #f51616;
  text-align: center;
  font-family: OpenSansHebrewRegular;
  font-size: 16px;
  margin-top: 15px;
  display: none;
}

section.messages {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100vh - 8rem);
  display: flex;
  flex-direction: column;
  width: 90vw;
  max-width: 500px;
  margin: 0rem auto 0rem auto;
  border-radius: 4rem;
  overflow: auto;
  background: url(../img/bg_tadiran3.jpg) no-repeat;
  background-size: cover;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
}

section.messages .message {
  padding: 40px;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.messages .message .row_up img.logo_tadiran {
  width: 105px;
}

section.messages .message .row_up .title_mes_1 {
  color: #fcfcfc;
  font-family: OpenSansHebrewBold;
  font-size: 24px;
  margin-top: 60px;
}

section.messages .message .row_up .title_mes_2 {
  color: #fcfcfc;
  font-family: OpenSansHebrewRegular;
  font-size: 22px;
  margin-top: 20px;
}

section.messages .message .row_up .resend_form {
  color: #fcfcfc;
  font-family: OpenSansHebrewBold;
  font-size: 18px;
  border-radius: 5px;
  border: unset;
  padding: 0;
  margin-top: 35px;
  width: 100%;
  height: 50px;
  background: linear-gradient(321deg, #4da9e0 0%, #75bee9 100%);
}

section.messages .row_down .text_support_tadiran {
  color: #eee;
  font-family: OpenSansHebrewRegular;
  font-size: 16px;
}

section.messages .row_down .link_support {
  color: #75bee9;
  font-family: OpenSansHebrewRegular;
  font-size: 16px;
  text-decoration: underline !important;
}

.installer_customer_survey_leads_wrapper .open_dropbox {
  margin-right: 0.5rem;
  width: 215px;
  cursor: pointer;
}
/*# sourceMappingURL=installer_customer_survey_leads.css.map */
.wrapper_form_customer_survey_leads
  #form_customer_survey_leads
  .row_question
  .options,
.wrapper_form_underfloor_heating_survey
  #form_underfloor_heating_survery
  .row_question
  .options {
  display: none;
  background-color: white;
  box-shadow: 4px 3px 10px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  width: 215px;
  padding: 11px;
  margin-top: 1rem;
}
.wrapper_form_customer_survey_leads
  #form_customer_survey_leads
  .row_question
  .options.active,
.wrapper_form_underfloor_heating_survey
  #form_underfloor_heating_survery
  .row_question
  .options.active {
  display: block;
}
.wrapper_form_customer_survey_leads
  #form_customer_survey_leads
  .row_question
  .question.reasons {
  display: flex !important;
  margin-top: 2rem !important;
}
.wrapper_form_customer_survey_leads
  #form_customer_survey_leads
  .row_question
  .options
  label,
.wrapper_form_underfloor_heating_survey
  #form_underfloor_heating_survery
  .row_question
  .options
  label {
  font-size: 14px !important;
  font-family: OpenSansHebrewRegular !important;
}
.wrapper_form_customer_survey_leads
  #form_customer_survey_leads
  .row_question
  .options
  label.checked,
.wrapper_form_underfloor_heating_survey
  #form_underfloor_heating_survery
  .row_question
  .options
  label.checked {
  font-family: OpenSansHebrewBold !important;
}
.wrapper_form_customer_survey_leads
  #form_customer_survey_leads
  .row_question
  .options
  input,
.wrapper_form_underfloor_heating_survey
  #form_underfloor_heating_survery
  .row_question
  .options
  input {
  margin-left: 10px;
}
.wrapper_form_customer_survey_leads
  #form_customer_survey_leads
  .row_question
  .options
  .submit_reasons,
.wrapper_form_underfloor_heating_survey
  #form_underfloor_heating_survery
  .row_question
  .options
  .submit_reasons {
  color: #fcfcfc;
  font-family: OpenSansHebrewBold;
  font-size: 18px;
  border-radius: 5px;
  border: unset;
  padding: 0;
  margin-top: 9px;
  width: 100%;
  height: 32px;
  background: linear-gradient(321deg, #4da9e0 0%, #75bee9 100%);
  cursor: pointer;
}
.reason_title {
  display: flex;
  flex-direction: row;
}
.dropbox_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 60% !important;
  margin-right: 10px;
  margin-top: -23px;
}
@media (max-width: 400px) {
  .wrapper_form_customer_survey_leads
    #form_customer_survey_leads
    .row_question
    .question.reasons,
  .wrapper_form_underfloor_heating_survey
    #form_underfloor_heating_survey
    .row_question
    .question.reasons {
    flex-direction: column;
  }
  .dropbox_wrapper {
    margin-right: 0;
    margin-top: 0;
  }
}
.arrow {
  position: absolute;
  right: 196px;
  top: 56%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #888;
  transition: transform 0.2s ease;
}
.arrow.up {
  transform: translateY(-50%) rotate(180deg);
  top: 15%;
}
.activate_insurance {
  text-decoration: underline !important;
  color: inherit !important;
  font-family: OpenSansHebrewRegular;
}
.whatapp-link {
  color: #75bee9 !important;
  text-decoration: underline !important;
}
.form_radio_station_survey .wrapper_radio {
  margin-right: 2rem;
  gap: 1rem;
}

.form_radio_station_survey .question {
  margin-bottom: 2rem;
}
.other_radio_input {
  height: 2rem;

  background-color: #d5d5d5 !important;
  cursor: not-allowed;
}
.other_radio_input.active {
  background-color: white !important;
  border: 1px solid !important;
  cursor: initial;
}
