Blame view

frontend/web/css/new-style/new-index.css 23.9 KB
69b58541   Виталий   new index header ...
1
  .new-index {
a050e62a   Volodymyr   main h1
2
3
4
5
6
    color: #000;
  }
  .new-index section, .new-index div.section {
    margin: 0;
  }
69b58541   Виталий   new index header ...
7
8
9
10
11
12
  
  .index-titles {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
a050e62a   Volodymyr   main h1
13
14
    text-transform: uppercase;
  }
69b58541   Виталий   new index header ...
15
16
17
18
19
20
  
  .main-about {
    height: 479px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    color: #fff;
a050e62a   Volodymyr   main h1
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
    padding-bottom: 17px;
  }
  .main-about > .container {
    height: 100%;
  }
  .main-about > .container > .row-flex {
    height: 100%;
  }
  .main-about > .container > .row-flex .row-flex {
    margin-left: 0;
    margin-right: 0;
  }
  .main-about__wrapp_title {
    padding-top: 99px;
  }
  .main-about__title {
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    color: #fff;
  }
  .main-about__title span {
    display: block;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 57px;
    font-weight: 700;
  }
  .main-about__title span:first-child {
    color: #ffd800;
    font-size: 74px;
    line-height: 57px;
  }
  .main-about__title span:last-child {
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 2.4px;
    font-weight: 500;
  }
  .main-about__button a {
    margin: 0;
    background-color: #ffd800;
    background-image: none !important;
    width: 255px;
    max-width: 100%;
    padding: 0 10px;
    height: 48px;
    border-radius: 0;
    line-height: 50px;
    box-shadow: none !important;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    position: relative;
  }
  .main-about__button a:hover {
    transform: translateY(-3px);
    background-color: #ffd800;
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.35) !important;
  }
  .main-about__button a:hover:after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
  }
  .main-about__button a:active {
    transform: translateY(-1px);
  }
  .main-about__button a:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.4s;
    background: #ffd800;
    opacity: 0.7;
  }
  .main-about__item {
    font-size: 13px;
    line-height: 17px;
    width: 100%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    padding-left: 13px;
    padding-right: 5px;
    padding-bottom: 15px;
    cursor: default;
    transition: 0.15s;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -ms-transition: 0.15s;
    -o-transition: 0.15s;
  }
  .main-about__item:hover {
    transform: translateY(-15px);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .main-about__item:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    background: #ffffff;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    top: 4px;
    bottom: 1px;
  }
  .main-about__item span {
    font-weight: 700;
    color: #ffd800;
    display: block;
  }
69b58541   Виталий   new index header ...
146
147
148
149
  
  .second-about {
    background: #f6f6f6;
    padding-top: 15px;
a050e62a   Volodymyr   main h1
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
    padding-bottom: 30px;
  }
  .second-about__item {
    padding-top: 15px;
  }
  .second-about__item a {
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
  }
  .second-about__item a:hover:before {
    background: #fed800;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  .second-about__item a:hover span {
    transform: translateY(-15px);
  }
  .second-about__item a:before {
    position: absolute;
    content: "";
    background: #000;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  .second-about__item a img {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .second-about__item a span {
    position: absolute;
    z-index: 3;
    left: 25px;
    right: 0;
    bottom: 13px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 25px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
  }
  .second-about__item a span:before, .second-about__item a span:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 2px;
    width: 9px;
    right: 17px;
  }
  .second-about__item a span:before {
    transform: rotate(45deg);
    bottom: 15px;
  }
  .second-about__item a span:after {
    transform: rotate(-45deg);
    bottom: 9px;
  }
