

/* Start:/bitrix/components/interlabs/feedbackform/templates/popup_header/style.css?161601073364*/

.interlabs-feedbackform__container .hidden {
  display: none;
}
/* End */


/* Start:/bitrix/templates/.default/components/interlabs/feedbackform/popup_reviews/style.css?17161957302090*/

.interlabs-feedbackform__container .hidden {
  display: none;
}




.form-wrap .form-holder  input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;

}
.form-wrap .form-holder  input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
}
.form-wrap .form-holder  input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 40px;
  height: 16px;
  border-radius: 13px;
  background: #CDD1DA;
  /*box-shadow: inset 0 2px 3px rgba(0,0,0,.4);*/
  transition: .2s;
}
.form-wrap .form-holder  input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.4);
  transition: .2s;
}
.form-wrap .form-holder  input[type="checkbox"]:checked + label:before {
  background: #96041D;;
}
.form-wrap .form-holder  input[type="checkbox"]:checked + label:after {
  left: 26px;
}

.form-wrap .AGREE_TEXT {
  /*position: absolute;*/
  margin-left: 50px;
  color:#8992a4;
}

.form-wrap .form-holder .button-wrap.smoler {
  margin-top: 68px !important;
}

div.c-checkbox {
  margin-top:10px;
}

.form-wrap .form-holder input {
  color: #141516 !important;
}

/*

.form-wrap .form-holder  input[type="radio"],
.form-wrap .form-holder  input[type="checkbox"] {
  appearance: none;
  background: #fff;
  border: 2px solid #415674;
  height: 1.5em;
  width: 1.5em;
  border-radius: 100%;
  vertical-align: text-bottom;
  position: relative;
}

.form-wrap .form-holder  input[type="checkbox"] {
  border-radius: 0;
}

.form-wrap .form-holder  input[type="radio"]::before,
.form-wrap .form-holder  input[type="checkbox"]::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  top: 0;
}

.form-wrap .form-holder  input[type="checkbox"]:checked::before {
  border-right: 5px solid #4b83fc;
  border-bottom: 6px solid #4b83fc;
  height: 90%;
  width: 30%;
  transform: rotate(50deg) translateY(-20%) translateX(-10%);
}*/
/* End */
/* /bitrix/components/interlabs/feedbackform/templates/popup_header/style.css?161601073364 */
/* /bitrix/templates/.default/components/interlabs/feedbackform/popup_reviews/style.css?17161957302090 */
