Commit 41f5b957 by Ruha

another changes

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