stone-kit 0.0.1106 → 0.0.1107

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 (271) hide show
  1. package/README.md +30 -0
  2. package/dist/App.d.ts +2 -0
  3. package/dist/App.js +10 -0
  4. package/dist/Option-DmDx_xOt.js +99 -0
  5. package/dist/PinTrans-D6OZq76b.js +10 -0
  6. package/dist/Router.d.ts +2 -0
  7. package/dist/Router.js +103 -0
  8. package/dist/SmallFilter-C-VKnbkP.js +10 -0
  9. package/dist/chunk-4WY6JWTD-BeveLKf_.js +1582 -0
  10. package/dist/components/Button/ui/Button.d.ts +1 -2
  11. package/dist/components/Button/ui/Button.js +74 -67
  12. package/dist/components/Button/ui/Button.types.d.ts +7 -5
  13. package/dist/components/Button/ui/Button.types.js +5 -3
  14. package/dist/components/CheckBox/CheckBox.d.ts +2 -0
  15. package/dist/components/CheckBox/CheckBox.js +84 -0
  16. package/dist/components/CheckBox/CheckBox.types.d.ts +17 -0
  17. package/dist/components/CheckBox/CheckBox.types.js +1 -0
  18. package/dist/components/CheckBox/index.d.ts +2 -0
  19. package/dist/components/CheckBox/index.js +4 -0
  20. package/dist/components/CheckBoxNew/CheckBox.types.d.ts +16 -0
  21. package/dist/components/CheckBoxNew/CheckBox.types.js +6 -0
  22. package/dist/components/CheckBoxNew/CheckBoxNew.d.ts +11 -0
  23. package/dist/components/CheckBoxNew/CheckBoxNew.js +45 -0
  24. package/dist/components/CheckboxSelect/index.d.ts +1 -0
  25. package/dist/components/CheckboxSelect/index.js +4 -0
  26. package/dist/components/CheckboxSelect/ui/CheckboxSelect.d.ts +18 -0
  27. package/dist/components/CheckboxSelect/ui/CheckboxSelect.js +57 -0
  28. package/dist/components/CommercialLotCard/CommercialLotCard.d.ts +2 -0
  29. package/dist/components/CommercialLotCard/CommercialLotCard.js +81 -0
  30. package/dist/components/CommercialLotCard/components/PaymentLink/PaymentLink.d.ts +6 -0
  31. package/dist/components/CommercialLotCard/components/PaymentLink/PaymentLink.js +21 -0
  32. package/dist/components/CommercialLotCard/components/Price/Price.d.ts +9 -0
  33. package/dist/components/CommercialLotCard/components/Price/Price.js +39 -0
  34. package/dist/components/CommercialLotCard/components/Snippets/Snippets.d.ts +6 -0
  35. package/dist/components/CommercialLotCard/components/Snippets/Snippets.js +100 -0
  36. package/dist/components/CommercialLotCard/components/Tags/Tags.d.ts +7 -0
  37. package/dist/components/CommercialLotCard/components/Tags/Tags.js +37 -0
  38. package/dist/components/CommercialLotCard/types/CommercialLotCard.types.d.ts +10 -0
  39. package/dist/components/CommercialLotCard/types/CommercialLotCard.types.js +1 -0
  40. package/dist/components/CommercialLotCard/types/LotCard.d.ts +386 -0
  41. package/dist/components/CommercialLotCard/types/LotCard.js +1 -0
  42. package/dist/components/CommercialLotCard/utils/formatPrice.d.ts +1 -0
  43. package/dist/components/CommercialLotCard/utils/formatPrice.js +8 -0
  44. package/dist/components/CommercialLotCard/utils/getTagsFeatures.d.ts +4 -0
  45. package/dist/components/CommercialLotCard/utils/getTagsFeatures.js +13 -0
  46. package/dist/components/DestinationTab/ui/DestinationTab.d.ts +0 -1
  47. package/dist/components/DestinationTab/ui/DestinationTab.js +41 -41
  48. package/dist/components/DestinationTab/ui/DestinationTab.types.d.ts +0 -1
  49. package/dist/components/FavoriteIcon/FavoriteIcon.d.ts +7 -0
  50. package/dist/components/FavoriteIcon/FavoriteIcon.js +66 -0
  51. package/dist/components/FavoriteIcon/Heart.d.ts +3 -0
  52. package/dist/components/FavoriteIcon/Heart.js +24 -0
  53. package/dist/components/FavoriteIcon/HeartFilled.d.ts +5 -0
  54. package/dist/components/FavoriteIcon/HeartFilled.js +27 -0
  55. package/dist/components/FieldInput/ui/FieldInput.d.ts +1 -2
  56. package/dist/components/FieldInput/ui/FieldInput.js +28 -7
  57. package/dist/components/FieldInput/ui/FieldInput.types.d.ts +3 -1
  58. package/dist/components/FilterWithSave/hooks/useFilterWithSave.d.ts +43 -0
  59. package/dist/components/FilterWithSave/hooks/useFilterWithSave.js +56 -0
  60. package/dist/components/FilterWithSave/ui/FilterWithSave.d.ts +29 -0
  61. package/dist/components/FilterWithSave/ui/FilterWithSave.js +325 -0
  62. package/dist/components/Flex/ui/Flex.d.ts +0 -1
  63. package/dist/components/Flex/ui/Flex.js +1 -1
  64. package/dist/components/Flex/ui/Flex.types.d.ts +0 -1
  65. package/dist/components/FormModal/ui/ModalForm.d.ts +60 -0
  66. package/dist/components/FormModal/ui/ModalForm.js +1518 -0
  67. package/dist/components/FormModal/utils/reg.d.ts +4 -0
  68. package/dist/components/FormModal/utils/reg.js +6 -0
  69. package/dist/components/GroupedInput/ui/GroupedInputs.d.ts +0 -1
  70. package/dist/components/GroupedInput/ui/GroupedInputs.js +5 -5
  71. package/dist/components/GroupedInput/ui/GroupedInputs.types.d.ts +0 -1
  72. package/dist/components/Input/ui/Input.d.ts +28 -0
  73. package/dist/components/Input/ui/Input.js +3247 -49
  74. package/dist/components/Input/ui/Input.types.d.ts +0 -23
  75. package/dist/components/Input/ui/Input.types.js +1 -7
  76. package/dist/components/Logo/ui/Logo.d.ts +1 -2
  77. package/dist/components/Logo/ui/Logo.js +58 -33
  78. package/dist/components/Logo/ui/Logo.types.d.ts +13 -1
  79. package/dist/components/Logo/ui/Logo.types.js +14 -1
  80. package/dist/components/LotCard/hooks/useLotCard.d.ts +25 -0
  81. package/dist/components/LotCard/hooks/useLotCard.js +13 -0
  82. package/dist/components/LotCard/ui/LotCard.d.ts +1 -2
  83. package/dist/components/LotCard/ui/LotCard.js +203 -104
  84. package/dist/components/LotCard/ui/LotCard.types.d.ts +234 -75
  85. package/dist/components/LotCard/utils/checkBedroomsCount.js +2 -2
  86. package/dist/components/LotCard/utils/const.d.ts +8 -0
  87. package/dist/components/LotCard/utils/const.js +11 -0
  88. package/dist/components/LotCard/utils/formatPrice.d.ts +1 -1
  89. package/dist/components/LotCard/utils/formatPrice.js +5 -6
  90. package/dist/components/LotCard/utils/getTagsFeatures.d.ts +4 -0
  91. package/dist/components/LotCard/utils/getTagsFeatures.js +13 -0
  92. package/dist/components/LotCard/utils/monthlyPayment.d.ts +1 -0
  93. package/dist/components/LotCard/utils/monthlyPayment.js +4 -0
  94. package/dist/components/LotCardSkeleton/index.d.ts +1 -0
  95. package/dist/components/LotCardSkeleton/index.js +4 -0
  96. package/dist/components/LotCardSkeleton/ui/LotCardSkeleton.d.ts +5 -0
  97. package/dist/components/LotCardSkeleton/ui/LotCardSkeleton.js +83 -0
  98. package/dist/components/MetroLabel/ui/MetroLabel.d.ts +0 -1
  99. package/dist/components/MetroLabel/ui/MetroLabel.js +19 -19
  100. package/dist/components/MetroLabel/ui/MetroLabel.types.d.ts +0 -1
  101. package/dist/components/MetroTag/ui/MetroTag.d.ts +1 -2
  102. package/dist/components/MetroTag/ui/MetroTag.js +121 -25
  103. package/dist/components/MetroTag/ui/MetroTag.types.d.ts +21 -6
  104. package/dist/components/Modal/ui/Modal.d.ts +2 -17
  105. package/dist/components/Modal/ui/Modal.js +63 -19594
  106. package/dist/components/Modal/ui/Modal.types.d.ts +21 -0
  107. package/dist/components/ModalSuccess/ModalSuccess.d.ts +2 -0
  108. package/dist/components/ModalSuccess/ModalSuccess.js +60 -0
  109. package/dist/components/ModalSuccess/ModalSuccess.types.d.ts +8 -0
  110. package/dist/components/ModalSuccess/ModalSuccess.types.js +1 -0
  111. package/dist/components/ModalSuccess/index.d.ts +1 -0
  112. package/dist/components/ModalSuccess/index.js +4 -0
  113. package/dist/components/NewIcon/icons/PinTrans.d.ts +3 -0
  114. package/dist/components/NewIcon/icons/PinTrans.js +6 -0
  115. package/dist/components/NewIcon/icons/SmallFilter.d.ts +3 -0
  116. package/dist/components/NewIcon/icons/SmallFilter.js +6 -0
  117. package/dist/components/NewIcon/index.d.ts +1 -1
  118. package/dist/components/NewIcon/index.js +3 -2
  119. package/dist/components/NewIcon/ui/NewIcon.d.ts +2 -2
  120. package/dist/components/NewIcon/ui/NewIcon.js +204 -99
  121. package/dist/components/NewIcon/ui/NewIcon.types.d.ts +0 -1
  122. package/dist/components/NewIcon/ui/iconTypes.d.ts +3 -0
  123. package/dist/components/NewIcon/ui/iconTypes.js +60 -0
  124. package/dist/components/ProjectCardSkeleton/index.d.ts +1 -0
  125. package/dist/components/ProjectCardSkeleton/index.js +4 -0
  126. package/dist/components/ProjectCardSkeleton/ui/ProjectCardSkeleton.d.ts +1 -0
  127. package/dist/components/ProjectCardSkeleton/ui/ProjectCardSkeleton.js +32 -0
  128. package/dist/components/RoundButton/ui/RoundButton.d.ts +1 -2
  129. package/dist/components/RoundButton/ui/RoundButton.js +56 -45
  130. package/dist/components/RoundButton/ui/RoundButton.types.d.ts +10 -2
  131. package/dist/components/RoundButton/ui/RoundButton.types.js +13 -6
  132. package/dist/components/Select/model/selectMode.d.ts +16 -0
  133. package/dist/components/Select/model/selectMode.js +64 -0
  134. package/dist/components/Select/ui/Category.d.ts +13 -0
  135. package/dist/components/Select/ui/Category.js +79 -0
  136. package/dist/components/Select/ui/Option.d.ts +15 -0
  137. package/dist/components/Select/ui/Option.js +7 -0
  138. package/dist/components/Select/ui/Select.d.ts +1 -3
  139. package/dist/components/Select/ui/Select.js +196 -79
  140. package/dist/components/Select/ui/Select.types.d.ts +62 -8
  141. package/dist/components/SliderNavigation/index.d.ts +0 -1
  142. package/dist/components/SliderNavigation/ui/SliderNavigation.d.ts +1 -2
  143. package/dist/components/SliderNavigation/ui/SliderNavigation.js +45 -32
  144. package/dist/components/SliderNavigation/ui/SliderNavigation.types.d.ts +7 -0
  145. package/dist/components/SortSelect/hooks/useSortSelect.d.ts +5 -4
  146. package/dist/components/SortSelect/hooks/useSortSelect.js +2 -2
  147. package/dist/components/SortSelect/ui/SortSelect.d.ts +0 -1
  148. package/dist/components/SortSelect/ui/SortSelect.js +67 -56
  149. package/dist/components/SortSelect/ui/SortSelect.types.d.ts +9 -2
  150. package/dist/components/SummarySelect/index.d.ts +1 -0
  151. package/dist/components/SummarySelect/index.js +4 -0
  152. package/dist/components/SummarySelect/ui/SummarySelect.d.ts +15 -0
  153. package/dist/components/SummarySelect/ui/SummarySelect.js +172 -0
  154. package/dist/components/Switcher/ui/Switcher.d.ts +1 -2
  155. package/dist/components/Switcher/ui/Switcher.js +45 -30
  156. package/dist/components/Switcher/ui/Switcher.types.d.ts +3 -1
  157. package/dist/components/TabSelect/index.d.ts +1 -0
  158. package/dist/components/TabSelect/index.js +4 -0
  159. package/dist/components/TabSelect/ui/TabSelect.d.ts +32 -0
  160. package/dist/components/TabSelect/ui/TabSelect.js +64 -0
  161. package/dist/components/TabSelect/ui/TabSelect.types.d.ts +0 -0
  162. package/dist/components/TabSelect/ui/TabSelect.types.js +1 -0
  163. package/dist/components/TabSwitcher/ui/TabSwitcher.d.ts +4 -4
  164. package/dist/components/TabSwitcher/ui/TabSwitcher.js +114 -34
  165. package/dist/components/TabSwitcher/ui/TabSwitcher.types.d.ts +23 -4
  166. package/dist/components/Tag/ui/Tag.d.ts +1 -2
  167. package/dist/components/Tag/ui/Tag.js +96 -44
  168. package/dist/components/Tag/ui/Tag.types.d.ts +22 -2
  169. package/dist/components/Tag/ui/Tag.types.js +20 -3
  170. package/dist/components/Text/ui/Text.d.ts +1 -2
  171. package/dist/components/Text/ui/Text.js +20 -27
  172. package/dist/components/Text/ui/Text.types.d.ts +0 -1
  173. package/dist/components/TextArea/TextArea.d.ts +8 -0
  174. package/dist/components/TextArea/TextArea.js +25 -0
  175. package/dist/components/ZoomControls/index.d.ts +1 -0
  176. package/dist/components/ZoomControls/index.js +4 -0
  177. package/dist/components/ZoomControls/ui/ZoomControls.d.ts +2 -0
  178. package/dist/components/ZoomControls/ui/ZoomControls.js +33 -0
  179. package/dist/components/ZoomControls/ui/ZoomControls.types.d.ts +6 -0
  180. package/dist/components/ZoomControls/ui/ZoomControls.types.js +1 -0
  181. package/dist/components/mobileButton/ui/MobileButton.d.ts +0 -1
  182. package/dist/components/mobileButton/ui/MobileButton.js +38 -38
  183. package/dist/components/mobileButton/ui/MobileButton.types.d.ts +0 -1
  184. package/dist/index-BJwl9stn.js +33872 -0
  185. package/dist/index-YnD2EP-S.js +43 -0
  186. package/dist/layout/Layout.d.ts +5 -0
  187. package/dist/layout/Layout.js +11 -0
  188. package/dist/layout/components/Header/Header.d.ts +1 -0
  189. package/dist/layout/components/Header/Header.js +141 -0
  190. package/dist/layout/components/Menu.d.ts +1 -0
  191. package/dist/layout/components/Menu.js +109 -0
  192. package/dist/main.d.ts +14 -0
  193. package/dist/main.js +70 -42
  194. package/dist/pages/ButtonsPage/Buttons.d.ts +1 -0
  195. package/dist/pages/ButtonsPage/Buttons.js +106 -0
  196. package/dist/pages/CheckboxPage/CheckboxPage.d.ts +1 -0
  197. package/dist/pages/CheckboxPage/CheckboxPage.js +224 -0
  198. package/dist/pages/FormsPage/FormsPage.d.ts +2 -0
  199. package/dist/pages/FormsPage/FormsPage.js +58 -0
  200. package/dist/pages/HomePage/HomePage.d.ts +2 -0
  201. package/dist/pages/HomePage/HomePage.js +7 -0
  202. package/dist/pages/IconsPage/IconsPage.d.ts +1 -0
  203. package/dist/pages/IconsPage/IconsPage.js +19 -0
  204. package/dist/pages/InputPage/InputPage.d.ts +1 -0
  205. package/dist/pages/InputPage/InputPage.js +13 -0
  206. package/dist/pages/LogoPage/LogoPage.d.ts +1 -0
  207. package/dist/pages/LogoPage/LogoPage.js +16 -0
  208. package/dist/pages/LotsPage/LotsPage.d.ts +1 -0
  209. package/dist/pages/LotsPage/LotsPage.js +74 -0
  210. package/dist/pages/LotsPage/const.d.ts +4 -0
  211. package/dist/pages/LotsPage/const.js +678 -0
  212. package/dist/pages/ModalsPage/ModalPage.d.ts +2 -0
  213. package/dist/pages/ModalsPage/ModalPage.js +110 -0
  214. package/dist/pages/SelectPage/SelectPage.d.ts +1 -0
  215. package/dist/pages/SelectPage/SelectPage.js +211 -0
  216. package/dist/pages/SelectPage/const.d.ts +13 -0
  217. package/dist/pages/SelectPage/const.js +35 -0
  218. package/dist/pages/TabsPage/TabsPage.d.ts +2 -0
  219. package/dist/pages/TabsPage/TabsPage.js +168 -0
  220. package/dist/pages/TagsPage/TagsPage.d.ts +1 -0
  221. package/dist/pages/TagsPage/TagsPage.js +64 -0
  222. package/dist/shared/checkLargeOffice.d.ts +2 -0
  223. package/dist/shared/checkLargeOffice.js +4 -0
  224. package/dist/shared/deepEqual.d.ts +1 -0
  225. package/dist/shared/deepEqual.js +16 -0
  226. package/dist/shared/fmtNumber.d.ts +1 -0
  227. package/dist/shared/fmtNumber.js +4 -0
  228. package/dist/shared/mlnRound.d.ts +1 -0
  229. package/dist/shared/mlnRound.js +8 -0
  230. package/dist/shared/useClientWidth.d.ts +2 -0
  231. package/dist/shared/useClientWidth.js +6 -6
  232. package/dist/stone-kit.css +1 -0
  233. package/dist/stories/entities/CommercialLotCard/CommercialLotCard.stories.js +166 -0
  234. package/dist/stories/entities/index.js +4 -0
  235. package/dist/stories/shared/ui/Button/Button.stories.js +118 -0
  236. package/dist/stories/shared/ui/CheckBox/CheckBox.stories.js +71 -0
  237. package/dist/stories/shared/ui/CheckBox/CheckBoxNew.stories.js +45 -0
  238. package/dist/stories/shared/ui/CheckboxSelect/CheckboxSelect.stories.js +114 -0
  239. package/dist/stories/shared/ui/DestinationTab/DestinationTab.stories.js +89 -0
  240. package/dist/stories/shared/ui/FieldInput/FieldInput.stories.js +31 -0
  241. package/dist/stories/shared/ui/FilterWithSave/FilterWithSave.stories.js +44 -0
  242. package/dist/stories/shared/ui/Flex/Flex.stories.js +74 -0
  243. package/dist/stories/shared/ui/FormModal/FormModal.stories.js +65 -0
  244. package/dist/stories/shared/ui/GroupedInput/GroupedInput.stories.js +68 -0
  245. package/dist/stories/shared/ui/Input/Input.stories.js +82 -0
  246. package/dist/stories/shared/ui/Logo/Logo.stories.js +75 -0
  247. package/dist/stories/shared/ui/MetroLabel/MetroLabel.stories.js +91 -0
  248. package/dist/stories/shared/ui/MetroTag/MetroTag.stories.js +96 -0
  249. package/dist/stories/shared/ui/MobileButton/MobileButton.stories.js +77 -0
  250. package/dist/stories/shared/ui/Modal/Modal.stories.js +77 -0
  251. package/dist/stories/shared/ui/ModalSuccess/ModalSuccess.stories.js +34 -0
  252. package/dist/stories/shared/ui/NewIcon/NewIcon.stories.js +38 -0
  253. package/dist/stories/shared/ui/RoundButton/RoundButton.stories.js +83 -0
  254. package/dist/stories/shared/ui/Select/Select.stories.js +81 -0
  255. package/dist/stories/shared/ui/SliderNavigation/SliderNavigation.stories.js +82 -0
  256. package/dist/stories/shared/ui/SortSelect/SortSelect.stories.js +87 -0
  257. package/dist/stories/shared/ui/SummarySelect/SummarySelect.stories.js +85 -0
  258. package/dist/stories/shared/ui/Switcher/Switcher.stories.js +77 -0
  259. package/dist/stories/shared/ui/TabSelect/TabSelect.stories.js +76 -0
  260. package/dist/stories/shared/ui/TabSwitcher/TabSwitcher.stories.js +76 -0
  261. package/dist/stories/shared/ui/Tag/Tag.stories.js +51 -0
  262. package/dist/stories/shared/ui/Text/Text.stories.js +22 -0
  263. package/dist/stories/shared/ui/TextArea/TextArea.stories.js +37 -0
  264. package/dist/stories/shared/ui/ZoomControls/ZoomControls.stories.js +91 -0
  265. package/dist/stories/shared/ui/index.js +62 -0
  266. package/dist/useLotCard-D-gK4J_o.js +186 -0
  267. package/dist/useSortSelect-IeonkD5d.js +79 -0
  268. package/package.json +39 -30
  269. package/dist/index-DIxK0V-G.js +0 -44
  270. package/dist/style.css +0 -1
  271. package/dist/useSortSelect-A7A_pNcU.js +0 -76
