stone-kit 0.0.1045 → 0.0.1049

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/README.md +88 -88
  2. package/dist/FilterWithSave-BxUAZs3U.js +2683 -0
  3. package/dist/components/CheckBoxNew/CheckBoxNew.js +5 -5
  4. package/dist/components/CommercialLotCard/CommercialLotCard.d.ts +1 -1
  5. package/dist/components/CommercialLotCard/CommercialLotCard.js +10 -79
  6. package/dist/components/CommercialLotCard/components/PaymentLink/PaymentLink.d.ts +2 -1
  7. package/dist/components/CommercialLotCard/components/PaymentLink/PaymentLink.js +9 -9
  8. package/dist/components/CommercialLotCard/components/Snippets/Snippets.js +27 -98
  9. package/dist/components/CommercialLotCard/components/Tags/Tags.js +1 -1
  10. package/dist/components/CommercialLotCard/types/CommercialLotCard.types.d.ts +1 -0
  11. package/dist/components/FilterWithSave/hooks/useFilterWithSave.js +26 -54
  12. package/dist/components/FilterWithSave/ui/FilterWithSave.js +7 -323
  13. package/dist/components/FormModal/ui/ModalForm.js +29 -1516
  14. package/dist/components/Logo/ui/Logo.js +6 -6
  15. package/dist/components/LotCard/hooks/useLotCard.js +24 -6
  16. package/dist/components/LotCard/index.js +2 -2
  17. package/dist/components/LotCard/ui/LotCard.js +11 -221
  18. package/dist/components/ModalSuccess/ModalSuccess.js +1 -1
  19. package/dist/components/RoundButton/ui/RoundButton.js +1 -1
  20. package/dist/components/Select/ui/Category.js +2 -2
  21. package/dist/components/Select/ui/Option.js +2 -2
  22. package/dist/components/Select/ui/Select.js +2 -2
  23. package/dist/components/SliderNavigation/ui/SliderNavigation.js +6 -6
  24. package/dist/components/SortSelect/index.js +1 -1
  25. package/dist/components/SortSelect/ui/SortSelect.js +26 -108
  26. package/dist/components/SummarySelect/ui/SummarySelect.js +1 -1
  27. package/dist/components/TabSelect/ui/TabSelect.js +4 -4
  28. package/dist/components/TabSwitcher/index.js +2 -2
  29. package/dist/components/TabSwitcher/ui/TabSwitcher.js +26 -121
  30. package/dist/components/Tag/ui/Tag.js +97 -96
  31. package/dist/components/Tag/ui/Tag.types.d.ts +1 -0
  32. package/dist/components/Tag/ui/Tag.types.js +2 -1
  33. package/dist/layout/components/Header/Header.js +65 -44
  34. package/dist/layout/components/Menu.js +37 -15
  35. package/dist/main.js +65 -70
  36. package/dist/pages/ButtonsPage/Buttons.js +61 -44
  37. package/dist/pages/FormsPage/FormsPage.js +42 -22
  38. package/dist/pages/IconsPage/IconsPage.js +31 -9
  39. package/dist/pages/InputPage/InputPage.js +32 -10
  40. package/dist/pages/LogoPage/LogoPage.js +36 -13
  41. package/dist/pages/LotsPage/LotsPage.js +38 -30
  42. package/dist/pages/LotsPage/const.d.ts +4 -1
  43. package/dist/pages/LotsPage/const.js +30 -4
  44. package/dist/pages/ModalsPage/ModalPage.js +66 -46
  45. package/dist/pages/SelectPage/SelectPage.js +40 -41
  46. package/dist/pages/TabsPage/TabsPage.js +1 -1
  47. package/dist/pages/TagsPage/TagsPage.js +44 -23
  48. package/dist/stone-kit.css +1 -1
  49. package/dist/stories/entities/CommercialLotCard/CommercialLotCard.stories.js +1 -1
  50. package/dist/stories/shared/ui/Button/Button.stories.js +4 -4
  51. package/dist/stories/shared/ui/FilterWithSave/FilterWithSave.stories.js +1 -1
  52. package/dist/stories/shared/ui/FormModal/FormModal.stories.js +7 -7
  53. package/dist/stories/shared/ui/SortSelect/SortSelect.stories.js +1 -1
  54. package/dist/stories/shared/ui/TabSwitcher/TabSwitcher.stories.js +1 -1
  55. package/dist/stories/shared/ui/Tag/Tag.stories.js +4 -4
  56. package/package.json +1 -1
  57. package/dist/useLotCard-D-gK4J_o.js +0 -186
  58. package/dist/{Option-DmDx_xOt.js → Option-DdjBe9yb.js} +1 -1
