.form-container__item{display:flex;justify-content:flex-start;align-items:center}.form__checkbox{position:absolute;top:0;left:0;width:24px;height:24px;background:#fff;opacity:0}.form__checkbox+span.form__checkbox-mask{position:relative;height:24px;padding-left:34px}.form__checkbox:not(:checked)+span.form__checkbox-mask:after{position:absolute;top:0;left:0;z-index:0;width:24px;height:24px;box-sizing:border-box;background-color:#fff;border:2px solid #e1e2e6;border-radius:4px;content:""}.form__checkbox:checked+span.form__checkbox-mask:after{position:absolute;top:0;left:0;z-index:0;width:24px;height:24px;box-sizing:border-box;background-size:60%;border:2px solid #e30611;border-radius:4px;content:""}.form__input-text{height:44px;padding:0 10px;box-sizing:border-box;font-size:14px;line-height:44px;color:#9198a0;border:2px solid #e2e5eb;border-radius:4px}.modal-content{width:100%;max-width:512px;height:100%;min-height:100%;margin:0 auto;padding-bottom:60px;box-sizing:border-box;border-radius:8px 8px 0 0}.modal-content__header{color:#fff}.modal-content__list,.modal-content__wrapper{overflow-y:auto;-webkit-overflow-scrolling:touch}.modal-content__list{height:calc(100% - 126px);max-height:calc(100vh - 126px);margin:0;padding:0 0 86px}.modal-content__list--support{height:calc(100% - 182px);max-height:calc(100vh - 182px)}