.desk_delivery.section-title{font-size:60px;line-height:70px;margin:0}.desk_delivery-subtitle{color:var(--Text-Black-Sub-heading, #19191C);font-family:var(--font-family-primary, "Inter Variable");font-size:var(--Desktop-Large-Size, 18px);font-style:normal;font-weight:var(--Weight-Regular, 400);margin-top:24px;line-height:var(--Desktop-Large-Line-height, 26px);margin-bottom:0}@media only screen and (max-width:799px){.desk_delivery-content-title.section-title{font-size:24px;line-height:30px}.desk_delivery-subtitle{font-size:16px;line-height:26px;margin-top:12px}}.desk_contacts-bar-outer{margin-top:64px;padding-bottom:16px;border-bottom:1px solid var(--Borders-Brand-Default, #e6e8ea)}.desk_contacts-bar{display:flex;align-items:center;justify-content:space-between;gap:16px}.desk_contacts-bar__methods{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.desk_contacts-bar__chip{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border-radius:8px;background:var(--Brand-Secondary-150, #faf7f1);font-family:var(--font-family-primary, "Inter Variable");font-size:14px;font-weight:400;line-height:24px;color:var(--Text-Black-Heading, #19191C);text-decoration:none}.desk_contacts-bar__chip span{text-decoration:underline}.desk_contacts-bar__chip svg,.desk_contacts-bar__hours svg{flex-shrink:0;display:block;width:16px;height:16px}.desk_contacts-bar__hours{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;font-family:var(--font-family-primary, "Inter Variable");font-size:14px;font-weight:400;line-height:24px;color:var(--Text-Black-Body, #595959)}@media only screen and (max-width:799px){.desk_delivery.section-title{font-size:36px;line-height:42px}.desk_contacts-bar-outer{margin-top:40px;padding-bottom:40px}.desk_contacts-bar{flex-direction:column;align-items:stretch;gap:24px}.desk_contacts-bar__methods{flex-direction:column;align-items:stretch;gap:12px}.desk_contacts-bar__chip{width:100%}}.desk_contacts-form{max-width:704px;margin:72px auto 0;display:flex;flex-direction:column;align-items:center;gap:48px}.desk_contacts-form__title{margin:0;max-width:583px;text-align:center;font-family:var(--font-family-secondary, Friends);font-size:48px;font-weight:400;line-height:56px;color:var(--Text-Black-Heading, #19191C)}.desk_contacts-form__form{display:flex;flex-direction:column;align-items:center;gap:32px;width:100%}.desk_contacts-form__fields{display:flex;flex-direction:column;gap:16px;width:100%;margin-bottom:32px}.desk_contacts-form__field{position:relative;height:56px;border:1px solid var(--Borders-Brand-Default, #e6e8ea);border-radius:12px;background:#fff;overflow:hidden}.desk_contacts-form__field--area{height:150px}.desk_contacts-form__field--select{overflow:visible}.desk_contacts-form__field:focus-within{border-color:#19191c}.desk_contacts-form__input{width:100%;height:100%;margin:0;border:0;background:none;outline:none;padding:18px 16px 0;font-family:var(--font-family-primary, "Inter Variable");font-size:16px;line-height:26px;color:#19191c;box-shadow:none}.desk_contacts-form__field--icon .desk_contacts-form__input{padding-right:56px}.desk_contacts-form__textarea{padding:28px 16px 16px;resize:none}.desk_contacts-form__label{position:absolute;left:16px;top:50%;transform:translateY(-50%);pointer-events:none;font-family:var(--font-family-primary, "Inter Variable");font-size:16px;line-height:26px;color:var(--Text-Black-Body, #595959);transition:top .15s ease,font-size .15s ease,line-height .15s ease,color .15s ease}.desk_contacts-form__field--area .desk_contacts-form__label{top:16px;transform:none}.desk_contacts-form__label span{color:#c5333a}.desk_contacts-form__input:focus+.desk_contacts-form__label,.desk_contacts-form__input:not(:placeholder-shown)+.desk_contacts-form__label,.desk_contacts-form__field--select.is-open .desk_contacts-form__label,.desk_contacts-form__field--select.has-value .desk_contacts-form__label{top:9px;transform:none;font-size:12px;line-height:15px;color:var(--Text-Black-Heading, #19191C)}.desk_contacts-form__icon{position:absolute;right:8px;top:8px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;pointer-events:none}.desk_contacts-form__field--icon{overflow:visible}.desk_contacts-form__icon.desk_tooltip-box-outer{position:absolute;pointer-events:auto}.desk_contacts-form__icon .desk_tooltip-box{top:44px;left:auto;right:0}.desk_contacts-form__icon svg{display:block;width:24px;height:24px;transition:transform .2s ease}.desk_contacts-form__dropdown-toggle{width:100%;height:100%;margin:0;border:0;background:none;outline:none;cursor:pointer;text-align:left;padding:18px 56px 0 16px;font-family:var(--font-family-primary, "Inter Variable");font-size:16px;line-height:26px;color:#19191c}.desk_contacts-form__dropdown-value{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.desk_contacts-form__field--select.is-open{border-color:#19191c}.desk_contacts-form__field--select.is-open .desk_contacts-form__icon svg{transform:rotate(180deg)}.desk_contacts-form__dropdown-list{display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:20;flex-direction:column;gap:12px;padding:24px 48px 24px 24px;background:#fff;border-radius:12px;box-shadow:0 10px 24px #0003}.desk_contacts-form__field--select.is-open .desk_contacts-form__dropdown-list{display:flex}.desk_contacts-form__dropdown-option{margin:0;padding:0;border:0;background:none;cursor:pointer;text-align:left;font-family:var(--font-family-primary, "Inter Variable");font-size:16px;line-height:21px;color:var(--Brand-Main-700, #62686f);transition:color .15s ease}.desk_contacts-form__dropdown-option:hover,.desk_contacts-form__dropdown-option.is-selected{color:var(--Text-Black-Heading, #19191C)}.desk_contacts-form__field.has-error,.desk_contacts-form__field--select.has-error{border-color:#c5333a}.desk_contacts-form__field.has-error .desk_contacts-form__label{color:#c5333a}.desk_contacts-form__error{display:none;margin:4px 0 0;padding-left:16px;font-family:var(--font-family-primary);font-size:12px;line-height:15px;color:#c5333a}.desk_contacts-form__field.has-error+.desk_contacts-form__error{display:block}.desk_contacts-form__consent{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}.desk_contacts-form__consent-text{margin:0;max-width:584px;text-align:center;font-family:var(--font-family-primary, "Inter Variable");font-size:14px;font-weight:400;line-height:24px;color:var(--Text-Black-Body, #595959)}.desk_contacts-form__actions{display:flex;justify-content:center;width:100%}.desk_contacts-form__btn:hover{background:#3a3d42}.desk_contacts-form__btn{transition:all .2s;display:inline-flex;align-items:center;justify-content:center;height:56px;padding:0 32px;border:0;border-radius:8px;background:var(--buttons-default-black, #19191c);color:#fff;font-family:var(--font-family-secondary, Friends);font-size:18px;font-weight:400;line-height:24px;cursor:pointer}.desk_contacts-form__success{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:32px 56px;background:#fff;border-radius:16px;min-height:630px}.desk_contacts-form__success-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:100%}.desk_contacts-form__success-icon{display:flex;width:32px;height:32px}.desk_contacts-form__success-icon svg{display:block;width:32px;height:32px}.desk_contacts-form__success-title{margin:0;font-family:var(--font-family-secondary, Friends);font-size:24px;font-weight:400;line-height:30px;color:var(--Text-Black-Heading, #19191C);text-align:center}.desk_contacts-form__success-text{margin:0;width:100%;font-family:var(--font-family-primary, "Inter Variable");font-size:14px;font-weight:400;line-height:24px;color:var(--Text-Black-Body, #595959);text-align:center}.desk_contacts-form__success-email{font-weight:500;color:var(--Text-Black-Heading, #19191C)}.desk_contacts-form__success-link{color:#176372;text-decoration:underline}@media only screen and (max-width:799px){.desk_contacts-form{margin-top:40px;max-width:none;align-items:flex-start;gap:40px}.desk_contacts-form__title{max-width:none;width:100%;text-align:left;font-size:30px;line-height:36px}.desk_contacts-form__form{align-items:flex-start}.desk_contacts-form__actions{justify-content:flex-start}.desk_contacts-form__consent{align-items:flex-start}.desk_contacts-form__consent-text{max-width:none;width:100%;text-align:left}.desk_contacts-form__success{min-height:600px}.desk_contacts-form__success-title{font-size:18px}.desk_contacts-form__success-inner{gap:8px}}
/*# sourceMappingURL=/cdn/shop/t/58/assets/desk_contacts.css.map */
