main.css
2.94 KB
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
140
141
142
143
144
145
*{
margin: 0;
padding: 0;
}
html,body{
width: 100%;
min-width: 960px;
}
body {
font-family: 'Ubuntu', Arial;
font-weight: normal;
font-size: 14px;
line-height: 1.2;
color: #363636;
}
img {
border: none;
}
a{
text-decoration: none;
}
ul{
margin: 0 0 10px 0;
}
li a{
text-decoration: none !important;
color:#555555;
}
.upper_menu {
font-size: 13px;
color: #555555;
width: 960px;
height: 40px;
margin: 0 auto;
}
.upper_menu ul {
display: inline-block;
padding-top: 12px;
}
.squere {
border-right: 1px solid #dfdfdf;
border-left: 1px solid #dfdfdf;
height: 42px;
width: 155px;
display: inline-block;
text-align: center;
padding-top: 12px;
float: right;
position: relative;
}
.squere img {
position: absolute;
left: 13px;
top: 14px;
}
.upper_menu li{
display: inline;
margin-right: 18px;
}
.arrow_go{
margin-left: 4px;
margin-right: 4px;
}
.upper_menu li img{
margin-left: 233px;
margin-top:5px;
}
.yellow_block {
position: relative;
z-index: 15;
width: 100%;
height: 42px;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 52%, rgba(248,248,248,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(52%, rgba(248,248,248,1)), color-stop(100%, rgba(248,248,248,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 52%, rgba(248,248,248,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 52%, rgba(248,248,248,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 52%, rgba(248,248,248,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 52%, rgba(248,248,248,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0 );
}
.contacts{
margin: 25px auto;
width:960px;
position: relative;
}
.contacts input {
height: 31px;
width: 109px;
border-radius: 7px 0 0 7px;
border: 1px solid #dfdfdf;
position: absolute;
bottom: 3px;
margin-left: 78px;
padding-left: 7px;
font-size: 12px;
background-color: #f5f5f5;
}
.box {
position: absolute;
right: 49px;
bottom: 0;
width: 105px;
border-left: 1px solid #dfdfdf;
}
.box img{
margin:0 47%;
}
.box p{
font-size: 18px;
margin: 0 31%;
}
.box a{
margin-left: 34px;
color:#6b84b5;
text-decoration: none;
border-bottom: 1px dashed;
-moz-border-bottom: 1px dashed;
-webkit-border-bottom: 1px dashed;
-o-border-bottom: 1px dashed;
-ms-border-bottom: 1px dashed;
}
.main_link_news{
display:inline-block;
font-size: 22px;
margin-bottom: 10px;
}
div.required:after {content: " *"; color: #fec831;}