.Details_main___ax5b{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid rgba(17,34,17,.1)}.Details_grid__NWrDh{display:flex;flex-wrap:wrap;gap:32px 30px}.Details_modelsLoader__SDpaR{height:56px;padding:0 12px 0 16px;border-radius:12px;border:1px solid #79747e;background-color:hsla(270,4%,47%,.1);flex:1 0 45%;display:flex;align-items:center;justify-content:center;animation:Details_loading__GF0ES 1s linear infinite}@keyframes Details_loading__GF0ES{0%{background-color:hsla(270,4%,47%,.1)}50%{background-color:hsla(270,4%,47%,.3)}to{background-color:hsla(270,4%,47%,.1)}}@media (max-width:576px){.Details_main___ax5b{margin-bottom:22px;padding-bottom:22px}.Details_grid__NWrDh{gap:18px}.Details_modelsLoader__SDpaR{height:45px;flex-basis:100%}}.SelectInput_main__K7hPz{height:56px;padding:0 12px 0 6px;border-radius:12px;border:1px solid #79747e;position:relative;flex:1 0 45%}.SelectInput_label__ZPj6x{padding:0 4px;border-radius:100px;background-color:#fff;font-weight:400;font-size:14px;line-height:17.64px;color:#3a3a40;position:absolute;top:0;left:12px;transform:translateY(-50%)}[dir=rtl] .SelectInput_label__ZPj6x{left:unset;right:12px}.SelectInput_input__HxjgY{width:100%;height:100%;padding:0 10px;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;background-color:transparent;background-image:url(/icons/chevron-down-1.svg);background-repeat:no-repeat;background-position:100%;background-size:24px;font-weight:400;font-size:16px;line-height:20.16px;color:var(--c-accent-1)}[dir=rtl] .SelectInput_input__HxjgY{background-position:0}@media (max-width:576px){.SelectInput_main__K7hPz{height:45px;flex-basis:100%}.SelectInput_label__ZPj6x{font-size:12px;line-height:17.64px;left:10px}.SelectInput_input__HxjgY{background-size:18px;font-size:14px}}.TextInput_main__lFkD0{height:56px;padding:0 12px 0 16px;border-radius:12px;border:1px solid #79747e;position:relative;flex:1 0 45%}.TextInput_label__xyqqD{padding:0 4px;border-radius:100px;background-color:#fff;font-weight:400;font-size:14px;line-height:17.64px;color:#3a3a40;position:absolute;top:0;left:12px;transform:translateY(-50%)}[dir=rtl] .TextInput_label__xyqqD{left:unset;right:12px}.TextInput_input__sb4UJ{width:100%;height:100%;font-weight:400;font-size:16px;line-height:24px;color:var(--c-accent-1)}[dir=rtl] .TextInput_input__sb4UJ{background-position:0}@media (max-width:576px){.TextInput_main__lFkD0{height:45px;flex-basis:100%}.TextInput_label__xyqqD{font-size:12px;line-height:17.64px;left:10px}.TextInput_input__sb4UJ{background-size:18px;font-size:14px}}.ColorSelectInput_main__vGVkT{display:flex;flex-direction:column;gap:8px;position:relative;width:100%}.ColorSelectInput_label__GdKgm{font-size:14px;font-weight:600;color:#333}.ColorSelectInput_selectWrapper__Vp4_Y{position:relative;width:100%}.ColorSelectInput_selectedItem__XUVh7{display:flex;align-items:center;gap:12px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;cursor:pointer;transition:all .2s ease;min-height:48px}.ColorSelectInput_selectedItem__XUVh7:hover{border-color:#999}.ColorSelectInput_selectedItem__XUVh7.ColorSelectInput_active__jALH_{border-color:var(--primary-color,red);box-shadow:0 0 0 2px rgba(255,0,0,.1)}.ColorSelectInput_colorCircle__7suBy{width:20px;height:20px;border-radius:50%;border:1px solid rgba(0,0,0,.1);flex-shrink:0}.ColorSelectInput_colorName__5mGHk{font-size:15px;color:#333;flex-grow:1}.ColorSelectInput_dropdownIcon__C1A_Y{width:12px;height:12px;border-right:2px solid #666;border-bottom:2px solid #666;transform:rotate(45deg);margin-bottom:4px;transition:transform .3s ease}.ColorSelectInput_main__vGVkT.ColorSelectInput_open__poYWb .ColorSelectInput_dropdownIcon__C1A_Y{transform:rotate(-135deg);margin-bottom:-4px}.ColorSelectInput_dropdownMenu__oByB9{position:absolute;top:calc(100% + 4px);left:0;width:100%;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.1);z-index:1000;overflow:hidden;max-height:300px;display:flex;flex-direction:column}.ColorSelectInput_searchWrapper__a38e0{padding:8px;border-bottom:1px solid #f0f0f0;position:sticky;top:0;background:#fff}.ColorSelectInput_searchInput__k3XXp{width:100%;padding:10px 12px;border:1px solid #eee;border-radius:6px;font-size:14px;outline:none;background-color:#f9f9f9}.ColorSelectInput_searchInput__k3XXp:focus{border-color:#ccc;background-color:#fff}.ColorSelectInput_optionsList__iuVVY{overflow-y:auto;padding:4px}.ColorSelectInput_optionItem__ETJxT{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:6px;cursor:pointer;transition:background .2s}.ColorSelectInput_optionItem__ETJxT:hover{background-color:#f5f5f5}.ColorSelectInput_optionItem__ETJxT.ColorSelectInput_selected__gTyBm{background-color:#fff5f5}.ColorSelectInput_optionItem__ETJxT.ColorSelectInput_selected__gTyBm .ColorSelectInput_colorName__5mGHk{font-weight:600;color:var(--primary-color,red)}.ColorSelectInput_noResults__riL1s{padding:20px;text-align:center;color:#999;font-size:14px}.ColorSelectInput_optionsList__iuVVY::-webkit-scrollbar{width:6px}.ColorSelectInput_optionsList__iuVVY::-webkit-scrollbar-track{background:#f1f1f1}.ColorSelectInput_optionsList__iuVVY::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.ColorSelectInput_optionsList__iuVVY::-webkit-scrollbar-thumb:hover{background:#bbb}