.form{display:flex;flex-direction:column;gap:16px}.form__row{display:flex;flex-direction:column;gap:4px}.form__label{font-weight:500;font-size:14px;line-height:1.43;color:var(--form-label, #5c5c5c)}.form__input,.form__textarea{box-sizing:border-box;width:100%;font-family:inherit;font-size:16px;font-weight:400;color:var(--form-text, #303030);background:var(--form-surface, #ffffff);border:1px solid var(--form-border, #d4d4d4);border-radius:var(--form-radius-field, 4px);padding:16.5px 14px;transition:border-color .12s ease,box-shadow .12s ease}.form__input{height:56px}.form__textarea{min-height:130px;resize:vertical;line-height:1.45}.form__input::placeholder,.form__textarea::placeholder{color:var(--form-placeholder, #8a8a8a)}.form__input:hover:not(:disabled),.form__textarea:hover:not(:disabled){border-color:var(--form-border-hover, #b5b5b5)}.form__input:focus,.form__textarea:focus{outline:none;border-color:var(--form-accent, #1a73e8);box-shadow:0 0 0 1px var(--form-accent, #1a73e8)}.form__input:disabled,.form__textarea:disabled,.form__select:disabled,.form__color:disabled{opacity:.5;background:#00000008;border-color:var(--form-border, #d4d4d4);cursor:not-allowed}.form__choice input:disabled,.form__range:disabled{cursor:not-allowed}.form__choice input:disabled~.form__choice-text{opacity:.5}.form__helper{margin-top:3px;font-size:12px;line-height:1.66;color:var(--form-label, #5c5c5c);text-align:right}.form__error{display:none;margin-top:4px;font-size:12.5px;font-weight:500;line-height:1.4;color:var(--form-error, #d72c2c)}.form__input.is-invalid,.form__textarea.is-invalid{border-color:var(--form-error, #d72c2c);box-shadow:0 0 0 1px var(--form-error, #d72c2c)}.form__divider{border:0;border-top:1px solid var(--form-border, #d4d4d4);margin:8px 0 0}.form__actions{display:flex;gap:8px;margin-top:16px}.form__button{box-sizing:border-box;flex:1 1 auto;font-family:inherit;font-size:14px;line-height:1.75;letter-spacing:.1px;cursor:pointer;border-radius:var(--form-radius-button, 40px);padding:10px 24px;border:1px solid transparent;transition:background-color .12s ease,opacity .12s ease}.form__button--primary{font-weight:600;color:var(--form-accent-text, #ffffff);background:var(--form-accent, #1a73e8)}.form__button--primary:hover{background:var(--form-accent-hover, #1558b0)}.form__button--primary[disabled]{opacity:.55;cursor:default}.form__button--secondary{font-weight:500;color:var(--form-accent, #1a73e8);background:transparent}.form__button--secondary:hover{background:#0000000a}.form__select{box-sizing:border-box;width:100%;height:56px;font-family:inherit;font-size:16px;font-weight:400;color:var(--form-text, #303030);background-color:var(--form-surface, #ffffff);border:1px solid var(--form-border, #d4d4d4);border-radius:var(--form-radius-field, 4px);padding:0 40px 0 14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23878787' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease}.form__select:hover{border-color:var(--form-border-hover, #b5b5b5)}.form__select:focus{outline:none;border-color:var(--form-accent, #1a73e8);box-shadow:0 0 0 1px var(--form-accent, #1a73e8)}.form__select.is-invalid{border-color:var(--form-error, #d72c2c);box-shadow:0 0 0 1px var(--form-error, #d72c2c)}.form__select[multiple]{height:auto;min-height:120px;padding:8px 14px;background-image:none}.form__select[multiple] option{padding:4px 2px}.form__choice-group{display:flex;flex-direction:column;gap:10px}.form__choice-group--inline{flex-direction:row;flex-wrap:wrap;gap:16px}.form__choice{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.form__choice input[type=checkbox],.form__choice input[type=radio]{flex:0 0 auto;width:18px;height:18px;margin:1px 0 0;accent-color:var(--form-accent, #1a73e8);cursor:pointer}.form__choice-text{display:flex;flex-direction:column;gap:2px}.form__choice-label{font-size:14px;line-height:1.4;color:var(--form-text, #303030)}.form__choice-hint{font-size:12px;line-height:1.5;color:var(--form-label, #5c5c5c)}.form__choice-group--chips{flex-direction:row;flex-wrap:wrap;gap:12px}.form__choice-group--chips .form__choice{align-items:center;gap:6px;padding:4px 16px 4px 8px;border:1px solid var(--form-border, #d4d4d4);border-radius:72px;background:var(--form-surface, #ffffff);transition:border-color .12s ease}.form__choice-group--chips .form__choice-text{gap:0}.form__choice-group--chips .form__choice:hover{border-color:var(--form-border-hover, #b5b5b5)}.form__choice-group--chips .form__choice:has(input:checked){border-color:var(--form-accent, #1a73e8)}.form__choice-group--chips .form__choice:has(input:checked) .form__choice-label{font-weight:500;color:var(--form-accent, #1a73e8)}.form__file{box-sizing:border-box;width:100%;font-family:inherit;font-size:14px;color:var(--form-text, #303030)}.form__file::file-selector-button{font-family:inherit;font-size:14px;font-weight:600;color:var(--form-accent, #1a73e8);background:transparent;border:1px solid var(--form-border, #d4d4d4);border-radius:var(--form-radius-button, 40px);padding:8px 16px;margin-right:12px;cursor:pointer;transition:background-color .12s ease}.form__file::file-selector-button:hover{background:#0000000a}.form__range{width:100%;accent-color:var(--form-accent, #1a73e8);cursor:pointer}.form__color{box-sizing:border-box;width:56px;height:40px;padding:4px;background:var(--form-surface, #ffffff);border:1px solid var(--form-border, #d4d4d4);border-radius:var(--form-radius-field, 4px);cursor:pointer}.form__fieldset{margin:0;padding:0;border:0;min-width:0}.form__legend{margin:0 0 8px;padding:0;font-weight:500;font-size:14px;line-height:1.43;color:var(--form-label, #5c5c5c)}.form__messages{display:flex;flex-direction:column;gap:12px}.form__messages:not(:empty){margin-bottom:16px}.form__banner{display:none;box-sizing:border-box;padding:12px 16px;border-radius:var(--form-radius-field, 4px);font-size:14px;line-height:1.4}.form__banner.is-visible{display:block}.form__banner--error{color:#8c1d18;background:#d72c2c14;border:1px solid var(--form-error, #d72c2c)}.form__banner--success{color:#0f5132;background:#1987541a;border:1px solid #198754}.form__dialog{--form-dialog-accent: var(--form-accent, #1a73e8);--form-dialog-icon-bg: rgba(0, 0, 0, .05);display:none;flex-direction:column;align-items:center;gap:16px;max-width:390px;margin:0 auto;padding:40px 40px 24px;text-align:center}.form__dialog.is-visible{display:flex}.form__dialog--success{--form-dialog-accent: #da6605;--form-dialog-icon-bg: #faf6f0}.form__dialog--error{--form-dialog-accent: #b3261e;--form-dialog-icon-bg: #fceeee}.form__dialog-icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:36px;background:var(--form-dialog-icon-bg);color:var(--form-dialog-accent)}.form__dialog-icon svg{width:40px;height:40px}.form__dialog-title{margin:0;font-weight:700;font-size:24px;line-height:1.33;color:#202020}.form__dialog-text{margin:0;max-width:300px;font-size:14px;line-height:1.71;color:var(--form-text, #454545)}.form__dialog-text strong{font-weight:700}.form__dialog-actions{display:flex;gap:12px;margin-top:8px}.form__dialog .form__button{flex:0 0 auto}.form__dialog .form__button--primary{color:#fff;background:var(--form-dialog-accent)}.form__dialog .form__button--primary:hover{background:var(--form-dialog-accent);filter:brightness(.93)}.form__dialog .form__button--secondary{color:var(--form-dialog-accent);border-color:var(--form-dialog-accent);background:transparent}.form__dialog .form__button--secondary:hover{background:#0000000a}.form__captcha-placeholder{display:flex;align-items:center;gap:12px;width:300px;max-width:100%;padding:12px 14px;border:1px solid var(--form-border, #d4d4d4);border-radius:var(--form-radius-field, 4px);background:#fafafa;font-size:14px;color:var(--form-text, #303030);cursor:pointer}.form__captcha-placeholder input[type=checkbox]{flex:0 0 auto;width:24px;height:24px;margin:0;accent-color:var(--form-accent, #1a73e8);cursor:pointer}.form__captcha-badge{margin-left:auto;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--form-label, #5c5c5c)}.form__honeypot{position:absolute!important;left:-9999px!important;top:-9999px!important;width:0;height:0;overflow:hidden}@media(min-width:750px){.form__actions{justify-content:flex-end;align-items:center}.form__button{flex:0 0 auto}}
/*# sourceMappingURL=/cdn/shop/t/71/assets/base-form.css.map */
