.b-unisender-form{}
.b-unisender-form._show-message._success-text .b-unisender-form__message_success-text{display:block;}
.b-unisender-form._show-message._validation-error-text .b-unisender-form__message_validation-error-text{display:block;}
.b-unisender-form._show-message._server-error-text .b-unisender-form__message_server-error-text{display:block;}
.b-unisender-form *{outline:none !important;box-shadow:none !important;}
.b-unisender-form__policy{padding-bottom:10px;}
.b-unisender-form__policy .b-unisender-field__label{display:flex;align-items:flex-start;gap:8px;}
.b-unisender-form__policy .b-unisender-form__policy-input{-webkit-appearance:checkbox !important;-moz-appearance:checkbox !important;appearance:checkbox !important;display:inline-block !important;visibility:visible !important;opacity:1 !important;position:relative !important;z-index:1;width:18px !important;height:18px !important;min-width:18px;min-height:18px;margin-top:2px;margin-right:2px;border:1px solid #7a7a7a;background:#fff;cursor:pointer;flex:0 0 auto;}
.b-unisender-form__policy .b-unisender-field__label{cursor:pointer;}
.b-unisender-form__policy .checkmark{display:none !important;}
.b-unisender-form__policy .b-unisender-field__label a{text-decoration:underline;}
.b-unisender-form__policy-hint{margin:4px 0 0 26px;font-size:12px;opacity:0.75;}
.b-unisender-form__policy.b-unisender-field_required .b-unisender-field__label:after{content:'*';line-height:1;color:#df1b1b;}
.b-unisender-form .b-unisender-form__footer .b-unisender-form__button-box{display:flex;align-items:center;}
.b-unisender-form .b-unisender-form__footer .b-unisender-form__button-box.request svg{display:block;}
.b-unisender-form .b-unisender-form__footer .b-unisender-form__button-box.request .b-unisender-form__submit-button{pointer-events:none;user-select:none;opacity:0.7;}
.b-unisender-form .b-unisender-form__footer .b-unisender-form__button-box svg{display:none;margin-left:10px;}
.b-unisender-form .b-unisender-form__submit-button{cursor:pointer;transition:opacity 0.1s linear;width:auto;display:inline-block;user-select:none;}
.b-unisender-form .b-unisender-form__submit-button:hover{opacity:0.9;}
.b-unisender-form .b-unisender-form__message{padding:1em;border-width:1px;border-style:solid;text-align:center;display:none;margin-top:1em;}
.b-unisender-form .b-unisender-form__message_error{border-color:#df1b1b;}
.b-unisender-form .b-unisender-form__message_success{border-color:#29bb34;}
.b-unisender-form__message_success-text{}
.b-unisender-form__message_validation-error-text{}
.b-unisender-form__message_server-error-text{}
.b-unisender-form .b-unisender-field{}
.b-unisender-form .b-unisender-field_required .b-unisender-field__label:after{content:'*';line-height:1;color:#df1b1b;}
.b-unisender-form .b-unisender-field._has-error .b-unisender-field__error-text{display:block;}
.b-unisender-form .b-unisender-field__label{display:block;width:100%;font-size:inherit;font-weight:inherit;color:inherit;line-height:inherit;margin-bottom:0.5em;}
.b-unisender-form .b-unisender-field__input{display:block;width:100%;font-size:inherit;font-weight:inherit;color:inherit;line-height:inherit;outline:none;margin:0;box-sizing:border-box;}
.b-unisender-form .b-unisender-field__error-text{display:none;width:100%;font-size:inherit;font-weight:inherit;color:#df1b1b;line-height:inherit;margin-top:0.5em;animation:unisenderErrorTextShow 0.2s linear forwards;}
.b-unisender-form .b-unisender-form__policy .policy-error{margin-left:26px;}
@keyframes unisenderErrorTextShow {
0%{opacity:0;}
100%{opacity:1;}
}
.b-unisender-form .b-unisender-checkbox{display:flex;flex-wrap:wrap;align-items:baseline;}
.b-unisender-form .b-unisender-checkbox._has-error .b-unisender-checkbox__error-text{display:block;}
.b-unisender-form .b-unisender-checkbox__input{height:18px;width:18px;margin:0 1em 0 0;-webkit-appearance:checkbox;-moz-appearance:checkbox;position:relative;border:none;background:none;}
.b-unisender-form .b-unisender-checkbox__input:before{display:none !important;}
.b-unisender-form .b-unisender-checkbox__input:after{display:none !important;}
.b-unisender-form .b-unisender-checkbox__label{width:calc(100% - 18px - 1em);max-width:100%;position:relative;top:-0.25em;margin:0;padding:0;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;}
.b-unisender-form .b-unisender-checkbox__error-text {
display: none;
width: 100%;
font-size: inherit;
font-weight: inherit;
color: #df1b1b;
line-height: inherit;
margin-top: 0.5em;
animation: unisenderErrorTextShow 0.2s linear forwards;
}