Commit 8c93d9db authored by john's avatar john

Merge branch 't_3031'

3104
parents 20e882ad ae774e24
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
.faq_sec .mb50 {
margin-bottom: 50px;
margin-bottom: 50px;
}
.faq_sec .mb60 {
margin-bottom: 60px;
margin-bottom: 60px;
}
.faq_sec {
font-size: 17px;
line-height: 28px;
font-family: "RobotoRegular" !important;
color: #0a0a0a !important;
font-size: 17px;
line-height: 28px;
font-family: "RobotoRegular" !important;
color: #0a0a0a !important;
}
.faq_sec a {
text-decoration: none;
color: #009ad4;
text-decoration: none;
color: #009ad4;
}
.faq_sec a:hover {
text-decoration: none;
color: #323232;
text-decoration: none;
color: #323232;
}
.faq_sec p {
font-size: 17px;
......@@ -71,7 +71,7 @@
color: #243340;
}
.faq_sec iframe {
margin-bottom: 20px;
margin-bottom: 20px;
}
.faq_sec ul:not([class]), .faq_sec ol:not([class]) {
margin-bottom: 20px;
......@@ -108,91 +108,91 @@
border-radius: 100%;
}
.faq_sec img {
max-width: 100%;
height: auto;
margin-bottom: 40px;
max-width: 100%;
height: auto;
margin-bottom: 40px;
}
blockquote{
padding: 25px 35px;
position: relative;
/*font-style: italic;*/
font-size: 14px;
line-height: 24px;
color: #050505;
border-radius: 0 5px 5px 0;
background-color: #bce094;
padding: 25px 35px;
position: relative;
/*font-style: italic;*/
font-size: 14px;
line-height: 24px;
color: #050505;
border-radius: 0 5px 5px 0;
background-color: #bce094;
}
blockquote:not(:last-child){
margin-bottom: 20px;
margin-bottom: 20px;
}
blockquote:before{
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 7px;
background-color: #67ac1d;
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 7px;
background-color: #67ac1d;
}
blockquote.pink {
background-color: #ffb0ae;
background-color: #ffb0ae;
}
blockquote.pink:before{
background-color: #ff5b57;
background-color: #ff5b57;
}
blockquote.blue {
background-color: #bde7e5;
background-color: #bde7e5;
}
blockquote.blue:before{
background-color: #2a8e89;
background-color: #2a8e89;
}
mark:before {
content: 'Документация для разработчика';
font-size: 22px;
line-height: 47px;
color: #243340;
font-family: "RobotoBold";
margin-bottom: 25px;
display: block;
padding-left: 50px;
background: url(../images/mark_icon.png) 0 8px no-repeat;
content: 'Документация для разработчика';
font-size: 22px;
line-height: 47px;
color: #243340;
font-family: "RobotoBold";
margin-bottom: 25px;
display: block;
padding-left: 50px;
background: url(../images/mark_icon.png) 0 8px no-repeat;
}
mark {
display: block;
padding: 35px 30px;
color: #243340;
background-color: #f3f5f7;
border-radius: 10px;
display: block;
padding: 35px 30px;
color: #243340;
background-color: #f3f5f7;
border-radius: 10px;
}
mark * {
background-color: transparent;
background-color: transparent;
}
.faq_sec .reference_list {
list-style: none;
padding-left: 0;
list-style: none;
padding-left: 0;
}
.faq_sec .reference_list li {
margin-bottom: 12px;
margin-bottom: 12px;
}
.faq_sec .reference_list a{
color: #009ad4;
font-size: 14px;
line-height: 20px;
text-decoration: none;
color: #009ad4;
font-size: 14px;
line-height: 20px;
text-decoration: none;
}
.faq_sec .reference_list a:hover {
color: #323232;
text-decoration: none;
color: #323232;
text-decoration: none;
}
.rubric_icon {
margin-top: 8px;
margin-top: 8px;
}
.reference_right_box input:not([type="radio"]):not([type="checkbox"]) {
......@@ -207,236 +207,239 @@ mark * {
padding-left: 15px;
padding-right: 15px;
}
.reference_right_box textarea h4 {
font-family: "RobotoBold"!important;
}
.reference_right_box textarea {
font-size: 16px !important;
font-family: "RobotoRegular" !important;
padding-left: 15px;
padding-right: 15px;
outline: none;
margin-bottom: 20px;
font-size: 16px !important;
font-family: "RobotoRegular" !important;
padding-left: 15px;
padding-right: 15px;
outline: none;
margin-bottom: 20px;
}
.btn_green_sm {
display: inline-block;
outline: none;
background-color: #67ac1d;
color: #fff;
font-size: 16px;
line-height: 20px;
text-align: center;
padding: 12px 20px;
border-radius: 5px;
margin-bottom: 10px;
border: none;
font-family: "Open Sans" !important;
font-weight: 600;
display: inline-block;
outline: none;
background-color: #67ac1d;
color: #fff;
font-size: 16px;
line-height: 20px;
text-align: center;
padding: 12px 20px;
border-radius: 5px;
margin-bottom: 10px;
border: none;
font-family: "Open Sans" !important;
font-weight: 600;
}
.btn_green_sm:hover{
background-color: #7bd619;
color: #fff;
background-color: #7bd619;
color: #fff;
}
.blockquote_box:before {
content: '';
position: absolute;
top: 16px;
left: 15px;
display: block;
background: url(../images/blockquote_info_icon.png) 0px 0px no-repeat;
width: 27px;
height: 27px;
content: '';
position: absolute;
top: 16px;
left: 15px;
display: block;
background: url(../images/blockquote_info_icon.png) 0px 0px no-repeat;
width: 27px;
height: 27px;
}
.blockquote_box {
position: relative;
display: block;
padding: 15px 20px 25px 55px;
margin-left: -15px;
margin-right: -15px;
border-radius: 10px 10px 5px 5px;
background: #f3f5f7 url(../images/blockquote_box_line.png) 0 100% no-repeat;
margin-bottom: 20px;
position: relative;
display: block;
padding: 15px 20px 25px 55px;
margin-left: -15px;
margin-right: -15px;
border-radius: 10px 10px 5px 5px;
background: #f3f5f7 url(../images/blockquote_box_line.png) 0 100% no-repeat;
margin-bottom: 20px;
}
.btn_info_box {
height: 94px;
display: block;
position: relative;
margin-left: -15px;
margin-right: -15px;
height: 94px;
display: block;
position: relative;
margin-left: -15px;
margin-right: -15px;
}
.btn_info_box span {
top: 50%;
right: 0;
left: auto;
position: absolute;
display: block;
font-family: "RobotoBold";
z-index: 4;
padding-left: 20px;
padding-right: 80px;
font-size: 18px;
line-height: 24px;
color: #243340;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
top: 50%;
right: 0;
left: auto;
position: absolute;
display: block;
font-family: "RobotoBold";
z-index: 4;
padding-left: 20px;
padding-right: 80px;
font-size: 18px;
line-height: 24px;
color: #243340;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.btn_info_box:after {
content: '';
display: block;
position: absolute;
z-index: 2;
left: 15px;
right: 0;
top: 7px;
height: 77px;
border-radius: 0 5px 5px 70px;
background: #f3f5f7 url(../images/btn_info_box_icon_arrow.png) calc(100% - 20px) center no-repeat;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
content: '';
display: block;
position: absolute;
z-index: 2;
left: 15px;
right: 0;
top: 7px;
height: 77px;
border-radius: 0 5px 5px 70px;
background: #f3f5f7 url(../images/btn_info_box_icon_arrow.png) calc(100% - 20px) center no-repeat;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.btn_info_box:before {
content: '';
display: block;
z-index: 3;
position: absolute;
top: 0;
left: 0;
height: 94px;
width: 115px;
background: url(../images/btn_info_box_icon.png) 0 0 no-repeat;
content: '';
display: block;
z-index: 3;
position: absolute;
top: 0;
left: 0;
height: 94px;
width: 115px;
background: url(../images/btn_info_box_icon.png) 0 0 no-repeat;
}
.btn_info_box:hover:after {
background-position: calc(100% - 8px) center;
background-position: calc(100% - 8px) center;
}
@media only screen and (max-width: 970px) and (min-width: 768px) {
.btn_info_box span {
font-size: 16px;
line-height: 20px;
}
.btn_info_box span {
font-size: 16px;
line-height: 20px;
}
}
.faq_sec .way {
font-size: 13px;
color: #b4b4b4;
font-size: 13px;
color: #b4b4b4;
}
.faq_sec .way span {
padding: 0 15px;
padding: 0 15px;
}
.faq_sec .way a:hover{
color: #323232;
color: #323232;
}
.faq_sec .rubric_list {
list-style: none;
padding-left: 0px;
font-size: 17px;
line-height: 28px;
list-style: none;
padding-left: 0px;
font-size: 17px;
line-height: 28px;
}
.reference_right_box {
margin-top: 12px;
margin-top: 12px;
}
@media only screen and (max-width: 768px) {
.btn_info_box,
.blockquote_box {
margin-left: 0;
margin-right: 0;
}
.btn_info_box,
.blockquote_box {
margin-left: 0;
margin-right: 0;
}
}
.top_line_inf2 {
min-height: 44px;
background-color: #051922;
min-height: 44px;
background-color: #051922;
}
.top_line_inf2 ul {
margin-bottom: 0 !important;
padding-left: 0 !important;
margin-bottom: 0 !important;
padding-left: 0 !important;
}
.top_line_icon {
display: block;
position: absolute;
left: 0px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
display: block;
position: absolute;
left: 0px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.icon_info_new {
width: 24px;
height: 24px;
background: url(../images/icon_info_new.png) 0 0 no-repeat;
width: 24px;
height: 24px;
background: url(../images/icon_info_new.png) 0 0 no-repeat;
}
.icon_video_new {
width: 23px;
height: 18px;
background: url(../images/icon_video_new.png) 0 0 no-repeat;
width: 23px;
height: 18px;
background: url(../images/icon_video_new.png) 0 0 no-repeat;
}
.icon_doc_new {
width:18px;
height: 24px;
background: url(../images/icon_doc_new.png) 0 0 no-repeat;
width:18px;
height: 24px;
background: url(../images/icon_doc_new.png) 0 0 no-repeat;
}
.top_line_inf2 li {
display: inline-block;
border-right: 1px solid #0e3242;
position: relative;
margin-left: 20px;
display: inline-block;
border-right: 1px solid #0e3242;
position: relative;
margin-left: 20px;
}
.top_line_inf2 li:last-child {
border: none;
border: none;
}
.top_line_inf2 li a {
color: #fffcf4;
font-size: 13px;
line-height: 25px;
padding: 10px 20px;
padding-left: 35px;
display: inline-block;
text-decoration: none;
-webkit-transition: all 0s;
-o-transition: all 0s;
transition: all 0s;
color: #fffcf4;
font-size: 13px;
line-height: 25px;
padding: 10px 20px;
padding-left: 35px;
display: inline-block;
text-decoration: none;
-webkit-transition: all 0s;
-o-transition: all 0s;
transition: all 0s;
}
.top_line_inf2 li:first-child {
margin-left: 0px;
margin-left: 0px;
}
.top_line_inf2 li a:hover {
text-decoration: none;
color: #6def0d;
text-decoration: none;
color: #6def0d;
}
.top_line_inf2 li a:hover span {
background-position: 0 100%;
background-position: 0 100%;
}
.top_line_inf2 li.active a {
text-decoration: none;
color: #6def0d;
text-decoration: none;
color: #6def0d;
}
.top_line_inf2 li.active a span {
background-position: 0 100%;
background-position: 0 100%;
}
.top_line_inf2 li.active:after {
position: absolute;
content: '';
left: 50%;
margin-left: -3px;
bottom: -6px;
width: 0px;
height: 0px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #051922;
position: absolute;
content: '';
left: 50%;
margin-left: -3px;
bottom: -6px;
width: 0px;
height: 0px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #051922;
}
@media only screen and (max-width: 1000px) {
.top_line_inf2 li {
display: block;
margin-left: 0;
}
.top_line_inf2 li {
display: block;
margin-left: 0;
}
}
\ 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