@@ -1,34 +1,55 @@
1
- import { jsxs as s, jsx as e } from "react/jsx-runtime";
2
- import { MetroTag as t } from "../../components/MetroTag/ui/MetroTag.js";
3
- import { Tag as i } from "../../components/Tag/ui/Tag.js";
4
- const m = "_root_1tmts_1", a = {
5
- root: m
6
- }, d = () => {
7
- const o = { name: "sokolnuyaki", color: "red", timeTo: 10, mode: "auto" }, r = [
1
+ import { jsxs as e, jsx as t } from "react/jsx-runtime";
2
+ import "../../components/Button/ui/Button.js";
3
+ import "../../components/mobileButton/ui/MobileButton.js";
4
+ import "../../components/NewIcon/ui/NewIcon.js";
5
+ import "../../components/DestinationTab/ui/DestinationTab.js";
6
+ import "../../components/RoundButton/ui/RoundButton.js";
7
+ import { Tag as r } from "../../components/Tag/ui/Tag.js";
8
+ import "../../components/Switcher/ui/Switcher.js";
9
+ import "../../components/Text/ui/Text.js";
10
+ import "../../components/Flex/ui/Flex.js";
11
+ import "../../components/Input/ui/Input.js";
12
+ import "react";
13
+ import "react-dom";
14
+ import "../../index-YnD2EP-S.js";
15
+ import "../../FilterWithSave-BxUAZs3U.js";
16
+ import "../../components/GroupedInput/ui/GroupedInputs.js";
17
+ import { MetroTag as o } from "../../components/MetroTag/ui/MetroTag.js";
18
+ import "../../components/Select/ui/Select.js";
19
+ import "../../components/SliderNavigation/ui/SliderNavigation.js";
20
+ import "../../components/LotCardSkeleton/ui/LotCardSkeleton.js";
21
+ import "../../components/TabSelect/ui/TabSelect.js";
22
+ import "../../components/CheckBox/CheckBox.js";
23
+ import "../../components/CheckBoxNew/CheckBoxNew.js";
24
+ import "../../components/CheckboxSelect/ui/CheckboxSelect.js";
25
+ const s = "_root_1tmts_1", a = {
26
+ root: s
27
+ }, P = () => {
28
+ const i = { name: "sokolnuyaki", color: "red", timeTo: 10, mode: "auto" }, m = [
8
29
  { name: "Сокольники", color: "red", timeTo: 10, mode: "auto" },
9
30
  { name: "Электрозаводская", color: "blue", timeTo: 10, mode: "auto" }
10
31
  ];
11
- return /* @__PURE__ */ s("div", { className: a.root, children: [
12
- /* @__PURE__ */ e(t, { metro: r }),
13
- /* @__PURE__ */ e(t, { metro: o }),
14
- /* @__PURE__ */ e(
15
- t,
32
+ return /* @__PURE__ */ e("div", { className: a.root, children: [
33
+ /* @__PURE__ */ t(o, { metro: m }),
34
+ /* @__PURE__ */ t(o, { metro: i }),
35
+ /* @__PURE__ */ t(
36
+ o,
16
37
  {
17
- metro: o,
38
+ metro: i,
18
39
  withBg: !0
19
40
  }
20
41
  ),
21
- /* @__PURE__ */ e(
22
- t,
42
+ /* @__PURE__ */ t(
43
+ o,
23
44
  {
24
- metro: o,
45
+ metro: i,
25
46
  withBg: !0,
26
47
  isBetween: !0,
27
48
  width: "full"
28
49
  }
29
50
  ),
30
- /* @__PURE__ */ e(
31
- i,
51
+ /* @__PURE__ */ t(
52
+ r,
32
53
  {
33
54
  variant: "shadeWhite",
34
55
  size: "medium",
@@ -37,8 +58,8 @@ const m = "_root_1tmts_1", a = {
37
58
  children: "От 285 000 ₽/м2"
38
59
  }
39
60
  ),
40
- /* @__PURE__ */ e(
41
- i,
61
+ /* @__PURE__ */ t(
62
+ r,
42
63
  {
43
64
  variant: "chineseBlack",
44
65
  size: "small",
@@ -47,8 +68,8 @@ const m = "_root_1tmts_1", a = {
47
68
  children: "От 285 000 ₽/м2"
48
69
  }
49
70
  ),
50
- /* @__PURE__ */ e(
51
- i,
71
+ /* @__PURE__ */ t(
72
+ r,
52
73
  {
53
74
  variant: "transWhite",
54
75
  size: "small",
@@ -60,5 +81,5 @@ const m = "_root_1tmts_1", a = {
60
81
  ] });
61
82
  };
62
83
  export {
63
- d as TagsPage
84
+ P as TagsPage
64
85
  };
@@ -1 +1 @@
1
- ._auto-width_v6f19_1{width:max-content;min-width:100px}._full-width_v6f19_6{width:100%;max-width:100%;min-width:100%}._root_v6f19_12{max-height:180px;font-family:inherit;font-weight:400;padding:11px 23px;border:1px solid #b1b5c3;border-radius:48px;font-size:16px;line-height:24px}._root_v6f19_12:focus{border:1px solid #141416}._root_v6f19_12::placeholder{color:#b1b5c3}@keyframes _fadeInUp_1vbbc_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._root_1vbbc_11{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:105;box-sizing:border-box;transition:opacity .3s ease}._modalBody_1vbbc_25{position:absolute;overflow:auto}._modalOverlay_1vbbc_30{position:absolute;width:100%;height:100vh}@supports (height: 100dvh){._modalOverlay_1vbbc_30{height:100dvh}}._isTransparentBack_1vbbc_41{background:#000}@media(min-wdith:1024px){._modalBody_1vbbc_25{position:absolute;overflow:unset}}._root_fi64k_1{display:flex}._gap-1_fi64k_5{gap:4px}._gap-2_fi64k_9{gap:8px}._gap-3_fi64k_13{gap:12px}._gap-4_fi64k_17{gap:16px}._gap-5_fi64k_21{gap:20px}._gap-6_fi64k_25{gap:24px}._gap-7_fi64k_29{gap:28px}._gap-8_fi64k_33{gap:32px}._gap-9_fi64k_37{gap:36px}._gap-10_fi64k_41{gap:40px}._gap-11_fi64k_45{gap:44px}._gap-12_fi64k_49{gap:48px}._gap-13_fi64k_53{gap:52px}._gap-14_fi64k_57{gap:56px}._gap-15_fi64k_61{gap:60px}._gap-16_fi64k_65{gap:64px}._fd-row_fi64k_69{flex-direction:row}._fd-row-reverse_fi64k_73{flex-direction:row-reverse}._fd-column_fi64k_77{flex-direction:column}._fd-column-reverse_fi64k_81{flex-direction:column-reverse}._w-nowrap_fi64k_85{flex-wrap:nowrap}._w-wrap_fi64k_89{flex-wrap:wrap}._w-wrap-reverse_fi64k_93{flex-wrap:wrap-reverse}._jc-flex-start_fi64k_97{justify-content:flex-start}._jc-flex-end_fi64k_101{justify-content:flex-end}._jc-center_fi64k_105{justify-content:center}._jc-space-between_fi64k_109{justify-content:space-between}._jc-space-around_fi64k_113{justify-content:space-around}._jc-space-evenly_fi64k_117{justify-content:space-evenly}._ai-stretch_fi64k_121{align-items:stretch}._ai-flex-start_fi64k_125{align-items:flex-start}._ai-flex-end_fi64k_129{align-items:flex-end}._ai-center_fi64k_133{align-items:center}._ai-baseline_fi64k_137{align-items:baseline}._auto-width_1ln65_1{width:max-content;min-width:100px}._full-width_1ln65_6{width:100%}._inputWrapper_1ln65_10{overflow:hidden;display:flex;align-items:center;gap:4px;border-radius:48px;padding:0;border:1px solid #b1b5c3;box-sizing:border-box}._inputWrapper_1ln65_10 input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}._inputWrapper_1ln65_10 input{padding:11px 12px 11px 23px;min-width:50px;width:100%;border:none;background:transparent;font-size:16px;line-height:24px;box-sizing:border-box}._inputWrapper_1ln65_10 input:focus{outline:none}._inputIMask_1ln65_37::placeholder{letter-spacing:2px}._inputWrapperPost_1ln65_41,._inputWrapperPre_1ln65_42{font-size:16px;line-height:24px;font-weight:400;padding:0 12px 0 0}._inputWrapperPost_1ln65_41 input,._inputWrapperPre_1ln65_42 input{font-size:16px;line-height:24px}._inputWrapperPre_1ln65_42{padding:0 0 0 23px}._light_1ln65_58{background:#fff;border:1px solid #b1b5c3}._light_1ln65_58 input{color:#141416}._light_1ln65_58 input:-webkit-autofill{box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:#141416;background-color:transparent}._light_1ln65_58 input::placeholder{color:#b1b5c3}._light_1ln65_58 span{color:#b1b5c3}._light_1ln65_58:hover{border:1px solid #777e90}._light_1ln65_58:has(input:focus){border:1px solid #141416}._light_1ln65_58:has(input:disabled){background:#f4f5f6;border:1px solid #e6e8ec}._light_1ln65_58:has(input:disabled) input{color:#b1b5c3}._light_1ln65_58:has(input:disabled) input::placeholder{color:#b1b5c3}._light_1ln65_58:has(input:disabled) span{color:#b1b5c3}._gray_1ln65_96{background:#e6e8ec;border:none}._gray_1ln65_96 input{color:#141416}._gray_1ln65_96 input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px rgba(255,255,255,.3) inset;-webkit-text-fill-color:#141416;background-color:#777e90}._gray_1ln65_96 input::placeholder{color:#777e90}._gray_1ln65_96 span{color:#777e90}._gray_1ln65_96:has(input:disabled){background:#f4f5f6;border:1px solid #e6e8ec}._gray_1ln65_96:has(input:disabled) input{color:#b1b5c3}._gray_1ln65_96:has(input:disabled) input::placeholder{color:#b1b5c3}._gray_1ln65_96:has(input:disabled) span{color:#b1b5c3}._dark_1ln65_128{background:#23262f;border:1px solid #353945}._dark_1ln65_128 input{color:#fff}._dark_1ln65_128 input:-webkit-autofill{box-shadow:0 0 0 1000px #23262f inset;-webkit-text-fill-color:white;background-color:transparent}._dark_1ln65_128 input::placeholder{color:#777e90}._dark_1ln65_128 span{color:#777e90}._dark_1ln65_128:hover{border:1px solid #777e90}._dark_1ln65_128:has(input:focus){border:1px solid #ffffff}._dark_1ln65_128:has(input:disabled){background:#141416;border:1px solid #353945}._dark_1ln65_128:has(input:disabled) input{color:#353945}._dark_1ln65_128:has(input:disabled) input::placeholder{color:#353945}._dark_1ln65_128:has(input:disabled) span{color:#353945}._dark_1ln65_128:has(input:invalid){border:1px solid #ec5353}._transparent_1ln65_169{background:transparent;border-radius:0;border-top:unset;border-left:unset;border-right:unset;border-bottom:1px solid #E6E8EC}._transparent_1ln65_169 input{color:#ffffffb3!important;padding:0;background-color:transparent;transition:background-color 5000s ease-in-out 0s}._transparent_1ln65_169 input:-webkit-autofill,._transparent_1ln65_169 input:-webkit-autofill:hover,._transparent_1ln65_169 input:-webkit-autofill:focus,._transparent_1ln65_169 input:-webkit-autofill:active{box-shadow:0 0 0 1000px transparent inset!important;-webkit-text-fill-color:rgba(255,255,255,.7)!important;background-color:transparent!important;color:#ffffffb3!important;transition:background-color 5000s ease-in-out 0s}._transparent_1ln65_169 input::placeholder{color:#ffffffb3}._transparent_1ln65_169 span{color:#e6e8ec}._transparent_1ln65_169:hover{border-bottom:1px solid #E6E8EC}._transparent_1ln65_169:has(input:valid){border-bottom:1px solid #E6E8EC;background-color:transparent}._transparent_1ln65_169:has(input:valid) input{background-color:transparent}._transparent_1ln65_169:has(input:focus){border-bottom:1px solid #E6E8EC;background-color:transparent}._transparent_1ln65_169:has(input:disabled){border-bottom:1px solid #E6E8EC;background-color:transparent}._transparent_1ln65_169:has(input:disabled) input{color:#e6e8ec}._transparent_1ln65_169:has(input:disabled) input::placeholder{color:#e6e8ec}._transparent_1ln65_169:has(input:disabled) span{color:#e6e8ec}._transparent_1ln65_169:has(input:invalid){border:1px solid #ec5353}._inputWrapperError_1ln65_227{background:#ffebeb;border:1px solid #ec5353}._inputWrapperError_1ln65_227:hover{border:1px solid #ec5353}._inputWrapperError_1ln65_227:has(input:focus){border:1px solid #ec5353}._inputWrapperError_1ln65_227 input{color:#ec5353}._inputWrapperErrorWithoutBorder_1ln65_241{background:#ffebeb}._inputWrapperErrorWithoutBorder_1ln65_241 input{color:#ec5353}._inputWrapperErrorWithoutBorder_1ln65_241:-webkit-autofill{-webkit-text-fill-color:#141416;background-color:#9c4a4a}._inputWrapperErrorDark_1ln65_252{background:#322525;border:1px solid #ec5353}._inputWrapperErrorDark_1ln65_252:hover{border:1px solid #ec5353}._inputWrapperErrorDark_1ln65_252:has(input:focus){border:1px solid #ec5353}._inputWrapperErrorDark_1ln65_252 input{color:#ec5353}._checkBox_1ln65_266{display:none}._tiny-size_s_1ln65_270 input{font-size:10px;line-height:12px;min-height:22px;padding:4px 5px 4px 11px;gap:4px}._small-size_s_1ln65_278 input{font-size:12px;line-height:16px;min-height:30px;padding:6px 7px 6px 15px;gap:8px}._medium-size_s_1ln65_286 input{font-size:14px;line-height:20px;min-height:38px;padding:8px 9px 8px 15px;gap:8px}._large-size_s_1ln65_294 input{font-size:16px;line-height:24px;min-height:46px;padding:10px 11px 10px 23px;gap:8px}@media(min-width:1024px){._tiny-size_m_1ln65_303 input{font-size:10px;line-height:12px;min-height:22px;padding:4px 5px 4px 11px;gap:4px}._small-size_m_1ln65_310 input{font-size:12px;line-height:16px;min-height:30px;padding:6px 7px 6px 15px;gap:8px}._medium-size_m_1ln65_317 input{font-size:14px;line-height:20px;min-height:38px;padding:8px 9px 8px 15px;gap:8px}._large-size_m_1ln65_324 input{font-size:16px;line-height:24px;min-height:46px;padding:10px 11px 10px 23px;gap:8px}}@media(min-width:1440px){._tiny-size_l_1ln65_333 input{font-size:10px;line-height:12px;min-height:22px;padding:4px 5px 4px 11px;gap:4px}._small-size_l_1ln65_340 input{font-size:12px;line-height:16px;min-height:30px;padding:6px 7px 6px 15px;gap:8px}._medium-size_l_1ln65_347 input{font-size:14px;line-height:20px;min-height:38px;padding:8px 9px 8px 15px;gap:8px}._large-size_l_1ln65_354 input{font-size:16px;line-height:24px;min-height:46px;padding:10px 11px 10px 23px;gap:8px}}._checkbox_vuhc0_1{display:flex;align-items:center}._checkbox__text_vuhc0_5{font-size:12px;line-height:16px}._checkbox__elem_vuhc0_9{align-self:center;cursor:pointer;display:block;width:20px;height:20px;background-color:#23262f;border-radius:4px;flex-shrink:0;margin-right:16px;display:flex;justify-content:center;align-items:center}._checkbox__elem_vuhc0_9>div{display:flex;justify-content:center;align-items:center}._checkbox__hoverIcon_vuhc0_28{opacity:0;transition:opacity .2s ease}._checkbox_vuhc0_1 input{display:none}._checkbox_vuhc0_1._error_vuhc0_35 ._checkbox__elem_vuhc0_9{border:1px solid #EC5353}._checkbox_vuhc0_1._error_vuhc0_35 ._checkbox__elem_vuhc0_9 svg path{stroke:#ec5353}._checkbox_vuhc0_1._error_vuhc0_35._light_vuhc0_41 ._checkbox__elem_vuhc0_9{background-color:#ffebeb}._checkbox_vuhc0_1._error_vuhc0_35._dark_vuhc0_44 ._checkbox__elem_vuhc0_9{background-color:#322525}._checkbox_vuhc0_1._error_vuhc0_35._isChecked_vuhc0_47._light_vuhc0_41 ._checkbox__elem_vuhc0_9,._checkbox_vuhc0_1._error_vuhc0_35._isChecked_vuhc0_47._dark_vuhc0_44 ._checkbox__elem_vuhc0_9{border:1px solid #EC5353}._checkbox_vuhc0_1._error_vuhc0_35._isChecked_vuhc0_47._light_vuhc0_41 ._checkbox__elem_vuhc0_9 svg path,._checkbox_vuhc0_1._error_vuhc0_35._isChecked_vuhc0_47._dark_vuhc0_44 ._checkbox__elem_vuhc0_9 svg path{stroke:#ec5353}._isChecked_vuhc0_47._light_vuhc0_41 ._checkbox__elem_vuhc0_9{background-color:#141416;border:none}._isChecked_vuhc0_47._light_vuhc0_41 ._checkbox__elem_vuhc0_9 svg path{stroke:#fff}._isChecked_vuhc0_47._light_vuhc0_41 ._checkbox__elem_vuhc0_9:hover{background-color:#353945}._isChecked_vuhc0_47._light_vuhc0_41 ._checkbox__elem_vuhc0_9:hover svg path{stroke:#777e90}._isChecked_vuhc0_47._dark_vuhc0_44 ._checkbox__elem_vuhc0_9{background-color:#fff;border:none}._isChecked_vuhc0_47._dark_vuhc0_44 ._checkbox__elem_vuhc0_9 svg path{stroke:#141416}._isChecked_vuhc0_47._dark_vuhc0_44 ._checkbox__elem_vuhc0_9:hover svg path{stroke:#b1b5c3}._light_vuhc0_41 ._checkbox__elem_vuhc0_9{background-color:#e6e8ec;border:1px solid #B1B5C3}._light_vuhc0_41 ._checkbox__elem_vuhc0_9 svg path{stroke:#777e90}._light_vuhc0_41 ._checkbox__elem_vuhc0_9:hover{border:1px solid #777E90}._light_vuhc0_41 ._checkbox__elem_vuhc0_9:hover ._checkbox__hoverIcon_vuhc0_28{opacity:1}._dark_vuhc0_44 ._checkbox__elem_vuhc0_9{background-color:#353945;border:1px solid #777E90}._dark_vuhc0_44 ._checkbox__elem_vuhc0_9 svg path{stroke:#777e90}._dark_vuhc0_44 ._checkbox__elem_vuhc0_9:hover ._checkbox__hoverIcon_vuhc0_28{opacity:1}._medium-size_vuhc0_102 ._checkbox__elem_vuhc0_9{width:20px;height:20px}._large-size_vuhc0_107 ._checkbox__elem_vuhc0_9{width:24px;height:24px}._small-size_vuhc0_112 ._checkbox__elem_vuhc0_9{width:16px;height:16px}._btnCommon_1n16j_1{position:relative;font-family:inherit;font-weight:500;display:flex;justify-content:center;align-items:center;box-sizing:border-box;text-align:center;border:1px solid transparent;border-radius:48px;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent}._btnCommon_1n16j_1:disabled{opacity:.2}._btnLoading_1n16j_20{pointer-events:none}._pre_1n16j_24,._post_1n16j_25{display:flex}._isHidden_1n16j_29{visibility:hidden}._auto-width_1n16j_33{width:max-content}._full-width_1n16j_37{width:100%}._tiny-size_1n16j_41{font-size:10px;line-height:12px;min-height:24px;padding:5px 11px;gap:4px}._small-size_1n16j_49{font-size:12px;line-height:16px;min-height:32px;padding:7px 11px;gap:8px}._medium-size_1n16j_57{font-size:14px;line-height:20px;min-height:40px;padding:9px 14px;gap:8px}._large-size_1n16j_65{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}._blue_1n16j_73{background:#015ff9;border:1px solid #015ff9;color:#fff}._blue_1n16j_73:hover{background:#024ac0;border:1px solid #024ac0}._blue_1n16j_73:active{background:#0645aa;border:1px solid #0645aa}._lightBlue_1n16j_87{background:#e7f0ff;border:1px solid #E7F0FF;color:#015ff9}._lightBlue_1n16j_87:hover{background:#d4e4ff;border:1px solid #D4E4FF}._lightBlue_1n16j_87:active{background:#015ff9;border:1px solid #015FF9;color:#fff}._sokolniki_1n16j_102{background:#60663e;border:1px solid #60663e;color:#fff}._sokolniki_1n16j_102:hover{background:#494f29;border:1px solid #494f29}._sokolniki_1n16j_102:active{background:#303519;border:1px solid #303519}._black_1n16j_116{background:#141416;border:1px solid #141416;color:#fff}._black_1n16j_116:hover{background:#23262f;border:1px solid #353945}._black_1n16j_116:active{background:#353945;border:1px solid #777e90}._gray_1n16j_130{background:#f4f5f6;border:1px solid #f4f5f6;color:#777e90}._gray_1n16j_130:hover{background:#f4f5f6;border:1px solid #b1b5c3}._gray_1n16j_130:active{background:#e6e8ec;border:1px solid #b1b5c3}._whiteStroke_1n16j_144{background:#fff;border:1px solid #e6e8ec;color:#141416}._whiteStroke_1n16j_144:hover{border:1px solid #b1b5c3}._whiteStroke_1n16j_144:active{border:1px solid #141416}._whiteFilled_1n16j_156{background:#fff;border:1px solid #ffffff;color:#141416}._whiteFilled_1n16j_156:hover{background:#fcfcfd;border:1px solid #f4f5f6}._whiteFilled_1n16j_156:active{background:#f4f5f6;border:1px solid #f4f5f6}._shade_1n16j_170{background:#23262f;border:1px solid #23262F;color:#fff}._transparent_1n16j_176{padding-left:0;padding-right:0;font-size:14px;line-height:20px;background:transparent;border:1px solid transparent;color:#015ff9}._transparent_1n16j_176:hover{opacity:.7}@keyframes _LoaderSpin_1n16j_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._volodiyaLight_1n16j_197{background:#353945;border:1px solid #353945;color:#fff}._loader_1n16j_203{position:absolute;animation:_LoaderSpin_1n16j_1 1.4s infinite linear}@media(min-width:1024px){._tiny-size_m_1n16j_209{font-size:10px;line-height:12px;min-height:24px;padding:5px 11px;gap:4px}._small-size_m_1n16j_216{font-size:12px;line-height:16px;min-height:32px;padding:7px 11px;gap:8px}._medium-size_m_1n16j_223{font-size:14px;line-height:20px;min-height:40px;padding:9px 14px;gap:8px}._large-size_m_1n16j_230{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}}@media(min-width:1440px){._tiny-size_l_1n16j_239{font-size:10px;line-height:12px;min-height:24px;padding:5px 11px;gap:4px}._small-size_l_1n16j_246{font-size:12px;line-height:16px;min-height:32px;padding:7px 11px;gap:8px}._medium-size_l_1n16j_253{font-size:14px;line-height:20px;min-height:40px;padding:9px 14px;gap:8px}._large-size_l_1n16j_260{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}}._btn_ky28a_1{position:absolute;right:16px;top:16px;z-index:50;padding:12px}._modal_ky28a_9{flex-direction:column}._modal_ky28a_9 form{width:100%}._modalBody_ky28a_16{width:100%;height:100%}._root_ky28a_21{font-family:inherit;height:100%;padding:32px;flex-direction:column;align-items:flex-start;gap:16px;background:#fff}._root_ky28a_21 a{color:#777e90}._title_ky28a_34{font-size:32px;line-height:32px;color:#141416;margin-bottom:16px}._description_ky28a_41{font-size:16px;line-height:24px;color:#353945;margin-bottom:32px}._inputWrapper_ky28a_48{width:100%;flex-direction:column;align-items:flex-start;gap:24px}._linkPolicy_ky28a_55{text-decoration:underline;color:#777e90}._telegramLink_ky28a_60{text-decoration:none;-webkit-tap-highlight-color:transparent}._telegramWrapper_ky28a_65{display:flex;flex-direction:column;gap:24px;padding:8px 0 0;margin:0 0 24px}._telegram_ky28a_60{display:flex;justify-content:space-between;padding:12px 12px 12px 24px;border-radius:12px;background:#33aadf1a;font-size:16px;line-height:24px;font-weight:500;color:#2197d4}._telegram_ky28a_60:active{opacity:.7}._orText_ky28a_88{font-size:18px;line-height:24px;font-weight:400;color:#777e90;text-align:center;position:relative;display:flex;align-items:center;justify-content:center}._orText_ky28a_88:before,._orText_ky28a_88:after{content:"";position:absolute;top:50%;width:calc(50% - 32px);height:1px;background-color:#e6e8ec}._orText_ky28a_88:before{left:0;transform:translateY(-50%)}._orText_ky28a_88:after{right:0;transform:translateY(-50%)}._checkboxText_ky28a_116{font-size:12px;line-height:16px}@media(min-width:1024px){._modalBody_ky28a_16{width:unset;height:unset}._title_ky28a_34{padding-top:unset}._root_ky28a_21{border-radius:32px;padding:48px}._telegram_ky28a_60{cursor:pointer}._telegram_ky28a_60:hover{opacity:.7}}._root_1yqa7_1{display:flex;flex-direction:column;gap:12px}._price_1yqa7_7{margin:0;font-size:24px;line-height:32px;font-weight:500;letter-spacing:-.02em;color:#141416}._price_1yqa7_7 span{color:#015ff9}@media(min-width:1024px){._root_1yqa7_1{height:100%;align-items:end;min-width:max-content}._rootVertical_1yqa7_25{align-items:start}}@media(min-width:1440px){._root_1yqa7_1{align-items:end}}._snippet_1vgdm_1{color:#777e90;position:relative;font-weight:400;font-size:14px;line-height:20px}._snippetLast_1vgdm_9{position:relative;font-weight:400;font-size:14px;line-height:20px}._snippetLast_1vgdm_9:after{position:absolute;right:-7px;top:calc(50% - 1.5px);content:"";width:2px;height:2px;background:#141416}._snippets_1vgdm_25{display:flex;gap:11px}._retailSnippets_1vgdm_30{display:flex;gap:4px}._shownSnippets_1vgdm_35{list-style:none;margin:0;padding:0;width:max-content;display:flex;gap:12px;font-size:14px;line-height:20px;font-weight:500}._shownSnippets_1vgdm_35 li{color:#777e90;position:relative;font-weight:400;font-size:14px;line-height:20px}._shownSnippets_1vgdm_35 li:not(:first-child):before{position:absolute;content:"";width:2px;height:2px;top:50%;left:-6px;background:#141416;border-radius:50%}._addSnippets_1vgdm_64{position:relative;display:flex;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;line-height:12px;font-weight:500;border-radius:50%;color:#777e90;background:#f4f5f6;cursor:pointer}._addSnippetsActive_1vgdm_80{color:#fff;background:#b1b5c3}._addSnippetsList_1vgdm_85{list-style:none;position:absolute;display:flex;flex-direction:column;gap:2px;min-width:250px;bottom:40px;left:50%;transform:translate(-50%);margin:0;padding:24px 24px 24px 31px;border-radius:24px;font-size:16px;line-height:24px;font-weight:400;color:#fff;background:#141416cc}._addSnippetsList_1vgdm_85 li{position:relative}._addSnippetsList_1vgdm_85 li:before{position:absolute;content:"";width:2px;height:2px;left:-6px;top:12px;background:#fff;border-radius:50%}._addSnippetsList_1vgdm_85:before{content:"";position:absolute;bottom:-16px;left:50%;transform:translate(-50%) rotate(180deg);width:32px;height:16px;background:#141416cc;clip-path:polygon(50% 0%,60% 35%,66% 53%,76% 72%,100% 100%,46% 100%,0 100%,22% 77%,34% 53%,40% 35%)}._closeSnippetBtn_1vgdm_129{position:absolute;display:flex;justify-content:center;align-items:center;width:32px;height:32px;top:8px;right:8px;cursor:pointer}@media(min-width:1024px){._snippet_1vgdm_1,._shownSnippets_1vgdm_35 li{font-size:16px;line-height:24px}}._tagCommon_18las_1{font-family:inherit;display:flex;justify-content:center;align-items:center;box-sizing:border-box;text-align:center;border:1px solid transparent;border-radius:48px}._tagCommon_18las_1:disabled{opacity:.2}._tagCommon_18las_1{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}._auto-width_18las_21{width:max-content}._full-width_18las_25{width:100%}._medium-size_18las_29{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._mini-size_18las_37{font-size:10px;line-height:12px;min-height:20px;padding:4px 6px;gap:4px}._mini-12px-size_18las_45{font-size:12px;line-height:16px;min-height:20px;padding:1px 13px;gap:4px}._tiny-size_18las_53{font-size:10px;line-height:12px;min-height:24px;padding:5px 12px;gap:4px}._small-size_18las_61{font-size:12px;line-height:16px;min-height:32px;padding:7px 15px;gap:4px}._preLarge-size_18las_69{font-size:14px;line-height:20px;min-height:44px;padding:12px 24px;gap:10px}._large-size_18las_77{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}._tiny-7px-size_18las_85{font-size:10px;line-height:12px;min-height:24px;padding:5px 7px;gap:2px}._tiny-10px-size_18las_93{font-size:10px;line-height:12px;min-height:24px;padding:5px 10px;gap:6px}._tiny-12px-size_18las_101{font-size:12px;line-height:16px;min-height:24px;padding:3px 11px;gap:6px}._small-10px-size_18las_109{font-size:12px;line-height:16px;min-height:32px;padding:7px 10px;gap:4px}._small-13px-size_18las_117{font-size:12px;line-height:16px;min-height:32px;padding:7px 13px;gap:7px}._small-font-14-size_18las_125{font-size:14px;line-height:20px;min-height:32px;padding:4px 15px;gap:7px}._extra-small-size_18las_133{font-size:14px;line-height:20px;min-height:28px;padding:3px 13px;gap:4px}._small-height-28px-size_18las_141{font-size:12px;line-height:16px;min-height:28px;padding:5px 15px;gap:6px}._red_18las_149{background:#ec5353;border:1px solid #ec5353;color:#fff}._gray_18las_155{background:#f4f5f6;border:none;color:#353945}._shade_18las_161{background:#141416cc;border:none;color:#fff}._blackGrey_18las_167{background-color:#23262f;border:none;color:#e6e8ec}._blackWhite_18las_173{background:#23262f;border:1px solid #23262f;color:#fff}._gray5_18las_179{background-color:#fff;border:1px solid #B1B5C3;color:#141416}._gray8_18las_185{background-color:#fcfcfd;border:1px solid #FCFCFD;color:#141416}._chineseBlack_18las_191{background-color:#141416;border:none;color:#fff;font-weight:500}._white_18las_198{background-color:#fff;border:solid 1px #E6E8EC;color:#353945;font-weight:500}._fullWhite_18las_205{background-color:#fff;border:solid 1px #ffffff;color:#141416;font-weight:500}._shadeWhite_18las_212{position:relative;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:#fffc;border:none;color:#353945;font-weight:500}._transparent_18las_222{color:#b1b5c3;border:1px solid #B1B5C3;background:transparent;font-weight:500}._transWhite_18las_229{position:relative;background-color:#ffffff4d;border:none;color:#fff;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-weight:500}._neutralGray6_18las_239{background:#e6e8ec;border:1px solid #E6E8EC;color:#141416}._whiteGrayStroke_18las_245{background-color:#fff;border:1px solid #e6e8ec;color:#777e90;font-weight:500}._whiteGray_18las_245{background-color:#fff;border:1px solid #FFFFFF;color:#777e90;font-weight:500}._lightGray_18las_259{background:#f4f5f6;border:none;color:#777e90}._black_18las_167{background-color:#141416;border:1px solid #141416;color:#fff}._blackStroke_18las_271{background:#fff;border:1px solid #141416;color:#141416;font-weight:500}._darkGray_18las_278{background:#777e90;color:#fff}._lightBlue_18las_283{background:#e7f0ff;border:1px solid #E7F0FF;color:#015ff9}._lightGrayTrans_18las_289{border:1px solid #777E90;background:transparent;color:#b1b5c3}._whiteGrayTrans_18las_295{border:1px solid #FFFFFF;background:transparent;color:#fff}._tiny-fontWeight_18las_301{font-weight:300}._medium-fontWeight_18las_305{font-weight:400}._large-fontWeight_18las_309{font-weight:500}@media(min-width:1024px){._mini-size_m_18las_314{font-size:10px;line-height:12px;min-height:20px;padding:4px 6px;gap:4px}._tiny-size_m_18las_321{font-size:10px;line-height:12px;min-height:24px;padding:5px 12px;gap:4px}._medium-size_m_18las_328{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._small-size_m_18las_335{font-size:12px;line-height:16px;min-height:32px;padding:7px 15px;gap:4px}._preLarge_size_m_18las_342{font-size:14px;line-height:20px;min-height:44px;padding:12px 24px;gap:10px}._large-size_m_18las_349{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}._tiny-7px-size_m_18las_356{font-size:10px;line-height:12px;min-height:24px;padding:5px 7px;gap:2px}._tiny-10px-size_m_18las_363{font-size:10px;line-height:12px;min-height:24px;padding:5px 10px;gap:6px}._tiny-12px-size_m_18las_370{font-size:12px;line-height:16px;min-height:24px;padding:3px 11px;gap:6px}._small-10px-size_m_18las_377{font-size:12px;line-height:16px;min-height:32px;padding:7px 10px;gap:4px}._small-13px-size_m_18las_384{font-size:12px;line-height:16px;min-height:32px;padding:7px 13px;gap:7px}._small-font-14-size_m_18las_391{font-size:14px;line-height:20px;min-height:32px;padding:4px 15px;gap:7px}._mini-12px-size_m_18las_398{font-size:12px;line-height:16px;min-height:20px;padding:1px 13px;gap:4px}._extra-small-size_m_18las_405{font-size:14px;line-height:20px;min-height:28px;padding:3px 13px;gap:4px}._small-height-28px-size_m_18las_412{font-size:12px;line-height:16px;min-height:28px;padding:5px 15px;gap:6px}}@media(min-width:1440px){._mini-size_l_18las_421{font-size:10px;line-height:12px;min-height:20px;padding:4px 6px;gap:4px}._tiny-size_l_18las_428{font-size:10px;line-height:12px;min-height:24px;padding:5px 12px;gap:4px}._medium-size_l_18las_435{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._small-size_l_18las_442{font-size:12px;line-height:16px;min-height:32px;padding:7px 15px;gap:4px}._preLarge-size_l_18las_449{font-size:14px;line-height:20px;min-height:44px;padding:12px 24px;gap:10px}._large-size_l_18las_456{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}._tiny-7px-size_l_18las_463{font-size:10px;line-height:12px;min-height:24px;padding:5px 7px;gap:2px}._tiny-10px-size_l_18las_470{font-size:10px;line-height:12px;min-height:24px;padding:5px 10px;gap:6px}._tiny-12px-size_l_18las_477{font-size:12px;line-height:16px;min-height:24px;padding:3px 11px;gap:6px}._small-10px-size_l_18las_484{font-size:12px;line-height:16px;min-height:32px;padding:7px 10px;gap:4px}._small-13px-size_l_18las_491{font-size:12px;line-height:16px;min-height:32px;padding:7px 13px;gap:7px}._small-font-14-size_l_18las_498{font-size:14px;line-height:20px;min-height:32px;padding:4px 15px;gap:7px}._mini-12px-size_l_18las_505{font-size:12px;line-height:16px;min-height:20px;padding:1px 13px;gap:4px}._extra-small-size_l_18las_512{font-size:14px;line-height:20px;min-height:28px;padding:3px 13px;gap:4px}._small-height-28px-size_l_18las_519{font-size:12px;line-height:16px;min-height:28px;padding:5px 15px;gap:6px}}._root_xiuq1_1{display:flex;gap:4px;flex-wrap:wrap;margin-top:16px}@media(min-width:1024px){._root_xiuq1_1{margin-top:auto}}._root_vcwe4_1{display:flex;justify-content:center;align-items:center;padding:3px;height:32px;width:32px;border-radius:50%;cursor:pointer;border:solid 1px #f4f5f6;background:#f4f5f6;position:absolute;top:0;right:0}._root_vcwe4_1:hover svg stroke{color:#015ff9}._root_vcwe4_1._clicked_vcwe4_19 svg{transform:scale(.875);transition:transform .2s ease-in-out}._root_vcwe4_1 svg{transition:transform .2s ease-in-out}._popup_vcwe4_28{position:absolute;right:0;font-size:14px;line-height:20px;font-weight:400;padding:16px 25px;width:200px;height:52px;border-radius:12px;color:#fff;background:#353945;z-index:106}._paymentWrapper_1ywol_1{display:flex;align-items:center;gap:2px;font-size:14px;line-height:20px;color:#015ff9;cursor:pointer}._paymentWrapper_1ywol_1 span{white-space:nowrap}@media(min-width:1024px){._paymentWrapper_1ywol_1{margin:auto 0 0;font-size:16px;line-height:24px}}._root_uzpph_1{display:flex;flex-direction:column;gap:24px;padding:24px;height:100%;border-radius:24px;border:1px solid #E6E8EC;background:#fff}@media(min-width:1024px)and (pointer:fine){._root_uzpph_1:hover{box-shadow:0 3px 8px #0000000f,0 12px 15px #0000000d,0 25px 20px #00000008,0 45px 25px #00000003,0 70px 28px #0000}}._lotImageWrapper_uzpph_17{display:flex;justify-content:center;align-items:center;position:relative}._lotNameContent_uzpph_24{display:flex;flex-direction:column;gap:4px}._lotNameWrapper_uzpph_30{display:flex;flex-direction:column;gap:24px}._lotName_uzpph_24{margin:0;font-size:24px;line-height:32px;font-weight:500;letter-spacing:-.02em;color:#141416}._lotNumber_uzpph_45{margin:0;font-size:14px;line-height:20px;font-weight:500;letter-spacing:0;color:#141416}._content_uzpph_54{display:flex;flex-direction:column;gap:12px}._featuresWrapper_uzpph_60{display:flex;flex-direction:column;gap:4px}._featuresWrapper_uzpph_60 ._tags_uzpph_65{display:none}@media(min-width:1024px){._rootRow_uzpph_70{flex-direction:row;gap:32px}._rootRow_uzpph_70 ._lotImageWrapper_uzpph_17{flex-shrink:0}._rootRow_uzpph_70 ._lotImageWrapper_uzpph_17 img{width:183px;height:120px}._rootRow_uzpph_70 ._content_uzpph_54{flex:1;gap:0}._rootRow_uzpph_70 ._lotNameWrapper_uzpph_30{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:24px}._rootRow_uzpph_70 ._lotNameContent_uzpph_24 ._tags_uzpph_65{display:none}._rootRow_uzpph_70 ._featuresWrapper_uzpph_60{flex-direction:row;justify-content:space-between;align-items:center;gap:32px;margin-top:auto}._rootRow_uzpph_70 ._featuresWrapper_uzpph_60 ._tags_uzpph_65{display:flex}._rootRow_uzpph_70 ._price_uzpph_105,._rootRow_uzpph_70 ._paymentLink_uzpph_108{flex-shrink:0}}@media(min-width:1440px){._root_uzpph_1{flex-direction:row;gap:32px}._root_uzpph_1 ._lotImageWrapper_uzpph_17{flex-shrink:0}._root_uzpph_1 ._lotImageWrapper_uzpph_17 img{width:183px;height:120px}._root_uzpph_1 ._content_uzpph_54{flex:1;gap:0}._root_uzpph_1 ._lotNameWrapper_uzpph_30{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:24px}._root_uzpph_1 ._lotNameContent_uzpph_24 ._tags_uzpph_65{display:none}._root_uzpph_1 ._featuresWrapper_uzpph_60{flex-direction:row;justify-content:space-between;align-items:center;gap:32px;margin-top:auto}._root_uzpph_1 ._featuresWrapper_uzpph_60 ._tags_uzpph_65{display:flex}._root_uzpph_1 ._price_uzpph_105,._root_uzpph_1 ._paymentLink_uzpph_108{flex-shrink:0}}._modal_1og3m_1{z-index:1000;flex-direction:column}._modal_1og3m_1 form{width:100%}._modalBody_1og3m_9{width:100%;height:100%}._root_1og3m_14{font-family:inherit;height:100%;padding:32px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px;background:#fff}._check_1og3m_26{width:80px;height:80px;position:relative}._iconCircle_1og3m_32{position:absolute;left:0;top:0}._iconCheck_1og3m_38{position:absolute;left:calc(50% - 16px);top:calc(50% - 16px)}._text_1og3m_44{display:flex;flex-direction:column;gap:16px;text-align:center;color:#141416}._successTitle_1og3m_52{font-size:32px;font-weight:400;line-height:32px}@media(min-width:1024px){._root_1og3m_14{padding:156px 64px;border-radius:32px}._modalBody_1og3m_9{width:442px;height:unset}._title_1og3m_67{padding-top:unset}}._multiSelectWrapper_1n881_1{position:relative;width:100%;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}._loaderWrapper_1n881_8{display:flex;justify-content:center;align-items:center;padding:40px 0}._emptyStateWrapper_1n881_15{display:flex;justify-content:center;align-items:center;padding:40px 0;font-size:14px;line-height:20px;color:#777e90}._loader_1n881_8{animation:_rotate_1n881_1 1s linear infinite}@keyframes _rotate_1n881_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._selectedOptions_1n881_37{cursor:pointer;display:flex;flex:1;justify-content:space-between;align-items:center;min-width:0;width:100%;font-family:inherit;font-weight:400;border-radius:48px;border:1px solid #B1B5C3;background:#fff;box-sizing:border-box;outline:none;color:#b1b5c3}._selectedText_1n881_55{flex:1 1 auto;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._selectedOptionsBtn_1n881_63{flex:0 0 auto;color:#141416}._small-size_1n881_68{font-size:12px;line-height:16px;min-height:32px;padding:7px 32px 7px 11px}._medium-size_1n881_75{font-size:14px;line-height:20px;min-height:40px;padding:9px 32px 9px 15px}._large-size_1n881_82{font-size:16px;line-height:24px;min-height:48px;padding:11px 34px 11px 23px}._selectedOptionsOpened_1n881_89{border:1px solid #141416}._selectedOptionsNotEmpty_1n881_93{color:#141416;border:1px solid #015FF9}._selectOptionsDisabled_1n881_98{pointer-events:none;background:#f4f5f6;border:1px solid #E6E8EC;color:#b1b5c3}._optionsOuterContainer_1n881_105{overflow:hidden;position:absolute;top:52px;width:inherit;background:#fff;box-shadow:0 5px 12px #0000001f,0 21px 21px #0000001a;z-index:120;box-sizing:border-box;border:1px solid #e6e8ec;border-radius:24px}._optionLabel_1n881_118{font-weight:400;font-size:14px;line-height:20px}._betweenSize_small_1n881_124{top:52px}._betweenSize_medium_1n881_128{top:56px}._optionsList_1n881_132{padding:12px 12px 12px 24px;scrollbar-width:thin;max-height:262px;overscroll-behavior:contain;overflow-y:auto}._optionsList_1n881_132::-webkit-scrollbar{width:4px;-webkit-appearance:none}._optionsList_1n881_132::-webkit-scrollbar-thumb{background-color:#b1b5c3;background-clip:content-box;border:none;border-radius:16px}._optionsList_1n881_132::-webkit-scrollbar-track{background-color:transparent}._optionsList_1n881_132::-webkit-scrollbar-button{display:none}._optionsList_1n881_132{scrollbar-width:thin;scrollbar-color:#b1b5c3 transparent}._scroll_standard_1n881_161{padding:12px 12px 12px 24px}._scroll_compact_1n881_165{margin-right:12px;padding:12px 16px 12px 24px}._lastList_1n881_170{position:relative;top:4px}._listRight_1n881_175{right:0}._inputWrapper_1n881_179{cursor:pointer;display:flex;align-items:center}._inputWrapper_1n881_179 input{cursor:pointer}._option_1n881_105{opacity:.4;display:flex;justify-content:space-between;align-items:center;padding:12px 0;cursor:pointer;position:relative}._option_1n881_105:not(:last-child){border-bottom:1px solid #F4F5F6}._category_1n881_201{justify-content:space-between;word-break:break-word;padding-right:36px}._leftSide_1n881_207{display:flex;gap:12px}._optionCategory_1n881_212{gap:12px;justify-content:flex-start;margin-left:28px}._isPositionLeftCheckbox_1n881_218{gap:12px;justify-content:flex-start}._optionDisabled_1n881_223{opacity:.3}._optionClickable_1n881_227{opacity:1}._icon_1n881_231{position:absolute;right:12px;pointer-events:none}._iconArrow_1n881_237{position:absolute;right:0;padding:4px 10px}._iconBtn_1n881_243{right:50%;transform:translate(50%)!important}._iconBtn_1n881_243 svg{position:relative;top:-2px}@media(min-width:1024px)and (pointer:fine){._selectedOptions_1n881_37:hover{border:1px solid #777E90}._small-size_m_1n881_256{font-size:12px;line-height:16px;min-height:32px;padding:7px 32px 7px 11px}._medium-size_m_1n881_262{font-size:14px;line-height:20px;min-height:40px;padding:9px 32px 9px 15px}._large-size_m_1n881_268{font-size:16px;line-height:24px;min-height:48px;padding:11px 34px 11px 23px}._option_1n881_105:hover{opacity:.7}._optionDisabled_1n881_223:hover{opacity:.3;cursor:not-allowed}}@media(min-width:1440px){._small-size_l_1n881_283{font-size:12px;line-height:16px;min-height:32px;padding:7px 32px 7px 11px}._medium-size_l_1n881_289{font-size:14px;line-height:20px;min-height:40px;padding:9px 32px 9px 15px}._large-size_l_1n881_295{font-size:16px;line-height:24px;min-height:48px;padding:11px 34px 11px 23px}}._root_wkh0k_1{white-space:pre-wrap}._root_1qhai_1{display:flex;width:100%;-webkit-tap-highlight-color:transparent}._root_1qhai_1 input{position:absolute;z-index:-1000;width:0;height:0;opacity:0}._root_1qhai_1 label{flex:1 0 0;width:auto}._text_1qhai_18{width:max-content;font-size:16px;line-height:24px;font-weight:500;font-family:inherit}._textMini_1qhai_26{font-size:12px;line-height:16px;font-weight:500}._rootCol_1qhai_32{flex-wrap:wrap}._rootCol_1qhai_32 label{min-width:50%}._rootCol_1qhai_32 label:nth-child(1) ._item_1qhai_38{border-radius:48px 0 0}._rootCol_1qhai_32 label:nth-child(2) ._item_1qhai_38{border-radius:0 48px 0 0}._rootCol_1qhai_32 label:nth-child(3) ._item_1qhai_38{border-top:none;border-left:1px solid #E6E8EC;border-radius:0 0 0 48px}._rootCol_1qhai_32 label:nth-child(4) ._item_1qhai_38{border-top:none;border-radius:0 0 48px}._rootCol_1qhai_32 label:nth-child(n+5) ._item_1qhai_38{display:none}._whiteRow_1qhai_57 ._item_1qhai_38{display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;padding:11px 15px;border:1px solid #E6E8EC;border-left:none;box-sizing:border-box}._whiteRow_1qhai_57 ._firstItem_1qhai_68{border-radius:48px 0 0 48px;border-left:1px solid #E6E8EC}._whiteRow_1qhai_57 ._lastItem_1qhai_72{border-radius:0 48px 48px 0}._whiteRow_1qhai_57 input:not(:checked)~._item_1qhai_38{color:#141416}._whiteRow_1qhai_57 input:checked~._item_1qhai_38{background-color:#141416;color:#fff}._whiteRow_1qhai_57 input:disabled~._item_1qhai_38{background:#f4f5f6;color:#b1b5c3;opacity:1}@media(min-width:1024px){._whiteRow_1qhai_57 input:not(:checked)~._item_1qhai_38:hover{background-color:#141416;color:#fff;opacity:.9}._whiteRow_1qhai_57 input:checked~._item_1qhai_38:hover{opacity:.9}._whiteRow_1qhai_57 input:disabled~._item_1qhai_38:hover{background:#f4f5f6;color:#b1b5c3;opacity:1}}._whiteRowGrayLabel_1qhai_103{padding:8px;background:#fff;border-radius:24px;border:solid 1px #E6E8EC;gap:2px}._whiteRowGrayLabel_1qhai_103 ._item_1qhai_38{border-radius:58px;display:flex;justify-content:center;align-items:center;cursor:pointer;color:#141416}._whiteRowGrayLabel_1qhai_103 ._labelItem_1qhai_118{max-width:15%}._whiteRowGrayLabel_1qhai_103 ._labelItem_1qhai_118:nth-of-type(1){max-width:unset}._whiteRowGrayLabel_1qhai_103 input:checked~._item_1qhai_38{color:#fff;background:#141416}._whiteRowGrayLabel_1qhai_103 input:disabled~._item_1qhai_38{background:#f4f5f6;color:#b1b5c3;opacity:1}@media(min-width:1024px){._whiteRowGrayLabel_1qhai_103 input:not(:checked)~._item_1qhai_38:hover{background:#353945;color:#fff}._whiteRowGrayLabel_1qhai_103 input:not(:checked)~._item_1qhai_38:hover:active{background:#000}._whiteRowGrayLabel_1qhai_103 ._item_1qhai_38{padding-left:12px;padding-right:12px}}._outlined_1qhai_147 label:first-child{flex:1.75 1 0}._outlined_1qhai_147 label:not(:first-child){flex:1 1 0}._outlined_1qhai_147 ._item_1qhai_38{display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;padding:11px 15px;background-color:#fff;border:1px solid #B1B5C3;border-left:none;box-sizing:border-box;color:#141416}._outlined_1qhai_147 ._firstItem_1qhai_68{border-radius:48px 0 0 48px;border-left:1px solid #B1B5C3}._outlined_1qhai_147 ._lastItem_1qhai_72{border-radius:0 48px 48px 0}._outlined_1qhai_147 input:not(:checked)~._item_1qhai_38{background-color:#fff;color:#141416}._outlined_1qhai_147 input:checked~._item_1qhai_38{background-color:#141416;color:#fff;border-color:#141416}._outlined_1qhai_147 input:disabled~._item_1qhai_38{background:#f4f5f6;color:#b1b5c3;opacity:1}@media(min-width:1024px){._outlined_1qhai_147 input:not(:checked)~._item_1qhai_38:hover{background-color:#141416;color:#fff;border-color:#141416;opacity:.9}._outlined_1qhai_147 input:checked~._item_1qhai_38:hover{opacity:.9}._outlined_1qhai_147 input:disabled~._item_1qhai_38:hover{background:#f4f5f6;color:#b1b5c3;opacity:1}}._apart_1qhai_204 ._isLong_1qhai_204{width:max-content}._apart_1qhai_204 ._isLong_1qhai_204 ._item_1qhai_38{height:48px;width:max-content}._apart_1qhai_204 label{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;flex:unset}._apart_1qhai_204 ._item_1qhai_38._autoWidth_1qhai_219{padding-left:32px;padding-right:32px}._apart_1qhai_204 ._item_1qhai_38{transition:background-color .1s;width:48px;height:48px;padding:0;border-radius:100px;display:flex;align-items:center;justify-content:center}._apart_1qhai_204 ._item_1qhai_38._mini_1qhai_233{height:32px;padding-left:12px;padding-right:12px}._apart_1qhai_204._whiteRow_1qhai_57{width:max-content}._apart_1qhai_204._whiteRow_1qhai_57 ._item_1qhai_38._isDisabled_1qhai_241{background:#e6e8ec;border:solid 1px #B1B5C3}._apart_1qhai_204._whiteRow_1qhai_57 input:checked~._item_1qhai_38{background:#141416;color:#fff;border:solid 1px #141416}._apart_1qhai_204._whiteRow_1qhai_57 input:not(:checked)~._item_1qhai_38{background:#fff;color:#141416;border:solid 1px #E6E8EC}@media(min-width:1024px){._apart_1qhai_204._whiteRow_1qhai_57 input~._item_1qhai_38:hover{border:solid 1px #B1B5C3}._apart_1qhai_204._whiteRow_1qhai_57 input~._item_1qhai_38:active{background:#353945;color:#fff;border:1px solid #777E90}}._apart_1qhai_204._grayRow_1qhai_265{width:max-content}._apart_1qhai_204._grayRow_1qhai_265 ._item_1qhai_38._isDisabled_1qhai_241{background:#e6e8ec;border:solid 1px #B1B5C3}._apart_1qhai_204._grayRow_1qhai_265 input:checked~._item_1qhai_38{background:#141416;color:#fff;border:solid 1px #141416}._apart_1qhai_204._grayRow_1qhai_265 input:not(:checked)~._item_1qhai_38{background:#f4f5f6;color:#353945;border:solid 1px #F4F5F6}@media(min-width:1024px){._apart_1qhai_204._grayRow_1qhai_265 input~._item_1qhai_38:hover{border:solid 1px #B1B5C3}._apart_1qhai_204._grayRow_1qhai_265 input~._item_1qhai_38:active{background:#353945;color:#fff;border:1px solid #777E90}}._tiny-size_1qhai_293{min-height:32px;padding:4px 24px}._small-size_1qhai_298{min-height:32px;padding:7px 11px}._medium-size_1qhai_303{min-height:40px;padding:9px 15px}._large-size_1qhai_308{min-height:48px;padding:11px 23px}._text-tiny-size_1qhai_313{font-weight:500;font-size:16px;line-height:24px}._text-small-size_1qhai_319{font-size:12px;line-height:16px}._text-medium-size_1qhai_324{font-size:14px;line-height:20px}._text-large-size_1qhai_329{font-size:16px;line-height:24px}@media(min-width:1024px){._small-size_m_1qhai_335{min-height:32px;padding:7px 11px}._medium-size_m_1qhai_339{min-height:40px;padding:9px 15px}._large-size_m_1qhai_343{min-height:48px;padding:11px 23px}._text-small-size_m_1qhai_347{font-size:12px;line-height:16px}._text-medium-size_m_1qhai_351{font-size:14px;line-height:20px}._text-large-size_m_1qhai_355{font-size:16px;line-height:24px}._item_1qhai_38._autoWidth_1qhai_219{padding-left:24px;padding-right:24px}._item_1qhai_38._mini_1qhai_233{height:32px;padding-left:12px;padding-right:12px}}@media(min-width:1440px){._small-size_l_1qhai_370{min-height:32px;padding:7px 11px}._medium-size_l_1qhai_374{min-height:40px;padding:9px 15px}._large-size_l_1qhai_378{min-height:48px;padding:11px 23px}._text-small-size_l_1qhai_382{font-size:12px;line-height:16px}._text-medium-size_l_1qhai_386{font-size:14px;line-height:20px}._text-large-size_l_1qhai_390{font-size:16px;line-height:24px}}._root_1v1y9_1{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1px solid #E6E8EC}._root_1v1y9_1 svg{position:relative;top:-2px}._filterWithSaveModal_1v1y9_15{top:-64px;align-items:flex-end}._modalAddBody_1v1y9_20{position:relative;width:100%;border-top-left-radius:24px;border-top-right-radius:24px;padding:0 0 24px;background:#fff}._closeBtn_1v1y9_29{position:absolute;top:24px;right:24px}._btnName_1v1y9_35{display:none}._modalTitle_1v1y9_39{font-size:18px;line-height:24px;font-weight:400;padding:24px;color:#000;border-bottom:1px solid #E6E8EC}._tabSWitcherWrapper_1v1y9_48{display:flex;flex-direction:column;gap:8px;padding:24px;border-bottom:1px solid #E6E8EC;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._tabSWitcherWrapper_1v1y9_48::-webkit-scrollbar{width:4px;height:4px}._tabSWitcherWrapper_1v1y9_48::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:2px}._tabSWitcherWrapper_1v1y9_48::-webkit-scrollbar-thumb:hover{background-color:#a8a8a8}._tabSWitcherWrapper_1v1y9_48::-webkit-scrollbar-track{background:transparent}._switcherTitle_1v1y9_77{font-size:14px;line-height:20px;font-weight:400;color:#141416}._switcherScroll_1v1y9_84{overflow-x:scroll;scrollbar-width:none}._switcherScroll_1v1y9_84::-webkit-scrollbar{display:none}._tabs_1v1y9_93{flex-wrap:wrap;gap:4px}._selectWrapper_1v1y9_98{padding:9px 24px}._filterOption_1v1y9_102{font-size:16px;line-height:24px;padding:15px 0;font-weight:500;color:#141416}._btnWrapper_1v1y9_110{display:flex;gap:9px;padding:0 24px}._resetBtn_1v1y9_116,._saveBtn_1v1y9_117{flex:1}._desktopWrapper_1v1y9_121{display:none}@media(min-width:1024px){._root_1v1y9_1{position:relative;width:90px;height:32px;gap:8px;border-radius:48px;cursor:pointer}._btnName_1v1y9_35{display:block;font-size:12px;line-height:16px;font-weight:500;color:#141416}._desktopWrapper_1v1y9_121{display:none}._desktopWrapperOpen_1v1y9_144{display:block;position:absolute;top:40px;right:-1px;width:375px;padding:0 0 24px;min-height:420px;border-radius:24px;border:1px solid #E6E8EC;background:#fff;z-index:4;box-shadow:0 5px 12px #0000001f,0 21px 21px #0000001a,0 48px 29px #0000000f,0 85px 34px #00000005,0 132px 37px #0000}._modalTitle_1v1y9_39,._closeBtn_1v1y9_29{display:none}._tabSWitcherWrapper_1v1y9_48{padding:32px 24px 24px}._switcherScroll_1v1y9_84{overflow-x:unset}}@media(min-width:1440px){._root_1v1y9_1{width:109px;height:40px}._btnName_1v1y9_35{font-size:14px;line-height:20px}._desktopWrapperOpen_1v1y9_144{top:48px}}._checkboxLabel_14vcp_1{cursor:pointer;position:relative;display:flex;align-items:flex-start}._checkboxLabel_14vcp_1 input{border:0;clip:rect(0 0 0 0);clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}._checkboxLabel_14vcp_1:has(input:not(:checked)):before,._checkboxLabel_14vcp_1:has(input:checked):after{position:absolute;content:"";left:0;top:0;width:20px;height:20px;border-radius:4px;background:#e6e8ec;border:1px solid #B1B5C3;box-sizing:border-box;z-index:1}._checkboxLabel_14vcp_1:has(input:checked):after{border:1px solid #777E90}._labelText_14vcp_36{-webkit-user-select:none;user-select:none;font-size:12px;line-height:16px;padding-left:32px;color:#777e90}._labelTextModal_14vcp_44{font-size:14px;line-height:20px}._error_14vcp_49:has(input:not(:checked)):before{background:#ffebeb;border:1px solid #EC5353;z-index:1}._error_14vcp_49{color:#f44336}._checkIcon_14vcp_58{display:flex;justify-content:center;align-items:center;z-index:5;position:absolute}._checkIcon_14vcp_58 svg{width:100%;height:100%}@media(min-width:1024px){._labelText_14vcp_36{line-height:20px}}@media(min-width:1440px){._labelText_14vcp_36{line-height:16px}._labelTextModal_14vcp_44{line-height:20px}}._root_19qpl_1{display:flex;flex-direction:column;gap:8px;-webkit-tap-highlight-color:transparent}._nameWrapper_19qpl_8{display:flex;justify-content:space-between;align-items:center;font-size:14px;line-height:20px;font-weight:400;color:#141416}._large_19qpl_18{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0}._clearBtn_19qpl_25{font-size:12px;line-height:16px;color:#777e90;cursor:pointer}._clearBtn_19qpl_25:active{opacity:.7}@media(min-width:1024px)and (pointer:fine){._clearBtn_19qpl_25:hover{opacity:.7}}._checkboxWrapper_19qpl_40{display:flex;flex-wrap:wrap;gap:4px}._checkboxItem_19qpl_46{font-size:12px;line-height:16px;font-weight:500;padding:7px 11px;border-radius:48px;border:1px solid #E6E8EC;background:#fff;-webkit-user-select:none;user-select:none;color:#141416;cursor:pointer}@media(min-width:1024px)and (pointer:fine){._checkboxItem_19qpl_46:hover{border:1px solid #B1B5C3}}._checkboxItemActive_19qpl_64{border:1px solid #141416;color:#fff;background:#141416}@media(min-width:1024px)and (pointer:fine){._checkboxItemActive_19qpl_64:hover{border:1px solid #23262F;background:#23262f}}._checkboxItemDisabled_19qpl_76{pointer-events:none;opacity:.5}._checkBoxLarge_19qpl_81{padding:10px 16px;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0}@media(min-width:1024px){._large_19qpl_18{font-weight:400;font-size:20px;line-height:24px;letter-spacing:-2%}}._btnCommon_1act6_1{font-family:inherit;font-weight:500;display:flex;flex-direction:column;justify-content:space-between;align-items:center;box-sizing:border-box;text-align:center;border:1px solid transparent;border-radius:48px;cursor:pointer}._btnCommon_1act6_1:disabled{opacity:.2}._auto-width_1act6_18{width:auto}._full-width_1act6_22{width:100%}._small-size_1act6_26{font-size:10px;line-height:12px;min-height:56px;padding:7px 11px;gap:4px}._whiteFilled_1act6_34{background:#fff;border:1px solid #ffffff;color:#777e90}._whiteFilled_1act6_34:hover{background:#fcfcfd;border:1px solid #f4f5f6}._whiteFilled_1act6_34:active{background:#f4f5f6;border:1px solid #f4f5f6}._destination_1c7de_1{display:flex;justify-content:space-between;align-items:center;gap:8px;border-radius:110px;cursor:pointer}._destination_1c7de_1 input{border:0;clip:rect(0 0 0 0);clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}._destination_1c7de_1 span{display:block;width:8px;height:8px;border-radius:50%}._auto-width_1c7de_29{width:max-content}._full-width_1c7de_33{width:100%}._medium-size_1c7de_37{padding:9px 23px}._medium-size_1c7de_37 ._destinationName_1c7de_40{font-size:14px;line-height:20px;font-weight:500}._medium-size_1c7de_37 ._routeText_1c7de_45{font-size:12px;line-height:16px;font-weight:500}._large-size_1c7de_51{padding:11px 31px}._large-size_1c7de_51 ._destinationName_1c7de_40{font-size:16px;line-height:24px;font-weight:500}._large-size_1c7de_51 ._routeText_1c7de_45{font-size:14px;line-height:20px;font-weight:500}._whiteStroke_1c7de_65{color:#353945;border:1px solid #f4f5f6}._whiteStroke_1c7de_65:hover{border:1px solid #b1b5c3}._whiteStroke_1c7de_65:active{background-color:#e6e8ec}._whiteStroke_1c7de_65 ._routeText_1c7de_45,._whiteStroke_1c7de_65 ._routeWrapper_1c7de_78{color:#777e90}._whiteStroke_1c7de_65:has(input:checked){border:1px solid #141416;background-color:#141416;color:#fff}._whiteStroke_1c7de_65:has(input:checked):hover{border:1px solid #353945;background-color:#23262f}._whiteStroke_1c7de_65:has(input:checked):active{background-color:#353945;border:1px solid #777E90}._whiteStroke_1c7de_65:has(input:checked) ._routeText_1c7de_45{color:#b1b5c3}._whiteStroke_1c7de_65:has(input:checked) ._routeWrapper_1c7de_78{color:#b1b5c3}._routeWrapper_1c7de_78{display:flex;gap:4px;justify-content:space-between;align-items:center}@media(min-width:1024px){._medium-size_m_1c7de_109{padding:9px 23px}._medium-size_m_1c7de_109 ._destinationName_1c7de_40{font-size:14px;line-height:20px;font-weight:500}._medium-size_m_1c7de_109 ._routeText_1c7de_45{font-size:12px;line-height:16px;font-weight:500}._large-size_m_1c7de_122{padding:11px 31px}._large-size_m_1c7de_122 ._destinationName_1c7de_40{font-size:16px;line-height:24px;font-weight:500}._large-size_m_1c7de_122 ._routeText_1c7de_45{font-size:14px;line-height:20px;font-weight:500}}@media(min-width:1440px){._medium-size_l_1c7de_137{padding:9px 23px}._medium-size_l_1c7de_137 ._destinationName_1c7de_40{font-size:14px;line-height:20px;font-weight:500}._medium-size_l_1c7de_137 ._routeText_1c7de_45{font-size:12px;line-height:16px;font-weight:500}._large-size_l_1c7de_150{padding:11px 31px}._large-size_l_1c7de_150 ._destinationName_1c7de_40{font-size:16px;line-height:24px;font-weight:500}._large-size_l_1c7de_150 ._routeText_1c7de_45{font-size:14px;line-height:20px;font-weight:500}}._btnRound_z7oq7_1{display:flex;justify-content:center;align-items:center;border-radius:50%;padding:7px;box-sizing:border-box;outline:none;-webkit-tap-highlight-color:transparent;cursor:pointer}._btnRound_z7oq7_1:disabled{pointer-events:none;opacity:.4}._btnRound_z7oq7_1:focus{outline:0}._tiny-size_z7oq7_20{width:24px;height:24px;padding:5px}._small-size_z7oq7_26{width:32px;height:32px}._medium-size_z7oq7_31{width:40px;height:40px;padding:9px}._large-size_z7oq7_37{width:48px;height:48px;padding:11px}._whiteStroke_z7oq7_43{border:1px solid #e6e8ec;background-color:#fff}._whiteFilled_z7oq7_48{border:1px solid #ffffff;background-color:#fff}._whiteTransparent_z7oq7_53{border:1px solid #E6E8EC;background-color:transparent}._blackFill_z7oq7_58{border:1px solid #141416;background-color:#141416}._blackStroke_z7oq7_63{border:1px solid #141416;background-color:#fff}._blackStroke_z7oq7_63 div{color:#141416}._fullGray_z7oq7_71{border:1px solid #F4F5F6;background-color:#f4f5f6}._fullGray_z7oq7_71 div{color:#141416}._blue_z7oq7_79{border:1px solid #015FF9;background-color:#015ff9}@media(min-width:1024px){._tiny-size_m_z7oq7_85{width:24px;height:24px;padding:5px}._small-size_m_z7oq7_90{width:32px;height:32px}._medium-size_m_z7oq7_94{width:40px;height:40px;padding:9px}._large-size_m_z7oq7_99{width:48px;height:48px;padding:11px}._whiteStroke_z7oq7_43:hover{border:1px solid #b1b5c3}._whiteStroke_z7oq7_43:active{border:1px solid #141416}._blackFill_z7oq7_58:hover{background:#23262f;border:1px solid #353945}._blackFill_z7oq7_58:active{background:#353945;border:1px solid #777E90}}@media(min-width:1440px){._tiny-size_l_z7oq7_120{width:24px;height:24px;padding:5px}._small-size_l_z7oq7_125{width:32px;height:32px}._medium-size_l_z7oq7_129{width:40px;height:40px;padding:9px}._large-size_l_z7oq7_134{width:48px;height:48px;padding:11px}}@keyframes _swiperForward_1b1pd_1{0%{background:#b1b5c3;border:1px solid #b1b5c3}50%{background:#777e90;border:1px solid #777e90}to{background:#015ff9;border:1px solid #015ff9}}@keyframes _swiperBackward_1b1pd_1{0%{background:#015ff9;border:1px solid #015ff9}50%{background:#024ac0;border:1px solid #024AC0}to{background:#b1b5c3;border:1px solid #b1b5c3}}._switcherWrapper_1b1pd_29{display:flex;gap:8px;align-items:center;font-size:14px;line-height:20px;font-weight:500;outline:none;-webkit-tap-highlight-color:transparent}._switcherWrapperReverse_1b1pd_40{flex-direction:row-reverse}._switcherWrapperBetween_1b1pd_44{justify-content:space-between}._swiper_1b1pd_48{position:relative;width:36px;height:20px;padding:1px;border-radius:50px;border:1px solid #b1b5c3;background:#b1b5c3;box-sizing:border-box;cursor:pointer;outline:none;color:green;animation:_swiperBackward_1b1pd_1 0s ease}._swiperActive_1b1pd_63{animation:_swiperForward_1b1pd_1 .3s ease;animation-fill-mode:forwards}._swiperInactive_1b1pd_68{animation:_swiperBackward_1b1pd_1 .3s ease;animation-fill-mode:forwards}._swiperInitialize_1b1pd_73._swiperInactive_1b1pd_68,._swiperInitialize_1b1pd_73._swiperActive_1b1pd_63{animation-duration:0s}._swiperPoint_1b1pd_77{position:relative;left:0;width:16px;height:16px;border-radius:50%;background:#fff;box-sizing:border-box;transition:all .3s ease;box-shadow:0 4px 4px #1414163d}._swiperPointActive_1b1pd_89{left:16px}._swiper_1b1pd_48:before{display:none;position:absolute;content:"";width:8px;height:8px;left:4px;top:50%;transform:translateY(-50%);border-radius:50%;background-color:#fff;opacity:.5}@media(min-width:1024px)and (pointer:fine){._swiperActive_1b1pd_63:hover:before{display:block;left:4px}._swiperInactive_1b1pd_68:hover:before,._swiperInitialize_1b1pd_73:hover:before{display:block;left:unset;right:4px}._swiperInitialize_1b1pd_73._swiperActive_1b1pd_63:hover:before{left:4px;right:unset}}@media(min-width:1440px){._switcherWrapper_1b1pd_29{font-size:16px;line-height:24px;gap:12px}}._fieldInputWrapper_1l9b5_1{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}._clearBtn_1l9b5_9{font-size:12px;line-height:16px;color:#777e90;cursor:pointer}._clearBtn_1l9b5_9:active{opacity:.7}@media(min-width:1024px)and (pointer:fine){._clearBtn_1l9b5_9:hover{opacity:.7}}._nameWrapper_1l9b5_24{width:100%;display:flex;justify-content:space-between;align-items:center;color:#141416}._label_1l9b5_32{font-family:inherit;font-size:14px;line-height:20px;font-weight:400;color:inherit}._large_1l9b5_40{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0}._large_1l9b5_40 ._label_1l9b5_32{font-size:inherit;line-height:inherit;font-weight:inherit}@media(min-width:1024px){._large_1l9b5_40{font-weight:400;font-size:20px;line-height:24px;letter-spacing:-2%}}._root_1dq3m_1{display:flex;width:100%;position:relative}._root_1dq3m_1>div:not(:first-of-type){border-left-width:.5px;border-top-left-radius:0;border-bottom-left-radius:0}._root_1dq3m_1>div:not(:first-of-type) input{padding-left:12px}._root_1dq3m_1>div:not(:last-of-type){border-right-width:.5px;border-top-right-radius:0;border-bottom-right-radius:0}._root_1dq3m_1>div:not(:last-of-type) input{padding-left:4px}._wrapper_dhuso_1{display:flex;align-items:center;gap:8px}._logo_dhuso_7{width:81px;height:16px}._logoValue_dhuso_12{width:157px}._logoDom_dhuso_16{width:171px;height:63px}._logoOffice_dhuso_21{width:165px;height:16px}._logoNewOffice_dhuso_26{width:137px;height:13.25px}._logoNewDom_dhuso_31{width:143px;height:52px}._logoRealty_dhuso_36{width:154px;height:16px}._wrapperBetween_dhuso_41{width:100%;justify-content:space-between}._uk_dhuso_46{font-size:8px;line-height:8px;font-weight:600;letter-spacing:.11em;text-transform:uppercase}._uk_black_dhuso_53{color:#141416}._uk_white_dhuso_56{color:#fff}@media(min-width:1024px){._logoValue_dhuso_12{width:157px}._uk_dhuso_46{width:101px;height:20px;font-size:9px;line-height:10px}}@media(min-width:1440px){._logoValue_dhuso_12{width:196px}._logoNewOffice_dhuso_26{width:165px;height:16px}._logoNewDom_dhuso_31{width:175px;height:64px}}._root_16fjr_1{display:flex;flex-wrap:wrap;gap:4px;padding:10px 24px;border-radius:110px;width:max-content;box-sizing:border-box}._root_16fjr_1 span{display:block;width:8px;height:8px;border-radius:50%}._iconsWrapper_16fjr_17{display:flex;align-items:center}._iconsWrapper_16fjr_17 span:nth-child(n+2){width:10px;height:10px;margin-left:-2px}._metroColor_16fjr_27{display:flex;align-items:center;font-size:14px;line-height:20px;font-weight:400;gap:8px;color:#353945}._route_16fjr_37{display:flex;align-items:center;gap:4px;font-size:14px;line-height:20px;font-weight:400;color:#777e90}._auto_16fjr_47{width:max-content}._full_16fjr_51{width:100%}._transparent_16fjr_55{padding:0;background:none}._long_16fjr_60{justify-content:space-between}._mini_16fjr_64{padding:8px 16px}._metroColorMini_16fjr_68{font-size:12px;line-height:16px}._metroColorMini_16fjr_68 span{width:6px;height:6px}._routeMini_16fjr_77{font-size:12px;line-height:16px}._routeMini_16fjr_77>div{width:16px!important;height:16px!important}._routeMini_16fjr_77 svg{width:16px;height:16px}._withBg_16fjr_90{background:#f4f5f6}._withWhiteBg_16fjr_94{background:#fff}@media(min-width:1024px){._root_16fjr_1{padding:10px 24px;border-radius:110px}._metroColor_16fjr_27{font-size:12px;line-height:16px}._transparent_16fjr_55{padding:0;background:none}._mini_16fjr_64{padding:8px 16px}}@media(min-width:1440px){._metroColor_16fjr_27{font-size:14px;line-height:20px}._route_16fjr_37{font-weight:500}._mini_16fjr_64{padding:10px 24px}._metroColorMini_16fjr_68{font-size:14px;line-height:20px}._metroColorMini_16fjr_68 span{width:8px;height:8px}._routeMini_16fjr_77{font-size:12px;line-height:16px}._routeMini_16fjr_77>div{width:20px!important;height:20px!important}._routeMini_16fjr_77 svg{width:20px;height:20px}}._root_1tkvz_1{position:relative;display:flex;flex-direction:column;padding:24px;border:1px solid #e6e8ec;border-radius:24px;box-sizing:border-box;background:#fff;min-height:430px}._root_1tkvz_1 ._lotBtn_1tkvz_12{opacity:1;font-weight:500}._root_1tkvz_1{transition:box-shadow .3s ease;box-shadow:0 3px 8px #0000000f;cursor:pointer}._root_1tkvz_1:hover{box-shadow:0 3px 8px #0000000f,0 12px 15px #0000000d,0 25px 20px #00000008,0 45px 25px #00000003,0 70px 28px #0000}._rootDisable_1tkvz_26 ._lotImageWrapper_1tkvz_26,._rootDisable_1tkvz_26 ._lotInfoWrapper_1tkvz_27{opacity:.5}._rootDisable_1tkvz_26 ._lotBtn_1tkvz_12{pointer-events:none}._lotImageWrapper_1tkvz_26{display:flex;justify-content:center;align-items:center;position:relative}._lotInfoWrapper_1tkvz_27{display:flex;flex-direction:column;gap:16px;margin:15px 0 0}._infoHeader_1tkvz_48{font-family:inherit;font-size:24px;line-height:32px;font-weight:500;letter-spacing:-.01em;color:#141416}._monthlyWrapper_1tkvz_57{padding-top:24px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;flex-direction:column;align-items:flex-start}._price_1tkvz_67{font-weight:500;font-size:18px;line-height:24px;color:#141416}._monthlyPayment_1tkvz_74{font-size:14px;line-height:16px;color:#777e90}._decor_1tkvz_80{display:none}._decor_1tkvz_80 span{display:block}._lotPropertyListMobile_1tkvz_87{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}._lotPropertyItem_1tkvz_95{display:flex;justify-content:space-between;font-family:inherit;font-size:14px;line-height:20px;padding:8px 0;border-bottom:1px solid #F4F5F6;color:#141416}._lotPropertyItem_1tkvz_95:not(:first-child){padding:7px 0}._lotPropertyItem_1tkvz_95 div:last-child{font-weight:500}._lotPropertyListDesktop_1tkvz_112{display:none}._lotPriceWrapper_1tkvz_116{font-family:inherit;font-size:18px;line-height:24px}._discountWrapper_1tkvz_122{display:flex;justify-content:space-between;align-items:center}._discountWrapper_1tkvz_122>div:last-child{font-weight:500;margin-left:auto;color:#141416}._discountPrice_1tkvz_133{display:flex;align-items:center;font-weight:400;gap:8px}._discountPrice_1tkvz_133 span{color:#777e90;text-decoration:line-through;text-decoration-color:#ec5353}._priceWrap_1tkvz_145{width:100%;height:max-content;color:#141416;margin-top:16px;display:flex;align-items:center;justify-content:space-between}._snippetLast_1tkvz_155{position:relative;font-weight:500;font-size:14px;line-height:20px}._snippet_1tkvz_155{color:#777e90;position:relative;font-weight:500;font-size:16px;line-height:20px}._tagsMobile_1tkvz_170{display:flex;gap:4px}._snippetLast_1tkvz_155:after{position:absolute;right:-7px;top:calc(50% - 1.5px);content:"";width:2px;height:2px;background:#141416}._discountTag_1tkvz_185{padding:5px 6px}._lotPricePerMetr_1tkvz_189{width:max-content;display:none}._btnWrapper_1tkvz_194{display:flex;flex-direction:row-reverse;gap:16px;margin:24px 0 0}._title_1tkvz_201{padding-bottom:24px}._snippets_1tkvz_205{display:flex;gap:11px}._retailSnippets_1tkvz_210{display:flex;gap:4px}._shownSnippets_1tkvz_215{list-style:none;margin:0;padding:0;width:max-content;display:flex;gap:12px;font-size:14px;line-height:20px;font-weight:500}._shownSnippets_1tkvz_215 li{position:relative}._shownSnippets_1tkvz_215 li:not(:first-child):before{position:absolute;content:"";width:2px;height:2px;top:50%;left:-6px;background:#141416;border-radius:50%}._addSnippets_1tkvz_240{position:relative;display:flex;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;line-height:12px;font-weight:500;border-radius:50%;color:#777e90;background:#f4f5f6;cursor:pointer}._addSnippetsActive_1tkvz_256{color:#fff;background:#b1b5c3}._addSnippetsList_1tkvz_261{list-style:none;position:absolute;display:flex;flex-direction:column;gap:2px;min-width:250px;bottom:40px;left:50%;transform:translate(-50%);margin:0;padding:24px 24px 24px 31px;border-radius:24px;font-size:16px;line-height:24px;font-weight:400;color:#fff;background:#141416cc}._addSnippetsList_1tkvz_261 li{position:relative}._addSnippetsList_1tkvz_261 li:before{position:absolute;content:"";width:2px;height:2px;left:-6px;top:12px;background:#fff;border-radius:50%}._addSnippetsList_1tkvz_261:before{content:"";position:absolute;bottom:-16px;left:50%;transform:translate(-50%) rotate(180deg);width:32px;height:16px;background:#141416cc;clip-path:polygon(50% 0%,60% 35%,66% 53%,76% 72%,100% 100%,46% 100%,0 100%,22% 77%,34% 53%,40% 35%)}._closeSnippetBtn_1tkvz_305{position:absolute;display:flex;justify-content:center;align-items:center;width:32px;height:32px;top:8px;right:8px;cursor:pointer}._rootRow_1tkvz_317{min-height:unset;gap:32px;flex-direction:row}._lotImageWrapper_1tkvz_26{height:100%}@media(min-width:1024px){._root_1tkvz_1:is(._rowTablet_1tkvz_328) ._title_1tkvz_201{padding-bottom:0}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._tagsMobile_1tkvz_170{display:none}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._monthlyWrapper_1tkvz_57{gap:unset;padding-top:0}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._snippet_1tkvz_155{font-weight:500;font-size:14px;line-height:20px}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._snippetLast_1tkvz_155{font-weight:500;font-size:14px;line-height:20px}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._root_1tkvz_1{padding:31px 30px 31px 32px;transition:box-shadow .3s ease-in-out}}@media(min-width:1024px)and (hover:hover)and (pointer:fine){._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._root_1tkvz_1:hover{box-shadow:0 5px 12px #0000001f,0 21px 21px #0000001a,0 48px 29px #0000000f,0 85px 34px #00000005,0 132px 37px #0000}}@media(min-width:1024px){._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._price_1tkvz_67{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-1%}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._lotImageWrapper_1tkvz_26 img{width:148px;height:106px}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._rootRightSide_1tkvz_369{gap:16px;display:flex;width:100%;flex-direction:column;justify-content:space-between}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._priceWrap_1tkvz_145{gap:12px;margin-top:0}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._lotInfoWrapper_1tkvz_27{justify-content:space-between;gap:0;margin:0}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._topWrapper_1tkvz_385{gap:4px;display:flex;justify-content:space-between}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._botWrapper_1tkvz_390{display:flex;justify-content:space-between;align-items:flex-end}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._decor_1tkvz_80{display:flex;align-items:center;gap:8px;margin:4px 0 0;font-family:inherit;font-size:16px;line-height:24px;font-weight:500;min-height:24px;color:#777e90}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._lotPropertyListMobile_1tkvz_87{display:none}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._lotPropertyListDesktop_1tkvz_112{display:flex;gap:8px}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._lotPriceWrapper_1tkvz_116{display:flex;justify-content:space-between;flex-direction:column;font-size:24px;line-height:32px}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._lotPriceWrapperRow_1tkvz_421{width:unset;margin:unset}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._lotPriceWrapperRow_1tkvz_421 ._btnWrapper_1tkvz_194{order:1}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._lotPriceWrapperRow_1tkvz_421 ._btnWrapper_1tkvz_194>button:last-child{width:100%}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._lotPriceWrapperRow_1tkvz_421 ._fullscreenBtn_1tkvz_431{order:2}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._discountWrapper_1tkvz_122{gap:12px}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._discountPrice_1tkvz_133{font-size:14px;line-height:20px;gap:12px}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._lotPricePerMetr_1tkvz_189{display:block;margin:0 0 0 auto;font-size:14px;line-height:20px;font-weight:400;color:#353945}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._projectLotPricePerMetr_1tkvz_450{display:none}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._btnWrapper_1tkvz_194{flex-direction:row;justify-content:flex-end;gap:8px;margin:auto 0 0}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._btnWrapper_1tkvz_194>button:last-child{width:max-content}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._fullscreenBtn_1tkvz_431{display:flex;justify-content:center;padding:0 0 0 2px;width:40px;height:40px}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._retailSnippets_1tkvz_210{margin:4px 0 0}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._shownSnippets_1tkvz_215{font-weight:500;font-size:16px;line-height:24px}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._shownSnippets_1tkvz_215 li{color:#777e90}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._shownSnippets_1tkvz_215 li:not(:first-child):before{background:#777e90}._root_1tkvz_1:not(._rowTablet_1tkvz_328) ._addSnippets_1tkvz_240{width:24px;height:24px;font-size:14px;line-height:20px}}._paymentClass_1tkvz_490{font-weight:400;font-size:14px;line-height:20px;color:#015ff9}@media(min-width:1440px){._closeSnippetBtn_1tkvz_305{display:none}}._sortSelectWrapper_1b2qn_1{position:relative;width:max-content;-webkit-user-select:none;user-select:none;max-width:178px;min-height:100%;max-height:48px;-webkit-tap-highlight-color:transparent}._selectedOptions_1b2qn_11{display:flex;flex:1;width:92px;padding-right:1.5rem;justify-content:space-between;align-items:center;font-family:inherit;font-size:14px;line-height:20px;font-weight:400;padding:7px 40px 7px 15px;border-radius:48px;border:1px solid #B1B5C3;background:#fff;box-sizing:border-box;outline:none;overflow:hidden}._selectedOptions_1b2qn_11:hover{border:1px solid #777E90}._selectionOptionMini_1b2qn_34{width:72px}._selectedOptionsOpened_1b2qn_38{border:1px solid #141416}._selectOptionsDisabled_1b2qn_42{pointer-events:none;background:#f4f5f6;border:1px solid #E6E8EC;color:#b1b5c3}._optionsList_1b2qn_49{position:absolute;top:52px;width:inherit;padding:12px 24px;border:1px solid #e6e8ec;border-radius:24px;background:#fff;box-shadow:0 5px 12px #0000001f,0 21px 21px #0000001a;z-index:120;box-sizing:border-box;max-height:241px;overflow-y:auto}._mobileOptionList_1b2qn_64{width:100%;padding:8px 24px 24px;background:#fff;box-sizing:border-box;-webkit-tap-highlight-color:transparent}._mobileSortHeader_1b2qn_72{display:flex;justify-content:space-between;align-items:center;font-size:18px;line-height:24px;font-weight:400;font-family:inherit;padding:24px;border-radius:24px 24px 0 0;border-bottom:1px solid #E6E8EC;background:#fff}._modalAddBody_1b2qn_86{bottom:0;left:0;width:100%}._inputWrapper_1b2qn_92{position:relative;display:flex;align-items:center;height:100%}._inputWrapper_1b2qn_92 input{min-height:100%;cursor:pointer}._option_1b2qn_49{display:flex;justify-content:space-between;align-items:center;padding:12px 0;font-size:16px;line-height:24px;font-weight:500;cursor:pointer}._option_1b2qn_49:not(:last-child){border-bottom:1px solid #F4F5F6}._option_1b2qn_49:hover{opacity:.7}._icon_1b2qn_120{position:absolute;left:50%;transform:translate(-50%);pointer-events:none}._checkBox_1b2qn_127{width:24px;height:24px;border-radius:50%;border:1px solid #B1B5C3}._checkBoxChecked_1b2qn_134{display:flex;align-items:center;justify-content:center;border:1px solid #015FF9}._innerCheck_1b2qn_141{width:12px;height:12px;border-radius:50%;border:1px solid #015FF9;background:#015ff9}@media(min-width:1024px){._optionsList_1b2qn_49{top:52px;min-width:375px;right:0}._selectedOptions_1b2qn_11{width:100%;max-width:unset}._icon_1b2qn_120{left:unset;right:16px;transform:translate(0)}._selectionOptionMini_1b2qn_34{width:92px;font-size:0}._selectionOptionMini_1b2qn_34~._icon_1b2qn_120{left:50%;transform:translate(-50%)}._sortSelectWrapperTop_1b2qn_172{position:unset}._optionListOnTop_1b2qn_175{top:unset;right:unset;bottom:52px;left:50%;transform:translate(-50%)}}@media(min-width:1440px){._selectedOptions_1b2qn_11{display:flex;flex:1;width:100%;max-width:unset}._icon_1b2qn_120{left:unset;right:16px;transform:translate(0)}._selectionOptionMini_1b2qn_34{width:92px;font-size:0}._selectionOptionMini_1b2qn_34~._icon_1b2qn_120{left:50%;transform:translate(-50%)}}._sliderTag_1rvl9_1{min-width:82px}@media(min-width:1440px){._sliderTag_1rvl9_1{min-width:102px}}@keyframes _pulsing_7lz45_1{0%{opacity:1}50%{opacity:.5}to{opacity:1}}._root_7lz45_12{display:flex;flex-direction:column;padding:32px 24px 24px;border:1px solid #e6e8ec;border-radius:24px;box-sizing:border-box;pointer-events:none}._projectRoot_7lz45_22{padding:24px}._lotImageWrapper_7lz45_26{position:relative;max-width:311px;width:100%;height:213px;margin:0 auto;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._projectLotImageWrapper_7lz45_37{height:141px}._lotInfoWrapper_7lz45_41{display:flex;flex-direction:column;gap:16px;margin:15px 0 0}._projectLotInfoWrapper_7lz45_48{margin:24px 0 0}._infoHeader_7lz45_52{width:250px;height:32px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._projectInfoHeader_7lz45_60{height:24px}._decor_7lz45_64{display:none}._decor_7lz45_64 span{display:block}._lotPropertyListMobile_7lz45_71{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}._lotPropertyItem_7lz45_79{display:flex;justify-content:space-between;height:37px;padding:8px 0;border-bottom:1px solid #F4F5F6;box-sizing:border-box}._lotPropertyItem_7lz45_79 div:first-child{width:80px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._lotPropertyItem_7lz45_79:not(:first-child){padding:7px 0;height:35px}._lotPropertyItem_7lz45_79 div:last-child{width:48px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._projectLotPropertyItem_7lz45_104{height:36px;padding:7px 0}._lotPropertyListDesktop_7lz45_109{display:none}._lotPriceWrapper_7lz45_113{margin:16px 0 0}._projectLotPriceWrapper_7lz45_117{margin:13px 0 0}._discountWrapper_7lz45_121{display:flex;justify-content:flex-end}._discountWrapper_7lz45_121>div{width:100px;height:24px;margin-left:auto;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._lotPricePerMetr_7lz45_134{width:max-content;display:none}._btnWrapper_7lz45_139{display:flex;gap:8px;margin:24px 0 0}._btnWrapper_7lz45_139>div:first-child{display:none}._btnWrapper_7lz45_139>div:last-child{width:100%;height:40px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._projectBtnWrapper_7lz45_155{display:none}@media(min-width:1024px){._root_7lz45_12{flex-direction:row;gap:32px;padding:31px 30px 31px 32px}._projectRoot_7lz45_22{flex-direction:column;gap:unset;padding:24px}._lotImageWrapper_7lz45_26{max-width:148px;height:106px;margin:0}._projectLotImageWrapper_7lz45_37{max-width:311px;height:141px}._lotInfoWrapper_7lz45_41{display:flex;flex-direction:column;gap:0;margin:0}._projectLotInfoWrapper_7lz45_48{gap:16px;margin:24px 0 0}._projectInfoHeader_7lz45_60{height:24px}._decor_7lz45_64{display:block;margin:4px 0 0;width:115px;height:20px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._projectDecor_7lz45_201{display:none}._projectDecor_7lz45_201 span{display:block}._lotPropertyListMobile_7lz45_71{display:none}._projectLotPropertyListMobile_7lz45_210{display:flex}._lotPropertyListDesktop_7lz45_109{display:flex;gap:8px;margin:auto 0 0}._projectLotPropertyListDesktop_7lz45_218{display:none}._lotPropertyItemDesktop_7lz45_221{min-width:90px;height:40px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._discountWrapper_7lz45_121>div{width:120px;height:32px}._projectDiscountWrapper_7lz45_232>div{height:24px}._discountPrice_7lz45_235{font-size:14px;line-height:20px;gap:12px}._lotPricePerMetr_7lz45_134{display:block;margin:4px 0 0 auto;width:80px;height:16px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._lotPriceWrapper_7lz45_113{margin:0 0 0 auto}._projectLotPriceWrapper_7lz45_117{margin:13px 0 0}._projectLotPricePerMetr_7lz45_255{display:none}._btnWrapper_7lz45_139{justify-content:flex-end}._btnWrapper_7lz45_139>div:first-child{display:block;width:52px;height:40px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._btnWrapper_7lz45_139>div:last-child{height:40px;width:133px}}@keyframes _pulsing_eu55e_1{0%{opacity:1}50%{opacity:.5}to{opacity:1}}._root_eu55e_12{display:flex;flex-direction:column;padding:24px 8px;margin:26px 0 0;gap:8px}._projectHeader_eu55e_20{display:flex;flex-direction:column;gap:8px;padding:0 16px;margin:0 0 16px}._projectTitleWrapper_eu55e_28{display:flex;justify-content:space-between}._projectBtn_eu55e_33{width:32px;height:32px;border-radius:24px;animation:2s ease-in-out _pulsing_eu55e_1 infinite;background:#e6e8ec}._projectTitle_eu55e_28{width:160px;height:32px;border-radius:24px;animation:2s ease-in-out _pulsing_eu55e_1 infinite;background:#e6e8ec}._projectYearMobile_eu55e_49{width:120px;height:32px;margin:8px 0 0;border-radius:24px;animation:2s ease-in-out _pulsing_eu55e_1 infinite;background:#e6e8ec}._metroWrapper_eu55e_58{display:flex;flex-direction:column;gap:8px}._metroWrapper_eu55e_58>div{height:20px;width:100%;border-radius:24px;animation:2s ease-in-out _pulsing_eu55e_1 infinite;background:#e6e8ec}._filterBtnWrapper_eu55e_71{display:flex;gap:8px}._filterBtnWrapper_eu55e_71>div:first-child{height:40px;width:100%;border-radius:24px;animation:2s ease-in-out _pulsing_eu55e_1 infinite;background:#e6e8ec}._filterBtnWrapper_eu55e_71>div:last-child{height:40px;min-width:92px;border-radius:24px;animation:2s ease-in-out _pulsing_eu55e_1 infinite;background:#e6e8ec}@media(min-width:1024px){._root_eu55e_12{padding:32px}._projectHeader_eu55e_20{gap:24px;padding:0}._metroWrapper_eu55e_58{flex-wrap:wrap;gap:4px;flex-direction:row}._metroWrapper_eu55e_58>div{width:150px;height:32px;border-radius:24px;animation:2s ease-in-out _pulsing_eu55e_1 infinite;background:#e6e8ec}._projectYearMobile_eu55e_49{display:none}._projectYearDesktop_eu55e_113{width:120px;height:32px;border-radius:24px;animation:2s ease-in-out _pulsing_eu55e_1 infinite;background:#e6e8ec}._filterBtnWrapper_eu55e_71{margin:auto 0 0 auto}._filterBtnWrapper_eu55e_71>div:first-child{min-width:211px}}@media(min-width:1440px){._root_eu55e_12{padding:40px;flex:1 0 0}._projectBtn_eu55e_33{width:40px;height:40px}._projectTitle_eu55e_28{height:40px}._projectHeader_eu55e_20{gap:32px;margin:0 0 24px}._projectYearDesktop_eu55e_113{height:40px}._metroWrapper_eu55e_58{gap:8px}._metroWrapper_eu55e_58>div{height:40px}}._root_pbslz_1{display:flex;gap:4px;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}._root_pbslz_1 label{display:flex;align-items:center;min-height:40px;min-width:max-content;border-radius:48px;box-sizing:border-box;cursor:pointer}._root_pbslz_1 input{border:0;clip:rect(0 0 0 0);clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}._whiteFill_pbslz_29 label{padding:9px 11px;border:1px solid #E6E8EC;background:#fff}._whiteFill_pbslz_29 label ._text_pbslz_34{font-size:14px;line-height:20px;font-weight:500;color:#141416}._whiteFill_pbslz_29 label:has(>input:checked){border:1px solid #141416;background:#141416}._whiteFill_pbslz_29 label:has(>input:checked) ._text_pbslz_34{color:#fff}._fullWhite_pbslz_48 label{padding:9px 11px;border:1px solid #ffffff;background:#fff}._fullWhite_pbslz_48 label ._text_pbslz_34{font-size:14px;line-height:20px;font-weight:500;color:#141416}._fullWhite_pbslz_48 label:has(>input:checked){border:1px solid #141416;background:#141416}._fullWhite_pbslz_48 label:has(>input:checked) ._text_pbslz_34{color:#fff}._whiteStroke_pbslz_67._root_pbslz_1{background-color:#fff;border:solid 1px #E6E8EC;border-radius:80px;padding:3px;width:max-content}._whiteStroke_pbslz_67 label{transition:background-color .1s;border:1px solid transparent;background:transparent;display:flex;align-items:center}._whiteStroke_pbslz_67 label ._text_pbslz_34{text-align:center;font-size:14px;line-height:20px;font-weight:500;color:#141416}._whiteStroke_pbslz_67 label:has(>input:checked){border:1px solid #141416;background:#141416}._whiteStroke_pbslz_67 label:has(>input:checked) ._text_pbslz_34{color:#fff}._whiteStroke_pbslz_67 label:has(>input:active){background:#353945;border:1px solid #777E90}._whiteStroke_pbslz_67 label:has(>input:active) ._text_pbslz_34{color:#fff}._whiteStroke_pbslz_67 label:has(>input:not(:checked):hover){border:1px solid #B1B5C3}._whiteStroke_pbslz_67 ._withPadding_pbslz_105{padding:9px 11px}._grayDesign_pbslz_109 label{padding:7px 15px;border:1px solid #F4F5F6;background:#f4f5f6;min-height:32px}._grayDesign_pbslz_109 label ._text_pbslz_34{font-size:12px;line-height:16px;font-weight:500;color:#353945}._grayDesign_pbslz_109 label:has(>input:checked){border:1px solid #23262F;background:#23262f}._grayDesign_pbslz_109 label:has(>input:checked) ._text_pbslz_34{color:#fff}@media(min-width:1024px)and (min-width:1024px)and (pointer:fine){._whiteFill_pbslz_29 label:hover,._fullWhite_pbslz_48 label:hover{border:1px solid #353945;background:#23262f}._whiteFill_pbslz_29 label:hover div,._fullWhite_pbslz_48 label:hover div{color:#fff}._whiteFill_pbslz_29 label:has(>input:checked):hover,._fullWhite_pbslz_48 label:has(>input:checked):hover{border:1px solid #353945;background:#23262f}}@media(min-width:1024px){._whiteStroke_pbslz_67 ._text_pbslz_34{font-size:18px;font-weight:500;line-height:24px}._whiteStroke_pbslz_67 ._withPadding_pbslz_105{padding:9px 11px}}@media(min-width:1440px){._root_pbslz_1 label{min-height:48px}._whiteFill_pbslz_29 label{padding:11px 13px}._whiteFill_pbslz_29 label ._text_pbslz_34{font-size:16px;line-height:24px}._whiteStroke_pbslz_67 label{display:flex;align-items:center}._whiteStroke_pbslz_67 label ._text_pbslz_34{text-align:center;font-size:18px;font-weight:500;line-height:24px}._grayDesign_pbslz_109 label{padding:9px 23px;min-height:40px}._grayDesign_pbslz_109 label ._text_pbslz_34{font-size:14px;line-height:20px}}._root_1gn8f_1{display:flex;flex-direction:column}._plusBtn_1gn8f_6{border-bottom-left-radius:unset;border-bottom-right-radius:unset}._minusBtn_1gn8f_11{border-top-left-radius:unset;border-top-right-radius:unset}._root_99sc2_1{display:flex;flex-direction:column;gap:8px;-webkit-tap-highlight-color:transparent}._nameWrapper_99sc2_8{display:flex;justify-content:space-between;align-items:center;font-size:14px;line-height:20px;font-weight:400;color:#141416}._size_large_99sc2_18{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0}._clearBtnWrapper_99sc2_25{display:block;margin-bottom:12px;width:100%}._clearBtn_99sc2_25{font-size:12px;line-height:16px;color:#777e90;cursor:pointer}._clearBtn_99sc2_25:active{opacity:.7}._clearBtn-size_medium_99sc2_40{margin-top:16px}@media(min-width:1024px){._clearBtn-size_medium_99sc2_40{margin-top:24px}}@media(min-width:1024px)and (pointer:fine){._clearBtn_99sc2_25:hover{opacity:.7}}._summaryList_99sc2_54{display:flex;flex-wrap:wrap;gap:4px}._summaryList-size_small_99sc2_59{margin:8px 0 0}._summaryList-size_medium_99sc2_62{margin:16px 0 0}._summaryOption_99sc2_66{display:flex;align-items:center;gap:8px;font-size:12px;line-height:16px;font-weight:500;padding:8px 12px;border-radius:48px;color:#777e90;background:#f4f5f6;cursor:pointer}._summaryOption_99sc2_66:active{opacity:.8}@media(min-width:1024px)and (pointer:fine){._summaryOption_99sc2_66:hover{opacity:.8}}._summaryOptionSecondary_99sc2_88{color:#141416;background:#e6e8ec}._categoryOption_99sc2_93{background:#e6e8ec;color:#777e90;padding:6px 12px}._categoryOption_99sc2_93:hover{opacity:.8}._categoryOptionSecondary_99sc2_102{color:#141416}._summaryCategory_99sc2_106{border-radius:12px;background:#f4f5f6;display:flex;flex-direction:column;align-items:flex-start;padding:8px 12px;gap:8px}._headerCategory_99sc2_116{width:100%;display:flex;justify-content:space-between}._categoryTitle_99sc2_122{color:#777e90;font-weight:500;font-size:12px;line-height:16px;vertical-align:middle}._categoryTitleSecondary_99sc2_130{color:#141416}._categoryOptions_99sc2_134{flex-wrap:wrap;display:flex;gap:4px}@media(min-width:1024px){._size_large_99sc2_18{font-weight:400;font-size:20px;line-height:24px;letter-spacing:-2%}}._root_1ml5t_1{display:flex;padding:16px 0;gap:8px;width:max-content;box-sizing:border-box}._root_1ml5t_1 span{display:block;width:8px;height:8px;border-radius:50%}._metroColor_1ml5t_15{display:flex;align-items:center;font-size:16px;line-height:24px;font-weight:500;gap:8px;color:#353945}._route_1ml5t_25{display:flex;align-items:center;gap:4px;font-size:12px;line-height:16px;font-weight:500;color:#777e90}._auto_1ml5t_35{width:max-content}._full_1ml5t_39{width:100%}._root_9577c_1{display:flex;flex-wrap:wrap;gap:20px;padding:0 10px}._linkWrap_9577c_8{width:max-content;height:16px;display:flex;align-items:center;justify-content:center;padding-top:11px;padding-bottom:11px;cursor:pointer;color:#fff;font-family:inherit;font-weight:500;text-decoration:none;font-size:11px}._linkWrap_9577c_8:hover{background-color:#191919;outline:1px solid #232323}._root_15wfn_1{background:#0e0e0e;padding:10px;display:flex;flex-direction:column;gap:20px}._root_15wfn_1 svg{cursor:pointer}._wrap_15wfn_12{display:flex;flex-direction:column}@media(min-width:1024px){._wrap_15wfn_12{flex-direction:row}}._wrap_15wfn_12{align-items:center;width:100%}._topSide_15wfn_26{display:flex;gap:26px;align-items:center}._search_15wfn_32{position:relative;width:80%}@media(min-width:1024px){._search_15wfn_32{margin-left:40px;width:35%}}._search_15wfn_32{display:flex;align-items:center}._searchInp_15wfn_47{width:100%;background:#252525;border-radius:20px;height:34px;border:solid 1px #303030;padding:2px 2px 2px 50px;font-size:14px;font-weight:700;color:#fff}._searchInp_15wfn_47::placeholder{font-weight:500}._searchInp_15wfn_47:focus{outline:solid 1px #434343}._searchIcon_15wfn_67{position:absolute;left:15px;top:calc(50% - 11px)}._closeBtn_15wfn_73{position:absolute;cursor:pointer;padding:2px;border-radius:100px;background:#767676;border:none;top:calc(50% - 11px);right:10px}._closeBtn_15wfn_73:hover{background:#979797}._layout_lznvu_1{display:flex;flex-direction:column;height:100%;padding-bottom:20px;box-sizing:border-box}._layout_lznvu_1 main{flex:1 0 0;padding:16px;border-radius:24px;background:#eec296}@media(min-width:1024px){._layout_lznvu_1 main{padding:72px}}._root_1y1e6_1{padding:40px}._root_iex42_1{display:flex;flex-direction:column;flex-wrap:wrap;gap:40px}._root_iex42_1>div{flex:1 0 0}._buttonsWrapper_iex42_11{display:flex;flex-direction:row;gap:16px}._root_idppf_1{display:flex;flex-direction:column;gap:32px}._tabsShort_idppf_7{max-width:380px}._tabSelectWrapper_idppf_11{margin:0 auto}._destinationWrapper_idppf_15{display:flex;flex-wrap:wrap;gap:20px;margin:0 auto}._whiteRow_apart_idppf_22{display:flex;justify-content:center}._whiteRow_apart_idppf_22 ._row_apart_idppf_26{gap:8px}._root_3zx0k_1{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:16px}._iconWrapper_3zx0k_7{display:flex;gap:20px}._root_1w9fc_1{display:flex;flex-direction:column;gap:40px;border-radius:48px}._lotWrapper_1w9fc_8{display:flex;flex-direction:column;gap:20px}._optionsWrapper_1w9fc_14{display:flex;flex-wrap:wrap;gap:40px}._isFetching_1w9fc_20{display:flex;align-items:center;gap:10px}._root_1tmts_1{display:flex;flex-direction:column;gap:8px}._sort_1szg2_1{display:flex;justify-content:flex-end}._addClass_1szg2_6{width:40px}._addClass_1szg2_6>div>div{right:10px}@media(min-width:1024px){._filterWithSave_1szg2_14{display:flex;justify-content:flex-end}}._root_kl5jx_1{display:flex;flex-direction:column;gap:40px}._tabsShort_kl5jx_7{max-width:350px}._tabSelectWrapper_kl5jx_11{margin:0 auto}._destinationWrapper_kl5jx_15{display:flex;flex-wrap:wrap;gap:20px;margin:0 auto}._bbb_kl5jx_22{font-size:20px;color:red}._root_6bj02_1{display:flex;flex-direction:column;gap:20px}._root_1br5a_1{text-align:center}._wrapper_1br5a_5{display:flex;flex-direction:row;justify-content:space-around}._lighContainer_1br5a_11,._darkContainer_1br5a_11{display:flex;flex-direction:column;gap:12px}
1
+ ._btnCommon_1n16j_1{position:relative;font-family:inherit;font-weight:500;display:flex;justify-content:center;align-items:center;box-sizing:border-box;text-align:center;border:1px solid transparent;border-radius:48px;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent}._btnCommon_1n16j_1:disabled{opacity:.2}._btnLoading_1n16j_20{pointer-events:none}._pre_1n16j_24,._post_1n16j_25{display:flex}._isHidden_1n16j_29{visibility:hidden}._auto-width_1n16j_33{width:max-content}._full-width_1n16j_37{width:100%}._tiny-size_1n16j_41{font-size:10px;line-height:12px;min-height:24px;padding:5px 11px;gap:4px}._small-size_1n16j_49{font-size:12px;line-height:16px;min-height:32px;padding:7px 11px;gap:8px}._medium-size_1n16j_57{font-size:14px;line-height:20px;min-height:40px;padding:9px 14px;gap:8px}._large-size_1n16j_65{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}._blue_1n16j_73{background:#015ff9;border:1px solid #015ff9;color:#fff}._blue_1n16j_73:hover{background:#024ac0;border:1px solid #024ac0}._blue_1n16j_73:active{background:#0645aa;border:1px solid #0645aa}._lightBlue_1n16j_87{background:#e7f0ff;border:1px solid #E7F0FF;color:#015ff9}._lightBlue_1n16j_87:hover{background:#d4e4ff;border:1px solid #D4E4FF}._lightBlue_1n16j_87:active{background:#015ff9;border:1px solid #015FF9;color:#fff}._sokolniki_1n16j_102{background:#60663e;border:1px solid #60663e;color:#fff}._sokolniki_1n16j_102:hover{background:#494f29;border:1px solid #494f29}._sokolniki_1n16j_102:active{background:#303519;border:1px solid #303519}._black_1n16j_116{background:#141416;border:1px solid #141416;color:#fff}._black_1n16j_116:hover{background:#23262f;border:1px solid #353945}._black_1n16j_116:active{background:#353945;border:1px solid #777e90}._gray_1n16j_130{background:#f4f5f6;border:1px solid #f4f5f6;color:#777e90}._gray_1n16j_130:hover{background:#f4f5f6;border:1px solid #b1b5c3}._gray_1n16j_130:active{background:#e6e8ec;border:1px solid #b1b5c3}._whiteStroke_1n16j_144{background:#fff;border:1px solid #e6e8ec;color:#141416}._whiteStroke_1n16j_144:hover{border:1px solid #b1b5c3}._whiteStroke_1n16j_144:active{border:1px solid #141416}._whiteFilled_1n16j_156{background:#fff;border:1px solid #ffffff;color:#141416}._whiteFilled_1n16j_156:hover{background:#fcfcfd;border:1px solid #f4f5f6}._whiteFilled_1n16j_156:active{background:#f4f5f6;border:1px solid #f4f5f6}._shade_1n16j_170{background:#23262f;border:1px solid #23262F;color:#fff}._transparent_1n16j_176{padding-left:0;padding-right:0;font-size:14px;line-height:20px;background:transparent;border:1px solid transparent;color:#015ff9}._transparent_1n16j_176:hover{opacity:.7}@keyframes _LoaderSpin_1n16j_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._volodiyaLight_1n16j_197{background:#353945;border:1px solid #353945;color:#fff}._loader_1n16j_203{position:absolute;animation:_LoaderSpin_1n16j_1 1.4s infinite linear}@media(min-width:1024px){._tiny-size_m_1n16j_209{font-size:10px;line-height:12px;min-height:24px;padding:5px 11px;gap:4px}._small-size_m_1n16j_216{font-size:12px;line-height:16px;min-height:32px;padding:7px 11px;gap:8px}._medium-size_m_1n16j_223{font-size:14px;line-height:20px;min-height:40px;padding:9px 14px;gap:8px}._large-size_m_1n16j_230{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}}@media(min-width:1440px){._tiny-size_l_1n16j_239{font-size:10px;line-height:12px;min-height:24px;padding:5px 11px;gap:4px}._small-size_l_1n16j_246{font-size:12px;line-height:16px;min-height:32px;padding:7px 11px;gap:8px}._medium-size_l_1n16j_253{font-size:14px;line-height:20px;min-height:40px;padding:9px 14px;gap:8px}._large-size_l_1n16j_260{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}}._btnCommon_1act6_1{font-family:inherit;font-weight:500;display:flex;flex-direction:column;justify-content:space-between;align-items:center;box-sizing:border-box;text-align:center;border:1px solid transparent;border-radius:48px;cursor:pointer}._btnCommon_1act6_1:disabled{opacity:.2}._auto-width_1act6_18{width:auto}._full-width_1act6_22{width:100%}._small-size_1act6_26{font-size:10px;line-height:12px;min-height:56px;padding:7px 11px;gap:4px}._whiteFilled_1act6_34{background:#fff;border:1px solid #ffffff;color:#777e90}._whiteFilled_1act6_34:hover{background:#fcfcfd;border:1px solid #f4f5f6}._whiteFilled_1act6_34:active{background:#f4f5f6;border:1px solid #f4f5f6}._destination_1c7de_1{display:flex;justify-content:space-between;align-items:center;gap:8px;border-radius:110px;cursor:pointer}._destination_1c7de_1 input{border:0;clip:rect(0 0 0 0);clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}._destination_1c7de_1 span{display:block;width:8px;height:8px;border-radius:50%}._auto-width_1c7de_29{width:max-content}._full-width_1c7de_33{width:100%}._medium-size_1c7de_37{padding:9px 23px}._medium-size_1c7de_37 ._destinationName_1c7de_40{font-size:14px;line-height:20px;font-weight:500}._medium-size_1c7de_37 ._routeText_1c7de_45{font-size:12px;line-height:16px;font-weight:500}._large-size_1c7de_51{padding:11px 31px}._large-size_1c7de_51 ._destinationName_1c7de_40{font-size:16px;line-height:24px;font-weight:500}._large-size_1c7de_51 ._routeText_1c7de_45{font-size:14px;line-height:20px;font-weight:500}._whiteStroke_1c7de_65{color:#353945;border:1px solid #f4f5f6}._whiteStroke_1c7de_65:hover{border:1px solid #b1b5c3}._whiteStroke_1c7de_65:active{background-color:#e6e8ec}._whiteStroke_1c7de_65 ._routeText_1c7de_45,._whiteStroke_1c7de_65 ._routeWrapper_1c7de_78{color:#777e90}._whiteStroke_1c7de_65:has(input:checked){border:1px solid #141416;background-color:#141416;color:#fff}._whiteStroke_1c7de_65:has(input:checked):hover{border:1px solid #353945;background-color:#23262f}._whiteStroke_1c7de_65:has(input:checked):active{background-color:#353945;border:1px solid #777E90}._whiteStroke_1c7de_65:has(input:checked) ._routeText_1c7de_45{color:#b1b5c3}._whiteStroke_1c7de_65:has(input:checked) ._routeWrapper_1c7de_78{color:#b1b5c3}._routeWrapper_1c7de_78{display:flex;gap:4px;justify-content:space-between;align-items:center}@media(min-width:1024px){._medium-size_m_1c7de_109{padding:9px 23px}._medium-size_m_1c7de_109 ._destinationName_1c7de_40{font-size:14px;line-height:20px;font-weight:500}._medium-size_m_1c7de_109 ._routeText_1c7de_45{font-size:12px;line-height:16px;font-weight:500}._large-size_m_1c7de_122{padding:11px 31px}._large-size_m_1c7de_122 ._destinationName_1c7de_40{font-size:16px;line-height:24px;font-weight:500}._large-size_m_1c7de_122 ._routeText_1c7de_45{font-size:14px;line-height:20px;font-weight:500}}@media(min-width:1440px){._medium-size_l_1c7de_137{padding:9px 23px}._medium-size_l_1c7de_137 ._destinationName_1c7de_40{font-size:14px;line-height:20px;font-weight:500}._medium-size_l_1c7de_137 ._routeText_1c7de_45{font-size:12px;line-height:16px;font-weight:500}._large-size_l_1c7de_150{padding:11px 31px}._large-size_l_1c7de_150 ._destinationName_1c7de_40{font-size:16px;line-height:24px;font-weight:500}._large-size_l_1c7de_150 ._routeText_1c7de_45{font-size:14px;line-height:20px;font-weight:500}}._btnRound_z7oq7_1{display:flex;justify-content:center;align-items:center;border-radius:50%;padding:7px;box-sizing:border-box;outline:none;-webkit-tap-highlight-color:transparent;cursor:pointer}._btnRound_z7oq7_1:disabled{pointer-events:none;opacity:.4}._btnRound_z7oq7_1:focus{outline:0}._tiny-size_z7oq7_20{width:24px;height:24px;padding:5px}._small-size_z7oq7_26{width:32px;height:32px}._medium-size_z7oq7_31{width:40px;height:40px;padding:9px}._large-size_z7oq7_37{width:48px;height:48px;padding:11px}._whiteStroke_z7oq7_43{border:1px solid #e6e8ec;background-color:#fff}._whiteFilled_z7oq7_48{border:1px solid #ffffff;background-color:#fff}._whiteTransparent_z7oq7_53{border:1px solid #E6E8EC;background-color:transparent}._blackFill_z7oq7_58{border:1px solid #141416;background-color:#141416}._blackStroke_z7oq7_63{border:1px solid #141416;background-color:#fff}._blackStroke_z7oq7_63 div{color:#141416}._fullGray_z7oq7_71{border:1px solid #F4F5F6;background-color:#f4f5f6}._fullGray_z7oq7_71 div{color:#141416}._blue_z7oq7_79{border:1px solid #015FF9;background-color:#015ff9}@media(min-width:1024px){._tiny-size_m_z7oq7_85{width:24px;height:24px;padding:5px}._small-size_m_z7oq7_90{width:32px;height:32px}._medium-size_m_z7oq7_94{width:40px;height:40px;padding:9px}._large-size_m_z7oq7_99{width:48px;height:48px;padding:11px}._whiteStroke_z7oq7_43:hover{border:1px solid #b1b5c3}._whiteStroke_z7oq7_43:active{border:1px solid #141416}._blackFill_z7oq7_58:hover{background:#23262f;border:1px solid #353945}._blackFill_z7oq7_58:active{background:#353945;border:1px solid #777E90}}@media(min-width:1440px){._tiny-size_l_z7oq7_120{width:24px;height:24px;padding:5px}._small-size_l_z7oq7_125{width:32px;height:32px}._medium-size_l_z7oq7_129{width:40px;height:40px;padding:9px}._large-size_l_z7oq7_134{width:48px;height:48px;padding:11px}}._tagCommon_z8vwz_1{font-family:inherit;display:flex;justify-content:center;align-items:center;box-sizing:border-box;text-align:center;border:1px solid transparent;border-radius:48px}._tagCommon_z8vwz_1:disabled{opacity:.2}._tagCommon_z8vwz_1{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}._auto-width_z8vwz_21{width:max-content}._full-width_z8vwz_25{width:100%}._medium-size_z8vwz_29{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._mini-size_z8vwz_37{font-size:10px;line-height:12px;min-height:20px;padding:4px 6px;gap:4px}._mini-12px-size_z8vwz_45{font-size:12px;line-height:16px;min-height:20px;padding:1px 13px;gap:4px}._tiny-size_z8vwz_53{font-size:10px;line-height:12px;min-height:24px;padding:5px 12px;gap:4px}._small-size_z8vwz_61{font-size:12px;line-height:16px;min-height:32px;padding:7px 15px;gap:4px}._preLarge-size_z8vwz_69{font-size:14px;line-height:20px;min-height:44px;padding:12px 24px;gap:10px}._large-size_z8vwz_77{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}._tiny-7px-size_z8vwz_85{font-size:10px;line-height:12px;min-height:24px;padding:5px 7px;gap:2px}._tiny-10px-size_z8vwz_93{font-size:10px;line-height:12px;min-height:24px;padding:5px 10px;gap:6px}._tiny-12px-size_z8vwz_101{font-size:12px;line-height:16px;min-height:24px;padding:3px 11px;gap:6px}._small-10px-size_z8vwz_109{font-size:12px;line-height:16px;min-height:32px;padding:7px 10px;gap:4px}._small-13px-size_z8vwz_117{font-size:12px;line-height:16px;min-height:32px;padding:7px 13px;gap:7px}._small-font-14-size_z8vwz_125{font-size:14px;line-height:20px;min-height:32px;padding:4px 15px;gap:7px}._extra-small-size_z8vwz_133{font-size:14px;line-height:20px;min-height:28px;padding:3px 13px;gap:4px}._small-height-28px-size_z8vwz_141{font-size:12px;line-height:16px;min-height:28px;padding:5px 15px;gap:6px}._red_z8vwz_149{background:#ec5353;border:1px solid #ec5353;color:#fff}._gray_z8vwz_155{background:#f4f5f6;border:none;color:#353945}._shade_z8vwz_161{background:#141416cc;border:none;color:#fff}._blackGrey_z8vwz_167{background-color:#23262f;border:none;color:#e6e8ec}._blackWhite_z8vwz_173{background:#23262f;border:1px solid #23262f;color:#fff}._gray5_z8vwz_179{background-color:#fff;border:1px solid #B1B5C3;color:#141416}._gray8_z8vwz_185{background-color:#fcfcfd;border:1px solid #FCFCFD;color:#141416}._chineseBlack_z8vwz_191{background-color:#141416;border:none;color:#fff;font-weight:500}._white_z8vwz_198{background-color:#fff;border:solid 1px #E6E8EC;color:#353945;font-weight:500}._fullWhite_z8vwz_205{background-color:#fff;border:solid 1px #ffffff;color:#141416;font-weight:500}._shadeWhite_z8vwz_212{position:relative;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:#fffc;border:none;color:#353945;font-weight:500}._transparent_z8vwz_222{color:#b1b5c3;border:1px solid #B1B5C3;background:transparent;font-weight:500}._transWhite_z8vwz_229{position:relative;background-color:#ffffff4d;border:none;color:#fff;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-weight:500}._neutralGray6_z8vwz_239{background:#e6e8ec;border:1px solid #E6E8EC;color:#141416}._whiteGrayStroke_z8vwz_245{background-color:#fff;border:1px solid #e6e8ec;color:#777e90;font-weight:500}._whiteGray_z8vwz_245{background-color:#fff;border:1px solid #FFFFFF;color:#777e90;font-weight:500}._lightGray_z8vwz_259{background:#f4f5f6;border:none;color:#777e90}._black_z8vwz_167{background-color:#141416;border:1px solid #141416;color:#fff}._blackStroke_z8vwz_271{background:#fff;border:1px solid #141416;color:#141416;font-weight:500}._darkGray_z8vwz_278{background:#777e90;color:#fff}._lightBlue_z8vwz_283{background:#e7f0ff;border:1px solid #E7F0FF;color:#015ff9}._lightGrayTrans_z8vwz_289{border:1px solid #777E90;background:transparent;color:#b1b5c3}._whiteGrayTrans_z8vwz_295{border:1px solid #FFFFFF;background:transparent;color:#fff}._gold_z8vwz_301{border:1px solid #B79474;background:#b79474;color:#fff}._tiny-fontWeight_z8vwz_307{font-weight:300}._medium-fontWeight_z8vwz_311{font-weight:400}._large-fontWeight_z8vwz_315{font-weight:500}@media(min-width:1024px){._mini-size_m_z8vwz_320{font-size:10px;line-height:12px;min-height:20px;padding:4px 6px;gap:4px}._tiny-size_m_z8vwz_327{font-size:10px;line-height:12px;min-height:24px;padding:5px 12px;gap:4px}._medium-size_m_z8vwz_334{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._small-size_m_z8vwz_341{font-size:12px;line-height:16px;min-height:32px;padding:7px 15px;gap:4px}._preLarge_size_m_z8vwz_348{font-size:14px;line-height:20px;min-height:44px;padding:12px 24px;gap:10px}._large-size_m_z8vwz_355{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}._tiny-7px-size_m_z8vwz_362{font-size:10px;line-height:12px;min-height:24px;padding:5px 7px;gap:2px}._tiny-10px-size_m_z8vwz_369{font-size:10px;line-height:12px;min-height:24px;padding:5px 10px;gap:6px}._tiny-12px-size_m_z8vwz_376{font-size:12px;line-height:16px;min-height:24px;padding:3px 11px;gap:6px}._small-10px-size_m_z8vwz_383{font-size:12px;line-height:16px;min-height:32px;padding:7px 10px;gap:4px}._small-13px-size_m_z8vwz_390{font-size:12px;line-height:16px;min-height:32px;padding:7px 13px;gap:7px}._small-font-14-size_m_z8vwz_397{font-size:14px;line-height:20px;min-height:32px;padding:4px 15px;gap:7px}._mini-12px-size_m_z8vwz_404{font-size:12px;line-height:16px;min-height:20px;padding:1px 13px;gap:4px}._extra-small-size_m_z8vwz_411{font-size:14px;line-height:20px;min-height:28px;padding:3px 13px;gap:4px}._small-height-28px-size_m_z8vwz_418{font-size:12px;line-height:16px;min-height:28px;padding:5px 15px;gap:6px}}@media(min-width:1440px){._mini-size_l_z8vwz_427{font-size:10px;line-height:12px;min-height:20px;padding:4px 6px;gap:4px}._tiny-size_l_z8vwz_434{font-size:10px;line-height:12px;min-height:24px;padding:5px 12px;gap:4px}._medium-size_l_z8vwz_441{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._small-size_l_z8vwz_448{font-size:12px;line-height:16px;min-height:32px;padding:7px 15px;gap:4px}._preLarge-size_l_z8vwz_455{font-size:14px;line-height:20px;min-height:44px;padding:12px 24px;gap:10px}._large-size_l_z8vwz_462{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}._tiny-7px-size_l_z8vwz_469{font-size:10px;line-height:12px;min-height:24px;padding:5px 7px;gap:2px}._tiny-10px-size_l_z8vwz_476{font-size:10px;line-height:12px;min-height:24px;padding:5px 10px;gap:6px}._tiny-12px-size_l_z8vwz_483{font-size:12px;line-height:16px;min-height:24px;padding:3px 11px;gap:6px}._small-10px-size_l_z8vwz_490{font-size:12px;line-height:16px;min-height:32px;padding:7px 10px;gap:4px}._small-13px-size_l_z8vwz_497{font-size:12px;line-height:16px;min-height:32px;padding:7px 13px;gap:7px}._small-font-14-size_l_z8vwz_504{font-size:14px;line-height:20px;min-height:32px;padding:4px 15px;gap:7px}._mini-12px-size_l_z8vwz_511{font-size:12px;line-height:16px;min-height:20px;padding:1px 13px;gap:4px}._extra-small-size_l_z8vwz_518{font-size:14px;line-height:20px;min-height:28px;padding:3px 13px;gap:4px}._small-height-28px-size_l_z8vwz_525{font-size:12px;line-height:16px;min-height:28px;padding:5px 15px;gap:6px}}@keyframes _swiperForward_1b1pd_1{0%{background:#b1b5c3;border:1px solid #b1b5c3}50%{background:#777e90;border:1px solid #777e90}to{background:#015ff9;border:1px solid #015ff9}}@keyframes _swiperBackward_1b1pd_1{0%{background:#015ff9;border:1px solid #015ff9}50%{background:#024ac0;border:1px solid #024AC0}to{background:#b1b5c3;border:1px solid #b1b5c3}}._switcherWrapper_1b1pd_29{display:flex;gap:8px;align-items:center;font-size:14px;line-height:20px;font-weight:500;outline:none;-webkit-tap-highlight-color:transparent}._switcherWrapperReverse_1b1pd_40{flex-direction:row-reverse}._switcherWrapperBetween_1b1pd_44{justify-content:space-between}._swiper_1b1pd_48{position:relative;width:36px;height:20px;padding:1px;border-radius:50px;border:1px solid #b1b5c3;background:#b1b5c3;box-sizing:border-box;cursor:pointer;outline:none;color:green;animation:_swiperBackward_1b1pd_1 0s ease}._swiperActive_1b1pd_63{animation:_swiperForward_1b1pd_1 .3s ease;animation-fill-mode:forwards}._swiperInactive_1b1pd_68{animation:_swiperBackward_1b1pd_1 .3s ease;animation-fill-mode:forwards}._swiperInitialize_1b1pd_73._swiperInactive_1b1pd_68,._swiperInitialize_1b1pd_73._swiperActive_1b1pd_63{animation-duration:0s}._swiperPoint_1b1pd_77{position:relative;left:0;width:16px;height:16px;border-radius:50%;background:#fff;box-sizing:border-box;transition:all .3s ease;box-shadow:0 4px 4px #1414163d}._swiperPointActive_1b1pd_89{left:16px}._swiper_1b1pd_48:before{display:none;position:absolute;content:"";width:8px;height:8px;left:4px;top:50%;transform:translateY(-50%);border-radius:50%;background-color:#fff;opacity:.5}@media(min-width:1024px)and (pointer:fine){._swiperActive_1b1pd_63:hover:before{display:block;left:4px}._swiperInactive_1b1pd_68:hover:before,._swiperInitialize_1b1pd_73:hover:before{display:block;left:unset;right:4px}._swiperInitialize_1b1pd_73._swiperActive_1b1pd_63:hover:before{left:4px;right:unset}}@media(min-width:1440px){._switcherWrapper_1b1pd_29{font-size:16px;line-height:24px;gap:12px}}._root_wkh0k_1{white-space:pre-wrap}._root_fi64k_1{display:flex}._gap-1_fi64k_5{gap:4px}._gap-2_fi64k_9{gap:8px}._gap-3_fi64k_13{gap:12px}._gap-4_fi64k_17{gap:16px}._gap-5_fi64k_21{gap:20px}._gap-6_fi64k_25{gap:24px}._gap-7_fi64k_29{gap:28px}._gap-8_fi64k_33{gap:32px}._gap-9_fi64k_37{gap:36px}._gap-10_fi64k_41{gap:40px}._gap-11_fi64k_45{gap:44px}._gap-12_fi64k_49{gap:48px}._gap-13_fi64k_53{gap:52px}._gap-14_fi64k_57{gap:56px}._gap-15_fi64k_61{gap:60px}._gap-16_fi64k_65{gap:64px}._fd-row_fi64k_69{flex-direction:row}._fd-row-reverse_fi64k_73{flex-direction:row-reverse}._fd-column_fi64k_77{flex-direction:column}._fd-column-reverse_fi64k_81{flex-direction:column-reverse}._w-nowrap_fi64k_85{flex-wrap:nowrap}._w-wrap_fi64k_89{flex-wrap:wrap}._w-wrap-reverse_fi64k_93{flex-wrap:wrap-reverse}._jc-flex-start_fi64k_97{justify-content:flex-start}._jc-flex-end_fi64k_101{justify-content:flex-end}._jc-center_fi64k_105{justify-content:center}._jc-space-between_fi64k_109{justify-content:space-between}._jc-space-around_fi64k_113{justify-content:space-around}._jc-space-evenly_fi64k_117{justify-content:space-evenly}._ai-stretch_fi64k_121{align-items:stretch}._ai-flex-start_fi64k_125{align-items:flex-start}._ai-flex-end_fi64k_129{align-items:flex-end}._ai-center_fi64k_133{align-items:center}._ai-baseline_fi64k_137{align-items:baseline}._auto-width_1ln65_1{width:max-content;min-width:100px}._full-width_1ln65_6{width:100%}._inputWrapper_1ln65_10{overflow:hidden;display:flex;align-items:center;gap:4px;border-radius:48px;padding:0;border:1px solid #b1b5c3;box-sizing:border-box}._inputWrapper_1ln65_10 input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}._inputWrapper_1ln65_10 input{padding:11px 12px 11px 23px;min-width:50px;width:100%;border:none;background:transparent;font-size:16px;line-height:24px;box-sizing:border-box}._inputWrapper_1ln65_10 input:focus{outline:none}._inputIMask_1ln65_37::placeholder{letter-spacing:2px}._inputWrapperPost_1ln65_41,._inputWrapperPre_1ln65_42{font-size:16px;line-height:24px;font-weight:400;padding:0 12px 0 0}._inputWrapperPost_1ln65_41 input,._inputWrapperPre_1ln65_42 input{font-size:16px;line-height:24px}._inputWrapperPre_1ln65_42{padding:0 0 0 23px}._light_1ln65_58{background:#fff;border:1px solid #b1b5c3}._light_1ln65_58 input{color:#141416}._light_1ln65_58 input:-webkit-autofill{box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:#141416;background-color:transparent}._light_1ln65_58 input::placeholder{color:#b1b5c3}._light_1ln65_58 span{color:#b1b5c3}._light_1ln65_58:hover{border:1px solid #777e90}._light_1ln65_58:has(input:focus){border:1px solid #141416}._light_1ln65_58:has(input:disabled){background:#f4f5f6;border:1px solid #e6e8ec}._light_1ln65_58:has(input:disabled) input{color:#b1b5c3}._light_1ln65_58:has(input:disabled) input::placeholder{color:#b1b5c3}._light_1ln65_58:has(input:disabled) span{color:#b1b5c3}._gray_1ln65_96{background:#e6e8ec;border:none}._gray_1ln65_96 input{color:#141416}._gray_1ln65_96 input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px rgba(255,255,255,.3) inset;-webkit-text-fill-color:#141416;background-color:#777e90}._gray_1ln65_96 input::placeholder{color:#777e90}._gray_1ln65_96 span{color:#777e90}._gray_1ln65_96:has(input:disabled){background:#f4f5f6;border:1px solid #e6e8ec}._gray_1ln65_96:has(input:disabled) input{color:#b1b5c3}._gray_1ln65_96:has(input:disabled) input::placeholder{color:#b1b5c3}._gray_1ln65_96:has(input:disabled) span{color:#b1b5c3}._dark_1ln65_128{background:#23262f;border:1px solid #353945}._dark_1ln65_128 input{color:#fff}._dark_1ln65_128 input:-webkit-autofill{box-shadow:0 0 0 1000px #23262f inset;-webkit-text-fill-color:white;background-color:transparent}._dark_1ln65_128 input::placeholder{color:#777e90}._dark_1ln65_128 span{color:#777e90}._dark_1ln65_128:hover{border:1px solid #777e90}._dark_1ln65_128:has(input:focus){border:1px solid #ffffff}._dark_1ln65_128:has(input:disabled){background:#141416;border:1px solid #353945}._dark_1ln65_128:has(input:disabled) input{color:#353945}._dark_1ln65_128:has(input:disabled) input::placeholder{color:#353945}._dark_1ln65_128:has(input:disabled) span{color:#353945}._dark_1ln65_128:has(input:invalid){border:1px solid #ec5353}._transparent_1ln65_169{background:transparent;border-radius:0;border-top:unset;border-left:unset;border-right:unset;border-bottom:1px solid #E6E8EC}._transparent_1ln65_169 input{color:#ffffffb3!important;padding:0;background-color:transparent;transition:background-color 5000s ease-in-out 0s}._transparent_1ln65_169 input:-webkit-autofill,._transparent_1ln65_169 input:-webkit-autofill:hover,._transparent_1ln65_169 input:-webkit-autofill:focus,._transparent_1ln65_169 input:-webkit-autofill:active{box-shadow:0 0 0 1000px transparent inset!important;-webkit-text-fill-color:rgba(255,255,255,.7)!important;background-color:transparent!important;color:#ffffffb3!important;transition:background-color 5000s ease-in-out 0s}._transparent_1ln65_169 input::placeholder{color:#ffffffb3}._transparent_1ln65_169 span{color:#e6e8ec}._transparent_1ln65_169:hover{border-bottom:1px solid #E6E8EC}._transparent_1ln65_169:has(input:valid){border-bottom:1px solid #E6E8EC;background-color:transparent}._transparent_1ln65_169:has(input:valid) input{background-color:transparent}._transparent_1ln65_169:has(input:focus){border-bottom:1px solid #E6E8EC;background-color:transparent}._transparent_1ln65_169:has(input:disabled){border-bottom:1px solid #E6E8EC;background-color:transparent}._transparent_1ln65_169:has(input:disabled) input{color:#e6e8ec}._transparent_1ln65_169:has(input:disabled) input::placeholder{color:#e6e8ec}._transparent_1ln65_169:has(input:disabled) span{color:#e6e8ec}._transparent_1ln65_169:has(input:invalid){border:1px solid #ec5353}._inputWrapperError_1ln65_227{background:#ffebeb;border:1px solid #ec5353}._inputWrapperError_1ln65_227:hover{border:1px solid #ec5353}._inputWrapperError_1ln65_227:has(input:focus){border:1px solid #ec5353}._inputWrapperError_1ln65_227 input{color:#ec5353}._inputWrapperErrorWithoutBorder_1ln65_241{background:#ffebeb}._inputWrapperErrorWithoutBorder_1ln65_241 input{color:#ec5353}._inputWrapperErrorWithoutBorder_1ln65_241:-webkit-autofill{-webkit-text-fill-color:#141416;background-color:#9c4a4a}._inputWrapperErrorDark_1ln65_252{background:#322525;border:1px solid #ec5353}._inputWrapperErrorDark_1ln65_252:hover{border:1px solid #ec5353}._inputWrapperErrorDark_1ln65_252:has(input:focus){border:1px solid #ec5353}._inputWrapperErrorDark_1ln65_252 input{color:#ec5353}._checkBox_1ln65_266{display:none}._tiny-size_s_1ln65_270 input{font-size:10px;line-height:12px;min-height:22px;padding:4px 5px 4px 11px;gap:4px}._small-size_s_1ln65_278 input{font-size:12px;line-height:16px;min-height:30px;padding:6px 7px 6px 15px;gap:8px}._medium-size_s_1ln65_286 input{font-size:14px;line-height:20px;min-height:38px;padding:8px 9px 8px 15px;gap:8px}._large-size_s_1ln65_294 input{font-size:16px;line-height:24px;min-height:46px;padding:10px 11px 10px 23px;gap:8px}@media(min-width:1024px){._tiny-size_m_1ln65_303 input{font-size:10px;line-height:12px;min-height:22px;padding:4px 5px 4px 11px;gap:4px}._small-size_m_1ln65_310 input{font-size:12px;line-height:16px;min-height:30px;padding:6px 7px 6px 15px;gap:8px}._medium-size_m_1ln65_317 input{font-size:14px;line-height:20px;min-height:38px;padding:8px 9px 8px 15px;gap:8px}._large-size_m_1ln65_324 input{font-size:16px;line-height:24px;min-height:46px;padding:10px 11px 10px 23px;gap:8px}}@media(min-width:1440px){._tiny-size_l_1ln65_333 input{font-size:10px;line-height:12px;min-height:22px;padding:4px 5px 4px 11px;gap:4px}._small-size_l_1ln65_340 input{font-size:12px;line-height:16px;min-height:30px;padding:6px 7px 6px 15px;gap:8px}._medium-size_l_1ln65_347 input{font-size:14px;line-height:20px;min-height:38px;padding:8px 9px 8px 15px;gap:8px}._large-size_l_1ln65_354 input{font-size:16px;line-height:24px;min-height:46px;padding:10px 11px 10px 23px;gap:8px}}@keyframes _fadeInUp_1vbbc_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._root_1vbbc_11{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:105;box-sizing:border-box;transition:opacity .3s ease}._modalBody_1vbbc_25{position:absolute;overflow:auto}._modalOverlay_1vbbc_30{position:absolute;width:100%;height:100vh}@supports (height: 100dvh){._modalOverlay_1vbbc_30{height:100dvh}}._isTransparentBack_1vbbc_41{background:#000}@media(min-wdith:1024px){._modalBody_1vbbc_25{position:absolute;overflow:unset}}._fieldInputWrapper_1l9b5_1{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}._clearBtn_1l9b5_9{font-size:12px;line-height:16px;color:#777e90;cursor:pointer}._clearBtn_1l9b5_9:active{opacity:.7}@media(min-width:1024px)and (pointer:fine){._clearBtn_1l9b5_9:hover{opacity:.7}}._nameWrapper_1l9b5_24{width:100%;display:flex;justify-content:space-between;align-items:center;color:#141416}._label_1l9b5_32{font-family:inherit;font-size:14px;line-height:20px;font-weight:400;color:inherit}._large_1l9b5_40{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0}._large_1l9b5_40 ._label_1l9b5_32{font-size:inherit;line-height:inherit;font-weight:inherit}@media(min-width:1024px){._large_1l9b5_40{font-weight:400;font-size:20px;line-height:24px;letter-spacing:-2%}}._root_1dq3m_1{display:flex;width:100%;position:relative}._root_1dq3m_1>div:not(:first-of-type){border-left-width:.5px;border-top-left-radius:0;border-bottom-left-radius:0}._root_1dq3m_1>div:not(:first-of-type) input{padding-left:12px}._root_1dq3m_1>div:not(:last-of-type){border-right-width:.5px;border-top-right-radius:0;border-bottom-right-radius:0}._root_1dq3m_1>div:not(:last-of-type) input{padding-left:4px}._root_16fjr_1{display:flex;flex-wrap:wrap;gap:4px;padding:10px 24px;border-radius:110px;width:max-content;box-sizing:border-box}._root_16fjr_1 span{display:block;width:8px;height:8px;border-radius:50%}._iconsWrapper_16fjr_17{display:flex;align-items:center}._iconsWrapper_16fjr_17 span:nth-child(n+2){width:10px;height:10px;margin-left:-2px}._metroColor_16fjr_27{display:flex;align-items:center;font-size:14px;line-height:20px;font-weight:400;gap:8px;color:#353945}._route_16fjr_37{display:flex;align-items:center;gap:4px;font-size:14px;line-height:20px;font-weight:400;color:#777e90}._auto_16fjr_47{width:max-content}._full_16fjr_51{width:100%}._transparent_16fjr_55{padding:0;background:none}._long_16fjr_60{justify-content:space-between}._mini_16fjr_64{padding:8px 16px}._metroColorMini_16fjr_68{font-size:12px;line-height:16px}._metroColorMini_16fjr_68 span{width:6px;height:6px}._routeMini_16fjr_77{font-size:12px;line-height:16px}._routeMini_16fjr_77>div{width:16px!important;height:16px!important}._routeMini_16fjr_77 svg{width:16px;height:16px}._withBg_16fjr_90{background:#f4f5f6}._withWhiteBg_16fjr_94{background:#fff}@media(min-width:1024px){._root_16fjr_1{padding:10px 24px;border-radius:110px}._metroColor_16fjr_27{font-size:12px;line-height:16px}._transparent_16fjr_55{padding:0;background:none}._mini_16fjr_64{padding:8px 16px}}@media(min-width:1440px){._metroColor_16fjr_27{font-size:14px;line-height:20px}._route_16fjr_37{font-weight:500}._mini_16fjr_64{padding:10px 24px}._metroColorMini_16fjr_68{font-size:14px;line-height:20px}._metroColorMini_16fjr_68 span{width:8px;height:8px}._routeMini_16fjr_77{font-size:12px;line-height:16px}._routeMini_16fjr_77>div{width:20px!important;height:20px!important}._routeMini_16fjr_77 svg{width:20px;height:20px}}._multiSelectWrapper_1n881_1{position:relative;width:100%;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}._loaderWrapper_1n881_8{display:flex;justify-content:center;align-items:center;padding:40px 0}._emptyStateWrapper_1n881_15{display:flex;justify-content:center;align-items:center;padding:40px 0;font-size:14px;line-height:20px;color:#777e90}._loader_1n881_8{animation:_rotate_1n881_1 1s linear infinite}@keyframes _rotate_1n881_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._selectedOptions_1n881_37{cursor:pointer;display:flex;flex:1;justify-content:space-between;align-items:center;min-width:0;width:100%;font-family:inherit;font-weight:400;border-radius:48px;border:1px solid #B1B5C3;background:#fff;box-sizing:border-box;outline:none;color:#b1b5c3}._selectedText_1n881_55{flex:1 1 auto;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._selectedOptionsBtn_1n881_63{flex:0 0 auto;color:#141416}._small-size_1n881_68{font-size:12px;line-height:16px;min-height:32px;padding:7px 32px 7px 11px}._medium-size_1n881_75{font-size:14px;line-height:20px;min-height:40px;padding:9px 32px 9px 15px}._large-size_1n881_82{font-size:16px;line-height:24px;min-height:48px;padding:11px 34px 11px 23px}._selectedOptionsOpened_1n881_89{border:1px solid #141416}._selectedOptionsNotEmpty_1n881_93{color:#141416;border:1px solid #015FF9}._selectOptionsDisabled_1n881_98{pointer-events:none;background:#f4f5f6;border:1px solid #E6E8EC;color:#b1b5c3}._optionsOuterContainer_1n881_105{overflow:hidden;position:absolute;top:52px;width:inherit;background:#fff;box-shadow:0 5px 12px #0000001f,0 21px 21px #0000001a;z-index:120;box-sizing:border-box;border:1px solid #e6e8ec;border-radius:24px}._optionLabel_1n881_118{font-weight:400;font-size:14px;line-height:20px}._betweenSize_small_1n881_124{top:52px}._betweenSize_medium_1n881_128{top:56px}._optionsList_1n881_132{padding:12px 12px 12px 24px;scrollbar-width:thin;max-height:262px;overscroll-behavior:contain;overflow-y:auto}._optionsList_1n881_132::-webkit-scrollbar{width:4px;-webkit-appearance:none}._optionsList_1n881_132::-webkit-scrollbar-thumb{background-color:#b1b5c3;background-clip:content-box;border:none;border-radius:16px}._optionsList_1n881_132::-webkit-scrollbar-track{background-color:transparent}._optionsList_1n881_132::-webkit-scrollbar-button{display:none}._optionsList_1n881_132{scrollbar-width:thin;scrollbar-color:#b1b5c3 transparent}._scroll_standard_1n881_161{padding:12px 12px 12px 24px}._scroll_compact_1n881_165{margin-right:12px;padding:12px 16px 12px 24px}._lastList_1n881_170{position:relative;top:4px}._listRight_1n881_175{right:0}._inputWrapper_1n881_179{cursor:pointer;display:flex;align-items:center}._inputWrapper_1n881_179 input{cursor:pointer}._option_1n881_105{opacity:.4;display:flex;justify-content:space-between;align-items:center;padding:12px 0;cursor:pointer;position:relative}._option_1n881_105:not(:last-child){border-bottom:1px solid #F4F5F6}._category_1n881_201{justify-content:space-between;word-break:break-word;padding-right:36px}._leftSide_1n881_207{display:flex;gap:12px}._optionCategory_1n881_212{gap:12px;justify-content:flex-start;margin-left:28px}._isPositionLeftCheckbox_1n881_218{gap:12px;justify-content:flex-start}._optionDisabled_1n881_223{opacity:.3}._optionClickable_1n881_227{opacity:1}._icon_1n881_231{position:absolute;right:12px;pointer-events:none}._iconArrow_1n881_237{position:absolute;right:0;padding:4px 10px}._iconBtn_1n881_243{right:50%;transform:translate(50%)!important}._iconBtn_1n881_243 svg{position:relative;top:-2px}@media(min-width:1024px)and (pointer:fine){._selectedOptions_1n881_37:hover{border:1px solid #777E90}._small-size_m_1n881_256{font-size:12px;line-height:16px;min-height:32px;padding:7px 32px 7px 11px}._medium-size_m_1n881_262{font-size:14px;line-height:20px;min-height:40px;padding:9px 32px 9px 15px}._large-size_m_1n881_268{font-size:16px;line-height:24px;min-height:48px;padding:11px 34px 11px 23px}._option_1n881_105:hover{opacity:.7}._optionDisabled_1n881_223:hover{opacity:.3;cursor:not-allowed}}@media(min-width:1440px){._small-size_l_1n881_283{font-size:12px;line-height:16px;min-height:32px;padding:7px 32px 7px 11px}._medium-size_l_1n881_289{font-size:14px;line-height:20px;min-height:40px;padding:9px 32px 9px 15px}._large-size_l_1n881_295{font-size:16px;line-height:24px;min-height:48px;padding:11px 34px 11px 23px}}._sortSelectWrapper_1b2qn_1{position:relative;width:max-content;-webkit-user-select:none;user-select:none;max-width:178px;min-height:100%;max-height:48px;-webkit-tap-highlight-color:transparent}._selectedOptions_1b2qn_11{display:flex;flex:1;width:92px;padding-right:1.5rem;justify-content:space-between;align-items:center;font-family:inherit;font-size:14px;line-height:20px;font-weight:400;padding:7px 40px 7px 15px;border-radius:48px;border:1px solid #B1B5C3;background:#fff;box-sizing:border-box;outline:none;overflow:hidden}._selectedOptions_1b2qn_11:hover{border:1px solid #777E90}._selectionOptionMini_1b2qn_34{width:72px}._selectedOptionsOpened_1b2qn_38{border:1px solid #141416}._selectOptionsDisabled_1b2qn_42{pointer-events:none;background:#f4f5f6;border:1px solid #E6E8EC;color:#b1b5c3}._optionsList_1b2qn_49{position:absolute;top:52px;width:inherit;padding:12px 24px;border:1px solid #e6e8ec;border-radius:24px;background:#fff;box-shadow:0 5px 12px #0000001f,0 21px 21px #0000001a;z-index:120;box-sizing:border-box;max-height:241px;overflow-y:auto}._mobileOptionList_1b2qn_64{width:100%;padding:8px 24px 24px;background:#fff;box-sizing:border-box;-webkit-tap-highlight-color:transparent}._mobileSortHeader_1b2qn_72{display:flex;justify-content:space-between;align-items:center;font-size:18px;line-height:24px;font-weight:400;font-family:inherit;padding:24px;border-radius:24px 24px 0 0;border-bottom:1px solid #E6E8EC;background:#fff}._modalAddBody_1b2qn_86{bottom:0;left:0;width:100%}._inputWrapper_1b2qn_92{position:relative;display:flex;align-items:center;height:100%}._inputWrapper_1b2qn_92 input{min-height:100%;cursor:pointer}._option_1b2qn_49{display:flex;justify-content:space-between;align-items:center;padding:12px 0;font-size:16px;line-height:24px;font-weight:500;cursor:pointer}._option_1b2qn_49:not(:last-child){border-bottom:1px solid #F4F5F6}._option_1b2qn_49:hover{opacity:.7}._icon_1b2qn_120{position:absolute;left:50%;transform:translate(-50%);pointer-events:none}._checkBox_1b2qn_127{width:24px;height:24px;border-radius:50%;border:1px solid #B1B5C3}._checkBoxChecked_1b2qn_134{display:flex;align-items:center;justify-content:center;border:1px solid #015FF9}._innerCheck_1b2qn_141{width:12px;height:12px;border-radius:50%;border:1px solid #015FF9;background:#015ff9}@media(min-width:1024px){._optionsList_1b2qn_49{top:52px;min-width:375px;right:0}._selectedOptions_1b2qn_11{width:100%;max-width:unset}._icon_1b2qn_120{left:unset;right:16px;transform:translate(0)}._selectionOptionMini_1b2qn_34{width:92px;font-size:0}._selectionOptionMini_1b2qn_34~._icon_1b2qn_120{left:50%;transform:translate(-50%)}._sortSelectWrapperTop_1b2qn_172{position:unset}._optionListOnTop_1b2qn_175{top:unset;right:unset;bottom:52px;left:50%;transform:translate(-50%)}}@media(min-width:1440px){._selectedOptions_1b2qn_11{display:flex;flex:1;width:100%;max-width:unset}._icon_1b2qn_120{left:unset;right:16px;transform:translate(0)}._selectionOptionMini_1b2qn_34{width:92px;font-size:0}._selectionOptionMini_1b2qn_34~._icon_1b2qn_120{left:50%;transform:translate(-50%)}}._sliderTag_1rvl9_1{min-width:82px}@media(min-width:1440px){._sliderTag_1rvl9_1{min-width:102px}}@keyframes _pulsing_7lz45_1{0%{opacity:1}50%{opacity:.5}to{opacity:1}}._root_7lz45_12{display:flex;flex-direction:column;padding:32px 24px 24px;border:1px solid #e6e8ec;border-radius:24px;box-sizing:border-box;pointer-events:none}._projectRoot_7lz45_22{padding:24px}._lotImageWrapper_7lz45_26{position:relative;max-width:311px;width:100%;height:213px;margin:0 auto;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._projectLotImageWrapper_7lz45_37{height:141px}._lotInfoWrapper_7lz45_41{display:flex;flex-direction:column;gap:16px;margin:15px 0 0}._projectLotInfoWrapper_7lz45_48{margin:24px 0 0}._infoHeader_7lz45_52{width:250px;height:32px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._projectInfoHeader_7lz45_60{height:24px}._decor_7lz45_64{display:none}._decor_7lz45_64 span{display:block}._lotPropertyListMobile_7lz45_71{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}._lotPropertyItem_7lz45_79{display:flex;justify-content:space-between;height:37px;padding:8px 0;border-bottom:1px solid #F4F5F6;box-sizing:border-box}._lotPropertyItem_7lz45_79 div:first-child{width:80px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._lotPropertyItem_7lz45_79:not(:first-child){padding:7px 0;height:35px}._lotPropertyItem_7lz45_79 div:last-child{width:48px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._projectLotPropertyItem_7lz45_104{height:36px;padding:7px 0}._lotPropertyListDesktop_7lz45_109{display:none}._lotPriceWrapper_7lz45_113{margin:16px 0 0}._projectLotPriceWrapper_7lz45_117{margin:13px 0 0}._discountWrapper_7lz45_121{display:flex;justify-content:flex-end}._discountWrapper_7lz45_121>div{width:100px;height:24px;margin-left:auto;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._lotPricePerMetr_7lz45_134{width:max-content;display:none}._btnWrapper_7lz45_139{display:flex;gap:8px;margin:24px 0 0}._btnWrapper_7lz45_139>div:first-child{display:none}._btnWrapper_7lz45_139>div:last-child{width:100%;height:40px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._projectBtnWrapper_7lz45_155{display:none}@media(min-width:1024px){._root_7lz45_12{flex-direction:row;gap:32px;padding:31px 30px 31px 32px}._projectRoot_7lz45_22{flex-direction:column;gap:unset;padding:24px}._lotImageWrapper_7lz45_26{max-width:148px;height:106px;margin:0}._projectLotImageWrapper_7lz45_37{max-width:311px;height:141px}._lotInfoWrapper_7lz45_41{display:flex;flex-direction:column;gap:0;margin:0}._projectLotInfoWrapper_7lz45_48{gap:16px;margin:24px 0 0}._projectInfoHeader_7lz45_60{height:24px}._decor_7lz45_64{display:block;margin:4px 0 0;width:115px;height:20px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._projectDecor_7lz45_201{display:none}._projectDecor_7lz45_201 span{display:block}._lotPropertyListMobile_7lz45_71{display:none}._projectLotPropertyListMobile_7lz45_210{display:flex}._lotPropertyListDesktop_7lz45_109{display:flex;gap:8px;margin:auto 0 0}._projectLotPropertyListDesktop_7lz45_218{display:none}._lotPropertyItemDesktop_7lz45_221{min-width:90px;height:40px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._discountWrapper_7lz45_121>div{width:120px;height:32px}._projectDiscountWrapper_7lz45_232>div{height:24px}._discountPrice_7lz45_235{font-size:14px;line-height:20px;gap:12px}._lotPricePerMetr_7lz45_134{display:block;margin:4px 0 0 auto;width:80px;height:16px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._lotPriceWrapper_7lz45_113{margin:0 0 0 auto}._projectLotPriceWrapper_7lz45_117{margin:13px 0 0}._projectLotPricePerMetr_7lz45_255{display:none}._btnWrapper_7lz45_139{justify-content:flex-end}._btnWrapper_7lz45_139>div:first-child{display:block;width:52px;height:40px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._btnWrapper_7lz45_139>div:last-child{height:40px;width:133px}}._root_pbslz_1{display:flex;gap:4px;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}._root_pbslz_1 label{display:flex;align-items:center;min-height:40px;min-width:max-content;border-radius:48px;box-sizing:border-box;cursor:pointer}._root_pbslz_1 input{border:0;clip:rect(0 0 0 0);clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}._whiteFill_pbslz_29 label{padding:9px 11px;border:1px solid #E6E8EC;background:#fff}._whiteFill_pbslz_29 label ._text_pbslz_34{font-size:14px;line-height:20px;font-weight:500;color:#141416}._whiteFill_pbslz_29 label:has(>input:checked){border:1px solid #141416;background:#141416}._whiteFill_pbslz_29 label:has(>input:checked) ._text_pbslz_34{color:#fff}._fullWhite_pbslz_48 label{padding:9px 11px;border:1px solid #ffffff;background:#fff}._fullWhite_pbslz_48 label ._text_pbslz_34{font-size:14px;line-height:20px;font-weight:500;color:#141416}._fullWhite_pbslz_48 label:has(>input:checked){border:1px solid #141416;background:#141416}._fullWhite_pbslz_48 label:has(>input:checked) ._text_pbslz_34{color:#fff}._whiteStroke_pbslz_67._root_pbslz_1{background-color:#fff;border:solid 1px #E6E8EC;border-radius:80px;padding:3px;width:max-content}._whiteStroke_pbslz_67 label{transition:background-color .1s;border:1px solid transparent;background:transparent;display:flex;align-items:center}._whiteStroke_pbslz_67 label ._text_pbslz_34{text-align:center;font-size:14px;line-height:20px;font-weight:500;color:#141416}._whiteStroke_pbslz_67 label:has(>input:checked){border:1px solid #141416;background:#141416}._whiteStroke_pbslz_67 label:has(>input:checked) ._text_pbslz_34{color:#fff}._whiteStroke_pbslz_67 label:has(>input:active){background:#353945;border:1px solid #777E90}._whiteStroke_pbslz_67 label:has(>input:active) ._text_pbslz_34{color:#fff}._whiteStroke_pbslz_67 label:has(>input:not(:checked):hover){border:1px solid #B1B5C3}._whiteStroke_pbslz_67 ._withPadding_pbslz_105{padding:9px 11px}._grayDesign_pbslz_109 label{padding:7px 15px;border:1px solid #F4F5F6;background:#f4f5f6;min-height:32px}._grayDesign_pbslz_109 label ._text_pbslz_34{font-size:12px;line-height:16px;font-weight:500;color:#353945}._grayDesign_pbslz_109 label:has(>input:checked){border:1px solid #23262F;background:#23262f}._grayDesign_pbslz_109 label:has(>input:checked) ._text_pbslz_34{color:#fff}@media(min-width:1024px)and (min-width:1024px)and (pointer:fine){._whiteFill_pbslz_29 label:hover,._fullWhite_pbslz_48 label:hover{border:1px solid #353945;background:#23262f}._whiteFill_pbslz_29 label:hover div,._fullWhite_pbslz_48 label:hover div{color:#fff}._whiteFill_pbslz_29 label:has(>input:checked):hover,._fullWhite_pbslz_48 label:has(>input:checked):hover{border:1px solid #353945;background:#23262f}}@media(min-width:1024px){._whiteStroke_pbslz_67 ._text_pbslz_34{font-size:18px;font-weight:500;line-height:24px}._whiteStroke_pbslz_67 ._withPadding_pbslz_105{padding:9px 11px}}@media(min-width:1440px){._root_pbslz_1 label{min-height:48px}._whiteFill_pbslz_29 label{padding:11px 13px}._whiteFill_pbslz_29 label ._text_pbslz_34{font-size:16px;line-height:24px}._whiteStroke_pbslz_67 label{display:flex;align-items:center}._whiteStroke_pbslz_67 label ._text_pbslz_34{text-align:center;font-size:18px;font-weight:500;line-height:24px}._grayDesign_pbslz_109 label{padding:9px 23px;min-height:40px}._grayDesign_pbslz_109 label ._text_pbslz_34{font-size:14px;line-height:20px}}._checkbox_vuhc0_1{display:flex;align-items:center}._checkbox__text_vuhc0_5{font-size:12px;line-height:16px}._checkbox__elem_vuhc0_9{align-self:center;cursor:pointer;display:block;width:20px;height:20px;background-color:#23262f;border-radius:4px;flex-shrink:0;margin-right:16px;display:flex;justify-content:center;align-items:center}._checkbox__elem_vuhc0_9>div{display:flex;justify-content:center;align-items:center}._checkbox__hoverIcon_vuhc0_28{opacity:0;transition:opacity .2s ease}._checkbox_vuhc0_1 input{display:none}._checkbox_vuhc0_1._error_vuhc0_35 ._checkbox__elem_vuhc0_9{border:1px solid #EC5353}._checkbox_vuhc0_1._error_vuhc0_35 ._checkbox__elem_vuhc0_9 svg path{stroke:#ec5353}._checkbox_vuhc0_1._error_vuhc0_35._light_vuhc0_41 ._checkbox__elem_vuhc0_9{background-color:#ffebeb}._checkbox_vuhc0_1._error_vuhc0_35._dark_vuhc0_44 ._checkbox__elem_vuhc0_9{background-color:#322525}._checkbox_vuhc0_1._error_vuhc0_35._isChecked_vuhc0_47._light_vuhc0_41 ._checkbox__elem_vuhc0_9,._checkbox_vuhc0_1._error_vuhc0_35._isChecked_vuhc0_47._dark_vuhc0_44 ._checkbox__elem_vuhc0_9{border:1px solid #EC5353}._checkbox_vuhc0_1._error_vuhc0_35._isChecked_vuhc0_47._light_vuhc0_41 ._checkbox__elem_vuhc0_9 svg path,._checkbox_vuhc0_1._error_vuhc0_35._isChecked_vuhc0_47._dark_vuhc0_44 ._checkbox__elem_vuhc0_9 svg path{stroke:#ec5353}._isChecked_vuhc0_47._light_vuhc0_41 ._checkbox__elem_vuhc0_9{background-color:#141416;border:none}._isChecked_vuhc0_47._light_vuhc0_41 ._checkbox__elem_vuhc0_9 svg path{stroke:#fff}._isChecked_vuhc0_47._light_vuhc0_41 ._checkbox__elem_vuhc0_9:hover{background-color:#353945}._isChecked_vuhc0_47._light_vuhc0_41 ._checkbox__elem_vuhc0_9:hover svg path{stroke:#777e90}._isChecked_vuhc0_47._dark_vuhc0_44 ._checkbox__elem_vuhc0_9{background-color:#fff;border:none}._isChecked_vuhc0_47._dark_vuhc0_44 ._checkbox__elem_vuhc0_9 svg path{stroke:#141416}._isChecked_vuhc0_47._dark_vuhc0_44 ._checkbox__elem_vuhc0_9:hover svg path{stroke:#b1b5c3}._light_vuhc0_41 ._checkbox__elem_vuhc0_9{background-color:#e6e8ec;border:1px solid #B1B5C3}._light_vuhc0_41 ._checkbox__elem_vuhc0_9 svg path{stroke:#777e90}._light_vuhc0_41 ._checkbox__elem_vuhc0_9:hover{border:1px solid #777E90}._light_vuhc0_41 ._checkbox__elem_vuhc0_9:hover ._checkbox__hoverIcon_vuhc0_28{opacity:1}._dark_vuhc0_44 ._checkbox__elem_vuhc0_9{background-color:#353945;border:1px solid #777E90}._dark_vuhc0_44 ._checkbox__elem_vuhc0_9 svg path{stroke:#777e90}._dark_vuhc0_44 ._checkbox__elem_vuhc0_9:hover ._checkbox__hoverIcon_vuhc0_28{opacity:1}._medium-size_vuhc0_102 ._checkbox__elem_vuhc0_9{width:20px;height:20px}._large-size_vuhc0_107 ._checkbox__elem_vuhc0_9{width:24px;height:24px}._small-size_vuhc0_112 ._checkbox__elem_vuhc0_9{width:16px;height:16px}._auto-width_v6f19_1{width:max-content;min-width:100px}._full-width_v6f19_6{width:100%;max-width:100%;min-width:100%}._root_v6f19_12{max-height:180px;font-family:inherit;font-weight:400;padding:11px 23px;border:1px solid #b1b5c3;border-radius:48px;font-size:16px;line-height:24px}._root_v6f19_12:focus{border:1px solid #141416}._root_v6f19_12::placeholder{color:#b1b5c3}._root_1yqa7_1{display:flex;flex-direction:column;gap:12px}._price_1yqa7_7{margin:0;font-size:24px;line-height:32px;font-weight:500;letter-spacing:-.02em;color:#141416}._price_1yqa7_7 span{color:#015ff9}@media(min-width:1024px){._root_1yqa7_1{height:100%;align-items:end;min-width:max-content}._rootVertical_1yqa7_25{align-items:start}}@media(min-width:1440px){._root_1yqa7_1{align-items:end}}._checkboxLabel_14vcp_1{cursor:pointer;position:relative;display:flex;align-items:flex-start}._checkboxLabel_14vcp_1 input{border:0;clip:rect(0 0 0 0);clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}._checkboxLabel_14vcp_1:has(input:not(:checked)):before,._checkboxLabel_14vcp_1:has(input:checked):after{position:absolute;content:"";left:0;top:0;width:20px;height:20px;border-radius:4px;background:#e6e8ec;border:1px solid #B1B5C3;box-sizing:border-box;z-index:1}._checkboxLabel_14vcp_1:has(input:checked):after{border:1px solid #777E90}._labelText_14vcp_36{-webkit-user-select:none;user-select:none;font-size:12px;line-height:16px;padding-left:32px;color:#777e90}._labelTextModal_14vcp_44{font-size:14px;line-height:20px}._error_14vcp_49:has(input:not(:checked)):before{background:#ffebeb;border:1px solid #EC5353;z-index:1}._error_14vcp_49{color:#f44336}._checkIcon_14vcp_58{display:flex;justify-content:center;align-items:center;z-index:5;position:absolute}._checkIcon_14vcp_58 svg{width:100%;height:100%}@media(min-width:1024px){._labelText_14vcp_36{line-height:20px}}@media(min-width:1440px){._labelText_14vcp_36{line-height:16px}._labelTextModal_14vcp_44{line-height:20px}}._root_19qpl_1{display:flex;flex-direction:column;gap:8px;-webkit-tap-highlight-color:transparent}._nameWrapper_19qpl_8{display:flex;justify-content:space-between;align-items:center;font-size:14px;line-height:20px;font-weight:400;color:#141416}._large_19qpl_18{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0}._clearBtn_19qpl_25{font-size:12px;line-height:16px;color:#777e90;cursor:pointer}._clearBtn_19qpl_25:active{opacity:.7}@media(min-width:1024px)and (pointer:fine){._clearBtn_19qpl_25:hover{opacity:.7}}._checkboxWrapper_19qpl_40{display:flex;flex-wrap:wrap;gap:4px}._checkboxItem_19qpl_46{font-size:12px;line-height:16px;font-weight:500;padding:7px 11px;border-radius:48px;border:1px solid #E6E8EC;background:#fff;-webkit-user-select:none;user-select:none;color:#141416;cursor:pointer}@media(min-width:1024px)and (pointer:fine){._checkboxItem_19qpl_46:hover{border:1px solid #B1B5C3}}._checkboxItemActive_19qpl_64{border:1px solid #141416;color:#fff;background:#141416}@media(min-width:1024px)and (pointer:fine){._checkboxItemActive_19qpl_64:hover{border:1px solid #23262F;background:#23262f}}._checkboxItemDisabled_19qpl_76{pointer-events:none;opacity:.5}._checkBoxLarge_19qpl_81{padding:10px 16px;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0}@media(min-width:1024px){._large_19qpl_18{font-weight:400;font-size:20px;line-height:24px;letter-spacing:-2%}}._root_xiuq1_1{display:flex;gap:4px;flex-wrap:wrap;margin-top:16px}@media(min-width:1024px){._root_xiuq1_1{margin-top:auto}}._root_vcwe4_1{display:flex;justify-content:center;align-items:center;padding:3px;height:32px;width:32px;border-radius:50%;cursor:pointer;border:solid 1px #f4f5f6;background:#f4f5f6;position:absolute;top:0;right:0}._root_vcwe4_1:hover svg stroke{color:#015ff9}._root_vcwe4_1._clicked_vcwe4_19 svg{transform:scale(.875);transition:transform .2s ease-in-out}._root_vcwe4_1 svg{transition:transform .2s ease-in-out}._popup_vcwe4_28{position:absolute;right:0;font-size:14px;line-height:20px;font-weight:400;padding:16px 25px;width:200px;height:52px;border-radius:12px;color:#fff;background:#353945;z-index:106}._paymentWrapper_1ywol_1{display:flex;align-items:center;gap:2px;font-size:14px;line-height:20px;color:#015ff9;cursor:pointer}._paymentWrapper_1ywol_1 span{white-space:nowrap}@media(min-width:1024px){._paymentWrapper_1ywol_1{margin:auto 0 0;font-size:16px;line-height:24px}}._root_1qhai_1{display:flex;width:100%;-webkit-tap-highlight-color:transparent}._root_1qhai_1 input{position:absolute;z-index:-1000;width:0;height:0;opacity:0}._root_1qhai_1 label{flex:1 0 0;width:auto}._text_1qhai_18{width:max-content;font-size:16px;line-height:24px;font-weight:500;font-family:inherit}._textMini_1qhai_26{font-size:12px;line-height:16px;font-weight:500}._rootCol_1qhai_32{flex-wrap:wrap}._rootCol_1qhai_32 label{min-width:50%}._rootCol_1qhai_32 label:nth-child(1) ._item_1qhai_38{border-radius:48px 0 0}._rootCol_1qhai_32 label:nth-child(2) ._item_1qhai_38{border-radius:0 48px 0 0}._rootCol_1qhai_32 label:nth-child(3) ._item_1qhai_38{border-top:none;border-left:1px solid #E6E8EC;border-radius:0 0 0 48px}._rootCol_1qhai_32 label:nth-child(4) ._item_1qhai_38{border-top:none;border-radius:0 0 48px}._rootCol_1qhai_32 label:nth-child(n+5) ._item_1qhai_38{display:none}._whiteRow_1qhai_57 ._item_1qhai_38{display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;padding:11px 15px;border:1px solid #E6E8EC;border-left:none;box-sizing:border-box}._whiteRow_1qhai_57 ._firstItem_1qhai_68{border-radius:48px 0 0 48px;border-left:1px solid #E6E8EC}._whiteRow_1qhai_57 ._lastItem_1qhai_72{border-radius:0 48px 48px 0}._whiteRow_1qhai_57 input:not(:checked)~._item_1qhai_38{color:#141416}._whiteRow_1qhai_57 input:checked~._item_1qhai_38{background-color:#141416;color:#fff}._whiteRow_1qhai_57 input:disabled~._item_1qhai_38{background:#f4f5f6;color:#b1b5c3;opacity:1}@media(min-width:1024px){._whiteRow_1qhai_57 input:not(:checked)~._item_1qhai_38:hover{background-color:#141416;color:#fff;opacity:.9}._whiteRow_1qhai_57 input:checked~._item_1qhai_38:hover{opacity:.9}._whiteRow_1qhai_57 input:disabled~._item_1qhai_38:hover{background:#f4f5f6;color:#b1b5c3;opacity:1}}._whiteRowGrayLabel_1qhai_103{padding:8px;background:#fff;border-radius:24px;border:solid 1px #E6E8EC;gap:2px}._whiteRowGrayLabel_1qhai_103 ._item_1qhai_38{border-radius:58px;display:flex;justify-content:center;align-items:center;cursor:pointer;color:#141416}._whiteRowGrayLabel_1qhai_103 ._labelItem_1qhai_118{max-width:15%}._whiteRowGrayLabel_1qhai_103 ._labelItem_1qhai_118:nth-of-type(1){max-width:unset}._whiteRowGrayLabel_1qhai_103 input:checked~._item_1qhai_38{color:#fff;background:#141416}._whiteRowGrayLabel_1qhai_103 input:disabled~._item_1qhai_38{background:#f4f5f6;color:#b1b5c3;opacity:1}@media(min-width:1024px){._whiteRowGrayLabel_1qhai_103 input:not(:checked)~._item_1qhai_38:hover{background:#353945;color:#fff}._whiteRowGrayLabel_1qhai_103 input:not(:checked)~._item_1qhai_38:hover:active{background:#000}._whiteRowGrayLabel_1qhai_103 ._item_1qhai_38{padding-left:12px;padding-right:12px}}._outlined_1qhai_147 label:first-child{flex:1.75 1 0}._outlined_1qhai_147 label:not(:first-child){flex:1 1 0}._outlined_1qhai_147 ._item_1qhai_38{display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;padding:11px 15px;background-color:#fff;border:1px solid #B1B5C3;border-left:none;box-sizing:border-box;color:#141416}._outlined_1qhai_147 ._firstItem_1qhai_68{border-radius:48px 0 0 48px;border-left:1px solid #B1B5C3}._outlined_1qhai_147 ._lastItem_1qhai_72{border-radius:0 48px 48px 0}._outlined_1qhai_147 input:not(:checked)~._item_1qhai_38{background-color:#fff;color:#141416}._outlined_1qhai_147 input:checked~._item_1qhai_38{background-color:#141416;color:#fff;border-color:#141416}._outlined_1qhai_147 input:disabled~._item_1qhai_38{background:#f4f5f6;color:#b1b5c3;opacity:1}@media(min-width:1024px){._outlined_1qhai_147 input:not(:checked)~._item_1qhai_38:hover{background-color:#141416;color:#fff;border-color:#141416;opacity:.9}._outlined_1qhai_147 input:checked~._item_1qhai_38:hover{opacity:.9}._outlined_1qhai_147 input:disabled~._item_1qhai_38:hover{background:#f4f5f6;color:#b1b5c3;opacity:1}}._apart_1qhai_204 ._isLong_1qhai_204{width:max-content}._apart_1qhai_204 ._isLong_1qhai_204 ._item_1qhai_38{height:48px;width:max-content}._apart_1qhai_204 label{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;flex:unset}._apart_1qhai_204 ._item_1qhai_38._autoWidth_1qhai_219{padding-left:32px;padding-right:32px}._apart_1qhai_204 ._item_1qhai_38{transition:background-color .1s;width:48px;height:48px;padding:0;border-radius:100px;display:flex;align-items:center;justify-content:center}._apart_1qhai_204 ._item_1qhai_38._mini_1qhai_233{height:32px;padding-left:12px;padding-right:12px}._apart_1qhai_204._whiteRow_1qhai_57{width:max-content}._apart_1qhai_204._whiteRow_1qhai_57 ._item_1qhai_38._isDisabled_1qhai_241{background:#e6e8ec;border:solid 1px #B1B5C3}._apart_1qhai_204._whiteRow_1qhai_57 input:checked~._item_1qhai_38{background:#141416;color:#fff;border:solid 1px #141416}._apart_1qhai_204._whiteRow_1qhai_57 input:not(:checked)~._item_1qhai_38{background:#fff;color:#141416;border:solid 1px #E6E8EC}@media(min-width:1024px){._apart_1qhai_204._whiteRow_1qhai_57 input~._item_1qhai_38:hover{border:solid 1px #B1B5C3}._apart_1qhai_204._whiteRow_1qhai_57 input~._item_1qhai_38:active{background:#353945;color:#fff;border:1px solid #777E90}}._apart_1qhai_204._grayRow_1qhai_265{width:max-content}._apart_1qhai_204._grayRow_1qhai_265 ._item_1qhai_38._isDisabled_1qhai_241{background:#e6e8ec;border:solid 1px #B1B5C3}._apart_1qhai_204._grayRow_1qhai_265 input:checked~._item_1qhai_38{background:#141416;color:#fff;border:solid 1px #141416}._apart_1qhai_204._grayRow_1qhai_265 input:not(:checked)~._item_1qhai_38{background:#f4f5f6;color:#353945;border:solid 1px #F4F5F6}@media(min-width:1024px){._apart_1qhai_204._grayRow_1qhai_265 input~._item_1qhai_38:hover{border:solid 1px #B1B5C3}._apart_1qhai_204._grayRow_1qhai_265 input~._item_1qhai_38:active{background:#353945;color:#fff;border:1px solid #777E90}}._tiny-size_1qhai_293{min-height:32px;padding:4px 24px}._small-size_1qhai_298{min-height:32px;padding:7px 11px}._medium-size_1qhai_303{min-height:40px;padding:9px 15px}._large-size_1qhai_308{min-height:48px;padding:11px 23px}._text-tiny-size_1qhai_313{font-weight:500;font-size:16px;line-height:24px}._text-small-size_1qhai_319{font-size:12px;line-height:16px}._text-medium-size_1qhai_324{font-size:14px;line-height:20px}._text-large-size_1qhai_329{font-size:16px;line-height:24px}@media(min-width:1024px){._small-size_m_1qhai_335{min-height:32px;padding:7px 11px}._medium-size_m_1qhai_339{min-height:40px;padding:9px 15px}._large-size_m_1qhai_343{min-height:48px;padding:11px 23px}._text-small-size_m_1qhai_347{font-size:12px;line-height:16px}._text-medium-size_m_1qhai_351{font-size:14px;line-height:20px}._text-large-size_m_1qhai_355{font-size:16px;line-height:24px}._item_1qhai_38._autoWidth_1qhai_219{padding-left:24px;padding-right:24px}._item_1qhai_38._mini_1qhai_233{height:32px;padding-left:12px;padding-right:12px}}@media(min-width:1440px){._small-size_l_1qhai_370{min-height:32px;padding:7px 11px}._medium-size_l_1qhai_374{min-height:40px;padding:9px 15px}._large-size_l_1qhai_378{min-height:48px;padding:11px 23px}._text-small-size_l_1qhai_382{font-size:12px;line-height:16px}._text-medium-size_l_1qhai_386{font-size:14px;line-height:20px}._text-large-size_l_1qhai_390{font-size:16px;line-height:24px}}._root_g40xm_1{position:relative;display:flex;flex-direction:column;padding:24px;border:1px solid #e6e8ec;border-radius:24px;box-sizing:border-box;background:#fff;min-height:430px}._root_g40xm_1 ._lotBtn_g40xm_12{opacity:1;font-weight:500}._root_g40xm_1{transition:box-shadow .3s ease;box-shadow:0 3px 8px #0000000f;cursor:pointer}._root_g40xm_1:hover{box-shadow:0 3px 8px #0000000f,0 12px 15px #0000000d,0 25px 20px #00000008,0 45px 25px #00000003,0 70px 28px #0000}._rootDisable_g40xm_26 ._lotImageWrapper_g40xm_26,._rootDisable_g40xm_26 ._lotInfoWrapper_g40xm_27{opacity:.5}._rootDisable_g40xm_26 ._lotBtn_g40xm_12{pointer-events:none}._lotImageWrapper_g40xm_26{display:flex;justify-content:center;align-items:center;position:relative}._lotInfoWrapper_g40xm_27{display:flex;flex-direction:column;gap:16px;margin:15px 0 0}._infoHeader_g40xm_48{font-family:inherit;font-size:24px;line-height:32px;font-weight:500;letter-spacing:-.01em;color:#141416}._monthlyWrapper_g40xm_57{padding-top:24px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;flex-direction:column;align-items:flex-start}._price_g40xm_67{font-weight:500;font-size:18px;line-height:24px;color:#141416}._monthlyPayment_g40xm_74{font-size:14px;line-height:16px;color:#777e90}._decor_g40xm_80{display:none}._decor_g40xm_80 span{display:block}._lotPropertyListMobile_g40xm_87{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}._lotPropertyItem_g40xm_95{display:flex;justify-content:space-between;font-family:inherit;font-size:14px;line-height:20px;padding:8px 0;border-bottom:1px solid #F4F5F6;color:#141416}._lotPropertyItem_g40xm_95:not(:first-child){padding:7px 0}._lotPropertyItem_g40xm_95 div:last-child{font-weight:500}._lotPropertyListDesktop_g40xm_112{display:none}._lotPriceWrapper_g40xm_116{font-family:inherit;font-size:18px;line-height:24px}._discountWrapper_g40xm_122{display:flex;justify-content:space-between;align-items:center}._discountWrapper_g40xm_122>div:last-child{font-weight:500;margin-left:auto;color:#141416}._discountPrice_g40xm_133{display:flex;align-items:center;font-weight:400;gap:8px}._discountPrice_g40xm_133 span{color:#777e90;text-decoration:line-through;text-decoration-color:#b79474}._priceWrap_g40xm_145{width:100%;height:max-content;color:#141416;margin-top:16px;display:flex;align-items:center;justify-content:space-between}._snippetLast_g40xm_155{position:relative;font-weight:500;font-size:14px;line-height:20px}._snippet_g40xm_155{color:#777e90;position:relative;font-weight:500;font-size:16px;line-height:20px}._tagsMobile_g40xm_170{display:flex;gap:4px}._snippetLast_g40xm_155:after{position:absolute;right:-7px;top:calc(50% - 1.5px);content:"";width:2px;height:2px;background:#141416}._discountTag_g40xm_185{padding:5px 6px}._lotPricePerMetr_g40xm_189{width:max-content;display:none}._btnWrapper_g40xm_194{display:flex;flex-direction:row-reverse;gap:16px;margin:24px 0 0}._title_g40xm_201{padding-bottom:24px}._snippets_g40xm_205{display:flex;gap:11px}._retailSnippets_g40xm_210{display:flex;gap:4px}._shownSnippets_g40xm_215{list-style:none;margin:0;padding:0;width:max-content;display:flex;gap:12px;font-size:14px;line-height:20px;font-weight:500}._shownSnippets_g40xm_215 li{position:relative}._shownSnippets_g40xm_215 li:not(:first-child):before{position:absolute;content:"";width:2px;height:2px;top:50%;left:-6px;background:#141416;border-radius:50%}._addSnippets_g40xm_240{position:relative;display:flex;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;line-height:12px;font-weight:500;border-radius:50%;color:#777e90;background:#f4f5f6;cursor:pointer}._addSnippetsActive_g40xm_256{color:#fff;background:#b1b5c3}._addSnippetsList_g40xm_261{list-style:none;position:absolute;display:flex;flex-direction:column;gap:2px;min-width:250px;bottom:40px;left:50%;transform:translate(-50%);margin:0;padding:24px 24px 24px 31px;border-radius:24px;font-size:16px;line-height:24px;font-weight:400;color:#fff;background:#141416cc}._addSnippetsList_g40xm_261 li{position:relative}._addSnippetsList_g40xm_261 li:before{position:absolute;content:"";width:2px;height:2px;left:-6px;top:12px;background:#fff;border-radius:50%}._addSnippetsList_g40xm_261:before{content:"";position:absolute;bottom:-16px;left:50%;transform:translate(-50%) rotate(180deg);width:32px;height:16px;background:#141416cc;clip-path:polygon(50% 0%,60% 35%,66% 53%,76% 72%,100% 100%,46% 100%,0 100%,22% 77%,34% 53%,40% 35%)}._closeSnippetBtn_g40xm_305{position:absolute;display:flex;justify-content:center;align-items:center;width:32px;height:32px;top:8px;right:8px;cursor:pointer}._rootRow_g40xm_317{min-height:unset;gap:32px;flex-direction:row}._lotImageWrapper_g40xm_26{height:100%}@media(min-width:1024px){._root_g40xm_1:is(._rowTablet_g40xm_328) ._title_g40xm_201{padding-bottom:0}._root_g40xm_1:not(._rowTablet_g40xm_328) ._tagsMobile_g40xm_170{display:none}._root_g40xm_1:not(._rowTablet_g40xm_328) ._monthlyWrapper_g40xm_57{gap:unset;padding-top:0}._root_g40xm_1:not(._rowTablet_g40xm_328) ._snippet_g40xm_155{font-weight:500;font-size:14px;line-height:20px}._root_g40xm_1:not(._rowTablet_g40xm_328) ._snippetLast_g40xm_155{font-weight:500;font-size:14px;line-height:20px}._root_g40xm_1:not(._rowTablet_g40xm_328) ._root_g40xm_1{padding:31px 30px 31px 32px;transition:box-shadow .3s ease-in-out}}@media(min-width:1024px)and (hover:hover)and (pointer:fine){._root_g40xm_1:not(._rowTablet_g40xm_328) ._root_g40xm_1:hover{box-shadow:0 5px 12px #0000001f,0 21px 21px #0000001a,0 48px 29px #0000000f,0 85px 34px #00000005,0 132px 37px #0000}}@media(min-width:1024px){._root_g40xm_1:not(._rowTablet_g40xm_328) ._price_g40xm_67{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-1%}._root_g40xm_1:not(._rowTablet_g40xm_328) ._lotImageWrapper_g40xm_26 img{width:148px;height:106px}._root_g40xm_1:not(._rowTablet_g40xm_328) ._rootRightSide_g40xm_369{gap:16px;display:flex;width:100%;flex-direction:column;justify-content:space-between}._root_g40xm_1:not(._rowTablet_g40xm_328) ._priceWrap_g40xm_145{gap:12px;margin-top:0;justify-content:flex-end}._root_g40xm_1:not(._rowTablet_g40xm_328) ._lotInfoWrapper_g40xm_27{justify-content:space-between;gap:0;margin:0}._root_g40xm_1:not(._rowTablet_g40xm_328) ._topWrapper_g40xm_386{gap:4px;display:flex;justify-content:space-between}._root_g40xm_1:not(._rowTablet_g40xm_328) ._botWrapper_g40xm_391{display:flex;justify-content:space-between;align-items:flex-end}._root_g40xm_1:not(._rowTablet_g40xm_328) ._decor_g40xm_80{display:flex;align-items:center;gap:8px;margin:4px 0 0;font-family:inherit;font-size:16px;line-height:24px;font-weight:500;min-height:24px;color:#777e90}._root_g40xm_1:not(._rowTablet_g40xm_328) ._lotPropertyListMobile_g40xm_87{display:none}._root_g40xm_1:not(._rowTablet_g40xm_328) ._lotPropertyListDesktop_g40xm_112{display:flex;gap:8px}._root_g40xm_1:not(._rowTablet_g40xm_328) ._lotPriceWrapper_g40xm_116{display:flex;justify-content:space-between;flex-direction:column;font-size:24px;line-height:32px}._root_g40xm_1:not(._rowTablet_g40xm_328) ._lotPriceWrapperRow_g40xm_422{width:unset;margin:unset}._root_g40xm_1:not(._rowTablet_g40xm_328) ._lotPriceWrapperRow_g40xm_422 ._btnWrapper_g40xm_194{order:1}._root_g40xm_1:not(._rowTablet_g40xm_328) ._lotPriceWrapperRow_g40xm_422 ._btnWrapper_g40xm_194>button:last-child{width:100%}._root_g40xm_1:not(._rowTablet_g40xm_328) ._lotPriceWrapperRow_g40xm_422 ._fullscreenBtn_g40xm_432{order:2}._root_g40xm_1:not(._rowTablet_g40xm_328) ._discountWrapper_g40xm_122{gap:12px}._root_g40xm_1:not(._rowTablet_g40xm_328) ._discountPrice_g40xm_133{font-size:14px;line-height:20px;gap:12px}._root_g40xm_1:not(._rowTablet_g40xm_328) ._lotPricePerMetr_g40xm_189{display:block;margin:0 0 0 auto;font-size:14px;line-height:20px;font-weight:400;color:#353945}._root_g40xm_1:not(._rowTablet_g40xm_328) ._projectLotPricePerMetr_g40xm_451{display:none}._root_g40xm_1:not(._rowTablet_g40xm_328) ._btnWrapper_g40xm_194{flex-direction:row;justify-content:flex-end;gap:8px;margin:auto 0 0}._root_g40xm_1:not(._rowTablet_g40xm_328) ._btnWrapper_g40xm_194>button:last-child{width:max-content}._root_g40xm_1:not(._rowTablet_g40xm_328) ._fullscreenBtn_g40xm_432{display:flex;justify-content:center;padding:0 0 0 2px;width:40px;height:40px}._root_g40xm_1:not(._rowTablet_g40xm_328) ._retailSnippets_g40xm_210{margin:4px 0 0}._root_g40xm_1:not(._rowTablet_g40xm_328) ._shownSnippets_g40xm_215{font-weight:500;font-size:16px;line-height:24px}._root_g40xm_1:not(._rowTablet_g40xm_328) ._shownSnippets_g40xm_215 li{color:#777e90}._root_g40xm_1:not(._rowTablet_g40xm_328) ._shownSnippets_g40xm_215 li:not(:first-child):before{background:#777e90}._root_g40xm_1:not(._rowTablet_g40xm_328) ._addSnippets_g40xm_240{width:24px;height:24px;font-size:14px;line-height:20px}}._paymentClass_g40xm_491{font-weight:400;font-size:14px;line-height:20px;color:#b79474}@media(min-width:1440px){._closeSnippetBtn_g40xm_305{display:none}}._btn_ky28a_1{position:absolute;right:16px;top:16px;z-index:50;padding:12px}._modal_ky28a_9{flex-direction:column}._modal_ky28a_9 form{width:100%}._modalBody_ky28a_16{width:100%;height:100%}._root_ky28a_21{font-family:inherit;height:100%;padding:32px;flex-direction:column;align-items:flex-start;gap:16px;background:#fff}._root_ky28a_21 a{color:#777e90}._title_ky28a_34{font-size:32px;line-height:32px;color:#141416;margin-bottom:16px}._description_ky28a_41{font-size:16px;line-height:24px;color:#353945;margin-bottom:32px}._inputWrapper_ky28a_48{width:100%;flex-direction:column;align-items:flex-start;gap:24px}._linkPolicy_ky28a_55{text-decoration:underline;color:#777e90}._telegramLink_ky28a_60{text-decoration:none;-webkit-tap-highlight-color:transparent}._telegramWrapper_ky28a_65{display:flex;flex-direction:column;gap:24px;padding:8px 0 0;margin:0 0 24px}._telegram_ky28a_60{display:flex;justify-content:space-between;padding:12px 12px 12px 24px;border-radius:12px;background:#33aadf1a;font-size:16px;line-height:24px;font-weight:500;color:#2197d4}._telegram_ky28a_60:active{opacity:.7}._orText_ky28a_88{font-size:18px;line-height:24px;font-weight:400;color:#777e90;text-align:center;position:relative;display:flex;align-items:center;justify-content:center}._orText_ky28a_88:before,._orText_ky28a_88:after{content:"";position:absolute;top:50%;width:calc(50% - 32px);height:1px;background-color:#e6e8ec}._orText_ky28a_88:before{left:0;transform:translateY(-50%)}._orText_ky28a_88:after{right:0;transform:translateY(-50%)}._checkboxText_ky28a_116{font-size:12px;line-height:16px}@media(min-width:1024px){._modalBody_ky28a_16{width:unset;height:unset}._title_ky28a_34{padding-top:unset}._root_ky28a_21{border-radius:32px;padding:48px}._telegram_ky28a_60{cursor:pointer}._telegram_ky28a_60:hover{opacity:.7}}._snippet_1vgdm_1{color:#777e90;position:relative;font-weight:400;font-size:14px;line-height:20px}._snippetLast_1vgdm_9{position:relative;font-weight:400;font-size:14px;line-height:20px}._snippetLast_1vgdm_9:after{position:absolute;right:-7px;top:calc(50% - 1.5px);content:"";width:2px;height:2px;background:#141416}._snippets_1vgdm_25{display:flex;gap:11px}._retailSnippets_1vgdm_30{display:flex;gap:4px}._shownSnippets_1vgdm_35{list-style:none;margin:0;padding:0;width:max-content;display:flex;gap:12px;font-size:14px;line-height:20px;font-weight:500}._shownSnippets_1vgdm_35 li{color:#777e90;position:relative;font-weight:400;font-size:14px;line-height:20px}._shownSnippets_1vgdm_35 li:not(:first-child):before{position:absolute;content:"";width:2px;height:2px;top:50%;left:-6px;background:#141416;border-radius:50%}._addSnippets_1vgdm_64{position:relative;display:flex;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;line-height:12px;font-weight:500;border-radius:50%;color:#777e90;background:#f4f5f6;cursor:pointer}._addSnippetsActive_1vgdm_80{color:#fff;background:#b1b5c3}._addSnippetsList_1vgdm_85{list-style:none;position:absolute;display:flex;flex-direction:column;gap:2px;min-width:250px;bottom:40px;left:50%;transform:translate(-50%);margin:0;padding:24px 24px 24px 31px;border-radius:24px;font-size:16px;line-height:24px;font-weight:400;color:#fff;background:#141416cc}._addSnippetsList_1vgdm_85 li{position:relative}._addSnippetsList_1vgdm_85 li:before{position:absolute;content:"";width:2px;height:2px;left:-6px;top:12px;background:#fff;border-radius:50%}._addSnippetsList_1vgdm_85:before{content:"";position:absolute;bottom:-16px;left:50%;transform:translate(-50%) rotate(180deg);width:32px;height:16px;background:#141416cc;clip-path:polygon(50% 0%,60% 35%,66% 53%,76% 72%,100% 100%,46% 100%,0 100%,22% 77%,34% 53%,40% 35%)}._closeSnippetBtn_1vgdm_129{position:absolute;display:flex;justify-content:center;align-items:center;width:32px;height:32px;top:8px;right:8px;cursor:pointer}@media(min-width:1024px){._snippet_1vgdm_1,._shownSnippets_1vgdm_35 li{font-size:16px;line-height:24px}}._root_1jvyk_1{display:flex;flex-direction:column;gap:24px;padding:24px;height:100%;border-radius:24px;border:1px solid #E6E8EC;background:#fff}@media(min-width:1024px)and (pointer:fine){._root_1jvyk_1:hover{box-shadow:0 3px 8px #0000000f,0 12px 15px #0000000d,0 25px 20px #00000008,0 45px 25px #00000003,0 70px 28px #0000}}._lotImageWrapper_1jvyk_17{display:flex;justify-content:center;align-items:center;position:relative}._lotNameContent_1jvyk_24{display:flex;flex-direction:column;gap:4px}._lotNameWrapper_1jvyk_30{display:flex;flex-direction:column;gap:24px}._lotName_1jvyk_24{margin:0;font-size:24px;line-height:32px;font-weight:500;letter-spacing:-.02em;color:#141416}._lotNumber_1jvyk_45{margin:0;font-size:14px;line-height:20px;font-weight:500;letter-spacing:0;color:#141416}._content_1jvyk_54{display:flex;flex-direction:column;gap:12px}._featuresWrapper_1jvyk_60{display:flex;flex-direction:column;gap:4px}._featuresWrapper_1jvyk_60 ._tags_1jvyk_65{display:none}._discountText_1jvyk_69{font-weight:400;font-size:14px;line-height:20px;color:#b79474}@media(min-width:1024px){._rootRow_1jvyk_77{flex-direction:row;gap:32px}._rootRow_1jvyk_77 ._lotImageWrapper_1jvyk_17{flex-shrink:0}._rootRow_1jvyk_77 ._lotImageWrapper_1jvyk_17 img{width:183px;height:120px}._rootRow_1jvyk_77 ._content_1jvyk_54{flex:1;gap:0}._rootRow_1jvyk_77 ._lotNameWrapper_1jvyk_30{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:24px}._rootRow_1jvyk_77 ._lotNameContent_1jvyk_24 ._tags_1jvyk_65{display:none}._rootRow_1jvyk_77 ._featuresWrapper_1jvyk_60{flex-direction:row;justify-content:space-between;align-items:center;gap:32px;margin-top:auto}._rootRow_1jvyk_77 ._featuresWrapper_1jvyk_60 ._tags_1jvyk_65{display:flex}._rootRow_1jvyk_77 ._price_1jvyk_112,._rootRow_1jvyk_77 ._paymentLink_1jvyk_115{flex-shrink:0}}@media(min-width:1440px){._root_1jvyk_1{flex-direction:row;gap:32px}._root_1jvyk_1 ._lotImageWrapper_1jvyk_17{flex-shrink:0}._root_1jvyk_1 ._lotImageWrapper_1jvyk_17 img{width:183px;height:120px}._root_1jvyk_1 ._content_1jvyk_54{flex:1;gap:0}._root_1jvyk_1 ._lotNameWrapper_1jvyk_30{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:24px}._root_1jvyk_1 ._lotNameContent_1jvyk_24 ._tags_1jvyk_65{display:none}._root_1jvyk_1 ._featuresWrapper_1jvyk_60{flex-direction:row;justify-content:space-between;align-items:center;gap:32px;margin-top:auto}._root_1jvyk_1 ._featuresWrapper_1jvyk_60 ._tags_1jvyk_65{display:flex}._root_1jvyk_1 ._price_1jvyk_112,._root_1jvyk_1 ._paymentLink_1jvyk_115{flex-shrink:0}}._root_1v1y9_1{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1px solid #E6E8EC}._root_1v1y9_1 svg{position:relative;top:-2px}._filterWithSaveModal_1v1y9_15{top:-64px;align-items:flex-end}._modalAddBody_1v1y9_20{position:relative;width:100%;border-top-left-radius:24px;border-top-right-radius:24px;padding:0 0 24px;background:#fff}._closeBtn_1v1y9_29{position:absolute;top:24px;right:24px}._btnName_1v1y9_35{display:none}._modalTitle_1v1y9_39{font-size:18px;line-height:24px;font-weight:400;padding:24px;color:#000;border-bottom:1px solid #E6E8EC}._tabSWitcherWrapper_1v1y9_48{display:flex;flex-direction:column;gap:8px;padding:24px;border-bottom:1px solid #E6E8EC;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}._tabSWitcherWrapper_1v1y9_48::-webkit-scrollbar{width:4px;height:4px}._tabSWitcherWrapper_1v1y9_48::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:2px}._tabSWitcherWrapper_1v1y9_48::-webkit-scrollbar-thumb:hover{background-color:#a8a8a8}._tabSWitcherWrapper_1v1y9_48::-webkit-scrollbar-track{background:transparent}._switcherTitle_1v1y9_77{font-size:14px;line-height:20px;font-weight:400;color:#141416}._switcherScroll_1v1y9_84{overflow-x:scroll;scrollbar-width:none}._switcherScroll_1v1y9_84::-webkit-scrollbar{display:none}._tabs_1v1y9_93{flex-wrap:wrap;gap:4px}._selectWrapper_1v1y9_98{padding:9px 24px}._filterOption_1v1y9_102{font-size:16px;line-height:24px;padding:15px 0;font-weight:500;color:#141416}._btnWrapper_1v1y9_110{display:flex;gap:9px;padding:0 24px}._resetBtn_1v1y9_116,._saveBtn_1v1y9_117{flex:1}._desktopWrapper_1v1y9_121{display:none}@media(min-width:1024px){._root_1v1y9_1{position:relative;width:90px;height:32px;gap:8px;border-radius:48px;cursor:pointer}._btnName_1v1y9_35{display:block;font-size:12px;line-height:16px;font-weight:500;color:#141416}._desktopWrapper_1v1y9_121{display:none}._desktopWrapperOpen_1v1y9_144{display:block;position:absolute;top:40px;right:-1px;width:375px;padding:0 0 24px;min-height:420px;border-radius:24px;border:1px solid #E6E8EC;background:#fff;z-index:4;box-shadow:0 5px 12px #0000001f,0 21px 21px #0000001a,0 48px 29px #0000000f,0 85px 34px #00000005,0 132px 37px #0000}._modalTitle_1v1y9_39,._closeBtn_1v1y9_29{display:none}._tabSWitcherWrapper_1v1y9_48{padding:32px 24px 24px}._switcherScroll_1v1y9_84{overflow-x:unset}}@media(min-width:1440px){._root_1v1y9_1{width:109px;height:40px}._btnName_1v1y9_35{font-size:14px;line-height:20px}._desktopWrapperOpen_1v1y9_144{top:48px}}._wrapper_dhuso_1{display:flex;align-items:center;gap:8px}._logo_dhuso_7{width:81px;height:16px}._logoValue_dhuso_12{width:157px}._logoDom_dhuso_16{width:171px;height:63px}._logoOffice_dhuso_21{width:165px;height:16px}._logoNewOffice_dhuso_26{width:137px;height:13.25px}._logoNewDom_dhuso_31{width:143px;height:52px}._logoRealty_dhuso_36{width:154px;height:16px}._wrapperBetween_dhuso_41{width:100%;justify-content:space-between}._uk_dhuso_46{font-size:8px;line-height:8px;font-weight:600;letter-spacing:.11em;text-transform:uppercase}._uk_black_dhuso_53{color:#141416}._uk_white_dhuso_56{color:#fff}@media(min-width:1024px){._logoValue_dhuso_12{width:157px}._uk_dhuso_46{width:101px;height:20px;font-size:9px;line-height:10px}}@media(min-width:1440px){._logoValue_dhuso_12{width:196px}._logoNewOffice_dhuso_26{width:165px;height:16px}._logoNewDom_dhuso_31{width:175px;height:64px}}@keyframes _pulsing_eu55e_1{0%{opacity:1}50%{opacity:.5}to{opacity:1}}._root_eu55e_12{display:flex;flex-direction:column;padding:24px 8px;margin:26px 0 0;gap:8px}._projectHeader_eu55e_20{display:flex;flex-direction:column;gap:8px;padding:0 16px;margin:0 0 16px}._projectTitleWrapper_eu55e_28{display:flex;justify-content:space-between}._projectBtn_eu55e_33{width:32px;height:32px;border-radius:24px;animation:2s ease-in-out _pulsing_eu55e_1 infinite;background:#e6e8ec}._projectTitle_eu55e_28{width:160px;height:32px;border-radius:24px;animation:2s ease-in-out _pulsing_eu55e_1 infinite;background:#e6e8ec}._projectYearMobile_eu55e_49{width:120px;height:32px;margin:8px 0 0;border-radius:24px;animation:2s ease-in-out _pulsing_eu55e_1 infinite;background:#e6e8ec}._metroWrapper_eu55e_58{display:flex;flex-direction:column;gap:8px}._metroWrapper_eu55e_58>div{height:20px;width:100%;border-radius:24px;animation:2s ease-in-out _pulsing_eu55e_1 infinite;background:#e6e8ec}._filterBtnWrapper_eu55e_71{display:flex;gap:8px}._filterBtnWrapper_eu55e_71>div:first-child{height:40px;width:100%;border-radius:24px;animation:2s ease-in-out _pulsing_eu55e_1 infinite;background:#e6e8ec}._filterBtnWrapper_eu55e_71>div:last-child{height:40px;min-width:92px;border-radius:24px;animation:2s ease-in-out _pulsing_eu55e_1 infinite;background:#e6e8ec}@media(min-width:1024px){._root_eu55e_12{padding:32px}._projectHeader_eu55e_20{gap:24px;padding:0}._metroWrapper_eu55e_58{flex-wrap:wrap;gap:4px;flex-direction:row}._metroWrapper_eu55e_58>div{width:150px;height:32px;border-radius:24px;animation:2s ease-in-out _pulsing_eu55e_1 infinite;background:#e6e8ec}._projectYearMobile_eu55e_49{display:none}._projectYearDesktop_eu55e_113{width:120px;height:32px;border-radius:24px;animation:2s ease-in-out _pulsing_eu55e_1 infinite;background:#e6e8ec}._filterBtnWrapper_eu55e_71{margin:auto 0 0 auto}._filterBtnWrapper_eu55e_71>div:first-child{min-width:211px}}@media(min-width:1440px){._root_eu55e_12{padding:40px;flex:1 0 0}._projectBtn_eu55e_33{width:40px;height:40px}._projectTitle_eu55e_28{height:40px}._projectHeader_eu55e_20{gap:32px;margin:0 0 24px}._projectYearDesktop_eu55e_113{height:40px}._metroWrapper_eu55e_58{gap:8px}._metroWrapper_eu55e_58>div{height:40px}}._root_1gn8f_1{display:flex;flex-direction:column}._plusBtn_1gn8f_6{border-bottom-left-radius:unset;border-bottom-right-radius:unset}._minusBtn_1gn8f_11{border-top-left-radius:unset;border-top-right-radius:unset}._modal_1og3m_1{z-index:1000;flex-direction:column}._modal_1og3m_1 form{width:100%}._modalBody_1og3m_9{width:100%;height:100%}._root_1og3m_14{font-family:inherit;height:100%;padding:32px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px;background:#fff}._check_1og3m_26{width:80px;height:80px;position:relative}._iconCircle_1og3m_32{position:absolute;left:0;top:0}._iconCheck_1og3m_38{position:absolute;left:calc(50% - 16px);top:calc(50% - 16px)}._text_1og3m_44{display:flex;flex-direction:column;gap:16px;text-align:center;color:#141416}._successTitle_1og3m_52{font-size:32px;font-weight:400;line-height:32px}@media(min-width:1024px){._root_1og3m_14{padding:156px 64px;border-radius:32px}._modalBody_1og3m_9{width:442px;height:unset}._title_1og3m_67{padding-top:unset}}._root_99sc2_1{display:flex;flex-direction:column;gap:8px;-webkit-tap-highlight-color:transparent}._nameWrapper_99sc2_8{display:flex;justify-content:space-between;align-items:center;font-size:14px;line-height:20px;font-weight:400;color:#141416}._size_large_99sc2_18{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0}._clearBtnWrapper_99sc2_25{display:block;margin-bottom:12px;width:100%}._clearBtn_99sc2_25{font-size:12px;line-height:16px;color:#777e90;cursor:pointer}._clearBtn_99sc2_25:active{opacity:.7}._clearBtn-size_medium_99sc2_40{margin-top:16px}@media(min-width:1024px){._clearBtn-size_medium_99sc2_40{margin-top:24px}}@media(min-width:1024px)and (pointer:fine){._clearBtn_99sc2_25:hover{opacity:.7}}._summaryList_99sc2_54{display:flex;flex-wrap:wrap;gap:4px}._summaryList-size_small_99sc2_59{margin:8px 0 0}._summaryList-size_medium_99sc2_62{margin:16px 0 0}._summaryOption_99sc2_66{display:flex;align-items:center;gap:8px;font-size:12px;line-height:16px;font-weight:500;padding:8px 12px;border-radius:48px;color:#777e90;background:#f4f5f6;cursor:pointer}._summaryOption_99sc2_66:active{opacity:.8}@media(min-width:1024px)and (pointer:fine){._summaryOption_99sc2_66:hover{opacity:.8}}._summaryOptionSecondary_99sc2_88{color:#141416;background:#e6e8ec}._categoryOption_99sc2_93{background:#e6e8ec;color:#777e90;padding:6px 12px}._categoryOption_99sc2_93:hover{opacity:.8}._categoryOptionSecondary_99sc2_102{color:#141416}._summaryCategory_99sc2_106{border-radius:12px;background:#f4f5f6;display:flex;flex-direction:column;align-items:flex-start;padding:8px 12px;gap:8px}._headerCategory_99sc2_116{width:100%;display:flex;justify-content:space-between}._categoryTitle_99sc2_122{color:#777e90;font-weight:500;font-size:12px;line-height:16px;vertical-align:middle}._categoryTitleSecondary_99sc2_130{color:#141416}._categoryOptions_99sc2_134{flex-wrap:wrap;display:flex;gap:4px}@media(min-width:1024px){._size_large_99sc2_18{font-weight:400;font-size:20px;line-height:24px;letter-spacing:-2%}}._root_1ml5t_1{display:flex;padding:16px 0;gap:8px;width:max-content;box-sizing:border-box}._root_1ml5t_1 span{display:block;width:8px;height:8px;border-radius:50%}._metroColor_1ml5t_15{display:flex;align-items:center;font-size:16px;line-height:24px;font-weight:500;gap:8px;color:#353945}._route_1ml5t_25{display:flex;align-items:center;gap:4px;font-size:12px;line-height:16px;font-weight:500;color:#777e90}._auto_1ml5t_35{width:max-content}._full_1ml5t_39{width:100%}._root_9577c_1{display:flex;flex-wrap:wrap;gap:20px;padding:0 10px}._linkWrap_9577c_8{width:max-content;height:16px;display:flex;align-items:center;justify-content:center;padding-top:11px;padding-bottom:11px;cursor:pointer;color:#fff;font-family:inherit;font-weight:500;text-decoration:none;font-size:11px}._linkWrap_9577c_8:hover{background-color:#191919;outline:1px solid #232323}._root_15wfn_1{background:#0e0e0e;padding:10px;display:flex;flex-direction:column;gap:20px}._root_15wfn_1 svg{cursor:pointer}._wrap_15wfn_12{display:flex;flex-direction:column}@media(min-width:1024px){._wrap_15wfn_12{flex-direction:row}}._wrap_15wfn_12{align-items:center;width:100%}._topSide_15wfn_26{display:flex;gap:26px;align-items:center}._search_15wfn_32{position:relative;width:80%}@media(min-width:1024px){._search_15wfn_32{margin-left:40px;width:35%}}._search_15wfn_32{display:flex;align-items:center}._searchInp_15wfn_47{width:100%;background:#252525;border-radius:20px;height:34px;border:solid 1px #303030;padding:2px 2px 2px 50px;font-size:14px;font-weight:700;color:#fff}._searchInp_15wfn_47::placeholder{font-weight:500}._searchInp_15wfn_47:focus{outline:solid 1px #434343}._searchIcon_15wfn_67{position:absolute;left:15px;top:calc(50% - 11px)}._closeBtn_15wfn_73{position:absolute;cursor:pointer;padding:2px;border-radius:100px;background:#767676;border:none;top:calc(50% - 11px);right:10px}._closeBtn_15wfn_73:hover{background:#979797}._layout_lznvu_1{display:flex;flex-direction:column;height:100%;padding-bottom:20px;box-sizing:border-box}._layout_lznvu_1 main{flex:1 0 0;padding:16px;border-radius:24px;background:#eec296}@media(min-width:1024px){._layout_lznvu_1 main{padding:72px}}._root_1y1e6_1{padding:40px}._root_iex42_1{display:flex;flex-direction:column;flex-wrap:wrap;gap:40px}._root_iex42_1>div{flex:1 0 0}._buttonsWrapper_iex42_11{display:flex;flex-direction:row;gap:16px}._root_idppf_1{display:flex;flex-direction:column;gap:32px}._tabsShort_idppf_7{max-width:380px}._tabSelectWrapper_idppf_11{margin:0 auto}._destinationWrapper_idppf_15{display:flex;flex-wrap:wrap;gap:20px;margin:0 auto}._whiteRow_apart_idppf_22{display:flex;justify-content:center}._whiteRow_apart_idppf_22 ._row_apart_idppf_26{gap:8px}._root_3zx0k_1{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:16px}._iconWrapper_3zx0k_7{display:flex;gap:20px}._root_1w9fc_1{display:flex;flex-direction:column;gap:40px;border-radius:48px}._lotWrapper_1w9fc_8{display:flex;flex-direction:column;gap:20px}._optionsWrapper_1w9fc_14{display:flex;flex-wrap:wrap;gap:40px}._isFetching_1w9fc_20{display:flex;align-items:center;gap:10px}._root_1tmts_1{display:flex;flex-direction:column;gap:8px}._sort_1szg2_1{display:flex;justify-content:flex-end}._addClass_1szg2_6{width:40px}._addClass_1szg2_6>div>div{right:10px}@media(min-width:1024px){._filterWithSave_1szg2_14{display:flex;justify-content:flex-end}}._root_kl5jx_1{display:flex;flex-direction:column;gap:40px}._tabsShort_kl5jx_7{max-width:350px}._tabSelectWrapper_kl5jx_11{margin:0 auto}._destinationWrapper_kl5jx_15{display:flex;flex-wrap:wrap;gap:20px;margin:0 auto}._bbb_kl5jx_22{font-size:20px;color:red}._root_6bj02_1{display:flex;flex-direction:column;gap:20px}._root_1br5a_1{text-align:center}._wrapper_1br5a_5{display:flex;flex-direction:row;justify-content:space-around}._lighContainer_1br5a_11,._darkContainer_1br5a_11{display:flex;flex-direction:column;gap:12px}
@@ -1,6 +1,6 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import { l as o } from "../../../index-BJwl9stn.js";
3
- import { CommercialLotCard as n } from "../../../components/CommercialLotCard/CommercialLotCard.js";
3
+ import { C as n } from "../../../FilterWithSave-BxUAZs3U.js";
4
4
  const l = {
5
5
  id: 1,
6
6
  lotUuid: "123-abc",
@@ -1,9 +1,9 @@
1
1
  import { l as t } from "../../../../index-BJwl9stn.js";
2
- import { BUTTON_VARIANTS as a } from "../../../../components/Button/ui/Button.types.js";
3
- import { Button as s } from "../../../../components/Button/ui/Button.js";
2
+ import { Button as a } from "../../../../components/Button/ui/Button.js";
3
+ import { BUTTON_VARIANTS as s } from "../../../../components/Button/ui/Button.types.js";
4
4
  const n = {
5
5
  title: "shared/ui/Button",
6
- component: s,
6
+ component: a,
7
7
  parameters: {
8
8
  layout: "centered"
9
9
  },
@@ -12,7 +12,7 @@ const n = {
12
12
  variant: {
13
13
  control: {
14
14
  type: "select",
15
- options: Object.keys(a)
15
+ options: Object.keys(s)
16
16
  }
17
17
  },
18
18
  size: {
@@ -1,5 +1,5 @@
1
1
  import { l as e } from "../../../../index-BJwl9stn.js";
2
- import { FilterWithSave as l } from "../../../../components/FilterWithSave/ui/FilterWithSave.js";
2
+ import { F as l } from "../../../../FilterWithSave-BxUAZs3U.js";
3
3
  const t = [
4
4
  { value: "1", label: "Option 1" },
5
5
  { value: "2", label: "Option 2" },
@@ -1,7 +1,7 @@
1
1
  import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
2
  import { l as i } from "../../../../index-BJwl9stn.js";
3
- import { ModalForm as o } from "../../../../components/FormModal/ui/ModalForm.js";
4
- const a = {
3
+ import { M as o } from "../../../../FilterWithSave-BxUAZs3U.js";
4
+ const r = {
5
5
  title: "shared/ui/FormModal",
6
6
  component: o,
7
7
  parameters: {
@@ -24,13 +24,13 @@ const a = {
24
24
  onClose: i(),
25
25
  onSubmit: i()
26
26
  }
27
- }, d = {
27
+ }, s = {
28
28
  args: {
29
29
  isOpen: !0,
30
30
  title: "Form Modal",
31
31
  children: /* @__PURE__ */ e("div", { children: "Modal content goes here" })
32
32
  }
33
- }, s = {
33
+ }, d = {
34
34
  args: {
35
35
  isOpen: !0,
36
36
  title: "Contact Form",
@@ -59,7 +59,7 @@ const a = {
59
59
  };
60
60
  export {
61
61
  p as Closed,
62
- d as Default,
63
- s as WithForm,
64
- a as default
62
+ s as Default,
63
+ d as WithForm,
64
+ r as default
65
65
  };
@@ -1,5 +1,5 @@
1
1
  import { l as e } from "../../../../index-BJwl9stn.js";
2
- import { SortSelect as a } from "../../../../components/SortSelect/ui/SortSelect.js";
2
+ import { S as a } from "../../../../FilterWithSave-BxUAZs3U.js";
3
3
  const t = [
4
4
  { value: "price-asc", label: "Price: Low to High" },
5
5
  { value: "price-desc", label: "Price: High to Low" },
@@ -1,5 +1,5 @@
1
1
  import { l as a } from "../../../../index-BJwl9stn.js";
2
- import { TabSwitcher as e } from "../../../../components/TabSwitcher/ui/TabSwitcher.js";
2
+ import { T as e } from "../../../../FilterWithSave-BxUAZs3U.js";
3
3
  const t = [
4
4
  { value: "tab1", label: "Overview" },
5
5
  { value: "tab2", label: "Details" },