69b58541   Виталий   new index header ...
226
227
  
  .index-solution {
a050e62a   Volodymyr   main h1
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
    padding-top: 74px;
  }
  .index-solution__title {
    margin-bottom: 3px;
  }
  .index-solution__col {
    margin-top: 30px;
  }
  .index-solution__item {
    display: inline-block;
    vertical-align: top;
    width: 540px;
    max-width: 100%;
    background: #f6f6f6;
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
  }
  .index-solution__item:hover {
    box-shadow: 0px 4px 12px 0px rgb(196, 196, 196);
  }
  .index-solution__item:hover .index-solution__item_img img {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    transform: scale(1.1);
  }
  .index-solution__item:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgb(0, 150, 215);
    background: -moz-linear-gradient(left, rgb(0, 150, 215) 0%, rgb(30, 178, 105) 100%);
    background: -webkit-linear-gradient(left, rgb(0, 150, 215) 0%, rgb(30, 178, 105) 100%);
    background: linear-gradient(to right, rgb(0, 150, 215) 0%, rgb(30, 178, 105) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0096d7", endColorstr="#1eb269",GradientType=1 );
  }
  .index-solution__item_img {
    display: block;
    background: #fff;
    overflow: hidden;
  }
  .index-solution__item_img img {
    max-width: 100%;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
  }
  .index-solution__item_text {
    padding: 24px 24px 23px 22px;
  }
  .index-solution__item_text a {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #000;
    min-height: 66px;
    display: block;
  }
  .index-solution__item_text a:hover {
    text-decoration: underline;
  }
  .index-solution__item_text table {
    margin-top: 8px;
    width: 100%;
  }
  .index-solution__item_text table tr td {
    font-size: 15px;
    line-height: 21px;
    vertical-align: top;
  }
  .index-solution__item_text table tr td:first-child {
    font-weight: 700;
    color: #0096d6;
    width: 65px;
    padding-right: 5px;
    white-space: nowrap;
  }
  .index-solution__more {
    margin-top: 40px;
  }
69b58541   Виталий   new index header ...
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
  
  .animation-hover {
    text-transform: uppercase;
    margin: 0;
    background-color: #ffd800;
    width: 255px;
    max-width: 100%;
    padding: 0 10px;
    height: 48px;
    border-radius: 0;
    line-height: 50px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    position: relative;
    display: block;
    text-align: center;
    font-weight: bold;
d33ff9db   Виталий   new index header ...
339
    color: #000 !important;
69b58541   Виталий   new index header ...
340
    box-shadow: 0px 8px 20px 0px rgba(139, 139, 138, 0.2);
a050e62a   Volodymyr   main h1
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
    text-decoration: none !important;
  }
  .animation-hover:hover {
    transform: translateY(-3px);
    background-color: #ffd800;
  }
  .animation-hover:hover:after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
  }
  .animation-hover:active {
    transform: translateY(-1px);
  }
  .animation-hover:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.4s;
    background: #ffd800;
    opacity: 0.7;
  }
