/* Юр-блок и ТК-блок аккуратнее по отступам */
[data-jur-block],
[data-tk-block] {
	margin-top: 12px;
}

/* Если внутри используются твои form__line — просто чуть разделяем */
[data-jur-block] .form__line,
[data-tk-block] .form__line {
	margin-top: 10px;
}

/* Чтоб file input не выглядел как “инородное тело” */
input[type="file"].form__input {
	padding: 17px;
}
.main-form__choice._flex{
flex-wrap: nowrap

}
.ms2_form .checkbox__text::before {
    width: 22px;
    height: 22px;}
    
.ms2_form .checkbox__text::after {
    top:7px;left:7px;
       width: 8px;
    height: 8px;
    background-size: contain;}
.ms2_form .checkbox__text {
    position: relative;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    display: block;
    padding: 0 0 0 28px;
}