

/* Start:/local/templates/main/components/bitrix/form.result.new/land_kredit/style.css?17579252961599*/
.legal-entity-check {
	margin-top: 20px;
}
.legal-entity-check__label {
	display: inline-block;
	cursor: pointer;
}
.legal-entity-check__field {
	display: flex;
	align-items: flex-start;
	position: relative;
}
.legal-entity-check__input {
	display: none;
}
.legal-entity-check__box {
	width: 28px;
	min-width: 28px;
	height: 28px;
	background-color: #fff;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	position: relative;
	margin-right: 12px;
	transition: all 0.3s;
}
.legal-entity-check__box svg {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	transition: all 0.3s;
}
.legal-entity-check__text {
	color: #1F1F22;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; 
	margin-top: 2px;
}
.legal-entity-check__input:checked + .legal-entity-check__box {
	background-color: #21BA70;
	border-color: #21BA70;
}
.legal-entity-check__input:checked + .legal-entity-check__box svg {
	opacity: 1;
}
.legal-entity-check__input.error + .legal-entity-check__box {
	border-color: #FF2424;
}
.legal-entity-check__error {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 11px;
    color: #FF2424;
    position: absolute;
    background-color: #fff;
    z-index: 100;
    margin-top: 4px;
    display: none;
}
.legal-entity-check__input.error + .legal-entity-check__box + .legal-entity-check__text + .legal-entity-check__error {
	display: block;
}
@media (min-width: 768px) {
    .sbr__sec5__inp {
        margin-bottom: 30px !important
    }
}
/* End */
/* /local/templates/main/components/bitrix/form.result.new/land_kredit/style.css?17579252961599 */