69b58541   Виталий   new index header ...
367
368
369
370
371
  
  .index-solution-slider {
    background: #f6f6f6;
    margin-top: 80px !important;
    padding-top: 65px;
a050e62a   Volodymyr   main h1
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
    padding-bottom: 56px;
  }
  .index-solution-slider__row {
    width: auto;
    height: auto;
  }
  .index-solution-slider__title {
    margin-bottom: 3px;
  }
  .index-solution-slider__col {
    margin-top: 30px;
  }
  .index-solution-slider__col:hover .index-solution-slider__item {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transform: translateY(-15px);
    box-shadow: 0px 4px 12px 0px rgb(196, 196, 196);
  }
  .index-solution-slider__item {
    background: #fff;
    position: relative;
    height: 100%;
    padding: 15px 15px 13px 15px;
    width: 255px;
    max-width: 100%;
    text-align: center;
    border: 1px solid #ebebeb;
    transition: 0.15s;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -ms-transition: 0.15s;
    -o-transition: 0.15s;
  }
  .index-solution-slider__item:before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: -1px;
    right: -1px;
    height: 2px;
    background: rgb(0, 150, 215);
    background: -moz-linear-gradient(left, rgb(0, 150, 215) 0%, rgb(30, 178, 105) 100%);
    background: -webkit-linear-gradient(left, rgb(0, 150, 215) 0%, rgb(30, 178, 105) 100%);
    background: linear-gradient(to right, rgb(0, 150, 215) 0%, rgb(30, 178, 105) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0096d7", endColorstr="#1eb269",GradientType=1 );
  }
  .index-solution-slider__item:hover .index-solution-slider__item_img img {
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
  }
  .index-solution-slider__item_img {
    display: block;
    background: #fff;
    height: 211px;
  }
  .index-solution-slider__item_img img {
    max-width: 100%;
    max-height: 100%;
  }
  .index-solution-slider__item_link {
    margin-top: 20px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    color: #000;
    display: block;
    min-height: 60px;
  }
  .index-solution-slider__item_link:hover {
    text-decoration: underline;
    color: #000;
  }
  .index-solution-slider__item_price {
    color: #0096d6;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    margin-top: 9px;
  }
  .index-solution-slider .owl-item .index-solution-slider__col {
    width: 100% !important;
  }
  .index-solution-slider .owl-pagination {
    margin-bottom: -11px;
  }
  .index-solution-slider .owl-controls .owl-buttons {
    position: static;
    top: auto;
    right: auto;
  }
  .index-solution-slider .owl-controls .owl-buttons div {
    display: block;
    position: absolute;
    top: 50%;
    width: 21px;
    height: 37px;
    margin: -20px 0 0 0;
    border-radius: 0;
    background: none !important;
    transition: 0.15s;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -ms-transition: 0.15s;
    -o-transition: 0.15s;
  }
  .index-solution-slider .owl-controls .owl-buttons div:hover {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transform: scale(1.1);
  }
  .index-solution-slider .owl-controls .owl-buttons div:before, .index-solution-slider .owl-controls .owl-buttons div:after {
    position: absolute;
    width: 26px;
    height: 4px;
    left: -3px;
    content: "";
    background: #8e8f90;
  }
  .index-solution-slider .owl-controls .owl-buttons div:before {
    transform: rotate(45deg);
    top: 9px;
  }
  .index-solution-slider .owl-controls .owl-buttons div:after {
    transform: rotate(-45deg);
    bottom: 9px;
  }
  .index-solution-slider .owl-controls .owl-buttons div.owl-prev {
    left: -21px;
    transform: rotate(180deg);
  }
  .index-solution-slider .owl-controls .owl-buttons div.owl-next {
    right: -21px;
  }
  .index-solution-slider .owl-controls .owl-buttons div.disabled:before, .index-solution-slider .owl-controls .owl-buttons div.disabled:after {
    background: #ebebeb;
  }
  .index-solution-slider .owl-controls .owl-page span {
    display: block;
  }
69b58541   Виталий   new index header ...
518
  .income-calculator {
d33ff9db   Виталий   new index header ...
519
    padding-top: 74px;
a050e62a   Volodymyr   main h1
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
    padding-bottom: 80px;
  }
  .income-calculator__switch {
    margin-top: 39px;
  }
  .income-calculator__left {
    width: 75%;
    padding-top: 10px;
  }
  .income-calculator__left_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
  }
  .income-calculator__left_wrapp {
    margin-top: 20px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .income-calculator__right {
    width: 25%;
    padding-top: 26px;
    position: relative;
  }
  .income-calculator__right:before {
    content: "";
    top: 26px;
    bottom: 0;
    left: 34%;
    width: 1px;
    background: #ebebeb;
    position: absolute;
  }
  .income-calculator__right_item {
    text-align: right;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 22px;
  }
  .income-calculator__right_item:first-child {
    margin-top: 0;
  }
  .income-calculator__right_item i {
    font-style: normal;
  }
  .income-calculator__right_item span {
    display: block;
    color: #0096d6;
    font-size: 18px;
  }
  .income-calculator__button {
    margin-top: 44px;
  }
69b58541   Виталий   new index header ...
575
576
  
  .switch-status {
a050e62a   Volodymyr   main h1
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
    cursor: pointer;
  }
  .switch-status.switch {
    width: 64px;
    height: 34px;
    margin: 0 16px;
    background: #dcdcdc;
    border-radius: 34px;
    position: relative;
  }
  .switch-status.switch:before {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    left: 4px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
    content: "";
    z-index: 1;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
  }
  .switch-status.switch:after {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    left: 13px;
    background: #0096d6;
    content: "";
    z-index: 2;
    border-radius: 100%;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
  }
  .switch-status.switch.right:before, .switch-status.switch.right:after {
    transform: translateX(30px);
  }
  .switch-status.text {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
    color: #8e8f90;
    text-decoration: underline;
    cursor: pointer;
  }
  .switch-status.text.active {
    color: #000;
    cursor: default;
    text-decoration: none;
  }
69b58541   Виталий   new index header ...
638
639
640
  
  .calc-range {
    margin-right: -8px;
a050e62a   Volodymyr   main h1
641
642
    margin-top: 19px;
  }
69b58541   Виталий   new index header ...
643
644
645
  
  .price_slider {
    width: 100%;
a050e62a   Volodymyr   main h1
646
647
    float: left;
  }
69b58541   Виталий   new index header ...
648
649
650
651
652
653
654
655
656
  
  .irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
a050e62a   Volodymyr   main h1
657
658
659
660
661
    user-select: none;
  }
  .irs.irs-with-grid {
    padding-bottom: 31px;
  }