@@ -1,14 +1,14 @@
1
- import { useState as d, useCallback as u, useEffect as i } from "react";
2
- const l = () => {
3
- const [e, n] = d(0), t = u(() => {
1
+ import { useState as u, useCallback as c, useEffect as i } from "react";
2
+ const a = () => {
3
+ const [e, n] = u(0), t = c(() => {
4
4
  n(window.innerWidth);
5
5
  }, [n]);
6
6
  i(() => (window.addEventListener("resize", t), () => window.removeEventListener("resize", t)), []), i(() => {
7
7
  t();
8
8
  }, []);
9
- const r = e < 1024, s = e > 1023 && e < 1440, o = e >= 1440;
10
- return { currentClientWidth: e, isMobile: r, isTablet: s, isDesktop: o };
9
+ const s = e < 1024, o = typeof window < "u" ? window.innerWidth < 768 : !1, r = e >= 768 && e < 1440, d = e > 1023 && e < 1440, l = e >= 1440;
10
+ return { currentClientWidth: e, isMobile: s, isTablet: d, isDesktop: l, isMobileBorder: o, isFullTablet: r };
11
11
  };
12
12
  export {
13
- l as useClientWidth
13
+ a as useClientWidth
14
14
  };
@@ -0,0 +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}
@@ -0,0 +1,166 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import { l as o } from "../../../index-BJwl9stn.js";
3
+ import { CommercialLotCard as n } from "../../../components/CommercialLotCard/CommercialLotCard.js";
4
+ const l = {
5
+ id: 1,
6
+ lotUuid: "123-abc",
7
+ subTypeName: "Офис",
8
+ area: "150",
9
+ number: "A-101",
10
+ floor: 5,
11
+ floorsNumber: 10,
12
+ status: 1,
13
+ rentStatus: 1,
14
+ type: 3,
15
+ windowViews: ["На улицу", "Во двор"],
16
+ isCorner: !0,
17
+ isCatering: !1,
18
+ isDecoration: !0,
19
+ isWaterPipes: !0,
20
+ isDetachedBuilding: !1,
21
+ subType: 1,
22
+ additionFeatures: [{ val: "Отдельный вход", slug: "separate-entrance", icoImg: "" }],
23
+ housing: "Корпус 1",
24
+ endFloor: 5,
25
+ project: {
26
+ buildingYear: 2025,
27
+ name: "Project Name",
28
+ directions: [],
29
+ discount: "0",
30
+ id: 0,
31
+ address: "",
32
+ features: null,
33
+ frontFeatures: void 0,
34
+ geo: { lat: "", long: "" },
35
+ logoImg: void 0,
36
+ minimalLotPrice: {},
37
+ retailLotsCount: {},
38
+ salesOffice: void 0,
39
+ shortDesc: "",
40
+ showCatalog: !1,
41
+ showDetailPage: !1,
42
+ showPdfBtn: !1,
43
+ bigLotFeatures: [],
44
+ catalogFeatures: [],
45
+ sort: null,
46
+ isShowPayment: null,
47
+ createdAt: "",
48
+ updatedAt: "",
49
+ metro: [],
50
+ status: "",
51
+ sitPlanImg: ""
52
+ },
53
+ interiorPlanImg: "https://via.placeholder.com/295x213",
54
+ floorPlanImg: "https://via.placeholder.com/295x213",
55
+ name: null,
56
+ buildingQuarter: null,
57
+ hasBestPurchasingConditions: null,
58
+ bestPurchasingConditions: null,
59
+ cornerKitchenLiving: null,
60
+ projectUuid: null,
61
+ discount: null,
62
+ sellingPriceBeforeDiscount: null,
63
+ sellingPrice: null,
64
+ projectId: null,
65
+ showPriceFlg: null,
66
+ sellingPricePerMeter: null,
67
+ rentPricePerMeterPerYear: null,
68
+ rentPricePerMonth: null,
69
+ cardinalDirections: null,
70
+ discountVolume: null,
71
+ discountedPrice: null,
72
+ availableFrom: null,
73
+ handoverKeys: null,
74
+ address: null,
75
+ termsOfPurchase: null,
76
+ typeName: null,
77
+ direction: null,
78
+ typeSizeCode: null,
79
+ entrance: null,
80
+ doorNumber: null,
81
+ kitchenArea: null,
82
+ livingArea: null,
83
+ ceiling: null,
84
+ saleFloorMin: null,
85
+ saleFloorMax: null,
86
+ beginFloor: null,
87
+ mortgageMonthlyPayment: void 0,
88
+ roomsCount: null,
89
+ bedroomsCount: void 0,
90
+ section: null,
91
+ buildStage: null,
92
+ terrace: void 0,
93
+ pdfPresentation: void 0,
94
+ isPhone: null,
95
+ isMortgage: null,
96
+ isGarbageTube: null,
97
+ isPenthouse: void 0,
98
+ isApart: null,
99
+ isDoubleLevel: void 0,
100
+ isRamp: null,
101
+ isCloseToLift: null,
102
+ isOccupied: null,
103
+ isGab: null,
104
+ isFacing: null,
105
+ features: null,
106
+ liftPassenger: null,
107
+ liftService: void 0,
108
+ balcony: null,
109
+ bathroomWithWindow: null,
110
+ dressingRoom: null,
111
+ masterBedroom: null,
112
+ workroom: null,
113
+ objectId: "",
114
+ reservations: void 0,
115
+ businessType: null,
116
+ loggia: void 0,
117
+ condition: null,
118
+ inputType: void 0,
119
+ decoration: void 0,
120
+ layout: null,
121
+ repairType: null,
122
+ slug: "",
123
+ waterPipesCount: void 0,
124
+ workPlacesCount: null,
125
+ combinedWcsCount: null,
126
+ speciality: null,
127
+ showcaseWindows: null,
128
+ windowView: null,
129
+ promo: null,
130
+ promoText: void 0,
131
+ sitPlanImg: null,
132
+ createdAt: void 0,
133
+ updatedAt: void 0,
134
+ firstPaymentSum: void 0,
135
+ childLots: void 0,
136
+ recommended: null,
137
+ parking: void 0,
138
+ azimuthAngle: void 0
139
+ }, s = {
140
+ title: "entities/CommercialLotCard",
141
+ component: n,
142
+ parameters: {
143
+ layout: "centered"
144
+ },
145
+ tags: ["autodocs"]
146
+ }, a = {
147
+ args: {
148
+ lot: l
149
+ }
150
+ }, u = {
151
+ args: {
152
+ lot: l,
153
+ imgNode: /* @__PURE__ */ e("div", { style: { width: 295, height: 213, backgroundColor: "#eee", display: "flex", alignItems: "center", justifyContent: "center" }, children: "Custom Image" })
154
+ }
155
+ }, d = {
156
+ args: {
157
+ lot: l,
158
+ onPriceClickHandler: o()
159
+ }
160
+ };
161
+ export {
162
+ a as Default,
163
+ u as WithCustomImage,
164
+ d as WithPriceClickHandler,
165
+ s as default
166
+ };
@@ -0,0 +1,4 @@
1
+ import { default as r } from "./CommercialLotCard/CommercialLotCard.stories.js";
2
+ export {
3
+ r as CommercialLotCard
4
+ };
@@ -0,0 +1,118 @@
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";
4
+ const n = {
5
+ title: "shared/ui/Button",
6
+ component: s,
7
+ parameters: {
8
+ layout: "centered"
9
+ },
10
+ tags: ["autodocs"],
11
+ argTypes: {
12
+ variant: {
13
+ control: {
14
+ type: "select",
15
+ options: Object.keys(a)
16
+ }
17
+ },
18
+ size: {
19
+ control: {
20
+ type: "select",
21
+ options: ["large", "medium", "small", "tiny"]
22
+ }
23
+ },
24
+ width: {
25
+ control: {
26
+ type: "select",
27
+ options: ["auto", "full"]
28
+ }
29
+ }
30
+ },
31
+ args: {
32
+ onCLick: t(),
33
+ children: "Button"
34
+ }
35
+ }, i = {
36
+ args: {
37
+ variant: "blue"
38
+ }
39
+ }, l = {
40
+ args: {
41
+ variant: "gray"
42
+ }
43
+ }, c = {
44
+ args: {
45
+ variant: "whiteStroke"
46
+ }
47
+ }, g = {
48
+ args: {
49
+ variant: "sokolniki"
50
+ }
51
+ }, d = {
52
+ args: {
53
+ variant: "black"
54
+ }
55
+ }, m = {
56
+ args: {
57
+ variant: "whiteFilled"
58
+ }
59
+ }, u = {
60
+ args: {
61
+ variant: "shade"
62
+ }
63
+ }, p = {
64
+ args: {
65
+ variant: "volodiyaLight"
66
+ }
67
+ }, h = {
68
+ args: {
69
+ variant: "lightBlue"
70
+ }
71
+ }, y = {
72
+ args: {
73
+ variant: "transparent"
74
+ }
75
+ }, v = {
76
+ args: {
77
+ size: "large"
78
+ }
79
+ }, k = {
80
+ args: {
81
+ size: "medium"
82
+ }
83
+ }, B = {
84
+ args: {
85
+ size: "small"
86
+ }
87
+ }, L = {
88
+ args: {
89
+ size: "tiny"
90
+ }
91
+ }, S = {
92
+ args: {
93
+ pre: "🔥"
94
+ }
95
+ }, T = {
96
+ args: {
97
+ isLoading: !0
98
+ }
99
+ };
100
+ export {
101
+ d as Black,
102
+ i as Blue,
103
+ l as Gray,
104
+ v as Large,
105
+ h as LightBlue,
106
+ T as Loading,
107
+ k as Medium,
108
+ u as Shade,
109
+ B as Small,
110
+ g as Sokolniki,
111
+ L as Tiny,
112
+ y as Transparent,
113
+ p as VolodiyaLight,
114
+ m as WhiteFilled,
115
+ c as WhiteStroke,
116
+ S as WithIcon,
117
+ n as default
118
+ };
@@ -0,0 +1,71 @@
1
+ import { l as e } from "../../../../index-BJwl9stn.js";
2
+ import { CheckBox as s } from "../../../../components/CheckBox/CheckBox.js";
3
+ const r = {
4
+ title: "shared/ui/CheckBox",
5
+ component: s,
6
+ parameters: {
7
+ layout: "centered"
8
+ },
9
+ tags: ["autodocs"],
10
+ argTypes: {
11
+ variant: {
12
+ control: {
13
+ type: "select",
14
+ options: ["light", "dark"]
15
+ }
16
+ }
17
+ },
18
+ args: {
19
+ onClick: e(),
20
+ emitIsChecked: e()
21
+ }
22
+ }, c = {
23
+ args: {
24
+ isChecked: !1
25
+ }
26
+ }, o = {
27
+ args: {
28
+ isChecked: !0
29
+ }
30
+ }, i = {
31
+ args: {
32
+ isChecked: !1,
33
+ text: "Check me"
34
+ }
35
+ }, l = {
36
+ args: {
37
+ isChecked: !1,
38
+ error: !0
39
+ }
40
+ }, d = {
41
+ args: {
42
+ size_s: !0,
43
+ isChecked: !1
44
+ }
45
+ }, h = {
46
+ args: {
47
+ size_m: !0,
48
+ isChecked: !1
49
+ }
50
+ }, k = {
51
+ args: {
52
+ size_l: !0,
53
+ isChecked: !1
54
+ }
55
+ }, n = {
56
+ args: {
57
+ variant: "dark",
58
+ isChecked: !1
59
+ }
60
+ };
61
+ export {
62
+ o as Checked,
63
+ n as Dark,
64
+ c as Default,
65
+ k as Large,
66
+ h as Medium,
67
+ d as Small,
68
+ l as WithError,
69
+ i as WithText,
70
+ r as default
71
+ };
@@ -0,0 +1,45 @@
1
+ import { l as e } from "../../../../index-BJwl9stn.js";
2
+ import { CheckBoxNew as t } from "../../../../components/CheckBoxNew/CheckBoxNew.js";
3
+ const a = {
4
+ title: "shared/ui/CheckBoxNew",
5
+ component: t,
6
+ parameters: {
7
+ layout: "centered"
8
+ },
9
+ tags: ["autodocs"],
10
+ args: {
11
+ emitIsChecked: e()
12
+ }
13
+ }, r = {
14
+ args: {
15
+ isChecked: !1
16
+ }
17
+ }, c = {
18
+ args: {
19
+ isChecked: !0
20
+ }
21
+ }, i = {
22
+ args: {
23
+ isChecked: !1,
24
+ text: "Check me"
25
+ }
26
+ }, d = {
27
+ args: {
28
+ isChecked: !1,
29
+ error: !0
30
+ }
31
+ }, h = {
32
+ args: {
33
+ isChecked: !1,
34
+ modalFontSize: !0,
35
+ text: "Modal font size"
36
+ }
37
+ };
38
+ export {
39
+ c as Checked,
40
+ r as Default,
41
+ h as ModalFontSize,
42
+ d as WithError,
43
+ i as WithText,
44
+ a as default
45
+ };