.contact-form__container{display:flex;flex-direction:column;gap:2.4rem;margin:0 auto}.contact-form__container--left{flex-direction:column-reverse}@media screen and (min-width:990px){.contact-form__container{flex-direction:row;align-items:center;gap:4rem}.contact-form__container--left{flex-direction:row-reverse}}@media screen and (min-width:1100px){.contact-form__container{gap:8rem}}@media screen and (min-width:1600px){.contact-form__container{gap:16.4rem}}.contact-form__container.no_full{max-width:1530px}.contact-form__text{display:flex;flex-direction:column;gap:3.2rem;flex:1}@media screen and (min-width:750px){.contact-form__text{gap:6.4rem}}@media screen and (min-width:990px){.contact-form__text{max-width:66rem}}@media screen and (min-width:1600px){.contact-form__text{width:66rem}}.contact-form__wrapper{width:100%}.contact-form__text-block{margin-bottom:2.4rem}.contact-form__title{margin:0}.contact-form__description{margin-top:.8rem;color:rgb(var(--color-foreground-secondary));letter-spacing:-.03em}.contact-form__description a{color:rgb(var(--color-foreground-secondary));text-decoration-color:currentColor;text-underline-offset:3px;transition:color var(--duration-default)}.contact-form__description a:hover{color:rgb(var(--color-foreground))}.contact-form__description>*{margin:0}.contact-form .field__label span{color:#d41f4b}.contact-form .field__label{display:flex;gap:.4rem}.contact-form .contact-form__field-error .form__message{align-items:flex-start;margin:1rem 0 0;font-size:1.2rem;font-weight:var(--font-body-weight);color:rgba(var(--color-error))}.contact-form .contact-form__field-error .form__message:before{content:"*";color:rgba(var(--color-error));margin-right:.2rem}@media screen and (min-width:750px){.contact-form__fields{display:flex;grid-column-gap:.8rem}}.contact-form .field{margin-bottom:.8rem;min-height:5.7rem}.contact-form .field input[type=tel][required]+label:after,.contact-form .field textarea[required]+label:after{top:-.3rem!important;left:.4rem!important}.contact-form .text-area{min-height:15.4rem}.contact-form__bottom{display:flex;align-items:center;flex-wrap:wrap;gap:1.6rem;margin-top:1.6rem}@media screen and (min-width:750px){.contact-form__bottom{margin-top:2.4rem}}@media screen and (max-width:990px){.contact-form__bottom{flex-direction:column}}.contact-form__bottom .button{min-height:5.7rem}@media screen and (max-width:990px){.contact-form__bottom .button{width:100%}}.contact-form__add-text{max-width:28rem;font-size:1.2rem;font-weight:var(--font-heading-weight);color:rgb(var(--color-foreground-secondary));letter-spacing:-.02em}.contact-form__add-text a{color:rgb(var(--color-foreground-secondary));text-decoration-color:currentColor;text-underline-offset:3px;transition:color var(--duration-default)}.contact-form__add-text a:hover{color:rgb(var(--color-foreground))}.contact-form__add-text>*{margin:0}.contact-form .icon-success{margin:0}.contact-form .form-status-list{gap:.6rem}.contact-form .image-with-text__left{position:relative;width:100%;min-height:30rem;display:flex;align-items:flex-end;padding:2rem;border-radius:.2rem}@media screen and (min-width:750px){.contact-form .image-with-text__left{min-height:40rem}}@media screen and (min-width:990px){.contact-form .image-with-text__left{width:60%;min-height:56rem;padding:4rem}}.contact-form .image-with-text__left .image-with-text__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:.2rem}.contact-form .image-with-text__left .image-with-text{position:relative}.contact-form .image-with-text__left .image-with-text__content{display:flex;flex-direction:column;gap:1.6rem}.contact-form .image-with-text__left .image-with-text__overlay{position:absolute;content:"";top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgb(var(--color-overlay));border-radius:.2rem}.contact-form .image-with-text__left .image-with-text__heading{margin:0;max-width:54rem}.contact-form .image-with-text__left .image-with-text__heading p{margin:1.6rem 0}.contact-form .image-with-text__left .image-with-text__heading p:first-child{margin-top:0}.contact-form .image-with-text__left .image-with-text__heading p:last-child{margin-bottom:0}.contact-form .image-with-text__left .image-with-text__heading a{text-decoration-color:currentColor;text-underline-offset:6px;transition:opacity var(--duration-default)}.contact-form .image-with-text__left .image-with-text__heading a:hover{opacity:.8}.contact-form .image-with-text__left .image-with-text__author-name{font-size:1.6rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:-.03em}.contact-form .image-with-text__left .image-with-text__author-position{font-size:1.4rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:-.02em;word-break:break-all}.contact-form .image-with-text__left .image-with-text__author{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:1.6rem}@media screen and (min-width:576px){.contact-form .image-with-text__left .image-with-text__author{flex-wrap:nowrap}}.contact-form .image-with-text__left .image-with-text__author-left{display:flex;align-items:center;gap:1.6rem}.contact-form .image-with-text__left .image-with-text__author-avatar{flex-shrink:0;display:inline-block;width:4rem;height:4rem;border-radius:50%;overflow:hidden}.contact-form .image-with-text__left .image-with-text__author-avatar img{height:100%;width:100%;object-fit:cover;object-position:center}.contact-form .image-with-text__left .image-with-text__author-image{flex-shrink:0;width:12rem;height:auto;margin-left:auto}.contact-form .image-with-text__left .image-with-text__author-image img{height:100%;width:100%;object-fit:cover}.contact-form .field--checkbox{min-height:unset;margin-bottom:.8rem}.contact-form .field--checkbox input[type=checkbox]{display:none}.contact-form .field--checkbox label{display:inline-flex;align-items:center;gap:1rem;cursor:pointer}.contact-form .field__checkbox{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:.1rem solid rgb(var(--color-border-input));border-radius:.2rem;background-color:rgb(var(--color-background-input));transition:background-color var(--duration-default),border-color var(--duration-default)}.contact-form .field__checkbox .icon-selected{opacity:0;color:rgb(var(--color-button-text));transition:opacity var(--duration-default)}.contact-form .field--checkbox input[type=checkbox]:checked+label .field__checkbox{background-color:rgb(var(--color-button));border-color:rgb(var(--color-button))}.contact-form .field--checkbox input[type=checkbox]:checked+label .field__checkbox .icon-selected{opacity:1}.contact-form .field--checkbox input[type=checkbox]:focus+label .field__checkbox{outline:.1rem solid rgb(var(--color-border-input));outline-offset:.2rem}.contact-form .field--checkbox input[type=checkbox].is-invalid+label .field__checkbox{border-color:rgb(var(--color-error))}.contact-form .field--checkbox label:hover .field__checkbox{border-color:rgb(var(--color-foreground))}.contact-form .field--checkbox input[type=checkbox][required]+label .field__label:after{content:"*";color:rgb(var(--color-error));margin-left:.2rem}.contact-form .field--checkbox input[type=checkbox]{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;opacity:0!important;display:block!important}.contact-form .field__checkbox{min-width:2rem;min-height:2rem;margin-top:.1rem;flex-shrink:0}.contact-form .field--checkbox input[type=checkbox]:focus+label .field__checkbox{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.contact-form .field--checkbox{position:relative!important}.contact-form .field--checkbox input[type=checkbox]{display:block!important;position:absolute!important;top:0!important;left:0!important;width:2rem!important;height:2rem!important;margin:0!important;padding:0!important;opacity:0!important;cursor:pointer!important;z-index:1!important}.contact-form .field--checkbox label{align-items:flex-start}.contact-form .field__checkbox{flex-shrink:0;min-width:2rem;min-height:2rem;margin-top:.1rem}.contact-form .field--checkbox input[type=checkbox]:focus-visible+label .field__checkbox{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.contact-form .field--checkbox input[type=checkbox]:focus:not(:focus-visible)+label .field__checkbox{outline:none}.contact-form .contact-form__checkbox-error{display:block;margin-top:.6rem;font-size:1.2rem;font-weight:var(--font-body-weight);color:rgb(var(--color-error))}.contact-form .contact-form__checkbox-error:before{content:"* "}[dir=rtl] .contact-form .field--checkbox input[type=checkbox]{left:unset!important;right:0!important}[dir=rtl] .contact-form .field--checkbox label,[dir=rtl] .contact-form .contact-form__checkbox-error{direction:rtl}.grecaptcha-badge{visibility:hidden}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-contact-form.css.map */
