

/* Start:/local/templates/radio/components/bitrix/form.result.new/.default/style.css?1498816667891*/
.check_form_label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin-right: 15px;
	/* font-size: 12px; */
}
.form-row .label_form_feed{
	font-size: 11px;
}

.check_form_label:before {
	vertical-align:middle;
	content: "";
	display: inline-block;
	font-size: 15px;
	width: 16px;
	height: 15px;
    line-height: 15px;
	margin-right: 10px;
	left: 0;
	bottom: 1px;
	background-color: #fff;
	border:1px solid #DADBDF;
	/* box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8); */
}
.check_error:before{
	border:1px solid #cc0001;
}
.check_form[type=checkbox]{
	display: none;
}

.check_form[type=checkbox]:checked + .check_form_label:before {
	content: "\2713";
	/* text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); */
	font-size: 15px;
	color: #5f6061;
	text-align: center;
    line-height: 15px;
}

/* End */
/* /local/templates/radio/components/bitrix/form.result.new/.default/style.css?1498816667891 */
