ost-components 0.0.1
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/README.md +136 -0
- package/dist/896f1dcf256d0c8af555.svg +3 -0
- package/dist/components/Button/Button.d.ts +16 -0
- package/dist/components/Button/Button.d.ts.map +1 -0
- package/dist/components/Button/index.css +165 -0
- package/dist/components/Button/index.d.ts +2 -0
- package/dist/components/Button/index.d.ts.map +1 -0
- package/dist/components/Button/index.js +1 -0
- package/dist/components/FAQ/FAQ.d.ts +20 -0
- package/dist/components/FAQ/FAQ.d.ts.map +1 -0
- package/dist/components/FAQ/index.css +101 -0
- package/dist/components/FAQ/index.d.ts +2 -0
- package/dist/components/FAQ/index.d.ts.map +1 -0
- package/dist/components/FAQ/index.js +1 -0
- package/dist/components/Footer/Footer.d.ts +12 -0
- package/dist/components/Footer/Footer.d.ts.map +1 -0
- package/dist/components/Footer/index.css +411 -0
- package/dist/components/Footer/index.d.ts +2 -0
- package/dist/components/Footer/index.d.ts.map +1 -0
- package/dist/components/Footer/index.js +1 -0
- package/dist/components/Header/Header.d.ts +21 -0
- package/dist/components/Header/Header.d.ts.map +1 -0
- package/dist/components/Header/Modal.d.ts +1 -0
- package/dist/components/Header/Modal.d.ts.map +1 -0
- package/dist/components/Header/index.css +321 -0
- package/dist/components/Header/index.d.ts +3 -0
- package/dist/components/Header/index.d.ts.map +1 -0
- package/dist/components/Header/index.js +1 -0
- package/dist/components/Heading/Heading.d.ts +11 -0
- package/dist/components/Heading/Heading.d.ts.map +1 -0
- package/dist/components/Heading/index.css +46 -0
- package/dist/components/Heading/index.d.ts +3 -0
- package/dist/components/Heading/index.d.ts.map +1 -0
- package/dist/components/Heading/index.js +1 -0
- package/dist/components/HotelCard/HotelCard.d.ts +18 -0
- package/dist/components/HotelCard/HotelCard.d.ts.map +1 -0
- package/dist/components/HotelCard/index.css +150 -0
- package/dist/components/HotelCard/index.d.ts +3 -0
- package/dist/components/HotelCard/index.d.ts.map +1 -0
- package/dist/components/HotelCard/index.js +1 -0
- package/dist/components/Text/Text.d.ts +12 -0
- package/dist/components/Text/Text.d.ts.map +1 -0
- package/dist/components/Text/index.css +65 -0
- package/dist/components/Text/index.d.ts +3 -0
- package/dist/components/Text/index.d.ts.map +1 -0
- package/dist/components/Text/index.js +1 -0
- package/dist/components/index.d.ts +10 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/index.css +741 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1 -0
- package/dist/store/fluidMode.d.ts +37 -0
- package/dist/store/fluidMode.d.ts.map +1 -0
- package/dist/store/fluidMode.js +1 -0
- package/dist/storybook/decorator.d.ts +3 -0
- package/dist/storybook/decorator.d.ts.map +1 -0
- package/dist/themes/layout.d.ts +3 -0
- package/dist/themes/layout.d.ts.map +1 -0
- package/dist/themes/ostrovok/index.css +8 -0
- package/dist/themes/ostrovok/index.d.ts +9 -0
- package/dist/themes/ostrovok/index.d.ts.map +1 -0
- package/dist/themes/ostrovok/index.js +1 -0
- package/dist/themes/ostrovok/ostrovok.d.ts +64 -0
- package/dist/themes/ostrovok/ostrovok.d.ts.map +1 -0
- package/dist/themes/ostrovok/ostrovok.js +1 -0
- package/dist/utils/classes.d.ts +2 -0
- package/dist/utils/classes.d.ts.map +1 -0
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +1 -0
- package/dist/utils/isValidEmail.d.ts +2 -0
- package/dist/utils/isValidEmail.d.ts.map +1 -0
- package/dist/utils/throttle.d.ts +2 -0
- package/dist/utils/throttle.d.ts.map +1 -0
- package/package.json +147 -0
package/dist/index.css
ADDED
|
@@ -0,0 +1,741 @@
|
|
|
1
|
+
.layout-module__fluidLayout--BNE04[class] {
|
|
2
|
+
font-size: 1rem;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.layout-module__staticLayout--x_6dR[class] {
|
|
6
|
+
font-size: 1px;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.Button-module__text--fXCJk {
|
|
10
|
+
font-size: var(--button-font-size, 16em);
|
|
11
|
+
white-space: nowrap;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.Button-module__root--JgX5G {
|
|
15
|
+
all: unset;
|
|
16
|
+
display: inline-flex;
|
|
17
|
+
border-radius: 60em;
|
|
18
|
+
font-family: var(--font-family);
|
|
19
|
+
font-weight: 500;
|
|
20
|
+
cursor: pointer;
|
|
21
|
+
box-sizing: border-box;
|
|
22
|
+
line-height: var(--button-line-height, 1.5);
|
|
23
|
+
color: var(--button-color);
|
|
24
|
+
background-color: var(--button-bg);
|
|
25
|
+
align-items: center;
|
|
26
|
+
justify-content: center;
|
|
27
|
+
-webkit-font-smoothing: antialiased;
|
|
28
|
+
-moz-osx-font-smoothing: grayscale;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@media (hover: hover) and (pointer: fine) {
|
|
32
|
+
.Button-module__root--JgX5G:hover {
|
|
33
|
+
--button-bg: var(--button-bg-hover);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.Button-module__root--JgX5G:active {
|
|
37
|
+
--button-bg: var(--button-bg-active);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.Button-module__root--JgX5G:disabled {
|
|
42
|
+
cursor: default;
|
|
43
|
+
--button-bg: var(--button-bg-disabled);
|
|
44
|
+
--button-color: var(--button-color-disabled);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.Button-module__root--JgX5G:disabled .Button-module__text--fXCJk {
|
|
48
|
+
opacity: var(--disabled-text-opacity, 0.4);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.Button-module__xs--QiLu6 {
|
|
52
|
+
padding: 5em 16em 7em;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.Button-module__s--BPnwl {
|
|
56
|
+
padding: 7em 18em 9em;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.Button-module__m--Za884 {
|
|
60
|
+
padding: 10em 22em 12em;
|
|
61
|
+
--button-line-height: 1.444;
|
|
62
|
+
--button-font-size: 18em;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.Button-module__l--ERI3t {
|
|
66
|
+
padding: 13em 28em 15em;
|
|
67
|
+
--button-line-height: 1.333;
|
|
68
|
+
--button-font-size: 24em;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.Button-module__primary--cdc4_.Button-module__green--alhqL {
|
|
72
|
+
--button-color: var(--primary-green-button-text);
|
|
73
|
+
--button-bg: var(--primary-green-button-bg);
|
|
74
|
+
--button-bg-hover: var(--primary-green-button-bg-hover);
|
|
75
|
+
--button-bg-active: var(--primary-green-button-bg-active);
|
|
76
|
+
--button-bg-disabled: var(--primary-green-button-bg-disabled);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.Button-module__primary--cdc4_.Button-module__blue--NCGMs {
|
|
80
|
+
--button-color: var(--primary-blue-button-text);
|
|
81
|
+
--button-bg: var(--primary-blue-button-bg);
|
|
82
|
+
--button-bg-hover: var(--primary-blue-button-bg-hover);
|
|
83
|
+
--button-bg-active: var(--primary-blue-button-bg-active);
|
|
84
|
+
--button-bg-disabled: var(--primary-blue-button-bg-disabled);
|
|
85
|
+
--button-color-disabled: var(--primary-blue-button-color-disabled);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.Button-module__primary--cdc4_.Button-module__white--zRU5W {
|
|
89
|
+
--button-color: var(--primary-white-button-text);
|
|
90
|
+
--button-bg: var(--primary-white-button-bg);
|
|
91
|
+
--button-bg-hover: var(--primary-white-button-bg-hover);
|
|
92
|
+
--button-bg-active: var(--primary-white-button-bg-active);
|
|
93
|
+
--button-bg-disabled: var(--primary-white-button-bg-disabled);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.Button-module__primary--cdc4_.Button-module__black--Yi4Rj {
|
|
97
|
+
--button-color: var(--primary-black-button-text);
|
|
98
|
+
--button-bg: var(--primary-black-button-bg);
|
|
99
|
+
--button-bg-hover: var(--primary-black-button-bg-hover);
|
|
100
|
+
--button-bg-active: var(--primary-black-button-bg-active);
|
|
101
|
+
--button-bg-disabled: var(--primary-black-button-bg-disabled);
|
|
102
|
+
--button-color-disabled: var(--primary-black-button-color-disabled);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.Button-module__secondary--pJ5lp {
|
|
106
|
+
box-shadow: inset 0 0 0 var(--secondary-border-width, 1em)
|
|
107
|
+
var(--secondary-border-color);
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.Button-module__secondary--pJ5lp.Button-module__l--ERI3t {
|
|
111
|
+
--secondary-border-width: 2em;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.Button-module__secondary--pJ5lp.Button-module__green--alhqL {
|
|
115
|
+
--disabled-text-opacity: 0.6;
|
|
116
|
+
--button-color: var(--secondary-green-button-text);
|
|
117
|
+
--secondary-border-color: var(--secondary-green-button-border);
|
|
118
|
+
--secondary-button-border-hover: var(--secondary-green-button-border-hover);
|
|
119
|
+
--secondary-button-color-hover: var(--secondary-green-button-color-hover);
|
|
120
|
+
--secondary-button-border-active: var(
|
|
121
|
+
--secondary-green-button-border-active
|
|
122
|
+
);
|
|
123
|
+
--secondary-button-color-active: var(--secondary-green-button-color-active);
|
|
124
|
+
--secondary-button-color-disabled: var(
|
|
125
|
+
--secondary-green-button-color-disabled
|
|
126
|
+
);
|
|
127
|
+
--secondary-button-border-disabled: var(
|
|
128
|
+
--secondary-green-button-border-disabled
|
|
129
|
+
);
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.Button-module__secondary--pJ5lp.Button-module__blue--NCGMs {
|
|
133
|
+
--button-color: var(--secondary-blue-button-text);
|
|
134
|
+
--secondary-border-color: var(--secondary-blue-button-border);
|
|
135
|
+
--secondary-button-border-hover: var(--secondary-blue-button-border-hover);
|
|
136
|
+
--secondary-button-color-hover: var(--secondary-blue-button-color-hover);
|
|
137
|
+
--secondary-button-border-active: var(
|
|
138
|
+
--secondary-blue-button-border-active
|
|
139
|
+
);
|
|
140
|
+
--secondary-button-color-active: var(--secondary-blue-button-color-active);
|
|
141
|
+
--secondary-button-color-disabled: var(
|
|
142
|
+
--secondary-blue-button-color-disabled
|
|
143
|
+
);
|
|
144
|
+
--secondary-button-border-disabled: var(
|
|
145
|
+
--secondary-blue-button-border-disabled
|
|
146
|
+
);
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
@media (hover: hover) and (pointer: fine) {
|
|
150
|
+
.Button-module__secondary--pJ5lp:hover {
|
|
151
|
+
--button-color: var(--secondary-button-color-hover);
|
|
152
|
+
--secondary-border-color: var(--secondary-button-border-hover);
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.Button-module__secondary--pJ5lp:active {
|
|
156
|
+
--button-color: var(--secondary-button-color-active);
|
|
157
|
+
--secondary-border-color: var(--secondary-button-border-active);
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.Button-module__secondary--pJ5lp:disabled {
|
|
162
|
+
--button-color: var(--secondary-button-color-disabled);
|
|
163
|
+
--secondary-border-color: var(--secondary-button-border-disabled);
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.FAQ-module__root--XQD00 {
|
|
167
|
+
font-family: var(--font-family);
|
|
168
|
+
display: grid;
|
|
169
|
+
grid-gap: 24em;
|
|
170
|
+
gap: 24em;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.FAQ-module__item--MhSbC {
|
|
174
|
+
border-radius: 16em;
|
|
175
|
+
background-color: #fff;
|
|
176
|
+
padding: 24em 32em 32em;
|
|
177
|
+
display: grid;
|
|
178
|
+
grid-gap: 16em;
|
|
179
|
+
gap: 16em;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.FAQ-module__question--tbhzI {
|
|
183
|
+
--icon-fill-color: var(--blue80);
|
|
184
|
+
--icon-stroke-color: var(--static-black);
|
|
185
|
+
all: unset;
|
|
186
|
+
width: 100%;
|
|
187
|
+
text-align: left;
|
|
188
|
+
cursor: pointer;
|
|
189
|
+
display: grid;
|
|
190
|
+
grid-template-columns: 1fr auto;
|
|
191
|
+
grid-gap: 16em;
|
|
192
|
+
gap: 16em;
|
|
193
|
+
align-items: center;
|
|
194
|
+
font-weight: 500;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.FAQ-module__question--tbhzI:hover {
|
|
198
|
+
--icon-fill-color: var(--blue60);
|
|
199
|
+
--icon-stroke-color: var(--blue80);
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.FAQ-module__question--tbhzI:active {
|
|
203
|
+
--icon-fill-color: #0a35ad; /* TODO токена нет, потом пересадить */
|
|
204
|
+
--icon-stroke-color: var(--static-black);
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.FAQ-module__questionText--rAQxb {
|
|
208
|
+
font-family: var(--font-family-typo);
|
|
209
|
+
font-size: 24em;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.FAQ-module__iconContainer--FS6za {
|
|
213
|
+
display: flex;
|
|
214
|
+
align-items: center;
|
|
215
|
+
justify-content: center;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.FAQ-module__iconContainer--FS6za svg {
|
|
219
|
+
width: 40em;
|
|
220
|
+
height: 40em;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.FAQ-module__answer--Gt_RM {
|
|
224
|
+
font-size: 18em;
|
|
225
|
+
line-height: 1.5;
|
|
226
|
+
color: rgba(0, 0, 0, 0.48);
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.FAQ-module__withBorder--C3IMS .FAQ-module__item--MhSbC {
|
|
230
|
+
border: 2em solid var(--static-grey);
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.FAQ-module__withBg--ruCY8 {
|
|
234
|
+
background-color: var(--static-grey);
|
|
235
|
+
padding: 20em;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
@media screen and (max-width: 768px) {
|
|
239
|
+
.FAQ-module__root--XQD00 {
|
|
240
|
+
gap: 16em;
|
|
241
|
+
padding: 20em;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.FAQ-module__item--MhSbC {
|
|
245
|
+
padding: 16em 16em 20em;
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
@media screen and (max-width: 360px) {
|
|
250
|
+
.FAQ-module__questionText--rAQxb {
|
|
251
|
+
font-size: 16em;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.FAQ-module__answer--Gt_RM {
|
|
255
|
+
font-size: 16em;
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.Header-module__root--r3HBs {
|
|
260
|
+
font-family: var(--font-family);
|
|
261
|
+
display: grid;
|
|
262
|
+
padding: 0 20em;
|
|
263
|
+
grid-auto-flow: column;
|
|
264
|
+
position: relative;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.Header-module__root--r3HBs.Header-module__exposedMode--yUNI8 {
|
|
268
|
+
grid-auto-flow: unset;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.Header-module__light--pMjK9 {
|
|
272
|
+
--general-color: var(--general-light-color);
|
|
273
|
+
--secondary-color: var(--secondary-light-color);
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.Header-module__dark--K0YDF {
|
|
277
|
+
--general-color: var(--general-dark-color);
|
|
278
|
+
--secondary-color: var(--secondary-dark-color);
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.Header-module__leftContainer--PZgyr {
|
|
282
|
+
display: grid;
|
|
283
|
+
align-items: center;
|
|
284
|
+
justify-self: start;
|
|
285
|
+
height: 80em;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.Header-module__rightContainer--UkVek {
|
|
289
|
+
display: grid;
|
|
290
|
+
grid-auto-flow: column;
|
|
291
|
+
justify-content: end;
|
|
292
|
+
align-items: center;
|
|
293
|
+
grid-gap: 16em;
|
|
294
|
+
gap: 16em;
|
|
295
|
+
justify-self: end;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.Header-module__rightContainer--UkVek.Header-module__hidden--hKTxA {
|
|
299
|
+
visibility: hidden;
|
|
300
|
+
position: absolute;
|
|
301
|
+
right: 0;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.Header-module__navList--E6aFg {
|
|
305
|
+
list-style: none;
|
|
306
|
+
display: grid;
|
|
307
|
+
grid-gap: 16em;
|
|
308
|
+
gap: 16em;
|
|
309
|
+
grid-auto-flow: column;
|
|
310
|
+
padding: 0;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.Header-module__menuLink--QLzUK {
|
|
314
|
+
all: unset;
|
|
315
|
+
color: var(--menu-link-color);
|
|
316
|
+
cursor: pointer;
|
|
317
|
+
white-space: nowrap;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
@media (hover: hover) and (pointer: fine) {
|
|
321
|
+
.Header-module__menuLink--QLzUK:hover {
|
|
322
|
+
color: var(--menu-link-color-hover);
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.Header-module__light--pMjK9 .Header-module__menuLink--QLzUK {
|
|
327
|
+
--menu-link-color: var(--general-color);
|
|
328
|
+
--menu-link-color-hover: var(--link-blue-color-hover);
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.Header-module__dark--K0YDF .Header-module__menuLink--QLzUK {
|
|
332
|
+
--menu-link-color: var(--general-color);
|
|
333
|
+
--menu-link-color-hover: var(--link-green-color-hover);
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.Header-module__menuLinkText--J8TxL {
|
|
337
|
+
font-size: 16em;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.Header-module__burgerMenuContainer--nMgsS {
|
|
341
|
+
display: grid;
|
|
342
|
+
justify-self: end;
|
|
343
|
+
align-self: center;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.Header-module__burgerMenuButton--hrBJQ {
|
|
347
|
+
all: unset;
|
|
348
|
+
cursor: pointer;
|
|
349
|
+
display: inline-grid;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.Header-module__burgerMenu--wpknD {
|
|
353
|
+
padding: 20em;
|
|
354
|
+
display: grid;
|
|
355
|
+
grid-gap: 20em;
|
|
356
|
+
gap: 20em;
|
|
357
|
+
grid-auto-rows: -webkit-min-content;
|
|
358
|
+
grid-auto-rows: min-content;
|
|
359
|
+
grid-auto-columns: -webkit-min-content;
|
|
360
|
+
grid-auto-columns: min-content;
|
|
361
|
+
|
|
362
|
+
position: fixed;
|
|
363
|
+
z-index: 10000;
|
|
364
|
+
top: 0;
|
|
365
|
+
left: 0;
|
|
366
|
+
width: -webkit-fill-available;
|
|
367
|
+
height: -webkit-fill-available;
|
|
368
|
+
background: var(--mobile-menu-bg);
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.Header-module__light--pMjK9 .Header-module__burgerMenu--wpknD {
|
|
372
|
+
--mobile-menu-bg: var(--mobile-menu-blue-bg);
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.Header-module__dark--K0YDF .Header-module__burgerMenu--wpknD {
|
|
376
|
+
--mobile-menu-bg: var(--mobile-menu-black-bg);
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.Header-module__burgerMenu--wpknD .Header-module__navList--E6aFg {
|
|
380
|
+
grid-auto-flow: row;
|
|
381
|
+
gap: 20em;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.Header-module__burgerMenu--wpknD .Header-module__menuLinkText--J8TxL {
|
|
385
|
+
font-size: 20em;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.Header-module__exposedMenu--L54Cl {
|
|
389
|
+
display: grid;
|
|
390
|
+
grid-gap: 20em;
|
|
391
|
+
gap: 20em;
|
|
392
|
+
justify-items: start;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.Header-module__exposedMenu--L54Cl .Header-module__navList--E6aFg {
|
|
396
|
+
grid-auto-flow: row;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.Header-module__logo--Kmtwb {
|
|
400
|
+
width: 152em;
|
|
401
|
+
height: 28em;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
@media screen and (max-width: 768px) {
|
|
405
|
+
.Header-module__leftContainer--PZgyr {
|
|
406
|
+
height: 60em;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
.Header-module__logo--Kmtwb {
|
|
410
|
+
width: 108em;
|
|
411
|
+
height: 20em;
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.Footer-module__root--VMT_P {
|
|
416
|
+
font-family: var(--font-family);
|
|
417
|
+
background-color: var(--footer-bg);
|
|
418
|
+
display: grid;
|
|
419
|
+
grid-gap: 32em;
|
|
420
|
+
gap: 32em;
|
|
421
|
+
padding: 0 0 28em;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.Footer-module__light--K1Vx3 {
|
|
425
|
+
--general-color: var(--general-light-color);
|
|
426
|
+
--secondary-color: var(--secondary-light-color);
|
|
427
|
+
--footer-bg: var(--footer-light-bg);
|
|
428
|
+
--footer-contrast-color: var(--footer-light-contrast-color);
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.Footer-module__dark--GblEw {
|
|
432
|
+
--general-color: var(--general-dark-color);
|
|
433
|
+
--secondary-color: var(--secondary-dark-color);
|
|
434
|
+
--footer-bg: var(--footer-dark-bg);
|
|
435
|
+
--footer-contrast-color: var(--footer-dark-contrast-color);
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.Footer-module__light--K1Vx3 .Footer-module__footerLink--XLvvf[class] {
|
|
439
|
+
--menu-link-color: var(--footer-light-link-color);
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.Footer-module__dark--GblEw .Footer-module__footerLink--XLvvf[class] {
|
|
443
|
+
--menu-link-color: var(--footer-dark-link-color);
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.Footer-module__bottomContent--UdZCW {
|
|
447
|
+
padding: 0 20em;
|
|
448
|
+
display: grid;
|
|
449
|
+
grid-auto-rows: -webkit-min-content;
|
|
450
|
+
grid-auto-rows: min-content;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.Footer-module__copyright--YlZ8a {
|
|
454
|
+
display: flex;
|
|
455
|
+
flex-wrap: wrap;
|
|
456
|
+
gap: 16em;
|
|
457
|
+
align-items: baseline;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.Footer-module__footerCrumb--OuDMq {
|
|
461
|
+
text-decoration: none;
|
|
462
|
+
font-size: 16em;
|
|
463
|
+
justify-self: start;
|
|
464
|
+
opacity: 0.5;
|
|
465
|
+
color: var(--footer-contrast-color);
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
@media (hover: hover) and (pointer: fine) {
|
|
469
|
+
.Footer-module__footerCrumb--OuDMq:link:hover {
|
|
470
|
+
text-decoration: underline;
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
.Footer-module__social--LDpZU {
|
|
475
|
+
display: grid;
|
|
476
|
+
grid-auto-flow: column;
|
|
477
|
+
grid-gap: 12em;
|
|
478
|
+
gap: 12em;
|
|
479
|
+
flex: 1;
|
|
480
|
+
justify-content: end;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
.Footer-module__light--K1Vx3 .Footer-module__socialLink--wHUYf:hover {
|
|
484
|
+
--general-color: var(--blue60);
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
.Footer-module__dark--GblEw .Footer-module__socialLink--wHUYf:hover {
|
|
488
|
+
--general-color: var(--green40);
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
@media screen and (max-width: 768px) {
|
|
492
|
+
.Footer-module__root--VMT_P {
|
|
493
|
+
padding-bottom: 32em;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.Footer-module__copyright--YlZ8a {
|
|
497
|
+
flex-direction: column;
|
|
498
|
+
}
|
|
499
|
+
.Footer-module__social--LDpZU {
|
|
500
|
+
justify-content: start;
|
|
501
|
+
padding-top: 16em;
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
.Heading-module__root--cxQbw {
|
|
506
|
+
font-family: var(--font-family-typo);
|
|
507
|
+
font-variant-numeric: slashed-zero;
|
|
508
|
+
font-feature-settings: "ss06" 1, "zero";
|
|
509
|
+
font-weight: 500;
|
|
510
|
+
margin: 0;
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
.Heading-module__text--NdLK_ {
|
|
514
|
+
font-size: var(--fs);
|
|
515
|
+
line-height: var(--lh);
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
.Heading-module__m--HvQbM {
|
|
519
|
+
--fs: 52em;
|
|
520
|
+
--lh: 1.08;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
.Heading-module__l--x15s8 {
|
|
524
|
+
--fs: 60em;
|
|
525
|
+
--lh: 1.07;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
.Heading-module__xl--clv5l {
|
|
529
|
+
--fs: 72em;
|
|
530
|
+
--lh: 1.06;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
.Heading-module__xxl--qN0Pa {
|
|
534
|
+
--fs: 86em;
|
|
535
|
+
--lh: 1.02;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
.Heading-module__xxxl--_qGDW {
|
|
539
|
+
--fs: 124em;
|
|
540
|
+
--lh: 0.9;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
.HotelCard-module__card--J06q1 {
|
|
544
|
+
font-family: var(--font-family);
|
|
545
|
+
position: relative;
|
|
546
|
+
width: 440em;
|
|
547
|
+
height: 358em;
|
|
548
|
+
border-radius: 16em;
|
|
549
|
+
overflow: hidden;
|
|
550
|
+
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
.HotelCard-module__image--S6ocB {
|
|
554
|
+
width: 100%;
|
|
555
|
+
height: 100%;
|
|
556
|
+
object-fit: cover;
|
|
557
|
+
display: block;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
.HotelCard-module__rating--pw3y8 {
|
|
561
|
+
position: absolute;
|
|
562
|
+
top: 0;
|
|
563
|
+
right: 16em;
|
|
564
|
+
color: var(--blue80);
|
|
565
|
+
background: url(896f1dcf256d0c8af555.svg) no-repeat;
|
|
566
|
+
background-size: cover;
|
|
567
|
+
box-sizing: border-box;
|
|
568
|
+
width: 56em;
|
|
569
|
+
height: 79em;
|
|
570
|
+
display: flex;
|
|
571
|
+
align-items: center;
|
|
572
|
+
justify-content: center;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
.HotelCard-module__discountLabel--G0fJh {
|
|
576
|
+
background-color: rgba(10, 79, 236, 1);
|
|
577
|
+
position: absolute;
|
|
578
|
+
left: 7em;
|
|
579
|
+
top: 8em;
|
|
580
|
+
width: 120em;
|
|
581
|
+
height: 66em;
|
|
582
|
+
border-radius: 12em;
|
|
583
|
+
display: flex;
|
|
584
|
+
align-items: center;
|
|
585
|
+
justify-content: center;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
.HotelCard-module__discountLabelInner--fSbXi {
|
|
589
|
+
font-weight: 500;
|
|
590
|
+
font-size: 36em;
|
|
591
|
+
color: var(--static-white);
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
.HotelCard-module__ratingInner--wIy2O {
|
|
595
|
+
font-size: 23em;
|
|
596
|
+
font-weight: bold;
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
.HotelCard-module__bottomOverlay--V4ham {
|
|
600
|
+
position: absolute;
|
|
601
|
+
left: 0;
|
|
602
|
+
right: 0;
|
|
603
|
+
bottom: 0;
|
|
604
|
+
background: var(--static-white);
|
|
605
|
+
border-radius: 16em;
|
|
606
|
+
padding: 16em;
|
|
607
|
+
display: flex;
|
|
608
|
+
flex-direction: column;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
.HotelCard-module__name--IcST5 {
|
|
612
|
+
font-size: 20em;
|
|
613
|
+
font-weight: 500;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
.HotelCard-module__address--vs3wb {
|
|
617
|
+
margin-top: 8em;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
.HotelCard-module__addressInner--Q7v6i {
|
|
621
|
+
font-size: 16em;
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
.HotelCard-module__priceBlock--MI1So {
|
|
625
|
+
display: flex;
|
|
626
|
+
gap: 15em;
|
|
627
|
+
margin-top: 10em;
|
|
628
|
+
align-items: center;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
.HotelCard-module__prices--m_9KZ {
|
|
632
|
+
display: flex;
|
|
633
|
+
align-items: baseline;
|
|
634
|
+
gap: 12em;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.HotelCard-module__oldPrice--chClN {
|
|
638
|
+
text-decoration: line-through;
|
|
639
|
+
opacity: 0.3;
|
|
640
|
+
font-size: 20em;
|
|
641
|
+
line-height: 100%;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
.HotelCard-module__discount--ldg_V {
|
|
645
|
+
color: var(--static-white);
|
|
646
|
+
background-color: rgba(10, 79, 236, 1);
|
|
647
|
+
padding: 6em 10em;
|
|
648
|
+
border-radius: 8em;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
.HotelCard-module__discountInner--q5SJv {
|
|
652
|
+
font-size: 24em;
|
|
653
|
+
line-height: 1.333;
|
|
654
|
+
font-weight: 500;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
.HotelCard-module__price--De503 {
|
|
658
|
+
color: var(--blue80);
|
|
659
|
+
font-weight: 500;
|
|
660
|
+
font-size: 32em;
|
|
661
|
+
line-height: 100%;
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
.HotelCard-module__nights--L4NY4 {
|
|
665
|
+
font-size: 16em;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
.HotelCard-module__roomType--Z7Vyt {
|
|
669
|
+
font-size: 16em;
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
.HotelCard-module__dotSeparator--Boyjj {
|
|
673
|
+
width: 4em;
|
|
674
|
+
height: 4em;
|
|
675
|
+
border-radius: 4em;
|
|
676
|
+
background: var(--static-black);
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
.HotelCard-module__bottomInfo--_g0a0 {
|
|
680
|
+
display: flex;
|
|
681
|
+
gap: 10em;
|
|
682
|
+
align-items: center;
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
.Text-module__root--sYLHk {
|
|
686
|
+
font-family: var(--font-family);
|
|
687
|
+
font-weight: 400;
|
|
688
|
+
margin: 0;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
.Text-module__text--Z2j5F {
|
|
692
|
+
font-size: var(--fs);
|
|
693
|
+
line-height: var(--lh);
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
.Text-module__xxl--CYHJa {
|
|
697
|
+
--fs: 40em;
|
|
698
|
+
--lh: 1.1;
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
.Text-module__xl-wide--zDvmm {
|
|
702
|
+
--fs: 32em;
|
|
703
|
+
--lh: 1.25;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
.Text-module__xl-narrow--SfZP0 {
|
|
707
|
+
--fs: 32em;
|
|
708
|
+
--lh: 1.1875;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
.Text-module__l2-wide--zM0wM {
|
|
712
|
+
--fs: 24em;
|
|
713
|
+
--lh: 1.333;
|
|
714
|
+
font-weight: 500;
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
.Text-module__l-wide--qduSX {
|
|
718
|
+
--fs: 24em;
|
|
719
|
+
--lh: 1.333;
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
.Text-module__l-narrow--UjfZa {
|
|
723
|
+
--fs: 24em;
|
|
724
|
+
--lh: 1.166;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.Text-module__m--vcUB_ {
|
|
728
|
+
--fs: 18em;
|
|
729
|
+
--lh: 1.333;
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
.Text-module__cap-s--BvqfO {
|
|
733
|
+
--fs: 16em;
|
|
734
|
+
--lh: 1.125;
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
.Text-module__cap-xs--BQZgf {
|
|
738
|
+
--fs: 14em;
|
|
739
|
+
--lh: 1.142;
|
|
740
|
+
}
|
|
741
|
+
|