stone-kit 0.0.32 → 0.0.34
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/components/Flex/ui/Flex.js +47 -159
- package/dist/components/Switcher/ui/Switcher.js +22 -22
- package/dist/main.d.ts +1 -0
- package/dist/main.js +8 -6
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,166 +1,54 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as k } from "react/jsx-runtime";
|
|
2
2
|
import { c as g } from "../../../index-DIxK0V-G.js";
|
|
3
|
-
const
|
|
4
|
-
root:
|
|
5
|
-
"gap-1": "_gap-
|
|
6
|
-
"gap-2": "_gap-
|
|
7
|
-
"gap-3": "_gap-
|
|
8
|
-
"gap-4": "_gap-
|
|
9
|
-
"gap-5": "_gap-
|
|
10
|
-
"gap-6": "_gap-
|
|
11
|
-
"gap-7": "_gap-
|
|
12
|
-
"gap-8": "_gap-
|
|
13
|
-
"gap-9": "_gap-
|
|
14
|
-
"gap-10": "_gap-
|
|
15
|
-
"gap-11": "_gap-
|
|
16
|
-
"gap-12": "_gap-
|
|
17
|
-
"gap-13": "_gap-
|
|
18
|
-
"gap-14": "_gap-
|
|
19
|
-
"gap-15": "_gap-
|
|
20
|
-
"gap-16": "_gap-
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"_gr-2": "__gr-2_3id7c_157",
|
|
44
|
-
"_sh-2": "__sh-2_3id7c_161",
|
|
45
|
-
"_gr-3": "__gr-3_3id7c_165",
|
|
46
|
-
"_sh-3": "__sh-3_3id7c_169",
|
|
47
|
-
"_gr-4": "__gr-4_3id7c_173",
|
|
48
|
-
"_sh-4": "__sh-4_3id7c_177",
|
|
49
|
-
"gap-s-1": "_gap-s-1_3id7c_182",
|
|
50
|
-
"gap-s-2": "_gap-s-2_3id7c_185",
|
|
51
|
-
"gap-s-3": "_gap-s-3_3id7c_188",
|
|
52
|
-
"gap-s-4": "_gap-s-4_3id7c_191",
|
|
53
|
-
"gap-s-5": "_gap-s-5_3id7c_194",
|
|
54
|
-
"gap-s-6": "_gap-s-6_3id7c_197",
|
|
55
|
-
"gap-s-7": "_gap-s-7_3id7c_200",
|
|
56
|
-
"gap-s-8": "_gap-s-8_3id7c_203",
|
|
57
|
-
"gap-s-9": "_gap-s-9_3id7c_206",
|
|
58
|
-
"gap-s-10": "_gap-s-10_3id7c_209",
|
|
59
|
-
"gap-s-11": "_gap-s-11_3id7c_212",
|
|
60
|
-
"gap-s-12": "_gap-s-12_3id7c_215",
|
|
61
|
-
"gap-s-13": "_gap-s-13_3id7c_218",
|
|
62
|
-
"gap-s-14": "_gap-s-14_3id7c_221",
|
|
63
|
-
"gap-s-15": "_gap-s-15_3id7c_224",
|
|
64
|
-
"gap-s-16": "_gap-s-16_3id7c_227",
|
|
65
|
-
"fd_s-row": "_fd_s-row_3id7c_230",
|
|
66
|
-
"fd_s-row-reverse": "_fd_s-row-reverse_3id7c_233",
|
|
67
|
-
"fd_s-column": "_fd_s-column_3id7c_236",
|
|
68
|
-
"fd_s-column-reverse": "_fd_s-column-reverse_3id7c_239",
|
|
69
|
-
"w-s-nowrap": "_w-s-nowrap_3id7c_242",
|
|
70
|
-
"w-s-wrap": "_w-s-wrap_3id7c_245",
|
|
71
|
-
"w-s-wrap-reverse": "_w-s-wrap-reverse_3id7c_248",
|
|
72
|
-
"jc-s-flex-start": "_jc-s-flex-start_3id7c_251",
|
|
73
|
-
"jc-s-flex-end": "_jc-s-flex-end_3id7c_254",
|
|
74
|
-
"jc-s-center": "_jc-s-center_3id7c_257",
|
|
75
|
-
"jc-s-space-between": "_jc-s-space-between_3id7c_260",
|
|
76
|
-
"jc-s-space-around": "_jc-s-space-around_3id7c_263",
|
|
77
|
-
"jc-s-space-evenly": "_jc-s-space-evenly_3id7c_266",
|
|
78
|
-
"ai-s-stretch": "_ai-s-stretch_3id7c_269",
|
|
79
|
-
"ai-s-flex-start": "_ai-s-flex-start_3id7c_272",
|
|
80
|
-
"ai-s-flex-end": "_ai-s-flex-end_3id7c_275",
|
|
81
|
-
"ai-s-center": "_ai-s-center_3id7c_278",
|
|
82
|
-
"ai-s-baseline": "_ai-s-baseline_3id7c_281",
|
|
83
|
-
"gap-m-1": "_gap-m-1_3id7c_286",
|
|
84
|
-
"gap-m-2": "_gap-m-2_3id7c_289",
|
|
85
|
-
"gap-m-3": "_gap-m-3_3id7c_292",
|
|
86
|
-
"gap-m-4": "_gap-m-4_3id7c_295",
|
|
87
|
-
"gap-m-5": "_gap-m-5_3id7c_298",
|
|
88
|
-
"gap-m-6": "_gap-m-6_3id7c_301",
|
|
89
|
-
"gap-m-7": "_gap-m-7_3id7c_304",
|
|
90
|
-
"gap-m-8": "_gap-m-8_3id7c_307",
|
|
91
|
-
"gap-m-9": "_gap-m-9_3id7c_310",
|
|
92
|
-
"gap-m-10": "_gap-m-10_3id7c_313",
|
|
93
|
-
"gap-m-11": "_gap-m-11_3id7c_316",
|
|
94
|
-
"gap-m-12": "_gap-m-12_3id7c_319",
|
|
95
|
-
"gap-m-13": "_gap-m-13_3id7c_322",
|
|
96
|
-
"gap-m-14": "_gap-m-14_3id7c_325",
|
|
97
|
-
"gap-m-15": "_gap-m-15_3id7c_328",
|
|
98
|
-
"gap-m-16": "_gap-m-16_3id7c_331",
|
|
99
|
-
"fd_m-row": "_fd_m-row_3id7c_334",
|
|
100
|
-
"fd_m-row-reverse": "_fd_m-row-reverse_3id7c_337",
|
|
101
|
-
"fd_m-column": "_fd_m-column_3id7c_340",
|
|
102
|
-
"fd_m-column-reverse": "_fd_m-column-reverse_3id7c_343",
|
|
103
|
-
"w-m-nowrap": "_w-m-nowrap_3id7c_346",
|
|
104
|
-
"w-m-wrap": "_w-m-wrap_3id7c_349",
|
|
105
|
-
"w-m-wrap-reverse": "_w-m-wrap-reverse_3id7c_352",
|
|
106
|
-
"jc-m-flex-start": "_jc-m-flex-start_3id7c_355",
|
|
107
|
-
"jc-m-flex-end": "_jc-m-flex-end_3id7c_358",
|
|
108
|
-
"jc-m-center": "_jc-m-center_3id7c_361",
|
|
109
|
-
"jc-m-space-between": "_jc-m-space-between_3id7c_364",
|
|
110
|
-
"jc-m-space-around": "_jc-m-space-around_3id7c_367",
|
|
111
|
-
"jc-m-space-evenly": "_jc-m-space-evenly_3id7c_370",
|
|
112
|
-
"ai-m-stretch": "_ai-m-stretch_3id7c_373",
|
|
113
|
-
"ai-m-flex-start": "_ai-m-flex-start_3id7c_376",
|
|
114
|
-
"ai-m-flex-end": "_ai-m-flex-end_3id7c_379",
|
|
115
|
-
"ai-m-center": "_ai-m-center_3id7c_382",
|
|
116
|
-
"ai-m-baseline": "_ai-m-baseline_3id7c_385",
|
|
117
|
-
"gap-l-1": "_gap-l-1_3id7c_390",
|
|
118
|
-
"gap-l-2": "_gap-l-2_3id7c_393",
|
|
119
|
-
"gap-l-3": "_gap-l-3_3id7c_396",
|
|
120
|
-
"gap-l-4": "_gap-l-4_3id7c_399",
|
|
121
|
-
"gap-l-5": "_gap-l-5_3id7c_402",
|
|
122
|
-
"gap-l-6": "_gap-l-6_3id7c_405",
|
|
123
|
-
"gap-l-7": "_gap-l-7_3id7c_408",
|
|
124
|
-
"gap-l-8": "_gap-l-8_3id7c_411",
|
|
125
|
-
"gap-l-9": "_gap-l-9_3id7c_414",
|
|
126
|
-
"gap-l-10": "_gap-l-10_3id7c_417",
|
|
127
|
-
"gap-l-11": "_gap-l-11_3id7c_420",
|
|
128
|
-
"gap-l-12": "_gap-l-12_3id7c_423",
|
|
129
|
-
"gap-l-13": "_gap-l-13_3id7c_426",
|
|
130
|
-
"gap-l-14": "_gap-l-14_3id7c_429",
|
|
131
|
-
"gap-l-15": "_gap-l-15_3id7c_432",
|
|
132
|
-
"gap-l-16": "_gap-l-16_3id7c_435",
|
|
133
|
-
"fd_l-row": "_fd_l-row_3id7c_438",
|
|
134
|
-
"fd_l-row-reverse": "_fd_l-row-reverse_3id7c_441",
|
|
135
|
-
"fd_l-column": "_fd_l-column_3id7c_444",
|
|
136
|
-
"fd_l-column-reverse": "_fd_l-column-reverse_3id7c_447",
|
|
137
|
-
"w-l-nowrap": "_w-l-nowrap_3id7c_450",
|
|
138
|
-
"w-l-wrap": "_w-l-wrap_3id7c_453",
|
|
139
|
-
"w-l-wrap-reverse": "_w-l-wrap-reverse_3id7c_456",
|
|
140
|
-
"jc-l-flex-start": "_jc-l-flex-start_3id7c_459",
|
|
141
|
-
"jc-l-flex-end": "_jc-l-flex-end_3id7c_462",
|
|
142
|
-
"jc-l-center": "_jc-l-center_3id7c_465",
|
|
143
|
-
"jc-l-space-between": "_jc-l-space-between_3id7c_468",
|
|
144
|
-
"jc-l-space-around": "_jc-l-space-around_3id7c_471",
|
|
145
|
-
"jc-l-space-evenly": "_jc-l-space-evenly_3id7c_474",
|
|
146
|
-
"ai-l-stretch": "_ai-l-stretch_3id7c_477",
|
|
147
|
-
"ai-l-flex-start": "_ai-l-flex-start_3id7c_480",
|
|
148
|
-
"ai-l-flex-end": "_ai-l-flex-end_3id7c_483",
|
|
149
|
-
"ai-l-center": "_ai-l-center_3id7c_486",
|
|
150
|
-
"ai-l-baseline": "_ai-l-baseline_3id7c_489"
|
|
151
|
-
}, n = g.bind(_), w = ({
|
|
152
|
-
className: c,
|
|
153
|
-
children: a,
|
|
154
|
-
jc: e = "start",
|
|
3
|
+
const s = "_root_fi64k_1", _ = {
|
|
4
|
+
root: s,
|
|
5
|
+
"gap-1": "_gap-1_fi64k_5",
|
|
6
|
+
"gap-2": "_gap-2_fi64k_9",
|
|
7
|
+
"gap-3": "_gap-3_fi64k_13",
|
|
8
|
+
"gap-4": "_gap-4_fi64k_17",
|
|
9
|
+
"gap-5": "_gap-5_fi64k_21",
|
|
10
|
+
"gap-6": "_gap-6_fi64k_25",
|
|
11
|
+
"gap-7": "_gap-7_fi64k_29",
|
|
12
|
+
"gap-8": "_gap-8_fi64k_33",
|
|
13
|
+
"gap-9": "_gap-9_fi64k_37",
|
|
14
|
+
"gap-10": "_gap-10_fi64k_41",
|
|
15
|
+
"gap-11": "_gap-11_fi64k_45",
|
|
16
|
+
"gap-12": "_gap-12_fi64k_49",
|
|
17
|
+
"gap-13": "_gap-13_fi64k_53",
|
|
18
|
+
"gap-14": "_gap-14_fi64k_57",
|
|
19
|
+
"gap-15": "_gap-15_fi64k_61",
|
|
20
|
+
"gap-16": "_gap-16_fi64k_65",
|
|
21
|
+
"fd-row": "_fd-row_fi64k_69",
|
|
22
|
+
"fd-row-reverse": "_fd-row-reverse_fi64k_73",
|
|
23
|
+
"fd-column": "_fd-column_fi64k_77",
|
|
24
|
+
"fd-column-reverse": "_fd-column-reverse_fi64k_81",
|
|
25
|
+
"w-nowrap": "_w-nowrap_fi64k_85",
|
|
26
|
+
"w-wrap": "_w-wrap_fi64k_89",
|
|
27
|
+
"w-wrap-reverse": "_w-wrap-reverse_fi64k_93",
|
|
28
|
+
"jc-flex-start": "_jc-flex-start_fi64k_97",
|
|
29
|
+
"jc-flex-end": "_jc-flex-end_fi64k_101",
|
|
30
|
+
"jc-center": "_jc-center_fi64k_105",
|
|
31
|
+
"jc-space-between": "_jc-space-between_fi64k_109",
|
|
32
|
+
"jc-space-around": "_jc-space-around_fi64k_113",
|
|
33
|
+
"jc-space-evenly": "_jc-space-evenly_fi64k_117",
|
|
34
|
+
"ai-stretch": "_ai-stretch_fi64k_121",
|
|
35
|
+
"ai-flex-start": "_ai-flex-start_fi64k_125",
|
|
36
|
+
"ai-flex-end": "_ai-flex-end_fi64k_129",
|
|
37
|
+
"ai-center": "_ai-center_fi64k_133",
|
|
38
|
+
"ai-baseline": "_ai-baseline_fi64k_137"
|
|
39
|
+
}, t = g.bind(_), w = ({
|
|
40
|
+
className: a,
|
|
41
|
+
children: e,
|
|
42
|
+
jc: f = "start",
|
|
155
43
|
ai: i = "center",
|
|
156
|
-
gap:
|
|
157
|
-
fd:
|
|
158
|
-
w:
|
|
159
|
-
}) => /* @__PURE__ */
|
|
44
|
+
gap: p,
|
|
45
|
+
fd: r = "row",
|
|
46
|
+
w: c = "nowrap"
|
|
47
|
+
}) => /* @__PURE__ */ k(
|
|
160
48
|
"div",
|
|
161
49
|
{
|
|
162
|
-
className:
|
|
163
|
-
children:
|
|
50
|
+
className: t(_.root, a, _[`w-${c}`], _[`jc-${f}`], _[`ai-${i}`], _[`gap-${p}`], _[`fd-${r}`]),
|
|
51
|
+
children: e
|
|
164
52
|
}
|
|
165
53
|
);
|
|
166
54
|
export {
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { jsxs as w, jsx as
|
|
2
|
-
import { useRef as
|
|
3
|
-
import { c as
|
|
4
|
-
const _ = "
|
|
1
|
+
import { jsxs as w, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as n, useEffect as o } from "react";
|
|
3
|
+
import { c as a } from "../../../index-DIxK0V-G.js";
|
|
4
|
+
const _ = "_switcherWrapper_iju0r_29", u = "_swiper_iju0r_36", d = "_swiperActive_iju0r_50", v = "_swiperForward_iju0r_1", j = "_swiperInactive_iju0r_55", m = "_swiperBackward_iju0r_1", f = "_swiperPoint_iju0r_60", P = "_swiperPointActive_iju0r_72", r = {
|
|
5
5
|
switcherWrapper: _,
|
|
6
|
-
swiper:
|
|
7
|
-
swiperActive:
|
|
8
|
-
swiperForward:
|
|
9
|
-
swiperInactive:
|
|
10
|
-
swiperBackward:
|
|
11
|
-
swiperPoint:
|
|
12
|
-
swiperPointActive:
|
|
13
|
-
}, t =
|
|
14
|
-
const
|
|
15
|
-
return
|
|
16
|
-
|
|
17
|
-
}, []), /* @__PURE__ */ w("div", { className:
|
|
6
|
+
swiper: u,
|
|
7
|
+
swiperActive: d,
|
|
8
|
+
swiperForward: v,
|
|
9
|
+
swiperInactive: j,
|
|
10
|
+
swiperBackward: m,
|
|
11
|
+
swiperPoint: f,
|
|
12
|
+
swiperPointActive: P
|
|
13
|
+
}, t = a.bind(r), x = ({ children: c, isActive: i, onClick: p }) => {
|
|
14
|
+
const e = n(!0);
|
|
15
|
+
return o(() => {
|
|
16
|
+
e.current && (e.current = !1);
|
|
17
|
+
}, []), /* @__PURE__ */ w("div", { className: r.switcherWrapper, children: [
|
|
18
18
|
c,
|
|
19
|
-
/* @__PURE__ */
|
|
19
|
+
/* @__PURE__ */ s(
|
|
20
20
|
"div",
|
|
21
21
|
{
|
|
22
22
|
className: t(
|
|
23
|
-
|
|
24
|
-
{ [
|
|
25
|
-
{ [
|
|
23
|
+
r.swiper,
|
|
24
|
+
{ [r.swiperActive]: i },
|
|
25
|
+
{ [r.swiperInactive]: !i && !e.current }
|
|
26
26
|
),
|
|
27
27
|
onClick: p,
|
|
28
|
-
children: /* @__PURE__ */
|
|
28
|
+
children: /* @__PURE__ */ s("div", { className: t(r.swiperPoint, { [r.swiperPointActive]: i }) })
|
|
29
29
|
}
|
|
30
30
|
)
|
|
31
31
|
] });
|
|
32
32
|
};
|
|
33
33
|
export {
|
|
34
|
-
|
|
34
|
+
x as Switcher
|
|
35
35
|
};
|
package/dist/main.d.ts
CHANGED
package/dist/main.js
CHANGED
|
@@ -1,19 +1,21 @@
|
|
|
1
1
|
import { Button as t } from "./components/Button/ui/Button.js";
|
|
2
2
|
import { MobileButton as x } from "./components/MobileButton/ui/MobileButton.js";
|
|
3
|
-
import { NewIcon as
|
|
3
|
+
import { NewIcon as f } from "./components/NewIcon/ui/NewIcon.js";
|
|
4
4
|
import { DestinationTab as n } from "./components/DestinationTab/ui/DestinationTab.js";
|
|
5
|
-
import { RoundButton as
|
|
5
|
+
import { RoundButton as i } from "./components/RoundButton/ui/RoundButton.js";
|
|
6
6
|
import { Tag as B } from "./components/Tag/ui/Tag.js";
|
|
7
7
|
import { Switcher as b } from "./components/Switcher/ui/Switcher.js";
|
|
8
8
|
import { Text as l } from "./components/Text/ui/Text.js";
|
|
9
|
-
import { Flex as
|
|
9
|
+
import { Flex as I } from "./components/Flex/ui/Flex.js";
|
|
10
|
+
import { Input as g } from "./components/Input/ui/Input.js";
|
|
10
11
|
export {
|
|
11
12
|
t as Button,
|
|
12
13
|
n as DestinationTab,
|
|
13
|
-
|
|
14
|
+
I as Flex,
|
|
15
|
+
g as Input,
|
|
14
16
|
x as MobileButton,
|
|
15
|
-
|
|
16
|
-
|
|
17
|
+
f as NewIcon,
|
|
18
|
+
i as RoundButton,
|
|
17
19
|
b as Switcher,
|
|
18
20
|
B as Tag,
|
|
19
21
|
l as Text
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._tagCommon_96we6_1{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}._tagCommon_96we6_1:disabled{opacity:.2}._auto-width_96we6_16{width:max-content}._full-width_96we6_20{width:100%}._medium-size_96we6_24{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._tiny-size_96we6_32{font-size:10px;line-height:12px;min-height:24px;padding:5px;gap:4px}._red_96we6_40{background:#ec5353;border:1px solid #ec5353;color:#fff}._gray_96we6_46{background:#f4f5f6;border:1px solid #f4f5f6;color:#353945}._shade_96we6_52{background:#141416cc;border:none;color:#fff}._medium-size_96we6_24._shade_96we6_52{padding:10px 16px}._tiny-size_96we6_32._shade_96we6_52{padding:6px}@media (min-width: 1024px){._tiny-size_m_96we6_67{font-size:10px;line-height:12px;min-height:24px;padding:5px;gap:4px}._medium-size_m_96we6_74{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._medium-size_96we6_24._shade_96we6_52{padding:10px 16px}._tiny-size_96we6_32._shade_96we6_52{padding:6px}}@media (min-width: 1440px){._tiny-size_l_96we6_89{font-size:10px;line-height:12px;min-height:24px;padding:5px;gap:4px}._medium-size_l_96we6_96{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._medium-size_96we6_24._shade_96we6_52{padding:10px 16px}._tiny-size_96we6_32._shade_96we6_52{padding:6px}}@keyframes _swiperForward_s9esa_1{0%{background:#b1b5c3;border:1px solid #b1b5c3}50%{background:#777e90;border:1px solid #777e90}to{background:#015ff9;border:1px solid #015ff9}}@keyframes _swiperBackward_s9esa_1{0%{background:#015ff9;border:1px solid #015ff9}50%{background:#024ac0;border:1px solid #024AC0}to{background:#b1b5c3;border:1px solid #b1b5c3}}._switcherWrapper_s9esa_29{display:flex;justify-content:space-between;align-items:center}._swiper_s9esa_35{position:relative;width:36px;height:20px;padding:1px;border-radius:50px;border:1px solid #b1b5c3;background:#b1b5c3;box-sizing:border-box;cursor:pointer}._swiperActive_s9esa_47{animation:_swiperForward_s9esa_1 .3s ease;animation-fill-mode:forwards}._swiperInactive_s9esa_52{animation:_swiperBackward_s9esa_1 .3s ease;animation-fill-mode:forwards}._swiperPoint_s9esa_57{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_s9esa_69{left:16px}._btnRound_4g1ag_1{display:flex;justify-content:center;align-items:center;border-radius:50%;padding:7px;box-sizing:border-box;cursor:pointer}._btnRound_4g1ag_1:disabled{opacity:.2}._small-size_4g1ag_14{width:32px;height:32px}._medium-size_4g1ag_19{width:40px;height:40px;padding:9px}._large-size_4g1ag_25{width:48px;height:48px;padding:11px}._whiteStroke_4g1ag_31{border:1px solid #e6e8ec;background-color:#fff}._whiteStroke_4g1ag_31:hover{border:1px solid #b1b5c3}._whiteStroke_4g1ag_31:active{border:1px solid #141416}@media (min-width: 1024px){._small-size_m_4g1ag_43{width:32px;height:32px}._medium-size_m_4g1ag_47{width:40px;height:40px;padding:9px}._large-size_m_4g1ag_52{width:48px;height:48px;padding:11px}}@media (min-width: 1440px){._small-size_l_4g1ag_59{width:32px;height:32px}._medium-size_l_4g1ag_63{width:40px;height:40px;padding:9px}._large-size_l_4g1ag_68{width:48px;height:48px;padding:11px}}._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}._auto-width_yxw8x_1{width:max-content}._full-width_yxw8x_5{width:100%}._inputWrapper_yxw8x_9{display:flex;gap:4px;border-radius:48px;padding:11px 23px;border:1px solid #b1b5c3}._inputWrapper_yxw8x_9 input{border:none;background:transparent}._inputWrapper_yxw8x_9 input:focus{outline:none}._inputWrapperPost_yxw8x_24{font-size:16px;line-height:24px;font-weight:400;padding:11px 12px 11px 23px}._inputWrapperPost_yxw8x_24 input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}._light_yxw8x_34{background:#fff;border:1px solid #b1b5c3}._light_yxw8x_34 input{color:#141416}._light_yxw8x_34 input::placeholder{color:#b1b5c3}._light_yxw8x_34 span{color:#b1b5c3}._light_yxw8x_34:hover{border:1px solid #777e90}._light_yxw8x_34:has(input:focus){border:1px solid #141416}._light_yxw8x_34:has(input:disabled){background:#f4f5f6;border:1px solid #e6e8ec}._light_yxw8x_34:has(input:disabled) input{color:#b1b5c3}._light_yxw8x_34:has(input:disabled) input::placeholder{color:#b1b5c3}._light_yxw8x_34:has(input:disabled) span{color:#b1b5c3}._dark_yxw8x_67{background:#23262f;border:1px solid #353945}._dark_yxw8x_67 input{color:#fff}._dark_yxw8x_67 input::placeholder{color:#777e90}._dark_yxw8x_67 span{color:#777e90}._dark_yxw8x_67:hover{border:1px solid #777e90}._dark_yxw8x_67:has(input:focus){border:1px solid #ffffff}._dark_yxw8x_67:has(input:disabled){background:#141416;border:1px solid #353945}._dark_yxw8x_67:has(input:disabled) input{color:#353945}._dark_yxw8x_67:has(input:disabled) input::placeholder{color:#353945}._dark_yxw8x_67:has(input:disabled) span{color:#353945}._dark_yxw8x_67:has(input:invalid){border:1px solid #ec5353}._inputWrapperError_yxw8x_103{border:1px solid #ec5353}._root_3id7c_1{display:flex}._gap-1_3id7c_5{gap:4px}._gap-2_3id7c_9{gap:8px}._gap-3_3id7c_13{gap:12px}._gap-4_3id7c_17{gap:16px}._gap-5_3id7c_21{gap:20px}._gap-6_3id7c_25{gap:24px}._gap-7_3id7c_29{gap:28px}._gap-8_3id7c_33{gap:32px}._gap-9_3id7c_37{gap:36px}._gap-10_3id7c_41{gap:40px}._gap-11_3id7c_45{gap:44px}._gap-12_3id7c_49{gap:48px}._gap-13_3id7c_53{gap:52px}._gap-14_3id7c_57{gap:56px}._gap-15_3id7c_61{gap:60px}._gap-16_3id7c_65{gap:64px}.__dir-row_3id7c_69{flex-direction:row}.__dir-row-reverse_3id7c_73{flex-direction:row-reverse}.__dir-column_3id7c_77{flex-direction:column}.__dir-column-reverse_3id7c_81{flex-direction:column-reverse}.__w-nowrap_3id7c_85{flex-wrap:nowrap}.__w-wrap_3id7c_89{flex-wrap:wrap}.__w-wrap-reverse_3id7c_93{flex-wrap:wrap-reverse}.__jc-flex-start_3id7c_97{justify-content:flex-start}.__jc-flex-end_3id7c_101{justify-content:flex-end}.__jc-center_3id7c_105{justify-content:center}.__jc-space-between_3id7c_109{justify-content:space-between}.__jc-space-around_3id7c_113{justify-content:space-around}.__jc-space-evenly_3id7c_117{justify-content:space-evenly}.__ai-stretch_3id7c_121{align-items:stretch}.__ai-flex-start_3id7c_125{align-items:flex-start}.__ai-flex-end_3id7c_129{align-items:flex-end}.__ai-center_3id7c_133{align-items:center}.__ai-baseline_3id7c_137{align-items:baseline}.__gr-0_3id7c_141{flex-grow:0}.__sh-0_3id7c_145{flex-shrink:0}.__gr-1_3id7c_149{flex-grow:1}.__sh-1_3id7c_153{flex-shrink:1}.__gr-2_3id7c_157{flex-grow:2}.__sh-2_3id7c_161{flex-shrink:2}.__gr-3_3id7c_165{flex-grow:3}.__sh-3_3id7c_169{flex-shrink:3}.__gr-4_3id7c_173{flex-grow:4}.__sh-4_3id7c_177{flex-shrink:4}@media (min-width: >=375px){._gap-s-1_3id7c_182{gap:4px}._gap-s-2_3id7c_185{gap:8px}._gap-s-3_3id7c_188{gap:12px}._gap-s-4_3id7c_191{gap:16px}._gap-s-5_3id7c_194{gap:20px}._gap-s-6_3id7c_197{gap:24px}._gap-s-7_3id7c_200{gap:28px}._gap-s-8_3id7c_203{gap:32px}._gap-s-9_3id7c_206{gap:36px}._gap-s-10_3id7c_209{gap:40px}._gap-s-11_3id7c_212{gap:44px}._gap-s-12_3id7c_215{gap:48px}._gap-s-13_3id7c_218{gap:52px}._gap-s-14_3id7c_221{gap:56px}._gap-s-15_3id7c_224{gap:60px}._gap-s-16_3id7c_227{gap:64px}._fd_s-row_3id7c_230{flex-direction:row}._fd_s-row-reverse_3id7c_233{flex-direction:row-reverse}._fd_s-column_3id7c_236{flex-direction:column}._fd_s-column-reverse_3id7c_239{flex-direction:column-reverse}._w-s-nowrap_3id7c_242{flex-wrap:nowrap}._w-s-wrap_3id7c_245{flex-wrap:wrap}._w-s-wrap-reverse_3id7c_248{flex-wrap:wrap-reverse}._jc-s-flex-start_3id7c_251{justify-content:flex-start}._jc-s-flex-end_3id7c_254{justify-content:flex-end}._jc-s-center_3id7c_257{justify-content:center}._jc-s-space-between_3id7c_260{justify-content:space-between}._jc-s-space-around_3id7c_263{justify-content:space-around}._jc-s-space-evenly_3id7c_266{justify-content:space-evenly}._ai-s-stretch_3id7c_269{align-items:stretch}._ai-s-flex-start_3id7c_272{align-items:flex-start}._ai-s-flex-end_3id7c_275{align-items:flex-end}._ai-s-center_3id7c_278{align-items:center}._ai-s-baseline_3id7c_281{align-items:baseline}}@media (min-width: >=1024px){._gap-m-1_3id7c_286{gap:4px}._gap-m-2_3id7c_289{gap:8px}._gap-m-3_3id7c_292{gap:12px}._gap-m-4_3id7c_295{gap:16px}._gap-m-5_3id7c_298{gap:20px}._gap-m-6_3id7c_301{gap:24px}._gap-m-7_3id7c_304{gap:28px}._gap-m-8_3id7c_307{gap:32px}._gap-m-9_3id7c_310{gap:36px}._gap-m-10_3id7c_313{gap:40px}._gap-m-11_3id7c_316{gap:44px}._gap-m-12_3id7c_319{gap:48px}._gap-m-13_3id7c_322{gap:52px}._gap-m-14_3id7c_325{gap:56px}._gap-m-15_3id7c_328{gap:60px}._gap-m-16_3id7c_331{gap:64px}._fd_m-row_3id7c_334{flex-direction:row}._fd_m-row-reverse_3id7c_337{flex-direction:row-reverse}._fd_m-column_3id7c_340{flex-direction:column}._fd_m-column-reverse_3id7c_343{flex-direction:column-reverse}._w-m-nowrap_3id7c_346{flex-wrap:nowrap}._w-m-wrap_3id7c_349{flex-wrap:wrap}._w-m-wrap-reverse_3id7c_352{flex-wrap:wrap-reverse}._jc-m-flex-start_3id7c_355{justify-content:flex-start}._jc-m-flex-end_3id7c_358{justify-content:flex-end}._jc-m-center_3id7c_361{justify-content:center}._jc-m-space-between_3id7c_364{justify-content:space-between}._jc-m-space-around_3id7c_367{justify-content:space-around}._jc-m-space-evenly_3id7c_370{justify-content:space-evenly}._ai-m-stretch_3id7c_373{align-items:stretch}._ai-m-flex-start_3id7c_376{align-items:flex-start}._ai-m-flex-end_3id7c_379{align-items:flex-end}._ai-m-center_3id7c_382{align-items:center}._ai-m-baseline_3id7c_385{align-items:baseline}}@media (min-width: >=1440px){._gap-l-1_3id7c_390{gap:4px}._gap-l-2_3id7c_393{gap:8px}._gap-l-3_3id7c_396{gap:12px}._gap-l-4_3id7c_399{gap:16px}._gap-l-5_3id7c_402{gap:20px}._gap-l-6_3id7c_405{gap:24px}._gap-l-7_3id7c_408{gap:28px}._gap-l-8_3id7c_411{gap:32px}._gap-l-9_3id7c_414{gap:36px}._gap-l-10_3id7c_417{gap:40px}._gap-l-11_3id7c_420{gap:44px}._gap-l-12_3id7c_423{gap:48px}._gap-l-13_3id7c_426{gap:52px}._gap-l-14_3id7c_429{gap:56px}._gap-l-15_3id7c_432{gap:60px}._gap-l-16_3id7c_435{gap:64px}._fd_l-row_3id7c_438{flex-direction:row}._fd_l-row-reverse_3id7c_441{flex-direction:row-reverse}._fd_l-column_3id7c_444{flex-direction:column}._fd_l-column-reverse_3id7c_447{flex-direction:column-reverse}._w-l-nowrap_3id7c_450{flex-wrap:nowrap}._w-l-wrap_3id7c_453{flex-wrap:wrap}._w-l-wrap-reverse_3id7c_456{flex-wrap:wrap-reverse}._jc-l-flex-start_3id7c_459{justify-content:flex-start}._jc-l-flex-end_3id7c_462{justify-content:flex-end}._jc-l-center_3id7c_465{justify-content:center}._jc-l-space-between_3id7c_468{justify-content:space-between}._jc-l-space-around_3id7c_471{justify-content:space-around}._jc-l-space-evenly_3id7c_474{justify-content:space-evenly}._ai-l-stretch_3id7c_477{align-items:stretch}._ai-l-flex-start_3id7c_480{align-items:flex-start}._ai-l-flex-end_3id7c_483{align-items:flex-end}._ai-l-center_3id7c_486{align-items:center}._ai-l-baseline_3id7c_489{align-items:baseline}}._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}}._btnCommon_2h1hm_1{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}._btnCommon_2h1hm_1:disabled{opacity:.2}._auto-width_2h1hm_18{width:max-content}._full-width_2h1hm_22{width:100%}._tiny-size_2h1hm_26{font-size:10px;line-height:12px;min-height:24px;padding:5px 11px;gap:4px}._small-size_2h1hm_34{font-size:12px;line-height:16px;min-height:32px;padding:7px 11px;gap:8px}._medium-size_2h1hm_42{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._large-size_2h1hm_50{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}._blue_2h1hm_58{background:#015ff9;border:1px solid #015ff9;color:#fff}._blue_2h1hm_58:hover{background:#024ac0;border:1px solid #024ac0}._blue_2h1hm_58:active{background:#0645aa;border:1px solid #0645aa}._sokolniki_2h1hm_72{background:#60663e;border:1px solid #60663e;color:#fff}._sokolniki_2h1hm_72:hover{background:#494f29;border:1px solid #494f29}._sokolniki_2h1hm_72:active{background:#303519;border:1px solid #303519}._black_2h1hm_86{background:#141416;border:1px solid #141416;color:#fff}._black_2h1hm_86:hover{background:#23262f;border:1px solid #353945}._black_2h1hm_86:active{background:#353945;border:1px solid #777e90}._gray_2h1hm_100{background:#f4f5f6;border:1px solid #f4f5f6;color:#777e90}._gray_2h1hm_100:hover{background:#f4f5f6;border:1px solid #b1b5c3}._gray_2h1hm_100:active{background:#e6e8ec;border:1px solid #b1b5c3}._whiteStroke_2h1hm_114{background:#fff;border:1px solid #e6e8ec;color:#141416}._whiteStroke_2h1hm_114:hover{border:1px solid #b1b5c3}._whiteStroke_2h1hm_114:active{border:1px solid #141416}._whiteFilled_2h1hm_126{background:#fff;border:1px solid #ffffff;color:#141416}._whiteFilled_2h1hm_126:hover{background:#fcfcfd;border:1px solid #f4f5f6}._whiteFilled_2h1hm_126:active{background:#f4f5f6;border:1px solid #f4f5f6}._shade_2h1hm_140{background:#23262f;border:1px solid #23262F;color:#fff}@keyframes _LoaderSpin_2h1hm_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loader_2h1hm_154{animation:_LoaderSpin_2h1hm_1 1.4s infinite linear}@media (min-width: 1024px){._tiny-size_m_2h1hm_159{font-size:10px;line-height:12px;min-height:24px;padding:5px 11px;gap:4px}._small-size_m_2h1hm_166{font-size:12px;line-height:16px;min-height:32px;padding:7px 11px;gap:8px}._medium-size_m_2h1hm_173{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._large-size_m_2h1hm_180{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}}@media (min-width: 1440px){._tiny-size_l_2h1hm_189{font-size:10px;line-height:12px;min-height:24px;padding:5px 11px;gap:4px}._small-size_l_2h1hm_196{font-size:12px;line-height:16px;min-height:32px;padding:7px 11px;gap:8px}._medium-size_l_2h1hm_203{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._large-size_l_2h1hm_210{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}}
|
|
1
|
+
._tagCommon_96we6_1{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}._tagCommon_96we6_1:disabled{opacity:.2}._auto-width_96we6_16{width:max-content}._full-width_96we6_20{width:100%}._medium-size_96we6_24{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._tiny-size_96we6_32{font-size:10px;line-height:12px;min-height:24px;padding:5px;gap:4px}._red_96we6_40{background:#ec5353;border:1px solid #ec5353;color:#fff}._gray_96we6_46{background:#f4f5f6;border:1px solid #f4f5f6;color:#353945}._shade_96we6_52{background:#141416cc;border:none;color:#fff}._medium-size_96we6_24._shade_96we6_52{padding:10px 16px}._tiny-size_96we6_32._shade_96we6_52{padding:6px}@media (min-width: 1024px){._tiny-size_m_96we6_67{font-size:10px;line-height:12px;min-height:24px;padding:5px;gap:4px}._medium-size_m_96we6_74{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._medium-size_96we6_24._shade_96we6_52{padding:10px 16px}._tiny-size_96we6_32._shade_96we6_52{padding:6px}}@media (min-width: 1440px){._tiny-size_l_96we6_89{font-size:10px;line-height:12px;min-height:24px;padding:5px;gap:4px}._medium-size_l_96we6_96{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._medium-size_96we6_24._shade_96we6_52{padding:10px 16px}._tiny-size_96we6_32._shade_96we6_52{padding:6px}}@keyframes _swiperForward_iju0r_1{0%{background:#b1b5c3;border:1px solid #b1b5c3}50%{background:#777e90;border:1px solid #777e90}to{background:#015ff9;border:1px solid #015ff9}}@keyframes _swiperBackward_iju0r_1{0%{background:#015ff9;border:1px solid #015ff9}50%{background:#024ac0;border:1px solid #024AC0}to{background:#b1b5c3;border:1px solid #b1b5c3}}._switcherWrapper_iju0r_29{display:flex;justify-content:space-between;align-items:center;outline:none}._swiper_iju0r_36{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}._swiperActive_iju0r_50{animation:_swiperForward_iju0r_1 .3s ease;animation-fill-mode:forwards}._swiperInactive_iju0r_55{animation:_swiperBackward_iju0r_1 .3s ease;animation-fill-mode:forwards}._swiperPoint_iju0r_60{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_iju0r_72{left:16px}._btnRound_4g1ag_1{display:flex;justify-content:center;align-items:center;border-radius:50%;padding:7px;box-sizing:border-box;cursor:pointer}._btnRound_4g1ag_1:disabled{opacity:.2}._small-size_4g1ag_14{width:32px;height:32px}._medium-size_4g1ag_19{width:40px;height:40px;padding:9px}._large-size_4g1ag_25{width:48px;height:48px;padding:11px}._whiteStroke_4g1ag_31{border:1px solid #e6e8ec;background-color:#fff}._whiteStroke_4g1ag_31:hover{border:1px solid #b1b5c3}._whiteStroke_4g1ag_31:active{border:1px solid #141416}@media (min-width: 1024px){._small-size_m_4g1ag_43{width:32px;height:32px}._medium-size_m_4g1ag_47{width:40px;height:40px;padding:9px}._large-size_m_4g1ag_52{width:48px;height:48px;padding:11px}}@media (min-width: 1440px){._small-size_l_4g1ag_59{width:32px;height:32px}._medium-size_l_4g1ag_63{width:40px;height:40px;padding:9px}._large-size_l_4g1ag_68{width:48px;height:48px;padding:11px}}._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}._auto-width_yxw8x_1{width:max-content}._full-width_yxw8x_5{width:100%}._inputWrapper_yxw8x_9{display:flex;gap:4px;border-radius:48px;padding:11px 23px;border:1px solid #b1b5c3}._inputWrapper_yxw8x_9 input{border:none;background:transparent}._inputWrapper_yxw8x_9 input:focus{outline:none}._inputWrapperPost_yxw8x_24{font-size:16px;line-height:24px;font-weight:400;padding:11px 12px 11px 23px}._inputWrapperPost_yxw8x_24 input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}._light_yxw8x_34{background:#fff;border:1px solid #b1b5c3}._light_yxw8x_34 input{color:#141416}._light_yxw8x_34 input::placeholder{color:#b1b5c3}._light_yxw8x_34 span{color:#b1b5c3}._light_yxw8x_34:hover{border:1px solid #777e90}._light_yxw8x_34:has(input:focus){border:1px solid #141416}._light_yxw8x_34:has(input:disabled){background:#f4f5f6;border:1px solid #e6e8ec}._light_yxw8x_34:has(input:disabled) input{color:#b1b5c3}._light_yxw8x_34:has(input:disabled) input::placeholder{color:#b1b5c3}._light_yxw8x_34:has(input:disabled) span{color:#b1b5c3}._dark_yxw8x_67{background:#23262f;border:1px solid #353945}._dark_yxw8x_67 input{color:#fff}._dark_yxw8x_67 input::placeholder{color:#777e90}._dark_yxw8x_67 span{color:#777e90}._dark_yxw8x_67:hover{border:1px solid #777e90}._dark_yxw8x_67:has(input:focus){border:1px solid #ffffff}._dark_yxw8x_67:has(input:disabled){background:#141416;border:1px solid #353945}._dark_yxw8x_67:has(input:disabled) input{color:#353945}._dark_yxw8x_67:has(input:disabled) input::placeholder{color:#353945}._dark_yxw8x_67:has(input:disabled) span{color:#353945}._dark_yxw8x_67:has(input:invalid){border:1px solid #ec5353}._inputWrapperError_yxw8x_103{border:1px solid #ec5353}._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}._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}}._btnCommon_2h1hm_1{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}._btnCommon_2h1hm_1:disabled{opacity:.2}._auto-width_2h1hm_18{width:max-content}._full-width_2h1hm_22{width:100%}._tiny-size_2h1hm_26{font-size:10px;line-height:12px;min-height:24px;padding:5px 11px;gap:4px}._small-size_2h1hm_34{font-size:12px;line-height:16px;min-height:32px;padding:7px 11px;gap:8px}._medium-size_2h1hm_42{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._large-size_2h1hm_50{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}._blue_2h1hm_58{background:#015ff9;border:1px solid #015ff9;color:#fff}._blue_2h1hm_58:hover{background:#024ac0;border:1px solid #024ac0}._blue_2h1hm_58:active{background:#0645aa;border:1px solid #0645aa}._sokolniki_2h1hm_72{background:#60663e;border:1px solid #60663e;color:#fff}._sokolniki_2h1hm_72:hover{background:#494f29;border:1px solid #494f29}._sokolniki_2h1hm_72:active{background:#303519;border:1px solid #303519}._black_2h1hm_86{background:#141416;border:1px solid #141416;color:#fff}._black_2h1hm_86:hover{background:#23262f;border:1px solid #353945}._black_2h1hm_86:active{background:#353945;border:1px solid #777e90}._gray_2h1hm_100{background:#f4f5f6;border:1px solid #f4f5f6;color:#777e90}._gray_2h1hm_100:hover{background:#f4f5f6;border:1px solid #b1b5c3}._gray_2h1hm_100:active{background:#e6e8ec;border:1px solid #b1b5c3}._whiteStroke_2h1hm_114{background:#fff;border:1px solid #e6e8ec;color:#141416}._whiteStroke_2h1hm_114:hover{border:1px solid #b1b5c3}._whiteStroke_2h1hm_114:active{border:1px solid #141416}._whiteFilled_2h1hm_126{background:#fff;border:1px solid #ffffff;color:#141416}._whiteFilled_2h1hm_126:hover{background:#fcfcfd;border:1px solid #f4f5f6}._whiteFilled_2h1hm_126:active{background:#f4f5f6;border:1px solid #f4f5f6}._shade_2h1hm_140{background:#23262f;border:1px solid #23262F;color:#fff}@keyframes _LoaderSpin_2h1hm_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loader_2h1hm_154{animation:_LoaderSpin_2h1hm_1 1.4s infinite linear}@media (min-width: 1024px){._tiny-size_m_2h1hm_159{font-size:10px;line-height:12px;min-height:24px;padding:5px 11px;gap:4px}._small-size_m_2h1hm_166{font-size:12px;line-height:16px;min-height:32px;padding:7px 11px;gap:8px}._medium-size_m_2h1hm_173{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._large-size_m_2h1hm_180{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}}@media (min-width: 1440px){._tiny-size_l_2h1hm_189{font-size:10px;line-height:12px;min-height:24px;padding:5px 11px;gap:4px}._small-size_l_2h1hm_196{font-size:12px;line-height:16px;min-height:32px;padding:7px 11px;gap:8px}._medium-size_l_2h1hm_203{font-size:14px;line-height:20px;min-height:40px;padding:9px 15px;gap:8px}._large-size_l_2h1hm_210{font-size:16px;line-height:24px;min-height:48px;padding:11px 23px;gap:8px}}
|