Blame view

public/css/pages/about/about-ecosystem.css 1.76 KB
b80175387   Андрей Ларионов   Начальный проект ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
  .about-page-top {
    max-height: 271px;
    height: 100%;
    position: relative;
  }
  
  .about-page-top-bg {
    position: absolute;
    content: "";
    background-image: url("../img/about/about-bg-min.png");
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  
  .about-page-top-links {
    position: relative;
    padding-top: 50px;
  }
  
  .ecosystem {
    padding-top: 117px;
  }
  
  .ecosystem-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ecosystem-top__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    max-width: 33%;
    width: 100%;
    color: #333B49;
  }
  
  .ecosystem-top-text {
    max-width: 875px;
    width: 100%;
    height: 220px;
  }
  .ecosystem-top-text > p {
    font-size: 16px;
    line-height: 22px;
  }
  .ecosystem-top-text > :not(:first-child) {
    margin-top: 12px;
  }
  
  .ecosystem-bottom {
    padding-top: 159px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ecosystem-bottom__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color: #333B49;
    max-width: 33%;
    width: 100%;
    margin-right: 20px;
  }
  
  .ecosystem-bottom-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ecosystem-bottom-blocks > :not(:last-child) {
    margin-right: 24px;
  }
  
  .ecosystem-bottom-column {
    max-width: 49%;
    width: 100%;
  }
  
  .ecosystem-column-top {
    margin-bottom: 65px;
  }
  .ecosystem-column-top__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #333B49;
  }
  .ecosystem-column-top__text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 25px;
  }
  .ecosystem-column-top__text > a {
    text-decoration: underline;
  }