.contact-section{width:100%;box-sizing:border-box;overflow:hidden}.contact-section__container{max-width:var(--container-max-width, 1320px);width:100%;margin:0 auto;padding-left:20px;padding-right:20px;box-sizing:border-box}.contact-section__main-header{display:flex;flex-direction:column;gap:10px;margin-bottom:48px;width:100%}.contact-section__main-header--center{align-items:center;text-align:center}.contact-section__main-header--left{align-items:flex-start;text-align:left}.contact-section__main-header--right{align-items:flex-end;text-align:right}.contact-section__main-title{font-size:var(--main-title-font-size-desktop, 44px);font-weight:800;color:var(--text-color, #0f172a);margin:0;line-height:1.15}.contact-section__main-title p{margin:0}.contact-section__main-subtitle{font-size:16px;line-height:1.5;color:var(--subtext-color, #64748b);margin:0;max-width:640px}.contact-section__main-subtitle p{margin:0}.contact-section__grid{display:grid;grid-template-columns:1fr 1.6fr;gap:var(--grid-gap, 60px);align-items:start;width:100%}.contact-section__grid--swapped{grid-template-columns:1.6fr 1fr}.contact-section__grid--swapped .contact-section__info-col{order:2;border-left:1px solid var(--border-color, #e2e8f0);border-right:none;padding-left:48px;padding-right:0}.contact-section__grid--swapped .contact-section__form-col{order:1}.contact-section__info-col{display:flex;flex-direction:column;gap:24px;border-right:1px solid var(--border-color, #e2e8f0);padding-right:48px;box-sizing:border-box}.contact-section__info-header{display:flex;flex-direction:column;gap:8px}.contact-section__info-title{font-size:var(--info-title-font-size-desktop, 28px);font-weight:800;color:var(--text-color, #0f172a);margin:0;line-height:1.2}.contact-section__info-title p{margin:0}.contact-section__info-subtitle{font-size:14.5px;line-height:1.5;color:var(--subtext-color, #64748b);margin:0}.contact-section__info-subtitle p{margin:0}.contact-section__info-list{display:flex;flex-direction:column;gap:24px}.contact-section__info-item{display:flex;align-items:flex-start;gap:16px}.contact-section__info-icon{width:24px;height:24px;flex-shrink:0;color:var(--icon-color, #0f172a);margin-top:2px}.contact-section__info-content{display:flex;flex-direction:column;gap:4px}.contact-section__info-label{font-size:17px;font-weight:800;color:var(--text-color, #0f172a);margin:0;line-height:1.2}.contact-section__info-value{font-size:14.5px;line-height:1.5;color:var(--subtext-color, #475569);margin:0}.contact-section__info-value p{margin:0}.contact-section__info-value a{color:inherit;text-decoration:underline}.contact-section__form-col{display:flex;flex-direction:column;gap:20px}.contact-section__form{display:flex;flex-direction:column;gap:20px;width:100%}.contact-section__form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;width:100%}.contact-section__field{display:flex;flex-direction:column;gap:8px;width:100%}.contact-section__label{font-size:14px;font-weight:700;color:var(--label-color, #0f172a);margin:0}.contact-section__input,.contact-section__select,.contact-section__textarea{width:100%;box-sizing:border-box;background-color:var(--input-bg-color, #edf2f7);border:1px solid transparent;border-radius:var(--input-radius, 24px);padding:14px 20px;font-size:15px;color:var(--text-color, #0f172a);outline:none;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease;font-family:inherit}.contact-section__select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230f172a' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 20px center;background-size:16px;padding-right:48px;cursor:pointer}.contact-section__textarea{border-radius:var(--input-radius-textarea, 16px);min-height:140px;resize:vertical}.contact-section__input:focus,.contact-section__select:focus,.contact-section__textarea:focus{background-color:#fff;border-color:#0f172a;box-shadow:0 0 0 3px #0f172a14}.contact-section__submit-btn{align-self:flex-start;margin-top:8px;background-color:var(--btn-bg-color, #000000);color:var(--btn-text-color, #ffffff);padding:14px 24px 14px 28px;border-radius:30px;font-size:15px;font-weight:700;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:12px;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.contact-section__submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003;background-color:#1a1a1a}.contact-section__submit-icon{width:28px;height:28px;border-radius:50%;background-color:#fff;color:#000;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-section__submit-icon svg{width:14px;height:14px}.contact-section__form-status{padding:14px 20px;border-radius:12px;font-size:14.5px;font-weight:600;margin-bottom:12px}.contact-section__form-status--success{background-color:#dcfce7;color:#166534;border:1px solid #bbf7d0}.contact-section__form-status--error{background-color:#fee2e2;color:#991b1b;border:1px solid #fecaca}@media screen and (max-width:1024px){.contact-section__main-header{margin-bottom:36px}.contact-section__grid{grid-template-columns:1fr;gap:48px}.contact-section__info-col,.contact-section__grid--swapped .contact-section__info-col{order:2;border-right:none;border-left:none;border-top:1px solid var(--border-color, #e2e8f0);padding-right:0;padding-left:0;padding-top:40px}.contact-section__form-col,.contact-section__grid--swapped .contact-section__form-col{order:1}}@media screen and (max-width:749px){.contact-section__main-title{font-size:var(--main-title-font-size-mobile, 32px)}.contact-section__info-title{font-size:var(--info-title-font-size-mobile, 24px)}.contact-section__form-row{grid-template-columns:1fr;gap:16px}.contact-section__submit-btn{width:100%;justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom-contact-section.css.map */
