Commit 41f5b957 by Ruha

another changes

1 parent 8bc7e62c
Pipeline #2575 for 41f5b957 skipped in 0 seconds
...@@ -29,6 +29,9 @@ ...@@ -29,6 +29,9 @@
font-weight: 700; font-weight: 700;
font-style: normal; font-style: normal;
} }
h1 {
margin-top:19px;
}
* { * {
font-family: "Circe", Helvetica, Arial, sans-serif; font-family: "Circe", Helvetica, Arial, sans-serif;
...@@ -75,6 +78,9 @@ ...@@ -75,6 +78,9 @@
font-size: 3.125em; font-size: 3.125em;
color: white; color: white;
} }
.intro-text-block small {
font-size:22px;
}
.intro-text { .intro-text {
line-height: 1.2; line-height: 1.2;
...@@ -111,7 +117,7 @@ ...@@ -111,7 +117,7 @@
} }
.__block { .__block {
padding: 44px 48px 48px 48px; padding: 48px;
min-height: 384px; min-height: 384px;
} }
...@@ -137,6 +143,9 @@ ...@@ -137,6 +143,9 @@
background-color: #c4262e; background-color: #c4262e;
color: #fff; color: #fff;
} }
.__red .mail a {
color:white;
}
.__gray { .__gray {
background-color: #383838; background-color: #383838;
...@@ -149,6 +158,7 @@ ...@@ -149,6 +158,7 @@
.__white { .__white {
background-color: #fff; background-color: #fff;
} }
.__img img {margin:-48px; }
.__lightgray { .__lightgray {
background-color: #dfe3e4; background-color: #dfe3e4;
...@@ -192,7 +202,8 @@ ...@@ -192,7 +202,8 @@
color: #fff; color: #fff;
font-size: 11px; font-size: 11px;
font-weight: 400; font-weight: 400;
padding: 8px 16px 8px 16px; padding: 9px 16px 9px 16px;
display: inline-block;
} }
.btn-form { .btn-form {
...@@ -217,11 +228,12 @@ ...@@ -217,11 +228,12 @@
/*elements*/ /*elements*/
#map { #map {
background: url("/img/map.png"); background: #cacaca;
width:768px; width: 100%;
height:384px; height: 575px;
margin:-44px -48px -46px -48px; /* нивелируем паддинги block_8 */ margin-top: -530px;
} }
#agreed { #agreed {
position: relative; position: relative;
bottom: -7px; bottom: -7px;
...@@ -449,10 +461,43 @@ input[type="checkbox"]:checked + label::before { ...@@ -449,10 +461,43 @@ input[type="checkbox"]:checked + label::before {
font-weight: 400; font-weight: 400;
} }
.findus {
z-index: 2501;
position: relative;
}
.findus h3, .route h3 {
font-size: 30px;
line-height: 32px;
margin:0;
}
.findus .phone {
font-weight:400;
}
.below_map {
position: relative;
z-index: 2000;
}
.above_map {
position: relative;
z-index: 3000;
}
.writeus {
z-index: 2501;
position: relative;
}
.writeus .__block { .writeus .__block {
min-height: 448px; min-height: 448px;
} }
.route .__block:first-of-type{
max-height:384px ;
}
.route p {
font-size: 15px;
line-height: 22px;
letter-spacing: -0.1px;
}
#vacancy { #vacancy {
padding-top: 28px; padding-top: 28px;
} }
...@@ -949,9 +994,12 @@ body { ...@@ -949,9 +994,12 @@ body {
.__block_large { .__block_large {
padding: 20px; padding: 20px;
} }
fieldset { fieldset {
padding-right: 0; padding-right: 0;
} }
textarea { textarea {
min-width: 624px; min-width: 624px;
max-width: 624px; max-width: 624px;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!