Commit 46a5520e authored by Ruslan Karimov's avatar Ruslan Karimov

#2526. Арт Проект. Размещение рдб по сертификатам

parent 97e1ec94
...@@ -1314,4 +1314,254 @@ ...@@ -1314,4 +1314,254 @@
left: 53px; left: 53px;
} }
}
._mPS2id-t {
margin-bottom: 0 !important;
}
.keys_api_top{
min-height: 650px;
background: #009A46 url(../../../uploads/source/img_api/background.jpg) no-repeat;
background-size: cover;
width: 100%;
padding-top: 64px;
position: relative;
}
.keys_api_btn{
position: relative;
margin-top: 220px;
z-index: 3;
}
.keys_api_title{
font-size: 42px !important;
line-height: 52px !important;
font-family: "RobotoBold";
margin-right: -40px;
}
.keys_api_zak{
float: right;
margin-top: 14px;
margin-right: 32px;
}
.keys_api_par_1{
width: 205px;
height: 150px;
position: absolute;
top: 50px;
left: -220px;
background: url(../../../uploads/source/img_api/api_par_1.png) no-repeat;
}
.keys_api_par_2{
width: 335px;
height: 370px;
position: absolute;
top: -50px;
left: 940px;
background: url(../../../uploads/source/img_api/api_par_2.png) no-repeat;
}
.keys_api_par_3{
width: 300px;
height: 270px;
position: absolute;
top: 320px;
left: -290px;
background: url(../../../uploads/source/img_api/api_par_3.png) no-repeat;
z-index: 22;
}
.keys_api_par_4{
width: 140px;
height: 100px;
position: absolute;
top: 390px;
right: -140px;
background: url(../../../uploads/source/img_api/api_par_4.png) no-repeat;
z-index: 22;
}
.keys_api_note{
position: absolute;
top: 230px;
right: 0px;
z-index: 22;
}
.keys_api_line {
height: 178px;
width: 100%;
background: url(../../../uploads/source_new/keys_test_line.png) no-repeat top center;
background-size: 100% 178px;
position: absolute;
bottom: -1px;
}
.keys_api_note img{
max-width: 100%;
height: auto;
}
.keys_api_title_2{
background-color: #00a800 !important;
font-size: 30px;
line-height: 36px;
color: #fff;
padding: 13px 20px;
display: inline-block;
font-family: "RobotoBold";
margin-bottom: 30px;
top: 0 !important;
}
.keys_api_list li{
padding-left: 30px;
font-size: 21px;
line-height: 35px;
font-family: "RobotoBold";
color: #fff;
position: relative;
}
.keys_api_list li::before{
content: '';
position: absolute;
width: 12px;
height: 12px;
top: 10px;
left: 0;
background: url(../../../uploads/source/icon/e_cat_list.png) no-repeat;
}
.api_section p{
font-size: 17px;
line-height: 26px;
color: #2d323a;
}
.api_section p:not(:last-child){
margin-bottom: 30px;
}
.api_offset{
padding: 30px 15px;
}
.api_img_wrap{
position: relative;
padding: 40px 0;
}
.api_img_wrap img{
max-width: 100%;
height: auto;
}
.api_img_wrap_1{
padding-top: 40px;
}
.api_img_wrap_2{
margin-top: -60px;
margin-bottom: 40px;
padding-top: 0;
}
/* .api_img_txt{
position: absolute;
max-width: 270px;
}
.api_img_txt_1{
top: 45px;
left: 270px;
}
.api_img_txt_2{
top: 45px;
right: -30px;
}
.api_img_txt_3{
bottom: -35px;
right: 0;
} */
.api_item_list{
font-weight: bold;
color: #2d323a;
}
.api_item_list span{
display: inline-block;
margin-bottom: 10px;
}
.api_item_list li{
font-weight: normal;
font-size: 17px;
line-height: 26px;
list-style: disc;
list-style-position: inside;
/* text-indent: 15px; */
}
.api_img_wrap p{
color: #2d323a;
margin-bottom: 0 !important;
margin-top: 15px;
font-weight: bold;
}
/* Responsive */
@media only screen and (max-width: 991px){
.keys_api_par{
display: none;
}
.keys_api_top{
min-height: 440px;
}
.keys_api_btn{
margin-top: 40px;
}
.keys_api_zak{
margin-right: 0;
}
.keys_api_note{
width: 400px;
height: 200px;
top: 150px;
right: 0;
}
.keys_api_line {
background-size: 100% 100px;
height: 100px;
}
.keys_api_title{
margin-right: 0px;
}
}
@media only screen and (max-width: 767px){
.api_offset{
padding: 20px 0;
}
.keys_api_top{
text-align: center;
padding-top: 30px;
}
.keys_api_title {
font-size: 35px !important;
line-height: 45px !important;
}
.keys_api_btn{
margin: 0 auto;
margin-top: 40px;
}
.keys_api_note{
display: none;
}
.keys_api_zak{
float: none;
}
.keys_api_title_2{
font-size: 20px !important;
line-height: 25px !important;
}
.keys_api_list li{
font-size: 18px ;
line-height: 30px ;
}
}
@media only screen and (max-width: 486px){
.keys_api_title {
font-size: 30px !important;
line-height: 40px !important;
}
.api_img_wrap{
padding: 0;
}
.api_img_wrap_2{
margin-top: 0;
}
.keys_api_line {
background-size: 100% 50px;
height: 50px;
}
} }
\ No newline at end of file
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