fix template

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