fix template

parent 8eb3332d
...@@ -167,7 +167,7 @@ a.logo { ...@@ -167,7 +167,7 @@ a.logo {
} }
.top_phone:before { .top_phone:before {
content: ""; content: "";
background: url(../images/icon/phone.png); background: url(../images/icon/phone.png) no-repeat;
width: 18px; width: 18px;
height: 18px; height: 18px;
display: inline-block; display: inline-block;
...@@ -348,7 +348,7 @@ a.show_d_menu { ...@@ -348,7 +348,7 @@ a.show_d_menu {
.icon-arrowDown:before { .icon-arrowDown:before {
content: ""; content: "";
background: url(../images/icon/arrow_down.png); background: url(../images/icon/arrow_down.png) no-repeat;
width: 6px; width: 6px;
height: 3px; height: 3px;
display: inline-block; display: inline-block;
...@@ -550,7 +550,7 @@ a.toggle_bottom:hover, a.toggle_bottom:active, a.toggle_bottom:focus { ...@@ -550,7 +550,7 @@ a.toggle_bottom:hover, a.toggle_bottom:active, a.toggle_bottom:focus {
.icon-arrowDown2:after { .icon-arrowDown2:after {
content: ""; content: "";
background: url(../images/icon/arrow_down2.png); background: url(../images/icon/arrow_down2.png) no-repeat;
width: 31px; width: 31px;
height: 13px; height: 13px;
display: inline-block; display: inline-block;
...@@ -564,7 +564,7 @@ a.toggle_bottom:hover, a.toggle_bottom:active, a.toggle_bottom:focus { ...@@ -564,7 +564,7 @@ a.toggle_bottom:hover, a.toggle_bottom:active, a.toggle_bottom:focus {
} }
a.toggle_bottom:hover .icon-arrowDown2:after { a.toggle_bottom:hover .icon-arrowDown2:after {
background: url(../images/icon/arrow_down_black.png); background: url(../images/icon/arrow_down_black.png) no-repeat;
} }
.bt_line { .bt_line {
...@@ -704,7 +704,7 @@ a.toggle_bottom:hover .icon-arrowDown2:after { ...@@ -704,7 +704,7 @@ a.toggle_bottom:hover .icon-arrowDown2:after {
width: 265px; width: 265px;
height: 191px; height: 191px;
float: right; float: right;
margin-top: 62px; margin-top: 35px;
margin-right: 66px; margin-right: 66px;
position: relative; position: relative;
} }
...@@ -771,7 +771,7 @@ a.toggle_bottom:hover .icon-arrowDown2:after { ...@@ -771,7 +771,7 @@ a.toggle_bottom:hover .icon-arrowDown2:after {
background: url(../images/mobile_line.png) no-repeat center center; background: url(../images/mobile_line.png) no-repeat center center;
width: 271px; width: 271px;
height: 191px; height: 191px;
margin-top: 62px; margin-top: 35px;
margin-left: 29px; margin-left: 29px;
float: left; float: left;
position: relative; position: relative;
...@@ -1121,7 +1121,7 @@ a.toggle_bottom:hover .icon-arrowDown2:after { ...@@ -1121,7 +1121,7 @@ a.toggle_bottom:hover .icon-arrowDown2:after {
} }
.txt_interface:before { .txt_interface:before {
content: ""; content: "";
background: url(../images/interface_before.png); background: url(../images/interface_before.png) no-repeat;
width: 140px; width: 140px;
height: 13px; height: 13px;
display: inline-block; display: inline-block;
...@@ -1182,7 +1182,7 @@ a.toggle_bottom:hover .icon-arrowDown2:after { ...@@ -1182,7 +1182,7 @@ a.toggle_bottom:hover .icon-arrowDown2:after {
} }
.txt_admin:before { .txt_admin:before {
content: ""; content: "";
background: url(../images/admin_before.png); background: url(../images/admin_before.png) no-repeat;
width: 100px; width: 100px;
height: 13px; height: 13px;
display: inline-block; display: inline-block;
...@@ -1243,7 +1243,7 @@ a.toggle_bottom:hover .icon-arrowDown2:after { ...@@ -1243,7 +1243,7 @@ a.toggle_bottom:hover .icon-arrowDown2:after {
} }
.txt_lock:before { .txt_lock:before {
content: ""; content: "";
background: url(../images/lock_before.png); background: url(../images/lock_before.png) no-repeat;
width: 50px; width: 50px;
height: 13px; height: 13px;
display: inline-block; display: inline-block;
...@@ -1304,7 +1304,7 @@ a.toggle_bottom:hover .icon-arrowDown2:after { ...@@ -1304,7 +1304,7 @@ a.toggle_bottom:hover .icon-arrowDown2:after {
} }
.txt_server:before { .txt_server:before {
content: ""; content: "";
background: url(../images/server_before.png); background: url(../images/server_before.png) no-repeat;
width: 320px; width: 320px;
height: 198px; height: 198px;
display: inline-block; display: inline-block;
...@@ -1466,7 +1466,7 @@ ul.ul_check li { ...@@ -1466,7 +1466,7 @@ ul.ul_check li {
line-height: 44px; line-height: 44px;
text-align: center; text-align: center;
display: block; display: block;
margin-top: 114px; margin-top: 50px;
font-family: "RobotoBold"; font-family: "RobotoBold";
} }
@media only screen and (min-width: 480px) and (max-width: 767px) { @media only screen and (min-width: 480px) and (max-width: 767px) {
...@@ -1619,7 +1619,7 @@ ul.ul_check li { ...@@ -1619,7 +1619,7 @@ ul.ul_check li {
width: 28px; width: 28px;
height: 319px; height: 319px;
content: ""; content: "";
background: url(../images/if_info1_before.png); background: url(../images/if_info1_before.png) no-repeat;
display: block; display: block;
vertical-align: top; vertical-align: top;
float: left; float: left;
...@@ -1654,7 +1654,7 @@ ul.ul_check li { ...@@ -1654,7 +1654,7 @@ ul.ul_check li {
width: 22px; width: 22px;
height: 183px; height: 183px;
content: ""; content: "";
background: url(../images/if_info2_before.png); background: url(../images/if_info2_before.png) no-repeat;
display: block; display: block;
vertical-align: top; vertical-align: top;
float: left; float: left;
...@@ -1693,7 +1693,7 @@ ul.ul_check li { ...@@ -1693,7 +1693,7 @@ ul.ul_check li {
width: 53px; width: 53px;
height: 161px; height: 161px;
content: ""; content: "";
background: url(../images/if_info4_before.png); background: url(../images/if_info4_before.png) no-repeat;
display: inline-block; display: inline-block;
vertical-align: bottom; vertical-align: bottom;
margin-right: -35px; margin-right: -35px;
...@@ -1731,7 +1731,7 @@ ul.ul_check li { ...@@ -1731,7 +1731,7 @@ ul.ul_check li {
width: 22px; width: 22px;
height: 143px; height: 143px;
content: ""; content: "";
background: url(../images/if_info3_before.png); background: url(../images/if_info3_before.png) no-repeat;
display: inline-block; display: inline-block;
vertical-align: bottom; vertical-align: bottom;
margin-right: -11px; margin-right: -11px;
...@@ -1765,7 +1765,7 @@ ul.ul_check li { ...@@ -1765,7 +1765,7 @@ ul.ul_check li {
width: 22px; width: 22px;
height: 209px; height: 209px;
content: ""; content: "";
background: url(../images/if_info5_before.png); background: url(../images/if_info5_before.png) no-repeat;
display: block; display: block;
vertical-align: top; vertical-align: top;
float: left; float: left;
...@@ -2189,7 +2189,7 @@ ul.ul_check li { ...@@ -2189,7 +2189,7 @@ ul.ul_check li {
width: 23px; width: 23px;
height: 35px; height: 35px;
content: ""; content: "";
background: url(../images/sup_block__info1_before.png); background: url(../images/sup_block__info1_before.png) no-repeat;
display: block; display: block;
vertical-align: top; vertical-align: top;
float: left; float: left;
...@@ -2210,7 +2210,7 @@ ul.ul_check li { ...@@ -2210,7 +2210,7 @@ ul.ul_check li {
width: 23px; width: 23px;
height: 35px; height: 35px;
content: ""; content: "";
background: url(../images/sup_block__info1_before.png); background: url(../images/sup_block__info1_before.png) no-repeat;
display: block; display: block;
vertical-align: top; vertical-align: top;
float: left; float: left;
...@@ -2231,7 +2231,7 @@ ul.ul_check li { ...@@ -2231,7 +2231,7 @@ ul.ul_check li {
width: 23px; width: 23px;
height: 35px; height: 35px;
content: ""; content: "";
background: url(../images/sup_block__info1_before.png); background: url(../images/sup_block__info1_before.png) no-repeat;
display: block; display: block;
vertical-align: top; vertical-align: top;
float: left; float: left;
...@@ -2254,7 +2254,7 @@ ul.ul_check li { ...@@ -2254,7 +2254,7 @@ ul.ul_check li {
width: 34px; width: 34px;
height: 25px; height: 25px;
content: ""; content: "";
background: url(../images/sup_block__info4_after.png); background: url(../images/sup_block__info4_after.png) no-repeat;
display: block; display: block;
vertical-align: top; vertical-align: top;
float: right; float: right;
...@@ -2291,7 +2291,7 @@ ul.ul_check li { ...@@ -2291,7 +2291,7 @@ ul.ul_check li {
width: 34px; width: 34px;
height: 25px; height: 25px;
content: ""; content: "";
background: url(../images/sup_block__info5_after.png); background: url(../images/sup_block__info5_after.png) no-repeat;
display: block; display: block;
vertical-align: top; vertical-align: top;
float: right; float: right;
...@@ -3077,6 +3077,7 @@ ul.ul_check li { ...@@ -3077,6 +3077,7 @@ ul.ul_check li {
.inf_comanda__big { .inf_comanda__big {
font-size: 58px; font-size: 58px;
font-family: "RobotoBold"; font-family: "RobotoBold";
margin-right: 5px;
} }
.edu { .edu {
...@@ -3268,7 +3269,7 @@ ul.ul_check li { ...@@ -3268,7 +3269,7 @@ ul.ul_check li {
} }
.foot_mail:before { .foot_mail:before {
content: ""; content: "";
background: url(../images/icon/mail.png); background: url(../images/icon/mail.png) no-repeat;
width: 21px; width: 21px;
height: 18px; height: 18px;
display: inline-block; display: inline-block;
...@@ -3327,7 +3328,7 @@ a.zvonok_bt { ...@@ -3327,7 +3328,7 @@ a.zvonok_bt {
} }
a.zvonok_bt span:before { a.zvonok_bt span:before {
content: ""; content: "";
background: url(../images/icon/phone2.png); background: url(../images/icon/phone2.png) no-repeat;
width: 22px; width: 22px;
height: 22px; height: 22px;
display: inline-block; display: inline-block;
...@@ -3346,7 +3347,7 @@ a.zvonok_bt:hover, a.zvonok_bt:active, a.zvonok_bt:focus { ...@@ -3346,7 +3347,7 @@ a.zvonok_bt:hover, a.zvonok_bt:active, a.zvonok_bt:focus {
background: #fff; background: #fff;
} }
a.zvonok_bt:hover span:before, a.zvonok_bt:active span:before, a.zvonok_bt:focus span:before { a.zvonok_bt:hover span:before, a.zvonok_bt:active span:before, a.zvonok_bt:focus span:before {
background: url(../images/icon/phone_black.png); background: url(../images/icon/phone_black.png) no-repeat;
} }
.foot_phone { .foot_phone {
...@@ -3358,7 +3359,7 @@ a.zvonok_bt:hover span:before, a.zvonok_bt:active span:before, a.zvonok_bt:focus ...@@ -3358,7 +3359,7 @@ a.zvonok_bt:hover span:before, a.zvonok_bt:active span:before, a.zvonok_bt:focus
} }
.foot_phone:before { .foot_phone:before {
content: ""; content: "";
background: url(../images/icon/phone.png); background: url(../images/icon/phone.png) no-repeat;
width: 18px; width: 18px;
height: 18px; height: 18px;
display: inline-block; display: inline-block;
...@@ -4169,7 +4170,7 @@ footer { ...@@ -4169,7 +4170,7 @@ footer {
} }
.phone_menu:before { .phone_menu:before {
content: ""; content: "";
background: url(../images/icon/phone.png); background: url(../images/icon/phone.png) no-repeat;
width: 18px; width: 18px;
height: 18px; height: 18px;
display: inline-block; display: inline-block;
...@@ -4326,7 +4327,7 @@ footer { ...@@ -4326,7 +4327,7 @@ footer {
.fbicon:before { .fbicon:before {
content: ""; content: "";
background: url(../images/icon/fb.png); background: url(../images/icon/fb.png) no-repeat;
width: 9px; width: 9px;
height: 19px; height: 19px;
display: inline-block; display: inline-block;
...@@ -4337,7 +4338,7 @@ footer { ...@@ -4337,7 +4338,7 @@ footer {
.gplusicon:before { .gplusicon:before {
content: ""; content: "";
background: url(../images/icon/gplus.png); background: url(../images/icon/gplus.png) no-repeat;
width: 23px; width: 23px;
height: 22px; height: 22px;
display: inline-block; display: inline-block;
...@@ -4418,9 +4419,9 @@ footer { ...@@ -4418,9 +4419,9 @@ footer {
border: 2px solid #fff; border: 2px solid #fff;
border-radius: 50px; border-radius: 50px;
margin-top: 153px; margin-top: 153px;
height: 65px; height: 50px;
width: 339px; width: 200px;
line-height: 58px; line-height: 44px;
font-size: 18px; font-size: 18px;
text-align: center; text-align: center;
-moz-transition: all 0.3s linear 0.1s; -moz-transition: all 0.3s linear 0.1s;
...@@ -4454,7 +4455,7 @@ footer { ...@@ -4454,7 +4455,7 @@ footer {
.icon-pres:before { .icon-pres:before {
content: ""; content: "";
background: url(../images/icon/icon_pres.png); background: url(../images/icon/icon_pres.png) no-repeat;
width: 24px; width: 24px;
height: 29px; height: 29px;
display: inline-block; display: inline-block;
...@@ -4469,7 +4470,7 @@ footer { ...@@ -4469,7 +4470,7 @@ footer {
} }
.video_btn:hover .icon-pres:before, .video_btn:active .icon-pres:before, .video_btn:focus .icon-pres:before { .video_btn:hover .icon-pres:before, .video_btn:active .icon-pres:before, .video_btn:focus .icon-pres:before {
background: url(../images/icon/icon_pres_black.png); background: url(../images/icon/icon_pres_black.png) no-repeat;
} }
.about_sec { .about_sec {
...@@ -4477,12 +4478,10 @@ footer { ...@@ -4477,12 +4478,10 @@ footer {
background: #fff; background: #fff;
} }
.about_sec p { .about_sec p {
/* text-indent: 18px */
font-size: 16px; font-size: 16px;
color: #252624; color: #252624;
line-height: 24px; line-height: 24px;
margin-bottom: 24px; margin-bottom: 24px;
letter-spacing: 0.7px;
} }
@media only screen and (min-width: 320px) and (max-width: 479px) { @media only screen and (min-width: 320px) and (max-width: 479px) {
.about_sec p { .about_sec p {
...@@ -4555,7 +4554,7 @@ footer { ...@@ -4555,7 +4554,7 @@ footer {
} }
.res_title:after { .res_title:after {
content: ""; content: "";
background: url(../images/innopolis_logo.png); background: url(../images/innopolis_logo.png) no-repeat;
width: 198px; width: 198px;
height: 45px; height: 45px;
display: inline-block; display: inline-block;
...@@ -5262,6 +5261,8 @@ footer { ...@@ -5262,6 +5261,8 @@ footer {
height: 248px; height: 248px;
width: 182px; width: 182px;
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.19); box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.19);
display: block;
cursor: zoom-in;
} }
@media only screen and (min-width: 480px) and (max-width: 767px) { @media only screen and (min-width: 480px) and (max-width: 767px) {
.audit_img { .audit_img {
...@@ -5580,7 +5581,7 @@ footer { ...@@ -5580,7 +5581,7 @@ footer {
} }
} }
.bl_video__item_video_hover { .bl_video__item_video_hover {
background: url(../images/icon/video_play.png); background: url(../images/icon/video_play.png) no-repeat;
width: 48px; width: 48px;
height: 48px; height: 48px;
position: absolute; position: absolute;
...@@ -5640,7 +5641,7 @@ footer { ...@@ -5640,7 +5641,7 @@ footer {
} }
.video_txt__list li:before { .video_txt__list li:before {
content: ""; content: "";
background: url(../images/icon/video_txt__list.png); background: url(../images/icon/video_txt__list.png) no-repeat;
width: 16px; width: 16px;
height: 12px; height: 12px;
display: inline-block; display: inline-block;
...@@ -5682,7 +5683,7 @@ footer { ...@@ -5682,7 +5683,7 @@ footer {
} }
.date_video:before { .date_video:before {
content: ""; content: "";
background: url(../images/icon/date_video.png); background: url(../images/icon/date_video.png) no-repeat;
width: 25px; width: 25px;
height: 25px; height: 25px;
display: inline-block; display: inline-block;
...@@ -5705,7 +5706,7 @@ footer { ...@@ -5705,7 +5706,7 @@ footer {
} }
.time_video:before { .time_video:before {
content: ""; content: "";
background: url(../images/icon/time_video.png); background: url(../images/icon/time_video.png) no-repeat;
width: 23px; width: 23px;
height: 27px; height: 27px;
display: inline-block; display: inline-block;
...@@ -6093,7 +6094,7 @@ footer { ...@@ -6093,7 +6094,7 @@ footer {
} }
.keys_list li:before { .keys_list li:before {
content: ""; content: "";
background: url(../images/icon/video_txt__list.png); background: url(../images/icon/video_txt__list.png) no-repeat;
width: 16px; width: 16px;
height: 12px; height: 12px;
display: inline-block; display: inline-block;
...@@ -6376,7 +6377,7 @@ footer { ...@@ -6376,7 +6377,7 @@ footer {
} }
.shem7_line:before { .shem7_line:before {
content: ""; content: "";
background: url(../images/shem7_line.png); background: url(../images/shem7_line.png) no-repeat;
width: 256px; width: 256px;
height: 51px; height: 51px;
display: block; display: block;
...@@ -6411,7 +6412,7 @@ footer { ...@@ -6411,7 +6412,7 @@ footer {
} }
.shem8_line:before { .shem8_line:before {
content: ""; content: "";
background: url(../images/shem8_line.png); background: url(../images/shem8_line.png) no-repeat;
width: 12px; width: 12px;
height: 76px; height: 76px;
display: block; display: block;
...@@ -6476,7 +6477,7 @@ footer { ...@@ -6476,7 +6477,7 @@ footer {
} }
.shem10_line:before { .shem10_line:before {
content: ""; content: "";
background: url(../images/shem10_line.png); background: url(../images/shem10_line.png) no-repeat;
width: 12px; width: 12px;
height: 86px; height: 86px;
display: block; display: block;
...@@ -6511,7 +6512,7 @@ footer { ...@@ -6511,7 +6512,7 @@ footer {
} }
.shem11_line:before { .shem11_line:before {
content: ""; content: "";
background: url(../images/shem10_line.png); background: url(../images/shem10_line.png) no-repeat;
width: 12px; width: 12px;
height: 86px; height: 86px;
display: block; display: block;
...@@ -6669,7 +6670,7 @@ footer { ...@@ -6669,7 +6670,7 @@ footer {
} }
.shem15_line1:before { .shem15_line1:before {
content: ""; content: "";
background: url(../images/shem15_line1.png); background: url(../images/shem15_line1.png) no-repeat;
width: 12px; width: 12px;
height: 127px; height: 127px;
display: block; display: block;
...@@ -6700,7 +6701,7 @@ footer { ...@@ -6700,7 +6701,7 @@ footer {
} }
.shem15_line2:before { .shem15_line2:before {
content: ""; content: "";
background: url(../images/shem15_line2.png); background: url(../images/shem15_line2.png) no-repeat;
width: 12px; width: 12px;
height: 197px; height: 197px;
display: block; display: block;
...@@ -6731,7 +6732,7 @@ footer { ...@@ -6731,7 +6732,7 @@ footer {
} }
.shem15_line3:before { .shem15_line3:before {
content: ""; content: "";
background: url(../images/shem15_line3.png); background: url(../images/shem15_line3.png) no-repeat;
width: 12px; width: 12px;
height: 166px; height: 166px;
display: block; display: block;
...@@ -6777,7 +6778,7 @@ footer { ...@@ -6777,7 +6778,7 @@ footer {
} }
.shem16_line1:before { .shem16_line1:before {
content: ""; content: "";
background: url(../images/shem16_line1.png); background: url(../images/shem16_line1.png) no-repeat;
width: 12px; width: 12px;
height: 172px; height: 172px;
display: block; display: block;
...@@ -6808,7 +6809,7 @@ footer { ...@@ -6808,7 +6809,7 @@ footer {
} }
.shem16_line2:before { .shem16_line2:before {
content: ""; content: "";
background: url(../images/shem16_line2.png); background: url(../images/shem16_line2.png) no-repeat;
width: 114px; width: 114px;
height: 270px; height: 270px;
display: block; display: block;
...@@ -6838,7 +6839,7 @@ footer { ...@@ -6838,7 +6839,7 @@ footer {
} }
.shem16_line3:before { .shem16_line3:before {
content: ""; content: "";
background: url(../images/shem16_line3.png); background: url(../images/shem16_line3.png) no-repeat;
width: 12px; width: 12px;
height: 74px; height: 74px;
display: block; display: block;
...@@ -6869,7 +6870,7 @@ footer { ...@@ -6869,7 +6870,7 @@ footer {
} }
.shem16_line4:before { .shem16_line4:before {
content: ""; content: "";
background: url(../images/shem16_line4.png); background: url(../images/shem16_line4.png) no-repeat;
width: 97px; width: 97px;
height: 148px; height: 148px;
display: block; display: block;
...@@ -6930,7 +6931,7 @@ footer { ...@@ -6930,7 +6931,7 @@ footer {
} }
.shem17_line1:before { .shem17_line1:before {
content: ""; content: "";
background: url(../images/shem17_line1.png); background: url(../images/shem17_line1.png) no-repeat;
width: 301px; width: 301px;
height: 46px; height: 46px;
display: block; display: block;
...@@ -6961,7 +6962,7 @@ footer { ...@@ -6961,7 +6962,7 @@ footer {
} }
.shem17_line2:before { .shem17_line2:before {
content: ""; content: "";
background: url(../images/shem17_line2.png); background: url(../images/shem17_line2.png) no-repeat;
width: 12px; width: 12px;
height: 106px; height: 106px;
display: block; display: block;
...@@ -7002,7 +7003,7 @@ footer { ...@@ -7002,7 +7003,7 @@ footer {
} }
.shem18_line1:before { .shem18_line1:before {
content: ""; content: "";
background: url(../images/shem18_line1.png); background: url(../images/shem18_line1.png) no-repeat;
width: 12px; width: 12px;
height: 86px; height: 86px;
display: block; display: block;
...@@ -7048,7 +7049,7 @@ footer { ...@@ -7048,7 +7049,7 @@ footer {
} }
.shem19_line1:before { .shem19_line1:before {
content: ""; content: "";
background: url(../images/shem19_line1.png); background: url(../images/shem19_line1.png) no-repeat;
width: 12px; width: 12px;
height: 56px; height: 56px;
display: block; display: block;
...@@ -7073,7 +7074,7 @@ footer { ...@@ -7073,7 +7074,7 @@ footer {
} }
.shem19_line2:before { .shem19_line2:before {
content: ""; content: "";
background: url(../images/shem19_line2.png); background: url(../images/shem19_line2.png) no-repeat;
width: 200px; width: 200px;
height: 64px; height: 64px;
display: block; display: block;
...@@ -7098,7 +7099,7 @@ footer { ...@@ -7098,7 +7099,7 @@ footer {
} }
.shem19_line3:before { .shem19_line3:before {
content: ""; content: "";
background: url(../images/shem19_line3.png); background: url(../images/shem19_line3.png) no-repeat;
width: 86px; width: 86px;
height: 26px; height: 26px;
display: block; display: block;
...@@ -7138,7 +7139,7 @@ footer { ...@@ -7138,7 +7139,7 @@ footer {
} }
.shem20_line1:before { .shem20_line1:before {
content: ""; content: "";
background: url(../images/shem20_line1.png); background: url(../images/shem20_line1.png) no-repeat;
width: 12px; width: 12px;
height: 203px; height: 203px;
display: block; display: block;
...@@ -7163,7 +7164,7 @@ footer { ...@@ -7163,7 +7164,7 @@ footer {
} }
.shem20_line2:before { .shem20_line2:before {
content: ""; content: "";
background: url(../images/shem20_line2.png); background: url(../images/shem20_line2.png) no-repeat;
width: 12px; width: 12px;
height: 101px; height: 101px;
display: block; display: block;
...@@ -7209,7 +7210,7 @@ footer { ...@@ -7209,7 +7210,7 @@ footer {
} }
.shem21_line1:before { .shem21_line1:before {
content: ""; content: "";
background: url(../images/shem21_line1.png); background: url(../images/shem21_line1.png) no-repeat;
width: 206px; width: 206px;
height: 44px; height: 44px;
display: block; display: block;
...@@ -7239,7 +7240,7 @@ footer { ...@@ -7239,7 +7240,7 @@ footer {
} }
.shem21_line2:before { .shem21_line2:before {
content: ""; content: "";
background: url(../images/shem21_line2.png); background: url(../images/shem21_line2.png) no-repeat;
width: 12px; width: 12px;
height: 93px; height: 93px;
display: block; display: block;
...@@ -7279,7 +7280,7 @@ footer { ...@@ -7279,7 +7280,7 @@ footer {
} }
.shem22_line1:before { .shem22_line1:before {
content: ""; content: "";
background: url(../images/shem22_line1.png); background: url(../images/shem22_line1.png) no-repeat;
width: 12px; width: 12px;
height: 126px; height: 126px;
display: block; display: block;
...@@ -7310,7 +7311,7 @@ footer { ...@@ -7310,7 +7311,7 @@ footer {
} }
.shem22_line2:before { .shem22_line2:before {
content: ""; content: "";
background: url(../images/shem22_line2.png); background: url(../images/shem22_line2.png) no-repeat;
width: 236px; width: 236px;
height: 336px; height: 336px;
display: block; display: block;
...@@ -7356,7 +7357,7 @@ footer { ...@@ -7356,7 +7357,7 @@ footer {
} }
.shem23_line1:before { .shem23_line1:before {
content: ""; content: "";
background: url(../images/shem23_line1.png); background: url(../images/shem23_line1.png) no-repeat;
width: 248px; width: 248px;
height: 309px; height: 309px;
display: block; display: block;
...@@ -7387,7 +7388,7 @@ footer { ...@@ -7387,7 +7388,7 @@ footer {
} }
.shem23_line2:before { .shem23_line2:before {
content: ""; content: "";
background: url(../images/shem23_line2.png); background: url(../images/shem23_line2.png) no-repeat;
width: 12px; width: 12px;
height: 86px; height: 86px;
display: block; display: block;
...@@ -7417,7 +7418,7 @@ footer { ...@@ -7417,7 +7418,7 @@ footer {
} }
.shem23_line3:before { .shem23_line3:before {
content: ""; content: "";
background: url(../images/shem23_line3.png); background: url(../images/shem23_line3.png) no-repeat;
width: 12px; width: 12px;
height: 136px; height: 136px;
display: block; display: block;
...@@ -7462,7 +7463,7 @@ footer { ...@@ -7462,7 +7463,7 @@ footer {
} }
.shem24_line1:before { .shem24_line1:before {
content: ""; content: "";
background: url(../images/shem24_line1.png); background: url(../images/shem24_line1.png) no-repeat;
width: 193px; width: 193px;
height: 174px; height: 174px;
display: block; display: block;
...@@ -7507,7 +7508,7 @@ footer { ...@@ -7507,7 +7508,7 @@ footer {
} }
.shem25_line1:before { .shem25_line1:before {
content: ""; content: "";
background: url(../images/shem25_line1.png); background: url(../images/shem25_line1.png) no-repeat;
width: 12px; width: 12px;
height: 274px; height: 274px;
display: block; display: block;
...@@ -7538,7 +7539,7 @@ footer { ...@@ -7538,7 +7539,7 @@ footer {
} }
.shem25_line2:before { .shem25_line2:before {
content: ""; content: "";
background: url(../images/shem25_line2.png); background: url(../images/shem25_line2.png) no-repeat;
width: 12px; width: 12px;
height: 385px; height: 385px;
display: block; display: block;
...@@ -7569,7 +7570,7 @@ footer { ...@@ -7569,7 +7570,7 @@ footer {
} }
.shem25_line3:before { .shem25_line3:before {
content: ""; content: "";
background: url(../images/shem25_line3.png); background: url(../images/shem25_line3.png) no-repeat;
width: 140px; width: 140px;
height: 250px; height: 250px;
display: block; display: block;
...@@ -7600,7 +7601,7 @@ footer { ...@@ -7600,7 +7601,7 @@ footer {
} }
.shem25_line4:before { .shem25_line4:before {
content: ""; content: "";
background: url(../images/shem25_line4.png); background: url(../images/shem25_line4.png) no-repeat;
width: 122px; width: 122px;
height: 112px; height: 112px;
display: block; display: block;
...@@ -7630,7 +7631,7 @@ footer { ...@@ -7630,7 +7631,7 @@ footer {
} }
.shem25_line5:before { .shem25_line5:before {
content: ""; content: "";
background: url(../images/shem25_line5.png); background: url(../images/shem25_line5.png) no-repeat;
width: 12px; width: 12px;
height: 298px; height: 298px;
display: block; display: block;
...@@ -7717,7 +7718,7 @@ footer { ...@@ -7717,7 +7718,7 @@ footer {
} }
.cont_block__link_pp a:before { .cont_block__link_pp a:before {
content: ""; content: "";
background: url(../images/icon/call_blue.png); background: url(../images/icon/call_blue.png) no-repeat;
width: 18px; width: 18px;
height: 18px; height: 18px;
display: inline-block; display: inline-block;
...@@ -7739,7 +7740,7 @@ footer { ...@@ -7739,7 +7740,7 @@ footer {
text-decoration: none; text-decoration: none;
} }
.cont_block__link_pp a:hover:before, .cont_block__link_pp a:active:before, .cont_block__link_pp a:focus:before { .cont_block__link_pp a:hover:before, .cont_block__link_pp a:active:before, .cont_block__link_pp a:focus:before {
background: url(../images/icon/call_blue_hover.png); background: url(../images/icon/call_blue_hover.png) no-repeat;
} }
.cont_block__email { .cont_block__email {
margin-top: 34px; margin-top: 34px;
...@@ -7817,7 +7818,7 @@ footer { ...@@ -7817,7 +7818,7 @@ footer {
} }
.support_block__link_pp a:before { .support_block__link_pp a:before {
content: ""; content: "";
background: url(../images/icon/call_blue.png); background: url(../images/icon/call_blue.png) no-repeat;
width: 18px; width: 18px;
height: 18px; height: 18px;
display: inline-block; display: inline-block;
...@@ -7839,7 +7840,7 @@ footer { ...@@ -7839,7 +7840,7 @@ footer {
text-decoration: none; text-decoration: none;
} }
.support_block__link_pp a:hover:before, .support_block__link_pp a:active:before, .support_block__link_pp a:focus:before { .support_block__link_pp a:hover:before, .support_block__link_pp a:active:before, .support_block__link_pp a:focus:before {
background: url(../images/icon/call_blue_hover.png); background: url(../images/icon/call_blue_hover.png) no-repeat;
} }
.support_block__txt { .support_block__txt {
color: #525252; color: #525252;
...@@ -7864,7 +7865,7 @@ footer { ...@@ -7864,7 +7865,7 @@ footer {
} }
.support_block__link_pv a:before { .support_block__link_pv a:before {
content: ""; content: "";
background: url(../images/icon/pv_icon.png); background: url(../images/icon/pv_icon.png) no-repeat;
width: 24px; width: 24px;
height: 24px; height: 24px;
display: inline-block; display: inline-block;
...@@ -7886,7 +7887,7 @@ footer { ...@@ -7886,7 +7887,7 @@ footer {
text-decoration: none; text-decoration: none;
} }
.support_block__link_pv a:hover:before, .support_block__link_pv a:active:before, .support_block__link_pv a:focus:before { .support_block__link_pv a:hover:before, .support_block__link_pv a:active:before, .support_block__link_pv a:focus:before {
background: url(../images/icon/pv_icon_hover.png); background: url(../images/icon/pv_icon_hover.png) no-repeat;
} }
.sect_cont_forma { .sect_cont_forma {
...@@ -11016,7 +11017,7 @@ h6 { ...@@ -11016,7 +11017,7 @@ h6 {
} }
.keys_block_small .keys_small_btn_more span:after { .keys_block_small .keys_small_btn_more span:after {
content: ""; content: "";
background: url(../images/icon/keys_small_btn_more.png); background: url(../images/icon/keys_small_btn_more.png) no-repeat;
width: 8px; width: 8px;
height: 17px; height: 17px;
display: inline-block; display: inline-block;
...@@ -11163,7 +11164,7 @@ h6 { ...@@ -11163,7 +11164,7 @@ h6 {
} }
.keys_block_big .keys_small_btn_more span:after { .keys_block_big .keys_small_btn_more span:after {
content: ""; content: "";
background: url(../images/icon/keys_small_btn_more.png); background: url(../images/icon/keys_small_btn_more.png) no-repeat;
width: 8px; width: 8px;
height: 17px; height: 17px;
display: inline-block; display: inline-block;
...@@ -11211,7 +11212,7 @@ h6 { ...@@ -11211,7 +11212,7 @@ h6 {
border: 2px solid #4b78bb; border: 2px solid #4b78bb;
} }
.keys_block_small:hover .keys_small_btn_more span:after, .keys_block_big:hover .keys_small_btn_more span:after { .keys_block_small:hover .keys_small_btn_more span:after, .keys_block_big:hover .keys_small_btn_more span:after {
background: url(../images/icon/keys_small_btn_more-hover.png); background: url(../images/icon/keys_small_btn_more-hover.png) no-repeat;
} }
.keys_block_small:hover .keys_small_title, .keys_block_big:hover .keys_small_title { .keys_block_small:hover .keys_small_title, .keys_block_big:hover .keys_small_title {
color: #fff; color: #fff;
......
...@@ -5,6 +5,20 @@ $(document).ready(function() { ...@@ -5,6 +5,20 @@ $(document).ready(function() {
$("a.scrollto").mPageScroll2id(); $("a.scrollto").mPageScroll2id();
$('.audit_img').magnificPopup({
type: 'image',
closeOnContentClick: true,
closeBtnInside: false,
fixedContentPos: true,
image: {
verticalFit: true
},
zoom: {
enabled: true,
duration: 300 // don't foget to change the duration also in CSS
}
});
$(".tab_item").not(":first").hide(); $(".tab_item").not(":first").hide();
$(".sect_map .tab_map").click(function() { $(".sect_map .tab_map").click(function() {
$(".sect_map .tab_map").removeClass("active").eq($(this).index()).addClass("active"); $(".sect_map .tab_map").removeClass("active").eq($(this).index()).addClass("active");
......
...@@ -82,7 +82,7 @@ a.logo ...@@ -82,7 +82,7 @@ a.logo
margin-top: 26px margin-top: 26px
&:before &:before
content: '' content: ''
background: url(../images/icon/phone.png) background: url(../images/icon/phone.png) no-repeat
width: 18px width: 18px
height: 18px height: 18px
display: inline-block display: inline-block
...@@ -200,7 +200,7 @@ a.show_d_menu ...@@ -200,7 +200,7 @@ a.show_d_menu
.icon-arrowDown .icon-arrowDown
&:before &:before
content: '' content: ''
background: url(../images/icon/arrow_down.png) background: url(../images/icon/arrow_down.png) no-repeat
width: 6px width: 6px
height: 3px height: 3px
display: inline-block display: inline-block
...@@ -323,7 +323,7 @@ a.toggle_bottom ...@@ -323,7 +323,7 @@ a.toggle_bottom
.icon-arrowDown2 .icon-arrowDown2
&:after &:after
content: '' content: ''
background: url(../images/icon/arrow_down2.png) background: url(../images/icon/arrow_down2.png) no-repeat
width: 31px width: 31px
height: 13px height: 13px
display: inline-block display: inline-block
...@@ -336,7 +336,7 @@ a.toggle_bottom ...@@ -336,7 +336,7 @@ a.toggle_bottom
.icon-arrowDown2 .icon-arrowDown2
&:after &:after
background: url(../images/icon/arrow_down_black.png) background: url(../images/icon/arrow_down_black.png) no-repeat
.bt_line .bt_line
background: url(../images/bt_line.png) no-repeat center center background: url(../images/bt_line.png) no-repeat center center
width: 233px width: 233px
...@@ -418,7 +418,7 @@ a.toggle_bottom ...@@ -418,7 +418,7 @@ a.toggle_bottom
width: 265px width: 265px
height: 191px height: 191px
float: right float: right
margin-top: 62px margin-top: 35px
margin-right: 66px margin-right: 66px
position: relative position: relative
span span
...@@ -464,7 +464,7 @@ a.toggle_bottom ...@@ -464,7 +464,7 @@ a.toggle_bottom
background: url(../images/mobile_line.png) no-repeat center center background: url(../images/mobile_line.png) no-repeat center center
width: 271px width: 271px
height: 191px height: 191px
margin-top: 62px margin-top: 35px
margin-left: 29px margin-left: 29px
float: left float: left
position: relative position: relative
...@@ -665,7 +665,7 @@ a.toggle_bottom ...@@ -665,7 +665,7 @@ a.toggle_bottom
margin-top: 30px margin-top: 30px
&:before &:before
content: '' content: ''
background: url(../images/interface_before.png) background: url(../images/interface_before.png) no-repeat
width: 140px width: 140px
height: 13px height: 13px
display: inline-block display: inline-block
...@@ -696,7 +696,7 @@ a.toggle_bottom ...@@ -696,7 +696,7 @@ a.toggle_bottom
margin-top: 40px margin-top: 40px
&:before &:before
content: '' content: ''
background: url(../images/admin_before.png) background: url(../images/admin_before.png) no-repeat
width: 100px width: 100px
height: 13px height: 13px
display: inline-block display: inline-block
...@@ -727,7 +727,7 @@ a.toggle_bottom ...@@ -727,7 +727,7 @@ a.toggle_bottom
margin-top: 40px margin-top: 40px
&:before &:before
content: '' content: ''
background: url(../images/lock_before.png) background: url(../images/lock_before.png) no-repeat
width: 50px width: 50px
height: 13px height: 13px
display: inline-block display: inline-block
...@@ -758,7 +758,7 @@ a.toggle_bottom ...@@ -758,7 +758,7 @@ a.toggle_bottom
margin-top: 40px margin-top: 40px
&:before &:before
content: '' content: ''
background: url(../images/server_before.png) background: url(../images/server_before.png) no-repeat
width: 320px width: 320px
height: 198px height: 198px
display: inline-block display: inline-block
...@@ -854,7 +854,7 @@ ul.ul_check ...@@ -854,7 +854,7 @@ ul.ul_check
line-height: 44px line-height: 44px
text-align: center text-align: center
display: block display: block
margin-top: 114px margin-top: 50px
font-family: "RobotoBold" font-family: "RobotoBold"
+r(480,767) +r(480,767)
font-size: 27px font-size: 27px
...@@ -952,7 +952,7 @@ ul.ul_check ...@@ -952,7 +952,7 @@ ul.ul_check
width: 28px width: 28px
height: 319px height: 319px
content: '' content: ''
background: url(../images/if_info1_before.png) background: url(../images/if_info1_before.png) no-repeat
display: block display: block
vertical-align: top vertical-align: top
float: left float: left
...@@ -978,7 +978,7 @@ ul.ul_check ...@@ -978,7 +978,7 @@ ul.ul_check
width: 22px width: 22px
height: 183px height: 183px
content: '' content: ''
background: url(../images/if_info2_before.png) background: url(../images/if_info2_before.png) no-repeat
display: block display: block
vertical-align: top vertical-align: top
float: left float: left
...@@ -1007,7 +1007,7 @@ ul.ul_check ...@@ -1007,7 +1007,7 @@ ul.ul_check
width: 53px width: 53px
height: 161px height: 161px
content: '' content: ''
background: url(../images/if_info4_before.png) background: url(../images/if_info4_before.png) no-repeat
display: inline-block display: inline-block
vertical-align: bottom vertical-align: bottom
margin-right: -35px margin-right: -35px
...@@ -1035,7 +1035,7 @@ ul.ul_check ...@@ -1035,7 +1035,7 @@ ul.ul_check
width: 22px width: 22px
height: 143px height: 143px
content: '' content: ''
background: url(../images/if_info3_before.png) background: url(../images/if_info3_before.png) no-repeat
display: inline-block display: inline-block
vertical-align: bottom vertical-align: bottom
margin-right: -11px margin-right: -11px
...@@ -1060,7 +1060,7 @@ ul.ul_check ...@@ -1060,7 +1060,7 @@ ul.ul_check
width: 22px width: 22px
height: 209px height: 209px
content: '' content: ''
background: url(../images/if_info5_before.png) background: url(../images/if_info5_before.png) no-repeat
display: block display: block
vertical-align: top vertical-align: top
float: left float: left
...@@ -1327,7 +1327,7 @@ ul.ul_check ...@@ -1327,7 +1327,7 @@ ul.ul_check
width: 23px width: 23px
height: 35px height: 35px
content: '' content: ''
background: url(../images/sup_block__info1_before.png) background: url(../images/sup_block__info1_before.png) no-repeat
display: block display: block
vertical-align: top vertical-align: top
float: left float: left
...@@ -1346,7 +1346,7 @@ ul.ul_check ...@@ -1346,7 +1346,7 @@ ul.ul_check
width: 23px width: 23px
height: 35px height: 35px
content: '' content: ''
background: url(../images/sup_block__info1_before.png) background: url(../images/sup_block__info1_before.png) no-repeat
display: block display: block
vertical-align: top vertical-align: top
float: left float: left
...@@ -1365,7 +1365,7 @@ ul.ul_check ...@@ -1365,7 +1365,7 @@ ul.ul_check
width: 23px width: 23px
height: 35px height: 35px
content: '' content: ''
background: url(../images/sup_block__info1_before.png) background: url(../images/sup_block__info1_before.png) no-repeat
display: block display: block
vertical-align: top vertical-align: top
float: left float: left
...@@ -1386,7 +1386,7 @@ ul.ul_check ...@@ -1386,7 +1386,7 @@ ul.ul_check
width: 34px width: 34px
height: 25px height: 25px
content: '' content: ''
background: url(../images/sup_block__info4_after.png) background: url(../images/sup_block__info4_after.png) no-repeat
display: block display: block
vertical-align: top vertical-align: top
float: right float: right
...@@ -1415,7 +1415,7 @@ ul.ul_check ...@@ -1415,7 +1415,7 @@ ul.ul_check
width: 34px width: 34px
height: 25px height: 25px
content: '' content: ''
background: url(../images/sup_block__info5_after.png) background: url(../images/sup_block__info5_after.png) no-repeat
display: block display: block
vertical-align: top vertical-align: top
float: right float: right
...@@ -2023,6 +2023,7 @@ ul.ul_check ...@@ -2023,6 +2023,7 @@ ul.ul_check
&__big &__big
font-size: 58px font-size: 58px
font-family: "RobotoBold" font-family: "RobotoBold"
margin-right: 5px
.edu .edu
width: 114px width: 114px
margin: 30px auto margin: 30px auto
...@@ -2154,7 +2155,7 @@ ul.ul_check ...@@ -2154,7 +2155,7 @@ ul.ul_check
text-decoration: none text-decoration: none
&:before &:before
content: '' content: ''
background: url(../images/icon/mail.png) background: url(../images/icon/mail.png) no-repeat
width: 21px width: 21px
height: 18px height: 18px
display: inline-block display: inline-block
...@@ -2188,7 +2189,7 @@ a.zvonok_bt ...@@ -2188,7 +2189,7 @@ a.zvonok_bt
span span
&:before &:before
content: '' content: ''
background: url(../images/icon/phone2.png) background: url(../images/icon/phone2.png) no-repeat
width: 22px width: 22px
height: 22px height: 22px
display: inline-block display: inline-block
...@@ -2202,7 +2203,7 @@ a.zvonok_bt ...@@ -2202,7 +2203,7 @@ a.zvonok_bt
background: #fff background: #fff
span span
&:before &:before
background: url(../images/icon/phone_black.png) background: url(../images/icon/phone_black.png) no-repeat
.foot_phone .foot_phone
font-size: 26px font-size: 26px
...@@ -2212,7 +2213,7 @@ a.zvonok_bt ...@@ -2212,7 +2213,7 @@ a.zvonok_bt
margin-left: 31px margin-left: 31px
&:before &:before
content: '' content: ''
background: url(../images/icon/phone.png) background: url(../images/icon/phone.png) no-repeat
width: 18px width: 18px
height: 18px height: 18px
display: inline-block display: inline-block
...@@ -2734,7 +2735,7 @@ footer ...@@ -2734,7 +2735,7 @@ footer
background: #262E38 background: #262E38
&:before &:before
content: '' content: ''
background: url(../images/icon/phone.png) background: url(../images/icon/phone.png) no-repeat
width: 18px width: 18px
height: 18px height: 18px
display: inline-block display: inline-block
...@@ -2841,7 +2842,7 @@ footer ...@@ -2841,7 +2842,7 @@ footer
.fbicon .fbicon
&:before &:before
content: '' content: ''
background: url(../images/icon/fb.png) background: url(../images/icon/fb.png) no-repeat
width: 9px width: 9px
height: 19px height: 19px
display: inline-block display: inline-block
...@@ -2851,7 +2852,7 @@ footer ...@@ -2851,7 +2852,7 @@ footer
.gplusicon .gplusicon
&:before &:before
content: '' content: ''
background: url(../images/icon/gplus.png) background: url(../images/icon/gplus.png) no-repeat
width: 23px width: 23px
height: 22px height: 22px
display: inline-block display: inline-block
...@@ -2901,9 +2902,9 @@ footer ...@@ -2901,9 +2902,9 @@ footer
border: 2px solid #fff border: 2px solid #fff
border-radius: 50px border-radius: 50px
margin-top: 153px margin-top: 153px
height: 65px height: 50px
width: 339px width: 200px
line-height: 58px line-height: 44px
font-size: 18px font-size: 18px
text-align: center text-align: center
+transition(all 0.3s linear 0.1s) +transition(all 0.3s linear 0.1s)
...@@ -2922,7 +2923,7 @@ footer ...@@ -2922,7 +2923,7 @@ footer
.icon-pres .icon-pres
&:before &:before
content: '' content: ''
background: url(../images/icon/icon_pres.png) background: url(../images/icon/icon_pres.png) no-repeat
width: 24px width: 24px
height: 29px height: 29px
display: inline-block display: inline-block
...@@ -2934,17 +2935,15 @@ footer ...@@ -2934,17 +2935,15 @@ footer
&:hover, &:active, &:focus &:hover, &:active, &:focus
.icon-pres .icon-pres
&:before &:before
background: url(../images/icon/icon_pres_black.png) background: url(../images/icon/icon_pres_black.png) no-repeat
.about_sec .about_sec
width: 100% width: 100%
background: #fff background: #fff
p p
/* text-indent: 18px */
font-size: 16px font-size: 16px
color: #252624 color: #252624
line-height: 24px line-height: 24px
margin-bottom: 24px margin-bottom: 24px
letter-spacing: 0.7px
+r(320,479) +r(320,479)
font-size: 14px font-size: 14px
color: #252624 color: #252624
...@@ -2991,7 +2990,7 @@ footer ...@@ -2991,7 +2990,7 @@ footer
margin-bottom: 20px margin-bottom: 20px
&:after &:after
content: '' content: ''
background: url(../images/innopolis_logo.png) background: url(../images/innopolis_logo.png) no-repeat
width: 198px width: 198px
height: 45px height: 45px
display: inline-block display: inline-block
...@@ -3437,6 +3436,8 @@ footer ...@@ -3437,6 +3436,8 @@ footer
height: 248px height: 248px
width: 182px width: 182px
box-shadow: 4px 0px 10px rgba(0,0,0,0.19) box-shadow: 4px 0px 10px rgba(0,0,0,0.19)
display: block
cursor: zoom-in
+r(480,767) +r(480,767)
margin: 0 auto 30px margin: 0 auto 30px
+r(320,479) +r(320,479)
...@@ -3614,7 +3615,7 @@ footer ...@@ -3614,7 +3615,7 @@ footer
float: none float: none
margin: 0 auto 20px margin: 0 auto 20px
&_hover &_hover
background: url(../images/icon/video_play.png) background: url(../images/icon/video_play.png) no-repeat
width: 48px width: 48px
height: 48px height: 48px
position: absolute position: absolute
...@@ -3651,7 +3652,7 @@ footer ...@@ -3651,7 +3652,7 @@ footer
padding-left: 17px padding-left: 17px
&:before &:before
content: '' content: ''
background: url(../images/icon/video_txt__list.png) background: url(../images/icon/video_txt__list.png) no-repeat
width: 16px width: 16px
height: 12px height: 12px
display: inline-block display: inline-block
...@@ -3683,7 +3684,7 @@ footer ...@@ -3683,7 +3684,7 @@ footer
float: left float: left
&:before &:before
content: '' content: ''
background: url(../images/icon/date_video.png) background: url(../images/icon/date_video.png) no-repeat
width: 25px width: 25px
height: 25px height: 25px
display: inline-block display: inline-block
...@@ -3700,7 +3701,7 @@ footer ...@@ -3700,7 +3701,7 @@ footer
margin-left: 50px margin-left: 50px
&:before &:before
content: '' content: ''
background: url(../images/icon/time_video.png) background: url(../images/icon/time_video.png) no-repeat
width: 23px width: 23px
height: 27px height: 27px
display: inline-block display: inline-block
...@@ -3952,7 +3953,7 @@ footer ...@@ -3952,7 +3953,7 @@ footer
line-height: 32px line-height: 32px
&:before &:before
content: '' content: ''
background: url(../images/icon/video_txt__list.png) background: url(../images/icon/video_txt__list.png) no-repeat
width: 16px width: 16px
height: 12px height: 12px
display: inline-block display: inline-block
...@@ -4147,7 +4148,7 @@ footer ...@@ -4147,7 +4148,7 @@ footer
left: -94px left: -94px
&:before &:before
content: '' content: ''
background: url(../images/shem7_line.png) background: url(../images/shem7_line.png) no-repeat
width: 256px width: 256px
height: 51px height: 51px
display: block display: block
...@@ -4173,7 +4174,7 @@ footer ...@@ -4173,7 +4174,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem8_line.png) background: url(../images/shem8_line.png) no-repeat
width: 12px width: 12px
height: 76px height: 76px
display: block display: block
...@@ -4215,7 +4216,7 @@ footer ...@@ -4215,7 +4216,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem10_line.png) background: url(../images/shem10_line.png) no-repeat
width: 12px width: 12px
height: 86px height: 86px
display: block display: block
...@@ -4242,7 +4243,7 @@ footer ...@@ -4242,7 +4243,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem10_line.png) background: url(../images/shem10_line.png) no-repeat
width: 12px width: 12px
height: 86px height: 86px
display: block display: block
...@@ -4346,7 +4347,7 @@ footer ...@@ -4346,7 +4347,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem15_line1.png) background: url(../images/shem15_line1.png) no-repeat
width: 12px width: 12px
height: 127px height: 127px
display: block display: block
...@@ -4368,7 +4369,7 @@ footer ...@@ -4368,7 +4369,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem15_line2.png) background: url(../images/shem15_line2.png) no-repeat
width: 12px width: 12px
height: 197px height: 197px
display: block display: block
...@@ -4390,7 +4391,7 @@ footer ...@@ -4390,7 +4391,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem15_line3.png) background: url(../images/shem15_line3.png) no-repeat
width: 12px width: 12px
height: 166px height: 166px
display: block display: block
...@@ -4421,7 +4422,7 @@ footer ...@@ -4421,7 +4422,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem16_line1.png) background: url(../images/shem16_line1.png) no-repeat
width: 12px width: 12px
height: 172px height: 172px
display: block display: block
...@@ -4443,7 +4444,7 @@ footer ...@@ -4443,7 +4444,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem16_line2.png) background: url(../images/shem16_line2.png) no-repeat
width: 114px width: 114px
height: 270px height: 270px
display: block display: block
...@@ -4464,7 +4465,7 @@ footer ...@@ -4464,7 +4465,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem16_line3.png) background: url(../images/shem16_line3.png) no-repeat
width: 12px width: 12px
height: 74px height: 74px
display: block display: block
...@@ -4486,7 +4487,7 @@ footer ...@@ -4486,7 +4487,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem16_line4.png) background: url(../images/shem16_line4.png) no-repeat
width: 97px width: 97px
height: 148px height: 148px
display: block display: block
...@@ -4526,7 +4527,7 @@ footer ...@@ -4526,7 +4527,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem17_line1.png) background: url(../images/shem17_line1.png) no-repeat
width: 301px width: 301px
height: 46px height: 46px
display: block display: block
...@@ -4548,7 +4549,7 @@ footer ...@@ -4548,7 +4549,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem17_line2.png) background: url(../images/shem17_line2.png) no-repeat
width: 12px width: 12px
height: 106px height: 106px
display: block display: block
...@@ -4577,7 +4578,7 @@ footer ...@@ -4577,7 +4578,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem18_line1.png) background: url(../images/shem18_line1.png) no-repeat
width: 12px width: 12px
height: 86px height: 86px
display: block display: block
...@@ -4608,7 +4609,7 @@ footer ...@@ -4608,7 +4609,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem19_line1.png) background: url(../images/shem19_line1.png) no-repeat
width: 12px width: 12px
height: 56px height: 56px
display: block display: block
...@@ -4627,7 +4628,7 @@ footer ...@@ -4627,7 +4628,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem19_line2.png) background: url(../images/shem19_line2.png) no-repeat
width: 200px width: 200px
height: 64px height: 64px
display: block display: block
...@@ -4646,7 +4647,7 @@ footer ...@@ -4646,7 +4647,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem19_line3.png) background: url(../images/shem19_line3.png) no-repeat
width: 86px width: 86px
height: 26px height: 26px
display: block display: block
...@@ -4674,7 +4675,7 @@ footer ...@@ -4674,7 +4675,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem20_line1.png) background: url(../images/shem20_line1.png) no-repeat
width: 12px width: 12px
height: 203px height: 203px
display: block display: block
...@@ -4693,7 +4694,7 @@ footer ...@@ -4693,7 +4694,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem20_line2.png) background: url(../images/shem20_line2.png) no-repeat
width: 12px width: 12px
height: 101px height: 101px
display: block display: block
...@@ -4724,7 +4725,7 @@ footer ...@@ -4724,7 +4725,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem21_line1.png) background: url(../images/shem21_line1.png) no-repeat
width: 206px width: 206px
height: 44px height: 44px
display: block display: block
...@@ -4745,7 +4746,7 @@ footer ...@@ -4745,7 +4746,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem21_line2.png) background: url(../images/shem21_line2.png) no-repeat
width: 12px width: 12px
height: 93px height: 93px
display: block display: block
...@@ -4773,7 +4774,7 @@ footer ...@@ -4773,7 +4774,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem22_line1.png) background: url(../images/shem22_line1.png) no-repeat
width: 12px width: 12px
height: 126px height: 126px
display: block display: block
...@@ -4795,7 +4796,7 @@ footer ...@@ -4795,7 +4796,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem22_line2.png) background: url(../images/shem22_line2.png) no-repeat
width: 236px width: 236px
height: 336px height: 336px
display: block display: block
...@@ -4826,7 +4827,7 @@ footer ...@@ -4826,7 +4827,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem23_line1.png) background: url(../images/shem23_line1.png) no-repeat
width: 248px width: 248px
height: 309px height: 309px
display: block display: block
...@@ -4848,7 +4849,7 @@ footer ...@@ -4848,7 +4849,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem23_line2.png) background: url(../images/shem23_line2.png) no-repeat
width: 12px width: 12px
height: 86px height: 86px
display: block display: block
...@@ -4869,7 +4870,7 @@ footer ...@@ -4869,7 +4870,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem23_line3.png) background: url(../images/shem23_line3.png) no-repeat
width: 12px width: 12px
height: 136px height: 136px
display: block display: block
...@@ -4899,7 +4900,7 @@ footer ...@@ -4899,7 +4900,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem24_line1.png) background: url(../images/shem24_line1.png) no-repeat
width: 193px width: 193px
height: 174px height: 174px
display: block display: block
...@@ -4929,7 +4930,7 @@ footer ...@@ -4929,7 +4930,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem25_line1.png) background: url(../images/shem25_line1.png) no-repeat
width: 12px width: 12px
height: 274px height: 274px
display: block display: block
...@@ -4951,7 +4952,7 @@ footer ...@@ -4951,7 +4952,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem25_line2.png) background: url(../images/shem25_line2.png) no-repeat
width: 12px width: 12px
height: 385px height: 385px
display: block display: block
...@@ -4973,7 +4974,7 @@ footer ...@@ -4973,7 +4974,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem25_line3.png) background: url(../images/shem25_line3.png) no-repeat
width: 140px width: 140px
height: 250px height: 250px
display: block display: block
...@@ -4995,7 +4996,7 @@ footer ...@@ -4995,7 +4996,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem25_line4.png) background: url(../images/shem25_line4.png) no-repeat
width: 122px width: 122px
height: 112px height: 112px
display: block display: block
...@@ -5016,7 +5017,7 @@ footer ...@@ -5016,7 +5017,7 @@ footer
line-height: 21px line-height: 21px
&:before &:before
content: '' content: ''
background: url(../images/shem25_line5.png) background: url(../images/shem25_line5.png) no-repeat
width: 12px width: 12px
height: 298px height: 298px
display: block display: block
...@@ -5074,7 +5075,7 @@ footer ...@@ -5074,7 +5075,7 @@ footer
color: #1192b2 color: #1192b2
&:before &:before
content: '' content: ''
background: url(../images/icon/call_blue.png) background: url(../images/icon/call_blue.png) no-repeat
width: 18px width: 18px
height: 18px height: 18px
display: inline-block display: inline-block
...@@ -5090,7 +5091,7 @@ footer ...@@ -5090,7 +5091,7 @@ footer
border-bottom: 2px dotted #3bb893 border-bottom: 2px dotted #3bb893
text-decoration: none text-decoration: none
&:before &:before
background: url(../images/icon/call_blue_hover.png) background: url(../images/icon/call_blue_hover.png) no-repeat
&__email &__email
margin-top: 34px margin-top: 34px
color: #3c4755 color: #3c4755
...@@ -5145,7 +5146,7 @@ footer ...@@ -5145,7 +5146,7 @@ footer
color: #1192b2 color: #1192b2
&:before &:before
content: '' content: ''
background: url(../images/icon/call_blue.png) background: url(../images/icon/call_blue.png) no-repeat
width: 18px width: 18px
height: 18px height: 18px
display: inline-block display: inline-block
...@@ -5161,7 +5162,7 @@ footer ...@@ -5161,7 +5162,7 @@ footer
border-bottom: 2px dotted #3bb893 border-bottom: 2px dotted #3bb893
text-decoration: none text-decoration: none
&:before &:before
background: url(../images/icon/call_blue_hover.png) background: url(../images/icon/call_blue_hover.png) no-repeat
&__txt &__txt
color: #525252 color: #525252
font-size: 17px font-size: 17px
...@@ -5178,7 +5179,7 @@ footer ...@@ -5178,7 +5179,7 @@ footer
color: #1192b2 color: #1192b2
&:before &:before
content: '' content: ''
background: url(../images/icon/pv_icon.png) background: url(../images/icon/pv_icon.png) no-repeat
width: 24px width: 24px
height: 24px height: 24px
display: inline-block display: inline-block
...@@ -5194,7 +5195,7 @@ footer ...@@ -5194,7 +5195,7 @@ footer
border-bottom: 2px dotted #3bb893 border-bottom: 2px dotted #3bb893
text-decoration: none text-decoration: none
&:before &:before
background: url(../images/icon/pv_icon_hover.png) background: url(../images/icon/pv_icon_hover.png) no-repeat
.sect_cont_forma .sect_cont_forma
background: #fff background: #fff
padding-top: 47px padding-top: 47px
...@@ -7320,7 +7321,7 @@ h6 ...@@ -7320,7 +7321,7 @@ h6
span span
&:after &:after
content: '' content: ''
background: url(../images/icon/keys_small_btn_more.png) background: url(../images/icon/keys_small_btn_more.png) no-repeat
width: 8px width: 8px
height: 17px height: 17px
display: inline-block display: inline-block
...@@ -7409,7 +7410,7 @@ h6 ...@@ -7409,7 +7410,7 @@ h6
span span
&:after &:after
content: '' content: ''
background: url(../images/icon/keys_small_btn_more.png) background: url(../images/icon/keys_small_btn_more.png) no-repeat
width: 8px width: 8px
height: 17px height: 17px
display: inline-block display: inline-block
...@@ -7441,7 +7442,7 @@ h6 ...@@ -7441,7 +7442,7 @@ h6
border: 2px solid #4b78bb border: 2px solid #4b78bb
span span
&:after &:after
background: url(../images/icon/keys_small_btn_more-hover.png) background: url(../images/icon/keys_small_btn_more-hover.png) no-repeat
.keys_small_title .keys_small_title
color: #fff color: #fff
.keys_send_mail .keys_send_mail
......
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