

/* Start:/local/components/bitrix/main.feedback/templates/.default/style.css?17217393543671*/
.feed-trick {
	display: none;
}

.fancybox-content {
	padding: 0 !important;
}

.feed-form-checkbox {
	display: none;
}

.feed-form-checkbox + .feed-form-label-checkbox {
	cursor: pointer;
	margin: -3px 5px 0 0;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.feed-form-checkbox + .feed-form-label-checkbox:before {
	width: 0;
}

.feed-form-checkbox:checked + .feed-form-label-checkbox:before {
	content: '\f00c';
}

.form-group {
    position: relative;
}

.form-group .required {
    display: none;
    color: #39961E;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 8px;
}

.form-control.invalid + .required {
    color: #dc3545;
}

.form-group input[required] + .required {
    display: block;
}

.feedback__form-group input.invalid {
    color: #a73434;
}

.js-form-ajax input.invalid,
.feedback__form-group.invalid {
    border-color: #a73434 !important;
}



/*.g-recaptcha {
	position: fixed;
	bottom: 60px;
	right: 0;
	filter: hue-rotate(-115deg);
	-webkit-filter: hue-rotate(-115deg);
	-moz-filter: hue-rotate(-115deg);
}

::-webkit-input-placeholder {
	color: #909090;
}

:-ms-input-placeholder {
	color: #909090;
}

::placeholder {
	color: #909090;
}

@media screen and (max-width:960px) {
	
	
}
*/

.custom-form-checkbox {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-form-checkbox .pseudo-checkbox {
  position: relative;
  display: inline-block;
  border-radius: 60px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-color: #fff;
  width: 28px;
  height: 14px;
  vertical-align: middle;
  margin: 0 .5rem;
  cursor: pointer;
  z-index: 1;
}

.custom-form-checkbox--green .pseudo-checkbox{
  border-color: #E3E3E3;
}

.custom-form-checkbox .pseudo-checkbox:before,
.custom-form-checkbox .pseudo-checkbox:after {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.custom-form-checkbox .pseudo-checkbox:before {
  content: '';
  left: -2px;
  border-radius: 50%;
  background-color: #C4C4C4;
  width: 18px;
  height: 18px;
  z-index: 1;
}

.custom-form-checkbox .pseudo-checkbox:after {
  content: 'Нет';
  left: calc( 100% + 5px );
}

input:checked + .custom-form-checkbox .pseudo-checkbox:before {
  -webkit-transform: translate(60%, -50%);
      -ms-transform: translate(60%, -50%);
          transform: translate(60%, -50%);
  background-color: #4DA2D6;
}

input:checked + .custom-form-checkbox .pseudo-checkbox:after {
  content: 'Да';
}

/* Green Checkbox */
.custom-form-checkbox--green {
  color: #7AB967;
}

input:checked + .custom-form-checkbox--green .pseudo-checkbox:before {
  background-color: #7AB967;
}

/* Green White Checkbox */
.custom-form-checkbox--green-white {
  color: #fff;
}

.custom-form-checkbox--green-white .pseudo-checkbox {
  background-color: rgba( 255, 255, 255, .2 );
}

.custom-form-checkbox--green-white .pseudo-checkbox:before {
  border: 1px solid #fff;
  background-color: #39961E;
}

input:checked + .custom-form-checkbox--green-white .pseudo-checkbox:before {
  background-color: #fff;
}

/* Blue Checkbox */
.custom-form-checkbox--blue .pseudo-checkbox {
  background-color: #73C2F2;
  color: #fff;
}
.custom-form-checkbox--blue .pseudo-checkbox:before {
  background-color: #4DA2D6;
  border: 1px solid #fff;
}
input:checked + .custom-form-checkbox--blue .pseudo-checkbox:before {
  background-color: #fff;
}
/* End */
/* /local/components/bitrix/main.feedback/templates/.default/style.css?17217393543671 */