69b58541   Виталий   new index header ...
662
663
664
665
666
667
668
669
  
  .irs-line {
    display: block;
    background: #8e8f90;
    height: 8px;
    border-radius: 8px;
    width: 100%;
    position: relative;
a050e62a   Volodymyr   main h1
670
671
    outline: none !important;
  }
69b58541   Виталий   new index header ...
672
673
674
675
676
  
  .irs-line-left, .irs-line-mid, .irs-line-right {
    position: relative;
    display: block;
    top: 0;
a050e62a   Volodymyr   main h1
677
678
    height: 8px;
  }
69b58541   Виталий   new index header ...
679
680
681
  
  .irs-line-left {
    left: 0;
a050e62a   Volodymyr   main h1
682
683
    width: 11%;
  }
69b58541   Виталий   new index header ...
684
685
686
  
  .irs-line-mid {
    left: 9%;
a050e62a   Volodymyr   main h1
687
688
    width: 82%;
  }
69b58541   Виталий   new index header ...
689
690
691
  
  .irs-line-right {
    right: 0;
a050e62a   Volodymyr   main h1
692
693
    width: 11%;
  }
69b58541   Виталий   new index header ...
694
695
696
697
698
699
700
  
  .irs-bar {
    position: absolute;
    display: block;
    height: 8px;
    top: 0;
    left: 0 !important;
a050e62a   Volodymyr   main h1
701
702
703
704
705
    background: rgb(54, 124, 212);
    background: -moz-linear-gradient(left, rgb(54, 124, 212) 0%, rgb(2, 208, 255) 100%);
    background: -webkit-linear-gradient(left, rgb(54, 124, 212) 0%, rgb(2, 208, 255) 100%);
    background: linear-gradient(to right, rgb(54, 124, 212) 0%, rgb(2, 208, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#367cd4", endColorstr="#02d0ff",GradientType=1 );
69b58541   Виталий   new index header ...
706
    border-top-left-radius: 8px;
a050e62a   Volodymyr   main h1
707
708
    border-bottom-left-radius: 8px;
  }
69b58541   Виталий   new index header ...
709
710
711
712
713
714
715
716
717
718
  
  .irs-slider {
    position: absolute;
    display: block;
    top: -4px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 6px 0px rgba(90, 97, 102, 0.5);
a050e62a   Volodymyr   main h1
719
720
721
722
723
724
725
726
727
728
729
730
731
732
    cursor: e-resize;
  }
  .irs-slider:before {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #0096d6;
    content: "";
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -5px;
  }
69b58541   Виталий   new index header ...
733
734
735
736
737
738
  
  .irs-grid {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
a050e62a   Volodymyr   main h1
739
740
    height: 16px;
  }
69b58541   Виталий   new index header ...
741
742
  
  .irs-grid-pol {
a050e62a   Volodymyr   main h1
743
744
    display: none;
  }
69b58541   Виталий   new index header ...
745
  
d33ff9db   Виталий   new index header ...
746
  .irs-grid-text, .showcase__mark {
69b58541   Виталий   new index header ...
747
748
749
750
751
752
753
754
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    padding: 0 1px;
a050e62a   Volodymyr   main h1
755
756
    color: #000;
  }
69b58541   Виталий   new index header ...
757
  
d33ff9db   Виталий   new index header ...
758
759
  .showcase__mark {
    color: red;
a050e62a   Volodymyr   main h1
760
761
    bottom: 14px;
  }
d33ff9db   Виталий   new index header ...
762
763
  
  .irs-to, .irs-from, .irs-max, .irs-min {
a050e62a   Volodymyr   main h1
764
765
    display: none;
  }
d33ff9db   Виталий   new index header ...
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
  
  .irs-single {
    position: absolute;
    padding: 2px 12px;
    text-align: center;
    background: #fff;
    font-weight: 700;
    font-size: 13px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.35);
    top: -35px;
    border-radius: 2px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateY(5px);
a050e62a   Volodymyr   main h1
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
    white-space: nowrap;
  }
  .irs-single:before {
    position: absolute;
    content: "";
    border: 4px solid transparent;
    border-top: 6px solid #fff;
    bottom: -10px;
    left: 50%;
    margin-left: -4px;
  }
  .irs-single.show, .irs-single.hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 0.1s;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
  }
