@charset "UTF-8";.section-custom-form{padding-top:var(--padding-top-section);padding-bottom:var(--padding-bottom-section);background:var(--container-bg)}.section-custom-form__container{max-width:1440px;margin:0 auto;padding:0 40px}@media screen and (max-width:1024px){.section-custom-form__container{padding:0 24px}}@media screen and (max-width:750px){.section-custom-form__container{padding:0 16px}}.section-custom-form__text-container{text-align:center;margin-bottom:32px}@media screen and (max-width:750px){.section-custom-form__text-container{margin-bottom:24px}}.section-custom-form__subheading{font-family:Caveat,cursive;font-weight:400;font-size:30px;line-height:1;letter-spacing:0;color:#203233;margin:0 0 8px}@media screen and (max-width:750px){.section-custom-form__subheading{font-size:22px}}.section-custom-form__heading{font-family:Open Sans,sans-serif;font-weight:700;font-size:40px;line-height:1;letter-spacing:0;color:var(--title-color, #212121);margin:0}@media screen and (max-width:750px){.section-custom-form__heading{font-size:28px}}.section-custom-form__card{background:#fff;border-radius:16px;padding:48px}@media screen and (max-width:1024px){.section-custom-form__card{padding:32px}}@media screen and (max-width:750px){.section-custom-form__card{padding:20px 16px}}.section-custom-form__form{display:flex;flex-direction:column;gap:20px}@media screen and (max-width:750px){.section-custom-form__form{gap:16px}}.section-custom-form__row{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media screen and (max-width:750px){.section-custom-form__row{grid-template-columns:1fr;gap:16px}}.section-custom-form__field{display:flex;flex-direction:column;gap:6px}.section-custom-form__label{font-family:Open Sans,sans-serif;font-weight:600;font-size:14px;line-height:1.4;color:#203233}.section-custom-form__label span[aria-hidden=true]{color:#6c9699;margin-left:2px}.section-custom-form__input,.section-custom-form__textarea{font-family:Open Sans,sans-serif;font-size:14px;color:#203233;background:transparent;border:2px solid #203233;border-radius:8px;padding:12px 16px;outline:none;transition:border-color .2s ease;width:100%;box-sizing:border-box}.section-custom-form__input::-moz-placeholder,.section-custom-form__textarea::-moz-placeholder{color:#20323380}.section-custom-form__input::placeholder,.section-custom-form__textarea::placeholder{color:#20323380}.section-custom-form__input:focus,.section-custom-form__textarea:focus{border-color:#6c9699}.section-custom-form__input--error,.section-custom-form__textarea--error{border-color:#ff6b6b}.section-custom-form__textarea{resize:vertical;min-height:140px;line-height:1.6}.section-custom-form__field-error{font-family:Open Sans,sans-serif;font-size:12px;color:#ff6b6b;display:flex;align-items:center;gap:4px;margin-top:2px}.section-custom-form__field-error svg{width:14px;height:14px;flex-shrink:0}.section-custom-form__message{font-family:Open Sans,sans-serif;font-size:14px;display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:8px}.section-custom-form__message svg{width:20px;height:20px;flex-shrink:0}.section-custom-form__message--success{color:#2d7a4f;background:#eafaf1}.section-custom-form__message--error{color:#c33;background:#fef2f2}.section-custom-form__error-list{font-family:Open Sans,sans-serif;font-size:13px;color:#c33;padding:0;margin:-12px 0 0;list-style:none}.section-custom-form__error-list a{color:inherit}.section-custom-form__consent{display:flex;flex-direction:column;gap:8px}.section-custom-form__consent-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.section-custom-form__consent-checkbox{position:absolute;opacity:0;width:0;height:0}.section-custom-form__consent-checkbox:checked+.section-custom-form__consent-box{background-color:#203233;border-color:#203233}.section-custom-form__consent-checkbox:checked+.section-custom-form__consent-box:after{content:"";display:block;width:4px;height:8px;border:2px solid #ffffff;border-top:none;border-left:none;transform:rotate(45deg) translateY(-1px)}.section-custom-form__consent-box{flex-shrink:0;width:18px;height:18px;border:2px solid #203233;border-radius:4px;display:flex;align-items:center;justify-content:center;margin-top:2px;transition:background-color .2s ease,border-color .2s ease}.section-custom-form__consent-label:hover .section-custom-form__consent-box{border-color:#6c9699}.section-custom-form__consent-text{font-family:Open Sans,sans-serif;font-size:13px;line-height:1.5;color:#203233}.section-custom-form__consent-text p{margin:0}.section-custom-form__consent-text a{color:#6c9699;text-decoration:underline}.section-custom-form__consent-text a:hover{color:#203233}.section-custom-form__consent-hint{font-family:Open Sans,sans-serif;font-size:12px;color:#5a8285;display:flex;align-items:center;gap:6px;padding:10px 14px;background:#fff;border:1px solid rgba(32,50,51,.12);border-left:3px solid #6c9699;border-radius:8px;box-shadow:0 4px 16px #2032331a;white-space:nowrap;margin:0;position:absolute;bottom:calc(100% + 10px);right:0;z-index:10;opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .25s ease,transform .25s ease}.section-custom-form__consent-hint:before{content:"";position:absolute;top:100%;right:22px;border:7px solid transparent;border-top-color:#2032331f}.section-custom-form__consent-hint:after{content:"";position:absolute;top:calc(100% - 1px);right:23px;border:6px solid transparent;border-top-color:#fff}.section-custom-form__consent-hint.is-hidden{display:none}@media screen and (max-width:750px){.section-custom-form__consent-hint{position:static;white-space:normal;opacity:1;transform:none;pointer-events:auto;box-shadow:none;background:#6c96991a;border:none;border-left:3px solid #6c9699;order:-1}.section-custom-form__consent-hint:before,.section-custom-form__consent-hint:after{display:none}}.section-custom-form__submit{display:flex;justify-content:flex-end;position:relative}@media screen and (max-width:750px){.section-custom-form__submit{justify-content:stretch}}.section-custom-form__submit:hover .section-custom-form__submit__consent-hint:not(.is-hidden){opacity:1;transform:translateY(0)}.section-custom-form__btn{font-family:Open Sans,sans-serif;font-weight:600;font-size:15px;color:var(--btn-color, #ffffff);background:var(--btn-bg, #203233);border:none;border-radius:10px;padding:14px 36px;cursor:pointer;transition:opacity .2s ease,transform .2s ease;white-space:nowrap}.section-custom-form__btn:hover{opacity:.88;transform:scale(1.02)}.section-custom-form__btn:disabled,.section-custom-form__btn:disabled:hover{opacity:.4;cursor:not-allowed;transform:none}@media screen and (max-width:750px){.section-custom-form__btn{width:100%;padding:14px 24px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-custom-form.css.map */
