int-components 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/README.md +98 -0
  2. package/dist/03a1823ba824367789ec.svg +3 -0
  3. package/dist/index.css +1287 -0
  4. package/dist/index.d.ts +3 -0
  5. package/dist/index.d.ts.map +1 -0
  6. package/dist/index.js +1 -0
  7. package/dist/rh-components/Button/Button.d.ts +18 -0
  8. package/dist/rh-components/Button/Button.d.ts.map +1 -0
  9. package/dist/rh-components/Button/index.css +188 -0
  10. package/dist/rh-components/Button/index.d.ts +2 -0
  11. package/dist/rh-components/Button/index.d.ts.map +1 -0
  12. package/dist/rh-components/Button/index.js +1 -0
  13. package/dist/rh-components/Footer/ContactModal.d.ts +9 -0
  14. package/dist/rh-components/Footer/ContactModal.d.ts.map +1 -0
  15. package/dist/rh-components/Footer/Footer.d.ts +8 -0
  16. package/dist/rh-components/Footer/Footer.d.ts.map +1 -0
  17. package/dist/rh-components/Footer/index.css +641 -0
  18. package/dist/rh-components/Footer/index.d.ts +3 -0
  19. package/dist/rh-components/Footer/index.d.ts.map +1 -0
  20. package/dist/rh-components/Footer/index.js +1 -0
  21. package/dist/rh-components/Header/Header.d.ts +17 -0
  22. package/dist/rh-components/Header/Header.d.ts.map +1 -0
  23. package/dist/rh-components/Header/index.css +465 -0
  24. package/dist/rh-components/Header/index.d.ts +3 -0
  25. package/dist/rh-components/Header/index.d.ts.map +1 -0
  26. package/dist/rh-components/Header/index.js +1 -0
  27. package/dist/rh-components/HotelCard/HotelCard.d.ts +18 -0
  28. package/dist/rh-components/HotelCard/HotelCard.d.ts.map +1 -0
  29. package/dist/rh-components/HotelCard/index.css +150 -0
  30. package/dist/rh-components/HotelCard/index.d.ts +3 -0
  31. package/dist/rh-components/HotelCard/index.d.ts.map +1 -0
  32. package/dist/rh-components/HotelCard/index.js +1 -0
  33. package/dist/rh-components/HotelsLanding/HotelsLanding.d.ts +27 -0
  34. package/dist/rh-components/HotelsLanding/HotelsLanding.d.ts.map +1 -0
  35. package/dist/rh-components/HotelsLanding/index.css +1287 -0
  36. package/dist/rh-components/HotelsLanding/index.d.ts +3 -0
  37. package/dist/rh-components/HotelsLanding/index.d.ts.map +1 -0
  38. package/dist/rh-components/HotelsLanding/index.js +1 -0
  39. package/dist/rh-components/index.d.ts +10 -0
  40. package/dist/rh-components/index.d.ts.map +1 -0
  41. package/dist/store/fluidMode.d.ts +37 -0
  42. package/dist/store/fluidMode.d.ts.map +1 -0
  43. package/dist/store/fluidMode.js +1 -0
  44. package/dist/storybook/decorator.d.ts +3 -0
  45. package/dist/storybook/decorator.d.ts.map +1 -0
  46. package/dist/themes/layout.d.ts +3 -0
  47. package/dist/themes/layout.d.ts.map +1 -0
  48. package/dist/themes/ratehawk/index.css +8 -0
  49. package/dist/themes/ratehawk/index.d.ts +7 -0
  50. package/dist/themes/ratehawk/index.d.ts.map +1 -0
  51. package/dist/themes/ratehawk/index.js +1 -0
  52. package/dist/utils/classes.d.ts +2 -0
  53. package/dist/utils/classes.d.ts.map +1 -0
  54. package/dist/utils/index.d.ts +3 -0
  55. package/dist/utils/index.d.ts.map +1 -0
  56. package/dist/utils/index.js +1 -0
  57. package/dist/utils/isValidEmail.d.ts +2 -0
  58. package/dist/utils/isValidEmail.d.ts.map +1 -0
  59. package/dist/utils/throttle.d.ts +2 -0
  60. package/dist/utils/throttle.d.ts.map +1 -0
  61. package/package.json +139 -0
