.phone-input_wrapper__Bvx8k{display:flex;flex-direction:column;gap:4px;width:100%}.phone-input_inner_wrapper__BpOne{display:flex;align-items:center;width:100%;height:56px;color:var(--foreground);border:1px solid var(--border);border-radius:16px;background-color:#fff;overflow:hidden;transition:border-color .2s ease-in-out,background-color .2s ease-out;font-size:16px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.phone-input_inner_wrapper__BpOne{font-size:16px}}.phone-input_inner_wrapper__BpOne:hover{background-color:var(--surface-secondary)}.phone-input_inner_wrapper__BpOne:focus-within{border-color:var(--brand-hover);background-color:var(--white)}.phone-input_inner_wrapper__BpOne:focus-visible{outline:none}.phone-input_inner_wrapper__BpOne.phone-input_disabled__xZEmG{background-color:var(--muted);border-color:var(--border);cursor:not-allowed;pointer-events:none}.phone-input_invalid__DmaG4{border-color:var(--destructive)}.phone-input_error__LZ_JR{color:var(--destructive);font-size:14px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.phone-input_error__LZ_JR{font-size:14px}}.phone-input_button__zzhK3{display:flex;gap:4px;height:100%;align-items:center;padding:16px 8px 16px 16px;border:none;background-color:rgba(0,0,0,0);border-right:1px solid var(--border);cursor:pointer;outline:none}.phone-input_button__zzhK3:hover{background-color:var(--surface-secondary)}.phone-input_button__zzhK3:focus{background-color:var(--brand-light)}.phone-input_flag__F9Q5u{flex-shrink:0;display:flex;width:24px;height:16px;border-radius:4px;overflow:hidden}.phone-input_icon__e2diV{color:var(--text-secondary)}.phone-input_input__aJVL5{padding:16px;border:none;outline:none;width:100%;background-color:rgba(0,0,0,0);font-size:16px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.phone-input_input__aJVL5{font-size:16px}}.phone-input_content__N5l1H{z-index:10;position:relative;width:300px;background-color:#fff;border-radius:12px;box-shadow:var(--shadow-big);overflow:hidden;animation:phone-input_slideUpAndFade__U3Jcw .3s var(--transition-out)}@keyframes phone-input_slideUpAndFade__U3Jcw{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.phone-input_list__kngIz{padding:8px;height:300px;border-top:1px solid var(--muted);overflow:auto;overscroll-behavior:contain}.phone-input_empty__0627M{text-align:center;font-size:16px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.phone-input_empty__0627M{font-size:16px}}.phone-input_item__Vg4mQ{display:flex;align-items:center;gap:8px;color:var(--foreground);border-radius:8px;padding:8px;position:relative;-webkit-user-select:none;user-select:none;cursor:pointer;font-size:14px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.phone-input_item__Vg4mQ{font-size:14px}}.phone-input_item__Vg4mQ[data-selected=true]{outline:none;background-color:var(--surface-secondary);color:var(--foreground)}.phone-input_item__Vg4mQ[data-state=checked]{background-color:var(--surface-secondary)}.phone-input_check_icon__Z2_T7{margin-right:.5rem;height:1rem;width:1rem;flex-shrink:0}.phone-input_visible__31wnH{opacity:1}.phone-input_hidden__Y_QHm{opacity:0}.phone-input_item_name__8_cPQ{font-size:14px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.phone-input_item_name__8_cPQ{font-size:14px}}.phone-input_item_code__HlX14{margin-left:auto;color:var(--text-muted);font-size:14px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.phone-input_item_code__HlX14{font-size:14px}}.phone-input_search_wrapper__9dIPD{display:flex;align-items:center;gap:8px;margin:8px;padding:8px;border:1px solid var(--border);border-radius:10px;background-color:#fff}.phone-input_search_wrapper__9dIPD:hover{background-color:var(--surface-secondary)}.phone-input_search_wrapper__9dIPD:focus-within{border-color:var(--brand-hover);background-color:var(--white)}.phone-input_search_wrapper__9dIPD:focus-visible{outline:none}.phone-input_search__VHgZG{width:100%;color:var(--foreground);border:none;background-color:rgba(0,0,0,0);outline:none!important;transition:border-color .2s ease-in-out,background-color .2s ease-out;font-size:14px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.phone-input_search__VHgZG{font-size:14px}}.text-field_wrapper__nXjWQ{display:flex;flex-direction:column;gap:4px;width:100%}.text-field_input__JsDLS{width:100%;padding:16px 20px;color:var(--foreground);border:1px solid var(--border);border-radius:16px;background-color:#fff;transition:border-color .2s ease-in-out,background-color .2s ease-out;font-size:16px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.text-field_input__JsDLS{font-size:16px}}.text-field_input__JsDLS:hover{background-color:var(--surface-secondary)}.text-field_input__JsDLS:focus{border-color:var(--brand-hover);background-color:var(--white)}.text-field_input__JsDLS:focus-visible{outline:none}.text-field_input__JsDLS:disabled{background-color:var(--muted);border-color:var(--border)}.text-field_input__JsDLS::placeholder{color:var(--text-muted)}.text-field_invalid__AxMRN{border-color:var(--destructive)}.text-field_error__P_rjQ{color:var(--destructive);font-size:14px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.text-field_error__P_rjQ{font-size:14px}}.otp-input_container__b___W{display:flex;align-items:center;gap:8px;overflow:hidden}.otp-input_container__b___W:has(.otp-input_input__y4Klg:disabled){opacity:.5}.otp-input_input__y4Klg:disabled{cursor:not-allowed}.otp-input_group_wrapper__P4gPj{width:100%;display:flex;flex-direction:column;gap:8px}.otp-input_group__0adPU{display:flex;align-items:center;gap:8px;height:52px;width:100%}.otp-input_slot__mCnzI{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:48px;background-color:var(--muted);border:1px solid var(--muted);border-radius:8px;transition:all .2s;outline:none;font-size:18px;font-weight:500;line-height:110%;letter-spacing:-.02em}@media screen and (max-width:960px){.otp-input_slot__mCnzI{font-size:18px}}.otp-input_slot__mCnzI.otp-input_active__evwLm{z-index:10;border-color:var(--brand);background-color:var(--white)}.otp-input_caret__lkDjW{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.otp-input_caret__lkDjW:after{content:"";height:16px;width:1px;background-color:var(--text);animation:otp-input_blink__XKnR5 1s infinite}.otp-input_separator__ySS3L{display:flex;align-items:center;color:var(--text-placeholder)}@keyframes otp-input_blink__XKnR5{0%,to{opacity:1}50%{opacity:0}}.otp-modal_content__CfR5s{width:360px;min-height:230px;align-items:center;overflow:hidden}.otp-modal_text_wrapper__uRvMF{display:flex;flex-direction:column;gap:8px}.otp-modal_text__MLQTu{font-size:16px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.otp-modal_text__MLQTu{font-size:16px}}.otp-modal_email__CX1os{font-size:18px;font-weight:500;line-height:110%;letter-spacing:-.02em}@media screen and (max-width:960px){.otp-modal_email__CX1os{font-size:18px}}.otp-modal_error__r0Mmj{color:var(--destructive);font-size:14px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.otp-modal_error__r0Mmj{font-size:14px}}.register-form_form__6VIKi{display:flex;flex-direction:column;gap:16px}.register-form_link__yCoGV{color:var(--brand)}.register-step_wrapper__j0RKK{display:flex;flex-direction:column;gap:32px}.register-step_title_wrapper__XPsre{display:flex;flex-direction:column;gap:8px}.register-step_title__TZXg6{font-size:24px;font-weight:599;line-height:110%;letter-spacing:-.02em}@media screen and (max-width:960px){.register-step_title__TZXg6{font-size:22px}}.register-step_description__C5A2A{font-size:16px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.register-step_description__C5A2A{font-size:16px}}.register-step_psychologist_info__vJ5E_{display:flex;gap:16px}.register-step_psychologist_photo__vdi_o{width:90px;height:90px;border-radius:8px;object-fit:cover}.register-step_psychologist_info_wrapper__5N_zN{display:flex;flex-direction:column;gap:4px}.register-step_psychologist_name__2seK7{font-size:20px;font-weight:599;line-height:110%;letter-spacing:-.02em}@media screen and (max-width:960px){.register-step_psychologist_name__2seK7{font-size:20px}}.register-step_psychologist_slot__BVr4U{font-size:16px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.register-step_psychologist_slot__BVr4U{font-size:16px}}.timezone-info_wrapper__erAoB{display:flex;align-items:flex-start;gap:6px}.timezone-info_icon__02_qJ{color:var(--text-placeholder)}.timezone-info_text__XTTKQ{display:flex;align-items:center;color:var(--text-secondary);line-height:1.2}.timezone-info_small__oDWHV .timezone-info_text__XTTKQ{min-height:16px;font-size:12px}.timezone-info_medium___3_m_ .timezone-info_text__XTTKQ{min-height:20px;font-size:14px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.timezone-info_medium___3_m_ .timezone-info_text__XTTKQ{font-size:14px}}.session-time_wrapper__D4q5j{display:flex;flex-direction:column;gap:20px;height:auto;min-height:400px;transition:height .5s var(--transition-out);overflow:hidden}.session-time_days_wrapper__iIJmM{display:flex;flex-direction:column;gap:8px}.session-time_days__BDX0G{display:flex;gap:8px}.session-time_day__9fOd_{width:100%;min-height:28px;padding:5px 16px;position:relative;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--foreground);border:1px solid var(--surface-secondary);border-radius:8px;background-color:var(--surface-secondary);cursor:pointer;transition:background-color .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out;font-size:14px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.session-time_day__9fOd_{font-size:14px}}.session-time_day__9fOd_{font-weight:450}.session-time_day__9fOd_:hover{background-color:var(--surface-secondary)}.session-time_day__9fOd_:disabled{pointer-events:none;opacity:.5}.session-time_day__9fOd_[data-state=checked]{background-color:var(--brand-light);border-color:var(--brand);font-weight:500}.session-time_calendar_icon__vX2GH{width:16px;height:16px;color:var(--foreground)}.session-time_chevron__qS_Z9{width:16px;height:16px;color:var(--text-muted);transform:rotate(0deg) translateY(1px);transition:transform .2s ease-out}.session-time_chevron__qS_Z9[data-state=open]{transform:rotate(180deg) translateY(-1px)}.session-time_description__UssmQ{color:var(--foreground);font-size:14px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.session-time_description__UssmQ{font-size:14px}}.session-time_hours_wrapper__OgQt7{display:flex;flex-direction:column;gap:12px}.session-time_calendar__6NSbm{animation:session-time_fadeDown__YrmnX .4s var(--transition-back)}@keyframes session-time_fadeDown__YrmnX{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.session-type_wrapper__VVTGj{display:flex;flex-direction:column;gap:12px}.session-type_tabs__KCOm_{display:grid;grid-template-columns:1fr 1fr}.session-type_tab__WGqpq{all:unset;text-align:center;padding-bottom:10px;color:var(--text-muted);border-bottom:2px solid var(--border);transition:color .2s ease-out;cursor:pointer;font-size:14px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.session-type_tab__WGqpq{font-size:14px}}.session-type_tab__WGqpq{font-weight:500}.session-type_tab__WGqpq:hover{color:var(--foreground)}.session-type_tab__WGqpq[data-state=checked]{color:var(--foreground);border-color:var(--brand)}.session-type_checkbox_label__qxEgb{font-size:14px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.session-type_checkbox_label__qxEgb{font-size:14px}}.topics_wrapper__b5oMB{display:flex;flex-direction:column;gap:16px}.filter_wrapper__yhhqy{display:flex;flex-direction:column;background-color:var(--white)}@media screen and (max-width:960px){.filter_wrapper__yhhqy{overflow-y:scroll;margin-top:12px}}.filter_wrapper_desktop__QTGyU{overflow:hidden;border-radius:16px;border:1px solid var(--border-light)}@media screen and (max-width:960px){.filter_wrapper_desktop__QTGyU{display:none}}.filter_header__lMEU5{display:flex;align-items:center;justify-content:space-between;padding:16px;background-color:var(--white);border-bottom:1px solid var(--muted)}.filter_title__3OkfQ{font-size:20px;line-height:110%;letter-spacing:-.02em}@media screen and (max-width:960px){.filter_title__3OkfQ{font-size:20px}}.filter_title__3OkfQ{font-weight:599;color:var(--foreground)}.filter_form__sU8cT{display:flex;flex-direction:column;gap:16px;padding:16px 16px 0}@media screen and (max-width:960px){.filter_form__sU8cT{padding:0 8px 48px 0}}.filter_item__yvWtz,.filter_root__Ztzdh{display:flex;flex-direction:column}.filter_item__yvWtz{padding:20px 0}.filter_item__yvWtz:not(:last-child){border-bottom:1px solid var(--border)}.filter_item_trigger__rchwc{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0;margin:-20px 0;background-color:rgba(0,0,0,0);border:none;cursor:pointer;text-align:left;color:var(--foreground);font-size:16px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.filter_item_trigger__rchwc{font-size:16px}}.filter_item_trigger__rchwc{font-weight:450}.filter_item_chevron__7hWyD{width:14px;height:14px;color:var(--text-secondary);transition:transform .2s ease-out;transform:rotate(0) translateY(1px)}.filter_item_trigger__rchwc[data-state=open] .filter_item_chevron__7hWyD{transform:rotate(180deg)}.filter_item_content__lgKgi{overflow:hidden}@media screen and (max-width:960px){.filter_item_content__lgKgi{margin-right:0}}.filter_item_content__lgKgi[data-state=open]{padding-top:16px;animation:filter_slideDown__Hxdhp .3s ease-out}.filter_item_content__lgKgi[data-state=closed]{animation:filter_slideUp__LZTRh .3s ease-out}@keyframes filter_slideDown__Hxdhp{0%{height:0;opacity:0;padding-top:0}to{height:var(--radix-accordion-content-height);opacity:1;padding-top:16px}}@keyframes filter_slideUp__LZTRh{0%{height:var(--radix-accordion-content-height);opacity:1;padding-top:16px}to{height:0;opacity:0;padding-top:0}}.filter_mobile_button_wrapper__Hu3Zo{z-index:5;position:fixed;bottom:0;left:0;right:0;padding:8px 16px;background-color:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border-top:1px solid var(--muted)}@media screen and (min-width:960px){.filter_mobile_button_wrapper__Hu3Zo{display:none}}.filter_mobile_button__rCVuH{width:100%}.filter_mobile_button_content__xohKL{display:flex;align-items:center;gap:12px}.filter_mobile_button_count__OAG9Q{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;color:var(--brand);background-color:var(--white);font-size:12px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.filter_mobile_button_count__OAG9Q{font-size:12px}}.filter_mobile_button_count__OAG9Q{font-weight:599}.filter_mobile_filter_content__qUz_y{min-height:90vh}.filter_mobile_filter_content__qUz_y>div{gap:16px}.filter_mobile_button_apply__5mPFy{margin-top:auto}.heading_title__nbryn{text-wrap:balance;font-size:32px;font-weight:599;line-height:110%;letter-spacing:-.02em}@media screen and (max-width:960px){.heading_title__nbryn{font-size:24px}}.onboarding-banner_wrapper__FM_Eo{display:flex;gap:16px;justify-content:space-between;align-items:flex-end;background:var(--gradient-success);border-radius:16px;overflow:hidden;min-height:256px;text-wrap:pretty}@media screen and (max-width:960px){.onboarding-banner_wrapper__FM_Eo{flex-direction:column;min-height:228px;align-items:center}}.onboarding-banner_mounted__Wev1u{animation:onboarding-banner_fadeIn__kUm0g .5s var(--transition-back) forwards}.onboarding-banner_content_wrapper__DNGsn{display:flex;flex-direction:column;gap:16px;padding:24px;min-width:min(70%,520px);height:100%}@media screen and (max-width:960px){.onboarding-banner_content_wrapper__DNGsn{padding:16px;width:100%}}.onboarding-banner_content__HgiSx{display:flex;flex-direction:column;justify-content:space-between;gap:16px;height:100%;flex-grow:1}.onboarding-banner_tags_list__nGwFb{display:flex;gap:8px;flex-wrap:wrap}.onboarding-banner_tags_item__8TmLL{width:max-content;padding:4px 12px;background-color:rgba(37,37,37,.2);border-radius:100px;color:var(--white);font-size:12px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.onboarding-banner_tags_item__8TmLL{font-size:12px}}.onboarding-banner_tags_item__8TmLL{font-weight:500}.onboarding-banner_title_wrapper__Bka_Y{display:flex;flex-direction:column;gap:4px;width:100%}.onboarding-banner_title__jBzqb{color:var(--white);font-size:24px;font-weight:599;line-height:110%;letter-spacing:-.02em}@media screen and (max-width:960px){.onboarding-banner_title__jBzqb{font-size:22px}}.onboarding-banner_title__jBzqb{line-height:1}@media screen and (min-width:960px){.onboarding-banner_title__jBzqb{font-size:28px}}.onboarding-banner_description__eil3M{max-width:640px;color:var(--white);font-size:16px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.onboarding-banner_description__eil3M{font-size:16px}}.onboarding-banner_bg_image__PqKgY{width:auto;max-width:100%;height:210px;object-fit:cover;object-position:center}@media screen and (max-width:960px){.onboarding-banner_bg_image__PqKgY{display:none}}.onboarding-banner_progress_wrapper__2mhv_{display:flex;flex-direction:column;gap:8px;margin-top:12px}.onboarding-banner_progress_bar__GGZCN{width:100%;height:4px;background-color:var(--border);border-radius:2px}.onboarding-banner_progress_bar_fill__5IHa3{height:100%;background-color:var(--white);border-radius:2px}.onboarding-banner_progress_text__jovwE{color:var(--white);font-size:12px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.onboarding-banner_progress_text__jovwE{font-size:12px}}.onboarding-banner_button__Zf1mN{flex-shrink:0;width:-moz-fit-content;width:fit-content;max-width:240px;border:none!important;line-height:1.2;margin-top:auto}@media screen and (max-width:960px){.onboarding-banner_button__Zf1mN{margin-top:0;max-width:100%;width:100%}}@keyframes onboarding-banner_fadeIn__kUm0g{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.session-time_wrapper__h5Hur{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}.filter_form__B6xiN{isolation:isolate;position:relative;flex-grow:1;display:flex;flex-direction:column}.filter_title_container__dHSBO{display:flex;flex-direction:column;align-items:center;gap:10px}.filter_title__0F4mL{color:var(--foreground);text-align:center;font-size:40px;font-weight:599;line-height:110%;letter-spacing:-.02em}@media screen and (max-width:960px){.filter_title__0F4mL{font-size:28px}}.filter_description__WwXc2{text-align:center;color:var(--foreground);font-size:16px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.filter_description__WwXc2{font-size:16px}}.filter_answer_container__jjJ7T{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;margin-top:auto}@media screen and (min-width:960px){.filter_answer_container__jjJ7T{max-width:480px;margin-top:24px}}.filter_button_container__VDBT2{z-index:5;position:fixed;bottom:0;left:0;right:0;padding:8px 16px;background-color:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border-top:1px solid var(--muted)}.filter_button__wCTqb{max-width:343px}@media screen and (max-width:960px){.filter_button__wCTqb{max-width:588px}}.slot-select_wrapper__5gnwZ{display:flex;flex-direction:column;gap:24px;flex-grow:1}.slot-select_title__9CG8B{font-size:24px;font-weight:599;line-height:110%;letter-spacing:-.02em}@media screen and (max-width:960px){.slot-select_title__9CG8B{font-size:22px}}.slot-select_radio_group__ZChio{flex-grow:1}.slot-select_days_list__UFIC2{display:flex;flex-direction:column;gap:24px}.slot-select_day__oAdU6{display:flex;flex-direction:column;gap:12px}.slot-select_day_title__HsuRe{font-size:16px;font-weight:500;line-height:110%;letter-spacing:-.02em}@media screen and (max-width:960px){.slot-select_day_title__HsuRe{font-size:16px}}.slot-select_hours__ZWTL4{display:grid;gap:6px;grid-template-columns:repeat(auto-fill,minmax(56px,1fr))}.slot-select_hour__aESyI{display:flex;width:100%}.slot-select_radio__oEc3b{display:grid;place-items:center;width:100%;height:48px;border-radius:4px;background-color:var(--muted);color:var(--foreground);border:none;cursor:pointer}.slot-select_radio__oEc3b:hover{background-color:var(--brand-light)}.slot-select_radio__oEc3b[data-state=checked]{background-color:var(--brand-soft)}.slot-select_label__FH1Xj{pointer-events:none;font-size:16px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.slot-select_label__FH1Xj{font-size:16px}}.slot-select_button_wrapper__jMSKW{position:sticky;bottom:0;display:flex;justify-content:center;align-items:center;padding-top:48px;background:linear-gradient(180deg,rgba(255,255,255,0),#ffffff 50%);pointer-events:none}.slot-select_button__HopA_{pointer-events:all;width:100%}.slot-select_empty__eoa0y{background-color:var(--brand-light);padding:16px 24px;border-radius:12px;text-align:center;margin:auto;font-size:16px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.slot-select_empty__eoa0y{font-size:16px}}.booking-modal_content__6D_EN{width:560px;min-height:650px}.booking-modal_content_mobile__nkwv5{width:100%;height:760px}.booking-modal_form__P4O3p{display:flex;flex-direction:column;gap:24px;flex-grow:1}.manual-search-modal_content__Fs3d5{width:560px}.manual-search-modal_title__yoM1E{font-size:24px;font-weight:599;line-height:110%;letter-spacing:-.02em}@media screen and (max-width:960px){.manual-search-modal_title__yoM1E{font-size:22px}}.manual-search-modal_description__mRf_e{font-size:16px;font-weight:400;line-height:140%;letter-spacing:-.02em}@media screen and (max-width:960px){.manual-search-modal_description__mRf_e{font-size:16px}}.manual-search-modal_text_content__ysCm7{display:flex;flex-direction:column;gap:8px}.manual-search-modal_already_chosen__7sebc{display:flex;flex-direction:column;gap:12px}.manual-search-modal_already_chosen_title__89HeX{font-size:16px;font-weight:500;line-height:110%;letter-spacing:-.02em}@media screen and (max-width:960px){.manual-search-modal_already_chosen_title__89HeX{font-size:16px}}.manual-search-modal_form__PfRn2{display:flex;flex-direction:column;gap:16px}