stone-kit 0.0.1026 → 0.0.1028
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.
- package/dist/App.js +1 -1
- package/dist/{Menu-DKuZheFD.js → Menu-CdJTzN7T.js} +157 -176
- package/dist/{Option-DU8cvBnA.js → Option-rFBMQAPk.js} +1 -1
- package/dist/Router.js +1 -1
- package/dist/components/Button/ui/Button.d.ts +0 -1
- package/dist/components/Button/ui/Button.js +1 -1
- package/dist/components/Button/ui/Button.types.d.ts +0 -1
- package/dist/components/CheckBox/CheckBox.d.ts +0 -1
- package/dist/components/CheckBox/CheckBox.js +1 -1
- package/dist/components/CheckBox/CheckBox.types.d.ts +0 -2
- package/dist/components/CheckBoxNew/CheckBox.types.d.ts +0 -1
- package/dist/components/CheckBoxNew/CheckBoxNew.d.ts +0 -1
- package/dist/components/CheckBoxNew/CheckBoxNew.js +17 -17
- package/dist/components/CheckboxSelect/ui/CheckboxSelect.d.ts +0 -1
- package/dist/components/CheckboxSelect/ui/CheckboxSelect.js +34 -34
- package/dist/components/CommercialLotCard/CommercialLotCard.d.ts +0 -1
- package/dist/components/CommercialLotCard/CommercialLotCard.js +50 -7
- package/dist/components/CommercialLotCard/components/Price/Price.d.ts +0 -1
- package/dist/components/CommercialLotCard/components/Price/Price.js +25 -26
- package/dist/components/CommercialLotCard/components/Snippets/Snippets.d.ts +0 -1
- package/dist/components/CommercialLotCard/components/Snippets/Snippets.js +98 -27
- package/dist/components/CommercialLotCard/components/Tags/Tags.d.ts +0 -1
- package/dist/components/CommercialLotCard/components/Tags/Tags.js +17 -17
- package/dist/components/CommercialLotCard/types/CommercialLotCard.types.d.ts +0 -1
- package/dist/components/CommercialLotCard/types/LotCard.d.ts +0 -1
- package/dist/components/CommercialLotCard/utils/formatPrice.js +1 -2
- package/dist/components/CommercialLotCard/utils/getTagsFeatures.d.ts +1 -2
- package/dist/components/DestinationTab/ui/DestinationTab.d.ts +0 -1
- package/dist/components/DestinationTab/ui/DestinationTab.js +41 -41
- package/dist/components/DestinationTab/ui/DestinationTab.types.d.ts +0 -1
- package/dist/components/FieldInput/ui/FieldInput.d.ts +0 -1
- package/dist/components/FieldInput/ui/FieldInput.types.d.ts +0 -1
- package/dist/components/FilterWithSave/hooks/useFilterWithSave.d.ts +0 -1
- package/dist/components/FilterWithSave/hooks/useFilterWithSave.js +54 -26
- package/dist/components/FilterWithSave/ui/FilterWithSave.d.ts +0 -1
- package/dist/components/FilterWithSave/ui/FilterWithSave.js +328 -7
- package/dist/components/Flex/ui/Flex.d.ts +0 -1
- package/dist/components/Flex/ui/Flex.js +1 -1
- package/dist/components/Flex/ui/Flex.types.d.ts +0 -1
- package/dist/components/FormModal/ui/ModalForm.js +1430 -28
- package/dist/components/GroupedInput/ui/GroupedInputs.d.ts +0 -1
- package/dist/components/GroupedInput/ui/GroupedInputs.js +1 -1
- package/dist/components/GroupedInput/ui/GroupedInputs.types.d.ts +0 -1
- package/dist/components/Input/ui/Input.d.ts +1 -2
- package/dist/components/Input/ui/Input.js +234 -304
- package/dist/components/Logo/ui/Logo.d.ts +0 -1
- package/dist/components/Logo/ui/Logo.js +6 -6
- package/dist/components/LotCard/hooks/useLotCard.d.ts +0 -1
- package/dist/components/LotCard/hooks/useLotCard.js +6 -24
- package/dist/components/LotCard/index.js +2 -2
- package/dist/components/LotCard/ui/LotCard.d.ts +0 -1
- package/dist/components/LotCard/ui/LotCard.js +213 -10
- package/dist/components/LotCard/ui/LotCard.types.d.ts +0 -1
- package/dist/components/LotCard/utils/formatPrice.js +1 -2
- package/dist/components/LotCard/utils/getTagsFeatures.d.ts +1 -2
- package/dist/components/LotCardSkeleton/ui/LotCardSkeleton.js +1 -1
- package/dist/components/MetroLabel/ui/MetroLabel.d.ts +0 -1
- package/dist/components/MetroLabel/ui/MetroLabel.js +16 -16
- package/dist/components/MetroLabel/ui/MetroLabel.types.d.ts +0 -1
- package/dist/components/MetroTag/ui/MetroTag.d.ts +0 -1
- package/dist/components/MetroTag/ui/MetroTag.js +74 -74
- package/dist/components/MetroTag/ui/MetroTag.types.d.ts +0 -1
- package/dist/components/Modal/ui/Modal.d.ts +0 -1
- package/dist/components/Modal/ui/Modal.js +34 -37
- package/dist/components/Modal/ui/Modal.types.d.ts +0 -1
- package/dist/components/ModalSuccess/ModalSuccess.d.ts +0 -1
- package/dist/components/ModalSuccess/ModalSuccess.js +18 -19
- package/dist/components/ModalSuccess/ModalSuccess.types.d.ts +0 -1
- package/dist/components/NewIcon/icons/PinTrans.d.ts +0 -1
- package/dist/components/NewIcon/icons/SmallFilter.d.ts +0 -1
- package/dist/components/NewIcon/ui/NewIcon.d.ts +0 -1
- package/dist/components/NewIcon/ui/NewIcon.js +43 -33
- package/dist/components/NewIcon/ui/NewIcon.types.d.ts +0 -1
- package/dist/components/NewIcon/ui/iconTypes.d.ts +0 -1
- package/dist/components/ProjectCardSkeleton/ui/ProjectCardSkeleton.js +9 -11
- package/dist/components/RoundButton/ui/RoundButton.d.ts +0 -1
- package/dist/components/RoundButton/ui/RoundButton.js +2 -2
- package/dist/components/RoundButton/ui/RoundButton.types.d.ts +0 -1
- package/dist/components/Select/model/selectMode.d.ts +0 -1
- package/dist/components/Select/model/selectMode.js +30 -30
- package/dist/components/Select/ui/Category.d.ts +0 -1
- package/dist/components/Select/ui/Category.js +3 -3
- package/dist/components/Select/ui/Option.d.ts +0 -1
- package/dist/components/Select/ui/Option.js +2 -2
- package/dist/components/Select/ui/Select.d.ts +0 -1
- package/dist/components/Select/ui/Select.js +115 -115
- package/dist/components/SliderNavigation/index.d.ts +0 -1
- package/dist/components/SliderNavigation/ui/SliderNavigation.d.ts +0 -1
- package/dist/components/SliderNavigation/ui/SliderNavigation.js +6 -6
- package/dist/components/SortSelect/hooks/useSortSelect.d.ts +0 -1
- package/dist/components/SortSelect/hooks/useSortSelect.js +2 -2
- package/dist/components/SortSelect/index.js +1 -1
- package/dist/components/SortSelect/ui/SortSelect.d.ts +0 -1
- package/dist/components/SortSelect/ui/SortSelect.js +108 -26
- package/dist/components/SortSelect/ui/SortSelect.types.d.ts +0 -1
- package/dist/components/SummarySelect/ui/SummarySelect.d.ts +1 -1
- package/dist/components/SummarySelect/ui/SummarySelect.js +56 -61
- package/dist/components/Switcher/ui/Switcher.d.ts +0 -1
- package/dist/components/Switcher/ui/Switcher.js +1 -1
- package/dist/components/Switcher/ui/Switcher.types.d.ts +0 -1
- package/dist/components/TabSelect/ui/TabSelect.d.ts +0 -1
- package/dist/components/TabSelect/ui/TabSelect.js +5 -5
- package/dist/components/TabSwitcher/index.js +2 -2
- package/dist/components/TabSwitcher/ui/TabSwitcher.d.ts +0 -1
- package/dist/components/TabSwitcher/ui/TabSwitcher.js +118 -26
- package/dist/components/TabSwitcher/ui/TabSwitcher.types.d.ts +0 -1
- package/dist/components/Tag/ui/Tag.d.ts +0 -1
- package/dist/components/Tag/ui/Tag.js +91 -91
- package/dist/components/Tag/ui/Tag.types.d.ts +0 -1
- package/dist/components/Text/ui/Text.d.ts +0 -1
- package/dist/components/Text/ui/Text.js +1 -1
- package/dist/components/Text/ui/Text.types.d.ts +0 -1
- package/dist/components/TextArea/TextArea.js +1 -1
- package/dist/components/TextArea/TextArea.types.d.ts +0 -1
- package/dist/components/ZoomControls/ui/ZoomControls.d.ts +0 -1
- package/dist/components/ZoomControls/ui/ZoomControls.types.d.ts +0 -1
- package/dist/components/mobileButton/ui/MobileButton.d.ts +0 -1
- package/dist/components/mobileButton/ui/MobileButton.js +1 -1
- package/dist/components/mobileButton/ui/MobileButton.types.d.ts +0 -1
- package/dist/{index-DvCs2JPX.js → index-3E04UaC2.js} +9529 -9629
- package/dist/index-B2JRaoNz.js +48 -0
- package/dist/{index-DmANy9jd.js → index-CBdtKu-u.js} +272 -271
- package/dist/layout/Layout.d.ts +0 -1
- package/dist/layout/components/Header/Header.js +48 -71
- package/dist/layout/components/Menu.js +2 -24
- package/dist/main.js +70 -65
- package/dist/pages/ButtonsPage/ButtonState/ButtonState.d.ts +0 -1
- package/dist/pages/ButtonsPage/Buttons.js +21 -38
- package/dist/pages/FormsPage/FormsPage.js +26 -50
- package/dist/pages/IconsPage/IconsPage.js +9 -31
- package/dist/pages/InputPage/InputPage.js +10 -32
- package/dist/pages/LogoPage/LogoPage.js +13 -35
- package/dist/pages/LotsPage/LotsPage.js +18 -17
- package/dist/pages/LotsPage/const.d.ts +0 -1
- package/dist/pages/ModalsPage/ModalPage.js +46 -66
- package/dist/pages/SelectPage/SelectPage.js +58 -58
- package/dist/pages/TabsPage/TabsPage.js +19 -20
- package/dist/pages/TagsPage/TagsPage.js +23 -44
- package/dist/shared/checkLargeOffice.d.ts +0 -1
- package/dist/shared/checkLargeOffice.js +1 -1
- package/dist/shared/mlnRound.js +1 -2
- package/dist/stone-kit.css +1 -0
- package/dist/stories/entities/CommercialLotCard/CommercialLotCard.stories.js +2 -2
- package/dist/stories/shared/ui/Button/Button.stories.js +5 -5
- package/dist/stories/shared/ui/CheckBox/CheckBox.stories.js +1 -1
- package/dist/stories/shared/ui/CheckBox/CheckBoxNew.stories.js +1 -1
- package/dist/stories/shared/ui/CheckboxSelect/CheckboxSelect.stories.js +1 -1
- package/dist/stories/shared/ui/DestinationTab/DestinationTab.stories.js +1 -1
- package/dist/stories/shared/ui/FieldInput/FieldInput.stories.js +1 -1
- package/dist/stories/shared/ui/FilterWithSave/FilterWithSave.stories.js +2 -2
- package/dist/stories/shared/ui/FormModal/FormModal.stories.js +8 -8
- package/dist/stories/shared/ui/GroupedInput/GroupedInput.stories.js +1 -1
- package/dist/stories/shared/ui/Logo/Logo.stories.js +1 -1
- package/dist/stories/shared/ui/MobileButton/MobileButton.stories.js +1 -1
- package/dist/stories/shared/ui/Modal/Modal.stories.js +1 -1
- package/dist/stories/shared/ui/ModalSuccess/ModalSuccess.stories.js +1 -1
- package/dist/stories/shared/ui/RoundButton/RoundButton.stories.js +1 -1
- package/dist/stories/shared/ui/Select/Select.stories.js +1 -1
- package/dist/stories/shared/ui/SliderNavigation/SliderNavigation.stories.js +1 -1
- package/dist/stories/shared/ui/SortSelect/SortSelect.stories.js +2 -2
- package/dist/stories/shared/ui/SummarySelect/SummarySelect.stories.js +1 -1
- package/dist/stories/shared/ui/Switcher/Switcher.stories.js +1 -1
- package/dist/stories/shared/ui/TabSelect/TabSelect.stories.js +1 -1
- package/dist/stories/shared/ui/TabSwitcher/TabSwitcher.stories.js +2 -2
- package/dist/stories/shared/ui/Tag/Tag.stories.js +4 -4
- package/dist/stories/shared/ui/ZoomControls/ZoomControls.stories.js +1 -1
- package/dist/useLotCard-DG9doKCX.js +186 -0
- package/dist/useSortSelect-C72ddcYI.js +80 -0
- package/package.json +1 -1
- package/dist/FilterWithSave-DkVYQ7W8.js +0 -2473
- package/dist/index-rKuIKazb.js +0 -45
- package/dist/style.css +0 -1
- package/dist/useSortSelect-CjZXLFOG.js +0 -80
package/dist/index-rKuIKazb.js
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
function u(e) {
|
|
2
|
-
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
3
|
-
}
|
|
4
|
-
var a = { exports: {} };
|
|
5
|
-
/*!
|
|
6
|
-
Copyright (c) 2018 Jed Watson.
|
|
7
|
-
Licensed under the MIT License (MIT), see
|
|
8
|
-
http://jedwatson.github.io/classnames
|
|
9
|
-
*/
|
|
10
|
-
(function(e) {
|
|
11
|
-
(function() {
|
|
12
|
-
var f = {}.hasOwnProperty;
|
|
13
|
-
function s() {
|
|
14
|
-
for (var t = "", r = 0; r < arguments.length; r++) {
|
|
15
|
-
var n = arguments[r];
|
|
16
|
-
n && (t = o(t, i(n)));
|
|
17
|
-
}
|
|
18
|
-
return t;
|
|
19
|
-
}
|
|
20
|
-
function i(t) {
|
|
21
|
-
if (typeof t == "string" || typeof t == "number")
|
|
22
|
-
return t;
|
|
23
|
-
if (typeof t != "object")
|
|
24
|
-
return "";
|
|
25
|
-
if (Array.isArray(t))
|
|
26
|
-
return s.apply(null, t);
|
|
27
|
-
if (t.toString !== Object.prototype.toString && !t.toString.toString().includes("[native code]"))
|
|
28
|
-
return t.toString();
|
|
29
|
-
var r = "";
|
|
30
|
-
for (var n in t)
|
|
31
|
-
f.call(t, n) && t[n] && (r = o(r, n));
|
|
32
|
-
return r;
|
|
33
|
-
}
|
|
34
|
-
function o(t, r) {
|
|
35
|
-
return r ? t ? t + " " + r : t + r : t;
|
|
36
|
-
}
|
|
37
|
-
e.exports ? (s.default = s, e.exports = s) : window.classNames = s;
|
|
38
|
-
})();
|
|
39
|
-
})(a);
|
|
40
|
-
var c = a.exports;
|
|
41
|
-
const p = /* @__PURE__ */ u(c);
|
|
42
|
-
export {
|
|
43
|
-
p as c,
|
|
44
|
-
u as g
|
|
45
|
-
};
|
package/dist/style.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._root_ymbdb_1{display:flex;flex-direction:column;gap:40px}._optionsWrapper_ymbdb_7{display:flex;flex-wrap:wrap;gap:40px}._optionsWrapper_ymbdb_7 label{display:flex;flex-direction:column;gap:10px;font-weight:700}._optionsWrapper_ymbdb_7 select{margin-top:8px;padding:8px;font-size:14px;border-radius:4px;border:1px solid #ccc}._isLoading_ymbdb_26{display:flex;align-items:center}._root_1y1e6_1{padding:40px}@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_wkh0k_1{white-space:pre-wrap}._btnCommon_1n16j_1{position:relative;font-family:inherit;font-weight:500;display:flex;justify-content:center;align-items:center;box-sizing:border-box;text-align:center;border:1px solid transparent;border-radius:48px;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent}._btnCommon_1n16j_1:disabled{opacity:.2}._btnLoading_1n16j_20{pointer-events:none}._pre_1n16j_24,._post_1n16j_25{display:flex}._isHidden_1n16j_29{visibility:hidden}._auto-width_1n16j_33{width:max-content}._full-width_1n16j_37{width:100%}._tiny-size_1n16j_41{font-size:10px;line-height:12px;min-height:24px;padding:5px 11px;gap:4px}._small-size_1n16j_49{font-size:12px;line-height:16px;min-height:32px;padding:7px 11px;gap:8px}._medium-size_1n16j_57{font-size:14px;line-height:20px;min-height:40px;padding:9px 14px;gap:8px}._large-size_1n16j_65{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}._blue_1n16j_73{background:#015ff9;border:1px solid #015ff9;color:#fff}._blue_1n16j_73:hover{background:#024ac0;border:1px solid #024ac0}._blue_1n16j_73:active{background:#0645aa;border:1px solid #0645aa}._lightBlue_1n16j_87{background:#e7f0ff;border:1px solid #E7F0FF;color:#015ff9}._lightBlue_1n16j_87:hover{background:#d4e4ff;border:1px solid #D4E4FF}._lightBlue_1n16j_87:active{background:#015ff9;border:1px solid #015FF9;color:#fff}._sokolniki_1n16j_102{background:#60663e;border:1px solid #60663e;color:#fff}._sokolniki_1n16j_102:hover{background:#494f29;border:1px solid #494f29}._sokolniki_1n16j_102:active{background:#303519;border:1px solid #303519}._black_1n16j_116{background:#141416;border:1px solid #141416;color:#fff}._black_1n16j_116:hover{background:#23262f;border:1px solid #353945}._black_1n16j_116:active{background:#353945;border:1px solid #777e90}._gray_1n16j_130{background:#f4f5f6;border:1px solid #f4f5f6;color:#777e90}._gray_1n16j_130:hover{background:#f4f5f6;border:1px solid #b1b5c3}._gray_1n16j_130:active{background:#e6e8ec;border:1px solid #b1b5c3}._whiteStroke_1n16j_144{background:#fff;border:1px solid #e6e8ec;color:#141416}._whiteStroke_1n16j_144:hover{border:1px solid #b1b5c3}._whiteStroke_1n16j_144:active{border:1px solid #141416}._whiteFilled_1n16j_156{background:#fff;border:1px solid #ffffff;color:#141416}._whiteFilled_1n16j_156:hover{background:#fcfcfd;border:1px solid #f4f5f6}._whiteFilled_1n16j_156:active{background:#f4f5f6;border:1px solid #f4f5f6}._shade_1n16j_170{background:#23262f;border:1px solid #23262F;color:#fff}._transparent_1n16j_176{padding-left:0;padding-right:0;font-size:14px;line-height:20px;background:transparent;border:1px solid transparent;color:#015ff9}._transparent_1n16j_176:hover{opacity:.7}@keyframes _LoaderSpin_1n16j_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._volodiyaLight_1n16j_197{background:#353945;border:1px solid #353945;color:#fff}._loader_1n16j_203{position:absolute;animation:_LoaderSpin_1n16j_1 1.4s infinite linear}@media (min-width: 1024px){._tiny-size_m_1n16j_209{font-size:10px;line-height:12px;min-height:24px;padding:5px 11px;gap:4px}._small-size_m_1n16j_216{font-size:12px;line-height:16px;min-height:32px;padding:7px 11px;gap:8px}._medium-size_m_1n16j_223{font-size:14px;line-height:20px;min-height:40px;padding:9px 14px;gap:8px}._large-size_m_1n16j_230{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}}@media (min-width: 1440px){._tiny-size_l_1n16j_239{font-size:10px;line-height:12px;min-height:24px;padding:5px 11px;gap:4px}._small-size_l_1n16j_246{font-size:12px;line-height:16px;min-height:32px;padding:7px 11px;gap:8px}._medium-size_l_1n16j_253{font-size:14px;line-height:20px;min-height:40px;padding:9px 14px;gap:8px}._large-size_l_1n16j_260{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}}._btnCommon_1act6_1{font-family:inherit;font-weight:500;display:flex;flex-direction:column;justify-content:space-between;align-items:center;box-sizing:border-box;text-align:center;border:1px solid transparent;border-radius:48px;cursor:pointer}._btnCommon_1act6_1:disabled{opacity:.2}._auto-width_1act6_18{width:auto}._full-width_1act6_22{width:100%}._small-size_1act6_26{font-size:10px;line-height:12px;min-height:56px;padding:7px 11px;gap:4px}._whiteFilled_1act6_34{background:#fff;border:1px solid #ffffff;color:#777e90}._whiteFilled_1act6_34:hover{background:#fcfcfd;border:1px solid #f4f5f6}._whiteFilled_1act6_34:active{background:#f4f5f6;border:1px solid #f4f5f6}._destination_1c7de_1{display:flex;justify-content:space-between;align-items:center;gap:8px;border-radius:110px;cursor:pointer}._destination_1c7de_1 input{border:0;clip:rect(0 0 0 0);clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}._destination_1c7de_1 span{display:block;width:8px;height:8px;border-radius:50%}._auto-width_1c7de_29{width:max-content}._full-width_1c7de_33{width:100%}._medium-size_1c7de_37{padding:9px 23px}._medium-size_1c7de_37 ._destinationName_1c7de_40{font-size:14px;line-height:20px;font-weight:500}._medium-size_1c7de_37 ._routeText_1c7de_45{font-size:12px;line-height:16px;font-weight:500}._large-size_1c7de_51{padding:11px 31px}._large-size_1c7de_51 ._destinationName_1c7de_40{font-size:16px;line-height:24px;font-weight:500}._large-size_1c7de_51 ._routeText_1c7de_45{font-size:14px;line-height:20px;font-weight:500}._whiteStroke_1c7de_65{color:#353945;border:1px solid #f4f5f6}._whiteStroke_1c7de_65:hover{border:1px solid #b1b5c3}._whiteStroke_1c7de_65:active{background-color:#e6e8ec}._whiteStroke_1c7de_65 ._routeText_1c7de_45,._whiteStroke_1c7de_65 ._routeWrapper_1c7de_78{color:#777e90}._whiteStroke_1c7de_65:has(input:checked){border:1px solid #141416;background-color:#141416;color:#fff}._whiteStroke_1c7de_65:has(input:checked):hover{border:1px solid #353945;background-color:#23262f}._whiteStroke_1c7de_65:has(input:checked):active{background-color:#353945;border:1px solid #777E90}._whiteStroke_1c7de_65:has(input:checked) ._routeText_1c7de_45{color:#b1b5c3}._whiteStroke_1c7de_65:has(input:checked) ._routeWrapper_1c7de_78{color:#b1b5c3}._routeWrapper_1c7de_78{display:flex;gap:4px;justify-content:space-between;align-items:center}@media (min-width: 1024px){._medium-size_m_1c7de_109{padding:9px 23px}._medium-size_m_1c7de_109 ._destinationName_1c7de_40{font-size:14px;line-height:20px;font-weight:500}._medium-size_m_1c7de_109 ._routeText_1c7de_45{font-size:12px;line-height:16px;font-weight:500}._large-size_m_1c7de_122{padding:11px 31px}._large-size_m_1c7de_122 ._destinationName_1c7de_40{font-size:16px;line-height:24px;font-weight:500}._large-size_m_1c7de_122 ._routeText_1c7de_45{font-size:14px;line-height:20px;font-weight:500}}@media (min-width: 1440px){._medium-size_l_1c7de_137{padding:9px 23px}._medium-size_l_1c7de_137 ._destinationName_1c7de_40{font-size:14px;line-height:20px;font-weight:500}._medium-size_l_1c7de_137 ._routeText_1c7de_45{font-size:12px;line-height:16px;font-weight:500}._large-size_l_1c7de_150{padding:11px 31px}._large-size_l_1c7de_150 ._destinationName_1c7de_40{font-size:16px;line-height:24px;font-weight:500}._large-size_l_1c7de_150 ._routeText_1c7de_45{font-size:14px;line-height:20px;font-weight:500}}._btnRound_z7oq7_1{display:flex;justify-content:center;align-items:center;border-radius:50%;padding:7px;box-sizing:border-box;outline:none;-webkit-tap-highlight-color:transparent;cursor:pointer}._btnRound_z7oq7_1:disabled{pointer-events:none;opacity:.4}._btnRound_z7oq7_1:focus{outline:0}._tiny-size_z7oq7_20{width:24px;height:24px;padding:5px}._small-size_z7oq7_26{width:32px;height:32px}._medium-size_z7oq7_31{width:40px;height:40px;padding:9px}._large-size_z7oq7_37{width:48px;height:48px;padding:11px}._whiteStroke_z7oq7_43{border:1px solid #e6e8ec;background-color:#fff}._whiteFilled_z7oq7_48{border:1px solid #ffffff;background-color:#fff}._whiteTransparent_z7oq7_53{border:1px solid #E6E8EC;background-color:transparent}._blackFill_z7oq7_58{border:1px solid #141416;background-color:#141416}._blackStroke_z7oq7_63{border:1px solid #141416;background-color:#fff}._blackStroke_z7oq7_63 div{color:#141416}._fullGray_z7oq7_71{border:1px solid #F4F5F6;background-color:#f4f5f6}._fullGray_z7oq7_71 div{color:#141416}._blue_z7oq7_79{border:1px solid #015FF9;background-color:#015ff9}@media (min-width: 1024px){._tiny-size_m_z7oq7_85{width:24px;height:24px;padding:5px}._small-size_m_z7oq7_90{width:32px;height:32px}._medium-size_m_z7oq7_94{width:40px;height:40px;padding:9px}._large-size_m_z7oq7_99{width:48px;height:48px;padding:11px}._whiteStroke_z7oq7_43:hover{border:1px solid #b1b5c3}._whiteStroke_z7oq7_43:active{border:1px solid #141416}._blackFill_z7oq7_58:hover{background:#23262f;border:1px solid #353945}._blackFill_z7oq7_58:active{background:#353945;border:1px solid #777E90}}@media (min-width: 1440px){._tiny-size_l_z7oq7_120{width:24px;height:24px;padding:5px}._small-size_l_z7oq7_125{width:32px;height:32px}._medium-size_l_z7oq7_129{width:40px;height:40px;padding:9px}._large-size_l_z7oq7_134{width:48px;height:48px;padding:11px}}._tagCommon_1tvrs_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;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}._tagCommon_1tvrs_1:disabled{opacity:.2}._auto-width_1tvrs_19{width:max-content}._full-width_1tvrs_23{width:100%}._medium-size_1tvrs_27{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._mini-size_1tvrs_35{font-size:10px;line-height:12px;min-height:20px;padding:4px 6px;gap:4px}._mini-12px-size_1tvrs_43{font-size:12px;line-height:16px;min-height:20px;padding:1px 13px;gap:4px}._tiny-size_1tvrs_51{font-size:10px;line-height:12px;min-height:24px;padding:5px 12px;gap:4px}._small-size_1tvrs_59{font-size:12px;line-height:16px;min-height:32px;padding:7px 15px;gap:4px}._preLarge-size_1tvrs_67{font-size:14px;line-height:20px;min-height:44px;padding:12px 24px;gap:10px}._large-size_1tvrs_75{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}._tiny-7px-size_1tvrs_83{font-size:10px;line-height:12px;min-height:24px;padding:5px 7px;gap:2px}._tiny-10px-size_1tvrs_91{font-size:10px;line-height:12px;min-height:24px;padding:5px 10px;gap:6px}._tiny-12px-size_1tvrs_99{font-size:12px;line-height:16px;min-height:24px;padding:3px 11px;gap:6px}._small-10px-size_1tvrs_107{font-size:12px;line-height:16px;min-height:32px;padding:7px 10px;gap:4px}._small-13px-size_1tvrs_115{font-size:12px;line-height:16px;min-height:32px;padding:7px 13px;gap:7px}._small-font-14-size_1tvrs_123{font-size:14px;line-height:20px;min-height:32px;padding:4px 15px;gap:7px}._extra-small-size_1tvrs_131{font-size:14px;line-height:20px;min-height:28px;padding:3px 13px;gap:4px}._small-height-28px-size_1tvrs_139{font-size:12px;line-height:16px;min-height:28px;padding:5px 15px;gap:6px}._red_1tvrs_147{background:#ec5353;border:1px solid #ec5353;color:#fff}._gray_1tvrs_153{background:#f4f5f6;border:none;color:#353945}._shade_1tvrs_159{background:#141416cc;border:none;color:#fff}._blackGrey_1tvrs_165{background-color:#23262f;border:none;color:#e6e8ec}._blackWhite_1tvrs_171{background:#23262f;border:1px solid #23262f;color:#fff}._gray5_1tvrs_177{background-color:#fff;border:1px solid #B1B5C3;color:#141416}._gray8_1tvrs_183{background-color:#fcfcfd;border:1px solid #FCFCFD;color:#141416}._chineseBlack_1tvrs_189{background-color:#141416;border:none;color:#fff;font-weight:500}._white_1tvrs_196{background-color:#fff;border:solid 1px #E6E8EC;color:#353945;font-weight:500}._fullWhite_1tvrs_203{background-color:#fff;border:solid 1px #ffffff;color:#141416;font-weight:500}._shadeWhite_1tvrs_210{position:relative;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:#fffc;border:none;color:#353945;font-weight:500}._transparent_1tvrs_220{color:#b1b5c3;border:1px solid #B1B5C3;background:transparent;font-weight:500}._transWhite_1tvrs_227{position:relative;background-color:#ffffff4d;border:none;color:#fff;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-weight:500}._neutralGray6_1tvrs_237{background:#e6e8ec;border:1px solid #E6E8EC;color:#141416}._whiteGrayStroke_1tvrs_243{background-color:#fff;border:1px solid #e6e8ec;color:#777e90;font-weight:500}._whiteGray_1tvrs_243{background-color:#fff;border:1px solid #FFFFFF;color:#777e90;font-weight:500}._lightGray_1tvrs_257{background:#f4f5f6;border:none;color:#777e90}._black_1tvrs_165{background-color:#141416;border:1px solid #141416;color:#fff}._blackStroke_1tvrs_269{background:#fff;border:1px solid #141416;color:#141416;font-weight:500}._darkGray_1tvrs_276{background:#777e90;color:#fff}._lightBlue_1tvrs_281{background:#e7f0ff;border:1px solid #E7F0FF;color:#015ff9}._lightGrayTrans_1tvrs_287{border:1px solid #777E90;background:transparent;color:#b1b5c3}._whiteGrayTrans_1tvrs_293{border:1px solid #FFFFFF;background:transparent;color:#fff}._tiny-fontWeight_1tvrs_299{font-weight:300}._medium-fontWeight_1tvrs_303{font-weight:400}._large-fontWeight_1tvrs_307{font-weight:500}@media (min-width: 1024px){._mini-size_m_1tvrs_312{font-size:10px;line-height:12px;min-height:20px;padding:4px 6px;gap:4px}._tiny-size_m_1tvrs_319{font-size:10px;line-height:12px;min-height:24px;padding:5px 12px;gap:4px}._medium-size_m_1tvrs_326{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._small-size_m_1tvrs_333{font-size:12px;line-height:16px;min-height:32px;padding:7px 15px;gap:4px}._preLarge_size_m_1tvrs_340{font-size:14px;line-height:20px;min-height:44px;padding:12px 24px;gap:10px}._large-size_m_1tvrs_347{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}._tiny-7px-size_m_1tvrs_354{font-size:10px;line-height:12px;min-height:24px;padding:5px 7px;gap:2px}._tiny-10px-size_m_1tvrs_361{font-size:10px;line-height:12px;min-height:24px;padding:5px 10px;gap:6px}._tiny-12px-size_m_1tvrs_368{font-size:12px;line-height:16px;min-height:24px;padding:3px 11px;gap:6px}._small-10px-size_m_1tvrs_375{font-size:12px;line-height:16px;min-height:32px;padding:7px 10px;gap:4px}._small-13px-size_m_1tvrs_382{font-size:12px;line-height:16px;min-height:32px;padding:7px 13px;gap:7px}._small-font-14-size_m_1tvrs_389{font-size:14px;line-height:20px;min-height:32px;padding:4px 15px;gap:7px}._mini-12px-size_m_1tvrs_396{font-size:12px;line-height:16px;min-height:20px;padding:1px 13px;gap:4px}._extra-small-size_m_1tvrs_403{font-size:14px;line-height:20px;min-height:28px;padding:3px 13px;gap:4px}._small-height-28px-size_m_1tvrs_410{font-size:12px;line-height:16px;min-height:28px;padding:5px 15px;gap:6px}}@media (min-width: 1440px){._mini-size_l_1tvrs_419{font-size:10px;line-height:12px;min-height:20px;padding:4px 6px;gap:4px}._tiny-size_l_1tvrs_426{font-size:10px;line-height:12px;min-height:24px;padding:5px 12px;gap:4px}._medium-size_l_1tvrs_433{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._small-size_l_1tvrs_440{font-size:12px;line-height:16px;min-height:32px;padding:7px 15px;gap:4px}._preLarge-size_l_1tvrs_447{font-size:14px;line-height:20px;min-height:44px;padding:12px 24px;gap:10px}._large-size_l_1tvrs_454{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}._tiny-7px-size_l_1tvrs_461{font-size:10px;line-height:12px;min-height:24px;padding:5px 7px;gap:2px}._tiny-10px-size_l_1tvrs_468{font-size:10px;line-height:12px;min-height:24px;padding:5px 10px;gap:6px}._tiny-12px-size_l_1tvrs_475{font-size:12px;line-height:16px;min-height:24px;padding:3px 11px;gap:6px}._small-10px-size_l_1tvrs_482{font-size:12px;line-height:16px;min-height:32px;padding:7px 10px;gap:4px}._small-13px-size_l_1tvrs_489{font-size:12px;line-height:16px;min-height:32px;padding:7px 13px;gap:7px}._small-font-14-size_l_1tvrs_496{font-size:14px;line-height:20px;min-height:32px;padding:4px 15px;gap:7px}._mini-12px-size_l_1tvrs_503{font-size:12px;line-height:16px;min-height:20px;padding:1px 13px;gap:4px}._extra-small-size_l_1tvrs_510{font-size:14px;line-height:20px;min-height:28px;padding:3px 13px;gap:4px}._small-height-28px-size_l_1tvrs_517{font-size:12px;line-height:16px;min-height:28px;padding:5px 15px;gap:6px}}@keyframes _swiperForward_1b1pd_1{0%{background:#b1b5c3;border:1px solid #b1b5c3}50%{background:#777e90;border:1px solid #777e90}to{background:#015ff9;border:1px solid #015ff9}}@keyframes _swiperBackward_1b1pd_1{0%{background:#015ff9;border:1px solid #015ff9}50%{background:#024ac0;border:1px solid #024AC0}to{background:#b1b5c3;border:1px solid #b1b5c3}}._switcherWrapper_1b1pd_29{display:flex;gap:8px;align-items:center;font-size:14px;line-height:20px;font-weight:500;outline:none;-webkit-tap-highlight-color:transparent}._switcherWrapperReverse_1b1pd_40{flex-direction:row-reverse}._switcherWrapperBetween_1b1pd_44{justify-content:space-between}._swiper_1b1pd_48{position:relative;width:36px;height:20px;padding:1px;border-radius:50px;border:1px solid #b1b5c3;background:#b1b5c3;box-sizing:border-box;cursor:pointer;outline:none;color:green;animation:_swiperBackward_1b1pd_1 0s ease}._swiperActive_1b1pd_63{animation:_swiperForward_1b1pd_1 .3s ease;animation-fill-mode:forwards}._swiperInactive_1b1pd_68{animation:_swiperBackward_1b1pd_1 .3s ease;animation-fill-mode:forwards}._swiperInitialize_1b1pd_73._swiperInactive_1b1pd_68,._swiperInitialize_1b1pd_73._swiperActive_1b1pd_63{animation-duration:0s}._swiperPoint_1b1pd_77{position:relative;left:0;width:16px;height:16px;border-radius:50%;background:#fff;box-sizing:border-box;transition:all .3s ease;box-shadow:0 4px 4px #1414163d}._swiperPointActive_1b1pd_89{left:16px}._swiper_1b1pd_48:before{display:none;position:absolute;content:"";width:8px;height:8px;left:4px;top:50%;transform:translateY(-50%);border-radius:50%;background-color:#fff;opacity:.5}@media (min-width: 1024px) and (pointer: fine){._swiperActive_1b1pd_63:hover:before{display:block;left:4px}._swiperInactive_1b1pd_68:hover:before,._swiperInitialize_1b1pd_73:hover:before{display:block;left:unset;right:4px}._swiperInitialize_1b1pd_73._swiperActive_1b1pd_63:hover:before{left:4px;right:unset}}@media (min-width: 1440px){._switcherWrapper_1b1pd_29{font-size:16px;line-height:24px;gap:12px}}._root_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}}._root_1dq3m_1{display:flex;width:100%;position:relative}._root_1dq3m_1>div:not(:first-of-type){border-left-width:.5px;border-top-left-radius:0;border-bottom-left-radius:0}._root_1dq3m_1>div:not(:first-of-type) input{padding-left:12px}._root_1dq3m_1>div:not(:last-of-type){border-right-width:.5px;border-top-right-radius:0;border-bottom-right-radius:0}._root_1dq3m_1>div:not(:last-of-type) input{padding-left:4px}._root_16fjr_1{display:flex;flex-wrap:wrap;gap:4px;padding:10px 24px;border-radius:110px;width:max-content;box-sizing:border-box}._root_16fjr_1 span{display:block;width:8px;height:8px;border-radius:50%}._iconsWrapper_16fjr_17{display:flex;align-items:center}._iconsWrapper_16fjr_17 span:nth-child(n+2){width:10px;height:10px;margin-left:-2px}._metroColor_16fjr_27{display:flex;align-items:center;font-size:14px;line-height:20px;font-weight:400;gap:8px;color:#353945}._route_16fjr_37{display:flex;align-items:center;gap:4px;font-size:14px;line-height:20px;font-weight:400;color:#777e90}._auto_16fjr_47{width:max-content}._full_16fjr_51{width:100%}._transparent_16fjr_55{padding:0;background:none}._long_16fjr_60{justify-content:space-between}._mini_16fjr_64{padding:8px 16px}._metroColorMini_16fjr_68{font-size:12px;line-height:16px}._metroColorMini_16fjr_68 span{width:6px;height:6px}._routeMini_16fjr_77{font-size:12px;line-height:16px}._routeMini_16fjr_77>div{width:16px!important;height:16px!important}._routeMini_16fjr_77 svg{width:16px;height:16px}._withBg_16fjr_90{background:#f4f5f6}._withWhiteBg_16fjr_94{background:#fff}@media (min-width: 1024px){._root_16fjr_1{padding:10px 24px;border-radius:110px}._metroColor_16fjr_27{font-size:12px;line-height:16px}._transparent_16fjr_55{padding:0;background:none}._mini_16fjr_64{padding:8px 16px}}@media (min-width: 1440px){._metroColor_16fjr_27{font-size:14px;line-height:20px}._route_16fjr_37{font-weight:500}._mini_16fjr_64{padding:10px 24px}._metroColorMini_16fjr_68{font-size:14px;line-height:20px}._metroColorMini_16fjr_68 span{width:8px;height:8px}._routeMini_16fjr_77{font-size:12px;line-height:16px}._routeMini_16fjr_77>div{width:20px!important;height:20px!important}._routeMini_16fjr_77 svg{width:20px;height:20px}}._multiSelectWrapper_1vjmo_1{position:relative;width:100%;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}._selectedOptions_1vjmo_8{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_1vjmo_26{flex:1 1 auto;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._selectedOptionsBtn_1vjmo_34{flex:0 0 auto;color:#141416}._small-size_1vjmo_39{font-size:12px;line-height:16px;min-height:32px;padding:7px 32px 7px 11px}._medium-size_1vjmo_46{font-size:14px;line-height:20px;min-height:40px;padding:9px 32px 9px 15px}._large-size_1vjmo_53{font-size:16px;line-height:24px;min-height:48px;padding:11px 34px 11px 23px}._selectedOptionsOpened_1vjmo_60{border:1px solid #141416}._selectedOptionsNotEmpty_1vjmo_64{color:#141416;border:1px solid #015FF9}._selectOptionsDisabled_1vjmo_69{pointer-events:none;background:#f4f5f6;border:1px solid #E6E8EC;color:#b1b5c3}._optionsOuterContainer_1vjmo_76{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}._optionsList_1vjmo_89{padding:12px 12px 12px 24px;scrollbar-width:thin;max-height:262px;overscroll-behavior:contain;overflow-y:auto}._optionsList_1vjmo_89::-webkit-scrollbar{width:4px;-webkit-appearance:none}._optionsList_1vjmo_89::-webkit-scrollbar-thumb{background-color:#b1b5c3;background-clip:content-box;border:none;border-radius:16px}._optionsList_1vjmo_89::-webkit-scrollbar-track{background-color:transparent}._optionsList_1vjmo_89::-webkit-scrollbar-button{display:none}._optionsList_1vjmo_89{scrollbar-width:thin;scrollbar-color:#b1b5c3 transparent}._lastList_1vjmo_118{position:relative;top:4px}._listRight_1vjmo_123{right:0}._inputWrapper_1vjmo_127{cursor:pointer;display:flex;align-items:center}._inputWrapper_1vjmo_127 input{cursor:pointer}._option_1vjmo_76{opacity:.4;display:flex;justify-content:space-between;align-items:center;padding:12px 0;cursor:pointer;position:relative}._option_1vjmo_76:not(:last-child){border-bottom:1px solid #F4F5F6}._category_1vjmo_149{justify-content:space-between;word-break:break-word;padding-right:36px}._leftSide_1vjmo_155{display:flex;gap:8px}._optionCategory_1vjmo_160{gap:8px;justify-content:flex-start;margin-left:28px}._optionDisabled_1vjmo_166{opacity:.3}._optionClickable_1vjmo_170{opacity:1}._icon_1vjmo_174{position:absolute;right:12px;pointer-events:none}._iconArrow_1vjmo_180{position:absolute;right:0;padding:4px 10px}._iconBtn_1vjmo_186{right:50%;transform:translate(50%)!important}._iconBtn_1vjmo_186 svg{position:relative;top:-2px}@media (min-width: 1024px) and (pointer: fine){._selectedOptions_1vjmo_8:hover{border:1px solid #777E90}._small-size_m_1vjmo_199{font-size:12px;line-height:16px;min-height:32px;padding:7px 32px 7px 11px}._medium-size_m_1vjmo_205{font-size:14px;line-height:20px;min-height:40px;padding:9px 32px 9px 15px}._large-size_m_1vjmo_211{font-size:16px;line-height:24px;min-height:48px;padding:11px 34px 11px 23px}._option_1vjmo_76:hover{opacity:.7}._optionDisabled_1vjmo_166:hover{opacity:.3;cursor:not-allowed}}@media (min-width: 1440px){._small-size_l_1vjmo_226{font-size:12px;line-height:16px;min-height:32px;padding:7px 32px 7px 11px}._medium-size_l_1vjmo_232{font-size:14px;line-height:20px;min-height:40px;padding:9px 32px 9px 15px}._large-size_l_1vjmo_238{font-size:16px;line-height:24px;min-height:48px;padding:11px 34px 11px 23px}}._sortSelectWrapper_gj2vk_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_gj2vk_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_gj2vk_11:hover{border:1px solid #777E90}._selectModal_gj2vk_34{top:-64px}._selectionOptionMini_gj2vk_38{width:72px}._selectedOptionsOpened_gj2vk_42{border:1px solid #141416}._selectOptionsDisabled_gj2vk_46{pointer-events:none;background:#f4f5f6;border:1px solid #E6E8EC;color:#b1b5c3}._optionsList_gj2vk_53{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_gj2vk_68{width:100%;padding:8px 24px 24px;background:#fff;box-sizing:border-box;-webkit-tap-highlight-color:transparent}._mobileSortHeader_gj2vk_76{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_gj2vk_90{bottom:0;left:0;width:100%}._inputWrapper_gj2vk_96{position:relative;display:flex;align-items:center;height:100%}._inputWrapper_gj2vk_96 input{min-height:100%;cursor:pointer}._option_gj2vk_53{display:flex;justify-content:space-between;align-items:center;padding:12px 0;font-size:16px;line-height:24px;font-weight:500;cursor:pointer}._option_gj2vk_53:not(:last-child){border-bottom:1px solid #F4F5F6}._option_gj2vk_53:hover{opacity:.7}._icon_gj2vk_124{position:absolute;left:50%;transform:translate(-50%);pointer-events:none}._checkBox_gj2vk_131{width:24px;height:24px;border-radius:50%;border:1px solid #B1B5C3}._checkBoxChecked_gj2vk_138{display:flex;align-items:center;justify-content:center;border:1px solid #015FF9}._innerCheck_gj2vk_145{width:12px;height:12px;border-radius:50%;border:1px solid #015FF9;background:#015ff9}@media (min-width: 1024px){._optionsList_gj2vk_53{top:52px;min-width:375px;right:0}._selectedOptions_gj2vk_11{width:100%;max-width:unset}._icon_gj2vk_124{left:unset;right:16px;transform:translate(0)}._selectionOptionMini_gj2vk_38{width:92px;font-size:0}._selectionOptionMini_gj2vk_38~._icon_gj2vk_124{left:50%;transform:translate(-50%)}._sortSelectWrapperTop_gj2vk_176{position:unset}._optionListOnTop_gj2vk_179{top:unset;right:unset;bottom:52px;left:50%;transform:translate(-50%)}}@media (min-width: 1440px){._selectedOptions_gj2vk_11{display:flex;flex:1;width:100%;max-width:unset}._icon_gj2vk_124{left:unset;right:16px;transform:translate(0)}._selectionOptionMini_gj2vk_38{width:92px;font-size:0}._selectionOptionMini_gj2vk_38~._icon_gj2vk_124{left:50%;transform:translate(-50%)}}._sliderTag_1rvl9_1{min-width:82px}@media (min-width: 1440px){._sliderTag_1rvl9_1{min-width:102px}}@keyframes _pulsing_7lz45_1{0%{opacity:1}50%{opacity:.5}to{opacity:1}}._root_7lz45_12{display:flex;flex-direction:column;padding:32px 24px 24px;border:1px solid #e6e8ec;border-radius:24px;box-sizing:border-box;pointer-events:none}._projectRoot_7lz45_22{padding:24px}._lotImageWrapper_7lz45_26{position:relative;max-width:311px;width:100%;height:213px;margin:0 auto;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._projectLotImageWrapper_7lz45_37{height:141px}._lotInfoWrapper_7lz45_41{display:flex;flex-direction:column;gap:16px;margin:15px 0 0}._projectLotInfoWrapper_7lz45_48{margin:24px 0 0}._infoHeader_7lz45_52{width:250px;height:32px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._projectInfoHeader_7lz45_60{height:24px}._decor_7lz45_64{display:none}._decor_7lz45_64 span{display:block}._lotPropertyListMobile_7lz45_71{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}._lotPropertyItem_7lz45_79{display:flex;justify-content:space-between;height:37px;padding:8px 0;border-bottom:1px solid #F4F5F6;box-sizing:border-box}._lotPropertyItem_7lz45_79 div:first-child{width:80px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._lotPropertyItem_7lz45_79:not(:first-child){padding:7px 0;height:35px}._lotPropertyItem_7lz45_79 div:last-child{width:48px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._projectLotPropertyItem_7lz45_104{height:36px;padding:7px 0}._lotPropertyListDesktop_7lz45_109{display:none}._lotPriceWrapper_7lz45_113{margin:16px 0 0}._projectLotPriceWrapper_7lz45_117{margin:13px 0 0}._discountWrapper_7lz45_121{display:flex;justify-content:flex-end}._discountWrapper_7lz45_121>div{width:100px;height:24px;margin-left:auto;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._lotPricePerMetr_7lz45_134{width:max-content;display:none}._btnWrapper_7lz45_139{display:flex;gap:8px;margin:24px 0 0}._btnWrapper_7lz45_139>div:first-child{display:none}._btnWrapper_7lz45_139>div:last-child{width:100%;height:40px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._projectBtnWrapper_7lz45_155{display:none}@media (min-width: 1024px){._root_7lz45_12{flex-direction:row;gap:32px;padding:31px 30px 31px 32px}._projectRoot_7lz45_22{flex-direction:column;gap:unset;padding:24px}._lotImageWrapper_7lz45_26{max-width:148px;height:106px;margin:0}._projectLotImageWrapper_7lz45_37{max-width:311px;height:141px}._lotInfoWrapper_7lz45_41{display:flex;flex-direction:column;gap:0;margin:0}._projectLotInfoWrapper_7lz45_48{gap:16px;margin:24px 0 0}._projectInfoHeader_7lz45_60{height:24px}._decor_7lz45_64{display:block;margin:4px 0 0;width:115px;height:20px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._projectDecor_7lz45_201{display:none}._projectDecor_7lz45_201 span{display:block}._lotPropertyListMobile_7lz45_71{display:none}._projectLotPropertyListMobile_7lz45_210{display:flex}._lotPropertyListDesktop_7lz45_109{display:flex;gap:8px;margin:auto 0 0}._projectLotPropertyListDesktop_7lz45_218{display:none}._lotPropertyItemDesktop_7lz45_221{min-width:90px;height:40px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._discountWrapper_7lz45_121>div{width:120px;height:32px}._projectDiscountWrapper_7lz45_232>div{height:24px}._discountPrice_7lz45_235{font-size:14px;line-height:20px;gap:12px}._lotPricePerMetr_7lz45_134{display:block;margin:4px 0 0 auto;width:80px;height:16px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._lotPriceWrapper_7lz45_113{margin:0 0 0 auto}._projectLotPriceWrapper_7lz45_117{margin:13px 0 0}._projectLotPricePerMetr_7lz45_255{display:none}._btnWrapper_7lz45_139{justify-content:flex-end}._btnWrapper_7lz45_139>div:first-child{display:block;width:52px;height:40px;border-radius:24px;animation:2s ease-in-out _pulsing_7lz45_1 infinite;background:#e6e8ec}._btnWrapper_7lz45_139>div:last-child{height:40px;width:133px}}._root_pbslz_1{display:flex;gap:4px;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}._root_pbslz_1 label{display:flex;align-items:center;min-height:40px;min-width:max-content;border-radius:48px;box-sizing:border-box;cursor:pointer}._root_pbslz_1 input{border:0;clip:rect(0 0 0 0);clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}._whiteFill_pbslz_29 label{padding:9px 11px;border:1px solid #E6E8EC;background:#fff}._whiteFill_pbslz_29 label ._text_pbslz_34{font-size:14px;line-height:20px;font-weight:500;color:#141416}._whiteFill_pbslz_29 label:has(>input:checked){border:1px solid #141416;background:#141416}._whiteFill_pbslz_29 label:has(>input:checked) ._text_pbslz_34{color:#fff}._fullWhite_pbslz_48 label{padding:9px 11px;border:1px solid #ffffff;background:#fff}._fullWhite_pbslz_48 label ._text_pbslz_34{font-size:14px;line-height:20px;font-weight:500;color:#141416}._fullWhite_pbslz_48 label:has(>input:checked){border:1px solid #141416;background:#141416}._fullWhite_pbslz_48 label:has(>input:checked) ._text_pbslz_34{color:#fff}._whiteStroke_pbslz_67._root_pbslz_1{background-color:#fff;border:solid 1px #E6E8EC;border-radius:80px;padding:3px;width:max-content}._whiteStroke_pbslz_67 label{transition:background-color .1s;border:1px solid transparent;background:transparent;display:flex;align-items:center}._whiteStroke_pbslz_67 label ._text_pbslz_34{text-align:center;font-size:14px;line-height:20px;font-weight:500;color:#141416}._whiteStroke_pbslz_67 label:has(>input:checked){border:1px solid #141416;background:#141416}._whiteStroke_pbslz_67 label:has(>input:checked) ._text_pbslz_34{color:#fff}._whiteStroke_pbslz_67 label:has(>input:active){background:#353945;border:1px solid #777E90}._whiteStroke_pbslz_67 label:has(>input:active) ._text_pbslz_34{color:#fff}._whiteStroke_pbslz_67 label:has(>input:not(:checked):hover){border:1px solid #B1B5C3}._whiteStroke_pbslz_67 ._withPadding_pbslz_105{padding:9px 11px}._grayDesign_pbslz_109 label{padding:7px 15px;border:1px solid #F4F5F6;background:#f4f5f6;min-height:32px}._grayDesign_pbslz_109 label ._text_pbslz_34{font-size:12px;line-height:16px;font-weight:500;color:#353945}._grayDesign_pbslz_109 label:has(>input:checked){border:1px solid #23262F;background:#23262f}._grayDesign_pbslz_109 label:has(>input:checked) ._text_pbslz_34{color:#fff}@media ((min-width: 1024px)) and (min-width: 1024px) and (pointer: fine){._whiteFill_pbslz_29 label:hover,._fullWhite_pbslz_48 label:hover{border:1px solid #353945;background:#23262f}._whiteFill_pbslz_29 label:hover div,._fullWhite_pbslz_48 label:hover div{color:#fff}._whiteFill_pbslz_29 label:has(>input:checked):hover,._fullWhite_pbslz_48 label:has(>input:checked):hover{border:1px solid #353945;background:#23262f}}@media ((min-width: 1024px)){._whiteStroke_pbslz_67 ._text_pbslz_34{font-size:18px;font-weight:500;line-height:24px}._whiteStroke_pbslz_67 ._withPadding_pbslz_105{padding:9px 11px}}@media (min-width: 1440px){._root_pbslz_1 label{min-height:48px}._whiteFill_pbslz_29 label{padding:11px 13px}._whiteFill_pbslz_29 label ._text_pbslz_34{font-size:16px;line-height:24px}._whiteStroke_pbslz_67 label{display:flex;align-items:center}._whiteStroke_pbslz_67 label ._text_pbslz_34{text-align:center;font-size:18px;font-weight:500;line-height:24px}._grayDesign_pbslz_109 label{padding:9px 23px;min-height:40px}._grayDesign_pbslz_109 label ._text_pbslz_34{font-size:14px;line-height:20px}}._checkbox_vuhc0_1{display:flex;align-items:center}._checkbox__text_vuhc0_5{font-size:12px;line-height:16px}._checkbox__elem_vuhc0_9{align-self:center;cursor:pointer;display:block;width:20px;height:20px;background-color:#23262f;border-radius:4px;flex-shrink:0;margin-right:16px;display:flex;justify-content:center;align-items:center}._checkbox__elem_vuhc0_9>div{display:flex;justify-content:center;align-items:center}._checkbox__hoverIcon_vuhc0_28{opacity:0;transition:opacity .2s ease}._checkbox_vuhc0_1 input{display:none}._checkbox_vuhc0_1._error_vuhc0_35 ._checkbox__elem_vuhc0_9{border:1px solid #EC5353}._checkbox_vuhc0_1._error_vuhc0_35 ._checkbox__elem_vuhc0_9 svg path{stroke:#ec5353}._checkbox_vuhc0_1._error_vuhc0_35._light_vuhc0_41 ._checkbox__elem_vuhc0_9{background-color:#ffebeb}._checkbox_vuhc0_1._error_vuhc0_35._dark_vuhc0_44 ._checkbox__elem_vuhc0_9{background-color:#322525}._checkbox_vuhc0_1._error_vuhc0_35._isChecked_vuhc0_47._light_vuhc0_41 ._checkbox__elem_vuhc0_9,._checkbox_vuhc0_1._error_vuhc0_35._isChecked_vuhc0_47._dark_vuhc0_44 ._checkbox__elem_vuhc0_9{border:1px solid #EC5353}._checkbox_vuhc0_1._error_vuhc0_35._isChecked_vuhc0_47._light_vuhc0_41 ._checkbox__elem_vuhc0_9 svg path,._checkbox_vuhc0_1._error_vuhc0_35._isChecked_vuhc0_47._dark_vuhc0_44 ._checkbox__elem_vuhc0_9 svg path{stroke:#ec5353}._isChecked_vuhc0_47._light_vuhc0_41 ._checkbox__elem_vuhc0_9{background-color:#141416;border:none}._isChecked_vuhc0_47._light_vuhc0_41 ._checkbox__elem_vuhc0_9 svg path{stroke:#fff}._isChecked_vuhc0_47._light_vuhc0_41 ._checkbox__elem_vuhc0_9:hover{background-color:#353945}._isChecked_vuhc0_47._light_vuhc0_41 ._checkbox__elem_vuhc0_9:hover svg path{stroke:#777e90}._isChecked_vuhc0_47._dark_vuhc0_44 ._checkbox__elem_vuhc0_9{background-color:#fff;border:none}._isChecked_vuhc0_47._dark_vuhc0_44 ._checkbox__elem_vuhc0_9 svg path{stroke:#141416}._isChecked_vuhc0_47._dark_vuhc0_44 ._checkbox__elem_vuhc0_9:hover svg path{stroke:#b1b5c3}._light_vuhc0_41 ._checkbox__elem_vuhc0_9{background-color:#e6e8ec;border:1px solid #B1B5C3}._light_vuhc0_41 ._checkbox__elem_vuhc0_9 svg path{stroke:#777e90}._light_vuhc0_41 ._checkbox__elem_vuhc0_9:hover{border:1px solid #777E90}._light_vuhc0_41 ._checkbox__elem_vuhc0_9:hover ._checkbox__hoverIcon_vuhc0_28{opacity:1}._dark_vuhc0_44 ._checkbox__elem_vuhc0_9{background-color:#353945;border:1px solid #777E90}._dark_vuhc0_44 ._checkbox__elem_vuhc0_9 svg path{stroke:#777e90}._dark_vuhc0_44 ._checkbox__elem_vuhc0_9:hover ._checkbox__hoverIcon_vuhc0_28{opacity:1}._medium-size_vuhc0_102 ._checkbox__elem_vuhc0_9{width:20px;height:20px}._large-size_vuhc0_107 ._checkbox__elem_vuhc0_9{width:24px;height:24px}._small-size_vuhc0_112 ._checkbox__elem_vuhc0_9{width:16px;height:16px}._auto-width_v6f19_1{width:max-content;min-width:100px}._full-width_v6f19_6{width:100%;max-width:100%;min-width:100%}._root_v6f19_12{max-height:180px;font-family:inherit;font-weight:400;padding:11px 23px;border:1px solid #b1b5c3;border-radius:48px;font-size:16px;line-height:24px}._root_v6f19_12:focus{border:1px solid #141416}._root_v6f19_12::placeholder{color:#b1b5c3}._root_u8cpd_1{display:flex;flex-direction:column;gap:12px}._price_u8cpd_7{margin:0;font-size:24px;line-height:32px;font-weight:500;letter-spacing:-.02em;color:#141416}._price_u8cpd_7 span{color:#015ff9}._paymentWrapper_u8cpd_19{display:flex;align-items:center;gap:2px;margin:0;font-size:14px;line-height:20px;color:#015ff9;cursor:pointer}._paymentWrapper_u8cpd_19 span{min-width:245px}@media (min-width: 1024px){._root_u8cpd_1{height:100%;align-items:end;min-width:max-content}._rootVertical_u8cpd_39{align-items:start}._paymentWrapper_u8cpd_19{margin:auto 0 0;font-size:16px;line-height:24px}}@media (min-width: 1440px){._root_u8cpd_1{align-items:end}}._checkboxLabel_115at_1{cursor:pointer;position:relative;display:flex;align-items:flex-start}._checkboxLabel_115at_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_115at_1:has(input:not(:checked)):before,._checkboxLabel_115at_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_115at_1:has(input:checked):after{border:1px solid #777E90}._labelText_115at_36{-webkit-user-select:none;user-select:none;font-size:12px;line-height:16px;padding-left:32px;color:#777e90}._labelTextModal_115at_44{font-size:14px;line-height:20px}._error_115at_49{color:#f44336}._error_115at_49:has(input:not(:checked)):before{background:#ffebeb;border:1px solid #EC5353;z-index:1}._checkIcon_115at_58{display:flex;justify-content:center;align-items:center;z-index:5;position:absolute}._checkIcon_115at_58 svg{width:100%;height:100%}@media (min-width: 1024px){._labelText_115at_36{line-height:20px}}@media (min-width: 1440px){._labelText_115at_36{line-height:16px}._labelTextModal_115at_44{line-height:20px}}._root_19qpl_1{display:flex;flex-direction:column;gap:8px;-webkit-tap-highlight-color:transparent}._nameWrapper_19qpl_8{display:flex;justify-content:space-between;align-items:center;font-size:14px;line-height:20px;font-weight:400;color:#141416}._large_19qpl_18{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0}._clearBtn_19qpl_25{font-size:12px;line-height:16px;color:#777e90;cursor:pointer}._clearBtn_19qpl_25:active{opacity:.7}@media (min-width: 1024px) and (pointer: fine){._clearBtn_19qpl_25:hover{opacity:.7}}._checkboxWrapper_19qpl_40{display:flex;flex-wrap:wrap;gap:4px}._checkboxItem_19qpl_46{font-size:12px;line-height:16px;font-weight:500;padding:7px 11px;border-radius:48px;border:1px solid #E6E8EC;background:#fff;-webkit-user-select:none;user-select:none;color:#141416;cursor:pointer}@media (min-width: 1024px) and (pointer: fine){._checkboxItem_19qpl_46:hover{border:1px solid #B1B5C3}}._checkboxItemActive_19qpl_64{border:1px solid #141416;color:#fff;background:#141416}@media (min-width: 1024px) and (pointer: fine){._checkboxItemActive_19qpl_64:hover{border:1px solid #23262F;background:#23262f}}._checkboxItemDisabled_19qpl_76{pointer-events:none;opacity:.5}._checkBoxLarge_19qpl_81{padding:10px 16px;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0}@media (min-width: 1024px){._large_19qpl_18{font-weight:400;font-size:20px;line-height:24px;letter-spacing:-2%}}._root_xiuq1_1{display:flex;gap:4px;flex-wrap:wrap;margin-top:16px}@media (min-width: 1024px){._root_xiuq1_1{margin-top:auto}}._root_14gc5_1{display:flex;width:100%;-webkit-tap-highlight-color:transparent}._root_14gc5_1 input{position:absolute;z-index:-1000;width:0;height:0;opacity:0}._root_14gc5_1 label{flex:1 0 0;width:auto}._text_14gc5_18{width:max-content;font-size:16px;line-height:24px;font-weight:500;font-family:inherit}._textMini_14gc5_26{font-size:12px;line-height:16px;font-weight:500}._rootCol_14gc5_32{flex-wrap:wrap}._rootCol_14gc5_32 label{min-width:50%}._rootCol_14gc5_32 label:nth-child(1) ._item_14gc5_38{border-radius:48px 0 0}._rootCol_14gc5_32 label:nth-child(2) ._item_14gc5_38{border-radius:0 48px 0 0}._rootCol_14gc5_32 label:nth-child(3) ._item_14gc5_38{border-top:none;border-left:1px solid #E6E8EC;border-radius:0 0 0 48px}._rootCol_14gc5_32 label:nth-child(4) ._item_14gc5_38{border-top:none;border-radius:0 0 48px}._rootCol_14gc5_32 label:nth-child(n+5) ._item_14gc5_38{display:none}._whiteRow_14gc5_57 ._item_14gc5_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_14gc5_57 ._firstItem_14gc5_68{border-radius:48px 0 0 48px;border-left:1px solid #E6E8EC}._whiteRow_14gc5_57 ._lastItem_14gc5_72{border-radius:0 48px 48px 0}._whiteRow_14gc5_57 input:not(:checked)~._item_14gc5_38{color:#141416}._whiteRow_14gc5_57 input:checked~._item_14gc5_38{background-color:#141416;color:#fff}._whiteRow_14gc5_57 input:disabled~._item_14gc5_38{background:#f4f5f6;color:#b1b5c3;opacity:1}@media (min-width: 1024px){._whiteRow_14gc5_57 input:not(:checked)~._item_14gc5_38:hover{background-color:#141416;color:#fff;opacity:.9}._whiteRow_14gc5_57 input:checked~._item_14gc5_38:hover{opacity:.9}._whiteRow_14gc5_57 input:disabled~._item_14gc5_38:hover{background:#f4f5f6;color:#b1b5c3;opacity:1}}._whiteRowGrayLabel_14gc5_103{padding:8px;background:#fff;border-radius:24px;border:solid 1px #E6E8EC;gap:2px}._whiteRowGrayLabel_14gc5_103 ._item_14gc5_38{border-radius:58px;display:flex;justify-content:center;align-items:center;cursor:pointer;color:#141416}._whiteRowGrayLabel_14gc5_103 ._labelItem_14gc5_118{max-width:15%}._whiteRowGrayLabel_14gc5_103 ._labelItem_14gc5_118:nth-of-type(1){max-width:unset}._whiteRowGrayLabel_14gc5_103 input:checked~._item_14gc5_38{color:#fff;background:#141416}._whiteRowGrayLabel_14gc5_103 input:disabled~._item_14gc5_38{background:#f4f5f6;color:#b1b5c3;opacity:1}@media (min-width: 1024px){._whiteRowGrayLabel_14gc5_103 input:not(:checked)~._item_14gc5_38:hover{background:#353945;color:#fff}._whiteRowGrayLabel_14gc5_103 input:not(:checked)~._item_14gc5_38:hover:active{background:#000}._whiteRowGrayLabel_14gc5_103 ._item_14gc5_38{padding-left:12px;padding-right:12px}}._apart_14gc5_147 ._isLong_14gc5_147{width:max-content}._apart_14gc5_147 ._isLong_14gc5_147 ._item_14gc5_38{height:48px;width:max-content}._apart_14gc5_147 label{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;flex:unset}._apart_14gc5_147 ._item_14gc5_38{transition:background-color .1s;width:48px;height:48px;padding:0;border-radius:100px;display:flex;align-items:center;justify-content:center}._apart_14gc5_147 ._item_14gc5_38._autoWidth_14gc5_172{padding-left:32px;padding-right:32px}._apart_14gc5_147 ._item_14gc5_38._mini_14gc5_176{height:32px;padding-left:12px;padding-right:12px}._apart_14gc5_147._whiteRow_14gc5_57{width:max-content}._apart_14gc5_147._whiteRow_14gc5_57 ._item_14gc5_38._isDisabled_14gc5_184{background:#e6e8ec;border:solid 1px #B1B5C3}._apart_14gc5_147._whiteRow_14gc5_57 input:checked~._item_14gc5_38{background:#141416;color:#fff;border:solid 1px #141416}._apart_14gc5_147._whiteRow_14gc5_57 input:not(:checked)~._item_14gc5_38{background:#fff;color:#141416;border:solid 1px #E6E8EC}@media (min-width: 1024px){._apart_14gc5_147._whiteRow_14gc5_57 input~._item_14gc5_38:hover{border:solid 1px #B1B5C3}._apart_14gc5_147._whiteRow_14gc5_57 input~._item_14gc5_38:active{background:#353945;color:#fff;border:1px solid #777E90}}._apart_14gc5_147._grayRow_14gc5_208{width:max-content}._apart_14gc5_147._grayRow_14gc5_208 ._item_14gc5_38._isDisabled_14gc5_184{background:#e6e8ec;border:solid 1px #B1B5C3}._apart_14gc5_147._grayRow_14gc5_208 input:checked~._item_14gc5_38{background:#141416;color:#fff;border:solid 1px #141416}._apart_14gc5_147._grayRow_14gc5_208 input:not(:checked)~._item_14gc5_38{background:#f4f5f6;color:#353945;border:solid 1px #F4F5F6}@media (min-width: 1024px){._apart_14gc5_147._grayRow_14gc5_208 input~._item_14gc5_38:hover{border:solid 1px #B1B5C3}._apart_14gc5_147._grayRow_14gc5_208 input~._item_14gc5_38:active{background:#353945;color:#fff;border:1px solid #777E90}}._tiny-size_14gc5_236{min-height:32px;padding:4px 24px}._small-size_14gc5_241{min-height:32px;padding:7px 11px}._medium-size_14gc5_246{min-height:40px;padding:9px 15px}._large-size_14gc5_251{min-height:48px;padding:11px 23px}._text-tiny-size_14gc5_256{font-weight:500;font-size:16px;line-height:24px}._text-small-size_14gc5_262{font-size:12px;line-height:16px}._text-medium-size_14gc5_267{font-size:14px;line-height:20px}._text-large-size_14gc5_272{font-size:16px;line-height:24px}@media (min-width: 1024px){._small-size_m_14gc5_278{min-height:32px;padding:7px 11px}._medium-size_m_14gc5_282{min-height:40px;padding:9px 15px}._large-size_m_14gc5_286{min-height:48px;padding:11px 23px}._text-small-size_m_14gc5_290{font-size:12px;line-height:16px}._text-medium-size_m_14gc5_294{font-size:14px;line-height:20px}._text-large-size_m_14gc5_298{font-size:16px;line-height:24px}._item_14gc5_38._autoWidth_14gc5_172{padding-left:24px;padding-right:24px}._item_14gc5_38._mini_14gc5_176{height:32px;padding-left:12px;padding-right:12px}}@media (min-width: 1440px){._small-size_l_14gc5_313{min-height:32px;padding:7px 11px}._medium-size_l_14gc5_317{min-height:40px;padding:9px 15px}._large-size_l_14gc5_321{min-height:48px;padding:11px 23px}._text-small-size_l_14gc5_325{font-size:12px;line-height:16px}._text-medium-size_l_14gc5_329{font-size:14px;line-height:20px}._text-large-size_l_14gc5_333{font-size:16px;line-height:24px}}._root_kbf05_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;transition:box-shadow .3s ease;box-shadow:0 3px 8px #0000000f;cursor:pointer}._root_kbf05_1 ._lotBtn_kbf05_15{opacity:1;font-weight:500}._root_kbf05_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_kbf05_24 ._lotImageWrapper_kbf05_24,._rootDisable_kbf05_24 ._lotInfoWrapper_kbf05_25{opacity:.5}._rootDisable_kbf05_24 ._lotBtn_kbf05_15{pointer-events:none}._lotImageWrapper_kbf05_24{display:flex;justify-content:center;align-items:center}._lotInfoWrapper_kbf05_25{display:flex;flex-direction:column;gap:16px;margin:15px 0 0}._infoHeader_kbf05_45{font-family:inherit;font-size:24px;line-height:32px;font-weight:500;letter-spacing:-.01em;color:#141416}._monthlyWrapper_kbf05_54{padding-top:24px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;flex-direction:column;align-items:flex-start}._price_kbf05_64{font-weight:500;font-size:18px;line-height:24px;color:#141416}._monthlyPayment_kbf05_71{font-size:14px;line-height:16px;color:#777e90}._decor_kbf05_77{display:none}._decor_kbf05_77 span{display:block}._lotPropertyListMobile_kbf05_84{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}._lotPropertyItem_kbf05_92{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_kbf05_92:not(:first-child){padding:7px 0}._lotPropertyItem_kbf05_92 div:last-child{font-weight:500}._lotPropertyListDesktop_kbf05_109{display:none}._lotPriceWrapper_kbf05_113{font-family:inherit;font-size:18px;line-height:24px}._discountWrapper_kbf05_119{display:flex;justify-content:space-between;align-items:center}._discountWrapper_kbf05_119>div:last-child{font-weight:500;margin-left:auto;color:#141416}._discountPrice_kbf05_130{display:flex;align-items:center;font-weight:400;gap:8px}._discountPrice_kbf05_130 span{color:#777e90;text-decoration:line-through;text-decoration-color:#ec5353}._priceWrap_kbf05_142{width:100%;height:max-content;color:#141416;margin-top:16px;display:flex;align-items:center;justify-content:space-between}._snippetLast_kbf05_152{position:relative;font-weight:500;font-size:14px;line-height:20px}._snippet_kbf05_152{color:#777e90;position:relative;font-weight:500;font-size:16px;line-height:20px}._tagsMobile_kbf05_167{display:flex;gap:4px}._snippetLast_kbf05_152:after{position:absolute;right:-7px;top:calc(50% - 1.5px);content:"";width:2px;height:2px;background:#141416}._discountTag_kbf05_182{padding:5px 6px}._lotPricePerMetr_kbf05_186{width:max-content;display:none}._btnWrapper_kbf05_191{display:flex;flex-direction:row-reverse;gap:16px;margin:24px 0 0}._title_kbf05_198{padding-bottom:24px}._snippets_kbf05_202{display:flex;gap:11px}._retailSnippets_kbf05_207{display:flex;gap:4px}._shownSnippets_kbf05_212{list-style:none;margin:0;padding:0;width:max-content;display:flex;gap:12px;font-size:14px;line-height:20px;font-weight:500}._shownSnippets_kbf05_212 li{position:relative}._shownSnippets_kbf05_212 li:not(:first-child):before{position:absolute;content:"";width:2px;height:2px;top:50%;left:-6px;background:#141416;border-radius:50%}._addSnippets_kbf05_237{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_kbf05_253{color:#fff;background:#b1b5c3}._addSnippetsList_kbf05_258{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_kbf05_258 li{position:relative}._addSnippetsList_kbf05_258 li:before{position:absolute;content:"";width:2px;height:2px;left:-6px;top:12px;background:#fff;border-radius:50%}._addSnippetsList_kbf05_258: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_kbf05_302{position:absolute;display:flex;justify-content:center;align-items:center;width:32px;height:32px;top:8px;right:8px;cursor:pointer}._rootRow_kbf05_314{min-height:unset;gap:32px;flex-direction:row}._lotImageWrapper_kbf05_24{height:100%}@media (min-width: 1024px){._root_kbf05_1:is(._rowTablet_kbf05_325) ._title_kbf05_198{padding-bottom:0}._root_kbf05_1:not(._rowTablet_kbf05_325) ._tagsMobile_kbf05_167{display:none}._root_kbf05_1:not(._rowTablet_kbf05_325) ._monthlyWrapper_kbf05_54{gap:unset;padding-top:0}._root_kbf05_1:not(._rowTablet_kbf05_325) ._snippet_kbf05_152{font-weight:500;font-size:14px;line-height:20px}._root_kbf05_1:not(._rowTablet_kbf05_325) ._snippetLast_kbf05_152{font-weight:500;font-size:14px;line-height:20px}._root_kbf05_1:not(._rowTablet_kbf05_325) ._root_kbf05_1{padding:31px 30px 31px 32px;transition:box-shadow .3s ease-in-out}}@media (min-width: 1024px) and (hover: hover) and (pointer: fine){._root_kbf05_1:not(._rowTablet_kbf05_325) ._root_kbf05_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_kbf05_1:not(._rowTablet_kbf05_325) ._price_kbf05_64{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-1%}._root_kbf05_1:not(._rowTablet_kbf05_325) ._lotImageWrapper_kbf05_24 img{width:148px;height:106px}._root_kbf05_1:not(._rowTablet_kbf05_325) ._rootRightSide_kbf05_366{gap:16px;display:flex;width:100%;flex-direction:column;justify-content:space-between}._root_kbf05_1:not(._rowTablet_kbf05_325) ._priceWrap_kbf05_142{gap:12px;margin-top:0}._root_kbf05_1:not(._rowTablet_kbf05_325) ._lotInfoWrapper_kbf05_25{justify-content:space-between;gap:0;margin:0}._root_kbf05_1:not(._rowTablet_kbf05_325) ._topWrapper_kbf05_382{gap:4px;display:flex;justify-content:space-between}._root_kbf05_1:not(._rowTablet_kbf05_325) ._botWrapper_kbf05_387{display:flex;justify-content:space-between;align-items:flex-end}._root_kbf05_1:not(._rowTablet_kbf05_325) ._decor_kbf05_77{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_kbf05_1:not(._rowTablet_kbf05_325) ._lotPropertyListMobile_kbf05_84{display:none}._root_kbf05_1:not(._rowTablet_kbf05_325) ._lotPropertyListDesktop_kbf05_109{display:flex;gap:8px}._root_kbf05_1:not(._rowTablet_kbf05_325) ._lotPriceWrapper_kbf05_113{display:flex;justify-content:space-between;flex-direction:column;font-size:24px;line-height:32px}._root_kbf05_1:not(._rowTablet_kbf05_325) ._lotPriceWrapperRow_kbf05_418{width:unset;margin:unset}._root_kbf05_1:not(._rowTablet_kbf05_325) ._lotPriceWrapperRow_kbf05_418 ._btnWrapper_kbf05_191{order:1}._root_kbf05_1:not(._rowTablet_kbf05_325) ._lotPriceWrapperRow_kbf05_418 ._btnWrapper_kbf05_191>button:last-child{width:100%}._root_kbf05_1:not(._rowTablet_kbf05_325) ._lotPriceWrapperRow_kbf05_418 ._fullscreenBtn_kbf05_428{order:2}._root_kbf05_1:not(._rowTablet_kbf05_325) ._discountWrapper_kbf05_119{gap:12px}._root_kbf05_1:not(._rowTablet_kbf05_325) ._discountPrice_kbf05_130{font-size:14px;line-height:20px;gap:12px}._root_kbf05_1:not(._rowTablet_kbf05_325) ._lotPricePerMetr_kbf05_186{display:block;margin:0 0 0 auto;font-size:14px;line-height:20px;font-weight:400;color:#353945}._root_kbf05_1:not(._rowTablet_kbf05_325) ._projectLotPricePerMetr_kbf05_447{display:none}._root_kbf05_1:not(._rowTablet_kbf05_325) ._btnWrapper_kbf05_191{flex-direction:row;justify-content:flex-end;gap:8px;margin:auto 0 0}._root_kbf05_1:not(._rowTablet_kbf05_325) ._btnWrapper_kbf05_191>button:last-child{width:max-content}._root_kbf05_1:not(._rowTablet_kbf05_325) ._fullscreenBtn_kbf05_428{display:flex;justify-content:center;padding:0 0 0 2px;width:40px;height:40px}._root_kbf05_1:not(._rowTablet_kbf05_325) ._retailSnippets_kbf05_207{margin:4px 0 0}._root_kbf05_1:not(._rowTablet_kbf05_325) ._shownSnippets_kbf05_212{font-weight:500;font-size:16px;line-height:24px}._root_kbf05_1:not(._rowTablet_kbf05_325) ._shownSnippets_kbf05_212 li{color:#777e90}._root_kbf05_1:not(._rowTablet_kbf05_325) ._shownSnippets_kbf05_212 li:not(:first-child):before{background:#777e90}._root_kbf05_1:not(._rowTablet_kbf05_325) ._addSnippets_kbf05_237{width:24px;height:24px;font-size:14px;line-height:20px}}._paymentClass_kbf05_487{font-weight:400;font-size:14px;line-height:20px;color:#015ff9}@media (min-width: 1440px){._closeSnippetBtn_kbf05_302{display:none}}._btn_ky28a_1{position:absolute;right:16px;top:16px;z-index:50;padding:12px}._modal_ky28a_9{flex-direction:column}._modal_ky28a_9 form{width:100%}._modalBody_ky28a_16{width:100%;height:100%}._root_ky28a_21{font-family:inherit;height:100%;padding:32px;flex-direction:column;align-items:flex-start;gap:16px;background:#fff}._root_ky28a_21 a{color:#777e90}._title_ky28a_34{font-size:32px;line-height:32px;color:#141416;margin-bottom:16px}._description_ky28a_41{font-size:16px;line-height:24px;color:#353945;margin-bottom:32px}._inputWrapper_ky28a_48{width:100%;flex-direction:column;align-items:flex-start;gap:24px}._linkPolicy_ky28a_55{text-decoration:underline;color:#777e90}._telegramLink_ky28a_60{text-decoration:none;-webkit-tap-highlight-color:transparent}._telegramWrapper_ky28a_65{display:flex;flex-direction:column;gap:24px;padding:8px 0 0;margin:0 0 24px}._telegram_ky28a_60{display:flex;justify-content:space-between;padding:12px 12px 12px 24px;border-radius:12px;background:#33aadf1a;font-size:16px;line-height:24px;font-weight:500;color:#2197d4}._telegram_ky28a_60:active{opacity:.7}._orText_ky28a_88{font-size:18px;line-height:24px;font-weight:400;color:#777e90;text-align:center;position:relative;display:flex;align-items:center;justify-content:center}._orText_ky28a_88:before,._orText_ky28a_88:after{content:"";position:absolute;top:50%;width:calc(50% - 32px);height:1px;background-color:#e6e8ec}._orText_ky28a_88:before{left:0;transform:translateY(-50%)}._orText_ky28a_88:after{right:0;transform:translateY(-50%)}._checkboxText_ky28a_116{font-size:12px;line-height:16px}@media (min-width: 1024px){._modalBody_ky28a_16{width:unset;height:unset}._title_ky28a_34{padding-top:unset}._root_ky28a_21{border-radius:32px;padding:48px}._telegram_ky28a_60{cursor:pointer}._telegram_ky28a_60:hover{opacity:.7}}._snippet_1vgdm_1{color:#777e90;position:relative;font-weight:400;font-size:14px;line-height:20px}._snippetLast_1vgdm_9{position:relative;font-weight:400;font-size:14px;line-height:20px}._snippetLast_1vgdm_9:after{position:absolute;right:-7px;top:calc(50% - 1.5px);content:"";width:2px;height:2px;background:#141416}._snippets_1vgdm_25{display:flex;gap:11px}._retailSnippets_1vgdm_30{display:flex;gap:4px}._shownSnippets_1vgdm_35{list-style:none;margin:0;padding:0;width:max-content;display:flex;gap:12px;font-size:14px;line-height:20px;font-weight:500}._shownSnippets_1vgdm_35 li{color:#777e90;position:relative;font-weight:400;font-size:14px;line-height:20px}._shownSnippets_1vgdm_35 li:not(:first-child):before{position:absolute;content:"";width:2px;height:2px;top:50%;left:-6px;background:#141416;border-radius:50%}._addSnippets_1vgdm_64{position:relative;display:flex;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;line-height:12px;font-weight:500;border-radius:50%;color:#777e90;background:#f4f5f6;cursor:pointer}._addSnippetsActive_1vgdm_80{color:#fff;background:#b1b5c3}._addSnippetsList_1vgdm_85{list-style:none;position:absolute;display:flex;flex-direction:column;gap:2px;min-width:250px;bottom:40px;left:50%;transform:translate(-50%);margin:0;padding:24px 24px 24px 31px;border-radius:24px;font-size:16px;line-height:24px;font-weight:400;color:#fff;background:#141416cc}._addSnippetsList_1vgdm_85 li{position:relative}._addSnippetsList_1vgdm_85 li:before{position:absolute;content:"";width:2px;height:2px;left:-6px;top:12px;background:#fff;border-radius:50%}._addSnippetsList_1vgdm_85:before{content:"";position:absolute;bottom:-16px;left:50%;transform:translate(-50%) rotate(180deg);width:32px;height:16px;background:#141416cc;clip-path:polygon(50% 0%,60% 35%,66% 53%,76% 72%,100% 100%,46% 100%,0 100%,22% 77%,34% 53%,40% 35%)}._closeSnippetBtn_1vgdm_129{position:absolute;display:flex;justify-content:center;align-items:center;width:32px;height:32px;top:8px;right:8px;cursor:pointer}@media (min-width: 1024px){._snippet_1vgdm_1,._shownSnippets_1vgdm_35 li{font-size:16px;line-height:24px}}._root_19awq_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_19awq_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_19awq_17{display:flex;justify-content:center;align-items:center}._lotNameWrapper_19awq_23{display:flex;flex-direction:column;gap:4px}._lotName_19awq_23{margin:0;font-size:24px;line-height:32px;font-weight:500;letter-spacing:-.02em;color:#141416}._lotNumber_19awq_38{margin:0;font-size:14px;line-height:20px;font-weight:500;letter-spacing:0;color:#141416}._priceWrapper_19awq_47{margin:auto 0 0}@media (min-width: 1024px){._rootRow_19awq_52{flex-direction:row;padding:24px;gap:0}._rootRow_19awq_52 ._lotImageWrapper_19awq_17 img{width:183px;height:120px}._rootRow_19awq_52 ._lotNameWrapper_19awq_23{margin-left:32px}._rootRow_19awq_52 ._priceWrapper_19awq_47{margin:0 0 0 auto}}@media (min-width: 1440px){._root_19awq_1{flex-direction:row;padding:24px;gap:0}._lotImageWrapper_19awq_17 img{width:183px;height:120px}._lotNameWrapper_19awq_23{margin-left:32px}._priceWrapper_19awq_47{margin:0 0 0 auto}}._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}}._fieldInputWrapper_1y5f8_1{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}._fieldInputWrapper_1y5f8_1 label{font-family:inherit;font-size:14px;line-height:20px;font-weight:400;color:#141416}._clearBtn_1y5f8_16{font-size:12px;line-height:16px;color:#777e90;cursor:pointer}._clearBtn_1y5f8_16:active{opacity:.7}@media (min-width: 1024px) and (pointer: fine){._clearBtn_1y5f8_16:hover{opacity:.7}}._nameWrapper_1y5f8_31{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:14px;line-height:20px;font-weight:400;color:#141416}._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}@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_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}._root_156r8_1{display:flex;flex-direction:column;gap:8px;-webkit-tap-highlight-color:transparent}._nameWrapper_156r8_8{display:flex;justify-content:space-between;align-items:center;font-size:14px;line-height:20px;font-weight:400;color:#141416}._clearBtn_156r8_18{font-size:12px;line-height:16px;color:#777e90;cursor:pointer}._clearBtn_156r8_18:active{opacity:.7}@media (min-width: 1024px) and (pointer: fine){._clearBtn_156r8_18:hover{opacity:.7}}._summaryList_156r8_33{display:flex;flex-wrap:wrap;gap:4px;margin:8px 0 0}._summaryOption_156r8_40{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_156r8_40:active{opacity:.8}@media (min-width: 1024px) and (pointer: fine){._summaryOption_156r8_40:hover{opacity:.8}}._categoryOption_156r8_62{background:#e6e8ec;color:#777e90;padding:6px 12px}._categoryOption_156r8_62:hover{opacity:.8}._summaryCategory_156r8_71{border-radius:12px;background:#f4f5f6;display:flex;flex-direction:column;align-items:flex-start;padding:8px 12px;gap:8px}._headerCategory_156r8_81{width:100%;display:flex;justify-content:space-between}._categoryTitle_156r8_87{color:#777e90;font-weight:500;font-size:12px;line-height:16px;vertical-align:middle}._categoryOptions_156r8_95{flex-wrap:wrap;display:flex;gap:4px}._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}}._modal_1og3m_1{z-index:1000;flex-direction:column}._modal_1og3m_1 form{width:100%}._modalBody_1og3m_9{width:100%;height:100%}._root_1og3m_14{font-family:inherit;height:100%;padding:32px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px;background:#fff}._check_1og3m_26{width:80px;height:80px;position:relative}._iconCircle_1og3m_32{position:absolute;left:0;top:0}._iconCheck_1og3m_38{position:absolute;left:calc(50% - 16px);top:calc(50% - 16px)}._text_1og3m_44{display:flex;flex-direction:column;gap:16px;text-align:center;color:#141416}._successTitle_1og3m_52{font-size:32px;font-weight:400;line-height:32px}@media (min-width: 1024px){._root_1og3m_14{padding:156px 64px;border-radius:32px}._modalBody_1og3m_9{width:442px;height:unset}._title_1og3m_67{padding-top:unset}}._root_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}._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_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}._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_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_18coo_1{background:#0e0e0e;padding:10px;display:flex;flex-direction:column;gap:20px}._root_18coo_1 svg{cursor:pointer}._wrap_18coo_12{display:flex;flex-direction:column;align-items:center;width:100%}@media (min-width: 1024px){._wrap_18coo_12{flex-direction:row}}._topSide_18coo_24{display:flex;gap:26px;align-items:center}._search_18coo_30{position:relative;width:80%;display:flex;align-items:center}@media (min-width: 1024px){._search_18coo_30{margin-left:40px;width:35%}}._searchInp_18coo_43{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_18coo_43::placeholder{font-weight:500}._searchInp_18coo_43:focus{outline:solid 1px #434343}._searchIcon_18coo_63{position:absolute;left:15px;top:calc(50% - 11px)}._closeBtn_18coo_69{position:absolute;cursor:pointer;padding:2px;border-radius:100px;background:#767676;border:none;top:calc(50% - 11px);right:10px}._closeBtn_18coo_69: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_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_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}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import { jsxs as h, jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { c as m } from "./index-rKuIKazb.js";
|
|
3
|
-
const j = "_sortSelectWrapper_gj2vk_1", b = "_selectedOptions_gj2vk_11", x = "_selectModal_gj2vk_34", B = "_selectionOptionMini_gj2vk_38", S = "_selectedOptionsOpened_gj2vk_42", C = "_selectOptionsDisabled_gj2vk_46", L = "_optionsList_gj2vk_53", W = "_mobileOptionList_gj2vk_68", f = "_mobileSortHeader_gj2vk_76", M = "_modalAddBody_gj2vk_90", T = "_inputWrapper_gj2vk_96", D = "_option_gj2vk_53", N = "_icon_gj2vk_124", y = "_checkBox_gj2vk_131", A = "_checkBoxChecked_gj2vk_138", H = "_innerCheck_gj2vk_145", E = "_sortSelectWrapperTop_gj2vk_176", I = "_optionListOnTop_gj2vk_179", t = {
|
|
4
|
-
sortSelectWrapper: j,
|
|
5
|
-
selectedOptions: b,
|
|
6
|
-
selectModal: x,
|
|
7
|
-
selectionOptionMini: B,
|
|
8
|
-
selectedOptionsOpened: S,
|
|
9
|
-
selectOptionsDisabled: C,
|
|
10
|
-
optionsList: L,
|
|
11
|
-
mobileOptionList: W,
|
|
12
|
-
mobileSortHeader: f,
|
|
13
|
-
modalAddBody: M,
|
|
14
|
-
inputWrapper: T,
|
|
15
|
-
option: D,
|
|
16
|
-
icon: N,
|
|
17
|
-
checkBox: y,
|
|
18
|
-
checkBoxChecked: A,
|
|
19
|
-
innerCheck: H,
|
|
20
|
-
sortSelectWrapperTop: E,
|
|
21
|
-
optionListOnTop: I
|
|
22
|
-
}, k = m.bind(t), F = ({
|
|
23
|
-
selectedOption: e,
|
|
24
|
-
setSelectedOption: r,
|
|
25
|
-
setIsOpen: p,
|
|
26
|
-
containerRef: a,
|
|
27
|
-
onBlur: i,
|
|
28
|
-
onChange: _,
|
|
29
|
-
onClickOption: l,
|
|
30
|
-
isMobile: u,
|
|
31
|
-
placeholder: v
|
|
32
|
-
}) => {
|
|
33
|
-
const d = (o) => (c) => {
|
|
34
|
-
c.stopPropagation(), l && l(o);
|
|
35
|
-
const n = (e == null ? void 0 : e.value) === o.value ? null : o;
|
|
36
|
-
if (n && (r && r(n), _)) {
|
|
37
|
-
const g = {
|
|
38
|
-
...c,
|
|
39
|
-
target: { value: n }
|
|
40
|
-
};
|
|
41
|
-
_(g);
|
|
42
|
-
}
|
|
43
|
-
};
|
|
44
|
-
return { handleDocumentClick: (o) => {
|
|
45
|
-
a.current && !a.current.contains(o.target) && p(!1);
|
|
46
|
-
}, handleBlur: (o) => {
|
|
47
|
-
if (i) {
|
|
48
|
-
const c = {
|
|
49
|
-
...o,
|
|
50
|
-
target: { value: e }
|
|
51
|
-
};
|
|
52
|
-
i(c);
|
|
53
|
-
}
|
|
54
|
-
}, getInputValue: () => u ? "" : e ? e.label : v, getOption: (o) => /* @__PURE__ */ h(
|
|
55
|
-
"div",
|
|
56
|
-
{
|
|
57
|
-
className: k(t.option, {
|
|
58
|
-
[t.selected]: (e == null ? void 0 : e.value) === o.value
|
|
59
|
-
}),
|
|
60
|
-
onClick: d(o),
|
|
61
|
-
children: [
|
|
62
|
-
/* @__PURE__ */ s("div", { children: o.label }),
|
|
63
|
-
/* @__PURE__ */ s(
|
|
64
|
-
"div",
|
|
65
|
-
{
|
|
66
|
-
className: k(t.checkBox, {
|
|
67
|
-
[t.checkBoxChecked]: (e == null ? void 0 : e.value) === o.value
|
|
68
|
-
}),
|
|
69
|
-
children: (e == null ? void 0 : e.value) === o.value && /* @__PURE__ */ s("div", { className: t.innerCheck })
|
|
70
|
-
}
|
|
71
|
-
)
|
|
72
|
-
]
|
|
73
|
-
},
|
|
74
|
-
o.value
|
|
75
|
-
) };
|
|
76
|
-
};
|
|
77
|
-
export {
|
|
78
|
-
t as s,
|
|
79
|
-
F as u
|
|
80
|
-
};
|