/* line 5, ../sass/form.scss */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

/* line 12, ../sass/form.scss */
.label-input {
  font-size: 20px;
  font-weight: 500;
  text-align: right;
  padding: 0px 17px 10px;
  width: 100%;
}

/* line 20, ../sass/form.scss */
.no-padding {
  padding: 0 !important;
}

/* line 24, ../sass/form.scss */
.input {
  position: relative;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  width: 100%;
  overflow: hidden;
  padding: 0 16px 0 30px;
  border: 1px solid rgba(181, 181, 181, 0.45);
}
/* line 34, ../sass/form.scss */
.input.hidden_ {
  display: none;
}
/* line 38, ../sass/form.scss */
.input .add-padding {
  padding: 0 16px 0 30px;
}
/* line 42, ../sass/form.scss */
.input.noborder {
  border: 0;
}
/* line 46, ../sass/form.scss */
.input.no-padding {
  padding: 0;
}
/* line 50, ../sass/form.scss */
.input.textarea {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
/* line 54, ../sass/form.scss */
.input.raw {
  border-bottom: 1px solid #707070;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
}
/* line 60, ../sass/form.scss */
.input select,
.input input,
.input textarea {
  font-size: 16px;
  font-weight: 500;
  color: #707070;
  text-align: right;
  background-color: transparent;
}
/* line 70, ../sass/form.scss */
.input select,
.input input {
  border: 0px;
  height: 50px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
}
/* line 81, ../sass/form.scss */
.input textarea {
  height: 150px;
  padding: 5px 10px 25px;
  outline: none;
  width: 100%;
  border: 0px;
  resize: none;
}
/* line 90, ../sass/form.scss */
.input .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
  font-size: 30px;
  color: #b2b2b2;
  width: auto;
  height: auto;
}
/* line 101, ../sass/form.scss */
.input.img {
  padding-right: 55px;
}
/* line 104, ../sass/form.scss */
.input.img img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 37px;
}
/* line 113, ../sass/form.scss */
.input .search-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  padding-left: 13px;
  border-left: 1px solid #b2b2b2;
  font-size: 20px;
  color: #b2b2b2;
}
/* line 126, ../sass/form.scss */
.input.large input {
  padding: 5px 40px;
  padding-right: 85px;
  height: 56px;
  font-size: 17px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}
/* line 137, ../sass/form.scss */
.input span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 11px;
  color: #b2b2b2;
}

/* line 146, ../sass/form.scss */
.input-multi {
  position: relative;
}
/* line 149, ../sass/form.scss */
.input-multi .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13px;
  font-size: 33px;
  color: #b2b2b2;
}

/* line 159, ../sass/form.scss */
.ms-choice {
  border: 0px !important;
  -webkit-box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  border-radius: 19px !important;
  height: 38px !important;
  background-color: transparent !important;
  width: 100% !important;
  padding: 0px 16px !important;
  padding-left: 30px !important;
  text-align: right !important;
  font-size: 16px !important;
  outline: none !important;
  font-weight: 400;
  -webkit-appearance: none !important;
}

/* line 174, ../sass/form.scss */
.icon-caret {
  display: none;
}

/* line 177, ../sass/form.scss */
.ms-select-all {
  display: none !important;
}

/* line 180, ../sass/form.scss */
.ms-choice > span {
  text-align: right !important;
}

/* line 183, ../sass/form.scss */
.ms-drop ul > li.multiple {
  width: 100% !important;
}

/* line 186, ../sass/form.scss */
.ms-drop ul > li label span {
  padding-right: 20px !important;
}

/* line 190, ../sass/form.scss */
.button {
  background: #fff;
  -webkit-box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  text-align: center;
  font-weight: 600;
  color: #000;
  padding: 6px 13px;
  display: inline-block;
  cursor: pointer;
  border: 0;
  outline: navajowhite;
  width: 189px;
  font-size: 25px;
}
/* line 205, ../sass/form.scss */
.button i {
  margin-left: 7px;
  font-size: 12px;
}
/* line 210, ../sass/form.scss */
.button.button_red {
  background: #E5203B;
  color: #fff;
}
/* line 214, ../sass/form.scss */
.button.button_black {
  background: #050001;
  color: #fff;
}
/* line 219, ../sass/form.scss */
.button.button_large {
  font-size: 18px;
  padding: 7px 24px;
}
/* line 224, ../sass/form.scss */
.button.no_shadow {
  box-shadow: none;
}

