.zpif-form{z-index:100;background-color:rgba(0,0,0,.6);justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.zpif-form__container{box-sizing:border-box;background-color:#f4f4f4;flex-direction:column;gap:32px;width:100%;max-width:616px;padding:64px;display:flex}.zpif-form__title{color:#252628;font-size:32px;font-weight:600;line-height:36px}.zpif-form__description{color:#252628;font-size:16px;font-weight:500;line-height:24px}.zpif-form__agreement{flex-direction:column;gap:24px;width:100%;display:flex}.zpif-form__agreement-container{cursor:pointer;justify-content:flex-start;align-items:flex-start;gap:8px;width:100%;display:inline-flex}.zpif-form__agreement-container:hover .zpif-form__agreement-input{border-color:#82bf00}.zpif-form__agreement-input{cursor:pointer;border:1px solid #252628;border-radius:2px;width:24px;min-width:24px;max-width:24px;height:24px;min-height:24px;max-height:24px;margin-top:4px}.zpif-form__agreement-input:active,.zpif-form__agreement-input:focus{border:1px solid #252628}.zpif-form__agreement-input:checked{background-image:url(/dist/zpif/img/zpif/zpif-form/form-checked.svg);background-position:50%;background-repeat:no-repeat;background-size:100% 100%}.zpif-form__agreement-input:checked:hover{background-image:url(/dist/zpif/img/zpif/zpif-form/form-checked-hover.svg)}.zpif-form__agreement-input.error{border-color:#de4a2a}.zpif-form__agreement-text{color:#252628;font-size:16px;font-weight:500;line-height:24px}.zpif-form__agreement-text-container{flex-direction:column;gap:0;display:flex}.zpif-form__agreement-text.error{color:#de4a2a;font-size:12px;font-weight:500;line-height:16px}.zpif-form__agreement-button{color:#fff;cursor:pointer;text-align:center;background-color:#252628;border:1px solid transparent;border-radius:24px;width:136px;height:48px;font-size:16px;font-weight:600;line-height:24px}.zpif-form__agreement-button.error{margin:0 auto}.zpif-form__agreement-button:hover{color:#252628;background-color:transparent;border-color:#252628}.zpif-form__agreement-button:active{color:#fff;background-color:#494c4b;border-color:#494c4b}@media screen and (max-width:1180px){.zpif-form__container{max-width:768px;padding:52px}.zpif-form__title{font-size:24px;line-height:26px}}@media screen and (max-width:651px){.zpif-form__container{gap:16px;max-width:359px;padding:16px 16px 24px}.zpif-form__title{font-size:18px;line-height:24px}.zpif-form__description{font-size:14px;line-height:20px}.zpif-form__agreement-container{margin-top:52px}.zpif-form__agreement-button{width:100%}}