

/* Start:/local/templates/main/components/bitrix/form.result.new/land_kredit/style.css?17581898963489*/
.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
    }
}

.payment-account-radio {
	margin-bottom: 15px;
	position: relative;
}
.payment-account-radio__title {
	font-size: 14px;
    color: #303844;
}
.payment-account-radio__list {
	display: flex;
	align-items: flex-start;
}
.payment-account-radio__list-item {
	margin-right: 20px;
	margin-top: 10px;
}
.payment-account-radio__list-item:last-child {
	margin-right: 0;
}
.payment-account-radio__list-item-label {
	display: inline-block;
	cursor: pointer;
}
.payment-account-radio__list-item-field {
	display: flex;
	align-items: center;
}
.payment-account-radio__list-item-label input {
	display: none;
}
.payment-account-radio__list-item-box {
	width: 28px;
    min-width: 28px;
    height: 28px;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 100%;
    position: relative;
    margin-right: 12px;
    transition: all 0.3s;
}
.payment-account-radio__list-item-box svg {
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    transition: all 0.3s;
}
.payment-account-radio__list-item-text {
	color: #1F1F22;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 2px;
}
.payment-account-radio__list-item-label input:checked + .payment-account-radio__list-item-box {
	background-color: #21BA70;
    border-color: #21BA70;
}
.payment-account-radio__list-item-label input:checked + .payment-account-radio__list-item-box svg {
	opacity: 1;
}
.payment-account-radio__error {
	font-size: 11px;
    color: #FF2424;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
}
.payment-account-radio.error .payment-account-radio__error {
	display: block;
}
.payment-account-radio.error .payment-account-radio__list-item-box {
	border-color: #FF2424;
}
/* End */
/* /local/templates/main/components/bitrix/form.result.new/land_kredit/style.css?17581898963489 */
