.CreateCatalog_wrapper__Bp73h{display:flex;flex-direction:column;gap:16px}.CreateCatalog_addCatalogTitle__B1azD{display:flex;justify-content:space-between;align-items:center;background:var(--color-white);border-radius:12px;padding:6px 8px 6px 24px;height:52px}.CreateCatalog_h1Heading__Duv_f{font-family:Inter,sans-serif;font-weight:600;font-size:18px;line-height:24px}.CreateCatalog_submitButtons__cz4G5{display:flex;gap:10px}.CreateCatalog_catalogContainer__4SiC8{display:flex;gap:20px;margin-top:16px;margin-right:24px}.CreateCatalog_catalogSidebar__G0INZ{flex:1 1;min-width:360px;max-width:540px;background:var(--color-white);padding:16px;border-radius:8px}.CreateCatalog_tagsAndPhoto__P8Jtj{flex:3 1;background:var(--color-white);padding:16px}.CreateCatalog_toggleContainer__5M7h7{display:flex;align-items:center;gap:8px;margin-top:20px}.CreateCatalog_switch__PWNcu{position:relative;display:inline-block;width:42px;height:24px}.CreateCatalog_switch__PWNcu input{opacity:0;width:0;height:0}.CreateCatalog_slider__2FqRR{position:absolute;inset:0;background:#ccc;border-radius:24px;cursor:pointer;transition:.2s}.CreateCatalog_slider__2FqRR:before{content:"";position:absolute;width:18px;height:18px;top:3px;left:3px;background:var(--color-white);border-radius:50%;transition:.2s}.CreateCatalog_switch__PWNcu input:checked+.CreateCatalog_slider__2FqRR{background:var(--color-blue)}.CreateCatalog_switch__PWNcu input:checked+.CreateCatalog_slider__2FqRR:before{transform:translateX(18px)}.CreateCatalog_toggleLabel__wuET9{display:flex;align-items:center;gap:4px;font-size:14px}.CreateCatalog_tooltipWrapper__zI9TP{position:relative;display:inline-block}.CreateCatalog_infoIcon__4ohyN{width:16px;height:16px;background:#e4e6ed;color:var(--color-blue);font-size:12px;font-weight:700;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.CreateCatalog_tooltipText__OZ1s5{position:absolute;top:125%;left:50%;transform:translateX(-50%);width:260px;padding:8px;background:#333;color:#fff;border-radius:6px;font-size:13px;line-height:1.4;visibility:hidden;opacity:0;transition:opacity .3s;z-index:1;box-shadow:0 2px 6px rgba(0,0,0,.2)}.CreateCatalog_tooltipWrapper__zI9TP:hover .CreateCatalog_tooltipText__OZ1s5{visibility:visible;opacity:1}.CreateCatalog_description__Qm045{margin-top:12px;color:var(--color-mid-gray-1);border-bottom:1px solid #dde1e4;padding-bottom:16px}.CreateCatalog_descriptionContainer__5Q_M6{border-bottom:1px solid #dde1e4;color:var(--color-mid-gray-1);padding:8px 0 14px}.CreateCatalog_h2Heading__oD5AN{font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:24px;color:var(--color-dark-gray)}.CreateCatalog_objectTags__Qzrlf{display:flex;flex-direction:column;gap:8px;margin-top:16px}.CreateCatalog_tagsScroll__xYsty{display:flex;flex-wrap:wrap;gap:8px;max-height:152px;overflow:auto}.CreateCatalog_tagOption__rI4xo{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border:1px solid var(--color-light-gray-2);border-radius:16px;cursor:pointer;font-size:14px;transition:.15s ease;background:var(--color-light-gray-3)}.CreateCatalog_tagOption__rI4xo img{width:16px;height:16px}.CreateCatalog_tagOption__rI4xo input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.CreateCatalog_tagActive__cMIh2{background:var(--color-blue);border-color:var(--color-blue);color:#fff}.CreateCatalog_formGroup__Zqp0F{display:flex;flex-direction:column;gap:5px;width:100%;margin-top:16px}.CreateCatalog_formGroup__Zqp0F>label{font-family:Inter,sans-serif;font-weight:600;font-size:14px;color:#1a1b1e}.CreateCatalog_formGroup__Zqp0F input[type=number],.CreateCatalog_formGroup__Zqp0F input[type=tel],.CreateCatalog_formGroup__Zqp0F input[type=text],.CreateCatalog_formGroup__Zqp0F textarea{width:100%;padding:0 16px;height:48px;border:1px solid var(--color-light-gray-2);border-radius:12px;font-size:16px;line-height:24px;box-sizing:border-box}.CreateCatalog_objectName__NKHXT{display:flex;flex-direction:column;gap:8px;margin-top:16px}.CreateCatalog_objectName__NKHXT textarea{width:100%;padding:0 16px;height:48px;border:1px solid var(--color-light-gray-2);border-radius:12px;font-size:16px;line-height:24px;box-sizing:border-box;resize:vertical}.CreateCatalog_objectDescription__bnQm1{display:flex;flex-direction:column;gap:8px;margin-top:16px}.CreateCatalog_objectDescription__bnQm1 textarea{width:100%;padding:0 16px;height:48px;border:1px solid var(--color-light-gray-2);border-radius:12px;font-size:16px;line-height:24px;box-sizing:border-box;resize:vertical}.CreateCatalog_formGroup__Zqp0F textarea{min-height:80px;resize:vertical}.CreateCatalog_formGroup__Zqp0F input:focus,.CreateCatalog_formGroup__Zqp0F textarea:focus{outline:0;box-shadow:0 0 0 3px rgba(48,116,255,.2)}.CreateCatalog_chipGroup___udts{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.CreateCatalog_chipGroup___udts input[type=checkbox],.CreateCatalog_chipGroup___udts input[type=radio]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.CreateCatalog_chip__Lm1_f{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .9rem;border:1px solid #d0d0d0;border-radius:9999px;background:#fff;font:14px/1.2 system-ui,sans-serif;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:.15s ease}.CreateCatalog_chip__Lm1_f .CreateCatalog_icon__ggXh8{font-size:1.05em}.CreateCatalog_chipGroup___udts input:checked+label.CreateCatalog_chip__Lm1_f{background:var(--color-blue);border-color:var(--color-blue);color:#fff}.CreateCatalog_chipGroup___udts input:focus+label.CreateCatalog_chip__Lm1_f{box-shadow:0 0 0 3px rgba(48,116,255,.35)}.CreateCatalog_rowCheck__xB7__{display:flex;gap:8px;padding:12px 16px;border:1px solid var(--color-light-gray-2);border-radius:12px;transition:background-color .15s ease,border-color .15s ease,transform .12s ease}.CreateCatalog_rowCheck__xB7__ input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.CreateCatalog_rowCheck__xB7__:hover{background:var(--color-light-gray-4)}.CreateCatalog_rowCheck__xB7__:has(input:checked){background:var(--color-blue);border-color:var(--color-blue);color:#fff}.CreateCatalog_rowCheck__xB7__:has(input:checked):hover{background:var(--color-blue-hover)}.CreateCatalog_parametersBlock__9yDDX{display:flex;flex-direction:column;gap:12px;background:var(--color-white);border-radius:12px;margin-top:16px;padding:12px 0}.CreateCatalog_sectionTitle__8Ul4S{font-family:Inter,sans-serif;font-weight:600;font-size:18px;line-height:24px;color:var(--color-dark-gray-2);margin-bottom:4px}.CreateCatalog_inputWithUnit__DggPh{position:relative;width:100%}.CreateCatalog_inputWithUnit__DggPh input{width:100%;padding:14px 48px 14px 16px;border:1px solid var(--color-light-gray-2);border-radius:12px;font-size:16px;line-height:24px;background:var(--color-white);color:var(--color-dark-gray-2)}.CreateCatalog_inputWithUnit__DggPh .CreateCatalog_unit__PrluL{position:absolute;top:50%;right:16px;transform:translateY(-50%);font-weight:600;font-size:16px;color:var(--color-dark-gray-2);pointer-events:none}.CreateCatalog_addressBlock__48RXs{display:flex;flex-direction:column;gap:12px;background:var(--color-white);border-radius:12px;margin-top:16px;padding:12px 0}.CreateCatalog_addressMini__euQJE{display:flex;flex-wrap:wrap;gap:8px}.CreateCatalog_addressMini__euQJE input{flex:1 1;text-align:center;padding-left:0;padding-right:0}.CreateCatalog_uploadPhotoContainer__u2_9F{margin-top:16px}.CreateCatalog_uploadBox__3PR_C{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #cfd4de;border-radius:8px;padding:13px 9px 9px;min-height:110px;cursor:pointer}.CreateCatalog_imageUpload__J0paV{font-family:Inter,sans-serif;font-size:14px;background:var(--color-white);border:1px solid #dde2e4;border-radius:8px;padding:4px 12px;margin-top:10px;text-align:center}.CreateCatalog_thumbRow__seWJY{display:flex;flex-wrap:wrap;gap:8px;padding:2px;margin-top:16px;background:var(--color-light-gray)}.CreateCatalog_thumbWrap__OnMQa{position:relative;width:120px;height:80px;border-radius:12px;overflow:hidden;background:var(--color-white);box-shadow:0 0 0 2px #ffffffb2;transition:box-shadow .2s ease}.CreateCatalog_thumbWrap__OnMQa.CreateCatalog_selected__e_PZj{box-shadow:0 0 0 4px var(--color-blue)}.CreateCatalog_thumb__lh5fQ{width:100%;height:100%;object-fit:cover;border-radius:8px;display:block}.CreateCatalog_overlay__Q8Wpf{position:absolute;inset:0;display:flex;justify-content:space-between;align-items:flex-start;padding:6px;box-sizing:border-box;opacity:0;transition:opacity .2s ease}.CreateCatalog_thumbWrap__OnMQa.CreateCatalog_selected__e_PZj .CreateCatalog_overlay__Q8Wpf,.CreateCatalog_thumbWrap__OnMQa:hover .CreateCatalog_overlay__Q8Wpf{opacity:1}.CreateCatalog_photoButtons__DemN0{margin-top:16px;display:flex;justify-content:space-between}.CreateCatalog_photoButtonsContainer___BIuT{display:flex;gap:8px}.CreateCatalog_row20__dpaMG{display:flex;flex-direction:row;gap:20px}.CreateCatalog_tagsContainer__WRBhS{margin-top:16px}.CreateCatalog_icon__ggXh8,.CreateCatalog_unit__PrluL{pointer-events:none}.CreateCatalog_rowCheck__xB7__{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .9rem;border:1px solid #d0d0d0;border-radius:9999px;background:#fff;font:14px/1.2 system-ui,sans-serif;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:.15s ease}.CreateCatalog_icon__ggXh8{width:20px;height:20px;cursor:pointer;pointer-events:auto}.CreateCatalog_checkIcon__3lZjL{margin-right:auto}.CreateCatalog_deleteIcon__m6k9c{margin-left:auto;display:none}.CreateCatalog_thumbWrap__OnMQa:hover .CreateCatalog_deleteIcon__m6k9c{display:block}.CreateCatalog_overlay__Q8Wpf{pointer-events:none}.CreateCatalog_error__Y0juc{border-color:#CB4578!important}.CreateCatalog_errorText__QvCkl{color:#CB4578;font-size:12px;line-height:16px;margin-top:2px}