@adstore/templates 2.1.2 → 2.1.4
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/resize-observer-e4b9a440.js +288 -0
- package/dist/style.css +1 -1627
- package/dist/templates.es.js +1934 -2713
- package/dist/templates.umd.js +5 -3595
- package/package.json +1 -1
package/dist/style.css
CHANGED
@@ -1,1627 +1 @@
|
|
1
|
-
._root_24bq9_1 {
|
2
|
-
position: relative;
|
3
|
-
}
|
4
|
-
|
5
|
-
._icon_24bq9_5 {
|
6
|
-
width: 30px;
|
7
|
-
height: 30px;
|
8
|
-
display: flex;
|
9
|
-
align-items: center;
|
10
|
-
justify-content: center;
|
11
|
-
background-color: #333;
|
12
|
-
color: #fff;
|
13
|
-
border-radius: 50%;
|
14
|
-
cursor: pointer;
|
15
|
-
}
|
16
|
-
|
17
|
-
._iconTarget_24bq9_17 {
|
18
|
-
width: 17px;
|
19
|
-
height: 20px;
|
20
|
-
}
|
21
|
-
|
22
|
-
._body_24bq9_22 {
|
23
|
-
position: absolute;
|
24
|
-
left: -30px;
|
25
|
-
top: 50px;
|
26
|
-
width: 300px;
|
27
|
-
display: none;
|
28
|
-
}
|
29
|
-
|
30
|
-
._bodyOpen_24bq9_30 {
|
31
|
-
animation: _simpleGift_in_24bq9_1 0.3s;
|
32
|
-
display: block;
|
33
|
-
}
|
34
|
-
|
35
|
-
@keyframes _simpleGift_in_24bq9_1 {
|
36
|
-
from {
|
37
|
-
opacity: 0;
|
38
|
-
}
|
39
|
-
to {
|
40
|
-
opacity: 1;
|
41
|
-
}
|
42
|
-
}
|
43
|
-
._close_24bq9_43 {
|
44
|
-
position: absolute;
|
45
|
-
top: 9px;
|
46
|
-
right: 9px;
|
47
|
-
color: #fff;
|
48
|
-
display: flex;
|
49
|
-
align-items: center;
|
50
|
-
cursor: pointer;
|
51
|
-
}
|
52
|
-
._close_24bq9_43 svg {
|
53
|
-
width: 15px;
|
54
|
-
height: 15px;
|
55
|
-
}
|
56
|
-
|
57
|
-
._arrow_24bq9_57 {
|
58
|
-
position: absolute;
|
59
|
-
transform: rotate(45deg);
|
60
|
-
height: 15px;
|
61
|
-
width: 15px;
|
62
|
-
top: -7px;
|
63
|
-
left: 38px;
|
64
|
-
background-color: #333;
|
65
|
-
z-index: 5;
|
66
|
-
}
|
67
|
-
|
68
|
-
._container_24bq9_68 {
|
69
|
-
background-color: #333;
|
70
|
-
padding: 10px 10px 4px 10px;
|
71
|
-
border-radius: 4px;
|
72
|
-
}
|
73
|
-
|
74
|
-
._inner_24bq9_74 {
|
75
|
-
display: flex;
|
76
|
-
align-items: center;
|
77
|
-
margin-bottom: 10px;
|
78
|
-
padding-right: 30px;
|
79
|
-
}
|
80
|
-
|
81
|
-
._logo_24bq9_81 {
|
82
|
-
min-width: 60px;
|
83
|
-
height: 24px;
|
84
|
-
background-color: #eee;
|
85
|
-
background-position: center;
|
86
|
-
}
|
87
|
-
|
88
|
-
._text_24bq9_88 {
|
89
|
-
font-size: 17px;
|
90
|
-
line-height: 1.2;
|
91
|
-
color: #fff;
|
92
|
-
margin-left: 10px;
|
93
|
-
--accent-color: #ffbc00;
|
94
|
-
--accent-size: #fff;
|
95
|
-
--font-family: Roboto, sans-serif;
|
96
|
-
}
|
97
|
-
._text_24bq9_88 span {
|
98
|
-
font-family: var(--font-family);
|
99
|
-
color: var(--accent-color);
|
100
|
-
font-size: var(--accent-size);
|
101
|
-
}
|
102
|
-
|
103
|
-
._button_24bq9_103 {
|
104
|
-
font-size: 13px;
|
105
|
-
line-height: 2;
|
106
|
-
border-radius: 4px;
|
107
|
-
text-align: center;
|
108
|
-
background-color: #ffbc00;
|
109
|
-
color: #333;
|
110
|
-
}
|
111
|
-
|
112
|
-
._buttonAnimated_24bq9_112 {
|
113
|
-
animation: _increase_24bq9_1 3s infinite;
|
114
|
-
}
|
115
|
-
|
116
|
-
._legalGap_24bq9_116 {
|
117
|
-
height: 19px;
|
118
|
-
display: none;
|
119
|
-
}
|
120
|
-
._legalOpen_24bq9_120 ._legalGap_24bq9_116 {
|
121
|
-
display: block;
|
122
|
-
}
|
123
|
-
|
124
|
-
._legal_24bq9_116 {
|
125
|
-
position: relative;
|
126
|
-
display: flex;
|
127
|
-
width: calc(100% + 12px);
|
128
|
-
min-height: 18px;
|
129
|
-
left: -6px;
|
130
|
-
right: 4px;
|
131
|
-
z-index: 2;
|
132
|
-
padding: 3px 5px;
|
133
|
-
color: #fff;
|
134
|
-
background-color: #333;
|
135
|
-
border-radius: 4px;
|
136
|
-
font-size: 9px;
|
137
|
-
line-height: 11px;
|
138
|
-
margin-top: 5px;
|
139
|
-
}
|
140
|
-
._legalOpen_24bq9_120 ._legal_24bq9_116 {
|
141
|
-
position: absolute;
|
142
|
-
inset: 0;
|
143
|
-
z-index: 2;
|
144
|
-
padding: 4px;
|
145
|
-
width: 100%;
|
146
|
-
}
|
147
|
-
|
148
|
-
._legalText_24bq9_148 {
|
149
|
-
display: inline-block;
|
150
|
-
margin: 0;
|
151
|
-
-webkit-line-clamp: 1;
|
152
|
-
display: -webkit-box;
|
153
|
-
-webkit-box-orient: vertical;
|
154
|
-
overflow: hidden;
|
155
|
-
text-overflow: ellipsis;
|
156
|
-
padding-right: 25px;
|
157
|
-
}
|
158
|
-
._legalOpen_24bq9_120 ._legalText_24bq9_148 {
|
159
|
-
text-align: center;
|
160
|
-
padding-right: 0;
|
161
|
-
overflow: auto;
|
162
|
-
display: flex;
|
163
|
-
align-items: center;
|
164
|
-
}
|
165
|
-
|
166
|
-
._legalButton_24bq9_166 {
|
167
|
-
cursor: pointer;
|
168
|
-
text-decoration: underline;
|
169
|
-
position: absolute;
|
170
|
-
right: 4px;
|
171
|
-
bottom: 4px;
|
172
|
-
}
|
173
|
-
._legalOpen_24bq9_120 ._legalButton_24bq9_166 {
|
174
|
-
position: initial;
|
175
|
-
display: inline-block;
|
176
|
-
margin: 0 3px;
|
177
|
-
}
|
178
|
-
|
179
|
-
@keyframes _fadein_24bq9_1 {
|
180
|
-
0%, 100% {
|
181
|
-
opacity: 0;
|
182
|
-
}
|
183
|
-
50% {
|
184
|
-
opacity: 1;
|
185
|
-
}
|
186
|
-
}
|
187
|
-
@keyframes _pulse_24bq9_1 {
|
188
|
-
from {
|
189
|
-
transform: scale(1);
|
190
|
-
}
|
191
|
-
to {
|
192
|
-
transform: scale(1.05);
|
193
|
-
}
|
194
|
-
}
|
195
|
-
@keyframes _gradient_24bq9_1 {
|
196
|
-
0% {
|
197
|
-
background-position: 0% 50%;
|
198
|
-
}
|
199
|
-
50% {
|
200
|
-
background-position: 100% 50%;
|
201
|
-
}
|
202
|
-
100% {
|
203
|
-
background-position: 0% 50%;
|
204
|
-
}
|
205
|
-
}
|
206
|
-
@keyframes _wiggle_24bq9_1 {
|
207
|
-
0%, 7% {
|
208
|
-
transform: rotateZ(0);
|
209
|
-
}
|
210
|
-
15% {
|
211
|
-
transform: rotateZ(-15deg);
|
212
|
-
}
|
213
|
-
20% {
|
214
|
-
transform: rotateZ(10deg);
|
215
|
-
}
|
216
|
-
25% {
|
217
|
-
transform: rotateZ(-10deg);
|
218
|
-
}
|
219
|
-
30% {
|
220
|
-
transform: rotateZ(6deg);
|
221
|
-
}
|
222
|
-
35% {
|
223
|
-
transform: rotateZ(-4deg);
|
224
|
-
}
|
225
|
-
40%, 100% {
|
226
|
-
transform: rotateZ(0);
|
227
|
-
}
|
228
|
-
}
|
229
|
-
@keyframes _increase_24bq9_1 {
|
230
|
-
0% {
|
231
|
-
transform: scale(1) translateZ(0);
|
232
|
-
}
|
233
|
-
10%, 30% {
|
234
|
-
transform: scale(0.85) translateZ(0);
|
235
|
-
}
|
236
|
-
20%, 40% {
|
237
|
-
transform: scale(1) translateZ(0);
|
238
|
-
}
|
239
|
-
50% {
|
240
|
-
transform: scale(1) translateZ(0);
|
241
|
-
}
|
242
|
-
}._root_1hrqs_1 {
|
243
|
-
position: relative;
|
244
|
-
}
|
245
|
-
|
246
|
-
._icon_1hrqs_5 {
|
247
|
-
width: 30px;
|
248
|
-
height: 30px;
|
249
|
-
display: flex;
|
250
|
-
align-items: center;
|
251
|
-
justify-content: center;
|
252
|
-
background-color: #333;
|
253
|
-
color: #fff;
|
254
|
-
border-radius: 50%;
|
255
|
-
cursor: pointer;
|
256
|
-
}
|
257
|
-
|
258
|
-
._iconTarget_1hrqs_17 {
|
259
|
-
width: 17px;
|
260
|
-
height: 20px;
|
261
|
-
}
|
262
|
-
|
263
|
-
._body_1hrqs_22 {
|
264
|
-
position: absolute;
|
265
|
-
left: -30px;
|
266
|
-
top: 50px;
|
267
|
-
width: 300px;
|
268
|
-
display: none;
|
269
|
-
}
|
270
|
-
._desktop_1hrqs_29 ._body_1hrqs_22, ._tablet_1hrqs_29 ._body_1hrqs_22, ._laptop_1hrqs_29 ._body_1hrqs_22 {
|
271
|
-
width: 360px;
|
272
|
-
}
|
273
|
-
|
274
|
-
._bodyOpen_1hrqs_33 {
|
275
|
-
animation: _complexGift_in_1hrqs_1 0.3s;
|
276
|
-
display: block;
|
277
|
-
}
|
278
|
-
|
279
|
-
@keyframes _complexGift_in_1hrqs_1 {
|
280
|
-
from {
|
281
|
-
opacity: 0;
|
282
|
-
}
|
283
|
-
to {
|
284
|
-
opacity: 1;
|
285
|
-
}
|
286
|
-
}
|
287
|
-
._arrow_1hrqs_46 {
|
288
|
-
position: absolute;
|
289
|
-
transform: rotate(45deg);
|
290
|
-
height: 15px;
|
291
|
-
width: 15px;
|
292
|
-
top: -7px;
|
293
|
-
left: 38px;
|
294
|
-
background-color: #333;
|
295
|
-
}
|
296
|
-
|
297
|
-
._container_1hrqs_56 {
|
298
|
-
background-color: #333;
|
299
|
-
border-radius: 4px;
|
300
|
-
}
|
301
|
-
|
302
|
-
._promotion_1hrqs_61 {
|
303
|
-
position: absolute;
|
304
|
-
top: 12px;
|
305
|
-
right: 35px;
|
306
|
-
color: #fff;
|
307
|
-
font-size: 8px;
|
308
|
-
}
|
309
|
-
|
310
|
-
._close_1hrqs_69 {
|
311
|
-
position: absolute;
|
312
|
-
top: 9px;
|
313
|
-
right: 9px;
|
314
|
-
color: #fff;
|
315
|
-
display: flex;
|
316
|
-
align-items: center;
|
317
|
-
cursor: pointer;
|
318
|
-
}
|
319
|
-
._close_1hrqs_69 svg {
|
320
|
-
width: 15px;
|
321
|
-
height: 15px;
|
322
|
-
}
|
323
|
-
|
324
|
-
._head_1hrqs_83 {
|
325
|
-
padding: 12px 20px;
|
326
|
-
display: flex;
|
327
|
-
align-items: center;
|
328
|
-
color: #fff;
|
329
|
-
}
|
330
|
-
|
331
|
-
._headIcon_1hrqs_90 {
|
332
|
-
width: 20px;
|
333
|
-
height: 20px;
|
334
|
-
margin-right: 10px;
|
335
|
-
}
|
336
|
-
|
337
|
-
._headTitle_1hrqs_96 {
|
338
|
-
font-size: 16px;
|
339
|
-
line-height: 1.2;
|
340
|
-
font-weight: bold;
|
341
|
-
width: 100%;
|
342
|
-
}
|
343
|
-
|
344
|
-
._inner_1hrqs_103 {
|
345
|
-
border-radius: 6px;
|
346
|
-
overflow: hidden;
|
347
|
-
padding: 0 6px 6px 6px;
|
348
|
-
}
|
349
|
-
|
350
|
-
@keyframes _fadein_1hrqs_1 {
|
351
|
-
0%, 100% {
|
352
|
-
opacity: 0;
|
353
|
-
}
|
354
|
-
50% {
|
355
|
-
opacity: 1;
|
356
|
-
}
|
357
|
-
}
|
358
|
-
@keyframes _pulse_1hrqs_1 {
|
359
|
-
from {
|
360
|
-
transform: scale(1);
|
361
|
-
}
|
362
|
-
to {
|
363
|
-
transform: scale(1.05);
|
364
|
-
}
|
365
|
-
}
|
366
|
-
@keyframes _gradient_1hrqs_1 {
|
367
|
-
0% {
|
368
|
-
background-position: 0 50%;
|
369
|
-
}
|
370
|
-
50% {
|
371
|
-
background-position: 100% 50%;
|
372
|
-
}
|
373
|
-
100% {
|
374
|
-
background-position: 0 50%;
|
375
|
-
}
|
376
|
-
}
|
377
|
-
@keyframes _wiggle_1hrqs_1 {
|
378
|
-
0%, 7% {
|
379
|
-
transform: rotateZ(0);
|
380
|
-
}
|
381
|
-
15% {
|
382
|
-
transform: rotateZ(-15deg);
|
383
|
-
}
|
384
|
-
20% {
|
385
|
-
transform: rotateZ(10deg);
|
386
|
-
}
|
387
|
-
25% {
|
388
|
-
transform: rotateZ(-10deg);
|
389
|
-
}
|
390
|
-
30% {
|
391
|
-
transform: rotateZ(6deg);
|
392
|
-
}
|
393
|
-
35% {
|
394
|
-
transform: rotateZ(-4deg);
|
395
|
-
}
|
396
|
-
40%, 100% {
|
397
|
-
transform: rotateZ(0);
|
398
|
-
}
|
399
|
-
}._root_tv8qf_1 {
|
400
|
-
padding: 6px;
|
401
|
-
background-color: #fff;
|
402
|
-
position: relative;
|
403
|
-
display: block;
|
404
|
-
}
|
405
|
-
._root_tv8qf_1:first-child {
|
406
|
-
border-top-left-radius: 6px;
|
407
|
-
border-top-right-radius: 6px;
|
408
|
-
}
|
409
|
-
._root_tv8qf_1:last-child {
|
410
|
-
border-bottom-left-radius: 6px;
|
411
|
-
border-bottom-right-radius: 6px;
|
412
|
-
border-bottom: none;
|
413
|
-
}
|
414
|
-
._root_tv8qf_1:last-child:after {
|
415
|
-
display: none;
|
416
|
-
}
|
417
|
-
._root_tv8qf_1:after {
|
418
|
-
content: "";
|
419
|
-
width: 100%;
|
420
|
-
height: 1px;
|
421
|
-
background-color: #d8dbe6;
|
422
|
-
position: absolute;
|
423
|
-
left: 0;
|
424
|
-
right: 0;
|
425
|
-
bottom: 0;
|
426
|
-
}
|
427
|
-
|
428
|
-
._body_tv8qf_30 {
|
429
|
-
display: flex;
|
430
|
-
align-items: center;
|
431
|
-
position: relative;
|
432
|
-
padding-left: 6px;
|
433
|
-
justify-content: space-between;
|
434
|
-
}
|
435
|
-
|
436
|
-
._bodyInner_tv8qf_38 {
|
437
|
-
display: flex;
|
438
|
-
align-items: center;
|
439
|
-
}
|
440
|
-
|
441
|
-
._line_tv8qf_43 {
|
442
|
-
position: absolute;
|
443
|
-
left: -6px;
|
444
|
-
top: 0;
|
445
|
-
bottom: 0;
|
446
|
-
width: 2px;
|
447
|
-
background-color: #ffb800;
|
448
|
-
border-radius: 0 2px 2px 0;
|
449
|
-
}
|
450
|
-
|
451
|
-
._text_tv8qf_53 {
|
452
|
-
font-size: 12px;
|
453
|
-
line-height: 1.2;
|
454
|
-
color: #333;
|
455
|
-
font-weight: bold;
|
456
|
-
padding-right: 10px;
|
457
|
-
--accent-size: 12px;
|
458
|
-
--accent-color: #ffbc00;
|
459
|
-
--font-family: Roboto, sans-serif;
|
460
|
-
}
|
461
|
-
._text_tv8qf_53 span {
|
462
|
-
font-family: var(--font-family);
|
463
|
-
color: var(--accent-color);
|
464
|
-
font-size: var(--accent-size);
|
465
|
-
}
|
466
|
-
|
467
|
-
._button_tv8qf_69 {
|
468
|
-
margin-left: auto;
|
469
|
-
padding: 2px;
|
470
|
-
background-color: #ffb800;
|
471
|
-
border-radius: 20px;
|
472
|
-
display: flex;
|
473
|
-
align-items: center;
|
474
|
-
font-size: 10px;
|
475
|
-
text-transform: uppercase;
|
476
|
-
line-height: 2;
|
477
|
-
font-weight: bold;
|
478
|
-
}
|
479
|
-
._button_tv8qf_69 ._logo_tv8qf_81 {
|
480
|
-
width: 30px;
|
481
|
-
height: 30px;
|
482
|
-
margin-right: initial;
|
483
|
-
display: block;
|
484
|
-
}
|
485
|
-
._variant2_tv8qf_87 ._button_tv8qf_69 ._logo_tv8qf_81 {
|
486
|
-
display: none;
|
487
|
-
}
|
488
|
-
|
489
|
-
._buttonText_tv8qf_91 {
|
490
|
-
padding: 0 7px;
|
491
|
-
}
|
492
|
-
|
493
|
-
._logo_tv8qf_81 {
|
494
|
-
width: 25px;
|
495
|
-
height: 25px;
|
496
|
-
border-radius: 30px;
|
497
|
-
background-color: #eee;
|
498
|
-
margin-right: 10px;
|
499
|
-
display: none;
|
500
|
-
background-position: center;
|
501
|
-
}
|
502
|
-
._variant2_tv8qf_87 ._logo_tv8qf_81 {
|
503
|
-
display: block;
|
504
|
-
}
|
505
|
-
|
506
|
-
._legal_tv8qf_108 {
|
507
|
-
background-color: #eee;
|
508
|
-
padding: 2px 5px;
|
509
|
-
height: 14px;
|
510
|
-
overflow: auto;
|
511
|
-
margin-top: 6px;
|
512
|
-
border-radius: 4px;
|
513
|
-
color: #7e8392;
|
514
|
-
font-size: 8px;
|
515
|
-
}
|
516
|
-
|
517
|
-
._legal_tv8qf_108::-webkit-scrollbar {
|
518
|
-
width: 4px;
|
519
|
-
background: #e5e6e9;
|
520
|
-
border-radius: 5px;
|
521
|
-
}
|
522
|
-
|
523
|
-
._legal_tv8qf_108::-webkit-scrollbar-track {
|
524
|
-
border-radius: 5px;
|
525
|
-
}
|
526
|
-
|
527
|
-
._legal_tv8qf_108::-webkit-scrollbar-thumb {
|
528
|
-
background: #7e8392;
|
529
|
-
border-radius: 5px;
|
530
|
-
}._root_15w5v_1 {
|
531
|
-
position: absolute;
|
532
|
-
inset: 0;
|
533
|
-
display: flex;
|
534
|
-
align-items: center;
|
535
|
-
justify-content: center;
|
536
|
-
z-index: 1000;
|
537
|
-
overflow: auto;
|
538
|
-
}
|
539
|
-
|
540
|
-
._content_15w5v_11 {
|
541
|
-
width: 100%;
|
542
|
-
overflow: hidden;
|
543
|
-
border-radius: 10px;
|
544
|
-
background-color: #fff;
|
545
|
-
min-height: 500px;
|
546
|
-
display: flex;
|
547
|
-
}
|
548
|
-
|
549
|
-
._laptop_15w5v_20 {
|
550
|
-
min-height: 680px;
|
551
|
-
}
|
552
|
-
|
553
|
-
._tablet_15w5v_24 {
|
554
|
-
min-height: 680px;
|
555
|
-
}
|
556
|
-
|
557
|
-
._desktop_15w5v_28 {
|
558
|
-
min-height: 500px;
|
559
|
-
}
|
560
|
-
|
561
|
-
._wrapper_15w5v_32 {
|
562
|
-
position: relative;
|
563
|
-
}
|
564
|
-
|
565
|
-
._overlay_15w5v_36 {
|
566
|
-
position: fixed;
|
567
|
-
inset: 0;
|
568
|
-
background-color: rgba(0, 0, 0, 0.65);
|
569
|
-
}
|
570
|
-
|
571
|
-
._close_15w5v_42 {
|
572
|
-
position: absolute;
|
573
|
-
top: 15px;
|
574
|
-
right: 15px;
|
575
|
-
color: #cbcdd3;
|
576
|
-
cursor: pointer;
|
577
|
-
}
|
578
|
-
|
579
|
-
._body_15w5v_50 {
|
580
|
-
padding: 25px 10px 12px 10px;
|
581
|
-
display: flex;
|
582
|
-
flex-direction: column;
|
583
|
-
justify-content: flex-end;
|
584
|
-
align-items: center;
|
585
|
-
width: 100%;
|
586
|
-
}
|
587
|
-
._desktop_15w5v_28 ._body_15w5v_50 {
|
588
|
-
padding: 30px 47px 15px 47px;
|
589
|
-
}
|
590
|
-
|
591
|
-
._logo_15w5v_62 {
|
592
|
-
width: 100px;
|
593
|
-
height: 60px;
|
594
|
-
background: #eee center;
|
595
|
-
}
|
596
|
-
|
597
|
-
._text_15w5v_68 {
|
598
|
-
margin: auto 0;
|
599
|
-
}
|
600
|
-
|
601
|
-
._button_15w5v_72 {
|
602
|
-
border-radius: 8px;
|
603
|
-
padding: 0 15px;
|
604
|
-
font-size: 24px;
|
605
|
-
background-color: #ffbc00;
|
606
|
-
margin-bottom: 12px;
|
607
|
-
display: flex;
|
608
|
-
align-items: center;
|
609
|
-
justify-content: center;
|
610
|
-
width: 100%;
|
611
|
-
}
|
612
|
-
._desktop_15w5v_28 ._button_15w5v_72 {
|
613
|
-
width: 70%;
|
614
|
-
}
|
615
|
-
|
616
|
-
._legal_15w5v_87 {
|
617
|
-
font-size: 9px;
|
618
|
-
color: #333;
|
619
|
-
padding: 0 10px;
|
620
|
-
text-align: center;
|
621
|
-
width: 100%;
|
622
|
-
line-height: 1.2;
|
623
|
-
}
|
624
|
-
._desktop_15w5v_28 ._legal_15w5v_87 {
|
625
|
-
width: 70%;
|
626
|
-
}._root_2ic16_1 {
|
627
|
-
font-size: 20px;
|
628
|
-
color: #333;
|
629
|
-
--accent-color: #f00;
|
630
|
-
--accent-size: 20px;
|
631
|
-
--font-family: Roboto, sans-serif;
|
632
|
-
}
|
633
|
-
._root_2ic16_1 span {
|
634
|
-
font-family: var(--font-family);
|
635
|
-
color: var(--accent-color);
|
636
|
-
font-size: var(--accent-size);
|
637
|
-
}._root_1ifs0_1 {
|
638
|
-
position: relative;
|
639
|
-
}
|
640
|
-
|
641
|
-
._content_1ifs0_5 {
|
642
|
-
width: 280px;
|
643
|
-
overflow: hidden;
|
644
|
-
border-radius: 10px;
|
645
|
-
background-color: #fff;
|
646
|
-
padding: 15px 10px;
|
647
|
-
display: flex;
|
648
|
-
flex-direction: column;
|
649
|
-
justify-content: center;
|
650
|
-
height: 100%;
|
651
|
-
position: relative;
|
652
|
-
}
|
653
|
-
|
654
|
-
._desktop_1ifs0_18 {
|
655
|
-
width: 1000px;
|
656
|
-
padding: 30px 20px;
|
657
|
-
}
|
658
|
-
|
659
|
-
._overlay_1ifs0_23 {
|
660
|
-
position: fixed;
|
661
|
-
inset: 0;
|
662
|
-
background-color: rgba(0, 0, 0, 0.65);
|
663
|
-
}
|
664
|
-
|
665
|
-
._close_1ifs0_29 {
|
666
|
-
position: absolute;
|
667
|
-
top: 15px;
|
668
|
-
right: 15px;
|
669
|
-
color: #cbcdd3;
|
670
|
-
}
|
671
|
-
|
672
|
-
._title_1ifs0_36 {
|
673
|
-
text-transform: uppercase;
|
674
|
-
margin-bottom: 20px;
|
675
|
-
font-weight: bold;
|
676
|
-
font-size: 11px;
|
677
|
-
font-style: normal;
|
678
|
-
color: #333;
|
679
|
-
text-align: center;
|
680
|
-
line-height: 1.2;
|
681
|
-
}
|
682
|
-
._desktop_1ifs0_18 ._title_1ifs0_36 {
|
683
|
-
margin-bottom: 70px;
|
684
|
-
font-size: 26px;
|
685
|
-
}
|
686
|
-
|
687
|
-
._wrapper_1ifs0_51 {
|
688
|
-
display: flex;
|
689
|
-
flex-direction: column;
|
690
|
-
justify-content: center;
|
691
|
-
gap: 15px;
|
692
|
-
}
|
693
|
-
._desktop_1ifs0_18 ._wrapper_1ifs0_51 {
|
694
|
-
flex-direction: initial;
|
695
|
-
gap: 25px;
|
696
|
-
}._root_1ska4_1 {
|
697
|
-
text-align: center;
|
698
|
-
background-color: #f7f7f7;
|
699
|
-
overflow: hidden;
|
700
|
-
border-radius: 10px;
|
701
|
-
width: 265px;
|
702
|
-
display: block;
|
703
|
-
}
|
704
|
-
|
705
|
-
._desktop_1ska4_10 {
|
706
|
-
height: 300px;
|
707
|
-
width: 300px;
|
708
|
-
}
|
709
|
-
|
710
|
-
._header_1ska4_15 {
|
711
|
-
display: none;
|
712
|
-
background-color: #eee;
|
713
|
-
height: 49px;
|
714
|
-
align-items: center;
|
715
|
-
justify-content: center;
|
716
|
-
}
|
717
|
-
._desktop_1ska4_10 ._header_1ska4_15 {
|
718
|
-
display: flex;
|
719
|
-
}
|
720
|
-
|
721
|
-
._logo_1ska4_26 {
|
722
|
-
width: 60px;
|
723
|
-
background-color: #dbdbdb;
|
724
|
-
height: 40px;
|
725
|
-
background-position: center;
|
726
|
-
}
|
727
|
-
|
728
|
-
._container_1ska4_33 {
|
729
|
-
display: flex;
|
730
|
-
flex-direction: column;
|
731
|
-
padding: 10px;
|
732
|
-
}
|
733
|
-
._desktop_1ska4_10 ._container_1ska4_33 {
|
734
|
-
padding: 0 16px 12px 16px;
|
735
|
-
justify-content: space-between;
|
736
|
-
height: calc(100% - 50px);
|
737
|
-
}
|
738
|
-
|
739
|
-
._body_1ska4_44 {
|
740
|
-
padding: 11px 10px 9px 10px;
|
741
|
-
display: flex;
|
742
|
-
align-items: center;
|
743
|
-
margin-bottom: 12px;
|
744
|
-
}
|
745
|
-
._desktop_1ska4_10 ._body_1ska4_44 {
|
746
|
-
margin: auto;
|
747
|
-
}
|
748
|
-
._body_1ska4_44 ._logo_1ska4_26 {
|
749
|
-
display: block;
|
750
|
-
margin-right: 12px;
|
751
|
-
}
|
752
|
-
._desktop_1ska4_10 ._body_1ska4_44 ._logo_1ska4_26 {
|
753
|
-
display: none;
|
754
|
-
}
|
755
|
-
|
756
|
-
._text_1ska4_61 {
|
757
|
-
flex: 1;
|
758
|
-
display: block;
|
759
|
-
justify-content: center;
|
760
|
-
align-items: center;
|
761
|
-
white-space: pre-wrap;
|
762
|
-
color: #333;
|
763
|
-
text-align: center;
|
764
|
-
font-size: 16px;
|
765
|
-
--accent-size: 16px;
|
766
|
-
--accent-color: #e23333;
|
767
|
-
--font-family: Roboto, sans-serif;
|
768
|
-
}
|
769
|
-
._text_1ska4_61 span {
|
770
|
-
font-family: var(--font-family);
|
771
|
-
color: var(--accent-color);
|
772
|
-
font-size: var(--accent-size);
|
773
|
-
}
|
774
|
-
._desktop_1ska4_10 ._text_1ska4_61 {
|
775
|
-
font-size: 22px;
|
776
|
-
--accent-size: 22px;
|
777
|
-
}
|
778
|
-
|
779
|
-
._button_1ska4_84 {
|
780
|
-
display: inline-flex;
|
781
|
-
align-items: center;
|
782
|
-
justify-content: center;
|
783
|
-
padding: 10px 15px;
|
784
|
-
margin-bottom: 10px;
|
785
|
-
font-size: 12px;
|
786
|
-
color: #333;
|
787
|
-
background-color: #eee;
|
788
|
-
border-radius: 8px;
|
789
|
-
width: 100%;
|
790
|
-
}
|
791
|
-
._desktop_1ska4_10 ._button_1ska4_84 {
|
792
|
-
margin-bottom: 12px;
|
793
|
-
width: initial;
|
794
|
-
font-size: 16px;
|
795
|
-
}
|
796
|
-
|
797
|
-
._legal_1ska4_102 {
|
798
|
-
overflow-y: auto;
|
799
|
-
padding: 0 4px;
|
800
|
-
height: 15px;
|
801
|
-
font-size: 9px;
|
802
|
-
color: #333;
|
803
|
-
}
|
804
|
-
._desktop_1ska4_10 ._legal_1ska4_102 {
|
805
|
-
height: 20px;
|
806
|
-
}
|
807
|
-
|
808
|
-
._legal_1ska4_102::-webkit-scrollbar {
|
809
|
-
width: 4px;
|
810
|
-
background: #E5E6E9;
|
811
|
-
border-radius: 5px;
|
812
|
-
}
|
813
|
-
|
814
|
-
._legal_1ska4_102::-webkit-scrollbar-track {
|
815
|
-
border-radius: 5px;
|
816
|
-
}
|
817
|
-
|
818
|
-
._legal_1ska4_102::-webkit-scrollbar-thumb {
|
819
|
-
background: #7E8392;
|
820
|
-
border-radius: 5px;
|
821
|
-
}._root_14xbh_1 {
|
822
|
-
position: absolute;
|
823
|
-
inset: 0;
|
824
|
-
display: flex;
|
825
|
-
align-items: center;
|
826
|
-
justify-content: center;
|
827
|
-
z-index: 1000;
|
828
|
-
overflow: auto;
|
829
|
-
}
|
830
|
-
|
831
|
-
._content_14xbh_11 {
|
832
|
-
overflow: hidden;
|
833
|
-
border-radius: 10px;
|
834
|
-
background-color: #fff;
|
835
|
-
display: block;
|
836
|
-
position: relative;
|
837
|
-
}
|
838
|
-
|
839
|
-
._close_14xbh_19 {
|
840
|
-
position: absolute;
|
841
|
-
top: 15px;
|
842
|
-
right: 15px;
|
843
|
-
color: #cbcdd3;
|
844
|
-
cursor: pointer;
|
845
|
-
}
|
846
|
-
|
847
|
-
._overlay_14xbh_27 {
|
848
|
-
position: fixed;
|
849
|
-
inset: 0;
|
850
|
-
background-color: rgba(0, 0, 0, 0.65);
|
851
|
-
}
|
852
|
-
|
853
|
-
._body_14xbh_33 {
|
854
|
-
width: 300px;
|
855
|
-
min-height: 500px;
|
856
|
-
padding: 25px 10px 12px 10px;
|
857
|
-
display: flex;
|
858
|
-
flex-direction: column;
|
859
|
-
justify-content: flex-end;
|
860
|
-
align-items: center;
|
861
|
-
height: 100%;
|
862
|
-
}
|
863
|
-
._desktop_14xbh_43 ._body_14xbh_33 {
|
864
|
-
padding: 30px 47px 15px 47px;
|
865
|
-
min-height: 500px;
|
866
|
-
width: 1000px;
|
867
|
-
}
|
868
|
-
._laptop_14xbh_48 ._body_14xbh_33, ._tablet_14xbh_48 ._body_14xbh_33 {
|
869
|
-
width: 410px;
|
870
|
-
min-height: 680px;
|
871
|
-
}
|
872
|
-
|
873
|
-
._head_14xbh_53 {
|
874
|
-
display: flex;
|
875
|
-
align-items: center;
|
876
|
-
flex-direction: column-reverse;
|
877
|
-
margin-bottom: 10px;
|
878
|
-
}
|
879
|
-
._desktop_14xbh_43 ._head_14xbh_53 {
|
880
|
-
flex-direction: initial;
|
881
|
-
}
|
882
|
-
|
883
|
-
._title_14xbh_63 {
|
884
|
-
font-size: 23px;
|
885
|
-
text-transform: uppercase;
|
886
|
-
margin-top: 10px;
|
887
|
-
color: #333;
|
888
|
-
font-weight: bold;
|
889
|
-
}
|
890
|
-
._desktop_14xbh_43 ._title_14xbh_63 {
|
891
|
-
font-size: 36px;
|
892
|
-
margin-right: 32px;
|
893
|
-
margin-bottom: initial;
|
894
|
-
}
|
895
|
-
|
896
|
-
._logo_14xbh_76 {
|
897
|
-
width: 100px;
|
898
|
-
height: 60px;
|
899
|
-
background: #eee;
|
900
|
-
}
|
901
|
-
|
902
|
-
._wrapper_14xbh_82 {
|
903
|
-
margin: auto 0;
|
904
|
-
display: flex;
|
905
|
-
flex-direction: column;
|
906
|
-
width: 100%;
|
907
|
-
}
|
908
|
-
|
909
|
-
._text_14xbh_89 {
|
910
|
-
font-size: 20px;
|
911
|
-
color: #333;
|
912
|
-
margin-bottom: 15px;
|
913
|
-
width: 100%;
|
914
|
-
text-align: center;
|
915
|
-
--accent-color: #f0f;
|
916
|
-
--font-family: Roboto, sans-serif;
|
917
|
-
}
|
918
|
-
._text_14xbh_89 span {
|
919
|
-
font-family: var(--font-family);
|
920
|
-
color: var(--accent-color);
|
921
|
-
font-size: var(--accent-size);
|
922
|
-
}
|
923
|
-
|
924
|
-
._button_14xbh_104 {
|
925
|
-
display: flex;
|
926
|
-
align-items: center;
|
927
|
-
width: 100%;
|
928
|
-
text-transform: uppercase;
|
929
|
-
margin-bottom: 10px;
|
930
|
-
flex-direction: column;
|
931
|
-
border-radius: 4px;
|
932
|
-
overflow: hidden;
|
933
|
-
}
|
934
|
-
._desktop_14xbh_43 ._button_14xbh_104 {
|
935
|
-
flex-direction: initial;
|
936
|
-
width: 80%;
|
937
|
-
}
|
938
|
-
|
939
|
-
._buttonHead_14xbh_119 {
|
940
|
-
display: flex;
|
941
|
-
align-items: center;
|
942
|
-
height: 42px;
|
943
|
-
background-color: #e6aa00;
|
944
|
-
color: #333;
|
945
|
-
font-size: 22px;
|
946
|
-
padding: 0 20px;
|
947
|
-
white-space: nowrap;
|
948
|
-
width: 100%;
|
949
|
-
justify-content: center;
|
950
|
-
}
|
951
|
-
._desktop_14xbh_43 ._buttonHead_14xbh_119 {
|
952
|
-
height: 55px;
|
953
|
-
width: initial;
|
954
|
-
flex-direction: initial;
|
955
|
-
font-size: 31px;
|
956
|
-
}
|
957
|
-
|
958
|
-
._buttonTarget_14xbh_138 {
|
959
|
-
display: flex;
|
960
|
-
align-items: center;
|
961
|
-
height: 35px;
|
962
|
-
background-color: #ffbc00;
|
963
|
-
color: #333;
|
964
|
-
font-size: 16px;
|
965
|
-
padding: 0 15px;
|
966
|
-
width: 100%;
|
967
|
-
justify-content: center;
|
968
|
-
}
|
969
|
-
._desktop_14xbh_43 ._buttonTarget_14xbh_138 {
|
970
|
-
height: 55px;
|
971
|
-
font-size: 31px;
|
972
|
-
}
|
973
|
-
|
974
|
-
._legal_14xbh_154 {
|
975
|
-
font-size: 9px;
|
976
|
-
color: #333;
|
977
|
-
padding: 0 10px;
|
978
|
-
text-align: center;
|
979
|
-
width: 100%;
|
980
|
-
line-height: 1.2;
|
981
|
-
}
|
982
|
-
._desktop_14xbh_43 ._legal_14xbh_154 {
|
983
|
-
width: 70%;
|
984
|
-
}._root_14sq5_1 {
|
985
|
-
padding: 10px;
|
986
|
-
display: flex;
|
987
|
-
align-items: center;
|
988
|
-
width: 100%;
|
989
|
-
}
|
990
|
-
|
991
|
-
._left_14sq5_8 {
|
992
|
-
padding-right: 15px;
|
993
|
-
display: none;
|
994
|
-
align-items: center;
|
995
|
-
border-right: 1px solid #333;
|
996
|
-
flex: 1;
|
997
|
-
}
|
998
|
-
._desktop_14sq5_15 ._left_14sq5_8 {
|
999
|
-
display: flex;
|
1000
|
-
}
|
1001
|
-
|
1002
|
-
._teams_14sq5_19 {
|
1003
|
-
margin-right: 30px;
|
1004
|
-
display: flex;
|
1005
|
-
align-items: center;
|
1006
|
-
}
|
1007
|
-
|
1008
|
-
._logo_14sq5_25 {
|
1009
|
-
width: 50px;
|
1010
|
-
height: 50px;
|
1011
|
-
background-color: #eee;
|
1012
|
-
background-position: center;
|
1013
|
-
}
|
1014
|
-
|
1015
|
-
._league_14sq5_32 {
|
1016
|
-
font-size: 15px;
|
1017
|
-
color: #333;
|
1018
|
-
}
|
1019
|
-
|
1020
|
-
._name_14sq5_37 {
|
1021
|
-
font-size: 18px;
|
1022
|
-
font-weight: bold;
|
1023
|
-
color: #333;
|
1024
|
-
}
|
1025
|
-
|
1026
|
-
._right_14sq5_43 {
|
1027
|
-
padding: 0 10px;
|
1028
|
-
width: 100%;
|
1029
|
-
display: flex;
|
1030
|
-
}
|
1031
|
-
._desktop_14sq5_15 ._right_14sq5_43 {
|
1032
|
-
align-items: center;
|
1033
|
-
padding: 0 30px;
|
1034
|
-
width: 30%;
|
1035
|
-
}
|
1036
|
-
|
1037
|
-
._odd_14sq5_54 {
|
1038
|
-
display: flex;
|
1039
|
-
align-items: center;
|
1040
|
-
flex-direction: column;
|
1041
|
-
flex: 1;
|
1042
|
-
}
|
1043
|
-
._desktop_14sq5_15 ._odd_14sq5_54 {
|
1044
|
-
flex-direction: row;
|
1045
|
-
flex: initial;
|
1046
|
-
justify-content: space-between;
|
1047
|
-
width: 100%;
|
1048
|
-
}
|
1049
|
-
|
1050
|
-
._oddLabel_14sq5_67 {
|
1051
|
-
font-size: 13px;
|
1052
|
-
color: #333;
|
1053
|
-
}
|
1054
|
-
._desktop_14sq5_15 ._oddLabel_14sq5_67 {
|
1055
|
-
font-size: 19px;
|
1056
|
-
margin-right: 15px;
|
1057
|
-
}
|
1058
|
-
|
1059
|
-
._oddValue_14sq5_76 {
|
1060
|
-
padding: 3px 10px;
|
1061
|
-
background-color: #ffbc00;
|
1062
|
-
border-radius: 2px;
|
1063
|
-
font-size: 13px;
|
1064
|
-
color: #333;
|
1065
|
-
margin-top: 3px;
|
1066
|
-
}
|
1067
|
-
._desktop_14sq5_15 ._oddValue_14sq5_76 {
|
1068
|
-
font-size: 19px;
|
1069
|
-
padding: 3px 20px;
|
1070
|
-
margin-top: initial;
|
1071
|
-
}
|
1072
|
-
|
1073
|
-
._team_14sq5_19 {
|
1074
|
-
display: flex;
|
1075
|
-
flex-direction: column;
|
1076
|
-
align-items: center;
|
1077
|
-
width: 30%;
|
1078
|
-
}
|
1079
|
-
._desktop_14sq5_15 ._team_14sq5_19 {
|
1080
|
-
display: none;
|
1081
|
-
}
|
1082
|
-
|
1083
|
-
._teamLogo_14sq5_100 {
|
1084
|
-
width: 34px;
|
1085
|
-
height: 34px;
|
1086
|
-
background-color: #eee;
|
1087
|
-
}
|
1088
|
-
|
1089
|
-
._teamName_14sq5_106 {
|
1090
|
-
font-size: 11px;
|
1091
|
-
text-transform: uppercase;
|
1092
|
-
}._root_1slvw_1 {
|
1093
|
-
min-height: 100px;
|
1094
|
-
width: 350px;
|
1095
|
-
overflow: hidden;
|
1096
|
-
display: flex;
|
1097
|
-
flex-direction: column;
|
1098
|
-
justify-content: space-between;
|
1099
|
-
padding: 0 10px 5px;
|
1100
|
-
position: relative;
|
1101
|
-
border-style: solid;
|
1102
|
-
border-radius: 10px;
|
1103
|
-
border-width: 1px;
|
1104
|
-
border-color: #76a963;
|
1105
|
-
margin-bottom: 15px;
|
1106
|
-
}
|
1107
|
-
._root_1slvw_1:last-child {
|
1108
|
-
margin-bottom: 0;
|
1109
|
-
}
|
1110
|
-
|
1111
|
-
._background_1slvw_20 {
|
1112
|
-
position: absolute;
|
1113
|
-
top: 0;
|
1114
|
-
bottom: 0;
|
1115
|
-
right: 0;
|
1116
|
-
left: 0;
|
1117
|
-
background-color: #fff;
|
1118
|
-
}
|
1119
|
-
|
1120
|
-
._body_1slvw_29 {
|
1121
|
-
display: flex;
|
1122
|
-
padding: 5px 0;
|
1123
|
-
width: 100%;
|
1124
|
-
justify-content: space-between;
|
1125
|
-
align-items: center;
|
1126
|
-
box-sizing: content-box;
|
1127
|
-
position: relative;
|
1128
|
-
}
|
1129
|
-
|
1130
|
-
._bookmaker_1slvw_39 {
|
1131
|
-
margin-right: 10px;
|
1132
|
-
color: #7e8392;
|
1133
|
-
font-size: 12px;
|
1134
|
-
line-height: 16px;
|
1135
|
-
}
|
1136
|
-
|
1137
|
-
._button_1slvw_46 {
|
1138
|
-
border-radius: 10px;
|
1139
|
-
font-size: 12px;
|
1140
|
-
line-height: 16px;
|
1141
|
-
font-weight: 700;
|
1142
|
-
text-transform: uppercase;
|
1143
|
-
text-align: center;
|
1144
|
-
cursor: pointer;
|
1145
|
-
padding: 7px 15px;
|
1146
|
-
background: #76a963;
|
1147
|
-
color: #fff;
|
1148
|
-
border-style: solid;
|
1149
|
-
}
|
1150
|
-
|
1151
|
-
._rowFirst_1slvw_60 {
|
1152
|
-
color: #333;
|
1153
|
-
font-size: 14px;
|
1154
|
-
line-height: 1.2;
|
1155
|
-
}
|
1156
|
-
|
1157
|
-
._rowSecond_1slvw_66 {
|
1158
|
-
color: #333;
|
1159
|
-
font-size: 12px;
|
1160
|
-
line-height: 1.2;
|
1161
|
-
}
|
1162
|
-
|
1163
|
-
._legal_1slvw_72 {
|
1164
|
-
position: relative;
|
1165
|
-
display: flex;
|
1166
|
-
width: calc(100% + 12px);
|
1167
|
-
min-height: 18px;
|
1168
|
-
left: -6px;
|
1169
|
-
right: 4px;
|
1170
|
-
z-index: 2;
|
1171
|
-
padding: 3px 5px;
|
1172
|
-
color: rgb(126, 131, 146);
|
1173
|
-
background-color: rgb(250, 250, 250);
|
1174
|
-
border-radius: 10px;
|
1175
|
-
font-size: 12px;
|
1176
|
-
line-height: 16px;
|
1177
|
-
}
|
1178
|
-
|
1179
|
-
._legalText_1slvw_88 {
|
1180
|
-
overflow: hidden;
|
1181
|
-
display: inline-block;
|
1182
|
-
margin: 0;
|
1183
|
-
-webkit-line-clamp: 1;
|
1184
|
-
display: -webkit-box;
|
1185
|
-
-webkit-box-orient: vertical;
|
1186
|
-
text-overflow: ellipsis;
|
1187
|
-
padding-right: 25px;
|
1188
|
-
}
|
1189
|
-
._legalOpen_1slvw_98 ._legalText_1slvw_88 {
|
1190
|
-
display: block;
|
1191
|
-
text-align: left;
|
1192
|
-
}
|
1193
|
-
|
1194
|
-
._legalButton_1slvw_103 {
|
1195
|
-
cursor: pointer;
|
1196
|
-
text-decoration: underline;
|
1197
|
-
position: absolute;
|
1198
|
-
right: 4px;
|
1199
|
-
bottom: 4px;
|
1200
|
-
}
|
1201
|
-
._legalOpen_1slvw_98 ._legalButton_1slvw_103 {
|
1202
|
-
position: static;
|
1203
|
-
}._root_a3kem_1 {
|
1204
|
-
position: relative;
|
1205
|
-
z-index: 1;
|
1206
|
-
overflow: hidden;
|
1207
|
-
font-weight: 400;
|
1208
|
-
padding: 0 15px;
|
1209
|
-
height: 80px;
|
1210
|
-
width: 100%;
|
1211
|
-
background: #fff;
|
1212
|
-
display: block;
|
1213
|
-
}
|
1214
|
-
|
1215
|
-
._desktop_a3kem_13,
|
1216
|
-
._laptop_a3kem_14 {
|
1217
|
-
padding: 0 50px;
|
1218
|
-
}
|
1219
|
-
|
1220
|
-
._promotion_a3kem_18 {
|
1221
|
-
position: absolute;
|
1222
|
-
bottom: 0;
|
1223
|
-
left: 0;
|
1224
|
-
color: #fff;
|
1225
|
-
background-color: #333;
|
1226
|
-
font-size: 7px;
|
1227
|
-
padding: 2px 6px;
|
1228
|
-
border-top-right-radius: 4px;
|
1229
|
-
}
|
1230
|
-
._desktop_a3kem_13 ._promotion_a3kem_18, ._laptop_a3kem_14 ._promotion_a3kem_18 {
|
1231
|
-
border-top-left-radius: 4px;
|
1232
|
-
left: initial;
|
1233
|
-
right: 0;
|
1234
|
-
}
|
1235
|
-
|
1236
|
-
._background_a3kem_34 {
|
1237
|
-
position: absolute;
|
1238
|
-
left: 0;
|
1239
|
-
right: 0;
|
1240
|
-
top: 0;
|
1241
|
-
bottom: 0;
|
1242
|
-
z-index: -1;
|
1243
|
-
}
|
1244
|
-
|
1245
|
-
._content_a3kem_43 {
|
1246
|
-
margin: auto;
|
1247
|
-
height: 100%;
|
1248
|
-
display: grid;
|
1249
|
-
grid-gap: 10px;
|
1250
|
-
grid-template-rows: minmax(0, 1fr);
|
1251
|
-
grid-template-columns: minmax(0, 1fr) auto;
|
1252
|
-
align-items: center;
|
1253
|
-
max-width: 1300px;
|
1254
|
-
}
|
1255
|
-
._desktop_a3kem_13 ._content_a3kem_43, ._laptop_a3kem_14 ._content_a3kem_43 {
|
1256
|
-
grid-template-columns: auto minmax(0, 1fr) auto;
|
1257
|
-
}
|
1258
|
-
._variant2_a3kem_56 ._content_a3kem_43 {
|
1259
|
-
grid-template-columns: minmax(0, 1fr) auto;
|
1260
|
-
}
|
1261
|
-
|
1262
|
-
._logo_a3kem_60 {
|
1263
|
-
background-size: contain;
|
1264
|
-
background-position: center;
|
1265
|
-
background-repeat: no-repeat;
|
1266
|
-
height: 35px;
|
1267
|
-
width: 100px;
|
1268
|
-
background-color: #eee;
|
1269
|
-
}
|
1270
|
-
._variant2_a3kem_56 ._logo_a3kem_60 {
|
1271
|
-
display: none;
|
1272
|
-
}
|
1273
|
-
|
1274
|
-
._left_a3kem_72 {
|
1275
|
-
width: 200px;
|
1276
|
-
height: 100%;
|
1277
|
-
align-items: center;
|
1278
|
-
justify-content: center;
|
1279
|
-
display: none;
|
1280
|
-
}
|
1281
|
-
._desktop_a3kem_13 ._left_a3kem_72, ._laptop_a3kem_14 ._left_a3kem_72 {
|
1282
|
-
display: flex;
|
1283
|
-
}
|
1284
|
-
._variant2_a3kem_56 ._left_a3kem_72 {
|
1285
|
-
display: none;
|
1286
|
-
}
|
1287
|
-
|
1288
|
-
._center_a3kem_86 {
|
1289
|
-
position: relative;
|
1290
|
-
z-index: 1;
|
1291
|
-
height: 100%;
|
1292
|
-
}
|
1293
|
-
|
1294
|
-
._slide_a3kem_92 {
|
1295
|
-
position: absolute;
|
1296
|
-
left: 0;
|
1297
|
-
top: 0;
|
1298
|
-
right: 0;
|
1299
|
-
bottom: 0;
|
1300
|
-
opacity: 0;
|
1301
|
-
animation-timing-function: ease-in;
|
1302
|
-
animation-duration: 3s;
|
1303
|
-
}
|
1304
|
-
._slide_a3kem_92:only-child {
|
1305
|
-
animation: none;
|
1306
|
-
opacity: 1;
|
1307
|
-
}
|
1308
|
-
._slide_animated_default_a3kem_106 {
|
1309
|
-
animation-name: _fade-in-out_a3kem_1;
|
1310
|
-
}
|
1311
|
-
._slide_animated_bottom-top_a3kem_109 {
|
1312
|
-
animation-name: _fade-in-bottom-out-top_a3kem_1;
|
1313
|
-
}
|
1314
|
-
._slide_animated_top-bottom_a3kem_112 {
|
1315
|
-
animation-name: _fade-in-bottom-out-top_a3kem_1;
|
1316
|
-
}
|
1317
|
-
|
1318
|
-
._right_a3kem_116 {
|
1319
|
-
display: flex;
|
1320
|
-
flex-direction: column;
|
1321
|
-
align-items: center;
|
1322
|
-
justify-content: center;
|
1323
|
-
height: 100%;
|
1324
|
-
}
|
1325
|
-
._right_a3kem_116 ._logo_a3kem_60 {
|
1326
|
-
display: block;
|
1327
|
-
max-height: 35px;
|
1328
|
-
}
|
1329
|
-
._desktop_a3kem_13 ._right_a3kem_116 ._logo_a3kem_60, ._laptop_a3kem_14 ._right_a3kem_116 ._logo_a3kem_60, ._variant2_a3kem_56 ._right_a3kem_116 ._logo_a3kem_60 {
|
1330
|
-
display: none;
|
1331
|
-
}
|
1332
|
-
|
1333
|
-
._buttonWrapper_a3kem_131 {
|
1334
|
-
margin-top: 7px;
|
1335
|
-
}
|
1336
|
-
._buttonWrapper_a3kem_131:before {
|
1337
|
-
z-index: 2;
|
1338
|
-
display: block;
|
1339
|
-
content: "";
|
1340
|
-
position: absolute;
|
1341
|
-
left: 0;
|
1342
|
-
top: 0;
|
1343
|
-
bottom: 0;
|
1344
|
-
right: 0;
|
1345
|
-
transform: none;
|
1346
|
-
}
|
1347
|
-
._desktop_a3kem_13 ._buttonWrapper_a3kem_131, ._laptop_a3kem_14 ._buttonWrapper_a3kem_131 {
|
1348
|
-
margin-top: 0;
|
1349
|
-
}
|
1350
|
-
|
1351
|
-
._button_a3kem_131 {
|
1352
|
-
background-color: #ff6a13;
|
1353
|
-
border-radius: 20px;
|
1354
|
-
color: #fff;
|
1355
|
-
font-weight: bold;
|
1356
|
-
font-size: 10px;
|
1357
|
-
text-transform: uppercase;
|
1358
|
-
white-space: nowrap;
|
1359
|
-
display: block;
|
1360
|
-
text-align: center;
|
1361
|
-
padding: 5px 15px;
|
1362
|
-
transition: filter 250ms;
|
1363
|
-
}
|
1364
|
-
._button_animated_a3kem_162 {
|
1365
|
-
animation: _increase_a3kem_1 3s infinite;
|
1366
|
-
}
|
1367
|
-
._desktop_a3kem_13 ._button_a3kem_131, ._laptop_a3kem_14 ._button_a3kem_131 {
|
1368
|
-
margin-top: 0;
|
1369
|
-
padding: 10px 35px;
|
1370
|
-
}
|
1371
|
-
._variant2_a3kem_56 ._button_a3kem_131 {
|
1372
|
-
display: flex;
|
1373
|
-
align-items: center;
|
1374
|
-
padding: 2px 12px 2px 2px;
|
1375
|
-
}
|
1376
|
-
._button_a3kem_131 ._logo_a3kem_60 {
|
1377
|
-
display: none;
|
1378
|
-
width: 35px;
|
1379
|
-
height: 35px;
|
1380
|
-
border-radius: 30px;
|
1381
|
-
margin-right: 10px;
|
1382
|
-
}
|
1383
|
-
._variant2_a3kem_56 ._button_a3kem_131 ._logo_a3kem_60 {
|
1384
|
-
display: block;
|
1385
|
-
}
|
1386
|
-
|
1387
|
-
@keyframes _fade-in-out_a3kem_1 {
|
1388
|
-
0% {
|
1389
|
-
opacity: 0;
|
1390
|
-
}
|
1391
|
-
5% {
|
1392
|
-
opacity: 1;
|
1393
|
-
}
|
1394
|
-
95% {
|
1395
|
-
opacity: 1;
|
1396
|
-
}
|
1397
|
-
100% {
|
1398
|
-
opacity: 0;
|
1399
|
-
}
|
1400
|
-
}
|
1401
|
-
@keyframes _fade-in-bottom-out-top_a3kem_1 {
|
1402
|
-
0% {
|
1403
|
-
opacity: 0;
|
1404
|
-
transform: translateY(100%);
|
1405
|
-
}
|
1406
|
-
10% {
|
1407
|
-
transform: translateY(0);
|
1408
|
-
opacity: 1;
|
1409
|
-
}
|
1410
|
-
90% {
|
1411
|
-
transform: translateY(0);
|
1412
|
-
opacity: 1;
|
1413
|
-
}
|
1414
|
-
100% {
|
1415
|
-
transform: translateY(-100%);
|
1416
|
-
opacity: 0;
|
1417
|
-
}
|
1418
|
-
}
|
1419
|
-
@keyframes _fade-in-top-out-bottom_a3kem_1 {
|
1420
|
-
0% {
|
1421
|
-
opacity: 0;
|
1422
|
-
transform: translateY(-100%);
|
1423
|
-
}
|
1424
|
-
10% {
|
1425
|
-
transform: translateY(0);
|
1426
|
-
opacity: 1;
|
1427
|
-
}
|
1428
|
-
90% {
|
1429
|
-
transform: translateY(0);
|
1430
|
-
opacity: 1;
|
1431
|
-
}
|
1432
|
-
100% {
|
1433
|
-
transform: translateY(100%);
|
1434
|
-
opacity: 0;
|
1435
|
-
}
|
1436
|
-
}
|
1437
|
-
@keyframes _increase_a3kem_1 {
|
1438
|
-
0% {
|
1439
|
-
-webkit-transform: scale(1) translateZ(0);
|
1440
|
-
-moz-transform: scale(1) translateZ(0);
|
1441
|
-
transform: scale(1) translateZ(0);
|
1442
|
-
}
|
1443
|
-
10%, 30% {
|
1444
|
-
-webkit-transform: scale(0.85) translateZ(0);
|
1445
|
-
-moz-transform: scale(0.85) translateZ(0);
|
1446
|
-
transform: scale(0.85) translateZ(0);
|
1447
|
-
}
|
1448
|
-
20%, 40% {
|
1449
|
-
-webkit-transform: scale(1) translateZ(0);
|
1450
|
-
-moz-transform: scale(1) translateZ(0);
|
1451
|
-
transform: scale(1) translateZ(0);
|
1452
|
-
}
|
1453
|
-
50% {
|
1454
|
-
-webkit-transform: scale(1) translateZ(0);
|
1455
|
-
-moz-transform: scale(1) translateZ(0);
|
1456
|
-
transform: scale(1) translateZ(0);
|
1457
|
-
}
|
1458
|
-
}._root_1cgtj_1 {
|
1459
|
-
height: 100%;
|
1460
|
-
display: flex;
|
1461
|
-
justify-content: center;
|
1462
|
-
align-items: center;
|
1463
|
-
white-space: pre-wrap;
|
1464
|
-
color: #333;
|
1465
|
-
font-size: 16px;
|
1466
|
-
--accent-color: #ffbc00ff;
|
1467
|
-
--accent-size: 16px;
|
1468
|
-
--font-family: Roboto, sans-serif;
|
1469
|
-
}
|
1470
|
-
._root_1cgtj_1 span {
|
1471
|
-
font-family: var(--font-family);
|
1472
|
-
color: var(--accent-color);
|
1473
|
-
font-size: var(--accent-size);
|
1474
|
-
}
|
1475
|
-
|
1476
|
-
._desktop_1cgtj_19 {
|
1477
|
-
font-size: 22px;
|
1478
|
-
--accent-size: 22px;
|
1479
|
-
}._root_vjs41_1 {
|
1480
|
-
display: grid;
|
1481
|
-
grid-template-columns: repeat(3, 1fr);
|
1482
|
-
height: 100%;
|
1483
|
-
}
|
1484
|
-
|
1485
|
-
._odd_vjs41_7 {
|
1486
|
-
display: flex;
|
1487
|
-
flex-direction: row;
|
1488
|
-
align-items: center;
|
1489
|
-
justify-content: center;
|
1490
|
-
}
|
1491
|
-
|
1492
|
-
._oddReverse_vjs41_14 {
|
1493
|
-
flex-direction: row-reverse;
|
1494
|
-
}
|
1495
|
-
|
1496
|
-
._oddReverse_vjs41_14 ._oddLabel_vjs41_18 {
|
1497
|
-
margin-right: 10px;
|
1498
|
-
}
|
1499
|
-
|
1500
|
-
._oddLabel_vjs41_18 {
|
1501
|
-
display: flex;
|
1502
|
-
align-items: center;
|
1503
|
-
justify-content: center;
|
1504
|
-
color: #000;
|
1505
|
-
font-size: 26px;
|
1506
|
-
}
|
1507
|
-
|
1508
|
-
._oddLogo_vjs41_30 {
|
1509
|
-
width: 35px;
|
1510
|
-
height: 35px;
|
1511
|
-
background-color: #eee;
|
1512
|
-
}
|
1513
|
-
|
1514
|
-
._coef_vjs41_36 {
|
1515
|
-
display: flex;
|
1516
|
-
align-items: center;
|
1517
|
-
justify-content: center;
|
1518
|
-
}
|
1519
|
-
|
1520
|
-
._coefHead_vjs41_42 {
|
1521
|
-
color: #000;
|
1522
|
-
font-size: 26px;
|
1523
|
-
}
|
1524
|
-
|
1525
|
-
._coefValue_vjs41_47 {
|
1526
|
-
color: #000;
|
1527
|
-
font-size: 26px;
|
1528
|
-
margin-left: 10px;
|
1529
|
-
}._root_1va5h_1 {
|
1530
|
-
display: flex;
|
1531
|
-
align-items: center;
|
1532
|
-
justify-content: center;
|
1533
|
-
height: 100%;
|
1534
|
-
}
|
1535
|
-
|
1536
|
-
._title_1va5h_8 {
|
1537
|
-
color: #333;
|
1538
|
-
}
|
1539
|
-
|
1540
|
-
._titleLabel_1va5h_12 {
|
1541
|
-
font-size: 12px;
|
1542
|
-
margin-right: 20px;
|
1543
|
-
}
|
1544
|
-
._tablet_1va5h_16 ._titleLabel_1va5h_12 {
|
1545
|
-
font-size: 16px;
|
1546
|
-
}
|
1547
|
-
._desktop_1va5h_19 ._titleLabel_1va5h_12, ._laptop_1va5h_19 ._titleLabel_1va5h_12 {
|
1548
|
-
font-size: 20px;
|
1549
|
-
}
|
1550
|
-
|
1551
|
-
._titleValue_1va5h_23 {
|
1552
|
-
font-weight: bold;
|
1553
|
-
font-size: 12px;
|
1554
|
-
}
|
1555
|
-
._tablet_1va5h_16 ._titleValue_1va5h_23 {
|
1556
|
-
font-size: 16px;
|
1557
|
-
}
|
1558
|
-
._desktop_1va5h_19 ._titleValue_1va5h_23, ._laptop_1va5h_19 ._titleValue_1va5h_23 {
|
1559
|
-
font-size: 20px;
|
1560
|
-
}
|
1561
|
-
|
1562
|
-
._team_1va5h_34 {
|
1563
|
-
display: flex;
|
1564
|
-
align-items: center;
|
1565
|
-
margin-bottom: 10px;
|
1566
|
-
position: relative;
|
1567
|
-
padding-left: 50px;
|
1568
|
-
}
|
1569
|
-
._desktop_1va5h_19 ._team_1va5h_34, ._laptop_1va5h_19 ._team_1va5h_34 {
|
1570
|
-
padding-left: 65px;
|
1571
|
-
}
|
1572
|
-
._team_1va5h_34:first-child ._teamLogo_1va5h_44 {
|
1573
|
-
top: 50%;
|
1574
|
-
transform: translateY(-40%);
|
1575
|
-
}
|
1576
|
-
._team_1va5h_34:last-child {
|
1577
|
-
margin-bottom: initial;
|
1578
|
-
}
|
1579
|
-
._team_1va5h_34:last-child ._teamLogo_1va5h_44 {
|
1580
|
-
top: 50%;
|
1581
|
-
transform: translateY(-60%);
|
1582
|
-
}
|
1583
|
-
|
1584
|
-
._teamLogo_1va5h_44 {
|
1585
|
-
width: 32px;
|
1586
|
-
height: 32px;
|
1587
|
-
background-color: #eee;
|
1588
|
-
position: absolute;
|
1589
|
-
left: 0;
|
1590
|
-
}
|
1591
|
-
._tablet_1va5h_16 ._teamLogo_1va5h_44 {
|
1592
|
-
width: 38px;
|
1593
|
-
height: 38px;
|
1594
|
-
}
|
1595
|
-
._desktop_1va5h_19 ._teamLogo_1va5h_44, ._laptop_1va5h_19 ._teamLogo_1va5h_44 {
|
1596
|
-
width: 40px;
|
1597
|
-
height: 40px;
|
1598
|
-
}
|
1599
|
-
|
1600
|
-
._teamName_1va5h_72 {
|
1601
|
-
display: none;
|
1602
|
-
font-size: 22px;
|
1603
|
-
font-weight: bold;
|
1604
|
-
color: #333;
|
1605
|
-
margin-right: 45px;
|
1606
|
-
width: 100%;
|
1607
|
-
}
|
1608
|
-
._desktop_1va5h_19 ._teamName_1va5h_72, ._laptop_1va5h_19 ._teamName_1va5h_72 {
|
1609
|
-
display: block;
|
1610
|
-
}
|
1611
|
-
|
1612
|
-
._teamValue_1va5h_84 {
|
1613
|
-
background-color: #3ec70e;
|
1614
|
-
padding: 1px 6px;
|
1615
|
-
font-size: 12px;
|
1616
|
-
font-weight: bold;
|
1617
|
-
color: #fff;
|
1618
|
-
border-radius: 4px;
|
1619
|
-
line-height: 1.2;
|
1620
|
-
}
|
1621
|
-
._tablet_1va5h_16 ._teamValue_1va5h_84 {
|
1622
|
-
font-size: 14px;
|
1623
|
-
}
|
1624
|
-
._desktop_1va5h_19 ._teamValue_1va5h_84, ._laptop_1va5h_19 ._teamValue_1va5h_84 {
|
1625
|
-
font-size: 16px;
|
1626
|
-
padding: 2px 10px;
|
1627
|
-
}
|
1
|
+
._root_24bq9_1{position:relative}._icon_24bq9_5{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background-color:#333;color:#fff;border-radius:50%;cursor:pointer}._iconTarget_24bq9_17{width:17px;height:20px}._body_24bq9_22{position:absolute;left:-30px;top:50px;width:300px;display:none}._bodyOpen_24bq9_30{animation:_simpleGift_in_24bq9_1 .3s;display:block}@keyframes _simpleGift_in_24bq9_1{0%{opacity:0}to{opacity:1}}._close_24bq9_43{position:absolute;top:9px;right:9px;color:#fff;display:flex;align-items:center;cursor:pointer}._close_24bq9_43 svg{width:15px;height:15px}._arrow_24bq9_57{position:absolute;transform:rotate(45deg);height:15px;width:15px;top:-7px;left:38px;background-color:#333;z-index:5}._container_24bq9_68{background-color:#333;padding:10px 10px 4px;border-radius:4px}._inner_24bq9_74{display:flex;align-items:center;margin-bottom:10px;padding-right:30px}._logo_24bq9_81{min-width:60px;height:24px;background-color:#eee;background-position:center}._text_24bq9_88{font-size:17px;line-height:1.2;color:#fff;margin-left:10px;--accent-color: #ffbc00;--accent-size: #fff;--font-family: Roboto, sans-serif}._text_24bq9_88 span{font-family:var(--font-family);color:var(--accent-color);font-size:var(--accent-size)}._button_24bq9_103{font-size:13px;line-height:2;border-radius:4px;text-align:center;background-color:#ffbc00;color:#333}._buttonAnimated_24bq9_112{animation:_increase_24bq9_1 3s infinite}._legalGap_24bq9_116{height:19px;display:none}._legalOpen_24bq9_120 ._legalGap_24bq9_116{display:block}._legal_24bq9_116{position:relative;display:flex;width:calc(100% + 12px);min-height:18px;left:-6px;right:4px;z-index:2;padding:3px 5px;color:#fff;background-color:#333;border-radius:4px;font-size:9px;line-height:11px;margin-top:5px}._legalOpen_24bq9_120 ._legal_24bq9_116{position:absolute;inset:0;z-index:2;padding:4px;width:100%}._legalText_24bq9_148{display:inline-block;margin:0;-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;padding-right:25px}._legalOpen_24bq9_120 ._legalText_24bq9_148{text-align:center;padding-right:0;overflow:auto;display:flex;align-items:center}._legalButton_24bq9_166{cursor:pointer;text-decoration:underline;position:absolute;right:4px;bottom:4px}._legalOpen_24bq9_120 ._legalButton_24bq9_166{position:initial;display:inline-block;margin:0 3px}@keyframes _fadein_24bq9_1{0%,to{opacity:0}50%{opacity:1}}@keyframes _pulse_24bq9_1{0%{transform:scale(1)}to{transform:scale(1.05)}}@keyframes _gradient_24bq9_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes _wiggle_24bq9_1{0%,7%{transform:rotate(0)}15%{transform:rotate(-15deg)}20%{transform:rotate(10deg)}25%{transform:rotate(-10deg)}30%{transform:rotate(6deg)}35%{transform:rotate(-4deg)}40%,to{transform:rotate(0)}}@keyframes _increase_24bq9_1{0%{transform:scale(1) translateZ(0)}10%,30%{transform:scale(.85) translateZ(0)}20%,40%{transform:scale(1) translateZ(0)}50%{transform:scale(1) translateZ(0)}}._root_1hrqs_1{position:relative}._icon_1hrqs_5{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background-color:#333;color:#fff;border-radius:50%;cursor:pointer}._iconTarget_1hrqs_17{width:17px;height:20px}._body_1hrqs_22{position:absolute;left:-30px;top:50px;width:300px;display:none}._desktop_1hrqs_29 ._body_1hrqs_22,._tablet_1hrqs_29 ._body_1hrqs_22,._laptop_1hrqs_29 ._body_1hrqs_22{width:360px}._bodyOpen_1hrqs_33{animation:_complexGift_in_1hrqs_1 .3s;display:block}@keyframes _complexGift_in_1hrqs_1{0%{opacity:0}to{opacity:1}}._arrow_1hrqs_46{position:absolute;transform:rotate(45deg);height:15px;width:15px;top:-7px;left:38px;background-color:#333}._container_1hrqs_56{background-color:#333;border-radius:4px}._promotion_1hrqs_61{position:absolute;top:12px;right:35px;color:#fff;font-size:8px}._close_1hrqs_69{position:absolute;top:9px;right:9px;color:#fff;display:flex;align-items:center;cursor:pointer}._close_1hrqs_69 svg{width:15px;height:15px}._head_1hrqs_83{padding:12px 20px;display:flex;align-items:center;color:#fff}._headIcon_1hrqs_90{width:20px;height:20px;margin-right:10px}._headTitle_1hrqs_96{font-size:16px;line-height:1.2;font-weight:700;width:100%}._inner_1hrqs_103{border-radius:6px;overflow:hidden;padding:0 6px 6px}@keyframes _fadein_1hrqs_1{0%,to{opacity:0}50%{opacity:1}}@keyframes _pulse_1hrqs_1{0%{transform:scale(1)}to{transform:scale(1.05)}}@keyframes _gradient_1hrqs_1{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes _wiggle_1hrqs_1{0%,7%{transform:rotate(0)}15%{transform:rotate(-15deg)}20%{transform:rotate(10deg)}25%{transform:rotate(-10deg)}30%{transform:rotate(6deg)}35%{transform:rotate(-4deg)}40%,to{transform:rotate(0)}}._root_tv8qf_1{padding:6px;background-color:#fff;position:relative;display:block}._root_tv8qf_1:first-child{border-top-left-radius:6px;border-top-right-radius:6px}._root_tv8qf_1:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-bottom:none}._root_tv8qf_1:last-child:after{display:none}._root_tv8qf_1:after{content:"";width:100%;height:1px;background-color:#d8dbe6;position:absolute;left:0;right:0;bottom:0}._body_tv8qf_30{display:flex;align-items:center;position:relative;padding-left:6px;justify-content:space-between}._bodyInner_tv8qf_38{display:flex;align-items:center}._line_tv8qf_43{position:absolute;left:-6px;top:0;bottom:0;width:2px;background-color:#ffb800;border-radius:0 2px 2px 0}._text_tv8qf_53{font-size:12px;line-height:1.2;color:#333;font-weight:700;padding-right:10px;--accent-size: 12px;--accent-color: #ffbc00;--font-family: Roboto, sans-serif}._text_tv8qf_53 span{font-family:var(--font-family);color:var(--accent-color);font-size:var(--accent-size)}._button_tv8qf_69{margin-left:auto;padding:2px;background-color:#ffb800;border-radius:20px;display:flex;align-items:center;font-size:10px;text-transform:uppercase;line-height:2;font-weight:700}._button_tv8qf_69 ._logo_tv8qf_81{width:30px;height:30px;margin-right:initial;display:block}._variant2_tv8qf_87 ._button_tv8qf_69 ._logo_tv8qf_81{display:none}._buttonText_tv8qf_91{padding:0 7px}._logo_tv8qf_81{width:25px;height:25px;border-radius:30px;background-color:#eee;margin-right:10px;display:none;background-position:center}._variant2_tv8qf_87 ._logo_tv8qf_81{display:block}._legal_tv8qf_108{background-color:#eee;padding:2px 5px;height:14px;overflow:auto;margin-top:6px;border-radius:4px;color:#7e8392;font-size:8px}._legal_tv8qf_108::-webkit-scrollbar{width:4px;background:#e5e6e9;border-radius:5px}._legal_tv8qf_108::-webkit-scrollbar-track{border-radius:5px}._legal_tv8qf_108::-webkit-scrollbar-thumb{background:#7e8392;border-radius:5px}._root_15w5v_1{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:1000;overflow:auto}._content_15w5v_11{width:100%;overflow:hidden;border-radius:10px;background-color:#fff;min-height:500px;display:flex}._laptop_15w5v_20,._tablet_15w5v_24{min-height:680px}._desktop_15w5v_28{min-height:500px}._wrapper_15w5v_32{position:relative}._overlay_15w5v_36{position:fixed;inset:0;background-color:#000000a6}._close_15w5v_42{position:absolute;top:15px;right:15px;color:#cbcdd3;cursor:pointer}._body_15w5v_50{padding:25px 10px 12px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;width:100%}._desktop_15w5v_28 ._body_15w5v_50{padding:30px 47px 15px}._logo_15w5v_62{width:100px;height:60px;background:#eee center}._text_15w5v_68{margin:auto 0}._button_15w5v_72{border-radius:8px;padding:0 15px;font-size:24px;background-color:#ffbc00;margin-bottom:12px;display:flex;align-items:center;justify-content:center;width:100%}._desktop_15w5v_28 ._button_15w5v_72{width:70%}._legal_15w5v_87{font-size:9px;color:#333;padding:0 10px;text-align:center;width:100%;line-height:1.2}._desktop_15w5v_28 ._legal_15w5v_87{width:70%}._root_2ic16_1{font-size:20px;color:#333;--accent-color: #f00;--accent-size: 20px;--font-family: Roboto, sans-serif}._root_2ic16_1 span{font-family:var(--font-family);color:var(--accent-color);font-size:var(--accent-size)}._root_1ifs0_1{position:relative}._content_1ifs0_5{width:280px;overflow:hidden;border-radius:10px;background-color:#fff;padding:15px 10px;display:flex;flex-direction:column;justify-content:center;height:100%;position:relative}._desktop_1ifs0_18{width:1000px;padding:30px 20px}._overlay_1ifs0_23{position:fixed;inset:0;background-color:#000000a6}._close_1ifs0_29{position:absolute;top:15px;right:15px;color:#cbcdd3}._title_1ifs0_36{text-transform:uppercase;margin-bottom:20px;font-weight:700;font-size:11px;font-style:normal;color:#333;text-align:center;line-height:1.2}._desktop_1ifs0_18 ._title_1ifs0_36{margin-bottom:70px;font-size:26px}._wrapper_1ifs0_51{display:flex;flex-direction:column;justify-content:center;gap:15px}._desktop_1ifs0_18 ._wrapper_1ifs0_51{flex-direction:initial;gap:25px}._root_1ska4_1{text-align:center;background-color:#f7f7f7;overflow:hidden;border-radius:10px;width:265px;display:block}._desktop_1ska4_10{height:300px;width:300px}._header_1ska4_15{display:none;background-color:#eee;height:49px;align-items:center;justify-content:center}._desktop_1ska4_10 ._header_1ska4_15{display:flex}._logo_1ska4_26{width:60px;background-color:#dbdbdb;height:40px;background-position:center}._container_1ska4_33{display:flex;flex-direction:column;padding:10px}._desktop_1ska4_10 ._container_1ska4_33{padding:0 16px 12px;justify-content:space-between;height:calc(100% - 50px)}._body_1ska4_44{padding:11px 10px 9px;display:flex;align-items:center;margin-bottom:12px}._desktop_1ska4_10 ._body_1ska4_44{margin:auto}._body_1ska4_44 ._logo_1ska4_26{display:block;margin-right:12px}._desktop_1ska4_10 ._body_1ska4_44 ._logo_1ska4_26{display:none}._text_1ska4_61{flex:1;display:block;justify-content:center;align-items:center;white-space:pre-wrap;color:#333;text-align:center;font-size:16px;--accent-size: 16px;--accent-color: #e23333;--font-family: Roboto, sans-serif}._text_1ska4_61 span{font-family:var(--font-family);color:var(--accent-color);font-size:var(--accent-size)}._desktop_1ska4_10 ._text_1ska4_61{font-size:22px;--accent-size: 22px}._button_1ska4_84{display:inline-flex;align-items:center;justify-content:center;padding:10px 15px;margin-bottom:10px;font-size:12px;color:#333;background-color:#eee;border-radius:8px;width:100%}._desktop_1ska4_10 ._button_1ska4_84{margin-bottom:12px;width:initial;font-size:16px}._legal_1ska4_102{overflow-y:auto;padding:0 4px;height:15px;font-size:9px;color:#333}._desktop_1ska4_10 ._legal_1ska4_102{height:20px}._legal_1ska4_102::-webkit-scrollbar{width:4px;background:#E5E6E9;border-radius:5px}._legal_1ska4_102::-webkit-scrollbar-track{border-radius:5px}._legal_1ska4_102::-webkit-scrollbar-thumb{background:#7E8392;border-radius:5px}._root_14xbh_1{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:1000;overflow:auto}._content_14xbh_11{overflow:hidden;border-radius:10px;background-color:#fff;display:block;position:relative}._close_14xbh_19{position:absolute;top:15px;right:15px;color:#cbcdd3;cursor:pointer}._overlay_14xbh_27{position:fixed;inset:0;background-color:#000000a6}._body_14xbh_33{width:300px;min-height:500px;padding:25px 10px 12px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;height:100%}._desktop_14xbh_43 ._body_14xbh_33{padding:30px 47px 15px;min-height:500px;width:1000px}._laptop_14xbh_48 ._body_14xbh_33,._tablet_14xbh_48 ._body_14xbh_33{width:410px;min-height:680px}._head_14xbh_53{display:flex;align-items:center;flex-direction:column-reverse;margin-bottom:10px}._desktop_14xbh_43 ._head_14xbh_53{flex-direction:initial}._title_14xbh_63{font-size:23px;text-transform:uppercase;margin-top:10px;color:#333;font-weight:700}._desktop_14xbh_43 ._title_14xbh_63{font-size:36px;margin-right:32px;margin-bottom:initial}._logo_14xbh_76{width:100px;height:60px;background:#eee}._wrapper_14xbh_82{margin:auto 0;display:flex;flex-direction:column;width:100%}._text_14xbh_89{font-size:20px;color:#333;margin-bottom:15px;width:100%;text-align:center;--accent-color: #f0f;--font-family: Roboto, sans-serif}._text_14xbh_89 span{font-family:var(--font-family);color:var(--accent-color);font-size:var(--accent-size)}._button_14xbh_104{display:flex;align-items:center;width:100%;text-transform:uppercase;margin-bottom:10px;flex-direction:column;border-radius:4px;overflow:hidden}._desktop_14xbh_43 ._button_14xbh_104{flex-direction:initial;width:80%}._buttonHead_14xbh_119{display:flex;align-items:center;height:42px;background-color:#e6aa00;color:#333;font-size:22px;padding:0 20px;white-space:nowrap;width:100%;justify-content:center}._desktop_14xbh_43 ._buttonHead_14xbh_119{height:55px;width:initial;flex-direction:initial;font-size:31px}._buttonTarget_14xbh_138{display:flex;align-items:center;height:35px;background-color:#ffbc00;color:#333;font-size:16px;padding:0 15px;width:100%;justify-content:center}._desktop_14xbh_43 ._buttonTarget_14xbh_138{height:55px;font-size:31px}._legal_14xbh_154{font-size:9px;color:#333;padding:0 10px;text-align:center;width:100%;line-height:1.2}._desktop_14xbh_43 ._legal_14xbh_154{width:70%}._root_14sq5_1{padding:10px;display:flex;align-items:center;width:100%}._left_14sq5_8{padding-right:15px;display:none;align-items:center;border-right:1px solid #333;flex:1}._desktop_14sq5_15 ._left_14sq5_8{display:flex}._teams_14sq5_19{margin-right:30px;display:flex;align-items:center}._logo_14sq5_25{width:50px;height:50px;background-color:#eee;background-position:center}._league_14sq5_32{font-size:15px;color:#333}._name_14sq5_37{font-size:18px;font-weight:700;color:#333}._right_14sq5_43{padding:0 10px;width:100%;display:flex}._desktop_14sq5_15 ._right_14sq5_43{align-items:center;padding:0 30px;width:30%}._odd_14sq5_54{display:flex;align-items:center;flex-direction:column;flex:1}._desktop_14sq5_15 ._odd_14sq5_54{flex-direction:row;flex:initial;justify-content:space-between;width:100%}._oddLabel_14sq5_67{font-size:13px;color:#333}._desktop_14sq5_15 ._oddLabel_14sq5_67{font-size:19px;margin-right:15px}._oddValue_14sq5_76{padding:3px 10px;background-color:#ffbc00;border-radius:2px;font-size:13px;color:#333;margin-top:3px}._desktop_14sq5_15 ._oddValue_14sq5_76{font-size:19px;padding:3px 20px;margin-top:initial}._team_14sq5_19{display:flex;flex-direction:column;align-items:center;width:30%}._desktop_14sq5_15 ._team_14sq5_19{display:none}._teamLogo_14sq5_100{width:34px;height:34px;background-color:#eee}._teamName_14sq5_106{font-size:11px;text-transform:uppercase}._root_1slvw_1{min-height:100px;width:350px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:0 10px 5px;position:relative;border-style:solid;border-radius:10px;border-width:1px;border-color:#76a963;margin-bottom:15px}._root_1slvw_1:last-child{margin-bottom:0}._background_1slvw_20{position:absolute;top:0;bottom:0;right:0;left:0;background-color:#fff}._body_1slvw_29{display:flex;padding:5px 0;width:100%;justify-content:space-between;align-items:center;box-sizing:content-box;position:relative}._bookmaker_1slvw_39{margin-right:10px;color:#7e8392;font-size:12px;line-height:16px}._button_1slvw_46{border-radius:10px;font-size:12px;line-height:16px;font-weight:700;text-transform:uppercase;text-align:center;cursor:pointer;padding:7px 15px;background:#76a963;color:#fff;border-style:solid}._rowFirst_1slvw_60{color:#333;font-size:14px;line-height:1.2}._rowSecond_1slvw_66{color:#333;font-size:12px;line-height:1.2}._legal_1slvw_72{position:relative;display:flex;width:calc(100% + 12px);min-height:18px;left:-6px;right:4px;z-index:2;padding:3px 5px;color:#7e8392;background-color:#fafafa;border-radius:10px;font-size:12px;line-height:16px}._legalText_1slvw_88{overflow:hidden;display:inline-block;margin:0;-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;padding-right:25px}._legalOpen_1slvw_98 ._legalText_1slvw_88{display:block;text-align:left}._legalButton_1slvw_103{cursor:pointer;text-decoration:underline;position:absolute;right:4px;bottom:4px}._legalOpen_1slvw_98 ._legalButton_1slvw_103{position:static}._root_a3kem_1{position:relative;z-index:1;overflow:hidden;font-weight:400;padding:0 15px;height:80px;width:100%;background:#fff;display:block}._desktop_a3kem_13,._laptop_a3kem_14{padding:0 50px}._promotion_a3kem_18{position:absolute;bottom:0;left:0;color:#fff;background-color:#333;font-size:7px;padding:2px 6px;border-top-right-radius:4px}._desktop_a3kem_13 ._promotion_a3kem_18,._laptop_a3kem_14 ._promotion_a3kem_18{border-top-left-radius:4px;left:initial;right:0}._background_a3kem_34{position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1}._content_a3kem_43{margin:auto;height:100%;display:grid;grid-gap:10px;grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr) auto;align-items:center;max-width:1300px}._desktop_a3kem_13 ._content_a3kem_43,._laptop_a3kem_14 ._content_a3kem_43{grid-template-columns:auto minmax(0,1fr) auto}._variant2_a3kem_56 ._content_a3kem_43{grid-template-columns:minmax(0,1fr) auto}._logo_a3kem_60{background-size:contain;background-position:center;background-repeat:no-repeat;height:35px;width:100px;background-color:#eee}._variant2_a3kem_56 ._logo_a3kem_60{display:none}._left_a3kem_72{width:200px;height:100%;align-items:center;justify-content:center;display:none}._desktop_a3kem_13 ._left_a3kem_72,._laptop_a3kem_14 ._left_a3kem_72{display:flex}._variant2_a3kem_56 ._left_a3kem_72{display:none}._center_a3kem_86{position:relative;z-index:1;height:100%}._slide_a3kem_92{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0;animation-timing-function:ease-in;animation-duration:3s}._slide_a3kem_92:only-child{animation:none;opacity:1}._slide_animated_default_a3kem_106{animation-name:_fade-in-out_a3kem_1}._slide_animated_bottom-top_a3kem_109,._slide_animated_top-bottom_a3kem_112{animation-name:_fade-in-bottom-out-top_a3kem_1}._right_a3kem_116{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}._right_a3kem_116 ._logo_a3kem_60{display:block;max-height:35px}._desktop_a3kem_13 ._right_a3kem_116 ._logo_a3kem_60,._laptop_a3kem_14 ._right_a3kem_116 ._logo_a3kem_60,._variant2_a3kem_56 ._right_a3kem_116 ._logo_a3kem_60{display:none}._buttonWrapper_a3kem_131{margin-top:7px}._buttonWrapper_a3kem_131:before{z-index:2;display:block;content:"";position:absolute;left:0;top:0;bottom:0;right:0;transform:none}._desktop_a3kem_13 ._buttonWrapper_a3kem_131,._laptop_a3kem_14 ._buttonWrapper_a3kem_131{margin-top:0}._button_a3kem_131{background-color:#ff6a13;border-radius:20px;color:#fff;font-weight:700;font-size:10px;text-transform:uppercase;white-space:nowrap;display:block;text-align:center;padding:5px 15px;transition:filter .25s}._button_animated_a3kem_162{animation:_increase_a3kem_1 3s infinite}._desktop_a3kem_13 ._button_a3kem_131,._laptop_a3kem_14 ._button_a3kem_131{margin-top:0;padding:10px 35px}._variant2_a3kem_56 ._button_a3kem_131{display:flex;align-items:center;padding:2px 12px 2px 2px}._button_a3kem_131 ._logo_a3kem_60{display:none;width:35px;height:35px;border-radius:30px;margin-right:10px}._variant2_a3kem_56 ._button_a3kem_131 ._logo_a3kem_60{display:block}@keyframes _fade-in-out_a3kem_1{0%{opacity:0}5%{opacity:1}95%{opacity:1}to{opacity:0}}@keyframes _fade-in-bottom-out-top_a3kem_1{0%{opacity:0;transform:translateY(100%)}10%{transform:translateY(0);opacity:1}90%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}@keyframes _fade-in-top-out-bottom_a3kem_1{0%{opacity:0;transform:translateY(-100%)}10%{transform:translateY(0);opacity:1}90%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes _increase_a3kem_1{0%{-webkit-transform:scale(1) translateZ(0);-moz-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}10%,30%{-webkit-transform:scale(.85) translateZ(0);-moz-transform:scale(.85) translateZ(0);transform:scale(.85) translateZ(0)}20%,40%{-webkit-transform:scale(1) translateZ(0);-moz-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}50%{-webkit-transform:scale(1) translateZ(0);-moz-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}._root_1cgtj_1{height:100%;display:flex;justify-content:center;align-items:center;white-space:pre-wrap;color:#333;font-size:16px;--accent-color: #ffbc00ff;--accent-size: 16px;--font-family: Roboto, sans-serif}._root_1cgtj_1 span{font-family:var(--font-family);color:var(--accent-color);font-size:var(--accent-size)}._desktop_1cgtj_19{font-size:22px;--accent-size: 22px}._root_vjs41_1{display:grid;grid-template-columns:repeat(3,1fr);height:100%}._odd_vjs41_7{display:flex;flex-direction:row;align-items:center;justify-content:center}._oddReverse_vjs41_14{flex-direction:row-reverse}._oddReverse_vjs41_14 ._oddLabel_vjs41_18{margin-right:10px}._oddLabel_vjs41_18{display:flex;align-items:center;justify-content:center;color:#000;font-size:26px}._oddLogo_vjs41_30{width:35px;height:35px;background-color:#eee}._coef_vjs41_36{display:flex;align-items:center;justify-content:center}._coefHead_vjs41_42{color:#000;font-size:26px}._coefValue_vjs41_47{color:#000;font-size:26px;margin-left:10px}._root_1va5h_1{display:flex;align-items:center;justify-content:center;height:100%}._title_1va5h_8{color:#333}._titleLabel_1va5h_12{font-size:12px;margin-right:20px}._tablet_1va5h_16 ._titleLabel_1va5h_12{font-size:16px}._desktop_1va5h_19 ._titleLabel_1va5h_12,._laptop_1va5h_19 ._titleLabel_1va5h_12{font-size:20px}._titleValue_1va5h_23{font-weight:700;font-size:12px}._tablet_1va5h_16 ._titleValue_1va5h_23{font-size:16px}._desktop_1va5h_19 ._titleValue_1va5h_23,._laptop_1va5h_19 ._titleValue_1va5h_23{font-size:20px}._team_1va5h_34{display:flex;align-items:center;margin-bottom:10px;position:relative;padding-left:50px}._desktop_1va5h_19 ._team_1va5h_34,._laptop_1va5h_19 ._team_1va5h_34{padding-left:65px}._team_1va5h_34:first-child ._teamLogo_1va5h_44{top:50%;transform:translateY(-40%)}._team_1va5h_34:last-child{margin-bottom:initial}._team_1va5h_34:last-child ._teamLogo_1va5h_44{top:50%;transform:translateY(-60%)}._teamLogo_1va5h_44{width:32px;height:32px;background-color:#eee;position:absolute;left:0}._tablet_1va5h_16 ._teamLogo_1va5h_44{width:38px;height:38px}._desktop_1va5h_19 ._teamLogo_1va5h_44,._laptop_1va5h_19 ._teamLogo_1va5h_44{width:40px;height:40px}._teamName_1va5h_72{display:none;font-size:22px;font-weight:700;color:#333;margin-right:45px;width:100%}._desktop_1va5h_19 ._teamName_1va5h_72,._laptop_1va5h_19 ._teamName_1va5h_72{display:block}._teamValue_1va5h_84{background-color:#3ec70e;padding:1px 6px;font-size:12px;font-weight:700;color:#fff;border-radius:4px;line-height:1.2}._tablet_1va5h_16 ._teamValue_1va5h_84{font-size:14px}._desktop_1va5h_19 ._teamValue_1va5h_84,._laptop_1va5h_19 ._teamValue_1va5h_84{font-size:16px;padding:2px 10px}
|