.crf__modal .row {
  width: auto;
}
.b__freehelp input[type=button] {
  background: #0487c5;
  height: 41px;
  line-height: 41px;
  border: 0;
  border-bottom: 1px solid #bed2dc;
  border-radius: 3px;
  padding: 0;
  width: 53.3%;
  color: #fff;
  font-size: 1.125rem;
}
.b__freehelp input[type=button]:hover {
  background: #0575aa;
}
.crf__top .crf__btn {
  background: #df4e54;
  border: 1px solid #df4e54;
  text-decoration: none;
  line-height: 2.4em;
  padding: 0 1em;
  border-radius: 5px;
  color: #fff;
  transition: all .4s ease;
  display: block;
  text-align: center;
}
.crf__top .crf__note {
  color: rgb(145,145,145);
}
.crf__top .crf__phone {
  font-size: 1.8rem;
  line-height: 100%;
  margin: 0;
  padding: .3em 0;
  color: #565656;
}
.crf__top .crf__btn:hover {
  background-color: #d2322d;
  border-color: #ac2925;
}
.content {
  position: relative;
  z-index: 140;
}
.modal-backdrop {
  display: none;
}
.modal_call-me, .crf__modal {
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,.5);
}
.crf__modal:before {
  content: '';
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.crf__modal .modal__inner {
  position: relative;
  box-sizing: border-box;
  padding: 40px;
  vertical-align: middle;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.3);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,.3);
  box-shadow: 0 10px 20px rgba(0,0,0,.3);
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.crf__modal .modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
  color: #e1e1e5;
  background-color: #fff;
  cursor: pointer;
  font-size: 20px;
  border: 0;
}
.crf__modal .modal__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px;
}
.crf__modal .modal__sub_title {
  /* font-size: 20px; */
  /* font-weight: 100; */
  /* line-height: 1.4; */
  margin-top: 0;
  text-align: center;
  /* color: #676767; */
}
@media (min-width: 1149px) {
  .crf__modal .modal__inner {
    width: 560px;
    max-width: 40%;
  }
}
@media (max-width: 1148px) {
  .crf__modal .modal__inner {
    max-width: 60%;
  }
  .crf__modal .modal__title {
    line-height: normal;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .crf__modal .modal__sub_title {
    /* font-size: 18px; */
    /* font-weight: 100; */
    line-height: normal;
  }
}

.crf__modal_data {
  margin: 30px auto 0;
  /* border: 2px solid #2f88c8; */
  padding: 22px 22px 18px;
  position: relative;
}
.b__freehelp_modal {
  float: none;
  background: 0 0;
  padding: 0;
  border-bottom: 0;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
  position: static;
}
.b__freehelp_modal .contact-form-modal__h4 {
  display: none;
}
.crf__modal_data .row {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.contact-form-modal__input {
  padding: 10px!important;
  border: 1px solid #ababab!important;
  margin-bottom: 12px;
  height: 41px;
  line-height: 41px;
  border-radius: 3px;
  transition: all .4s ease;
}
.contact-form-modal__input, .contact-form-modal__submit {
  display: block;
  width: 100%!important;
  font-family: "PT Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.b__freehelp_modal .status {
  background: #f4f7f9;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 0;
  line-height: 8.5;
  font-family: "Arial", sans-serif;
  animation: stretch 2s;
  white-space: nowrap;
  letter-spacing: -.5px;
  overflow: hidden;
  color: #2f87c8;
  font-weight: 600;
}
.b__freehelp_modal .status.process {
  color: #2f87c8;
}
.b__freehelp_modal .status.error {
  color: red;
}


.overlay_box__all-special {
  margin-top: 0 !important;
}
.overlay_box__all-special .header-logo {
  line-height: 58px;
}
.overlay_box__all-special .header__container {
  background-color: #fff;
}
.overlay_box__all-special #listing {
  background-color: #fff;
}
.overlay_box__all-special .header__container {
  background-color: #fff;
}
.not-link {
  cursor: auto;
  color: #333;
  border: 0;
}
.contact-form-compilation .row {
  display: inline-block;
  width: 45%;
  vertical-align: text-top;
}
.contact-form-compilation__text {
  margin-bottom: 0;
  text-align: left;
  font-size: 1rem;
  color: #545454;
  line-height: 1.6rem;
  display: inline-block;
  width: 50%;
  margin-right: 5%;
  vertical-align: top;
}
.contact-form-compilation h4 {
  margin-bottom: .5rem;
}
.contact-form-compilation {
  border: 2px solid #00adef;
  position: relative;
}
.contact-form-compilation .b__freehelp_compilation {
  float: none;
  background: 0 0;
  padding: 10px;
  border-bottom: 0;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
  position: static;
}
.contact-form-compilation input[type=tel].contact-form-compilation__input {
  border: 1px solid #2e86c5;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  height: 38px;
  line-height: 38px;
}
.contact-form-compilation input[type=button].contact-form-compilation__submit {
  border: 0;
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
}

.b__freehelp_compilation .status {
  background: #f4f7f9;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 0;
  line-height: 8.5;
  font-family: "Arial", sans-serif;
  font-size: .9rem;
  animation: stretch 2s;
  white-space: nowrap;
  letter-spacing: -.5px;
  overflow: hidden;
  color: #2f87c8;
  font-weight: 600;
}
.b__freehelp_compilation .status.process {
  color: #2f87c8;
}
.b__freehelp_compilation .status.error {
  color: red;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.crf__notephone {
  font-weight: 600;
}