@@ -0,0 +1,1287 @@
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
+ @keyframes Button-module__spin--lWtk7 {
10
+ from {
11
+ transform: rotate(0deg);
12
+ }
13
+ to {
14
+ transform: rotate(360deg);
15
+ }
16
+ }
17
+
18
+ .Button-module__text--holIg {
19
+ font-size: var(--button-font-size, 14em);
20
+ white-space: nowrap;
21
+ text-transform: uppercase;
22
+ }
23
+
24
+ .Button-module__root--Knp7O {
25
+ all: unset;
26
+ display: inline-flex;
27
+ font-family: Aeonik, sans-serif;
28
+ font-weight: var(--button-font-weight, 700);
29
+ cursor: pointer;
30
+ box-sizing: border-box;
31
+ line-height: var(--button-line-height, 1);
32
+ color: var(--button-color);
33
+ background-color: var(--button-bg);
34
+ align-items: center;
35
+ justify-content: center;
36
+ padding: var(--button-padding-vertical, 0) var(--button-padding-horizontal, 0);
37
+ -webkit-font-smoothing: antialiased;
38
+ -moz-osx-font-smoothing: grayscale;
39
+ }
40
+
41
+ @media (hover: hover) and (pointer: fine) {
42
+ /* [class] нужны, чтоб повысить специфичность выставления переменных при ховере и пр. */
43
+ .Button-module__root--Knp7O[class]:hover {
44
+ --button-bg: var(--button-bg-hover);
45
+ --inner-border-width: 2em;
46
+ }
47
+
48
+ .Button-module__root--Knp7O[class]:focus {
49
+ --button-bg: var(--button-bg-focus);
50
+ --inner-border-width: 2em;
51
+ }
52
+
53
+ .Button-module__root--Knp7O[class]:active {
54
+ --button-bg: var(--button-bg-active);
55
+ --inner-border-width: 3em;
56
+ }
57
+ }
58
+
59
+ .Button-module__root--Knp7O[class]:disabled {
60
+ cursor: default;
61
+ --button-bg: var(--button-bg-disabled);
62
+ --button-color: var(--button-color-disabled);
63
+ --inner-border-color: var(--disabled-border-color);
64
+ --inner-border-width: 1em;
65
+ }
66
+
67
+ .Button-module__root--Knp7O[class]:disabled .Button-module__text--holIg {
68
+ opacity: var(--disabled-text-opacity, 0.4);
69
+ }
70
+
71
+ .Button-module__hidden--Q6Ztq {
72
+ visibility: hidden;
73
+ }
74
+
75
+ .Button-module__s--o9reb {
76
+ --button-font-weight: 400;
77
+ --button-padding-vertical: 11em;
78
+ --button-padding-horizontal: 24em;
79
+ --spinner-size: 18em;
80
+ }
81
+
82
+ .Button-module__m--ZGRqJ {
83
+ --button-padding-vertical: 16em;
84
+ --button-padding-horizontal: 40em;
85
+ --spinner-size: 24em;
86
+ }
87
+
88
+ @media (min-width: 1152px) {
89
+ .Button-module__withMediaDimension--Z_A5M.Button-module__s--o9reb {
90
+ --button-font-size: 16em;
91
+ --button-padding-horizontal: 32em;
92
+ }
93
+
94
+ .Button-module__withMediaDimension--Z_A5M.Button-module__m--ZGRqJ {
95
+ --button-font-size: 16em;
96
+ }
97
+ }
98
+
99
+ @media (min-width: 1536px) {
100
+ .Button-module__withMediaDimension--Z_A5M.Button-module__s--o9reb {
101
+ --button-font-size: 18em;
102
+ --spinner-size: 24em;
103
+ }
104
+
105
+ .Button-module__withMediaDimension--Z_A5M.Button-module__m--ZGRqJ {
106
+ --button-font-size: 20em;
107
+ --button-padding-horizontal: 52em;
108
+ --button-padding-vertical: 18em;
109
+ --spinner-size: 28em;
110
+ }
111
+ }
112
+
113
+ .Button-module__primary--V9FFQ {
114
+ --button-color: #fff;
115
+ }
116
+
117
+ .Button-module__primary--V9FFQ.Button-module__purple--biF8d {
118
+ --button-bg: rgba(140, 30, 255, 1);
119
+ --button-bg-hover: rgba(169, 86, 255, 1);
120
+ --button-bg-active: rgba(140, 30, 255, 1);
121
+ --button-bg-focus: rgba(169, 86, 255, 1);
122
+ --button-bg-disabled: rgba(197, 143, 255, 1);
123
+ --button-color-disabled: #fff;
124
+ --disabled-text-opacity: 1;
125
+ }
126
+
127
+ .Button-module__primary--V9FFQ.Button-module__black--Iz790 {
128
+ --button-bg: #000;
129
+ /* Стилей черной primary-кнопки пока нет в дизайне
130
+ При необходимости можно тут имплементировать */
131
+ }
132
+
133
+ .Button-module__secondary--_9J0r {
134
+ --button-bg: transparent;
135
+ box-shadow: inset 0 0 0 var(--inner-border-width, 1px)
136
+ var(--inner-border-color);
137
+ }
138
+
139
+ .Button-module__secondary--_9J0r.Button-module__black--Iz790 {
140
+ --inner-border-color: #000;
141
+ --disabled-border-color: rgba(128, 128, 128, 1);
142
+ --button-color: #000;
143
+ }
144
+
145
+ .Button-module__secondary--_9J0r.Button-module__white--l3jcr {
146
+ --inner-border-color: #fff;
147
+ --disabled-border-color: rgba(128, 128, 128, 1);
148
+ --button-color: #fff;
149
+ --button-color-disabled: rgba(128, 128, 128, 1);
150
+ }
151
+
152
+ .Button-module__isLoading--u5f2m {
153
+ pointer-events: none;
154
+ }
155
+
156
+ .Button-module__spinner--Zj28d {
157
+ width: var(--spinner-size);
158
+ height: var(--spinner-size);
159
+ border-radius: 50%;
160
+ box-sizing: border-box;
161
+ display: inline-flex;
162
+ background: transparent;
163
+ position: absolute;
164
+ }
165
+
166
+ .Button-module__spinner--Zj28d::before {
167
+ content: "";
168
+ position: absolute;
169
+ top: 0;
170
+ left: 0;
171
+ right: 0;
172
+ bottom: 0;
173
+ border-radius: 50%;
174
+ background: conic-gradient(
175
+ from 180deg,
176
+ color-mix(in srgb, var(--button-color, #fff) 0%, transparent) 0deg,
177
+ color-mix(in srgb, var(--button-color, #fff) 30%, transparent) 90deg,
178
+ color-mix(in srgb, var(--button-color, #fff) 80%, transparent) 180deg,
179
+ var(--button-color, #fff) 270deg,
180
+ color-mix(in srgb, var(--button-color, #fff) 0%, transparent) 360deg
181
+ );
182
+ animation: Button-module__spin--lWtk7 1s linear infinite;
183
+ -webkit-mask: url("data:image/svg+xml,%3csvg width=%27100%27 height=%27100%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cdefs%3e%3cmask id=%27ring%27%3e%3crect width=%27100%27 height=%27100%27 fill=%27white%27/%3e%3ccircle cx=%2750%27 cy=%2750%27 r=%2725%27 fill=%27black%27/%3e%3c/mask%3e%3c/defs%3e%3crect width=%27100%27 height=%27100%27 fill=%27white%27 mask=%27url%28%23ring%29%27/%3e%3c/svg%3e");
184
+ mask: url("data:image/svg+xml,%3csvg width=%27100%27 height=%27100%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cdefs%3e%3cmask id=%27ring%27%3e%3crect width=%27100%27 height=%27100%27 fill=%27white%27/%3e%3ccircle cx=%2750%27 cy=%2750%27 r=%2725%27 fill=%27black%27/%3e%3c/mask%3e%3c/defs%3e%3crect width=%27100%27 height=%27100%27 fill=%27white%27 mask=%27url%28%23ring%29%27/%3e%3c/svg%3e");
185
+ -webkit-mask-size: 100% 100%;
186
+ mask-size: 100% 100%;
187
+ }
188
+
189
+ .ContactModal-module__overlay--ti1yT {
190
+ position: fixed;
191
+ top: 0;
192
+ left: 0;
193
+ right: 0;
194
+ bottom: 0;
195
+ background: rgba(0, 0, 0, 0.5);
196
+ display: flex;
197
+ align-items: center;
198
+ justify-content: center;
199
+ z-index: 1000;
200
+ padding: 20em;
201
+ }
202
+
203
+ .ContactModal-module__modal--Xzwl2 {
204
+ background: #fff;
205
+ padding: 18em;
206
+ width: 100%;
207
+ max-width: 545em;
208
+ box-sizing: border-box;
209
+ max-height: 90vh;
210
+ overflow-y: auto;
211
+ position: relative;
212
+ font-family: Aeonik, sans-serif;
213
+ }
214
+
215
+ .ContactModal-module__closeButton--qvADd {
216
+ position: absolute;
217
+ top: 16em;
218
+ right: 16em;
219
+ background: none;
220
+ border: none;
221
+ cursor: pointer;
222
+ padding: 4em;
223
+ line-height: 1;
224
+ }
225
+
226
+ .ContactModal-module__title--XrI8J {
227
+ margin: 0 0 12em 0;
228
+ font-weight: 900;
229
+ color: #000;
230
+ font-family: ABCGravity, sans-serif;
231
+ }
232
+
233
+ .ContactModal-module__titleText--HH4uj {
234
+ font-size: 24em;
235
+ }
236
+
237
+ .ContactModal-module__subtitle--dS9UA {
238
+ font-size: 16em;
239
+ margin: 0;
240
+ }
241
+
242
+ .ContactModal-module__form--XuQzj {
243
+ display: grid;
244
+ grid-gap: 16em;
245
+ gap: 16em;
246
+ margin-top: 28em;
247
+ }
248
+
249
+ .ContactModal-module__field--c99HI {
250
+ display: grid;
251
+ grid-gap: 8em;
252
+ gap: 8em;
253
+ }
254
+
255
+ .ContactModal-module__inputWrapper--e2l3N,
256
+ .ContactModal-module__textareaWrapper--rSQEQ {
257
+ padding: 14em 16em;
258
+ border: 1em solid #000;
259
+ transition: border-color 0.2s;
260
+ }
261
+
262
+ .ContactModal-module__inputWrapper--e2l3N:focus-within,
263
+ .ContactModal-module__textareaWrapper--rSQEQ:focus-within {
264
+ border-color: rgba(140, 30, 255, 1);
265
+ }
266
+
267
+ .ContactModal-module__inputWrapperError--s_bqB {
268
+ border-color: #dc3545;
269
+ }
270
+
271
+ .ContactModal-module__input--wuaB7,
272
+ .ContactModal-module__textarea--i19oy {
273
+ border: none;
274
+ outline: none;
275
+ padding: 0;
276
+ background: transparent;
277
+ width: 100%;
278
+ font-size: 18em;
279
+ font-family: Aeonik, sans-serif;
280
+ }
281
+
282
+ .ContactModal-module__textareaWrapper--rSQEQ {
283
+ min-height: 80em;
284
+ }
285
+
286
+ .ContactModal-module__textarea--i19oy {
287
+ resize: vertical;
288
+ height: 100%;
289
+ }
290
+
291
+ .ContactModal-module__error--jso6D {
292
+ color: #dc3545;
293
+ font-size: 14em;
294
+ }
295
+
296
+ .ContactModal-module__submitButton--qbQOa {
297
+ margin-top: 20em;
298
+ justify-self: stretch;
299
+ width: 100%;
300
+ }
301
+
302
+ .ContactModal-module__successMessage--Nyhi4 {
303
+ text-align: center;
304
+ padding: 40em 20em;
305
+ }
306
+
307
+ .ContactModal-module__successTitle--dVn02 {
308
+ font-size: 36em;
309
+ font-family: ABCGravity, sans-serif;
310
+ font-weight: 900;
311
+ }
312
+
313
+ .ContactModal-module__successText--KJznx {
314
+ margin: 0;
315
+ font-size: 16em;
316
+ color: #666;
317
+ line-height: 1.5;
318
+ }
319
+
320
+ @media (max-width: 768px) {
321
+ .ContactModal-module__overlay--ti1yT {
322
+ padding: 0;
323
+ align-items: stretch;
324
+ }
325
+
326
+ .ContactModal-module__modal--Xzwl2 {
327
+ max-width: none;
328
+ max-height: none;
329
+ height: -webkit-fill-available;
330
+ width: -webkit-fill-available;
331
+ }
332
+
333
+ .ContactModal-module__closeButton--qvADd {
334
+ top: 12em;
335
+ right: 12em;
336
+ }
337
+ }
338
+
339
+ .Footer-module__root--T9ly6 {
340
+ background: #000;
341
+ -webkit-font-smoothing: antialiased;
342
+ -moz-osx-font-smoothing: grayscale;
343
+ border-top: 4em solid rgba(140, 30, 255, 1);
344
+ padding: 76em 18em 24em;
345
+ color: rgba(229, 229, 229, 1);
346
+ font-family: Aeonik, sans-serif;
347
+ }
348
+
349
+ .Footer-module__header--hy1ME {
350
+ display: grid;
351
+ grid-gap: 20em;
352
+ gap: 20em;
353
+ line-height: 0.9;
354
+ }
355
+
356
+ .Footer-module__title--OX7d9 {
357
+ font-family: ABCGravity, sans-serif;
358
+ font-weight: 900;
359
+ font-size: 28em;
360
+ color: rgba(254, 221, 0, 1);
361
+ margin: 0;
362
+ line-height: 100%;
363
+ letter-spacing: 0.01em;
364
+ }
365
+
366
+ .Footer-module__subTitle--EmP0b {
367
+ font-family: ABCGravity, sans-serif;
368
+ font-weight: 900;
369
+ font-size: 36em;
370
+ line-height: 100%;
371
+ color: #fff;
372
+ margin: 0;
373
+ }
374
+
375
+ .Footer-module__advantages--z7ASK {
376
+ display: grid;
377
+ grid-template-columns: repeat(2, 1fr);
378
+ grid-template-rows: repeat(9, auto);
379
+ grid-column-gap: 16em;
380
+ column-gap: 16em;
381
+ grid-row-gap: 40em;
382
+ row-gap: 40em;
383
+ margin: 60em 0 0;
384
+ padding: 0;
385
+ list-style: none;
386
+ width: 100%;
387
+ max-width: 100%;
388
+ }
389
+
390
+ .Footer-module__advantageTitle--spnaR {
391
+ margin: 0;
392
+ padding-bottom: 12em;
393
+ border-bottom: 1em solid rgba(254, 221, 0, 1);
394
+ font-weight: 400;
395
+ line-height: 1;
396
+ font-size: inherit;
397
+ min-width: 0;
398
+ max-width: 100%;
399
+ }
400
+
401
+ .Footer-module__advantageTitleText--cMrU_ {
402
+ font-size: 18em;
403
+ }
404
+
405
+ .Footer-module__advantageText--BHbmo {
406
+ font-size: 14em;
407
+ line-height: 1.23;
408
+ margin: 0;
409
+ opacity: 0.9;
410
+ word-wrap: break-word;
411
+ overflow-wrap: break-word;
412
+ -webkit-hyphens: auto;
413
+ hyphens: auto;
414
+ min-width: 0;
415
+ max-width: 100%;
416
+ }
417
+
418
+ .Footer-module__advantageItem--EcCx_ {
419
+ display: grid;
420
+ grid-template-rows: subgrid;
421
+ grid-row: span 3;
422
+ grid-gap: 24em;
423
+ gap: 24em;
424
+ min-width: 0;
425
+ max-width: 100%;
426
+ overflow: hidden;
427
+ }
428
+
429
+ .Footer-module__advantageInfo--Ilud0 {
430
+ display: grid;
431
+ grid-template-rows: subgrid;
432
+ grid-row: 1 / 3;
433
+ grid-gap: 12em;
434
+ gap: 12em;
435
+ min-width: 0;
436
+ max-width: 100%;
437
+ }
438
+
439
+ .Footer-module__marketingBlock--DnIGu {
440
+ grid-row: 1 / 4;
441
+ }
442
+
443
+ .Footer-module__affiliatesBlock--jVQ0L {
444
+ grid-row: 1 / 4;
445
+ }
446
+
447
+ .Footer-module__suppliersBlock--yrn9l {
448
+ grid-row: 4 / 7;
449
+ }
450
+
451
+ .Footer-module__hotelsBlock--uGUyj {
452
+ grid-row: 4 / 7;
453
+ }
454
+
455
+ .Footer-module__providersBlock--Zmk8W {
456
+ grid-row: 7 / 10;
457
+ grid-column: 1;
458
+ }
459
+
460
+ .Footer-module__advantageLink--bcoK8 {
461
+ color: rgba(255, 238, 128, 1);
462
+ text-decoration: none;
463
+ }
464
+
465
+ .Footer-module__footerBottom--u_o7y {
466
+ display: grid;
467
+ grid-template-columns: 1fr;
468
+ margin-top: 80em;
469
+ grid-gap: 16em;
470
+ gap: 16em;
471
+ }
472
+
473
+ .Footer-module__social--H1Yw4 {
474
+ display: grid;
475
+ grid-auto-flow: column;
476
+ grid-auto-columns: -webkit-min-content;
477
+ grid-auto-columns: min-content;
478
+ grid-gap: 33em;
479
+ gap: 33em;
480
+ }
481
+
482
+ .Footer-module__footerLinks--R9Hnr {
483
+ margin: 0;
484
+ padding: 0;
485
+ list-style: none;
486
+ display: grid;
487
+ grid-gap: 24em;
488
+ gap: 24em;
489
+ grid-auto-flow: column;
490
+ justify-self: end;
491
+ }
492
+
493
+ .Footer-module__footerLink--ipb6W {
494
+ color: rgba(255, 255, 255, 1);
495
+ font-size: 12em;
496
+ text-decoration: none;
497
+ }
498
+
499
+ .Footer-module__footerLeft--nnkZo {
500
+ display: grid;
501
+ grid-gap: 20em;
502
+ gap: 20em;
503
+ grid-auto-rows: -webkit-min-content;
504
+ grid-auto-rows: min-content;
505
+ grid-template-columns: 1fr 1fr;
506
+ }
507
+
508
+ .Footer-module__footerLegal--jAGGe {
509
+ display: grid;
510
+ grid-gap: 12em;
511
+ gap: 12em;
512
+ }
513
+
514
+ .Footer-module__footerLegalText--xlXoo {
515
+ font-size: 12em;
516
+ line-height: 1.23;
517
+ color: rgba(128, 128, 128, 1);
518
+ margin: 0;
519
+ }
520
+
521
+ .Footer-module__footerLegalText--xlXoo a {
522
+ color: rgba(128, 128, 128, 1);
523
+ text-decoration: none;
524
+ }
525
+
526
+ .Footer-module__footerParagraphSection--rin95 {
527
+ display: grid;
528
+ grid-gap: 3em;
529
+ gap: 3em;
530
+ }
531
+
532
+ @media (min-width: 500px) {
533
+ .Footer-module__root--T9ly6 {
534
+ border-top: 8em solid rgba(140, 30, 255, 1);
535
+ }
536
+
537
+ .Footer-module__advantageItem--EcCx_ {
538
+ gap: 35em;
539
+ }
540
+
541
+ .Footer-module__advantageTitle--spnaR {
542
+ padding-bottom: 16em;
543
+ }
544
+
545
+ .Footer-module__advantageTitleText--cMrU_ {
546
+ font-size: 18em;
547
+ }
548
+
549
+ .Footer-module__advantageText--BHbmo {
550
+ font-size: 14em;
551
+ }
552
+
553
+ .Footer-module__advantageInfo--Ilud0 {
554
+ gap: 16em;
555
+ }
556
+
557
+ .Footer-module__footerBottom--u_o7y {
558
+ grid-template-columns: 1fr 1fr;
559
+ margin-top: 60em;
560
+ gap: 0;
561
+ }
562
+
563
+ .Footer-module__footerLeft--nnkZo {
564
+ grid-template-columns: 1fr;
565
+ }
566
+
567
+ .Footer-module__footerLinks--R9Hnr {
568
+ gap: 12em;
569
+ grid-auto-flow: row;
570
+ justify-self: start;
571
+ }
572
+ }
573
+
574
+ @media (min-width: 1152px) {
575
+ .Footer-module__root--T9ly6 {
576
+ padding: 100em 24em 20em;
577
+ }
578
+
579
+ .Footer-module__title--OX7d9 {
580
+ font-size: 44em;
581
+ }
582
+
583
+ .Footer-module__subTitle--EmP0b {
584
+ font-size: 50em;
585
+ }
586
+
587
+ .Footer-module__advantages--z7ASK {
588
+ grid-auto-flow: column;
589
+ grid-auto-columns: 1fr;
590
+ grid-template-rows: auto 1fr auto;
591
+ gap: 20em;
592
+ }
593
+
594
+ .Footer-module__advantageItem--EcCx_ {
595
+ grid-template-rows: subgrid;
596
+ grid-row: 1 / 4;
597
+ gap: 62em;
598
+ }
599
+
600
+ .Footer-module__advantageTitleText--cMrU_ {
601
+ font-size: 22em;
602
+ }
603
+
604
+ .Footer-module__advantageText--BHbmo {
605
+ font-size: 18em;
606
+ }
607
+
608
+ .Footer-module__advantageInfo--Ilud0 {
609
+ grid-template-rows: subgrid;
610
+ grid-row: 1 / 3;
611
+ }
612
+
613
+ .Footer-module__affiliatesBlock--jVQ0L {
614
+ order: 1;
615
+ }
616
+
617
+ .Footer-module__suppliersBlock--yrn9l {
618
+ order: 2;
619
+ }
620
+
621
+ .Footer-module__hotelsBlock--uGUyj {
622
+ order: 3;
623
+ }
624
+
625
+ .Footer-module__marketingBlock--DnIGu {
626
+ order: 4;
627
+ }
628
+
629
+ .Footer-module__providersBlock--Zmk8W {
630
+ order: 5;
631
+ }
632
+
633
+ .Footer-module__footerBottom--u_o7y {
634
+ margin-top: 80em;
635
+ }
636
+
637
+ .Footer-module__footerLegalText--xlXoo {
638
+ font-size: 14em;
639
+ }
640
+ }
641
+
642
+ .Header-module__root--MyGKu {
643
+ font-family: Aeonik, sans-serif;
644
+ background-color: var(--bg-color);
645
+ border-bottom: 1em solid rgba(191, 191, 191, 1);
646
+ position: relative;
647
+ }
648
+
649
+ .Header-module__root--MyGKu,
650
+ .Header-module__header--Ie2CT {
651
+ height: 74em;
652
+ box-sizing: border-box;
653
+ background-color: var(--bg-color);
654
+ }
655
+
656
+ .Header-module__header--Ie2CT {
657
+ position: relative;
658
+ }
659
+
660
+ .Header-module__wideHeader--P2oxX.Header-module__hidden--gobBG {
661
+ visibility: hidden;
662
+ }
663
+
664
+ .Header-module__compactHeader--LsvY9 {
665
+ display: none;
666
+ position: absolute;
667
+ left: 0;
668
+ top: 0;
669
+ right: 0;
670
+ }
671
+
672
+ .Header-module__compactHeader--LsvY9.Header-module__visible--ococB {
673
+ display: block;
674
+ }
675
+
676
+ @media (max-width: 768px) and (pointer: coarse) and (hover: none) {
677
+
678
+ .Header-module__compactHeader--LsvY9 {
679
+ position: fixed;
680
+ }
681
+ }
682
+
683
+ .Header-module__light--e8MFJ {
684
+ --general-color: #000;
685
+ --bg-color: #fff;
686
+ --logo-accent-color: #000;
687
+ }
688
+
689
+ .Header-module__dark--mJEmI {
690
+ --general-color: #fff;
691
+ --bg-color: #000;
692
+ --logo-accent-color: #fedd00;
693
+ }
694
+
695
+ .Header-module__yellow--W7Vw1 {
696
+ --general-color: #000;
697
+ --bg-color: rgba(254, 221, 0, 1);
698
+ --logo-accent-color: #000;
699
+ }
700
+
701
+ .Header-module__leftContainer--T8NI2 {
702
+ display: grid;
703
+ grid-auto-flow: column;
704
+ grid-gap: 60em;
705
+ gap: 60em;
706
+ grid-auto-columns: -webkit-min-content;
707
+ grid-auto-columns: min-content;
708
+ align-items: center;
709
+ justify-self: start;
710
+ height: 100%;
711
+ position: absolute;
712
+ left: 15em;
713
+ top: 0;
714
+ }
715
+
716
+ .Header-module__rightContainer--ZvsQ0 {
717
+ display: grid;
718
+ grid-auto-flow: column;
719
+ justify-content: end;
720
+ align-items: center;
721
+ grid-gap: 16em;
722
+ gap: 16em;
723
+ justify-self: end;
724
+ position: absolute;
725
+ right: 28em;
726
+ height: 100%;
727
+ z-index: 1;
728
+ }
729
+
730
+ .Header-module__navList--ikTYl {
731
+ list-style: none;
732
+ display: grid;
733
+ grid-gap: 40em;
734
+ gap: 40em;
735
+ grid-auto-flow: column;
736
+ padding: 0;
737
+ }
738
+
739
+ .Header-module__menuLink--yDAEH {
740
+ all: unset;
741
+ color: var(--menu-link-color);
742
+ cursor: pointer;
743
+ white-space: nowrap;
744
+ }
745
+
746
+ .Header-module__light--e8MFJ .Header-module__menuLink--yDAEH {
747
+ --menu-link-color: var(--general-color);
748
+ }
749
+
750
+ .Header-module__dark--mJEmI .Header-module__menuLink--yDAEH {
751
+ --menu-link-color: var(--general-color);
752
+ }
753
+
754
+ .Header-module__menuLinkText--MV8k7 {
755
+ font-size: 18em;
756
+ line-height: 1.23;
757
+ }
758
+
759
+ .Header-module__subMenuOpener--7Gf68 {
760
+ padding-right: 20em;
761
+ position: relative;
762
+ }
763
+
764
+ .Header-module__subMenuOpener--7Gf68::after {
765
+ content: "";
766
+ width: 17em;
767
+ height: 17em;
768
+ background: url(03a1823ba824367789ec.svg) no-repeat right center;
769
+ position: absolute;
770
+ right: 0;
771
+ top: 2em;
772
+ background-size: cover;
773
+ }
774
+
775
+ .Header-module__subMenuOpener--7Gf68.Header-module__subMenuOpenerActive--hM0jl::after {
776
+ transform: rotate(180deg) translateY(-1em);
777
+ }
778
+
779
+ .Header-module__subNavList--opWlU {
780
+ display: none;
781
+ position: absolute;
782
+ background: var(--bg-color);
783
+ top: 100%;
784
+ border: 1em solid rgba(191, 191, 191, 1);
785
+ gap: 20em;
786
+ padding: 20em 18em 18em;
787
+ min-width: 146em;
788
+ max-width: 180em;
789
+ }
790
+
791
+ .Header-module__subNavList--opWlU .Header-module__menuLink--yDAEH {
792
+ white-space: unset;
793
+ }
794
+
795
+ .Header-module__subNavList--opWlU.Header-module__subNavListOpened--mebR2 {
796
+ display: grid;
797
+ }
798
+
799
+ .Header-module__burgerMenuContainer--GmhQc {
800
+ display: grid;
801
+ justify-self: end;
802
+ align-self: center;
803
+ }
804
+
805
+ .Header-module__burgerMenuButton--sm0Lo {
806
+ all: unset;
807
+ cursor: pointer;
808
+ display: inline-grid;
809
+ }
810
+
811
+ .Header-module__burgerMenu--SUEsD {
812
+ padding: 20em 18em 18em;
813
+ display: grid;
814
+ grid-gap: 20em;
815
+ gap: 20em;
816
+ grid-auto-rows: -webkit-min-content;
817
+ grid-auto-rows: min-content;
818
+ grid-auto-columns: 1fr;
819
+ position: absolute;
820
+ z-index: 10000;
821
+ top: 100%;
822
+ right: 0;
823
+ border-left: 1em solid rgba(191, 191, 191, 1);
824
+ border-bottom: 1em solid rgba(191, 191, 191, 1);
825
+ background-color: var(--burger-menu-bg);
826
+ width: 282em;
827
+ }
828
+
829
+ @media (max-width: 768px) and (pointer: coarse) and (hover: none) {
830
+
831
+ .Header-module__burgerMenu--SUEsD {
832
+ width: -webkit-fill-available;
833
+ }
834
+ }
835
+
836
+ .Header-module__light--e8MFJ .Header-module__burgerMenu--SUEsD {
837
+ --burger-menu-bg: rgba(255, 255, 255, 0.9);
838
+ }
839
+
840
+ .Header-module__dark--mJEmI .Header-module__burgerMenu--SUEsD {
841
+ --burger-menu-bg: rgba(0, 0, 0, 0.8);
842
+ --burger-menu-border-color: rgba(191, 191, 191, 1);
843
+ }
844
+
845
+ .Header-module__yellow--W7Vw1 .Header-module__burgerMenu--SUEsD {
846
+ --burger-menu-bg: rgba(254, 221, 0, 0.9);
847
+ --burger-menu-border-color: rgba(0, 0, 0, 1);
848
+ }
849
+
850
+ .Header-module__burgerMenu--SUEsD .Header-module__navList--ikTYl {
851
+ grid-auto-flow: row;
852
+ gap: 20em;
853
+ }
854
+
855
+ .Header-module__logo--V8O4g {
856
+ height: 60em;
857
+ }
858
+
859
+ .Header-module__burgerButtons--gDROa {
860
+ display: grid;
861
+ grid-gap: 16em;
862
+ gap: 16em;
863
+ }
864
+
865
+ .Header-module__separator--lw7LB {
866
+ height: 1em;
867
+ background: var(--general-color);
868
+ }
869
+
870
+ @media (max-width: 1399px) {
871
+ .Header-module__navList--ikTYl {
872
+ gap: 32em;
873
+ }
874
+
875
+ .Header-module__menuLinkText--MV8k7 {
876
+ font-size: 16em;
877
+ }
878
+
879
+ .Header-module__root--MyGKu,
880
+ .Header-module__header--Ie2CT {
881
+ height: 58em;
882
+ }
883
+
884
+ .Header-module__logo--V8O4g {
885
+ height: 38em;
886
+ }
887
+ }
888
+
889
+ @media (min-width: 1400px) and (max-width: 1919px) {
890
+ .Header-module__navList--ikTYl {
891
+ gap: 32em;
892
+ }
893
+
894
+ .Header-module__menuLinkText--MV8k7 {
895
+ font-size: 16em;
896
+ }
897
+
898
+ .Header-module__root--MyGKu,
899
+ .Header-module__header--Ie2CT {
900
+ height: 74em;
901
+ }
902
+
903
+ .Header-module__logo--V8O4g {
904
+ height: 52em;
905
+ }
906
+ }
907
+
908
+ @media (min-width: 1920px) {
909
+ .Header-module__root--MyGKu,
910
+ .Header-module__header--Ie2CT {
911
+ height: 84em;
912
+ }
913
+
914
+ .Header-module__logo--V8O4g {
915
+ height: 60em;
916
+ }
917
+ }
918
+
919
+ .HotelCard-module__root--popq0 {
920
+ display: flex;
921
+ flex-direction: column;
922
+ background: var(--card-bg, #ffffff);
923
+ border-radius: 0;
924
+ overflow: hidden;
925
+ max-width: 100%;
926
+ font-family: "Aeonik", sans-serif;
927
+ }
928
+
929
+ .HotelCard-module__rootFixed--TvjpT {
930
+ width: 440em;
931
+ max-width: 440em;
932
+ }
933
+
934
+ .HotelCard-module__clickable--mp25I {
935
+ cursor: pointer;
936
+ text-decoration: none;
937
+ color: inherit;
938
+ }
939
+
940
+ .HotelCard-module__imageContainer--FZfWz {
941
+ position: relative;
942
+ width: 100%;
943
+ height: 260em;
944
+ overflow: hidden;
945
+ }
946
+
947
+ .HotelCard-module__image--fREMp {
948
+ width: 100%;
949
+ height: 100%;
950
+ object-fit: cover;
951
+ }
952
+
953
+ .HotelCard-module__discount--G2sau {
954
+ position: absolute;
955
+ top: 0;
956
+ left: 0;
957
+ background: rgba(140, 30, 255, 1);
958
+ color: var(--discount-text, #ffffff);
959
+ width: 87em;
960
+ height: 77em;
961
+ display: flex;
962
+ align-items: center;
963
+ justify-content: center;
964
+ font-weight: 700;
965
+ font-family: "Aeonik", sans-serif;
966
+ -webkit-font-smoothing: antialiased;
967
+ -moz-osx-font-smoothing: grayscale;
968
+ border-radius: 0;
969
+ letter-spacing: 0.01em;
970
+ }
971
+
972
+ .HotelCard-module__discountText--hH9Sf {
973
+ font-size: 23em;
974
+ }
975
+
976
+ .HotelCard-module__content--IA_3z {
977
+ padding: 15em;
978
+ background: var(--card-bg, #ffffff);
979
+ display: flex;
980
+ flex-direction: column;
981
+ gap: 4em;
982
+ }
983
+
984
+ .HotelCard-module__stars--jTODO {
985
+ display: flex;
986
+ gap: 1em;
987
+ }
988
+
989
+ .HotelCard-module__starFilled--Ps4vk,
990
+ .HotelCard-module__starEmpty--FBbdo {
991
+ width: 12em;
992
+ height: 12em;
993
+ display: flex;
994
+ align-items: center;
995
+ justify-content: center;
996
+ background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxMCAxMCI+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTQuNjE1LjQ4MmEuNC40IDAgMCAxIC43MjYgMGwxLjEwMiAyLjM3MmEuNC40IDAgMCAwIC4zMTQuMjI4bDIuNTk3LjMxNWEuNC40IDAgMCAxIC4yMjQuNjlMNy42NjIgNS44NjhhLjQuNCAwIDAgMC0uMTIuMzdsLjUwMyAyLjU2N2EuNC40IDAgMCAxLS41ODcuNDI2TDUuMTczIDcuOTZhLjQuNCAwIDAgMC0uMzkgMEwyLjQ5OSA5LjIzYS40LjQgMCAwIDEtLjU4Ny0uNDI2bC41MDMtMi41NjdhLjQuNCAwIDAgMC0uMTItLjM3TC4zNzggNC4wODhhLjQuNCAwIDAgMSAuMjI0LS42OUwzLjIgMy4wODFhLjQuNCAwIDAgMCAuMzE1LS4yMjhMNC42MTUuNDgyWiIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9IjQuOTc4IiB4Mj0iNC45NzgiIHkxPSItLjMiIHkyPSIxMC43IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0ZGQUYwMCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0YyOTAwNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==);
997
+ color: rgba(248, 159, 3, 1);
998
+ }
999
+
1000
+ .HotelCard-module__starEmpty--FBbdo {
1001
+ opacity: 0.3;
1002
+ }
1003
+
1004
+ .HotelCard-module__title--BOmwo {
1005
+ margin: 0;
1006
+ font-size: 18em;
1007
+ font-weight: 600;
1008
+ color: #000;
1009
+ line-height: 1.3;
1010
+ white-space: nowrap;
1011
+ overflow: hidden;
1012
+ text-overflow: ellipsis;
1013
+ font-family: "Aeonik", sans-serif;
1014
+ }
1015
+
1016
+ .HotelCard-module__location--uglfh {
1017
+ margin: 0;
1018
+ color: rgba(105, 105, 105, 1);
1019
+ font-size: 15em;
1020
+ line-height: 1.3;
1021
+ font-family: "Aeonik", sans-serif;
1022
+ }
1023
+
1024
+ .HotelCard-module__dates--mhAjB {
1025
+ margin: 0;
1026
+ color: #000;
1027
+ font-size: 18em;
1028
+ line-height: 1.3;
1029
+ letter-spacing: 0.01em;
1030
+ font-family: "Aeonik", sans-serif;
1031
+ }
1032
+
1033
+ .HotelCard-module__priceInfoWrapper--fplFE {
1034
+ margin-top: 11em;
1035
+ }
1036
+
1037
+ .HotelCard-module__priceInfo--qLmoQ {
1038
+ width: 100%;
1039
+ background: rgba(140, 30, 255, 1);
1040
+ font-family: "Aeonik", sans-serif;
1041
+ color: rgba(255, 255, 255, 1);
1042
+ padding: 14px 16px 16px;
1043
+ box-sizing: border-box;
1044
+ }
1045
+
1046
+ .HotelCard-module__bookNowText--pgznJ {
1047
+ font-size: 14em;
1048
+ text-transform: uppercase;
1049
+ text-align: center;
1050
+ font-weight: 700;
1051
+ }
1052
+
1053
+ .HotelCard-module__mainPriceText--wIEbi {
1054
+ font-size: 18em;
1055
+ }
1056
+
1057
+ .HotelCard-module__infoPriceText--GSy_s {
1058
+ font-size: 14em;
1059
+ }
1060
+
1061
+ /* Root */
1062
+ .HotelsLanding-module__root--JnV8j {
1063
+ display: grid;
1064
+ grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
1065
+ grid-template-rows: min-content 1fr min-content;
1066
+ align-content: start;
1067
+ min-height: 100vh;
1068
+ background-color: #efefef;
1069
+ color: #000000;
1070
+ font-weight: 400;
1071
+ font-family: var(--font-main, "Aeonik", sans-serif);
1072
+ -webkit-font-smoothing: antialiased;
1073
+ -moz-osx-font-smoothing: grayscale;
1074
+ }
1075
+
1076
+ .HotelsLanding-module__hero--CVhVp {
1077
+ background-color: #ccc;
1078
+ background-repeat: no-repeat;
1079
+ background-image: var(--background-mobile);
1080
+ background-position: center;
1081
+ background-size: cover;
1082
+ display: flex;
1083
+ }
1084
+
1085
+ @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
1086
+
1087
+ .HotelsLanding-module__hero--CVhVp {
1088
+ background-image: var(--background-mobile-2x);
1089
+ }
1090
+ }
1091
+
1092
+ @media (min-width: 500px) {
1093
+
1094
+ .HotelsLanding-module__hero--CVhVp {
1095
+ background-image: var(--background-desktop);
1096
+ }
1097
+
1098
+ @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
1099
+
1100
+ .HotelsLanding-module__hero--CVhVp {
1101
+ background-image: var(--background-desktop-2x);
1102
+ }
1103
+ }
1104
+ }
1105
+
1106
+ .HotelsLanding-module__heroContainer--RviY3 {
1107
+ display: flex;
1108
+ justify-content: end;
1109
+ width: 100%;
1110
+ max-width: 1448px;
1111
+ margin: 0 auto;
1112
+ padding: 26em 15em;
1113
+ box-sizing: border-box;
1114
+ }
1115
+
1116
+ @media (min-width: 500px) {
1117
+
1118
+ .HotelsLanding-module__heroContainer--RviY3 {
1119
+ padding: 16em 44em;
1120
+ min-height: 320em;
1121
+ }
1122
+ }
1123
+
1124
+ @media (min-width: 1152px) {
1125
+
1126
+ .HotelsLanding-module__heroContainer--RviY3 {
1127
+ min-height: 670em;
1128
+ }
1129
+ }
1130
+
1131
+ .HotelsLanding-module__slogan--qHFoi {
1132
+ display: flex;
1133
+ flex-direction: column;
1134
+ justify-content: center;
1135
+ align-items: flex-end;
1136
+ width: auto;
1137
+ text-align: right;
1138
+ font-family: var(--font-secondary, "ABCGravity", sans-serif);
1139
+ font-weight: 900;
1140
+ }
1141
+
1142
+ .HotelsLanding-module__sloganText--YwQRu {
1143
+ font-size: 45em;
1144
+ line-height: 90%;
1145
+ text-transform: uppercase;
1146
+ }
1147
+
1148
+ @media (min-width: 500px) {
1149
+
1150
+ .HotelsLanding-module__sloganText--YwQRu {
1151
+ font-size: 60em;
1152
+ }
1153
+ }
1154
+
1155
+ @media (min-width: 1152px) {
1156
+
1157
+ .HotelsLanding-module__sloganText--YwQRu {
1158
+ font-size: 115em;
1159
+ }
1160
+ }
1161
+
1162
+ .HotelsLanding-module__sloganYellow--su_yv {
1163
+ color: #f5d742;
1164
+ }
1165
+
1166
+ .HotelsLanding-module__sloganWhite--P2y71 {
1167
+ color: #fff;
1168
+ }
1169
+
1170
+ .HotelsLanding-module__heroLogo--RMmG1 {
1171
+ width: 33em;
1172
+ }
1173
+
1174
+ @media (min-width: 500px) {
1175
+
1176
+ .HotelsLanding-module__heroLogo--RMmG1 {
1177
+ width: 49em;
1178
+ }
1179
+ }
1180
+
1181
+ @media (min-width: 1152px) {
1182
+
1183
+ .HotelsLanding-module__heroLogo--RMmG1 {
1184
+ width: 97em;
1185
+ }
1186
+ }
1187
+
1188
+ /* Hotels Section */
1189
+ .HotelsLanding-module__hotels--z2v4G {
1190
+ max-width: 1392px;
1191
+ margin-inline: auto;
1192
+ padding-bottom: 60em;
1193
+ }
1194
+ @media (min-width: 1152px) {
1195
+ .HotelsLanding-module__hotels--z2v4G {
1196
+ padding-bottom: 100em;
1197
+ }
1198
+ }
1199
+
1200
+ .HotelsLanding-module__hotelsHeader--XxyLM {
1201
+ display: flex;
1202
+ flex-direction: column;
1203
+ gap: 16em;
1204
+ padding: 45em 16em;
1205
+ }
1206
+
1207
+ @media (min-width: 500px) {
1208
+
1209
+ .HotelsLanding-module__hotelsHeader--XxyLM {
1210
+ gap: 22em;
1211
+ }
1212
+ }
1213
+
1214
+ @media (min-width: 1152px) {
1215
+
1216
+ .HotelsLanding-module__hotelsHeader--XxyLM {
1217
+ gap: 28em;
1218
+ padding-top: 80em;
1219
+ padding-bottom: 80em;
1220
+ }
1221
+ }
1222
+
1223
+ .HotelsLanding-module__hotelsTitle--dcfRZ {
1224
+ margin: 0;
1225
+ line-height: 1.1;
1226
+ text-align: center;
1227
+ font-family: var(--font-secondary, "ABCGravity", sans-serif);
1228
+ font-weight: 900;
1229
+ font-size: 32em;
1230
+ }
1231
+
1232
+ @media (min-width: 500px) {
1233
+
1234
+ .HotelsLanding-module__hotelsTitle--dcfRZ {
1235
+ font-size: 40em;
1236
+ }
1237
+ }
1238
+
1239
+ @media (min-width: 1152px) {
1240
+
1241
+ .HotelsLanding-module__hotelsTitle--dcfRZ {
1242
+ font-size: 65em;
1243
+ }
1244
+ }
1245
+
1246
+ .HotelsLanding-module__hotelsSubtitle--s0NrA {
1247
+ margin: 0;
1248
+ font-weight: 700;
1249
+ line-height: 1;
1250
+ text-align: center;
1251
+ font-size: 14em;
1252
+ }
1253
+
1254
+ @media (min-width: 500px) {
1255
+
1256
+ .HotelsLanding-module__hotelsSubtitle--s0NrA {
1257
+ font-size: 17em;
1258
+ }
1259
+ }
1260
+
1261
+ @media (min-width: 1152px) {
1262
+
1263
+ .HotelsLanding-module__hotelsSubtitle--s0NrA {
1264
+ font-size: 23em;
1265
+ }
1266
+ }
1267
+
1268
+ .HotelsLanding-module__hotelsList--ylptR {
1269
+ display: grid;
1270
+ grid-template-columns: repeat(auto-fit, minmax(343px, 440px));
1271
+ justify-content: center;
1272
+ grid-gap: 30px 13px;
1273
+ gap: 30px 13px;
1274
+ margin: 0;
1275
+ padding: 0;
1276
+ list-style: none;
1277
+ }
1278
+
1279
+ .HotelsLanding-module__hotelCard--IkewD {
1280
+ justify-content: space-between;
1281
+ min-height: 100%;
1282
+ }
1283
+
1284
+ .HotelsLanding-module__hotelCard--IkewD:hover [class*="HotelCard-module__priceInfo"] {
1285
+ background-color: #000000;
1286
+ }
1287
+