Commit f962884d authored by Ruslan Karimov's avatar Ruslan Karimov

#2710. Прикрутить шапку по SOAP

parent a2c8146b
...@@ -2092,3 +2092,147 @@ ...@@ -2092,3 +2092,147 @@
float: none; float: none;
} }
} }
.keys_soap_top {
width: 100%;
min-height: 510px;
background: #000000 url(../images_soap/keys_soap_top.jpg) no-repeat bottom center;
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
padding-top: 53px;
position: relative;
}
.soap_title_wrap {
color: #ffffff;
}
.soap_title_wrap h1{
font-size: 36px;
line-height: 50px;
font-family: "RobotoBold";
color: #ffffff;
margin-bottom: 25px;
}
.soap_title_wrap span{
font-size: 20px;
line-height: 24px;
margin-bottom: 35px;
}
.soap_p1{
background: url(../images_soap/soap_p1.png) no-repeat center center;
width: 106px;
height: 118px;
position: absolute;
top: 80px;
left: 130px;
}
.soap_p2{
background: url(../images_soap/soap_p2.png) no-repeat center center;
width: 80px;
height: 76px;
position: absolute;
top: 340px;
left: 80px;
z-index: 4;
}
.soap_p3{
background: url(../images_soap/soap_p3.png) no-repeat center center;
width: 106px;
height: 118px;
position: absolute;
top: 60px;
right: 80px;
z-index: 4;
}
.soap_p4{
background: url(../images_soap/soap_p4.png) no-repeat center center;
width: 94px;
height: 82px;
position: absolute;
top: 367px;
right: 180px;
z-index: 4;
}
.soap_mock_wrap{
position: relative;
z-index: 3;
}
.soap_mock1{
width: 602px;
height: 431px;
position: absolute;
top: -90px;
right: -50px;
z-index: 3;
background: url(../images_soap/soap_m1.png) 0 0 no-repeat;
}
@media only screen and (max-width: 1600px) and (min-width: 1301px){
.soap_p1{
top: 50px;
left: -10px;
}
.soap_p2{
top: 350px;
left: -10px;
}
.soap_p3{
top: 70px;
right: 30px;
}
.soap_p4{
top: 310px;
right: -30px;
}
}
@media only screen and (max-width: 1301px){
.soap_p{
display: none;
}
}
@media only screen and (max-width: 991px){
.soap_mock_wrap{
}
.soap_mock{
display: none;
}
.soap_mock_wrap{
margin-top: 20px;
margin-left: 0px;
background: url(../images_soap/soap_m1.png) 0 0 no-repeat;
background-size: 100%;
background-position: center;
padding-top: 75%;
width: 100%;
max-width: none;
margin-bottom: 0px;
}
.toggle_bottom_wr .toggle_bottom {
display: block !important;
}
}
@media only screen and (max-width: 767px){
.toggle_bottom_wr {
margin-bottom: 80px;
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment