.m-form__field-not-line {
    position: relative;
    margin: 40px 0;
    margin-left: 2%;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}