d33ff9db   Виталий   new index header ...
803
  
69b58541   Виталий   new index header ...
804
  .calc-range-2 .irs-bar {
a050e62a   Volodymyr   main h1
805
806
807
808
809
810
    background: rgb(20, 151, 86);
    background: -moz-linear-gradient(left, rgb(20, 151, 86) 0%, rgb(20, 190, 106) 100%);
    background: -webkit-linear-gradient(left, rgb(20, 151, 86) 0%, rgb(20, 190, 106) 100%);
    background: linear-gradient(to right, rgb(20, 151, 86) 0%, rgb(20, 190, 106) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#149756", endColorstr="#14be6a",GradientType=1 );
  }
69b58541   Виталий   new index header ...
811
  
d33ff9db   Виталий   new index header ...
812
813
814
815
  .media-about-section {
    background: #f6f6f6;
    padding-top: 58px;
    padding-bottom: 64px;
a050e62a   Volodymyr   main h1
816
817
818
819
820
821
822
823
824
825
826
827
    margin-top: 46px !important;
  }
  .media-about-section__title {
    margin: 0 0 36px 0;
  }
  .media-about-section__text {
    font-size: 15px;
    line-height: 23px;
  }
  .media-about-section__button {
    margin-top: 45px;
  }
d33ff9db   Виталий   new index header ...
828
829
830
831
832
  
  .index-map iframe {
    display: block;
    width: 100% !important;
    height: 380px !important;
a050e62a   Volodymyr   main h1
833
834
    border: 0 !important;
  }
d33ff9db   Виталий   new index header ...
835
836
837
  
  @media (min-width: 768px) {
    .income-calculator__right_item br {
a050e62a   Volodymyr   main h1
838
839
840
      display: none;
    }
  }
d33ff9db   Виталий   new index header ...
841
842
843
844
845
  @media (max-width: 1199px) {
    .main-about__item {
      padding-left: 10px;
      padding-right: 3px;
      font-size: 12px;
a050e62a   Volodymyr   main h1
846
847
      line-height: 16px;
    }
d33ff9db   Виталий   new index header ...
848
849
850
851
  
    .second-about__item a span {
      left: 10px;
      font-size: 12px;
a050e62a   Volodymyr   main h1
852
853
      line-height: 19px;
    }
d33ff9db   Виталий   new index header ...
854
855
856
  
    .index-solution-slider__item {
      padding-left: 10px;
a050e62a   Volodymyr   main h1
857
858
859
860
861
862
863
864
      padding-right: 10px;
    }
    .index-solution-slider__item_link {
      font-size: 13px;
      line-height: 19px;
      min-height: 57px;
      margin-top: 15px;
    }
d33ff9db   Виталий   new index header ...
865
866
867
868
  
    .index-solution__item_text a {
      font-size: 15px;
      line-height: 21px;
a050e62a   Volodymyr   main h1
869
870
      min-height: 63px;
    }
d33ff9db   Виталий   new index header ...
871
872
  
    .income-calculator__left {
a050e62a   Volodymyr   main h1
873
874
      width: 70%;
    }
d33ff9db   Виталий   new index header ...
875
    .income-calculator__right {
a050e62a   Volodymyr   main h1
876
877
878
      width: 30%;
    }
  }
d33ff9db   Виталий   new index header ...
879
880
881
882
883
884
885
  @media (max-width: 1055px) {
    .index-solution-slider .owl-controls .owl-buttons div.owl-next {
      right: -9px;
      transform: scale(0.65);
      -webkit-transform: scale(0.65);
      -moz-transform: scale(0.65);
      -ms-transition: scale(0.65);
a050e62a   Volodymyr   main h1
886
887
      -o-transform: scale(0.65);
    }
d33ff9db   Виталий   new index header ...
888
889
    .index-solution-slider .owl-controls .owl-buttons div.owl-prev {
      left: -9px;
a050e62a   Volodymyr   main h1
890
891
892
      transform: rotate(180deg) scale(0.65);
    }
  }
d33ff9db   Виталий   new index header ...
893
894
895
  @media (max-width: 991px) {
    .main-about {
      height: 360px;
a050e62a   Volodymyr   main h1
896
897
898
899
900
901
902
903
      padding-bottom: 0;
    }
    .main-about__row {
      align-items: center;
    }
    .main-about__row > div {
      align-self: center;
    }
d33ff9db   Виталий   new index header ...
904
905
906
  
    .main-about__wrapp_title {
      padding-top: 0;
a050e62a   Volodymyr   main h1
907
908
      height: auto;
    }
d33ff9db   Виталий   new index header ...
909
910
911
912
  
    .main-about__title {
      flex: 0 0 100%;
      max-width: 100%;
a050e62a   Volodymyr   main h1
913
914
      text-align: center;
    }
d33ff9db   Виталий   new index header ...
915
916
  
    .main-about__wrapp_title {
a050e62a   Volodymyr   main h1
917
918
      justify-content: center;
    }
d33ff9db   Виталий   new index header ...
919
920
  
    .main-about__button {
a050e62a   Volodymyr   main h1
921
922
      margin-top: 44px;
    }
d33ff9db   Виталий   new index header ...
923
924
  
    .index-solution__item_text {
a050e62a   Volodymyr   main h1
925
926
      padding: 12px 10px 15px 10px;
    }
d33ff9db   Виталий   new index header ...
927
928
929
  
    .index-solution-slider__col:hover .index-solution-slider__item {
      transform: translateY(0);
a050e62a   Volodymyr   main h1
930
931
      box-shadow: none;
    }
d33ff9db   Виталий   new index header ...
932
933
  
    .index-solution__col {
a050e62a   Volodymyr   main h1
934
935
      margin-top: 25px;
    }
d33ff9db   Виталий   new index header ...
936
937
  
    .index-solution__item_text table {
a050e62a   Volodymyr   main h1
938
939
940
941
942
943
944
945
946
947
      margin-top: 7px;
    }
    .index-solution__item_text table tr:first-child td {
      padding-top: 0;
    }
    .index-solution__item_text table tr td {
      font-size: 15px;
      line-height: 17px;
      padding-top: 4px;
    }
d33ff9db   Виталий   new index header ...
948
949
  
    .income-calculator__right:before {
a050e62a   Volodymyr   main h1
950
951
      left: 31px;
    }
d33ff9db   Виталий   new index header ...
952
953
  
    .media-about-section__button {
a050e62a   Volodymyr   main h1
954
955
      margin-top: 15px;
    }
d33ff9db   Виталий   new index header ...
956
957
958
  
    .index-titles {
      font-size: 18px;
a050e62a   Volodymyr   main h1
959
960
      line-height: 21px;
    }
d33ff9db   Виталий   new index header ...
961
962
963
  
    .index-solution, .index-solution-slider, .income-calculator, .section-text, .media-about-section {
      padding-top: 29px;
a050e62a   Volodymyr   main h1
964
965
      padding-bottom: 32px;
    }
d33ff9db   Виталий   new index header ...
966
967
  
    .index-solution-slider, .media-about-section {
a050e62a   Volodymyr   main h1
968
969
      margin-top: 0 !important;
    }
d33ff9db   Виталий   new index header ...
970
971
  
    .index-solution-slider__col {
a050e62a   Volodymyr   main h1
972
973
      margin-top: 25px;
    }
d33ff9db   Виталий   new index header ...
974
975
  
    .index-solution-slider .owl-controls .owl-buttons {
a050e62a   Volodymyr   main h1
976
977
      display: none;
    }
d33ff9db   Виталий   new index header ...
978
979
980
  
    .second-about__item a:hover:before {
      background: #000;
a050e62a   Volodymyr   main h1
981
982
983
      opacity: 0.5;
    }
  }
d33ff9db   Виталий   new index header ...
984
985
  @media (max-width: 767px) {
    .main-about {
a050e62a   Volodymyr   main h1
986
987
      height: 298px;
    }
d33ff9db   Виталий   new index header ...
988
989
990
  
    .index-solution__col {
      margin-top: 17px;
a050e62a   Volodymyr   main h1
991
992
993
994
995
      text-align: center;
    }
    .index-solution__col:first-child {
      margin-top: 11px;
    }
d33ff9db   Виталий   new index header ...
996
    .index-solution__item {
a050e62a   Volodymyr   main h1
997
998
      text-align: left;
    }
d33ff9db   Виталий   new index header ...
999
1000
  
    .index-solution-slider__col {
a050e62a   Volodymyr   main h1
1001
1002
      margin-top: 17px;
    }
d33ff9db   Виталий   new index header ...
1003
1004
  
    .index-solution__more {
a050e62a   Volodymyr   main h1
1005
1006
      margin-top: 24px;
    }
d33ff9db   Виталий   new index header ...
1007
1008
1009
  
    .second-about {
      padding-top: 1px;
a050e62a   Volodymyr   main h1
1010
1011
1012
1013
1014
1015
1016
      padding-bottom: 24px;
    }
    .second-about__item a span {
      left: 23px;
      font-size: 14px;
      line-height: 21px;
    }
d33ff9db   Виталий   new index header ...
1017
1018
1019
  
    .main-about__title span {
      font-size: 27px;
a050e62a   Volodymyr   main h1
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
      line-height: 31px;
    }
    .main-about__title span:first-child {
      font-size: 40px;
      line-height: 40px;
    }
    .main-about__title span:last-child {
      font-size: 13px;
      line-height: 20px;
      letter-spacing: 1.4px;
    }
d33ff9db   Виталий   new index header ...
1031
1032
  
    .index-solution__item_text a {
a050e62a   Volodymyr   main h1
1033
1034
      min-height: auto;
    }
d33ff9db   Виталий   new index header ...
1035
1036
  
    .index-solution__title {
a050e62a   Volodymyr   main h1
1037
1038
      margin-bottom: 0;
    }
d33ff9db   Виталий   new index header ...
1039
1040
  
    .index-solution-slider__col {
a050e62a   Volodymyr   main h1
1041
1042
1043
1044
1045
1046
1047
1048
      margin-top: 10px;
    }
    .index-solution-slider__col:first-child {
      margin-top: 8px;
    }
    .index-solution-slider__col:nth-child(2n+1) .index-solution-slider__item {
      margin-left: auto;
    }
d33ff9db   Виталий   new index header ...
1049
1050
  
    .owl-item .index-solution-slider__col:first-child {
a050e62a   Volodymyr   main h1
1051
1052
      margin-top: 8px;
    }
d33ff9db   Виталий   new index header ...
1053
1054
1055
1056
1057
  
    .index-solution-slider__item_link {
      font-size: 15px;
      line-height: 21px;
      min-height: 63px;
a050e62a   Volodymyr   main h1
1058
1059
      margin-top: 20px;
    }
d33ff9db   Виталий   new index header ...
1060
1061
  
    .index-solution-slider {
a050e62a   Volodymyr   main h1
1062
1063
      padding-bottom: 24px;
    }
d33ff9db   Виталий   new index header ...
1064
1065
  
    .income-calculator__switch {
a050e62a   Volodymyr   main h1
1066
1067
      margin-top: 19px;
    }
d33ff9db   Виталий   new index header ...
1068
1069
  
    .switch-status.switch {
a050e62a   Volodymyr   main h1
1070
1071
      margin: 0 12px;
    }
d33ff9db   Виталий   new index header ...
1072
1073
1074
    .switch-status.text {
      font-size: 13px;
      text-decoration: none;
a050e62a   Volodymyr   main h1
1075
1076
      text-transform: none;
    }
d33ff9db   Виталий   new index header ...
1077
1078
1079
  
    .income-calculator__left {
      width: 100%;
a050e62a   Volodymyr   main h1
1080
1081
1082
1083
1084
1085
      padding-top: 2px;
    }
    .income-calculator__left_title {
      font-size: 15px;
      line-height: 17px;
    }
d33ff9db   Виталий   new index header ...
1086
1087
1088
    .income-calculator__right {
      width: 100%;
      padding-top: 16px;
a050e62a   Volodymyr   main h1
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
      margin-top: 21px;
    }
    .income-calculator__right:before {
      top: 0;
      right: 0;
      left: 0;
      bottom: auto;
      width: auto;
      height: 1px;
    }
    .income-calculator__right .col-xs-12 {
      float: none;
      display: flex;
      padding: 0 !important;
      width: auto !important;
      justify-content: center;
    }
    .income-calculator__right_item {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
      margin-top: 0;
      text-align: center;
      padding: 0 34px;
      line-height: 17px;
      position: relative;
    }
    .income-calculator__right_item:first-child {
      padding-left: 0;
    }
    .income-calculator__right_item:last-child {
      padding-right: 0;
    }
    .income-calculator__right_item i {
      display: block;
      min-height: 34px;
    }
    .income-calculator__right_item span {
      margin-top: 3px;
    }
d33ff9db   Виталий   new index header ...
1129
    .income-calculator__button {
a050e62a   Volodymyr   main h1
1130
1131
      margin-top: 23px;
    }
d33ff9db   Виталий   new index header ...
1132
1133
  
    .section-text {
a050e62a   Volodymyr   main h1
1134
1135
      padding-top: 27px;
    }
d33ff9db   Виталий   new index header ...
1136
1137
  
    .media-about-section__title {
a050e62a   Volodymyr   main h1
1138
1139
      margin: 0 0 19px 0;
    }
d33ff9db   Виталий   new index header ...
1140
1141
  
    .media-about-section__text {
a050e62a   Volodymyr   main h1
1142
1143
      margin-top: 19px;
    }
d33ff9db   Виталий   new index header ...
1144
1145
  
    .media-about-section__button {
a050e62a   Volodymyr   main h1
1146
1147
1148
1149
1150
      margin-top: 22px;
    }
    .media-about-section__button a {
      margin: 0 auto;
    }
d33ff9db   Виталий   new index header ...
1151
1152
1153
  
    .calc-range {
      margin-right: 0;
a050e62a   Volodymyr   main h1
1154
1155
      margin-top: 12px;
    }
d33ff9db   Виталий   new index header ...
1156
1157
  
    .calc-range-2 .irs-grid-text, .calc-range-2 .showcase__mark {
a050e62a   Volodymyr   main h1
1158
1159
1160
1161
1162
      font-size: 14px;
    }
    .calc-range-2 .irs-grid-text:last-child, .calc-range-2 .showcase__mark:last-child {
      margin-left: -19px !important;
    }
d33ff9db   Виталий   new index header ...
1163
1164
1165
  
    .irs-grid-text, .showcase__mark {
      padding: 0 0;
a050e62a   Volodymyr   main h1
1166
1167
1168
      word-spacing: -4px;
    }
  }
d33ff9db   Виталий   new index header ...
1169
1170
  @media (max-width: 550px) {
    .index-solution-slider__col {
a050e62a   Volodymyr   main h1
1171
1172
      width: 100% !important;
    }
d33ff9db   Виталий   new index header ...
1173
1174
1175
  
    .index-solution-slider__item {
      margin-left: auto !important;
a050e62a   Volodymyr   main h1
1176
1177
1178
      margin-right: auto !important;
    }
  }
d33ff9db   Виталий   new index header ...
1179
1180
  @media (max-width: 540px) {
    .second-about__col {
a050e62a   Volodymyr   main h1
1181
1182
      width: 100% !important;
    }
d33ff9db   Виталий   new index header ...
1183
1184
1185
1186
    .second-about__item {
      width: 255px;
      max-width: 100%;
      margin: 0 auto;
a050e62a   Volodymyr   main h1
1187
1188
      padding-top: 12px;
    }
d33ff9db   Виталий   new index header ...
1189
1190
1191
  
    .index-solution__col {
      padding-left: 0 !important;
a050e62a   Volodymyr   main h1
1192
1193
1194
      padding-right: 0 !important;
    }
  }
d33ff9db   Виталий   new index header ...
1195
1196
  @media (max-width: 450px) {
    .income-calculator__right_item {
a050e62a   Volodymyr   main h1
1197
1198
1199
      padding: 0 17px;
    }
  }
d33ff9db   Виталий   new index header ...
1200
  
69b58541   Виталий   new index header ...
1201
  /*# sourceMappingURL=new-index.css.map */