Blame view

local/templates/vekprom/css/pages/main/news.css 2.88 KB
2fe1e5ce8   Андрей Ларионов   Первый коммит на ...
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
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
  .news {
    padding-top: 142px;
  }
  .news__title {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #333B49;
    -ms-flex-item-align: start;
        align-self: start;
  }
  
  .news-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .news-wrapper {
    margin-top: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .news-block {
    margin-right: 19px;
    height: 261px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news-block__img {
    width: 427px;
    height: 141px;
  }
  .news-block__img-1 {
    background-image: url("../img/main/news/1.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .news-block__img-2 {
    background-image: url("../img/main/news/2.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .news-block__img-3 {
    background-image: url("../img/main/news/3.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .news-block__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em;
  }
  .news-block__title_1 {
    margin-bottom: 23px;
  }
  
  .news-block-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 30px;
  }
  .news-block-bottom__link {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #333B49;
  }
  .news-block-bottom__date {
    font-family: "Muller";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #636B78;
  }
  
  .news__button {
    border: 1px solid #F2994A;
    background-color: #FFFFFF;
    color: #F2994A;
    border-radius: 9.375px;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.01em;
    padding: 13px 30px;
    border-radius: 9.375px;
    font-family: "Muller";
    font-weight: 500;
    font-size: 13.125px;
    line-height: 13px;
    margin-top: 60px;
  }
  .news__button:hover {
    background: #F5851A;
    border-radius: 9.375px;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    border: 1px solid #F5851A;
    cursor: pointer;
    border: none;
    font-family: "Muller";
    font-weight: 500;
    font-size: 13.125px;
    line-height: 13px;
    border: 1px solid #F5851A;
  }