/* line 230, ../sass/form.scss */
.btn-icon {
  font-size: 18px;
  font-weight: 400;
  color: #b2b2b2;
  cursor: pointer;
  display: flex;
  align-items: center;
}
/* line 238, ../sass/form.scss */
.btn-icon:after {
  content: '';
  clear: bottom;
  display: block;
}
/* line 246, ../sass/form.scss */
.btn-icon span.space-right,
.btn-icon img.space-right {
  margin-right: 20px;
}
/* line 249, ../sass/form.scss */
.btn-icon span.space-left,
.btn-icon img.space-left {
  margin-left: 10px;
}

/* line 255, ../sass/form.scss */
.icon-font {
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 265, ../sass/form.scss */
.icon-font.red {
  background-color: #E5203B;
}
/* line 269, ../sass/form.scss */
.icon-font.gray {
  background-color: #b2b2b2;
}
/* line 273, ../sass/form.scss */
.icon-font.white {
  background-color: #FFF;
  color: #373736;
}
/* line 278, ../sass/form.scss */
.icon-font.space-right {
  margin-right: 10px;
}
/* line 281, ../sass/form.scss */
.icon-font.space-left {
  margin-left: 10px;
}

/* line 286, ../sass/form.scss */
.error {
  background-color: rgba(255, 0, 0, 0.35) !important;
  border-color: rgba(255, 0, 0, 0.35) !important;
}

/* line 291, ../sass/form.scss */
.bkg-transparent {
  background-color: transparent !important;
}

/* line 294, ../sass/form.scss */
.no-shadow {
  box-shadow: none !important;
}

/* line 298, ../sass/form.scss */
.button_checkbox {
  position: relative;
  margin-bottom: 25px;
}
/* line 302, ../sass/form.scss */
.button_checkbox .services {
  border: 0px;
  -webkit-box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 3px 9px -7px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  height: 68px;
  background-color: #F4F4F4;
  width: 100%;
  padding: 0px 16px;
  text-align: right;
  font-size: 18px;
  outline: none;
  font-weight: 600;
  -webkit-appearance: none;
  position: relative;
  display: flex;
  align-items: center;
  color: #b2b2b2;
}
/* line 320, ../sass/form.scss */
.button_checkbox .services.active {
  background-color: #E5203B;
  color: #F4F4F4;
}

/* line 327, ../sass/form.scss */
.modal-footer {
  text-align: center;
}

/* line 331, ../sass/form.scss */
#map_org {
  color: #b2b2b2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

@media (max-width: 767px) {
  /* line 342, ../sass/form.scss */
  .label-input {
    font-size: 14px;
    padding-bottom: 10px;
  }

  /* line 347, ../sass/form.scss */
  .input select, .input input {
    height: 38px;
    font-size: 14px;
  }
  /* line 351, ../sass/form.scss */
  .input textarea {
    height: 90px;
    font-size: 14px;
  }
  /* line 356, ../sass/form.scss */
  .input.img img {
    width: 25px;
  }

  /* line 360, ../sass/form.scss */
  .button_checkbox {
    margin-bottom: 10px;
  }
  /* line 362, ../sass/form.scss */
  .button_checkbox div {
    height: 38px;
    font-size: 14px;
  }

  /* line 367, ../sass/form.scss */
  #services_preview {
    margin-top: 20px;
  }
  /* line 369, ../sass/form.scss */
  #services_preview > div {
    font-size: 10px;
  }

  /* line 373, ../sass/form.scss */
  .button {
    font-size: 16px;
    width: 87px;
  }
}
/* line 380, ../sass/form.scss */
.search-input {
  position: relative;
}
/* line 382, ../sass/form.scss */
.search-input .input {
  padding: 0 10px 0 30px;
  display: flex;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* line 387, ../sass/form.scss */
.search-input .input button {
  background-color: transparent;
  border: 0;
  outline: none;
  font-size: 20px;
  color: #B2B2B2;
}
/* line 395, ../sass/form.scss */
.search-input .input input {
  height: 45px;
  border: 0;
}
