[
                'class' => 'pjax_container forms-cabinet forms-2',
            ],
        ]
    );
?>
    
паспортні данні
 'passport-form',
            'action' => [ 'cabinet/passport' ],
        ]
    );
    echo $form->field(
        $userPassport,
        'series',
        [
            'options' => [
                'class' => 'input-wrapp-80',
            ],
        ]
    )
              ->textInput();
    echo $form->field(
        $userPassport,
        'number',
        [
            'options' => [
                'class' => 'input-wrapp-220',
            ],
        ]
    )
              ->textInput();
    echo $form->field(
        $userPassport,
        'birthday',
        [
            'options'      => [
                'class' => 'input-wrapp-130',
            ],
            'inputOptions' => [
                'class' => '_datepicer',
            ],
        ]
    )
              ->textInput();
    echo $form->field(
        $userPassport,
        'given_by',
        [
            'options' => [
                'class' => 'input-wrapp-445',
            ],
        ]
    )
              ->textarea();
?>